Ticket #11120: boost.proj.conf.jam.log

File boost.proj.conf.jam.log, 52.9 KB (added by tele, 8 years ago)
Line 
1[gg@localhost boost_1_57_0]$ ./b2 --project-config.jam
2
3Building the Boost C++ Libraries.
4
5
6Performing configuration checks
7
8 - 32-bit : yes (cached)
9 - arm : no (cached)
10 - mips1 : no (cached)
11 - power : no (cached)
12 - sparc : no (cached)
13 - x86 : yes (cached)
14 - lockfree boost::atomic_flag : yes (cached)
15 - has_icu builds : yes (cached)
16warning: Graph library does not contain MPI-based parallel components.
17note: to enable them, add "using mpi ;" to your user-config.jam
18 - zlib : yes (cached)
19 - iconv (libc) : yes (cached)
20 - icu : yes (cached)
21 - compiler-supports-ssse3 : yes (cached)
22 - compiler-supports-avx2 : yes (cached)
23 - gcc visibility : yes (cached)
24 - long double support : yes (cached)
25warning: skipping optional Message Passing Interface (MPI) library.
26note: to enable MPI support, add "using mpi ;" to user-config.jam.
27note: to suppress this message, pass "--without-mpi" to bjam.
28note: otherwise, you can safely ignore this message.
29 - zlib : yes (cached)
30
31Component configuration:
32
33 - atomic : building
34 - chrono : building
35 - container : building
36 - context : building
37 - coroutine : building
38 - date_time : building
39 - exception : building
40 - filesystem : building
41 - graph : building
42 - graph_parallel : building
43 - iostreams : building
44 - locale : building
45 - log : building
46 - math : building
47 - mpi : building
48 - program_options : building
49 - python : building
50 - random : building
51 - regex : building
52 - serialization : building
53 - signals : building
54 - system : building
55 - test : building
56 - thread : building
57 - timer : building
58 - wave : building
59
60...patience...
61...patience...
62...patience...
63...patience...
64...patience...
65...patience...
66...found 13368 targets...
67...updating 68 targets...
68gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/numeric.o
69In file included from ./boost/python/detail/prefix.hpp:13:0,
70 from ./boost/python/numeric.hpp:8,
71 from libs/python/src/numeric.cpp:6:
72./boost/python/detail/wrap_python.hpp:50:23: fatal error: pyconfig.h: No such file or directory
73 # include <pyconfig.h>
74 ^
75compilation terminated.
76
77 "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -fPIC -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG -I"." -I"/usr/include/python3.4" -c -o "bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/numeric.o" "libs/python/src/numeric.cpp"
78
79...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/numeric.o...
80gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/list.o
81In file included from ./boost/python/detail/prefix.hpp:13:0,
82 from ./boost/python/list.hpp:8,
83 from libs/python/src/list.cpp:5:
84./boost/python/detail/wrap_python.hpp:50:23: fatal error: pyconfig.h: No such file or directory
85 # include <pyconfig.h>
86 ^
87compilation terminated.
88
89 "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -fPIC -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG -I"." -I"/usr/include/python3.4" -c -o "bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/list.o" "libs/python/src/list.cpp"
90
91...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/list.o...
92gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/long.o
93In file included from ./boost/python/detail/prefix.hpp:13:0,
94 from ./boost/python/long.hpp:8,
95 from libs/python/src/long.cpp:5:
96./boost/python/detail/wrap_python.hpp:50:23: fatal error: pyconfig.h: No such file or directory
97 # include <pyconfig.h>
98 ^
99compilation terminated.
100
101 "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -fPIC -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG -I"." -I"/usr/include/python3.4" -c -o "bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/long.o" "libs/python/src/long.cpp"
102
103...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/long.o...
104gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/dict.o
105In file included from ./boost/python/detail/prefix.hpp:13:0,
106 from ./boost/python/dict.hpp:8,
107 from libs/python/src/dict.cpp:4:
108./boost/python/detail/wrap_python.hpp:50:23: fatal error: pyconfig.h: No such file or directory
109 # include <pyconfig.h>
110 ^
111compilation terminated.
112
113 "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -fPIC -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG -I"." -I"/usr/include/python3.4" -c -o "bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/dict.o" "libs/python/src/dict.cpp"
114
115...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/dict.o...
116gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/tuple.o
117In file included from ./boost/python/detail/prefix.hpp:13:0,
118 from ./boost/python/tuple.hpp:8,
119 from libs/python/src/tuple.cpp:5:
120./boost/python/detail/wrap_python.hpp:50:23: fatal error: pyconfig.h: No such file or directory
121 # include <pyconfig.h>
122 ^
123compilation terminated.
124
125 "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -fPIC -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG -I"." -I"/usr/include/python3.4" -c -o "bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/tuple.o" "libs/python/src/tuple.cpp"
126
127...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/tuple.o...
128gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/str.o
129In file included from ./boost/python/detail/prefix.hpp:13:0,
130 from ./boost/python/str.hpp:8,
131 from libs/python/src/str.cpp:4:
132./boost/python/detail/wrap_python.hpp:50:23: fatal error: pyconfig.h: No such file or directory
133 # include <pyconfig.h>
134 ^
135compilation terminated.
136
137 "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -fPIC -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG -I"." -I"/usr/include/python3.4" -c -o "bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/str.o" "libs/python/src/str.cpp"
138
139...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/str.o...
140gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/slice.o
141In file included from ./boost/python/detail/prefix.hpp:13:0,
142 from ./boost/python/slice.hpp:9,
143 from libs/python/src/slice.cpp:1:
144./boost/python/detail/wrap_python.hpp:50:23: fatal error: pyconfig.h: No such file or directory
145 # include <pyconfig.h>
146 ^
147compilation terminated.
148
149 "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -fPIC -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG -I"." -I"/usr/include/python3.4" -c -o "bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/slice.o" "libs/python/src/slice.cpp"
150
151...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/slice.o...
152gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/converter/from_python.o
153In file included from ./boost/python/detail/prefix.hpp:13:0,
154 from ./boost/python/converter/from_python.hpp:8,
155 from libs/python/src/converter/from_python.cpp:6:
156./boost/python/detail/wrap_python.hpp:50:23: fatal error: pyconfig.h: No such file or directory
157 # include <pyconfig.h>
158 ^
159compilation terminated.
160
161 "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -fPIC -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG -I"." -I"/usr/include/python3.4" -c -o "bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/converter/from_python.o" "libs/python/src/converter/from_python.cpp"
162
163...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/converter/from_python.o...
164gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/converter/registry.o
165In file included from ./boost/python/detail/prefix.hpp:13:0,
166 from ./boost/python/type_id.hpp:8,
167 from ./boost/python/converter/registry.hpp:7,
168 from libs/python/src/converter/registry.cpp:5:
169./boost/python/detail/wrap_python.hpp:50:23: fatal error: pyconfig.h: No such file or directory
170 # include <pyconfig.h>
171 ^
172compilation terminated.
173
174 "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -fPIC -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG -I"." -I"/usr/include/python3.4" -c -o "bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/converter/registry.o" "libs/python/src/converter/registry.cpp"
175
176...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/converter/registry.o...
177gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/converter/type_id.o
178In file included from ./boost/python/detail/prefix.hpp:13:0,
179 from ./boost/python/type_id.hpp:8,
180 from libs/python/src/converter/type_id.cpp:6:
181./boost/python/detail/wrap_python.hpp:50:23: fatal error: pyconfig.h: No such file or directory
182 # include <pyconfig.h>
183 ^
184compilation terminated.
185
186 "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -fPIC -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG -I"." -I"/usr/include/python3.4" -c -o "bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/converter/type_id.o" "libs/python/src/converter/type_id.cpp"
187
188...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/converter/type_id.o...
189gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/object/enum.o
190In file included from ./boost/python/detail/prefix.hpp:13:0,
191 from ./boost/python/object_core.hpp:10,
192 from ./boost/python/object/enum_base.hpp:8,
193 from libs/python/src/object/enum.cpp:6:
194./boost/python/detail/wrap_python.hpp:50:23: fatal error: pyconfig.h: No such file or directory
195 # include <pyconfig.h>
196 ^
197compilation terminated.
198
199 "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -fPIC -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG -I"." -I"/usr/include/python3.4" -c -o "bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/object/enum.o" "libs/python/src/object/enum.cpp"
200
201...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/object/enum.o...
202gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/object/class.o
203In file included from ./boost/python/detail/prefix.hpp:13:0,
204 from libs/python/src/object/class.cpp:6:
205./boost/python/detail/wrap_python.hpp:50:23: fatal error: pyconfig.h: No such file or directory
206 # include <pyconfig.h>
207 ^
208compilation terminated.
209
210 "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -fPIC -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG -I"." -I"/usr/include/python3.4" -c -o "bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/object/class.o" "libs/python/src/object/class.cpp"
211
212...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/object/class.o...
213gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/object/function.o
214In file included from ./boost/python/detail/prefix.hpp:13:0,
215 from ./boost/python/object/function.hpp:8,
216 from ./boost/python/docstring_options.hpp:8,
217 from libs/python/src/object/function.cpp:6:
218./boost/python/detail/wrap_python.hpp:50:23: fatal error: pyconfig.h: No such file or directory
219 # include <pyconfig.h>
220 ^
221compilation terminated.
222
223 "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -fPIC -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG -I"." -I"/usr/include/python3.4" -c -o "bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/object/function.o" "libs/python/src/object/function.cpp"
224
225...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/object/function.o...
226gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/object/inheritance.o
227In file included from ./boost/python/detail/prefix.hpp:13:0,
228 from ./boost/python/type_id.hpp:8,
229 from ./boost/python/object/inheritance.hpp:8,
230 from libs/python/src/object/inheritance.cpp:5:
231./boost/python/detail/wrap_python.hpp:50:23: fatal error: pyconfig.h: No such file or directory
232 # include <pyconfig.h>
233 ^
234compilation terminated.
235
236 "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -fPIC -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG -I"." -I"/usr/include/python3.4" -c -o "bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/object/inheritance.o" "libs/python/src/object/inheritance.cpp"
237
238...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/object/inheritance.o...
239gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/object/life_support.o
240In file included from ./boost/python/detail/prefix.hpp:13:0,
241 from ./boost/python/object/life_support.hpp:7,
242 from libs/python/src/object/life_support.cpp:5:
243./boost/python/detail/wrap_python.hpp:50:23: fatal error: pyconfig.h: No such file or directory
244 # include <pyconfig.h>
245 ^
246compilation terminated.
247
248 "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -fPIC -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG -I"." -I"/usr/include/python3.4" -c -o "bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/object/life_support.o" "libs/python/src/object/life_support.cpp"
249
250...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/object/life_support.o...
251gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/object/pickle_support.o
252In file included from ./boost/python/detail/prefix.hpp:13:0,
253 from ./boost/python/make_function.hpp:8,
254 from libs/python/src/object/pickle_support.cpp:6:
255./boost/python/detail/wrap_python.hpp:50:23: fatal error: pyconfig.h: No such file or directory
256 # include <pyconfig.h>
257 ^
258compilation terminated.
259
260 "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -fPIC -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG -I"." -I"/usr/include/python3.4" -c -o "bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/object/pickle_support.o" "libs/python/src/object/pickle_support.cpp"
261
262...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/object/pickle_support.o...
263gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/errors.o
264In file included from ./boost/python/detail/prefix.hpp:13:0,
265 from ./boost/python/errors.hpp:12,
266 from libs/python/src/errors.cpp:10:
267./boost/python/detail/wrap_python.hpp:50:23: fatal error: pyconfig.h: No such file or directory
268 # include <pyconfig.h>
269 ^
270compilation terminated.
271
272 "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -fPIC -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG -I"." -I"/usr/include/python3.4" -c -o "bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/errors.o" "libs/python/src/errors.cpp"
273
274...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/errors.o...
275gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/module.o
276In file included from ./boost/python/detail/prefix.hpp:13:0,
277 from ./boost/python/scope.hpp:8,
278 from libs/python/src/module.cpp:9:
279./boost/python/detail/wrap_python.hpp:50:23: fatal error: pyconfig.h: No such file or directory
280 # include <pyconfig.h>
281 ^
282compilation terminated.
283
284 "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -fPIC -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG -I"." -I"/usr/include/python3.4" -c -o "bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/module.o" "libs/python/src/module.cpp"
285
286...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/module.o...
287gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/converter/builtin_converters.o
288In file included from ./boost/python/detail/prefix.hpp:13:0,
289 from ./boost/python/handle.hpp:8,
290 from libs/python/src/converter/builtin_converters.cpp:6:
291./boost/python/detail/wrap_python.hpp:50:23: fatal error: pyconfig.h: No such file or directory
292 # include <pyconfig.h>
293 ^
294compilation terminated.
295
296 "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -fPIC -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG -I"." -I"/usr/include/python3.4" -c -o "bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/converter/builtin_converters.o" "libs/python/src/converter/builtin_converters.cpp"
297
298...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/converter/builtin_converters.o...
299gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/converter/arg_to_python_base.o
300In file included from ./boost/python/detail/prefix.hpp:13:0,
301 from ./boost/python/handle.hpp:8,
302 from ./boost/python/converter/arg_to_python_base.hpp:7,
303 from libs/python/src/converter/arg_to_python_base.cpp:6:
304./boost/python/detail/wrap_python.hpp:50:23: fatal error: pyconfig.h: No such file or directory
305 # include <pyconfig.h>
306 ^
307compilation terminated.
308
309 "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -fPIC -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG -I"." -I"/usr/include/python3.4" -c -o "bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/converter/arg_to_python_base.o" "libs/python/src/converter/arg_to_python_base.cpp"
310
311...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/converter/arg_to_python_base.o...
312gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/object/iterator.o
313In file included from ./boost/python/detail/prefix.hpp:13:0,
314 from ./boost/python/object_fwd.hpp:8,
315 from ./boost/python/object/iterator_core.hpp:8,
316 from libs/python/src/object/iterator.cpp:6:
317./boost/python/detail/wrap_python.hpp:50:23: fatal error: pyconfig.h: No such file or directory
318 # include <pyconfig.h>
319 ^
320compilation terminated.
321
322 "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -fPIC -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG -I"." -I"/usr/include/python3.4" -c -o "bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/object/iterator.o" "libs/python/src/object/iterator.cpp"
323
324...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/object/iterator.o...
325gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/object/stl_iterator.o
326In file included from ./boost/python/detail/prefix.hpp:13:0,
327 from ./boost/python/ssize_t.hpp:9,
328 from ./boost/python/object.hpp:8,
329 from libs/python/src/object/stl_iterator.cpp:10:
330./boost/python/detail/wrap_python.hpp:50:23: fatal error: pyconfig.h: No such file or directory
331 # include <pyconfig.h>
332 ^
333compilation terminated.
334
335 "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -fPIC -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG -I"." -I"/usr/include/python3.4" -c -o "bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/object/stl_iterator.o" "libs/python/src/object/stl_iterator.cpp"
336
337...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/object/stl_iterator.o...
338gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/object_protocol.o
339In file included from ./boost/python/detail/prefix.hpp:13:0,
340 from ./boost/python/object_protocol.hpp:8,
341 from libs/python/src/object_protocol.cpp:6:
342./boost/python/detail/wrap_python.hpp:50:23: fatal error: pyconfig.h: No such file or directory
343 # include <pyconfig.h>
344 ^
345compilation terminated.
346
347 "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -fPIC -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG -I"." -I"/usr/include/python3.4" -c -o "bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/object_protocol.o" "libs/python/src/object_protocol.cpp"
348
349...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/object_protocol.o...
350gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/object_operators.o
351In file included from ./boost/python/detail/prefix.hpp:13:0,
352 from ./boost/python/object_operators.hpp:8,
353 from libs/python/src/object_operators.cpp:6:
354./boost/python/detail/wrap_python.hpp:50:23: fatal error: pyconfig.h: No such file or directory
355 # include <pyconfig.h>
356 ^
357compilation terminated.
358
359 "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -fPIC -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG -I"." -I"/usr/include/python3.4" -c -o "bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/object_operators.o" "libs/python/src/object_operators.cpp"
360
361...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/object_operators.o...
362gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/wrapper.o
363In file included from ./boost/python/detail/prefix.hpp:13:0,
364 from ./boost/python/detail/wrapper_base.hpp:7,
365 from ./boost/python/wrapper.hpp:7,
366 from libs/python/src/wrapper.cpp:5:
367./boost/python/detail/wrap_python.hpp:50:23: fatal error: pyconfig.h: No such file or directory
368 # include <pyconfig.h>
369 ^
370compilation terminated.
371
372 "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -fPIC -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG -I"." -I"/usr/include/python3.4" -c -o "bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/wrapper.o" "libs/python/src/wrapper.cpp"
373
374...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/wrapper.o...
375gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/import.o
376In file included from ./boost/python/detail/prefix.hpp:13:0,
377 from ./boost/python/ssize_t.hpp:9,
378 from ./boost/python/object.hpp:8,
379 from ./boost/python/import.hpp:8,
380 from libs/python/src/import.cpp:6:
381./boost/python/detail/wrap_python.hpp:50:23: fatal error: pyconfig.h: No such file or directory
382 # include <pyconfig.h>
383 ^
384compilation terminated.
385
386 "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -fPIC -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG -I"." -I"/usr/include/python3.4" -c -o "bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/import.o" "libs/python/src/import.cpp"
387
388...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/import.o...
389gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/exec.o
390In file included from ./boost/python/detail/prefix.hpp:13:0,
391 from ./boost/python/ssize_t.hpp:9,
392 from ./boost/python/object.hpp:8,
393 from ./boost/python/exec.hpp:8,
394 from libs/python/src/exec.cpp:6:
395./boost/python/detail/wrap_python.hpp:50:23: fatal error: pyconfig.h: No such file or directory
396 # include <pyconfig.h>
397 ^
398compilation terminated.
399
400 "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -fPIC -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG -I"." -I"/usr/include/python3.4" -c -o "bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/exec.o" "libs/python/src/exec.cpp"
401
402...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/exec.o...
403gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/object/function_doc_signature.o
404In file included from ./boost/python/detail/prefix.hpp:13:0,
405 from ./boost/python/converter/registrations.hpp:8,
406 from libs/python/src/object/function_doc_signature.cpp:9:
407./boost/python/detail/wrap_python.hpp:50:23: fatal error: pyconfig.h: No such file or directory
408 # include <pyconfig.h>
409 ^
410compilation terminated.
411
412 "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -fPIC -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG -I"." -I"/usr/include/python3.4" -c -o "bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/object/function_doc_signature.o" "libs/python/src/object/function_doc_signature.cpp"
413
414...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/object/function_doc_signature.o...
415...skipped <pbin.v2/libs/python/build/gcc-4.9.2/release/threading-multi>libboost_python.so.1.57.0 for lack of <pbin.v2/libs/python/build/gcc-4.9.2/release/threading-multi>numeric.o...
416...skipped <pstage/lib>libboost_python.so.1.57.0 for lack of <pbin.v2/libs/python/build/gcc-4.9.2/release/threading-multi>libboost_python.so.1.57.0...
417...skipped <pstage/lib>libboost_python.so for lack of <pstage/lib>libboost_python.so.1.57.0...
418...skipped <pbin.v2/libs/python/build/gcc-4.9.2/release/threading-multi>libboost_python3.so.1.57.0 for lack of <pbin.v2/libs/python/build/gcc-4.9.2/release/threading-multi>numeric.o...
419...skipped <pstage/lib>libboost_python3.so.1.57.0 for lack of <pbin.v2/libs/python/build/gcc-4.9.2/release/threading-multi>libboost_python3.so.1.57.0...
420...skipped <pstage/lib>libboost_python3.so for lack of <pstage/lib>libboost_python3.so.1.57.0...
421gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/numeric.o
422In file included from ./boost/python/detail/prefix.hpp:13:0,
423 from ./boost/python/numeric.hpp:8,
424 from libs/python/src/numeric.cpp:6:
425./boost/python/detail/wrap_python.hpp:50:23: fatal error: pyconfig.h: No such file or directory
426 # include <pyconfig.h>
427 ^
428compilation terminated.
429
430 "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG -I"." -I"/usr/include/python3.4" -c -o "bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/numeric.o" "libs/python/src/numeric.cpp"
431
432...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/numeric.o...
433gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/list.o
434In file included from ./boost/python/detail/prefix.hpp:13:0,
435 from ./boost/python/list.hpp:8,
436 from libs/python/src/list.cpp:5:
437./boost/python/detail/wrap_python.hpp:50:23: fatal error: pyconfig.h: No such file or directory
438 # include <pyconfig.h>
439 ^
440compilation terminated.
441
442 "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG -I"." -I"/usr/include/python3.4" -c -o "bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/list.o" "libs/python/src/list.cpp"
443
444...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/list.o...
445gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/long.o
446In file included from ./boost/python/detail/prefix.hpp:13:0,
447 from ./boost/python/long.hpp:8,
448 from libs/python/src/long.cpp:5:
449./boost/python/detail/wrap_python.hpp:50:23: fatal error: pyconfig.h: No such file or directory
450 # include <pyconfig.h>
451 ^
452compilation terminated.
453
454 "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG -I"." -I"/usr/include/python3.4" -c -o "bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/long.o" "libs/python/src/long.cpp"
455
456...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/long.o...
457gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/dict.o
458In file included from ./boost/python/detail/prefix.hpp:13:0,
459 from ./boost/python/dict.hpp:8,
460 from libs/python/src/dict.cpp:4:
461./boost/python/detail/wrap_python.hpp:50:23: fatal error: pyconfig.h: No such file or directory
462 # include <pyconfig.h>
463 ^
464compilation terminated.
465
466 "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG -I"." -I"/usr/include/python3.4" -c -o "bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/dict.o" "libs/python/src/dict.cpp"
467
468...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/dict.o...
469gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/tuple.o
470In file included from ./boost/python/detail/prefix.hpp:13:0,
471 from ./boost/python/tuple.hpp:8,
472 from libs/python/src/tuple.cpp:5:
473./boost/python/detail/wrap_python.hpp:50:23: fatal error: pyconfig.h: No such file or directory
474 # include <pyconfig.h>
475 ^
476compilation terminated.
477
478 "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG -I"." -I"/usr/include/python3.4" -c -o "bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/tuple.o" "libs/python/src/tuple.cpp"
479
480...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/tuple.o...
481gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/str.o
482In file included from ./boost/python/detail/prefix.hpp:13:0,
483 from ./boost/python/str.hpp:8,
484 from libs/python/src/str.cpp:4:
485./boost/python/detail/wrap_python.hpp:50:23: fatal error: pyconfig.h: No such file or directory
486 # include <pyconfig.h>
487 ^
488compilation terminated.
489
490 "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG -I"." -I"/usr/include/python3.4" -c -o "bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/str.o" "libs/python/src/str.cpp"
491
492...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/str.o...
493gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/slice.o
494In file included from ./boost/python/detail/prefix.hpp:13:0,
495 from ./boost/python/slice.hpp:9,
496 from libs/python/src/slice.cpp:1:
497./boost/python/detail/wrap_python.hpp:50:23: fatal error: pyconfig.h: No such file or directory
498 # include <pyconfig.h>
499 ^
500compilation terminated.
501
502 "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG -I"." -I"/usr/include/python3.4" -c -o "bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/slice.o" "libs/python/src/slice.cpp"
503
504...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/slice.o...
505gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/converter/from_python.o
506In file included from ./boost/python/detail/prefix.hpp:13:0,
507 from ./boost/python/converter/from_python.hpp:8,
508 from libs/python/src/converter/from_python.cpp:6:
509./boost/python/detail/wrap_python.hpp:50:23: fatal error: pyconfig.h: No such file or directory
510 # include <pyconfig.h>
511 ^
512compilation terminated.
513
514 "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG -I"." -I"/usr/include/python3.4" -c -o "bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/converter/from_python.o" "libs/python/src/converter/from_python.cpp"
515
516...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/converter/from_python.o...
517gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/converter/registry.o
518In file included from ./boost/python/detail/prefix.hpp:13:0,
519 from ./boost/python/type_id.hpp:8,
520 from ./boost/python/converter/registry.hpp:7,
521 from libs/python/src/converter/registry.cpp:5:
522./boost/python/detail/wrap_python.hpp:50:23: fatal error: pyconfig.h: No such file or directory
523 # include <pyconfig.h>
524 ^
525compilation terminated.
526
527 "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG -I"." -I"/usr/include/python3.4" -c -o "bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/converter/registry.o" "libs/python/src/converter/registry.cpp"
528
529...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/converter/registry.o...
530gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/converter/type_id.o
531In file included from ./boost/python/detail/prefix.hpp:13:0,
532 from ./boost/python/type_id.hpp:8,
533 from libs/python/src/converter/type_id.cpp:6:
534./boost/python/detail/wrap_python.hpp:50:23: fatal error: pyconfig.h: No such file or directory
535 # include <pyconfig.h>
536 ^
537compilation terminated.
538
539 "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG -I"." -I"/usr/include/python3.4" -c -o "bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/converter/type_id.o" "libs/python/src/converter/type_id.cpp"
540
541...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/converter/type_id.o...
542gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/object/enum.o
543In file included from ./boost/python/detail/prefix.hpp:13:0,
544 from ./boost/python/object_core.hpp:10,
545 from ./boost/python/object/enum_base.hpp:8,
546 from libs/python/src/object/enum.cpp:6:
547./boost/python/detail/wrap_python.hpp:50:23: fatal error: pyconfig.h: No such file or directory
548 # include <pyconfig.h>
549 ^
550compilation terminated.
551
552 "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG -I"." -I"/usr/include/python3.4" -c -o "bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/object/enum.o" "libs/python/src/object/enum.cpp"
553
554...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/object/enum.o...
555gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/object/class.o
556In file included from ./boost/python/detail/prefix.hpp:13:0,
557 from libs/python/src/object/class.cpp:6:
558./boost/python/detail/wrap_python.hpp:50:23: fatal error: pyconfig.h: No such file or directory
559 # include <pyconfig.h>
560 ^
561compilation terminated.
562
563 "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG -I"." -I"/usr/include/python3.4" -c -o "bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/object/class.o" "libs/python/src/object/class.cpp"
564
565...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/object/class.o...
566gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/object/function.o
567In file included from ./boost/python/detail/prefix.hpp:13:0,
568 from ./boost/python/object/function.hpp:8,
569 from ./boost/python/docstring_options.hpp:8,
570 from libs/python/src/object/function.cpp:6:
571./boost/python/detail/wrap_python.hpp:50:23: fatal error: pyconfig.h: No such file or directory
572 # include <pyconfig.h>
573 ^
574compilation terminated.
575
576 "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG -I"." -I"/usr/include/python3.4" -c -o "bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/object/function.o" "libs/python/src/object/function.cpp"
577
578...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/object/function.o...
579gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/object/inheritance.o
580In file included from ./boost/python/detail/prefix.hpp:13:0,
581 from ./boost/python/type_id.hpp:8,
582 from ./boost/python/object/inheritance.hpp:8,
583 from libs/python/src/object/inheritance.cpp:5:
584./boost/python/detail/wrap_python.hpp:50:23: fatal error: pyconfig.h: No such file or directory
585 # include <pyconfig.h>
586 ^
587compilation terminated.
588
589 "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG -I"." -I"/usr/include/python3.4" -c -o "bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/object/inheritance.o" "libs/python/src/object/inheritance.cpp"
590
591...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/object/inheritance.o...
592gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/object/life_support.o
593In file included from ./boost/python/detail/prefix.hpp:13:0,
594 from ./boost/python/object/life_support.hpp:7,
595 from libs/python/src/object/life_support.cpp:5:
596./boost/python/detail/wrap_python.hpp:50:23: fatal error: pyconfig.h: No such file or directory
597 # include <pyconfig.h>
598 ^
599compilation terminated.
600
601 "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG -I"." -I"/usr/include/python3.4" -c -o "bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/object/life_support.o" "libs/python/src/object/life_support.cpp"
602
603...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/object/life_support.o...
604gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/object/pickle_support.o
605In file included from ./boost/python/detail/prefix.hpp:13:0,
606 from ./boost/python/make_function.hpp:8,
607 from libs/python/src/object/pickle_support.cpp:6:
608./boost/python/detail/wrap_python.hpp:50:23: fatal error: pyconfig.h: No such file or directory
609 # include <pyconfig.h>
610 ^
611compilation terminated.
612
613 "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG -I"." -I"/usr/include/python3.4" -c -o "bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/object/pickle_support.o" "libs/python/src/object/pickle_support.cpp"
614
615...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/object/pickle_support.o...
616gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/errors.o
617In file included from ./boost/python/detail/prefix.hpp:13:0,
618 from ./boost/python/errors.hpp:12,
619 from libs/python/src/errors.cpp:10:
620./boost/python/detail/wrap_python.hpp:50:23: fatal error: pyconfig.h: No such file or directory
621 # include <pyconfig.h>
622 ^
623compilation terminated.
624
625 "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG -I"." -I"/usr/include/python3.4" -c -o "bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/errors.o" "libs/python/src/errors.cpp"
626
627...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/errors.o...
628gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/module.o
629In file included from ./boost/python/detail/prefix.hpp:13:0,
630 from ./boost/python/scope.hpp:8,
631 from libs/python/src/module.cpp:9:
632./boost/python/detail/wrap_python.hpp:50:23: fatal error: pyconfig.h: No such file or directory
633 # include <pyconfig.h>
634 ^
635compilation terminated.
636
637 "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG -I"." -I"/usr/include/python3.4" -c -o "bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/module.o" "libs/python/src/module.cpp"
638
639...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/module.o...
640gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/converter/builtin_converters.o
641In file included from ./boost/python/detail/prefix.hpp:13:0,
642 from ./boost/python/handle.hpp:8,
643 from libs/python/src/converter/builtin_converters.cpp:6:
644./boost/python/detail/wrap_python.hpp:50:23: fatal error: pyconfig.h: No such file or directory
645 # include <pyconfig.h>
646 ^
647compilation terminated.
648
649 "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG -I"." -I"/usr/include/python3.4" -c -o "bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/converter/builtin_converters.o" "libs/python/src/converter/builtin_converters.cpp"
650
651...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/converter/builtin_converters.o...
652gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/converter/arg_to_python_base.o
653In file included from ./boost/python/detail/prefix.hpp:13:0,
654 from ./boost/python/handle.hpp:8,
655 from ./boost/python/converter/arg_to_python_base.hpp:7,
656 from libs/python/src/converter/arg_to_python_base.cpp:6:
657./boost/python/detail/wrap_python.hpp:50:23: fatal error: pyconfig.h: No such file or directory
658 # include <pyconfig.h>
659 ^
660compilation terminated.
661
662 "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG -I"." -I"/usr/include/python3.4" -c -o "bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/converter/arg_to_python_base.o" "libs/python/src/converter/arg_to_python_base.cpp"
663
664...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/converter/arg_to_python_base.o...
665gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/object/iterator.o
666In file included from ./boost/python/detail/prefix.hpp:13:0,
667 from ./boost/python/object_fwd.hpp:8,
668 from ./boost/python/object/iterator_core.hpp:8,
669 from libs/python/src/object/iterator.cpp:6:
670./boost/python/detail/wrap_python.hpp:50:23: fatal error: pyconfig.h: No such file or directory
671 # include <pyconfig.h>
672 ^
673compilation terminated.
674
675 "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG -I"." -I"/usr/include/python3.4" -c -o "bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/object/iterator.o" "libs/python/src/object/iterator.cpp"
676
677...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/object/iterator.o...
678gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/object/stl_iterator.o
679In file included from ./boost/python/detail/prefix.hpp:13:0,
680 from ./boost/python/ssize_t.hpp:9,
681 from ./boost/python/object.hpp:8,
682 from libs/python/src/object/stl_iterator.cpp:10:
683./boost/python/detail/wrap_python.hpp:50:23: fatal error: pyconfig.h: No such file or directory
684 # include <pyconfig.h>
685 ^
686compilation terminated.
687
688 "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG -I"." -I"/usr/include/python3.4" -c -o "bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/object/stl_iterator.o" "libs/python/src/object/stl_iterator.cpp"
689
690...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/object/stl_iterator.o...
691gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/object_protocol.o
692In file included from ./boost/python/detail/prefix.hpp:13:0,
693 from ./boost/python/object_protocol.hpp:8,
694 from libs/python/src/object_protocol.cpp:6:
695./boost/python/detail/wrap_python.hpp:50:23: fatal error: pyconfig.h: No such file or directory
696 # include <pyconfig.h>
697 ^
698compilation terminated.
699
700 "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG -I"." -I"/usr/include/python3.4" -c -o "bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/object_protocol.o" "libs/python/src/object_protocol.cpp"
701
702...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/object_protocol.o...
703gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/object_operators.o
704In file included from ./boost/python/detail/prefix.hpp:13:0,
705 from ./boost/python/object_operators.hpp:8,
706 from libs/python/src/object_operators.cpp:6:
707./boost/python/detail/wrap_python.hpp:50:23: fatal error: pyconfig.h: No such file or directory
708 # include <pyconfig.h>
709 ^
710compilation terminated.
711
712 "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG -I"." -I"/usr/include/python3.4" -c -o "bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/object_operators.o" "libs/python/src/object_operators.cpp"
713
714...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/object_operators.o...
715gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/wrapper.o
716In file included from ./boost/python/detail/prefix.hpp:13:0,
717 from ./boost/python/detail/wrapper_base.hpp:7,
718 from ./boost/python/wrapper.hpp:7,
719 from libs/python/src/wrapper.cpp:5:
720./boost/python/detail/wrap_python.hpp:50:23: fatal error: pyconfig.h: No such file or directory
721 # include <pyconfig.h>
722 ^
723compilation terminated.
724
725 "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG -I"." -I"/usr/include/python3.4" -c -o "bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/wrapper.o" "libs/python/src/wrapper.cpp"
726
727...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/wrapper.o...
728gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/import.o
729In file included from ./boost/python/detail/prefix.hpp:13:0,
730 from ./boost/python/ssize_t.hpp:9,
731 from ./boost/python/object.hpp:8,
732 from ./boost/python/import.hpp:8,
733 from libs/python/src/import.cpp:6:
734./boost/python/detail/wrap_python.hpp:50:23: fatal error: pyconfig.h: No such file or directory
735 # include <pyconfig.h>
736 ^
737compilation terminated.
738
739 "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG -I"." -I"/usr/include/python3.4" -c -o "bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/import.o" "libs/python/src/import.cpp"
740
741...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/import.o...
742gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/exec.o
743In file included from ./boost/python/detail/prefix.hpp:13:0,
744 from ./boost/python/ssize_t.hpp:9,
745 from ./boost/python/object.hpp:8,
746 from ./boost/python/exec.hpp:8,
747 from libs/python/src/exec.cpp:6:
748./boost/python/detail/wrap_python.hpp:50:23: fatal error: pyconfig.h: No such file or directory
749 # include <pyconfig.h>
750 ^
751compilation terminated.
752
753 "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG -I"." -I"/usr/include/python3.4" -c -o "bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/exec.o" "libs/python/src/exec.cpp"
754
755...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/exec.o...
756gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/object/function_doc_signature.o
757In file included from ./boost/python/detail/prefix.hpp:13:0,
758 from ./boost/python/converter/registrations.hpp:8,
759 from libs/python/src/object/function_doc_signature.cpp:9:
760./boost/python/detail/wrap_python.hpp:50:23: fatal error: pyconfig.h: No such file or directory
761 # include <pyconfig.h>
762 ^
763compilation terminated.
764
765 "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG -I"." -I"/usr/include/python3.4" -c -o "bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/object/function_doc_signature.o" "libs/python/src/object/function_doc_signature.cpp"
766
767...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/object/function_doc_signature.o...
768...skipped <pbin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi>libboost_python.a(clean) for lack of <pbin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi>numeric.o...
769...skipped <pbin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi>libboost_python.a for lack of <pbin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi>numeric.o...
770...skipped <pstage/lib>libboost_python.a for lack of <pbin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi>libboost_python.a...
771...skipped <pbin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi>libboost_python3.a(clean) for lack of <pbin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi>numeric.o...
772...skipped <pbin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi>libboost_python3.a for lack of <pbin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi>numeric.o...
773...skipped <pstage/lib>libboost_python3.a for lack of <pbin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi>libboost_python3.a...
774...failed updating 56 targets...
775...skipped 12 targets...
776[gg@localhost boost_1_57_0]$
777