| 1 | mecanix@mecanix-pc buildroot$ make
|
|---|
| 2 | >>> boost 1.53.0 Installing to staging directory
|
|---|
| 3 | (cd /home/mecanix/Desktop/buildroot/output/build/boost-1.53.0 && ./bjam -j8 -d+1 --user-config=/home/mecanix/Desktop/buildroot/output/build/boost-1.53.0/user-config.jam toolset=gcc threading=multi variant=release link=shared runtime-link=shared boost.locale.posix=off --prefix=/home/mecanix/Desktop/buildroot/output/host/usr/i586-buildroot-linux-uclibc/sysroot/usr --layout=system install)
|
|---|
| 4 | Performing configuration checks
|
|---|
| 5 |
|
|---|
| 6 | - has_icu builds : no
|
|---|
| 7 | warning: Graph library does not contain MPI-based parallel components.
|
|---|
| 8 | note: to enable them, add "using mpi ;" to your user-config.jam
|
|---|
| 9 | - iconv (libc) : no
|
|---|
| 10 | - iconv (separate) : yes
|
|---|
| 11 | - icu : no
|
|---|
| 12 | - icu (lib64) : no
|
|---|
| 13 | - gcc visibility : yes
|
|---|
| 14 | - long double support : yes
|
|---|
| 15 | warning: skipping optional Message Passing Interface (MPI) library.
|
|---|
| 16 | note: to enable MPI support, add "using mpi ;" to user-config.jam.
|
|---|
| 17 | note: to suppress this message, pass "--without-mpi" to bjam.
|
|---|
| 18 | note: otherwise, you can safely ignore this message.
|
|---|
| 19 |
|
|---|
| 20 | Component configuration:
|
|---|
| 21 |
|
|---|
| 22 | - atomic : building
|
|---|
| 23 | - chrono : building
|
|---|
| 24 | - context : not building
|
|---|
| 25 | - date_time : building
|
|---|
| 26 | - exception : building
|
|---|
| 27 | - filesystem : building
|
|---|
| 28 | - graph : building
|
|---|
| 29 | - graph_parallel : building
|
|---|
| 30 | - iostreams : building
|
|---|
| 31 | - locale : building
|
|---|
| 32 | - math : building
|
|---|
| 33 | - mpi : building
|
|---|
| 34 | - program_options : building
|
|---|
| 35 | - python : not building
|
|---|
| 36 | - random : building
|
|---|
| 37 | - regex : building
|
|---|
| 38 | - serialization : building
|
|---|
| 39 | - signals : building
|
|---|
| 40 | - system : building
|
|---|
| 41 | - test : building
|
|---|
| 42 | - thread : building
|
|---|
| 43 | - timer : building
|
|---|
| 44 | - wave : building
|
|---|
| 45 |
|
|---|
| 46 | ...patience...
|
|---|
| 47 | ...patience...
|
|---|
| 48 | ...patience...
|
|---|
| 49 | ...patience...
|
|---|
| 50 | ...found 26087 targets...
|
|---|
| 51 | ...updating 4 targets...
|
|---|
| 52 | gcc.compile.c++ bin.v2/libs/atomic/build/gcc-4.6.3/release/boost.locale.posix-off/threading-multi/lockpool.o
|
|---|
| 53 | In file included from ./boost/atomic.hpp:12:0,
|
|---|
| 54 | from libs/atomic/src/lockpool.cpp:1:
|
|---|
| 55 | ./boost/atomic/atomic.hpp:166:16: error: 'uintptr_t' was not declared in this scope
|
|---|
| 56 | ./boost/atomic/atomic.hpp:166:25: error: template argument 1 is invalid
|
|---|
| 57 | ./boost/atomic/atomic.hpp:166:43: error: invalid type in declaration before ';' token
|
|---|
| 58 |
|
|---|
| 59 | "/home/mecanix/Desktop/buildroot/output/host/usr/bin/i586-buildroot-linux-uclibc-g++" -ftemplate-depth-128 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Os -O3 -finline-functions -Wno-inline -Wall -pthread -fPIC -DBOOST_ALL_NO_LIB=1 -DBOOST_ATOMIC_DYN_LINK=1 -DBOOST_ATOMIC_SOURCE -DNDEBUG -I"." -c -o "bin.v2/libs/atomic/build/gcc-4.6.3/release/boost.locale.posix-off/threading-multi/lockpool.o" "libs/atomic/src/lockpool.cpp"
|
|---|
| 60 |
|
|---|
| 61 | ...failed gcc.compile.c++ bin.v2/libs/atomic/build/gcc-4.6.3/release/boost.locale.posix-off/threading-multi/lockpool.o...
|
|---|
| 62 | ...skipped <pbin.v2/libs/atomic/build/gcc-4.6.3/release/boost.locale.posix-off/threading-multi>libboost_atomic.so.1.53.0 for lack of <pbin.v2/libs/atomic/build/gcc-4.6.3/release/boost.locale.posix-off/threading-multi>lockpool.o...
|
|---|
| 63 | ...skipped <p/home/mecanix/Desktop/buildroot/output/host/usr/i586-buildroot-linux-uclibc/sysroot/usr/lib>libboost_atomic.so.1.53.0 for lack of <pbin.v2/libs/atomic/build/gcc-4.6.3/release/boost.locale.posix-off/threading-multi>libboost_atomic.so.1.53.0...
|
|---|
| 64 | ...skipped <p/home/mecanix/Desktop/buildroot/output/host/usr/i586-buildroot-linux-uclibc/sysroot/usr/lib>libboost_atomic.so for lack of <p/home/mecanix/Desktop/buildroot/output/host/usr/i586-buildroot-linux-uclibc/sysroot/usr/lib>libboost_atomic.so.1.53.0...
|
|---|
| 65 | ...failed updating 1 target...
|
|---|
| 66 | ...skipped 3 targets...
|
|---|
| 67 | make: *** [/home/mecanix/Desktop/buildroot/output/build/boost-1.53.0/.stamp_staging_installed] Error 1
|
|---|
| 68 |
|
|---|