>>> boost 1.67.0 Extracting bzcat /usr/lfs/v0/rc-buildroot-test/scripts/instance-2/dl/boost/boost_1_67_0.tar.bz2 | /usr/lfs/v0/rc-buildroot-test/scripts/instance-2/output/host/bin/tar --strip-components=1 -C /usr/lfs/v0/rc-buildroot-test/scripts/instance-2/output/build/boost-1.67.0 -xf - >>> boost 1.67.0 Patching Applying 0001-fix-ambiguous-format-call-on-64bit-builds.patch using patch: patching file libs/locale/src/icu/formatter.cpp Hunk #1 succeeded at 51 with fuzz 1 (offset -7 lines). Applying 0002-fix-uclibc-eventfd.patch using patch: patching file boost/asio/detail/impl/eventfd_select_interrupter.ipp Applying 0003-fenv.patch using patch: patching file boost/config/platform/linux.hpp Hunk #1 succeeded at 48 (offset 1 line). Applying 0004-workaround-musl-bug.patch using patch: patching file libs/fiber/src/numa/linux/pin_thread.cpp >>> boost 1.67.0 Configuring (cd /usr/lfs/v0/rc-buildroot-test/scripts/instance-2/output/build/boost-1.67.0 && ./bootstrap.sh --with-toolset=gcc --without-icu --without-libraries=chrono,context,coroutine,date_time,graph,graph_parallel,iostreams,locale,log,mpi,program_options,python,serialization,signals,stacktrace,test,thread,timer,type_erasure) Building Boost.Build engine with toolset gcc... tools/build/src/engine/bin.linuxx86_64/b2 Unicode/ICU support for Boost.Regex?... disabled. Generating Boost.Build configuration in project-config.jam... Bootstrapping is done. To build, run: ./b2 To adjust configuration, edit 'project-config.jam'. Further information: - Command line help: ./b2 --help - Getting started guide: http://www.boost.org/more/getting_started/unix-variants.html - Boost.Build documentation: http://www.boost.org/build/doc/html/index.html echo "using gcc : `/usr/lfs/v0/rc-buildroot-test/scripts/instance-2/output/host/bin/arm-linux-gcc -dumpversion` : /usr/lfs/v0/rc-buildroot-test/scripts/instance-2/output/host/bin/arm-linux-g++ : \"-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -static -static\" \" -static\" ;" > /usr/lfs/v0/rc-buildroot-test/scripts/instance-2/output/build/boost-1.67.0/user-config.jam echo "" >> /usr/lfs/v0/rc-buildroot-test/scripts/instance-2/output/build/boost-1.67.0/user-config.jam >>> boost 1.67.0 Building (cd /usr/lfs/v0/rc-buildroot-test/scripts/instance-2/output/build/boost-1.67.0 && PATH="/usr/lfs/v0/rc-buildroot-test/scripts/instance-2/output/host/bin:/usr/lfs/v0/rc-buildroot-test/scripts/instance-2/output/host/sbin:/usr/bin:/bin:/accts/mlweber1/bin:/accts/mlweber1/libexec/git-core:/accts/mlweber1/usr/bin:/accts/mlweber1/usr/local/bin" ./bjam -j8 -q --user-config=/usr/lfs/v0/rc-buildroot-test/scripts/instance-2/output/build/boost-1.67.0/user-config.jam toolset=gcc threading=multi abi=aapcs variant=release link=static runtime-link=static -d+1 --ignore-site-config --layout=system) Performing configuration checks - default address-model : 32-bit - default architecture : arm Building the Boost C++ Libraries. - symlinks supported : yes - Boost.Config Feature Check: cxx11_auto_declarations : yes - Boost.Config Feature Check: cxx11_constexpr : yes - Boost.Config Feature Check: cxx11_defaulted_functions : yes - Boost.Config Feature Check: cxx11_final : yes - Boost.Config Feature Check: cxx11_hdr_mutex : yes - Boost.Config Feature Check: cxx11_hdr_regex : yes - Boost.Config Feature Check: cxx11_hdr_tuple : yes - Boost.Config Feature Check: cxx11_lambdas : yes - Boost.Config Feature Check: cxx11_noexcept : yes - Boost.Config Feature Check: cxx11_nullptr : yes - Boost.Config Feature Check: cxx11_rvalue_references : yes - Boost.Config Feature Check: cxx11_template_aliases : yes - Boost.Config Feature Check: cxx11_thread_local : yes - Boost.Config Feature Check: cxx11_variadic_templates : yes - C++11 mutex : yes - gcc visibility : yes - long double support : yes - has_icu builds : no - lockfree boost::atomic_flag : no Component configuration: - atomic : building - chrono : not building - container : building - context : not building - contract : building - coroutine : not building - date_time : not building - exception : building - fiber : building - filesystem : building - graph : not building - graph_parallel : not building - iostreams : not building - locale : not building - log : not building - math : building - mpi : not building - program_options : not building - python : not building - random : building - regex : building - serialization : not building - signals : not building - stacktrace : not building - system : building - test : not building - thread : not building - timer : not building - type_erasure : not building - wave : building ...patience... ...patience... ...found 3897 targets... ...updating 371 targets... gcc.compile.asm bin.v2/libs/context/build/gcc-6.4.0/release/abi-aapcs/link-static/threading-multi/asm/make_arm_aapcs_elf_gas.o gcc.compile.c++ bin.v2/libs/exception/build/gcc-6.4.0/release/link-static/threading-multi/clone_current_exception_non_intrusive.o gcc.archive bin.v2/libs/exception/build/gcc-6.4.0/release/link-static/threading-multi/libboost_exception.a common.copy stage/lib/libboost_exception.a gcc.compile.c++ bin.v2/libs/context/build/gcc-6.4.0/release/abi-aapcs/link-static/threading-multi/posix/stack_traits.o gcc.compile.c++ bin.v2/libs/context/build/gcc-6.4.0/release/abi-aapcs/link-static/threading-multi/execution_context.o In file included from ./boost/context/execution_context.hpp:12:0, from libs/context/src/execution_context.cpp:11: ./boost/context/execution_context_v2.hpp: In member function 'boost::context::detail::transfer_t boost::context::detail::ecv2_record::run(boost::context::detail::transfer_t)': ./boost/context/execution_context_v2.hpp:106:92: error: 'exception_ptr' is not a member of 'std' typename Ctx::args_tpl_t args = std::move( std::get<1>( * static_cast< std::tuple< std::exception_ptr, typename Ctx::args_tpl_t > * >( t.data) ) ); ^~~ ./boost/context/execution_context_v2.hpp:106:92: error: 'exception_ptr' is not a member of 'std' In file included from ./boost/context/execution_context.hpp:12:0, from libs/context/src/execution_context.cpp:11: ./boost/context/execution_context_v2.hpp:106:137: error: template argument 1 is invalid typename Ctx::args_tpl_t args = std::move( std::get<1>( * static_cast< std::tuple< std::exception_ptr, typename Ctx::args_tpl_t > * >( t.data) ) ); ^ ./boost/context/execution_context_v2.hpp:106:139: error: expected '>' before '*' token typename Ctx::args_tpl_t args = std::move( std::get<1>( * static_cast< std::tuple< std::exception_ptr, typename Ctx::args_tpl_t > * >( t.data) ) ); ^ ./boost/context/execution_context_v2.hpp:106:139: error: expected '(' before '*' token ./boost/context/execution_context_v2.hpp:106:141: error: expected primary-expression before '>' token typename Ctx::args_tpl_t args = std::move( std::get<1>( * static_cast< std::tuple< std::exception_ptr, typename Ctx::args_tpl_t > * >( t.data) ) ); ^ ./boost/context/execution_context_v2.hpp: In member function 'boost::context::v2::execution_context::ret_tpl_t boost::context::v2::execution_context::operator()(Args ...)': ./boost/context/execution_context_v2.hpp:300:31: error: 'exception_ptr' is not a member of 'std' auto p = std::make_tuple( std::exception_ptr{}, std::move( data) ); ^~~ ./boost/context/execution_context_v2.hpp:303:43: error: 'exception_ptr' is not a member of 'std' auto p = static_cast< std::tuple< std::exception_ptr, args_tpl_t > * >( t.data); ^~~ ./boost/context/execution_context_v2.hpp:303:43: error: 'exception_ptr' is not a member of 'std' ./boost/context/execution_context_v2.hpp:303:74: error: template argument 1 is invalid auto p = static_cast< std::tuple< std::exception_ptr, args_tpl_t > * >( t.data); ^ ./boost/context/execution_context_v2.hpp:303:76: error: expected '>' before '*' token auto p = static_cast< std::tuple< std::exception_ptr, args_tpl_t > * >( t.data); ^ ./boost/context/execution_context_v2.hpp:303:76: error: expected '(' before '*' token ./boost/context/execution_context_v2.hpp:303:78: error: expected primary-expression before '>' token auto p = static_cast< std::tuple< std::exception_ptr, args_tpl_t > * >( t.data); ^ ./boost/context/execution_context_v2.hpp:303:88: error: expected ')' before ';' token auto p = static_cast< std::tuple< std::exception_ptr, args_tpl_t > * >( t.data); ^ ./boost/context/execution_context_v2.hpp:304:9: error: 'exception_ptr' is not a member of 'std' std::exception_ptr eptr = std::get< 0 >( * p); ^~~ ./boost/context/execution_context_v2.hpp:305:14: error: 'eptr' was not declared in this scope if ( eptr) { ^~~~ ./boost/context/execution_context_v2.hpp:307:17: error: 'rethrow_exception' is not a member of 'std' std::rethrow_exception( eptr); ^~~ ./boost/context/execution_context_v2.hpp:309:17: error: 'throw_with_nested' is not a member of 'std' std::throw_with_nested( ontop_error{ t.fctx } ); ^~~ ./boost/context/execution_context_v2.hpp: In member function 'boost::context::v2::execution_context::ret_tpl_t boost::context::v2::execution_context::operator()(boost::context::exec_ontop_arg_t, Fn&&, Args ...)': ./boost/context/execution_context_v2.hpp:323:52: error: 'exception_ptr' is not a member of 'std' auto p = std::make_tuple( fn, std::make_tuple( std::exception_ptr{}, std::move( data) ) ); ^~~ ./boost/context/execution_context_v2.hpp:329:43: error: 'exception_ptr' is not a member of 'std' auto p = static_cast< std::tuple< std::exception_ptr, args_tpl_t > * >( t.data); ^~~ ./boost/context/execution_context_v2.hpp:329:43: error: 'exception_ptr' is not a member of 'std' ./boost/context/execution_context_v2.hpp:329:74: error: template argument 1 is invalid auto p = static_cast< std::tuple< std::exception_ptr, args_tpl_t > * >( t.data); ^ ./boost/context/execution_context_v2.hpp:329:76: error: expected '>' before '*' token auto p = static_cast< std::tuple< std::exception_ptr, args_tpl_t > * >( t.data); ^ ./boost/context/execution_context_v2.hpp:329:76: error: expected '(' before '*' token ./boost/context/execution_context_v2.hpp:329:78: error: expected primary-expression before '>' token auto p = static_cast< std::tuple< std::exception_ptr, args_tpl_t > * >( t.data); ^ ./boost/context/execution_context_v2.hpp:329:88: error: expected ')' before ';' token auto p = static_cast< std::tuple< std::exception_ptr, args_tpl_t > * >( t.data); ^ ./boost/context/execution_context_v2.hpp:330:9: error: 'exception_ptr' is not a member of 'std' std::exception_ptr eptr = std::get< 0 >( * p); ^~~ ./boost/context/execution_context_v2.hpp:331:14: error: 'eptr' was not declared in this scope if ( eptr) { ^~~~ ./boost/context/execution_context_v2.hpp:333:17: error: 'rethrow_exception' is not a member of 'std' std::rethrow_exception( eptr); ^~~ ./boost/context/execution_context_v2.hpp:335:17: error: 'throw_with_nested' is not a member of 'std' std::throw_with_nested( ontop_error{ t.fctx } ); ^~~ ./boost/context/execution_context_v2.hpp: In function 'boost::context::detail::transfer_t boost::context::detail::ecv2_context_ontop(boost::context::detail::transfer_t)': ./boost/context/execution_context_v2.hpp:399:55: error: 'exception_ptr' is not a member of 'std' auto p = static_cast< std::tuple< Fn, std::tuple< std::exception_ptr, std::tuple< Args ... > > > * >( t.data); ^~~ ./boost/context/execution_context_v2.hpp:399:55: error: 'exception_ptr' is not a member of 'std' ./boost/context/execution_context_v2.hpp:399:98: error: template argument 1 is invalid auto p = static_cast< std::tuple< Fn, std::tuple< std::exception_ptr, std::tuple< Args ... > > > * >( t.data); ^ ./boost/context/execution_context_v2.hpp:399:100: error: template argument 2 is invalid auto p = static_cast< std::tuple< Fn, std::tuple< std::exception_ptr, std::tuple< Args ... > > > * >( t.data); ^ ./boost/context/execution_context_v2.hpp:399:102: error: expected '>' before '*' token auto p = static_cast< std::tuple< Fn, std::tuple< std::exception_ptr, std::tuple< Args ... > > > * >( t.data); ^ ./boost/context/execution_context_v2.hpp:399:102: error: expected '(' before '*' token ./boost/context/execution_context_v2.hpp:399:104: error: expected primary-expression before '>' token auto p = static_cast< std::tuple< Fn, std::tuple< std::exception_ptr, std::tuple< Args ... > > > * >( t.data); ^ ./boost/context/execution_context_v2.hpp:399:114: error: expected ')' before ';' token auto p = static_cast< std::tuple< Fn, std::tuple< std::exception_ptr, std::tuple< Args ... > > > * >( t.data); ^ ./boost/context/execution_context_v2.hpp:411:48: error: 'current_exception' is not a member of 'std' std::get< 0 >( std::get< 1 >( * p) ) = std::current_exception(); ^~~ In file included from ./boost/context/execution_context_v2.hpp:480:0, from ./boost/context/execution_context.hpp:12, from libs/context/src/execution_context.cpp:11: ./boost/context/execution_context_v2_void.ipp: In member function 'boost::context::v2::execution_context boost::context::v2::execution_context::operator()()': ./boost/context/execution_context_v2_void.ipp:171:13: error: 'exception_ptr' is not a member of 'std' std::exception_ptr * eptr = static_cast< std::exception_ptr * >( t.data); ^~~ ./boost/context/execution_context_v2_void.ipp:171:34: error: 'eptr' was not declared in this scope std::exception_ptr * eptr = static_cast< std::exception_ptr * >( t.data); ^~~~ ./boost/context/execution_context_v2_void.ipp:171:59: error: 'exception_ptr' in namespace 'std' does not name a type std::exception_ptr * eptr = static_cast< std::exception_ptr * >( t.data); ^~~~~~~~~~~~~ ./boost/context/execution_context_v2_void.ipp:171:73: error: expected '>' before '*' token std::exception_ptr * eptr = static_cast< std::exception_ptr * >( t.data); ^ ./boost/context/execution_context_v2_void.ipp:171:73: error: expected '(' before '*' token ./boost/context/execution_context_v2_void.ipp:171:75: error: expected primary-expression before '>' token std::exception_ptr * eptr = static_cast< std::exception_ptr * >( t.data); ^ ./boost/context/execution_context_v2_void.ipp:171:85: error: expected ')' before ';' token std::exception_ptr * eptr = static_cast< std::exception_ptr * >( t.data); ^ ./boost/context/execution_context_v2_void.ipp:173:17: error: 'rethrow_exception' is not a member of 'std' std::rethrow_exception( * eptr); ^~~ ./boost/context/execution_context_v2_void.ipp:175:17: error: 'throw_with_nested' is not a member of 'std' std::throw_with_nested( ontop_error{ t.fctx } ); ^~~ ./boost/context/execution_context_v2_void.ipp: In member function 'boost::context::v2::execution_context boost::context::v2::execution_context::operator()(boost::context::exec_ontop_arg_t, Fn&&)': ./boost/context/execution_context_v2_void.ipp:184:39: error: 'exception_ptr' is not a member of 'std' auto p = std::make_tuple( fn, std::exception_ptr{} ); ^~~ ./boost/context/execution_context_v2_void.ipp:190:13: error: 'exception_ptr' is not a member of 'std' std::exception_ptr * eptr = static_cast< std::exception_ptr * >( t.data); ^~~ ./boost/context/execution_context_v2_void.ipp:190:34: error: 'eptr' was not declared in this scope std::exception_ptr * eptr = static_cast< std::exception_ptr * >( t.data); ^~~~ ./boost/context/execution_context_v2_void.ipp:190:59: error: 'exception_ptr' in namespace 'std' does not name a type std::exception_ptr * eptr = static_cast< std::exception_ptr * >( t.data); ^~~~~~~~~~~~~ ./boost/context/execution_context_v2_void.ipp:190:73: error: expected '>' before '*' token std::exception_ptr * eptr = static_cast< std::exception_ptr * >( t.data); ^ ./boost/context/execution_context_v2_void.ipp:190:73: error: expected '(' before '*' token ./boost/context/execution_context_v2_void.ipp:190:75: error: expected primary-expression before '>' token std::exception_ptr * eptr = static_cast< std::exception_ptr * >( t.data); ^ ./boost/context/execution_context_v2_void.ipp:190:85: error: expected ')' before ';' token std::exception_ptr * eptr = static_cast< std::exception_ptr * >( t.data); ^ ./boost/context/execution_context_v2_void.ipp:192:17: error: 'rethrow_exception' is not a member of 'std' std::rethrow_exception( * eptr); ^~~ ./boost/context/execution_context_v2_void.ipp:194:17: error: 'throw_with_nested' is not a member of 'std' std::throw_with_nested( ontop_error{ t.fctx } ); ^~~ ./boost/context/execution_context_v2_void.ipp: In function 'boost::context::detail::transfer_t boost::context::detail::ecv2_context_ontop_void(boost::context::detail::transfer_t)': ./boost/context/execution_context_v2_void.ipp:253:43: error: 'exception_ptr' is not a member of 'std' auto p = static_cast< std::tuple< Fn, std::exception_ptr > * >( t.data); ^~~ ./boost/context/execution_context_v2_void.ipp:253:43: error: 'exception_ptr' is not a member of 'std' ./boost/context/execution_context_v2_void.ipp:253:62: error: template argument 2 is invalid auto p = static_cast< std::tuple< Fn, std::exception_ptr > * >( t.data); ^ ./boost/context/execution_context_v2_void.ipp:253:64: error: expected '>' before '*' token auto p = static_cast< std::tuple< Fn, std::exception_ptr > * >( t.data); ^ ./boost/context/execution_context_v2_void.ipp:253:64: error: expected '(' before '*' token ./boost/context/execution_context_v2_void.ipp:253:66: error: expected primary-expression before '>' token auto p = static_cast< std::tuple< Fn, std::exception_ptr > * >( t.data); ^ ./boost/context/execution_context_v2_void.ipp:253:76: error: expected ')' before ';' token auto p = static_cast< std::tuple< Fn, std::exception_ptr > * >( t.data); ^ ./boost/context/execution_context_v2_void.ipp:260:31: error: 'current_exception' is not a member of 'std' std::get< 1 >( * p) = std::current_exception(); ^~~ "/usr/lfs/v0/rc-buildroot-test/scripts/instance-2/output/host/bin/arm-linux-g++" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -static -static -pthread -O3 -finline-functions -Wno-inline -Wall -DBOOST_ALL_NO_LIB=1 -DBOOST_CONTEXT_SOURCE -DBOOST_DISABLE_ASSERTS -DNDEBUG -I"." -c -o "bin.v2/libs/context/build/gcc-6.4.0/release/abi-aapcs/link-static/threading-multi/execution_context.o" "libs/context/src/execution_context.cpp" ...failed gcc.compile.c++ bin.v2/libs/context/build/gcc-6.4.0/release/abi-aapcs/link-static/threading-multi/execution_context.o... gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-6.4.0/release/link-static/threading-multi/codecvt_error_category.o gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-6.4.0/release/link-static/threading-multi/windows_file_codecvt.o gcc.compile.c++ bin.v2/libs/system/build/gcc-6.4.0/release/link-static/threading-multi/error_code.o gcc.compile.c++ bin.v2/libs/container/build/gcc-6.4.0/release/link-static/threading-multi/global_resource.o gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-6.4.0/release/link-static/threading-multi/path_traits.o gcc.compile.asm bin.v2/libs/context/build/gcc-6.4.0/release/abi-aapcs/link-static/threading-multi/asm/ontop_arm_aapcs_elf_gas.o gcc.compile.c++ bin.v2/libs/container/build/gcc-6.4.0/release/link-static/threading-multi/synchronized_pool_resource.o gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-6.4.0/release/link-static/threading-multi/portability.o gcc.compile.c bin.v2/libs/container/build/gcc-6.4.0/release/link-static/threading-multi/alloc_lib.o gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-6.4.0/release/link-static/threading-multi/path.o gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-6.4.0/release/link-static/threading-multi/operations.o gcc.compile.c++ bin.v2/libs/contract/build/gcc-6.4.0/release/link-static/threading-multi/contract.o ...failed updating 1 target... ...updated 61 targets... make: *** [/usr/lfs/v0/rc-buildroot-test/scripts/instance-2/output/build/boost-1.67.0/.stamp_built] Error 1 make: Leaving directory `/usr/lfs/v0/rc-buildroot-test/scripts/instance-2/buildroot'