Advertisement
hamzaalloush

boost_i686-w64-mingw32.shared

May 14th, 2015
408
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.10 KB | None | 0 0
  1. [using autodetected 4 job(s)]
  2. make[1]: Entering directory `/home/hamza/build/mxe'
  3. make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
  4. uname -a
  5. Linux hamza-Aspire-4830TG 3.13.0-52-generic #86-Ubuntu SMP Mon May 4 04:32:59 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
  6. git show-branch --list --reflog=1
  7. [refs/heads/master@{0}] (2 days ago) reset: moving to b8663edf236e5b0ddd2d5a7e8aa5c6f34de37414
  8. lsb_release -a 2>/dev/null || sw_vers 2>/dev/null || true
  9. Distributor ID: Ubuntu
  10. Description: Ubuntu 14.04.2 LTS
  11. Release: 14.04
  12. Codename: trusty
  13. rm -rf '/home/hamza/build/mxe/tmp-boost-i686-w64-mingw32.shared'
  14. mkdir -p '/home/hamza/build/mxe/tmp-boost-i686-w64-mingw32.shared'
  15. cd '/home/hamza/build/mxe/tmp-boost-i686-w64-mingw32.shared' && tar xjf '/home/hamza/build/mxe/pkg/boost_1_57_0.tar.bz2'
  16. cd '/home/hamza/build/mxe/tmp-boost-i686-w64-mingw32.shared/boost_1_57_0'
  17. (cd '/home/hamza/build/mxe/tmp-boost-i686-w64-mingw32.shared/boost_1_57_0' && patch -p1 -u) < ./src/boost-1-fixes.patch
  18. patching file boost/detail/interlocked.hpp
  19. patching file boost/detail/interlocked.hpp.orig
  20. patching file libs/context/build/Jamfile.v2
  21. patching file libs/context/build/Jamfile.v2.orig
  22. patching file libs/context/src/asm/jump_i386_ms_pe_gas.S
  23. patching file libs/context/src/asm/jump_x86_64_ms_pe_gas.S
  24. patching file libs/context/src/asm/make_i386_ms_pe_gas.S
  25. patching file libs/context/src/asm/make_x86_64_ms_pe_gas.S
  26. patching file boost/interprocess/detail/win32_api.hpp
  27. patching file boost/detail/interlocked.hpp
  28. # old version appears to interfere
  29. rm -rf '/home/hamza/build/mxe/usr/i686-w64-mingw32.shared/include/boost/'
  30. rm -f "/home/hamza/build/mxe/usr/i686-w64-mingw32.shared/lib/libboost"*
  31. # create user-config
  32. echo 'using gcc : mxe : i686-w64-mingw32.shared-g++ : <rc>i686-w64-mingw32.shared-windres <archiver>i686-w64-mingw32.shared-ar <ranlib>i686-w64-mingw32.shared-ranlib ;' > '/home/hamza/build/mxe/tmp-boost-i686-w64-mingw32.shared/boost_1_57_0/user-config.jam'
  33. # compile boost build (b2)
  34. cd '/home/hamza/build/mxe/tmp-boost-i686-w64-mingw32.shared/boost_1_57_0/tools/build/' && ./bootstrap.sh
  35. Bootstrapping the build engine with toolset gcc... engine/bin.linuxx86_64/b2
  36.  
  37. Bootstrapping is done. To build and install, run:
  38.  
  39. ./b2 install --prefix=<DIR>
  40.  
  41. # cross-build, see b2 options at:
  42. # http://www.boost.org/build/doc/html/bbv2/overview/invocation.html
  43. cd '/home/hamza/build/mxe/tmp-boost-i686-w64-mingw32.shared/boost_1_57_0' && ./tools/build/b2 -a -q -j '4' --ignore-site-config --user-config=user-config.jam address-model=32 architecture=x86 binary-format=pe link=shared target-os=windows threadapi=win32 threading=multi toolset=gcc-mxe --layout=tagged --disable-icu --without-mpi --without-python --prefix='/home/hamza/build/mxe/usr/i686-w64-mingw32.shared' --exec-prefix='/home/hamza/build/mxe/usr/i686-w64-mingw32.shared/bin' --libdir='/home/hamza/build/mxe/usr/i686-w64-mingw32.shared/lib' --includedir='/home/hamza/build/mxe/usr/i686-w64-mingw32.shared/include' -sEXPAT_INCLUDE='/home/hamza/build/mxe/usr/i686-w64-mingw32.shared/include' -sEXPAT_LIBPATH='/home/hamza/build/mxe/usr/i686-w64-mingw32.shared/lib' cxxflags='-std=c++11' install
  44. Performing configuration checks
  45.  
  46. - has_icu builds : no
  47. warning: Graph library does not contain MPI-based parallel components.
  48. note: to enable them, add "using mpi ;" to your user-config.jam
  49. - zlib : yes
  50. - iconv (libc) : no
  51. - iconv (separate) : yes
  52. - icu : no
  53. - icu (lib64) : no
  54. - g++ -shared-* supported : no
  55. - message-compiler : no
  56. - compiler-supports-ssse3 : yes
  57. - compiler-supports-avx2 : yes
  58. - gcc visibility : yes
  59. - long double support : yes
  60. - zlib : yes (cached)
  61.  
  62. Component configuration:
  63.  
  64. - atomic : building
  65. - chrono : building
  66. - container : building
  67. - context : building
  68. - coroutine : building
  69. - date_time : building
  70. - exception : building
  71. - filesystem : building
  72. - graph : building
  73. - graph_parallel : building
  74. - iostreams : building
  75. - locale : building
  76. - log : building
  77. - math : building
  78. - mpi : not building
  79. - program_options : building
  80. - python : not building
  81. - random : building
  82. - regex : building
  83. - serialization : building
  84. - signals : building
  85. - system : building
  86. - test : building
  87. - thread : building
  88. - timer : building
  89. - wave : building
  90.  
  91. ...patience...
  92. ...patience...
  93. ...patience...
  94. ...patience...
  95. ...found 31699 targets...
  96. ...updating 12730 targets...
  97. common.mkdir /home/hamza/build/mxe/usr/i686-w64-mingw32.shared/include/boost
  98. ...
  99. ...
  100. ...
  101. gcc.link.dll bin.v2/libs/locale/build/gcc-mingw-mxe/debug/address-model-32/architecture-x86/binary-format-pe/target-os-windows/threadapi-win32/threading-multi/libboost_locale-mt-d.dll.a
  102. bin.v2/libs/locale/build/gcc-mingw-mxe/debug/address-model-32/architecture-x86/binary-format-pe/target-os-windows/threadapi-win32/threading-multi/std/codecvt.o: In function `ZN5boost6locale8impl_std14codecvt_bycharIcEESt6localeRKS3_RKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE':
  103. /home/hamza/build/mxe/tmp-boost-i686-w64-mingw32.shared/boost_1_57_0/libs/locale/src/std/codecvt.cpp:21: undefined reference to `std::codecvt_byname<char, char, int>::codecvt_byname(char const*, unsigned int)'
  104. bin.v2/libs/locale/build/gcc-mingw-mxe/debug/address-model-32/architecture-x86/binary-format-pe/target-os-windows/threadapi-win32/threading-multi/std/codecvt.o: In function `ZN5boost6locale8impl_std14codecvt_bycharIwEESt6localeRKS3_RKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE':
  105. /home/hamza/build/mxe/tmp-boost-i686-w64-mingw32.shared/boost_1_57_0/libs/locale/src/std/codecvt.cpp:21: undefined reference to `std::codecvt_byname<wchar_t, char, int>::codecvt_byname(char const*, unsigned int)'
  106. collect2: error: ld returned 1 exit status
  107.  
  108. "i686-w64-mingw32.shared-g++" "-Wl,--out-implib,bin.v2/libs/locale/build/gcc-mingw-mxe/debug/address-model-32/architecture-x86/binary-format-pe/target-os-windows/threadapi-win32/threading-multi/libboost_locale-mt-d.dll.a" -o "bin.v2/libs/locale/build/gcc-mingw-mxe/debug/address-model-32/architecture-x86/binary-format-pe/target-os-windows/threadapi-win32/threading-multi/libboost_locale-mt-d.dll" -Wl,-h -Wl,libboost_locale-mt-d.dll -shared -Wl,--start-group "bin.v2/libs/locale/build/gcc-mingw-mxe/debug/address-model-32/architecture-x86/binary-format-pe/target-os-windows/threadapi-win32/threading-multi/encoding/codepage.o" "bin.v2/libs/locale/build/gcc-mingw-mxe/debug/address-model-32/architecture-x86/binary-format-pe/target-os-windows/threadapi-win32/threading-multi/shared/date_time.o" "bin.v2/libs/locale/build/gcc-mingw-mxe/debug/address-model-32/architecture-x86/binary-format-pe/target-os-windows/threadapi-win32/threading-multi/shared/format.o" "bin.v2/libs/locale/build/gcc-mingw-mxe/debug/address-model-32/architecture-x86/binary-format-pe/target-os-windows/threadapi-win32/threading-multi/shared/formatting.o" "bin.v2/libs/locale/build/gcc-mingw-mxe/debug/address-model-32/architecture-x86/binary-format-pe/target-os-windows/threadapi-win32/threading-multi/shared/generator.o" "bin.v2/libs/locale/build/gcc-mingw-mxe/debug/address-model-32/architecture-x86/binary-format-pe/target-os-windows/threadapi-win32/threading-multi/shared/ids.o" "bin.v2/libs/locale/build/gcc-mingw-mxe/debug/address-model-32/architecture-x86/binary-format-pe/target-os-windows/threadapi-win32/threading-multi/shared/localization_backend.o" "bin.v2/libs/locale/build/gcc-mingw-mxe/debug/address-model-32/architecture-x86/binary-format-pe/target-os-windows/threadapi-win32/threading-multi/shared/message.o" "bin.v2/libs/locale/build/gcc-mingw-mxe/debug/address-model-32/architecture-x86/binary-format-pe/target-os-windows/threadapi-win32/threading-multi/shared/mo_lambda.o" "bin.v2/libs/locale/build/gcc-mingw-mxe/debug/address-model-32/architecture-x86/binary-format-pe/target-os-windows/threadapi-win32/threading-multi/util/codecvt_converter.o" "bin.v2/libs/locale/build/gcc-mingw-mxe/debug/address-model-32/architecture-x86/binary-format-pe/target-os-windows/threadapi-win32/threading-multi/util/default_locale.o" "bin.v2/libs/locale/build/gcc-mingw-mxe/debug/address-model-32/architecture-x86/binary-format-pe/target-os-windows/threadapi-win32/threading-multi/util/info.o" "bin.v2/libs/locale/build/gcc-mingw-mxe/debug/address-model-32/architecture-x86/binary-format-pe/target-os-windows/threadapi-win32/threading-multi/util/locale_data.o" "bin.v2/libs/locale/build/gcc-mingw-mxe/debug/address-model-32/architecture-x86/binary-format-pe/target-os-windows/threadapi-win32/threading-multi/std/codecvt.o" "bin.v2/libs/locale/build/gcc-mingw-mxe/debug/address-model-32/architecture-x86/binary-format-pe/target-os-windows/threadapi-win32/threading-multi/std/collate.o" "bin.v2/libs/locale/build/gcc-mingw-mxe/debug/address-model-32/architecture-x86/binary-format-pe/target-os-windows/threadapi-win32/threading-multi/std/converter.o" "bin.v2/libs/locale/build/gcc-mingw-mxe/debug/address-model-32/architecture-x86/binary-format-pe/target-os-windows/threadapi-win32/threading-multi/std/numeric.o" "bin.v2/libs/locale/build/gcc-mingw-mxe/debug/address-model-32/architecture-x86/binary-format-pe/target-os-windows/threadapi-win32/threading-multi/std/std_backend.o" "bin.v2/libs/locale/build/gcc-mingw-mxe/debug/address-model-32/architecture-x86/binary-format-pe/target-os-windows/threadapi-win32/threading-multi/util/gregorian.o" "bin.v2/libs/locale/build/gcc-mingw-mxe/debug/address-model-32/architecture-x86/binary-format-pe/target-os-windows/threadapi-win32/threading-multi/win32/collate.o" "bin.v2/libs/locale/build/gcc-mingw-mxe/debug/address-model-32/architecture-x86/binary-format-pe/target-os-windows/threadapi-win32/threading-multi/win32/converter.o" "bin.v2/libs/locale/build/gcc-mingw-mxe/debug/address-model-32/architecture-x86/binary-format-pe/target-os-windows/threadapi-win32/threading-multi/win32/lcid.o" "bin.v2/libs/locale/build/gcc-mingw-mxe/debug/address-model-32/architecture-x86/binary-format-pe/target-os-windows/threadapi-win32/threading-multi/win32/numeric.o" "bin.v2/libs/locale/build/gcc-mingw-mxe/debug/address-model-32/architecture-x86/binary-format-pe/target-os-windows/threadapi-win32/threading-multi/win32/win_backend.o" "bin.v2/libs/system/build/gcc-mingw-mxe/debug/address-model-32/architecture-x86/binary-format-pe/target-os-windows/threadapi-win32/threading-multi/libboost_system-mt-d.dll.a" -Wl,-Bstatic -Wl,-Bdynamic -liconv -Wl,--end-group -g -march=i686 -mthreads -m32
  109.  
  110. ...failed gcc.link.dll bin.v2/libs/locale/build/gcc-mingw-mxe/debug/address-model-32/architecture-x86/binary-format-pe/target-os-windows/threadapi-win32/threading-multi/libboost_locale-mt-d.dll.a bin.v2/libs/locale/build/gcc-mingw-mxe/debug/address-model-32/architecture-x86/binary-format-pe/target-os-windows/threadapi-win32/threading-multi/libboost_locale-mt-d.dll...
  111. ...removing bin.v2/libs/locale/build/gcc-mingw-mxe/debug/address-model-32/architecture-x86/binary-format-pe/target-os-windows/threadapi-win32/threading-multi/libboost_locale-mt-d.dll.a
  112. ...skipped <p/home/hamza/build/mxe/usr/i686-w64-mingw32.shared/lib>libboost_locale-mt-d.dll for lack of <pbin.v2/libs/locale/build/gcc-mingw-mxe/debug/address-model-32/architecture-x86/binary-format-pe/target-os-windows/threadapi-win32/threading-multi>libboost_locale-mt-d.dll...
  113. gcc.compile.c++ bin.v2/libs/log/build/gcc-mingw-mxe/debug/address-model-32/architecture-x86/binary-format-pe/target-os-windows/threadapi-win32/threading-multi/attribute_set.o
  114. gcc.compile.c++ bin.v2/libs/log/build/gcc-mingw-mxe/debug/address-model-32/architecture-x86/binary-format-pe/target-os-windows/threadapi-win32/threading-multi/attribute_name.o
  115. In file included from ./boost/smart_ptr/shared_ptr.hpp:28:0,
  116. from libs/log/src/attribute_name.cpp:22:
  117. ./boost/smart_ptr/detail/shared_count.hpp:395:33: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
  118. explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
  119. ^
  120. In file included from /home/hamza/build/mxe/usr/lib/gcc/i686-w64-mingw32.shared/5.1.0/include/c++/memory:81:0,
  121. from ./boost/config/no_tr1/memory.hpp:21,
  122. from ./boost/smart_ptr/shared_ptr.hpp:23,
  123. from libs/log/src/attribute_name.cpp:22:
  124. /home/hamza/build/mxe/usr/lib/gcc/i686-w64-mingw32.shared/5.1.0/include/c++/bits/unique_ptr.h:49:28: note: declared here
  125. template<typename> class auto_ptr;
  126. ^
  127. In file included from libs/log/src/attribute_name.cpp:22:0:
  128. ./boost/smart_ptr/shared_ptr.hpp:242:65: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
  129. template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
  130. ^
  131. In file included from /home/hamza/build/mxe/usr/lib/gcc/i686-w64-mingw32.shared/5.1.0/include/c++/memory:81:0,
  132. from ./boost/config/no_tr1/memory.hpp:21,
  133. from ./boost/smart_ptr/shared_ptr.hpp:23,
  134. from libs/log/src/attribute_name.cpp:22:
  135. /home/hamza/build/mxe/usr/lib/gcc/i686-w64-mingw32.shared/5.1.0/include/c++/bits/unique_ptr.h:49:28: note: declared here
  136. template<typename> class auto_ptr;
  137. ^
  138. In file included from libs/log/src/attribute_name.cpp:22:0:
  139. ./boost/smart_ptr/shared_ptr.hpp:441:31: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
  140. explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
  141. ^
  142. In file included from /home/hamza/build/mxe/usr/lib/gcc/i686-w64-mingw32.shared/5.1.0/include/c++/memory:81:0,
  143. from ./boost/config/no_tr1/memory.hpp:21,
  144. from ./boost/smart_ptr/shared_ptr.hpp:23,
  145. from libs/log/src/attribute_name.cpp:22:
  146. /home/hamza/build/mxe/usr/lib/gcc/i686-w64-mingw32.shared/5.1.0/include/c++/bits/unique_ptr.h:49:28: note: declared here
  147. template<typename> class auto_ptr;
  148. ^
  149. In file included from libs/log/src/attribute_name.cpp:22:0:
  150. ./boost/smart_ptr/shared_ptr.hpp:454:22: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
  151. shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
  152. ^
  153. In file included from /home/hamza/build/mxe/usr/lib/gcc/i686-w64-mingw32.shared/5.1.0/include/c++/memory:81:0,
  154. from ./boost/config/no_tr1/memory.hpp:21,
  155. from ./boost/smart_ptr/shared_ptr.hpp:23,
  156. from libs/log/src/attribute_name.cpp:22:
  157. /home/hamza/build/mxe/usr/lib/gcc/i686-w64-mingw32.shared/5.1.0/include/c++/bits/unique_ptr.h:49:28: note: declared here
  158. template<typename> class auto_ptr;
  159. ^
  160. In file included from libs/log/src/attribute_name.cpp:22:0:
  161. ./boost/smart_ptr/shared_ptr.hpp:520:34: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
  162. shared_ptr & operator=( std::auto_ptr<Y> & r )
  163. ^
  164. In file included from /home/hamza/build/mxe/usr/lib/gcc/i686-w64-mingw32.shared/5.1.0/include/c++/memory:81:0,
  165. from ./boost/config/no_tr1/memory.hpp:21,
  166. from ./boost/smart_ptr/shared_ptr.hpp:23,
  167. from libs/log/src/attribute_name.cpp:22:
  168. /home/hamza/build/mxe/usr/lib/gcc/i686-w64-mingw32.shared/5.1.0/include/c++/bits/unique_ptr.h:49:28: note: declared here
  169. template<typename> class auto_ptr;
  170. ^
  171. In file included from libs/log/src/attribute_name.cpp:22:0:
  172. ./boost/smart_ptr/shared_ptr.hpp:529:34: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
  173. shared_ptr & operator=( std::auto_ptr<Y> && r )
  174. ^
  175. In file included from /home/hamza/build/mxe/usr/lib/gcc/i686-w64-mingw32.shared/5.1.0/include/c++/memory:81:0,
  176. from ./boost/config/no_tr1/memory.hpp:21,
  177. from ./boost/smart_ptr/shared_ptr.hpp:23,
  178. from libs/log/src/attribute_name.cpp:22:
  179. /home/hamza/build/mxe/usr/lib/gcc/i686-w64-mingw32.shared/5.1.0/include/c++/bits/unique_ptr.h:49:28: note: declared here
  180. template<typename> class auto_ptr;
  181. ^
  182. In file included from libs/log/src/attribute_name.cpp:22:0:
  183. ./boost/smart_ptr/shared_ptr.hpp: In member function 'boost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)':
  184. ./boost/smart_ptr/shared_ptr.hpp:531:38: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
  185. this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
  186. ^
  187. In file included from /home/hamza/build/mxe/usr/lib/gcc/i686-w64-mingw32.shared/5.1.0/include/c++/memory:81:0,
  188. from ./boost/config/no_tr1/memory.hpp:21,
  189. from ./boost/smart_ptr/shared_ptr.hpp:23,
  190. from libs/log/src/attribute_name.cpp:22:
  191. /home/hamza/build/mxe/usr/lib/gcc/i686-w64-mingw32.shared/5.1.0/include/c++/bits/unique_ptr.h:49:28: note: declared here
  192. template<typename> class auto_ptr;
  193. ^
  194. gcc.compile.c++ bin.v2/libs/log/build/gcc-mingw-mxe/debug/address-model-32/architecture-x86/binary-format-pe/target-os-windows/threadapi-win32/threading-multi/attribute_value_set.o
  195. ...failed updating 1 target...
  196. ...skipped 1 target...
  197. ...updated 7949 targets...
  198. make[1]: *** [build-only-boost_i686-w64-mingw32.shared] Error 1
  199. make[1]: Leaving directory `/home/hamza/build/mxe'
  200.  
  201. real 2m27.766s
  202. user 3m27.340s
  203. sys 0m30.946s
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement