Ticket #8552: errorLogGcc.txt

File errorLogGcc.txt, 13.3 KB (added by Radke, 9 years ago)

The whole output of the bjam call

Line 
1./bjam toolset=gcc-android4.6 link=static runtime-link=static target-os=linux --stagedir=android --with-thread --prefix=/home/$USER/HCPService install
2
3Component configuration:
4
5 - chrono : not building
6 - context : not building
7 - date_time : not building
8 - exception : not building
9 - filesystem : not building
10 - graph : not building
11 - graph_parallel : not building
12 - iostreams : not building
13 - locale : not building
14 - math : not building
15 - mpi : not building
16 - program_options : not building
17 - python : not building
18 - random : not building
19 - regex : not building
20 - serialization : not building
21 - signals : not building
22 - system : not building
23 - test : not building
24 - thread : building
25 - timer : not building
26 - wave : not building
27
28...patience...
29...found 19818 targets...
30...updating 18 targets...
31gcc.compile.c++
32bin.v2/libs/thread/build/gcc-android4.6/release/link-static/runtime-link-static/threading-multi/pthread/thread.o
33In file included from ./boost/functional/hash/hash.hpp:508:0,
34 from ./boost/functional/hash.hpp:6,
35 from ./boost/thread/detail/thread.hpp:33,
36 from ./boost/thread/thread.hpp:22,
37 from libs/thread/src/pthread/thread.cpp:11:
38./boost/functional/hash/extensions.hpp: In member function 'std::size_t boost::hash<T>::operator()(const T&) const [with T = wchar_t, std::size_t = unsigned int]':
39./boost/functional/hash/hash.hpp:233:9: instantiated from 'void
40boost::hash_combine(std::size_t&, const T&) [with T = wchar_t, std::size_t = unsigned int]'
41./boost/functional/hash/hash.hpp:247:13: instantiated from
42'std::size_t boost::hash_range(It, It) [with It = __gnu_cxx::__normal_iterator<wchar_t const*, std::basic_string<wchar_t> >, std::size_t = unsigned int]'
43./boost/functional/hash/hash.hpp:306:45: instantiated from
44'std::size_t boost::hash_value(const std::basic_string<Ch, std::char_traits<_CharT>, A>&) [with Ch = wchar_t, A = std::allocator<wchar_t>, std::size_t = unsigned int]'
45./boost/functional/hash/hash.hpp:418:5: instantiated from here
46./boost/functional/hash/extensions.hpp:257:34: error: no matching function for call to 'hash_value(wchar_t const&)'
47./boost/functional/hash/extensions.hpp:257:34: note: candidates are:
48./boost/smart_ptr/shared_ptr.hpp:708:33: note: template<class T> std::size_t boost::hash_value(const boost::shared_ptr<T>&)
49./boost/functional/hash/hash.hpp:171:57: note: template<class T> typename boost::hash_detail::basic_numbers::type boost::hash_value(T)
50./boost/functional/hash/hash.hpp:177:56: note: template<class T> typename boost::hash_detail::long_numbers::type boost::hash_value(T)
51./boost/functional/hash/hash.hpp:183:57: note: template<class T> typename boost::hash_detail::ulong_numbers::type boost::hash_value(T)
52./boost/functional/hash/hash.hpp:190:6: note: template<class T> typename boost::enable_if<boost::is_enum<T>, unsigned int>::type
53boost::hash_value(T)
54./boost/functional/hash/hash.hpp:197:36: note: template<class T> std::size_t boost::hash_value(T* const&)
55./boost/functional/hash/hash.hpp:290:24: note: template<class T, unsigned int N> std::size_t boost::hash_value(const T (&)[N])
56./boost/functional/hash/hash.hpp:296:24: note: template<class T, unsigned int N> std::size_t boost::hash_value(T (&)[N])
57./boost/functional/hash/hash.hpp:303:24: note: template<class Ch, class
58A> std::size_t boost::hash_value(const std::basic_string<Ch,
59std::char_traits<_CharT>, A>&)
60./boost/functional/hash/hash.hpp:310:57: note: template<class T> typename boost::hash_detail::float_numbers::type boost::hash_value(T)
61./boost/functional/hash/extensions.hpp:58:17: note: template<class A, class B> std::size_t boost::hash_value(const std::pair<_T1, _T2>&)
62./boost/functional/hash/extensions.hpp:67:17: note: template<class T, class A> std::size_t boost::hash_value(const std::vector<_Tp, _Alloc>&)
63./boost/functional/hash/extensions.hpp:73:17: note: template<class T, class A> std::size_t boost::hash_value(const std::list<_Tp, _Alloc>&)
64./boost/functional/hash/extensions.hpp:79:17: note: template<class T, class A> std::size_t boost::hash_value(const std::deque<_Tp, _Alloc>&)
65./boost/functional/hash/extensions.hpp:85:17: note: template<class K, class C, class A> std::size_t boost::hash_value(const std::set<_Key, _Compare, _Alloc>&)
66./boost/functional/hash/extensions.hpp:91:17: note: template<class K, class C, class A> std::size_t boost::hash_value(const std::multiset<_Key, _Compare, _Alloc>&)
67./boost/functional/hash/extensions.hpp:97:17: note: template<class K, class T, class C, class A> std::size_t boost::hash_value(const std::map<_Key, _Tp, _Compare, _Alloc>&)
68./boost/functional/hash/extensions.hpp:103:17: note: template<class K, class T, class C, class A> std::size_t boost::hash_value(const std::multimap<_Key, _Tp, _Compare, _Alloc>&)
69./boost/functional/hash/extensions.hpp:109:17: note: template<class T> std::size_t boost::hash_value(const std::complex<_Tp>&)
70
71
72"../../toolchains/arm-linux-androideabi-4.6/prebuilt/linux-x86/bin/arm-linux-androideabi-g++"
73 -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic --sysroot=../../platforms/android-14/arch-arm -mthumb -Os -fno-strict-aliasing -O2 -DNDEBUG -g -lstdc++ -I../../sources/cxx-stl/gnu-libstdc++/4.6/include
74-I../../sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi/include
75-D__GLIBC__ -DBOOST_NO_INTRINSIC_WCHAR_T -DBOOST_FILESYSTEM_VERSION=2 -pthread -Wextra -Wno-long-long -pedantic -DBOOST_ALL_NO_LIB=1 -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_SYSTEM_STATIC_LINK=1
76-DBOOST_THREAD_BUILD_LIB=1 -DBOOST_THREAD_DONT_USE_CHRONO -DBOOST_THREAD_POSIX -DBOOST_THREAD_THROW_IF_PRECONDITION_NOT_SATISFIED
77-DNDEBUG -I"." -c -o
78"bin.v2/libs/thread/build/gcc-android4.6/release/link-static/runtime-link-static/threading-multi/pthread/thread.o"
79"libs/thread/src/pthread/thread.cpp"
80
81...failed gcc.compile.c++
82bin.v2/libs/thread/build/gcc-android4.6/release/link-static/runtime-link-static/threading-multi/pthread/thread.o...
83gcc.compile.c++
84bin.v2/libs/thread/build/gcc-android4.6/release/link-static/runtime-link-static/threading-multi/future.o
85In file included from ./boost/functional/hash/hash.hpp:508:0,
86 from ./boost/functional/hash.hpp:6,
87 from ./boost/thread/detail/thread.hpp:33,
88 from ./boost/thread/thread.hpp:22,
89 from ./boost/thread/future.hpp:53,
90 from libs/thread/src/future.cpp:10:
91./boost/functional/hash/extensions.hpp: In member function 'std::size_t boost::hash<T>::operator()(const T&) const [with T = wchar_t, std::size_t = unsigned int]':
92./boost/functional/hash/hash.hpp:233:9: instantiated from 'void
93boost::hash_combine(std::size_t&, const T&) [with T = wchar_t, std::size_t = unsigned int]'
94./boost/functional/hash/hash.hpp:247:13: instantiated from
95'std::size_t boost::hash_range(It, It) [with It = __gnu_cxx::__normal_iterator<wchar_t const*, std::basic_string<wchar_t> >, std::size_t = unsigned int]'
96./boost/functional/hash/hash.hpp:306:45: instantiated from
97'std::size_t boost::hash_value(const std::basic_string<Ch, std::char_traits<_CharT>, A>&) [with Ch = wchar_t, A = std::allocator<wchar_t>, std::size_t = unsigned int]'
98./boost/functional/hash/hash.hpp:418:5: instantiated from here
99./boost/functional/hash/extensions.hpp:257:34: error: no matching function for call to 'hash_value(wchar_t const&)'
100./boost/functional/hash/extensions.hpp:257:34: note: candidates are:
101./boost/smart_ptr/shared_ptr.hpp:708:33: note: template<class T> std::size_t boost::hash_value(const boost::shared_ptr<T>&)
102./boost/functional/hash/hash.hpp:171:57: note: template<class T> typename boost::hash_detail::basic_numbers::type boost::hash_value(T)
103./boost/functional/hash/hash.hpp:177:56: note: template<class T> typename boost::hash_detail::long_numbers::type boost::hash_value(T)
104./boost/functional/hash/hash.hpp:183:57: note: template<class T> typename boost::hash_detail::ulong_numbers::type boost::hash_value(T)
105./boost/functional/hash/hash.hpp:190:6: note: template<class T> typename boost::enable_if<boost::is_enum<T>, unsigned int>::type
106boost::hash_value(T)
107./boost/functional/hash/hash.hpp:197:36: note: template<class T> std::size_t boost::hash_value(T* const&)
108./boost/functional/hash/hash.hpp:290:24: note: template<class T, unsigned int N> std::size_t boost::hash_value(const T (&)[N])
109./boost/functional/hash/hash.hpp:296:24: note: template<class T, unsigned int N> std::size_t boost::hash_value(T (&)[N])
110./boost/functional/hash/hash.hpp:303:24: note: template<class Ch, class
111A> std::size_t boost::hash_value(const std::basic_string<Ch,
112std::char_traits<_CharT>, A>&)
113./boost/functional/hash/hash.hpp:310:57: note: template<class T> typename boost::hash_detail::float_numbers::type boost::hash_value(T)
114./boost/functional/hash/extensions.hpp:58:17: note: template<class A, class B> std::size_t boost::hash_value(const std::pair<_T1, _T2>&)
115./boost/functional/hash/extensions.hpp:67:17: note: template<class T, class A> std::size_t boost::hash_value(const std::vector<_Tp, _Alloc>&)
116./boost/functional/hash/extensions.hpp:73:17: note: template<class T, class A> std::size_t boost::hash_value(const std::list<_Tp, _Alloc>&)
117./boost/functional/hash/extensions.hpp:79:17: note: template<class T, class A> std::size_t boost::hash_value(const std::deque<_Tp, _Alloc>&)
118./boost/functional/hash/extensions.hpp:85:17: note: template<class K, class C, class A> std::size_t boost::hash_value(const std::set<_Key, _Compare, _Alloc>&)
119./boost/functional/hash/extensions.hpp:91:17: note: template<class K, class C, class A> std::size_t boost::hash_value(const std::multiset<_Key, _Compare, _Alloc>&)
120./boost/functional/hash/extensions.hpp:97:17: note: template<class K, class T, class C, class A> std::size_t boost::hash_value(const std::map<_Key, _Tp, _Compare, _Alloc>&)
121./boost/functional/hash/extensions.hpp:103:17: note: template<class K, class T, class C, class A> std::size_t boost::hash_value(const std::multimap<_Key, _Tp, _Compare, _Alloc>&)
122./boost/functional/hash/extensions.hpp:109:17: note: template<class T> std::size_t boost::hash_value(const std::complex<_Tp>&)
123
124
125"../../toolchains/arm-linux-androideabi-4.6/prebuilt/linux-x86/bin/arm-linux-androideabi-g++"
126 -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic --sysroot=../../platforms/android-14/arch-arm -mthumb -Os -fno-strict-aliasing -O2 -DNDEBUG -g -lstdc++ -I../../sources/cxx-stl/gnu-libstdc++/4.6/include
127-I../../sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi/include
128-D__GLIBC__ -DBOOST_NO_INTRINSIC_WCHAR_T -DBOOST_FILESYSTEM_VERSION=2 -pthread -Wextra -Wno-long-long -pedantic -DBOOST_ALL_NO_LIB=1 -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_SYSTEM_STATIC_LINK=1
129-DBOOST_THREAD_BUILD_LIB=1 -DBOOST_THREAD_DONT_USE_CHRONO -DBOOST_THREAD_POSIX -DBOOST_THREAD_THROW_IF_PRECONDITION_NOT_SATISFIED
130-DNDEBUG -I"." -c -o
131"bin.v2/libs/thread/build/gcc-android4.6/release/link-static/runtime-link-static/threading-multi/future.o"
132"libs/thread/src/future.cpp"
133
134...failed gcc.compile.c++
135bin.v2/libs/thread/build/gcc-android4.6/release/link-static/runtime-link-static/threading-multi/future.o...
136...skipped
137<pbin.v2/libs/thread/build/gcc-android4.6/release/link-static/runtime-link-static/threading-multi>libboost_thread.a(clean)
138for lack of
139<pbin.v2/libs/thread/build/gcc-android4.6/release/link-static/runtime-link-static/threading-multi>pthread/thread.o...
140...skipped
141<pbin.v2/libs/thread/build/gcc-android4.6/release/link-static/runtime-link-static/threading-multi>libboost_thread.a
142for lack of
143<pbin.v2/libs/thread/build/gcc-android4.6/release/link-static/runtime-link-static/threading-multi>pthread/thread.o...
144...skipped <p/home/$USER/HCPService/lib>libboost_thread.a for lack of <pbin.v2/libs/thread/build/gcc-android4.6/release/link-static/runtime-link-static/threading-multi>libboost_thread.a...
145common.copy
146/home/$USER/HCPService/include/boost/polygon/point_3d_traits.hpp
147common.copy
148/home/$USER/HCPService/include/boost/polygon/point_3d_concept.hpp
149common.copy
150/home/$USER/HCPService/include/boost/polygon/point_3d_data.hpp
151common.copy /home/$USER/HCPService/include/boost/move/move_helpers.hpp
152common.copy
153/home/$USER/HCPService/include/boost/smart_ptr/enable_shared_from_this2.hpp
154common.copy /home/$USER/HCPService/include/boost/context/utils.hpp
155common.copy
156/home/$USER/HCPService/include/boost/context/simple_stack_allocator.hpp
157common.copy
158/home/$USER/HCPService/include/boost/context/guarded_stack_allocator.hpp
159common.copy
160/home/$USER/HCPService/include/boost/polygon/detail/transform_detail.hpp
161common.mkdir /home/$USER/HCPService/include/boost/functional/detail
162common.copy
163/home/$USER/HCPService/include/boost/functional/detail/container_fwd.hpp
164common.copy
165/home/$USER/HCPService/include/boost/functional/hash/detail/container_fwd_0x.hpp
166common.copy
167/home/$USER/HCPService/include/boost/asio/detail/impl/timer_queue.ipp
168...failed updating 2 targets...
169...skipped 3 targets...
170...updated 13 targets...