>>> boost 1.82.0 Extracting bzcat /home/buildroot/autobuild/instance-2/dl/boost/boost_1_82_0.tar.bz2 | /home/buildroot/autobuild/instance-2/output-1/host/bin/tar --strip-components=1 -C /home/buildroot/autobuild/instance-2/output-1/build/boost-1.82.0 -xf - >>> boost 1.82.0 Patching >>> boost 1.82.0 Configuring cd /home/buildroot/autobuild/instance-2/output-1/build/boost-1.82.0 && ./bootstrap.sh --with-toolset=gcc --without-icu --without-libraries=container,context,contract,coroutine,exception,fiber,graph,iostreams,json,locale,log,mpi,python,random,regex,test,timer,type_erasure,url,wave Building B2 engine.. ### ### ### Using 'gcc' toolset. ### ### g++ (GCC) 12.2.1 20221121 (Red Hat 12.2.1-4) Copyright (C) 2022 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. ### ### > g++ -x c++ -std=c++11 -O2 -s -DNDEBUG builtins.cpp class.cpp command.cpp compile.cpp constants.cpp cwd.cpp debug.cpp debugger.cpp execcmd.cpp execnt.cpp execunix.cpp filesys.cpp filent.cpp fileunix.cpp frames.cpp function.cpp glob.cpp hash.cpp hcache.cpp hdrmacro.cpp headers.cpp jam_strings.cpp jam.cpp jamgram.cpp lists.cpp make.cpp make1.cpp md5.cpp mem.cpp modules.cpp native.cpp object.cpp option.cpp output.cpp parse.cpp pathnt.cpp pathsys.cpp pathunix.cpp regexp.cpp rules.cpp scan.cpp search.cpp startup.cpp subst.cpp sysinfo.cpp timestamp.cpp variable.cpp w32_getreg.cpp modules/order.cpp modules/path.cpp modules/property-set.cpp modules/regex.cpp modules/sequence.cpp modules/set.cpp -o b2 tools/build/src/engine/b2 Unicode/ICU support for Boost.Regex?... disabled. Generating B2 configuration in project-config.jam for gcc... Bootstrapping is done. To build, run: ./b2 To generate header files, run: ./b2 headers The configuration generated uses gcc to build by default. If that is unintended either use the --with-toolset option or adjust configuration, by editing 'project-config.jam'. Further information: - Command line help: ./b2 --help - Getting started guide: http://www.boost.org/more/getting_started/unix-variants.html - B2 documentation: http://www.boost.org/build/ echo "using gcc : `/home/buildroot/autobuild/instance-2/output-1/host/bin/arceb-linux-gcc -dumpversion` : /home/buildroot/autobuild/instance-2/output-1/host/bin/arceb-linux-g++ : \"-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -g0 \" \"\" ;" > /home/buildroot/autobuild/instance-2/output-1/build/boost-1.82.0/user-config.jam sed -i "s/: -O.* ;/: -O3 ;/" /home/buildroot/autobuild/instance-2/output-1/build/boost-1.82.0/tools/build/src/tools/gcc.jam >>> boost 1.82.0 Building cd /home/buildroot/autobuild/instance-2/output-1/build/boost-1.82.0 && PATH="/home/buildroot/autobuild/instance-2/output-1/host/bin:/home/buildroot/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" ./b2 --no-cmake-config toolset=gcc threading=multi abi=sysv variant=release -j4 -q --ignore-site-config --layout=system --user-config=/home/buildroot/autobuild/instance-2/output-1/build/boost-1.82.0/user-config.jam link=shared runtime-link=shared -d+1 Performing configuration checks - default address-model : 32-bit [1] - default architecture : none [1] Building the Boost C++ Libraries. - x86 : no [2] - arm : no [2] - mips1 : no [2] - power : no [2] - sparc : no [2] - has std::atomic_ref : no [2] - has -Wl,--no-undefined : yes [2] - has statx : no [2] - has statx syscall : yes [2] - has init_priority attribute : yes [2] - has stat::st_blksize : yes [2] - has stat::st_mtim : yes [2] - has stat::st_mtimensec : no [2] - has stat::st_mtimespec : no [2] - has stat::st_birthtim : no [2] - has stat::st_birthtimensec : no [2] - has stat::st_birthtimespec : no [2] - has fdopendir(O_NOFOLLOW) : yes [2] - has POSIX *at APIs : yes [2] warning: Graph library does not contain MPI-based parallel components. note: to enable them, add "using mpi ;" to your user-config.jam. note: to suppress this message, pass "--without-graph_parallel" to bjam. - gcc visibility : yes [2] - cxx11_noexcept : yes [2] - cxx11_rvalue_references : yes [2] - sfinae_expr : yes [2] - cxx11_auto_declarations : yes [2] - cxx11_lambdas : yes [2] - cxx11_unified_initialization_syntax : yes [2] - cxx11_hdr_tuple : yes [2] - cxx11_hdr_initializer_list : yes [2] - cxx11_hdr_chrono : yes [2] - cxx11_thread_local : yes [2] - cxx11_constexpr : yes [2] - cxx11_nullptr : yes [2] - cxx11_numeric_limits : yes [2] - cxx11_decltype : yes [2] - cxx11_hdr_array : yes [2] - cxx11_hdr_atomic : yes [2] - cxx11_hdr_type_traits : yes [2] - cxx11_allocator : yes [2] - cxx11_explicit_conversion_operators : yes [2] - long double support : yes [2] - cxx11_defaulted_functions : yes [2] - cxx11_static_assert : yes [2] - std::fstream is moveable and swappable : yes [2] - Has Large File Support : no [2] - Has attribute init_priority : yes [2] - libbacktrace builds : no [2] - libbacktrace builds : no [3] - addr2line builds : no [2] - addr2line builds : no [3] - WinDbg builds : no [2] - WinDbg builds : no [3] - WinDbgCached builds : no [2] - WinDbgCached builds : no [3] - lockfree boost::atomic_flag : no [2] [1] gcc-9.2.1 [2] gcc-9.2.1/release/python-3.11/threadapi-pthread/threading-multi/visibility-hidden [3] gcc-9.2.1/release/build-no/python-3.11/threadapi-pthread/threading-multi/visibility-hidden Component configuration: - atomic : building - chrono : building - container : not building - context : not building - contract : not building - coroutine : not building - date_time : building - exception : not building - fiber : not building - filesystem : building - graph : not building - graph_parallel : building - headers : building - iostreams : not building - json : not building - locale : not building - log : not building - math : building - mpi : not building - nowide : building - program_options : building - python : not building - random : not building - regex : not building - serialization : building - stacktrace : building - system : building - test : not building - thread : building - timer : not building - type_erasure : not building - url : not building - wave : not building ...patience... ...patience... ...found 4191 targets... ...updating 322 targets... gcc.compile.c++ bin.v2/libs/date_time/build/gcc-9.2.1/release/threading-multi/visibility-hidden/gregorian/greg_month.o gcc.link.dll bin.v2/libs/date_time/build/gcc-9.2.1/release/threading-multi/visibility-hidden/libboost_date_time.so.1.82.0 common.copy /home/buildroot/autobuild/instance-2/output-1/build/boost-1.82.0/stage/lib/libboost_date_time.so.1.82.0 ln-UNIX /home/buildroot/autobuild/instance-2/output-1/build/boost-1.82.0/stage/lib/libboost_date_time.so gcc.compile.c++ bin.v2/libs/atomic/build/gcc-9.2.1/release/threading-multi/visibility-hidden/lock_pool.o In file included from libs/atomic/src/lock_pool.cpp:31: libs/atomic/src/lock_pool.cpp:1137:47: error: static assertion failed: Boost.Atomic unsupported target platform: native atomic operations not implemented for bytes 1137 | BOOST_STATIC_ASSERT_MSG(once_flag_operations::is_always_lock_free, "Boost.Atomic unsupported target platform: native atomic operations not implemented for bytes"); | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ ./boost/static_assert.hpp:32:59: note: in definition of macro 'BOOST_STATIC_ASSERT_MSG' 32 | # define BOOST_STATIC_ASSERT_MSG( ... ) static_assert(__VA_ARGS__) | ^~~~~~~~~~~ "/home/buildroot/autobuild/instance-2/output-1/host/bin/arceb-linux-g++" -fvisibility-inlines-hidden -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -g0 -fPIC -pthread -O3 -finline-functions -Wno-inline -Wall -fvisibility=hidden -DBOOST_ALL_NO_LIB=1 -DBOOST_ATOMIC_DYN_LINK=1 -DBOOST_ATOMIC_SOURCE -DNDEBUG -I"." -I"libs/atomic/src" -c -o "bin.v2/libs/atomic/build/gcc-9.2.1/release/threading-multi/visibility-hidden/lock_pool.o" "libs/atomic/src/lock_pool.cpp" ...failed gcc.compile.c++ bin.v2/libs/atomic/build/gcc-9.2.1/release/threading-multi/visibility-hidden/lock_pool.o... ...skipped libboost_atomic.so.1.82.0 for lack of lock_pool.o... ...skipped

libboost_atomic.so.1.82.0 for lack of libboost_atomic.so.1.82.0... gcc.compile.c++ bin.v2/libs/chrono/build/gcc-9.2.1/release/threading-multi/visibility-hidden/chrono.o gcc.compile.c++ bin.v2/libs/chrono/build/gcc-9.2.1/release/threading-multi/visibility-hidden/thread_clock.o gcc.compile.c++ bin.v2/libs/chrono/build/gcc-9.2.1/release/threading-multi/visibility-hidden/process_cpu_clocks.o gcc.link.dll bin.v2/libs/chrono/build/gcc-9.2.1/release/threading-multi/visibility-hidden/libboost_chrono.so.1.82.0 common.copy /home/buildroot/autobuild/instance-2/output-1/build/boost-1.82.0/stage/lib/libboost_chrono.so.1.82.0 ...failed updating 1 target... ...skipped 2 targets... ...updated 34 targets... make: *** [package/pkg-generic.mk:293: /home/buildroot/autobuild/instance-2/output-1/build/boost-1.82.0/.stamp_built] Error 1 make: Leaving directory '/home/buildroot/autobuild/instance-2/buildroot'