Ticket #49867: buildports-mtln-x86_64-26188-main.log

File buildports-mtln-x86_64-26188-main.log, 15.7 KB (added by dbevans (David B. Evans), 9 years ago)

Build log for py27-bob-core showing failure

Line 
1--->  Extracting py27-bob-core
2DEBUG: Executing org.macports.extract (py27-bob-core)
3--->  Extracting bob.core-2.0.5.tar.gz
4DEBUG: setting option extract.args to '/opt/local/var/macports/distfiles/py-bob-core/bob.core-2.0.5.tar.gz'
5DEBUG: Environment:
6CC_PRINT_OPTIONS='YES'
7CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_mports_dports_python_py-bob-core/py27-bob-core/work/.CC_PRINT_OPTIONS'
8CPATH='/opt/local/include'
9LIBRARY_PATH='/opt/local/lib'
10MACOSX_DEPLOYMENT_TARGET='10.8'
11DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/_opt_mports_dports_python_py-bob-core/py27-bob-core/work" && /usr/bin/gzip -dc '/opt/local/var/macports/distfiles/py-bob-core/bob.core-2.0.5.tar.gz' | /usr/bin/gnutar --no-same-owner -xf -'
12DEBUG: Executing command line:  cd "/opt/local/var/macports/build/_opt_mports_dports_python_py-bob-core/py27-bob-core/work" && /usr/bin/gzip -dc '/opt/local/var/macports/distfiles/py-bob-core/bob.core-2.0.5.tar.gz' | /usr/bin/gnutar --no-same-owner -xf -
13DEBUG: euid/egid changed to: 0/0
14DEBUG: chowned /opt/local/var/macports/build/_opt_mports_dports_python_py-bob-core/py27-bob-core/work to macports
15DEBUG: euid/egid changed to: 502/501
16DEBUG: Executing proc-post-org.macports.extract-extract-0
17DEBUG: Privilege de-escalation not attempted as not running as root.
18DEBUG: patch phase started at Mon Nov 30 15:55:40 PST 2015
19DEBUG: Executing org.macports.patch (py27-bob-core)
20DEBUG: Privilege de-escalation not attempted as not running as root.
21DEBUG: configure phase started at Mon Nov 30 15:55:40 PST 2015
22--->  Configuring py27-bob-core
23DEBUG: Using compiler 'Xcode Clang'
24DEBUG: Executing proc-pre-org.macports.configure-configure-0
25DEBUG: Active variants check for source-type install considers depends_fetch depends_extract depends_lib depends_build depends_run: python27 blitz ffmpeg matio cmake jpeg netpbm libpng tiff giflib hdf5 fftw-3 vlfeat libsvm boost py27-sphinx py27-setuptools py27-numpy py27-matplotlib py27-sqlalchemy py27-scipy py27-nose py27-pillow py27-bob-blitz py27-bob-extension pkgconfig
26DEBUG: Checking boost for active variants for depspec 'port:boost'
27DEBUG: boost is installed with the following variants: +no_single+no_static+python27
28DEBUG:   required: python27, forbidden:
29DEBUG:   accepted
30DEBUG: Executing org.macports.configure (py27-bob-core)
31DEBUG: Privilege de-escalation not attempted as not running as root.
32DEBUG: build phase started at Mon Nov 30 15:55:40 PST 2015
33--->  Building py27-bob-core
34DEBUG: Executing proc-pre-org.macports.build-build-0
35DEBUG: Executing org.macports.build (py27-bob-core)
36DEBUG: Environment:
37CC='/usr/bin/clang'
38CC_PRINT_OPTIONS='YES'
39CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_mports_dports_python_py-bob-core/py27-bob-core/work/.CC_PRINT_OPTIONS'
40CFLAGS='-arch x86_64'
41CPATH='/opt/local/include'
42CXX='/usr/bin/clang++'
43CXXFLAGS='-arch x86_64'
44F90FLAGS='-m64'
45FCFLAGS='-m64'
46FFLAGS='-m64'
47LDFLAGS='-arch x86_64'
48LIBRARY_PATH='/opt/local/lib'
49MACOSX_DEPLOYMENT_TARGET='10.8'
50OBJC='/usr/bin/clang'
51OBJCFLAGS='-arch x86_64'
52DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/_opt_mports_dports_python_py-bob-core/py27-bob-core/work/bob.core-2.0.5" && /opt/local/Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7 setup.py --no-user-cfg build'
53DEBUG: Executing command line:  cd "/opt/local/var/macports/build/_opt_mports_dports_python_py-bob-core/py27-bob-core/work/bob.core-2.0.5" && /opt/local/Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7 setup.py --no-user-cfg build
54running build
55running build_py
56creating build
57creating build/lib.macosx-10.8-x86_64-2.7
58creating build/lib.macosx-10.8-x86_64-2.7/bob
59copying bob/__init__.py -> build/lib.macosx-10.8-x86_64-2.7/bob
60creating build/lib.macosx-10.8-x86_64-2.7/bob/core
61copying bob/core/__init__.py -> build/lib.macosx-10.8-x86_64-2.7/bob/core
62copying bob/core/log.py -> build/lib.macosx-10.8-x86_64-2.7/bob/core
63copying bob/core/test_convert.py -> build/lib.macosx-10.8-x86_64-2.7/bob/core
64copying bob/core/test_logging.py -> build/lib.macosx-10.8-x86_64-2.7/bob/core
65copying bob/core/test_random.py -> build/lib.macosx-10.8-x86_64-2.7/bob/core
66creating build/lib.macosx-10.8-x86_64-2.7/bob/core/random
67copying bob/core/random/__init__.py -> build/lib.macosx-10.8-x86_64-2.7/bob/core/random
68running egg_info
69creating bob.core.egg-info
70writing requirements to bob.core.egg-info/requires.txt
71writing bob.core.egg-info/PKG-INFO
72writing top-level names to bob.core.egg-info/top_level.txt
73writing dependency_links to bob.core.egg-info/dependency_links.txt
74writing manifest file 'bob.core.egg-info/SOURCES.txt'
75reading manifest file 'bob.core.egg-info/SOURCES.txt'
76reading manifest template 'MANIFEST.in'
77writing manifest file 'bob.core.egg-info/SOURCES.txt'
78copying bob/core/convert.cpp -> build/lib.macosx-10.8-x86_64-2.7/bob/core
79copying bob/core/logging.cpp -> build/lib.macosx-10.8-x86_64-2.7/bob/core
80copying bob/core/version.cpp -> build/lib.macosx-10.8-x86_64-2.7/bob/core
81creating build/lib.macosx-10.8-x86_64-2.7/bob/core/cpp
82copying bob/core/cpp/logging.cpp -> build/lib.macosx-10.8-x86_64-2.7/bob/core/cpp
83creating build/lib.macosx-10.8-x86_64-2.7/bob/core/include
84creating build/lib.macosx-10.8-x86_64-2.7/bob/core/include/bob.core
85copying bob/core/include/bob.core/api.h -> build/lib.macosx-10.8-x86_64-2.7/bob/core/include/bob.core
86copying bob/core/include/bob.core/array_cat.h -> build/lib.macosx-10.8-x86_64-2.7/bob/core/include/bob.core
87copying bob/core/include/bob.core/array_convert.h -> build/lib.macosx-10.8-x86_64-2.7/bob/core/include/bob.core
88copying bob/core/include/bob.core/array_copy.h -> build/lib.macosx-10.8-x86_64-2.7/bob/core/include/bob.core
89copying bob/core/include/bob.core/array_index.h -> build/lib.macosx-10.8-x86_64-2.7/bob/core/include/bob.core
90copying bob/core/include/bob.core/array_random.h -> build/lib.macosx-10.8-x86_64-2.7/bob/core/include/bob.core
91copying bob/core/include/bob.core/array_repmat.h -> build/lib.macosx-10.8-x86_64-2.7/bob/core/include/bob.core
92copying bob/core/include/bob.core/array_reshape.h -> build/lib.macosx-10.8-x86_64-2.7/bob/core/include/bob.core
93copying bob/core/include/bob.core/array_sort.h -> build/lib.macosx-10.8-x86_64-2.7/bob/core/include/bob.core
94copying bob/core/include/bob.core/assert.h -> build/lib.macosx-10.8-x86_64-2.7/bob/core/include/bob.core
95copying bob/core/include/bob.core/cast.h -> build/lib.macosx-10.8-x86_64-2.7/bob/core/include/bob.core
96copying bob/core/include/bob.core/check.h -> build/lib.macosx-10.8-x86_64-2.7/bob/core/include/bob.core
97copying bob/core/include/bob.core/config.h -> build/lib.macosx-10.8-x86_64-2.7/bob/core/include/bob.core
98copying bob/core/include/bob.core/logging.h -> build/lib.macosx-10.8-x86_64-2.7/bob/core/include/bob.core
99copying bob/core/include/bob.core/random.h -> build/lib.macosx-10.8-x86_64-2.7/bob/core/include/bob.core
100copying bob/core/include/bob.core/random_api.h -> build/lib.macosx-10.8-x86_64-2.7/bob/core/include/bob.core
101creating build/lib.macosx-10.8-x86_64-2.7/bob/core/include/bob.core/boost
102copying bob/core/include/bob.core/boost/README.txt -> build/lib.macosx-10.8-x86_64-2.7/bob/core/include/bob.core/boost
103copying bob/core/include/bob.core/boost/binomial_distribution.hpp -> build/lib.macosx-10.8-x86_64-2.7/bob/core/include/bob.core/boost
104copying bob/core/include/bob.core/boost/discrete_distribution.hpp -> build/lib.macosx-10.8-x86_64-2.7/bob/core/include/bob.core/boost
105copying bob/core/include/bob.core/boost/exponential_distribution.hpp -> build/lib.macosx-10.8-x86_64-2.7/bob/core/include/bob.core/boost
106copying bob/core/include/bob.core/boost/gamma_distribution.hpp -> build/lib.macosx-10.8-x86_64-2.7/bob/core/include/bob.core/boost
107copying bob/core/include/bob.core/boost/integer_log2.hpp -> build/lib.macosx-10.8-x86_64-2.7/bob/core/include/bob.core/boost
108copying bob/core/include/bob.core/boost/lognormal_distribution.hpp -> build/lib.macosx-10.8-x86_64-2.7/bob/core/include/bob.core/boost
109copying bob/core/include/bob.core/boost/normal_distribution.hpp -> build/lib.macosx-10.8-x86_64-2.7/bob/core/include/bob.core/boost
110copying bob/core/include/bob.core/boost/operators.hpp -> build/lib.macosx-10.8-x86_64-2.7/bob/core/include/bob.core/boost
111copying bob/core/random/binomial.cpp -> build/lib.macosx-10.8-x86_64-2.7/bob/core/random
112copying bob/core/random/discrete.cpp -> build/lib.macosx-10.8-x86_64-2.7/bob/core/random
113copying bob/core/random/gamma.cpp -> build/lib.macosx-10.8-x86_64-2.7/bob/core/random
114copying bob/core/random/lognormal.cpp -> build/lib.macosx-10.8-x86_64-2.7/bob/core/random
115copying bob/core/random/main.cpp -> build/lib.macosx-10.8-x86_64-2.7/bob/core/random
116copying bob/core/random/mt19937.cpp -> build/lib.macosx-10.8-x86_64-2.7/bob/core/random
117copying bob/core/random/normal.cpp -> build/lib.macosx-10.8-x86_64-2.7/bob/core/random
118copying bob/core/random/uniform.cpp -> build/lib.macosx-10.8-x86_64-2.7/bob/core/random
119running build_ext
120Re-run cmake no build system arguments
121-- The C compiler identification is AppleClang 5.1.0.5030040
122-- The CXX compiler identification is AppleClang 5.1.0.5030040
123-- Check for working C compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang
124-- Check for working C compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -- works
125-- Detecting C compiler ABI info
126-- Detecting C compiler ABI info - done
127-- Detecting C compile features
128-- Detecting C compile features - done
129-- Check for working CXX compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++
130-- Check for working CXX compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -- works
131-- Detecting CXX compiler ABI info
132-- Detecting CXX compiler ABI info - done
133-- Detecting CXX compile features
134-- Detecting CXX compile features - done
135-- Configuring done
136-- Generating done
137-- Build files have been written to: /opt/local/var/macports/build/_opt_mports_dports_python_py-bob-core/py27-bob-core/work/bob.core-2.0.5/build/build_cmake/bob_core
138/opt/local/bin/cmake -H/opt/local/var/macports/build/_opt_mports_dports_python_py-bob-core/py27-bob-core/work/bob.core-2.0.5/build/build_cmake/bob_core -B/opt/local/var/macports/build/_opt_mports_dports_python_py-bob-core/py27-bob-core/work/bob.core-2.0.5/build/build_cmake/bob_core --check-build-system CMakeFiles/Makefile.cmake 0
139/opt/local/bin/cmake -E cmake_progress_start /opt/local/var/macports/build/_opt_mports_dports_python_py-bob-core/py27-bob-core/work/bob.core-2.0.5/build/build_cmake/bob_core/CMakeFiles /opt/local/var/macports/build/_opt_mports_dports_python_py-bob-core/py27-bob-core/work/bob.core-2.0.5/build/build_cmake/bob_core/CMakeFiles/progress.marks
140make -f CMakeFiles/Makefile2 all
141make -f CMakeFiles/bob_core.dir/build.make CMakeFiles/bob_core.dir/depend
142cd /opt/local/var/macports/build/_opt_mports_dports_python_py-bob-core/py27-bob-core/work/bob.core-2.0.5/build/build_cmake/bob_core && /opt/local/bin/cmake -E cmake_depends "Unix Makefiles" /opt/local/var/macports/build/_opt_mports_dports_python_py-bob-core/py27-bob-core/work/bob.core-2.0.5/build/build_cmake/bob_core /opt/local/var/macports/build/_opt_mports_dports_python_py-bob-core/py27-bob-core/work/bob.core-2.0.5/build/build_cmake/bob_core /opt/local/var/macports/build/_opt_mports_dports_python_py-bob-core/py27-bob-core/work/bob.core-2.0.5/build/build_cmake/bob_core /opt/local/var/macports/build/_opt_mports_dports_python_py-bob-core/py27-bob-core/work/bob.core-2.0.5/build/build_cmake/bob_core /opt/local/var/macports/build/_opt_mports_dports_python_py-bob-core/py27-bob-core/work/bob.core-2.0.5/build/build_cmake/bob_core/CMakeFiles/bob_core.dir/DependInfo.cmake --color=
143Dependee "/opt/local/var/macports/build/_opt_mports_dports_python_py-bob-core/py27-bob-core/work/bob.core-2.0.5/build/build_cmake/bob_core/CMakeFiles/bob_core.dir/DependInfo.cmake" is newer than depender "/opt/local/var/macports/build/_opt_mports_dports_python_py-bob-core/py27-bob-core/work/bob.core-2.0.5/build/build_cmake/bob_core/CMakeFiles/bob_core.dir/depend.internal".
144Dependee "/opt/local/var/macports/build/_opt_mports_dports_python_py-bob-core/py27-bob-core/work/bob.core-2.0.5/build/build_cmake/bob_core/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/opt/local/var/macports/build/_opt_mports_dports_python_py-bob-core/py27-bob-core/work/bob.core-2.0.5/build/build_cmake/bob_core/CMakeFiles/bob_core.dir/depend.internal".
145Scanning dependencies of target bob_core
146make -f CMakeFiles/bob_core.dir/build.make CMakeFiles/bob_core.dir/build
147[ 50%] Building CXX object CMakeFiles/bob_core.dir/opt/local/var/macports/build/_opt_mports_dports_python_py-bob-core/py27-bob-core/work/bob.core-2.0.5/bob/core/cpp/logging.cpp.o
148/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++   -DBLITZ_VERSION=\"0.10\" -DHAVE_BLITZ=1 -DNO_IMPORT_ARRAY=1 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DPY_ARRAY_UNIQUE_SYMBOL=BOB_NUMPY_C_API -Dbob_core_EXPORTS -I/opt/local/var/macports/build/_opt_mports_dports_python_py-bob-core/py27-bob-core/work/bob.core-2.0.5/bob/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/bob/blitz/include -isystem /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -isystem /opt/local/include  -std=c++0x -pedantic -Wall -pthread -Qunused-arguments -m64 -arch x86_64  -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk -mmacosx-version-min=10.8 -fPIC   -o CMakeFiles/bob_core.dir/opt/local/var/macports/build/_opt_mports_dports_python_py-bob-core/py27-bob-core/work/bob.core-2.0.5/bob/core/cpp/logging.cpp.o -c /opt/local/var/macports/build/_opt_mports_dports_python_py-bob-core/py27-bob-core/work/bob.core-2.0.5/bob/core/cpp/logging.cpp
149In file included from /opt/local/var/macports/build/_opt_mports_dports_python_py-bob-core/py27-bob-core/work/bob.core-2.0.5/bob/core/cpp/logging.cpp:30:
150In file included from /opt/local/include/boost/thread/mutex.hpp:16:
151In file included from /opt/local/include/boost/thread/pthread/mutex.hpp:16:
152In file included from /opt/local/include/boost/thread/lock_types.hpp:11:
153/opt/local/include/boost/thread/detail/move.hpp:31:10: fatal error: 'type_traits' file not found
154#include <type_traits>
155         ^
1561 error generated.
157make[2]: *** [CMakeFiles/bob_core.dir/opt/local/var/macports/build/_opt_mports_dports_python_py-bob-core/py27-bob-core/work/bob.core-2.0.5/bob/core/cpp/logging.cpp.o] Error 1
158make[1]: *** [CMakeFiles/bob_core.dir/all] Error 2
159make: *** [all] Error 2
160error: CMake compilation stopped with an error; stopping ...
161Command failed:  cd "/opt/local/var/macports/build/_opt_mports_dports_python_py-bob-core/py27-bob-core/work/bob.core-2.0.5" && /opt/local/Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7 setup.py --no-user-cfg build
162Exit code: 1
163Error: org.macports.build for port py27-bob-core returned: command execution failed
164DEBUG: Error code: CHILDSTATUS 76396 1
165DEBUG: Backtrace: command execution failed
166    while executing
167"system -nice 0 $fullcmdstring"
168    ("eval" body line 1)
169    invoked from within
170"eval system $notty $nice \$fullcmdstring"
171    invoked from within
172"command_exec build"
173    (procedure "portbuild::build_main" line 8)
174    invoked from within
175"portbuild::build_main org.macports.build"
176    ("eval" body line 1)
177    invoked from within
178"eval $procedure $targetname"
179Warning: targets not executed for py27-bob-core: org.macports.activate org.macports.build org.macports.destroot org.macports.install
180Please see the log file for port py27-bob-core for details:
181    /opt/local/var/macports/logs/_opt_mports_dports_python_py-bob-core/py27-bob-core/main.log
182To report a bug, follow the instructions in the guide:
183    http://guide.macports.org/#project.tickets
184Error: Processing of port py27-bob-core failed
185failure