Ticket #7316: build.log

File build.log, 7.5 KB (added by Sergey Dmitriev <dmi3evsv@…>, 10 years ago)

build log

Line 
1 ./b2 variant=release link=shared threading=multi runtime-link=shared
2
3Building the Boost C++ Libraries.
4
5
6Performing configuration checks
7
8 - 32-bit : no
9 - 64-bit : yes
10 - x86 : yes
11 - has_icu builds : yes
12 - iconv (libc) : yes
13 - icu : yes
14 - gcc visibility : yes
15 - long double support : yes
16
17Component configuration:
18
19 - chrono : building
20 - context : building
21 - date_time : building
22 - exception : building
23 - filesystem : building
24 - graph : building
25 - graph_parallel : building
26 - iostreams : building
27 - locale : building
28 - math : building
29 - mpi : building
30 - program_options : building
31 - python : building
32 - random : building
33 - regex : building
34 - serialization : building
35 - signals : building
36 - system : building
37 - test : building
38 - thread : building
39 - timer : building
40 - wave : building
41
42...patience...
43...patience...
44...patience...
45...found 13120 targets...
46...updating 4 targets...
47gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.6/release/threading-multi/python/datatypes.o
48In file included from ./boost/python/detail/wrap_python.hpp:50:0,
49 from ./boost/python/detail/prefix.hpp:13,
50 from ./boost/python/ssize_t.hpp:9,
51 from ./boost/python/object.hpp:8,
52 from ./boost/mpi/python/serialize.hpp:25,
53 from libs/mpi/src/python/datatypes.cpp:13:
54/usr/include/python3.2/pyconfig.h:1182:0: warning: "_POSIX_C_SOURCE" redefined [enabled by default]
55/usr/include/features.h:164:0: note: this is the location of the previous definition
56/usr/include/python3.2/pyconfig.h:1204:0: warning: "_XOPEN_SOURCE" redefined [enabled by default]
57/usr/include/features.h:166:0: note: this is the location of the previous definition
58libs/mpi/src/python/datatypes.cpp: In function ‘void boost::mpi::python::export_datatypes()’:
59libs/mpi/src/python/datatypes.cpp:20:33: error: ‘PyInt_Type’ was not declared in this scope
60
61 "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -fPIC -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_DYN_LINK=1 -DBOOST_MPI_PYTHON_DYN_LINK=1 -DBOOST_PYTHON_DYN_LINK=1 -DNDEBUG -I"." -I"/usr/include/python3.2" -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.6/release/threading-multi/python/datatypes.o" "libs/mpi/src/python/datatypes.cpp"
62
63...failed gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.6/release/threading-multi/python/datatypes.o...
64gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.6/release/threading-multi/python/py_environment.o
65libs/mpi/src/python/py_environment.cpp: In function ‘bool boost::mpi::python::mpi_init(boost::python::list, bool)’:
66libs/mpi/src/python/py_environment.cpp:53:37: error: cannot convert ‘char**’ to ‘wchar_t**’ for argument ‘2’ to ‘void PySys_SetArgv(int, wchar_t**)’
67
68 "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -fPIC -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_DYN_LINK=1 -DBOOST_MPI_PYTHON_DYN_LINK=1 -DBOOST_PYTHON_DYN_LINK=1 -DNDEBUG -I"." -I"/usr/include/python3.2" -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.6/release/threading-multi/python/py_environment.o" "libs/mpi/src/python/py_environment.cpp"
69
70...failed gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.6/release/threading-multi/python/py_environment.o...
71
72 - chrono : building
73 - context : building
74 - date_time : building
75 - exception : building
76 - filesystem : building
77 - graph : building
78 - graph_parallel : building
79 - iostreams : building
80 - locale : building
81 - math : building
82 - mpi : building
83 - program_options : building
84 - python : building
85 - random : building
86 - regex : building
87 - serialization : building
88 - signals : building
89 - system : building
90 - test : building
91 - thread : building
92 - timer : building
93 - wave : building
94
95...patience...
96...patience...
97...patience...
98...found 13120 targets...
99...updating 4 targets...
100gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.6/release/threading-multi/python/datatypes.o
101In file included from ./boost/python/detail/wrap_python.hpp:50:0,
102 from ./boost/python/detail/prefix.hpp:13,
103 from ./boost/python/ssize_t.hpp:9,
104 from ./boost/python/object.hpp:8,
105 from ./boost/mpi/python/serialize.hpp:25,
106 from libs/mpi/src/python/datatypes.cpp:13:
107/usr/include/python3.2/pyconfig.h:1182:0: warning: "_POSIX_C_SOURCE" redefined [enabled by default]
108/usr/include/features.h:164:0: note: this is the location of the previous definition
109/usr/include/python3.2/pyconfig.h:1204:0: warning: "_XOPEN_SOURCE" redefined [enabled by default]
110/usr/include/features.h:166:0: note: this is the location of the previous definition
111libs/mpi/src/python/datatypes.cpp: In function ‘void boost::mpi::python::export_datatypes()’:
112libs/mpi/src/python/datatypes.cpp:20:33: error: ‘PyInt_Type’ was not declared in this scope
113
114 "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -fPIC -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_DYN_LINK=1 -DBOOST_MPI_PYTHON_DYN_LINK=1 -DBOOST_PYTHON_DYN_LINK=1 -DNDEBUG -I"." -I"/usr/include/python3.2" -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.6/release/threading-multi/python/datatypes.o" "libs/mpi/src/python/datatypes.cpp"
115
116...failed gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.6/release/threading-multi/python/datatypes.o...
117gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.6/release/threading-multi/python/py_environment.o
118libs/mpi/src/python/py_environment.cpp: In function ‘bool boost::mpi::python::mpi_init(boost::python::list, bool)’:
119libs/mpi/src/python/py_environment.cpp:53:37: error: cannot convert ‘char**’ to ‘wchar_t**’ for argument ‘2’ to ‘void PySys_SetArgv(int, wchar_t**)’
120
121 "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -fPIC -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_DYN_LINK=1 -DBOOST_MPI_PYTHON_DYN_LINK=1 -DBOOST_PYTHON_DYN_LINK=1 -DNDEBUG -I"." -I"/usr/include/python3.2" -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.6/release/threading-multi/python/py_environment.o" "libs/mpi/src/python/py_environment.cpp"
122
123...failed gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.6/release/threading-multi/python/py_environment.o...
124...skipped <pbin.v2/libs/mpi/build/gcc-4.6/release/threading-multi>mpi.so for lack of <pbin.v2/libs/mpi/build/gcc-4.6/release/threading-multi>python/datatypes.o...
125...skipped <pstage/lib>mpi.so for lack of <pbin.v2/libs/mpi/build/gcc-4.6/release/threading-multi>mpi.so...
126...failed updating 2 targets...
127...skipped 2 targets...
128