FreeBSD Bugzilla – Attachment 187527 Details for
Bug 223279
devel/boost-libs fails to build on powerpc64 since update to 1.65.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
config.log
config.log (text/x-log), 51.14 KB, created by
Justin Hibbits
on 2017-10-27 16:35:33 UTC
(
hide
)
Description:
config.log
Filename:
MIME Type:
Creator:
Justin Hibbits
Created:
2017-10-27 16:35:33 UTC
Size:
51.14 KB
patch
obsolete
>...found 9 targets... >...updating 4 targets... >common.mkdir libs/config/checks/architecture/bin > > mkdir -p "libs/config/checks/architecture/bin" > >common.mkdir libs/config/checks/architecture/bin/gcc-6.4.0 > > mkdir -p "libs/config/checks/architecture/bin/gcc-6.4.0" > >common.mkdir libs/config/checks/architecture/bin/gcc-6.4.0/debug > > mkdir -p "libs/config/checks/architecture/bin/gcc-6.4.0/debug" > >gcc.compile.c++ libs/config/checks/architecture/bin/gcc-6.4.0/debug/32.o > > "g++6" -O0 -fno-inline -Wall -g -fPIC -pipe -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -fno-strict-aliasing -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -std=gnu++11 -pipe -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -fno-strict-aliasing -c -o "libs/config/checks/architecture/bin/gcc-6.4.0/debug/32.o" "libs/config/checks/architecture/32.cpp" > >libs/config/checks/architecture/32.cpp:9:36: error: size of array 'test' is negative > int test[sizeof(void*) == 4? 1 : -1]; > ^ >...failed gcc.compile.c++ libs/config/checks/architecture/bin/gcc-6.4.0/debug/32.o... >...failed updating 1 target... >...updated 3 targets... >...found 2 targets... >...updating 1 target... >gcc.compile.c++ libs/config/checks/architecture/bin/gcc-6.4.0/debug/64.o > > "g++6" -O0 -fno-inline -Wall -g -fPIC -pipe -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -fno-strict-aliasing -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -std=gnu++11 -pipe -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -fno-strict-aliasing -c -o "libs/config/checks/architecture/bin/gcc-6.4.0/debug/64.o" "libs/config/checks/architecture/64.cpp" > >...updated 1 target... >...found 2 targets... >...updating 1 target... >gcc.compile.c++ libs/config/checks/architecture/bin/gcc-6.4.0/debug/arm.o > > "g++6" -O0 -fno-inline -Wall -g -fPIC -pipe -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -fno-strict-aliasing -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -std=gnu++11 -pipe -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -fno-strict-aliasing -c -o "libs/config/checks/architecture/bin/gcc-6.4.0/debug/arm.o" "libs/config/checks/architecture/arm.cpp" > >libs/config/checks/architecture/arm.cpp:13:2: error: #error "Not ARM" > #error "Not ARM" > ^~~~~ >...failed gcc.compile.c++ libs/config/checks/architecture/bin/gcc-6.4.0/debug/arm.o... >...failed updating 1 target... >...found 2 targets... >...updating 1 target... >gcc.compile.c++ libs/config/checks/architecture/bin/gcc-6.4.0/debug/mips1.o > > "g++6" -O0 -fno-inline -Wall -g -fPIC -pipe -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -fno-strict-aliasing -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -std=gnu++11 -pipe -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -fno-strict-aliasing -c -o "libs/config/checks/architecture/bin/gcc-6.4.0/debug/mips1.o" "libs/config/checks/architecture/mips1.cpp" > >libs/config/checks/architecture/mips1.cpp:10:2: error: #error "Not MIPS1" > #error "Not MIPS1" > ^~~~~ >...failed gcc.compile.c++ libs/config/checks/architecture/bin/gcc-6.4.0/debug/mips1.o... >...failed updating 1 target... >...found 2 targets... >...updating 1 target... >gcc.compile.c++ libs/config/checks/architecture/bin/gcc-6.4.0/debug/power.o > > "g++6" -O0 -fno-inline -Wall -g -fPIC -pipe -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -fno-strict-aliasing -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -std=gnu++11 -pipe -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -fno-strict-aliasing -c -o "libs/config/checks/architecture/bin/gcc-6.4.0/debug/power.o" "libs/config/checks/architecture/power.cpp" > >...updated 1 target... >...found 3 targets... >...updating 3 targets... >common.mkdir bin.v2 > > mkdir -p "bin.v2" > >link.touch bin.v2/test-symlink-source > > touch "bin.v2/test-symlink-source" > >link.mklink bin.v2/test-symlink > > ln -f -s "test-symlink-source" "bin.v2/test-symlink" > >...updated 3 targets... >...found 101 targets... >...updating 7 targets... >common.mkdir bin.v2/libs > > mkdir -p "bin.v2/libs" > >common.mkdir bin.v2/libs/context > > mkdir -p "bin.v2/libs/context" > >common.mkdir bin.v2/libs/context/build > > mkdir -p "bin.v2/libs/context/build" > >common.mkdir bin.v2/libs/context/build/gcc-6.4.0 > > mkdir -p "bin.v2/libs/context/build/gcc-6.4.0" > >common.mkdir bin.v2/libs/context/build/gcc-6.4.0/debug > > mkdir -p "bin.v2/libs/context/build/gcc-6.4.0/debug" > >common.mkdir bin.v2/libs/context/build/gcc-6.4.0/debug/threading-multi > > mkdir -p "bin.v2/libs/context/build/gcc-6.4.0/debug/threading-multi" > >gcc.compile.c++ bin.v2/libs/context/build/gcc-6.4.0/debug/threading-multi/cxx11_hdr_mutex_check.o > > "g++6" -O0 -fno-inline -Wall -g -pthread -fPIC -m64 -pipe -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -fno-strict-aliasing -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -std=gnu++11 -pipe -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -fno-strict-aliasing -DBOOST_ALL_NO_LIB=1 -DBOOST_CONTEXT_DYN_LINK=1 -DBOOST_CONTEXT_SOURCE -I"." -c -o "bin.v2/libs/context/build/gcc-6.4.0/debug/threading-multi/cxx11_hdr_mutex_check.o" "libs/context/src/../build/cxx11_hdr_mutex.cpp" > >...updated 7 targets... >...patience... >...found 142 targets... >...updating 14 targets... >common.mkdir bin.v2/libs/thread > > mkdir -p "bin.v2/libs/thread" > >common.mkdir bin.v2/libs/system > > mkdir -p "bin.v2/libs/system" > >common.mkdir bin.v2/libs/thread/build > > mkdir -p "bin.v2/libs/thread/build" > >common.mkdir bin.v2/libs/system/build > > mkdir -p "bin.v2/libs/system/build" > >common.mkdir bin.v2/libs/thread/build/gcc-6.4.0 > > mkdir -p "bin.v2/libs/thread/build/gcc-6.4.0" > >common.mkdir bin.v2/libs/thread/build/gcc-6.4.0/debug > > mkdir -p "bin.v2/libs/thread/build/gcc-6.4.0/debug" > >common.mkdir bin.v2/libs/system/build/gcc-6.4.0 > > mkdir -p "bin.v2/libs/system/build/gcc-6.4.0" > >common.mkdir bin.v2/libs/thread/build/gcc-6.4.0/debug/threading-multi > > mkdir -p "bin.v2/libs/thread/build/gcc-6.4.0/debug/threading-multi" > >common.mkdir bin.v2/libs/system/build/gcc-6.4.0/debug > > mkdir -p "bin.v2/libs/system/build/gcc-6.4.0/debug" > >common.mkdir bin.v2/libs/system/build/gcc-6.4.0/debug/threading-multi > > mkdir -p "bin.v2/libs/system/build/gcc-6.4.0/debug/threading-multi" > >gcc.compile.c++ bin.v2/libs/thread/build/gcc-6.4.0/debug/threading-multi/has_atomic_flag_lockfree_test.o > > "g++6" -O0 -fno-inline -Wall -pedantic -g -pthread -fPIC -m64 -Wextra -Wno-long-long -Wno-unused-parameter -Wunused-function -pedantic -pipe -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -fno-strict-aliasing -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -std=gnu++11 -pipe -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -fno-strict-aliasing -DBOOST_ALL_NO_LIB=1 -DBOOST_SYSTEM_DYN_LINK=1 -DBOOST_THREAD_BUILD_DLL=1 -I"." -c -o "bin.v2/libs/thread/build/gcc-6.4.0/debug/threading-multi/has_atomic_flag_lockfree_test.o" "libs/thread/src/../build/has_atomic_flag_lockfree_test.cpp" > >gcc.compile.c++ bin.v2/libs/system/build/gcc-6.4.0/debug/threading-multi/error_code.o > > "g++6" -O0 -fno-inline -Wall -pedantic -g -pthread -fPIC -m64 -pipe -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -fno-strict-aliasing -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -std=gnu++11 -pipe -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -fno-strict-aliasing -DBOOST_ALL_NO_LIB=1 -DBOOST_SYSTEM_DYN_LINK=1 -I"." -c -o "bin.v2/libs/system/build/gcc-6.4.0/debug/threading-multi/error_code.o" "libs/system/src/error_code.cpp" > >gcc.link.dll bin.v2/libs/system/build/gcc-6.4.0/debug/threading-multi/libboost_system.so.1.65.1 > > "g++6" -o "bin.v2/libs/system/build/gcc-6.4.0/debug/threading-multi/libboost_system.so.1.65.1" -Wl,-h -Wl,libboost_system.so.1.65.1 -shared -Wl,--start-group "bin.v2/libs/system/build/gcc-6.4.0/debug/threading-multi/error_code.o" -Wl,-Bstatic -Wl,-Bdynamic -Wl,--end-group -g -pthread -m64 > >gcc.link bin.v2/libs/thread/build/gcc-6.4.0/debug/threading-multi/has_atomic_flag_lockfree > > "g++6" -Wl,-R -Wl,"/wrkdirs/usr/ports/devel/boost-libs/work/boost_1_65_1/bin.v2/libs/system/build/gcc-6.4.0/debug/threading-multi" -Wl,-rpath-link -Wl,"/wrkdirs/usr/ports/devel/boost-libs/work/boost_1_65_1/bin.v2/libs/system/build/gcc-6.4.0/debug/threading-multi" -o "bin.v2/libs/thread/build/gcc-6.4.0/debug/threading-multi/has_atomic_flag_lockfree" -Wl,--start-group "bin.v2/libs/thread/build/gcc-6.4.0/debug/threading-multi/has_atomic_flag_lockfree_test.o" "bin.v2/libs/system/build/gcc-6.4.0/debug/threading-multi/libboost_system.so.1.65.1" -Wl,-Bstatic -Wl,-Bdynamic -Wl,--end-group -g -pthread -m64 > >...updated 14 targets... >...found 6 targets... >...updating 5 targets... >common.mkdir bin.v2/libs/config > > mkdir -p "bin.v2/libs/config" > >common.mkdir bin.v2/libs/config/checks > > mkdir -p "bin.v2/libs/config/checks" > >common.mkdir bin.v2/libs/config/checks/gcc-6.4.0 > > mkdir -p "bin.v2/libs/config/checks/gcc-6.4.0" > >common.mkdir bin.v2/libs/config/checks/gcc-6.4.0/debug > > mkdir -p "bin.v2/libs/config/checks/gcc-6.4.0/debug" > >gcc.compile.c++ bin.v2/libs/config/checks/gcc-6.4.0/debug/cxx11_auto_declarations.o > > "g++6" -O0 -fno-inline -Wall -g -fPIC -m64 -pipe -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -fno-strict-aliasing -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -std=gnu++11 -pipe -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -fno-strict-aliasing -DBOOST_ALL_NO_LIB=1 -DTEST_BOOST_NO_CXX11_AUTO_DECLARATIONS -I"." -c -o "bin.v2/libs/config/checks/gcc-6.4.0/debug/cxx11_auto_declarations.o" "/wrkdirs/usr/ports/devel/boost-libs/work/boost_1_65_1/libs/config/checks/test_case.cpp" > >...updated 5 targets... >...found 1 target... >...updating 1 target... >gcc.compile.c++ bin.v2/libs/config/checks/gcc-6.4.0/debug/cxx11_constexpr.o > > "g++6" -O0 -fno-inline -Wall -g -fPIC -m64 -pipe -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -fno-strict-aliasing -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -std=gnu++11 -pipe -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -fno-strict-aliasing -DBOOST_ALL_NO_LIB=1 -DTEST_BOOST_NO_CXX11_CONSTEXPR -I"." -c -o "bin.v2/libs/config/checks/gcc-6.4.0/debug/cxx11_constexpr.o" "/wrkdirs/usr/ports/devel/boost-libs/work/boost_1_65_1/libs/config/checks/test_case.cpp" > >...updated 1 target... >...found 1 target... >...updating 1 target... >gcc.compile.c++ bin.v2/libs/config/checks/gcc-6.4.0/debug/cxx11_defaulted_functions.o > > "g++6" -O0 -fno-inline -Wall -g -fPIC -m64 -pipe -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -fno-strict-aliasing -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -std=gnu++11 -pipe -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -fno-strict-aliasing -DBOOST_ALL_NO_LIB=1 -DTEST_BOOST_NO_CXX11_DEFAULTED_FUNCTIONS -I"." -c -o "bin.v2/libs/config/checks/gcc-6.4.0/debug/cxx11_defaulted_functions.o" "/wrkdirs/usr/ports/devel/boost-libs/work/boost_1_65_1/libs/config/checks/test_case.cpp" > >...updated 1 target... >...found 1 target... >...updating 1 target... >gcc.compile.c++ bin.v2/libs/config/checks/gcc-6.4.0/debug/cxx11_final.o > > "g++6" -O0 -fno-inline -Wall -g -fPIC -m64 -pipe -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -fno-strict-aliasing -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -std=gnu++11 -pipe -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -fno-strict-aliasing -DBOOST_ALL_NO_LIB=1 -DTEST_BOOST_NO_CXX11_FINAL -I"." -c -o "bin.v2/libs/config/checks/gcc-6.4.0/debug/cxx11_final.o" "/wrkdirs/usr/ports/devel/boost-libs/work/boost_1_65_1/libs/config/checks/test_case.cpp" > >...updated 1 target... >...found 1 target... >...updating 1 target... >gcc.compile.c++ bin.v2/libs/config/checks/gcc-6.4.0/debug/cxx11_hdr_mutex.o > > "g++6" -O0 -fno-inline -Wall -g -fPIC -m64 -pipe -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -fno-strict-aliasing -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -std=gnu++11 -pipe -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -fno-strict-aliasing -DBOOST_ALL_NO_LIB=1 -DTEST_BOOST_NO_CXX11_HDR_MUTEX -I"." -c -o "bin.v2/libs/config/checks/gcc-6.4.0/debug/cxx11_hdr_mutex.o" "/wrkdirs/usr/ports/devel/boost-libs/work/boost_1_65_1/libs/config/checks/test_case.cpp" > >...updated 1 target... >...found 1 target... >...updating 1 target... >gcc.compile.c++ bin.v2/libs/config/checks/gcc-6.4.0/debug/cxx11_hdr_tuple.o > > "g++6" -O0 -fno-inline -Wall -g -fPIC -m64 -pipe -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -fno-strict-aliasing -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -std=gnu++11 -pipe -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -fno-strict-aliasing -DBOOST_ALL_NO_LIB=1 -DTEST_BOOST_NO_CXX11_HDR_TUPLE -I"." -c -o "bin.v2/libs/config/checks/gcc-6.4.0/debug/cxx11_hdr_tuple.o" "/wrkdirs/usr/ports/devel/boost-libs/work/boost_1_65_1/libs/config/checks/test_case.cpp" > >...updated 1 target... >...found 1 target... >...updating 1 target... >gcc.compile.c++ bin.v2/libs/config/checks/gcc-6.4.0/debug/cxx11_lambdas.o > > "g++6" -O0 -fno-inline -Wall -g -fPIC -m64 -pipe -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -fno-strict-aliasing -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -std=gnu++11 -pipe -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -fno-strict-aliasing -DBOOST_ALL_NO_LIB=1 -DTEST_BOOST_NO_CXX11_LAMBDAS -I"." -c -o "bin.v2/libs/config/checks/gcc-6.4.0/debug/cxx11_lambdas.o" "/wrkdirs/usr/ports/devel/boost-libs/work/boost_1_65_1/libs/config/checks/test_case.cpp" > >...updated 1 target... >...found 1 target... >...updating 1 target... >gcc.compile.c++ bin.v2/libs/config/checks/gcc-6.4.0/debug/cxx11_noexcept.o > > "g++6" -O0 -fno-inline -Wall -g -fPIC -m64 -pipe -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -fno-strict-aliasing -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -std=gnu++11 -pipe -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -fno-strict-aliasing -DBOOST_ALL_NO_LIB=1 -DTEST_BOOST_NO_CXX11_NOEXCEPT -I"." -c -o "bin.v2/libs/config/checks/gcc-6.4.0/debug/cxx11_noexcept.o" "/wrkdirs/usr/ports/devel/boost-libs/work/boost_1_65_1/libs/config/checks/test_case.cpp" > >...updated 1 target... >...found 1 target... >...updating 1 target... >gcc.compile.c++ bin.v2/libs/config/checks/gcc-6.4.0/debug/cxx11_nullptr.o > > "g++6" -O0 -fno-inline -Wall -g -fPIC -m64 -pipe -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -fno-strict-aliasing -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -std=gnu++11 -pipe -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -fno-strict-aliasing -DBOOST_ALL_NO_LIB=1 -DTEST_BOOST_NO_CXX11_NULLPTR -I"." -c -o "bin.v2/libs/config/checks/gcc-6.4.0/debug/cxx11_nullptr.o" "/wrkdirs/usr/ports/devel/boost-libs/work/boost_1_65_1/libs/config/checks/test_case.cpp" > >...updated 1 target... >...found 1 target... >...updating 1 target... >gcc.compile.c++ bin.v2/libs/config/checks/gcc-6.4.0/debug/cxx11_rvalue_references.o > > "g++6" -O0 -fno-inline -Wall -g -fPIC -m64 -pipe -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -fno-strict-aliasing -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -std=gnu++11 -pipe -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -fno-strict-aliasing -DBOOST_ALL_NO_LIB=1 -DTEST_BOOST_NO_CXX11_RVALUE_REFERENCES -I"." -c -o "bin.v2/libs/config/checks/gcc-6.4.0/debug/cxx11_rvalue_references.o" "/wrkdirs/usr/ports/devel/boost-libs/work/boost_1_65_1/libs/config/checks/test_case.cpp" > >...updated 1 target... >...found 1 target... >...updating 1 target... >gcc.compile.c++ bin.v2/libs/config/checks/gcc-6.4.0/debug/cxx11_template_aliases.o > > "g++6" -O0 -fno-inline -Wall -g -fPIC -m64 -pipe -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -fno-strict-aliasing -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -std=gnu++11 -pipe -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -fno-strict-aliasing -DBOOST_ALL_NO_LIB=1 -DTEST_BOOST_NO_CXX11_TEMPLATE_ALIASES -I"." -c -o "bin.v2/libs/config/checks/gcc-6.4.0/debug/cxx11_template_aliases.o" "/wrkdirs/usr/ports/devel/boost-libs/work/boost_1_65_1/libs/config/checks/test_case.cpp" > >...updated 1 target... >...found 1 target... >...updating 1 target... >gcc.compile.c++ bin.v2/libs/config/checks/gcc-6.4.0/debug/cxx11_thread_local.o > > "g++6" -O0 -fno-inline -Wall -g -fPIC -m64 -pipe -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -fno-strict-aliasing -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -std=gnu++11 -pipe -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -fno-strict-aliasing -DBOOST_ALL_NO_LIB=1 -DTEST_BOOST_NO_CXX11_THREAD_LOCAL -I"." -c -o "bin.v2/libs/config/checks/gcc-6.4.0/debug/cxx11_thread_local.o" "/wrkdirs/usr/ports/devel/boost-libs/work/boost_1_65_1/libs/config/checks/test_case.cpp" > >...updated 1 target... >...found 1 target... >...updating 1 target... >gcc.compile.c++ bin.v2/libs/config/checks/gcc-6.4.0/debug/cxx11_variadic_templates.o > > "g++6" -O0 -fno-inline -Wall -g -fPIC -m64 -pipe -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -fno-strict-aliasing -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -std=gnu++11 -pipe -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -fno-strict-aliasing -DBOOST_ALL_NO_LIB=1 -DTEST_BOOST_NO_CXX11_VARIADIC_TEMPLATES -I"." -c -o "bin.v2/libs/config/checks/gcc-6.4.0/debug/cxx11_variadic_templates.o" "/wrkdirs/usr/ports/devel/boost-libs/work/boost_1_65_1/libs/config/checks/test_case.cpp" > >...updated 1 target... >...found 165 targets... >...updating 7 targets... >common.mkdir bin.v2/libs/regex > > mkdir -p "bin.v2/libs/regex" > >common.mkdir bin.v2/libs/regex/build > > mkdir -p "bin.v2/libs/regex/build" > >common.mkdir bin.v2/libs/regex/build/gcc-6.4.0 > > mkdir -p "bin.v2/libs/regex/build/gcc-6.4.0" > >common.mkdir bin.v2/libs/regex/build/gcc-6.4.0/debug > > mkdir -p "bin.v2/libs/regex/build/gcc-6.4.0/debug" > >gcc.compile.c++ bin.v2/libs/regex/build/gcc-6.4.0/debug/has_icu_test.o > > "g++6" -O0 -fno-inline -Wall -pedantic -g -fPIC -m64 -pipe -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -fno-strict-aliasing -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -std=gnu++11 -pipe -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -fno-strict-aliasing -DBOOST_ALL_NO_LIB=1 -DBOOST_HAS_ICU=1 -I"." -I"/usr/local/include" -c -o "bin.v2/libs/regex/build/gcc-6.4.0/debug/has_icu_test.o" "libs/regex/build/has_icu_test.cpp" > >gcc.link bin.v2/libs/regex/build/gcc-6.4.0/debug/has_icu > > "g++6" -L"/usr/local/bin" -L"/usr/local/lib" -Wl,-R -Wl,"/usr/local/bin" -Wl,-R -Wl,"/usr/local/lib" -Wl,-rpath-link -Wl,"/usr/local/bin" -Wl,-rpath-link -Wl,"/usr/local/lib" -o "bin.v2/libs/regex/build/gcc-6.4.0/debug/has_icu" -Wl,--start-group "bin.v2/libs/regex/build/gcc-6.4.0/debug/has_icu_test.o" -Wl,-Bstatic -Wl,-Bdynamic -licudata -licui18n -licuuc -Wl,--end-group -g -m64 > >testing.unit-test bin.v2/libs/regex/build/gcc-6.4.0/debug/has_icu.passed > > LD_LIBRARY_PATH="/usr/local/bin:/usr/local/lib:$LD_LIBRARY_PATH" >export LD_LIBRARY_PATH > > "bin.v2/libs/regex/build/gcc-6.4.0/debug/has_icu" && touch "bin.v2/libs/regex/build/gcc-6.4.0/debug/has_icu.passed" > >/usr/lib/libstdc++.so.6: version CXXABI_1.3.8 required by /usr/local/lib/libicui18n.so.59 not found >...failed testing.unit-test bin.v2/libs/regex/build/gcc-6.4.0/debug/has_icu.passed... >...failed updating 1 target... >...updated 6 targets... >...found 10 targets... >...updating 8 targets... >common.mkdir bin.v2/standalone > > mkdir -p "bin.v2/standalone" > >common.mkdir bin.v2/standalone/ac > > mkdir -p "bin.v2/standalone/ac" > > >file /tmp/jamffb75cdd.000 >#include <zlib.h> > >text-action bin.v2/standalone/ac/zlib_h.cpp > > cat "/tmp/jamffb75cdd.000" > "bin.v2/standalone/ac/zlib_h.cpp" > >common.mkdir bin.v2/standalone/ac/gcc-6.4.0 > > mkdir -p "bin.v2/standalone/ac/gcc-6.4.0" > >common.mkdir bin.v2/standalone/ac/gcc-6.4.0/release > > mkdir -p "bin.v2/standalone/ac/gcc-6.4.0/release" > >common.mkdir bin.v2/standalone/ac/gcc-6.4.0/release/pch-off > > mkdir -p "bin.v2/standalone/ac/gcc-6.4.0/release/pch-off" > >common.mkdir bin.v2/standalone/ac/gcc-6.4.0/release/pch-off/threading-multi > > mkdir -p "bin.v2/standalone/ac/gcc-6.4.0/release/pch-off/threading-multi" > >gcc.compile.c++ bin.v2/standalone/ac/gcc-6.4.0/release/pch-off/threading-multi/zlib_h.o > > "g++6" -O3 -finline-functions -Wno-inline -Wall -pthread -fPIC -m64 -pipe -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -fno-strict-aliasing -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -std=gnu++11 -pipe -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -fno-strict-aliasing -DNDEBUG -c -o "bin.v2/standalone/ac/gcc-6.4.0/release/pch-off/threading-multi/zlib_h.o" "bin.v2/standalone/ac/zlib_h.cpp" > >...updated 8 targets... >...found 5 targets... >...updating 3 targets... > >file /tmp/jamffb75cde.000 >int main() {} >text-action bin.v2/standalone/ac/main-z.cpp > > cat "/tmp/jamffb75cde.000" > "bin.v2/standalone/ac/main-z.cpp" > >gcc.compile.c++ bin.v2/standalone/ac/gcc-6.4.0/release/pch-off/threading-multi/main-z.o > > "g++6" -O3 -finline-functions -Wno-inline -Wall -pthread -fPIC -m64 -pipe -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -fno-strict-aliasing -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -std=gnu++11 -pipe -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -fno-strict-aliasing -DNDEBUG -c -o "bin.v2/standalone/ac/gcc-6.4.0/release/pch-off/threading-multi/main-z.o" "bin.v2/standalone/ac/main-z.cpp" > >gcc.link bin.v2/standalone/ac/gcc-6.4.0/release/pch-off/threading-multi/z > > "g++6" -o "bin.v2/standalone/ac/gcc-6.4.0/release/pch-off/threading-multi/z" -Wl,--start-group "bin.v2/standalone/ac/gcc-6.4.0/release/pch-off/threading-multi/main-z.o" -Wl,-Bstatic -Wl,-Bdynamic -lz -Wl,--end-group -pthread -m64 > >...updated 3 targets... >...found 4 targets... >...updating 2 targets... > >file /tmp/jamffb75cdf.000 >#include <bzlib.h> > >text-action bin.v2/standalone/ac/bzlib_h.cpp > > cat "/tmp/jamffb75cdf.000" > "bin.v2/standalone/ac/bzlib_h.cpp" > >gcc.compile.c++ bin.v2/standalone/ac/gcc-6.4.0/release/pch-off/threading-multi/bzlib_h.o > > "g++6" -O3 -finline-functions -Wno-inline -Wall -pthread -fPIC -m64 -pipe -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -fno-strict-aliasing -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -std=gnu++11 -pipe -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -fno-strict-aliasing -DNDEBUG -c -o "bin.v2/standalone/ac/gcc-6.4.0/release/pch-off/threading-multi/bzlib_h.o" "bin.v2/standalone/ac/bzlib_h.cpp" > >...updated 2 targets... >...found 5 targets... >...updating 3 targets... > >file /tmp/jamffb75ce0.000 >int main() {} >text-action bin.v2/standalone/ac/main-bz2.cpp > > cat "/tmp/jamffb75ce0.000" > "bin.v2/standalone/ac/main-bz2.cpp" > >gcc.compile.c++ bin.v2/standalone/ac/gcc-6.4.0/release/pch-off/threading-multi/main-bz2.o > > "g++6" -O3 -finline-functions -Wno-inline -Wall -pthread -fPIC -m64 -pipe -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -fno-strict-aliasing -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -std=gnu++11 -pipe -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -fno-strict-aliasing -DNDEBUG -c -o "bin.v2/standalone/ac/gcc-6.4.0/release/pch-off/threading-multi/main-bz2.o" "bin.v2/standalone/ac/main-bz2.cpp" > >gcc.link bin.v2/standalone/ac/gcc-6.4.0/release/pch-off/threading-multi/bz2 > > "g++6" -o "bin.v2/standalone/ac/gcc-6.4.0/release/pch-off/threading-multi/bz2" -Wl,--start-group "bin.v2/standalone/ac/gcc-6.4.0/release/pch-off/threading-multi/main-bz2.o" -Wl,-Bstatic -Wl,-Bdynamic -lbz2 -Wl,--end-group -pthread -m64 > >...updated 3 targets... >...found 4 targets... >...updating 2 targets... > >file /tmp/jamffb75ce1.000 >#include <lzma.h> > >text-action bin.v2/standalone/ac/lzma_h.cpp > > cat "/tmp/jamffb75ce1.000" > "bin.v2/standalone/ac/lzma_h.cpp" > >gcc.compile.c++ bin.v2/standalone/ac/gcc-6.4.0/release/pch-off/threading-multi/lzma_h.o > > "g++6" -O3 -finline-functions -Wno-inline -Wall -pthread -fPIC -m64 -pipe -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -fno-strict-aliasing -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -std=gnu++11 -pipe -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -fno-strict-aliasing -DNDEBUG -c -o "bin.v2/standalone/ac/gcc-6.4.0/release/pch-off/threading-multi/lzma_h.o" "bin.v2/standalone/ac/lzma_h.cpp" > >...updated 2 targets... >...found 5 targets... >...updating 3 targets... > >file /tmp/jamffb75ce2.000 >int main() {} >text-action bin.v2/standalone/ac/main-lzma.cpp > > cat "/tmp/jamffb75ce2.000" > "bin.v2/standalone/ac/main-lzma.cpp" > >gcc.compile.c++ bin.v2/standalone/ac/gcc-6.4.0/release/pch-off/threading-multi/main-lzma.o > > "g++6" -O3 -finline-functions -Wno-inline -Wall -pthread -fPIC -m64 -pipe -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -fno-strict-aliasing -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -std=gnu++11 -pipe -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -fno-strict-aliasing -DNDEBUG -c -o "bin.v2/standalone/ac/gcc-6.4.0/release/pch-off/threading-multi/main-lzma.o" "bin.v2/standalone/ac/main-lzma.cpp" > >gcc.link bin.v2/standalone/ac/gcc-6.4.0/release/pch-off/threading-multi/lzma > > "g++6" -o "bin.v2/standalone/ac/gcc-6.4.0/release/pch-off/threading-multi/lzma" -Wl,--start-group "bin.v2/standalone/ac/gcc-6.4.0/release/pch-off/threading-multi/main-lzma.o" -Wl,-Bstatic -Wl,-Bdynamic -llzma -Wl,--end-group -pthread -m64 > >...updated 3 targets... >...found 8 targets... >...updating 6 targets... >common.mkdir bin.v2/libs/locale > > mkdir -p "bin.v2/libs/locale" > >common.mkdir bin.v2/libs/locale/build > > mkdir -p "bin.v2/libs/locale/build" > >common.mkdir bin.v2/libs/locale/build/gcc-6.4.0 > > mkdir -p "bin.v2/libs/locale/build/gcc-6.4.0" > >common.mkdir bin.v2/libs/locale/build/gcc-6.4.0/debug > > mkdir -p "bin.v2/libs/locale/build/gcc-6.4.0/debug" > >gcc.compile.c++ bin.v2/libs/locale/build/gcc-6.4.0/debug/has_iconv_libc_obj.o > > "g++6" -O0 -fno-inline -Wall -g -fPIC -m64 -pipe -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -fno-strict-aliasing -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -std=gnu++11 -pipe -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -fno-strict-aliasing -DBOOST_ALL_NO_LIB=1 -I"." -c -o "bin.v2/libs/locale/build/gcc-6.4.0/debug/has_iconv_libc_obj.o" "libs/locale/src/../build/has_iconv.cpp" > >gcc.link bin.v2/libs/locale/build/gcc-6.4.0/debug/has_iconv > > "g++6" -o "bin.v2/libs/locale/build/gcc-6.4.0/debug/has_iconv" -Wl,--start-group "bin.v2/libs/locale/build/gcc-6.4.0/debug/has_iconv_libc_obj.o" -Wl,-Bstatic -Wl,-Bdynamic -Wl,--end-group -g -m64 > >...updated 6 targets... >...found 4 targets... >...updating 2 targets... >gcc.compile.c++ bin.v2/libs/locale/build/gcc-6.4.0/debug/has_icu_obj.o > > "g++6" -O0 -fno-inline -Wall -g -fPIC -m64 -pipe -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -fno-strict-aliasing -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -std=gnu++11 -pipe -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -fno-strict-aliasing -DBOOST_ALL_NO_LIB=1 -I"." -I"/usr/local/include" -c -o "bin.v2/libs/locale/build/gcc-6.4.0/debug/has_icu_obj.o" "libs/locale/src/../build/has_icu_test.cpp" > >libs/locale/src/../build/has_icu_test.cpp: In function 'int main()': >libs/locale/src/../build/has_icu_test.cpp:26:12: warning: unused variable 'c' [-Wunused-variable] > UChar32 c = ::u_charFromName(U_UNICODE_CHAR_NAME, "GREEK SMALL LETTER ALPHA", &err); > ^ >gcc.link bin.v2/libs/locale/build/gcc-6.4.0/debug/has_icu > > "g++6" -L"/usr/local/lib" -Wl,-R -Wl,"/usr/local/bin" -Wl,-R -Wl,"/usr/local/lib" -Wl,-rpath-link -Wl,"/usr/local/lib" -o "bin.v2/libs/locale/build/gcc-6.4.0/debug/has_icu" -Wl,--start-group "bin.v2/libs/locale/build/gcc-6.4.0/debug/has_icu_obj.o" -Wl,-Bstatic -Wl,-Bdynamic -licudata -licui18n -licuuc -Wl,--end-group -g -m64 > >...updated 2 targets... >...found 4 targets... >...updating 2 targets... >gcc.compile.c++ bin.v2/libs/locale/build/gcc-6.4.0/debug/has_xlocale_obj.o > > "g++6" -O0 -fno-inline -Wall -g -fPIC -m64 -pipe -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -fno-strict-aliasing -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -std=gnu++11 -pipe -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -fno-strict-aliasing -DBOOST_ALL_NO_LIB=1 -I"." -c -o "bin.v2/libs/locale/build/gcc-6.4.0/debug/has_xlocale_obj.o" "libs/locale/src/../build/has_xlocale.cpp" > >gcc.link bin.v2/libs/locale/build/gcc-6.4.0/debug/has_xlocale > > "g++6" -o "bin.v2/libs/locale/build/gcc-6.4.0/debug/has_xlocale" -Wl,--start-group "bin.v2/libs/locale/build/gcc-6.4.0/debug/has_xlocale_obj.o" -Wl,-Bstatic -Wl,-Bdynamic -Wl,--end-group -g -m64 > >...updated 2 targets... >...found 9 targets... >...updating 7 targets... >common.mkdir bin.v2/libs/log > > mkdir -p "bin.v2/libs/log" > >common.mkdir bin.v2/libs/log/config > > mkdir -p "bin.v2/libs/log/config" > >common.mkdir bin.v2/libs/log/config/atomic-int32 > > mkdir -p "bin.v2/libs/log/config/atomic-int32" > >common.mkdir bin.v2/libs/log/config/atomic-int32/gcc-6.4.0 > > mkdir -p "bin.v2/libs/log/config/atomic-int32/gcc-6.4.0" > >common.mkdir bin.v2/libs/log/config/atomic-int32/gcc-6.4.0/debug > > mkdir -p "bin.v2/libs/log/config/atomic-int32/gcc-6.4.0/debug" > >common.mkdir bin.v2/libs/log/config/atomic-int32/gcc-6.4.0/debug/pch-off > > mkdir -p "bin.v2/libs/log/config/atomic-int32/gcc-6.4.0/debug/pch-off" > >gcc.compile.c++ bin.v2/libs/log/config/atomic-int32/gcc-6.4.0/debug/pch-off/atomic_int32.o > > "g++6" -O0 -fno-inline -Wall -g -fPIC -m64 -pipe -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -fno-strict-aliasing -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -std=gnu++11 -pipe -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -fno-strict-aliasing -DBOOST_ALL_NO_LIB=1 -I"." -c -o "bin.v2/libs/log/config/atomic-int32/gcc-6.4.0/debug/pch-off/atomic_int32.o" "libs/log/config/atomic-int32/atomic_int32.cpp" > >...updated 7 targets... >...found 7 targets... >...updating 5 targets... >common.mkdir bin.v2/libs/log/config/native-syslog > > mkdir -p "bin.v2/libs/log/config/native-syslog" > >common.mkdir bin.v2/libs/log/config/native-syslog/gcc-6.4.0 > > mkdir -p "bin.v2/libs/log/config/native-syslog/gcc-6.4.0" > >common.mkdir bin.v2/libs/log/config/native-syslog/gcc-6.4.0/debug > > mkdir -p "bin.v2/libs/log/config/native-syslog/gcc-6.4.0/debug" > >common.mkdir bin.v2/libs/log/config/native-syslog/gcc-6.4.0/debug/pch-off > > mkdir -p "bin.v2/libs/log/config/native-syslog/gcc-6.4.0/debug/pch-off" > >gcc.compile.c++ bin.v2/libs/log/config/native-syslog/gcc-6.4.0/debug/pch-off/native_syslog.o > > "g++6" -O0 -fno-inline -Wall -g -fPIC -m64 -pipe -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -fno-strict-aliasing -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -std=gnu++11 -pipe -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -fno-strict-aliasing -DBOOST_ALL_NO_LIB=1 -I"." -c -o "bin.v2/libs/log/config/native-syslog/gcc-6.4.0/debug/pch-off/native_syslog.o" "libs/log/config/native-syslog/native_syslog.cpp" > >...updated 5 targets... >...found 7 targets... >...updating 5 targets... >common.mkdir bin.v2/libs/log/config/pthread-mutex-robust > > mkdir -p "bin.v2/libs/log/config/pthread-mutex-robust" > >common.mkdir bin.v2/libs/log/config/pthread-mutex-robust/gcc-6.4.0 > > mkdir -p "bin.v2/libs/log/config/pthread-mutex-robust/gcc-6.4.0" > >common.mkdir bin.v2/libs/log/config/pthread-mutex-robust/gcc-6.4.0/debug > > mkdir -p "bin.v2/libs/log/config/pthread-mutex-robust/gcc-6.4.0/debug" > >common.mkdir bin.v2/libs/log/config/pthread-mutex-robust/gcc-6.4.0/debug/pch-off > > mkdir -p "bin.v2/libs/log/config/pthread-mutex-robust/gcc-6.4.0/debug/pch-off" > >gcc.compile.c++ bin.v2/libs/log/config/pthread-mutex-robust/gcc-6.4.0/debug/pch-off/pthread_mutex_robust.o > > "g++6" -O0 -fno-inline -Wall -g -fPIC -m64 -pipe -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -fno-strict-aliasing -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -std=gnu++11 -pipe -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -fno-strict-aliasing -DBOOST_ALL_NO_LIB=1 -I"." -c -o "bin.v2/libs/log/config/pthread-mutex-robust/gcc-6.4.0/debug/pch-off/pthread_mutex_robust.o" "libs/log/config/pthread-mutex-robust/pthread_mutex_robust.cpp" > >...updated 5 targets... >...found 6 targets... >...updating 5 targets... >common.mkdir bin.v2/libs/log/config/visibility > > mkdir -p "bin.v2/libs/log/config/visibility" > >common.mkdir bin.v2/libs/log/config/visibility/gcc-6.4.0 > > mkdir -p "bin.v2/libs/log/config/visibility/gcc-6.4.0" > >common.mkdir bin.v2/libs/log/config/visibility/gcc-6.4.0/debug > > mkdir -p "bin.v2/libs/log/config/visibility/gcc-6.4.0/debug" > >common.mkdir bin.v2/libs/log/config/visibility/gcc-6.4.0/debug/pch-off > > mkdir -p "bin.v2/libs/log/config/visibility/gcc-6.4.0/debug/pch-off" > >gcc.compile.c++ bin.v2/libs/log/config/visibility/gcc-6.4.0/debug/pch-off/visibility.o > > "g++6" -O0 -fno-inline -Wall -pedantic -Werror -g -fPIC -m64 -fvisibility=hidden -pipe -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -fno-strict-aliasing -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -std=gnu++11 -pipe -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -fno-strict-aliasing -DBOOST_ALL_NO_LIB=1 -I"." -c -o "bin.v2/libs/log/config/visibility/gcc-6.4.0/debug/pch-off/visibility.o" "libs/log/config/visibility/visibility.cpp" > >...updated 5 targets... >...found 6 targets... >...updating 5 targets... >common.mkdir bin.v2/libs/math > > mkdir -p "bin.v2/libs/math" > >common.mkdir bin.v2/libs/math/config > > mkdir -p "bin.v2/libs/math/config" > >common.mkdir bin.v2/libs/math/config/gcc-6.4.0 > > mkdir -p "bin.v2/libs/math/config/gcc-6.4.0" > >common.mkdir bin.v2/libs/math/config/gcc-6.4.0/debug > > mkdir -p "bin.v2/libs/math/config/gcc-6.4.0/debug" > >gcc.compile.c++ bin.v2/libs/math/config/gcc-6.4.0/debug/has_gcc_visibility.o > > "g++6" -O0 -fno-inline -Wall -g -fPIC -m64 -Werror -fvisibility=hidden -pipe -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -fno-strict-aliasing -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -std=gnu++11 -pipe -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -fno-strict-aliasing -DBOOST_ALL_NO_LIB=1 -I"." -c -o "bin.v2/libs/math/config/gcc-6.4.0/debug/has_gcc_visibility.o" "libs/math/config/has_gcc_visibility.cpp" > >...updated 5 targets... >...found 135 targets... >...updating 1 target... >gcc.compile.c++ bin.v2/libs/math/config/gcc-6.4.0/debug/has_long_double_support.o > > "g++6" -O0 -fno-inline -Wall -g -fPIC -m64 -pipe -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -fno-strict-aliasing -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -std=gnu++11 -pipe -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -fno-strict-aliasing -DBOOST_ALL_NO_LIB=1 -I"." -c -o "bin.v2/libs/math/config/gcc-6.4.0/debug/has_long_double_support.o" "libs/math/config/has_long_double_support.cpp" > >...updated 1 target... >...found 10 targets... >...updating 7 targets... >common.mkdir bin.v2/libs/stacktrace > > mkdir -p "bin.v2/libs/stacktrace" > >common.mkdir bin.v2/libs/stacktrace/build > > mkdir -p "bin.v2/libs/stacktrace/build" > >common.mkdir bin.v2/libs/stacktrace/build/gcc-6.4.0 > > mkdir -p "bin.v2/libs/stacktrace/build/gcc-6.4.0" > >common.mkdir bin.v2/libs/stacktrace/build/gcc-6.4.0/debug > > mkdir -p "bin.v2/libs/stacktrace/build/gcc-6.4.0/debug" > >gcc.compile.c++ bin.v2/libs/stacktrace/build/gcc-6.4.0/debug/has_backtrace.o > > "g++6" -O0 -fno-inline -Wall -g -fPIC -m64 -pipe -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -fno-strict-aliasing -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -std=gnu++11 -pipe -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -fno-strict-aliasing -DBOOST_ALL_NO_LIB=1 -I"." -c -o "bin.v2/libs/stacktrace/build/gcc-6.4.0/debug/has_backtrace.o" "libs/stacktrace/build/has_backtrace.cpp" > >libs/stacktrace/build/has_backtrace.cpp:7:23: fatal error: backtrace.h: No such file or directory > #include <backtrace.h> > ^ >compilation terminated. >...failed gcc.compile.c++ bin.v2/libs/stacktrace/build/gcc-6.4.0/debug/has_backtrace.o... >...skipped <pbin.v2/libs/stacktrace/build/gcc-6.4.0/debug>libbacktrace_exe for lack of <pbin.v2/libs/stacktrace/build/gcc-6.4.0/debug>has_backtrace.o... >...skipped <pbin.v2/libs/stacktrace/build/gcc-6.4.0/debug>libbacktrace.output for lack of <pbin.v2/libs/stacktrace/build/gcc-6.4.0/debug>libbacktrace_exe... >...failed updating 1 target... >...skipped 2 targets... >...updated 4 targets... >...found 5 targets... >...updating 3 targets... >gcc.compile.c++ bin.v2/libs/stacktrace/build/gcc-6.4.0/debug/has_addr2line.o > > "g++6" -O0 -fno-inline -Wall -g -fPIC -m64 -pipe -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -fno-strict-aliasing -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -std=gnu++11 -pipe -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -fno-strict-aliasing -DBOOST_ALL_NO_LIB=1 -I"." -c -o "bin.v2/libs/stacktrace/build/gcc-6.4.0/debug/has_addr2line.o" "libs/stacktrace/build/has_addr2line.cpp" > >gcc.link bin.v2/libs/stacktrace/build/gcc-6.4.0/debug/addr2line_exe > > "g++6" -o "bin.v2/libs/stacktrace/build/gcc-6.4.0/debug/addr2line_exe" -Wl,--start-group "bin.v2/libs/stacktrace/build/gcc-6.4.0/debug/has_addr2line.o" -Wl,-Bstatic -Wl,-Bdynamic -Wl,--end-group -g -m64 > >Jamfile</wrkdirs/usr/ports/devel/boost-libs/work/boost_1_65_1/libs/stacktrace/build>.mp_simple_run_action bin.v2/libs/stacktrace/build/gcc-6.4.0/debug/addr2line.output > > bin.v2/libs/stacktrace/build/gcc-6.4.0/debug/addr2line_exe > bin.v2/libs/stacktrace/build/gcc-6.4.0/debug/addr2line.output > >/usr/lib/libstdc++.so.6: version GLIBCXX_3.4.21 required by /wrkdirs/usr/ports/devel/boost-libs/work/boost_1_65_1/bin.v2/libs/stacktrace/build/gcc-6.4.0/debug/addr2line_exe not found >...failed Jamfile</wrkdirs/usr/ports/devel/boost-libs/work/boost_1_65_1/libs/stacktrace/build>.mp_simple_run_action bin.v2/libs/stacktrace/build/gcc-6.4.0/debug/addr2line.output... >...removing bin.v2/libs/stacktrace/build/gcc-6.4.0/debug/addr2line.output >...failed updating 1 target... >...updated 2 targets... >...found 5 targets... >...updating 3 targets... >gcc.compile.c++ bin.v2/libs/stacktrace/build/gcc-6.4.0/debug/has_windbg.o > > "g++6" -O0 -fno-inline -Wall -g -fPIC -m64 -pipe -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -fno-strict-aliasing -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -std=gnu++11 -pipe -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -fno-strict-aliasing -DBOOST_ALL_NO_LIB=1 -I"." -c -o "bin.v2/libs/stacktrace/build/gcc-6.4.0/debug/has_windbg.o" "libs/stacktrace/build/has_windbg.cpp" > >libs/stacktrace/build/has_windbg.cpp:8:21: fatal error: windows.h: No such file or directory > #include <windows.h> > ^ >compilation terminated. >...failed gcc.compile.c++ bin.v2/libs/stacktrace/build/gcc-6.4.0/debug/has_windbg.o... >...skipped <pbin.v2/libs/stacktrace/build/gcc-6.4.0/debug>WinDbg_exe for lack of <pbin.v2/libs/stacktrace/build/gcc-6.4.0/debug>has_windbg.o... >...skipped <pbin.v2/libs/stacktrace/build/gcc-6.4.0/debug>WinDbg.output for lack of <pbin.v2/libs/stacktrace/build/gcc-6.4.0/debug>WinDbg_exe... >...failed updating 1 target... >...skipped 2 targets... >...found 4 targets... >...updating 3 targets... >gcc.compile.c++ bin.v2/libs/stacktrace/build/gcc-6.4.0/debug/has_windbg_cached.o > > "g++6" -O0 -fno-inline -Wall -g -fPIC -m64 -pipe -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -fno-strict-aliasing -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -std=gnu++11 -pipe -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -fno-strict-aliasing -DBOOST_ALL_NO_LIB=1 -I"." -c -o "bin.v2/libs/stacktrace/build/gcc-6.4.0/debug/has_windbg_cached.o" "libs/stacktrace/build/has_windbg_cached.cpp" > >libs/stacktrace/build/has_windbg_cached.cpp:11:21: fatal error: windows.h: No such file or directory > #include <windows.h> > ^ >compilation terminated. >...failed gcc.compile.c++ bin.v2/libs/stacktrace/build/gcc-6.4.0/debug/has_windbg_cached.o... >...skipped <pbin.v2/libs/stacktrace/build/gcc-6.4.0/debug>WinDbgCached_exe for lack of <pbin.v2/libs/stacktrace/build/gcc-6.4.0/debug>has_windbg_cached.o... >...skipped <pbin.v2/libs/stacktrace/build/gcc-6.4.0/debug>WinDbgCached.output for lack of <pbin.v2/libs/stacktrace/build/gcc-6.4.0/debug>WinDbgCached_exe... >...failed updating 1 target... >...skipped 2 targets... >...found 4 targets... >...updating 4 targets... >common.mkdir bin.v2/standalone/ac/gcc-6.4.0/release/link-static > > mkdir -p "bin.v2/standalone/ac/gcc-6.4.0/release/link-static" > >common.mkdir bin.v2/standalone/ac/gcc-6.4.0/release/link-static/pch-off > > mkdir -p "bin.v2/standalone/ac/gcc-6.4.0/release/link-static/pch-off" > >common.mkdir bin.v2/standalone/ac/gcc-6.4.0/release/link-static/pch-off/threading-multi > > mkdir -p "bin.v2/standalone/ac/gcc-6.4.0/release/link-static/pch-off/threading-multi" > >gcc.compile.c++ bin.v2/standalone/ac/gcc-6.4.0/release/link-static/pch-off/threading-multi/zlib_h.o > > "g++6" -O3 -finline-functions -Wno-inline -Wall -pthread -m64 -pipe -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -fno-strict-aliasing -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -std=gnu++11 -pipe -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -fno-strict-aliasing -DNDEBUG -c -o "bin.v2/standalone/ac/gcc-6.4.0/release/link-static/pch-off/threading-multi/zlib_h.o" "bin.v2/standalone/ac/zlib_h.cpp" > >...updated 4 targets... >...found 2 targets... >...updating 2 targets... >gcc.compile.c++ bin.v2/standalone/ac/gcc-6.4.0/release/link-static/pch-off/threading-multi/main-z.o > > "g++6" -O3 -finline-functions -Wno-inline -Wall -pthread -m64 -pipe -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -fno-strict-aliasing -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -std=gnu++11 -pipe -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -fno-strict-aliasing -DNDEBUG -c -o "bin.v2/standalone/ac/gcc-6.4.0/release/link-static/pch-off/threading-multi/main-z.o" "bin.v2/standalone/ac/main-z.cpp" > >gcc.link bin.v2/standalone/ac/gcc-6.4.0/release/link-static/pch-off/threading-multi/z > > "g++6" -o "bin.v2/standalone/ac/gcc-6.4.0/release/link-static/pch-off/threading-multi/z" -Wl,--start-group "bin.v2/standalone/ac/gcc-6.4.0/release/link-static/pch-off/threading-multi/main-z.o" -Wl,-Bstatic -lz -Wl,-Bdynamic -Wl,--end-group -pthread -m64 > >...updated 2 targets... >...found 1 target... >...updating 1 target... >gcc.compile.c++ bin.v2/standalone/ac/gcc-6.4.0/release/link-static/pch-off/threading-multi/bzlib_h.o > > "g++6" -O3 -finline-functions -Wno-inline -Wall -pthread -m64 -pipe -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -fno-strict-aliasing -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -std=gnu++11 -pipe -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -fno-strict-aliasing -DNDEBUG -c -o "bin.v2/standalone/ac/gcc-6.4.0/release/link-static/pch-off/threading-multi/bzlib_h.o" "bin.v2/standalone/ac/bzlib_h.cpp" > >...updated 1 target... >...found 2 targets... >...updating 2 targets... >gcc.compile.c++ bin.v2/standalone/ac/gcc-6.4.0/release/link-static/pch-off/threading-multi/main-bz2.o > > "g++6" -O3 -finline-functions -Wno-inline -Wall -pthread -m64 -pipe -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -fno-strict-aliasing -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -std=gnu++11 -pipe -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -fno-strict-aliasing -DNDEBUG -c -o "bin.v2/standalone/ac/gcc-6.4.0/release/link-static/pch-off/threading-multi/main-bz2.o" "bin.v2/standalone/ac/main-bz2.cpp" > >gcc.link bin.v2/standalone/ac/gcc-6.4.0/release/link-static/pch-off/threading-multi/bz2 > > "g++6" -o "bin.v2/standalone/ac/gcc-6.4.0/release/link-static/pch-off/threading-multi/bz2" -Wl,--start-group "bin.v2/standalone/ac/gcc-6.4.0/release/link-static/pch-off/threading-multi/main-bz2.o" -Wl,-Bstatic -lbz2 -Wl,-Bdynamic -Wl,--end-group -pthread -m64 > >...updated 2 targets... >...found 1 target... >...updating 1 target... >gcc.compile.c++ bin.v2/standalone/ac/gcc-6.4.0/release/link-static/pch-off/threading-multi/lzma_h.o > > "g++6" -O3 -finline-functions -Wno-inline -Wall -pthread -m64 -pipe -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -fno-strict-aliasing -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -std=gnu++11 -pipe -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -fno-strict-aliasing -DNDEBUG -c -o "bin.v2/standalone/ac/gcc-6.4.0/release/link-static/pch-off/threading-multi/lzma_h.o" "bin.v2/standalone/ac/lzma_h.cpp" > >...updated 1 target... >...found 2 targets... >...updating 2 targets... >gcc.compile.c++ bin.v2/standalone/ac/gcc-6.4.0/release/link-static/pch-off/threading-multi/main-lzma.o > > "g++6" -O3 -finline-functions -Wno-inline -Wall -pthread -m64 -pipe -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -fno-strict-aliasing -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -std=gnu++11 -pipe -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -fno-strict-aliasing -DNDEBUG -c -o "bin.v2/standalone/ac/gcc-6.4.0/release/link-static/pch-off/threading-multi/main-lzma.o" "bin.v2/standalone/ac/main-lzma.cpp" > >gcc.link bin.v2/standalone/ac/gcc-6.4.0/release/link-static/pch-off/threading-multi/lzma > > "g++6" -o "bin.v2/standalone/ac/gcc-6.4.0/release/link-static/pch-off/threading-multi/lzma" -Wl,--start-group "bin.v2/standalone/ac/gcc-6.4.0/release/link-static/pch-off/threading-multi/main-lzma.o" -Wl,-Bstatic -llzma -Wl,-Bdynamic -Wl,--end-group -pthread -m64 > >...updated 2 targets... >...found 1 target... >...updating 1 target... > >file /tmp/jamffb75ce3.000 ># Automatically generated by Boost.Build. ># Do not edit. > >module config-cache { > set "32-bit-<target-os>freebsd-<toolset-gcc:version>6.4.0-<toolset>gcc" : "false" ; > set "64-bit-<target-os>freebsd-<toolset-gcc:version>6.4.0-<toolset>gcc" : "true" ; > set "arm-<target-os>freebsd-<toolset-gcc:version>6.4.0-<toolset>gcc" : "false" ; > set "mips1-<target-os>freebsd-<toolset-gcc:version>6.4.0-<toolset>gcc" : "false" ; > set "power-<target-os>freebsd-<toolset-gcc:version>6.4.0-<toolset>gcc" : "true" ; > set "symlinks supported-<abi>sysv-<address-model>64-<architecture>power-<asynch-exceptions>off-<binary-format>elf-<cflags>-pipe -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -fno-strict-aliasing-<context-impl>fcontext-<context-switch>cc-<cxxflags>-pipe -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -fno-strict-aliasing -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc6 -std=gnu++11-<debug-symbols>off-<deduced-address-model>64-<deduced-architecture>power-<define>NDEBUG-<exception-handling>on-<extern-c-nothrow>off-<hardcode-dll-paths>true-<host-os>freebsd-<inlining>full-<install-dependencies>off-<link>shared-<location>.-<optimization>speed-<os>FREEBSD-<pch>off-<preserve-test-targets>on-<profiling>off-<python-debugging>off-<rtti>on-<runtime-debugging>off-<runtime-link>shared-<stdlib>native-<strip>off-<suppress-import-lib>false-<symlink-location>project-relative-<target-os>freebsd-<testing.execute>on-<threadapi>pthread-<threading>multi-<toolset-gcc:version>6.4.0-<toolset>gcc-<user-interface>console-<variant>release-<vectorize>off-<warnings-as-errors>off-<warnings>on" : "true" ; > set "C++11 mutex-<address-model>64-<architecture>power-<target-os>freebsd-<toolset-gcc:version>6.4.0-<toolset>gcc" : "true" ; > set "lockfree boost::atomic_flag-<address-model>64-<architecture>power-<target-os>freebsd-<toolset-gcc:version>6.4.0-<toolset>gcc" : "true" ; > set "Boost.Config Feature Check: cxx11_auto_declarations-<address-model>64-<architecture>power-<target-os>freebsd-<toolset-gcc:version>6.4.0-<toolset>gcc" : "true" ; > set "Boost.Config Feature Check: cxx11_constexpr-<address-model>64-<architecture>power-<target-os>freebsd-<toolset-gcc:version>6.4.0-<toolset>gcc" : "true" ; > set "Boost.Config Feature Check: cxx11_defaulted_functions-<address-model>64-<architecture>power-<target-os>freebsd-<toolset-gcc:version>6.4.0-<toolset>gcc" : "true" ; > set "Boost.Config Feature Check: cxx11_final-<address-model>64-<architecture>power-<target-os>freebsd-<toolset-gcc:version>6.4.0-<toolset>gcc" : "true" ; > set "Boost.Config Feature Check: cxx11_hdr_mutex-<address-model>64-<architecture>power-<target-os>freebsd-<toolset-gcc:version>6.4.0-<toolset>gcc" : "true" ; > set "Boost.Config Feature Check: cxx11_hdr_tuple-<address-model>64-<architecture>power-<target-os>freebsd-<toolset-gcc:version>6.4.0-<toolset>gcc" : "true" ; > set "Boost.Config Feature Check: cxx11_lambdas-<address-model>64-<architecture>power-<target-os>freebsd-<toolset-gcc:version>6.4.0-<toolset>gcc" : "true" ; > set "Boost.Config Feature Check: cxx11_noexcept-<address-model>64-<architecture>power-<target-os>freebsd-<toolset-gcc:version>6.4.0-<toolset>gcc" : "true" ; > set "Boost.Config Feature Check: cxx11_nullptr-<address-model>64-<architecture>power-<target-os>freebsd-<toolset-gcc:version>6.4.0-<toolset>gcc" : "true" ; > set "Boost.Config Feature Check: cxx11_rvalue_references-<address-model>64-<architecture>power-<target-os>freebsd-<toolset-gcc:version>6.4.0-<toolset>gcc" : "true" ; > set "Boost.Config Feature Check: cxx11_template_aliases-<address-model>64-<architecture>power-<target-os>freebsd-<toolset-gcc:version>6.4.0-<toolset>gcc" : "true" ; > set "Boost.Config Feature Check: cxx11_thread_local-<address-model>64-<architecture>power-<target-os>freebsd-<toolset-gcc:version>6.4.0-<toolset>gcc" : "true" ; > set "Boost.Config Feature Check: cxx11_variadic_templates-<address-model>64-<architecture>power-<target-os>freebsd-<toolset-gcc:version>6.4.0-<toolset>gcc" : "true" ; > set "has_icu builds-<address-model>64-<architecture>power-<target-os>freebsd-<toolset-gcc:version>6.4.0-<toolset>gcc" : "false" ; > set "ac-library-zlib-<address-model>64-<architecture>power-<link>shared-<target-os>freebsd-<toolset-gcc:version>6.4.0-<toolset>gcc" : "%default" "z" "<link>shared" ; > set "ac-library-bzip2-<address-model>64-<architecture>power-<link>shared-<target-os>freebsd-<toolset-gcc:version>6.4.0-<toolset>gcc" : "%default" "bz2" "<link>shared" ; > set "ac-library-lzma-<address-model>64-<architecture>power-<link>shared-<target-os>freebsd-<toolset-gcc:version>6.4.0-<toolset>gcc" : "%default" "lzma" "<link>shared" ; > set "iconv (libc)-<address-model>64-<architecture>power-<target-os>freebsd-<toolset-gcc:version>6.4.0-<toolset>gcc" : "true" ; > set "icu-<address-model>64-<architecture>power-<target-os>freebsd-<toolset-gcc:version>6.4.0-<toolset>gcc" : "true" ; > set "xlocale supported-<address-model>64-<architecture>power-<target-os>freebsd-<toolset-gcc:version>6.4.0-<toolset>gcc" : "true" ; > set "native-atomic-int32-supported-<address-model>64-<architecture>power-<target-os>freebsd-<toolset-gcc:version>6.4.0-<toolset>gcc" : "true" ; > set "native-syslog-supported-<address-model>64-<architecture>power-<target-os>freebsd-<toolset-gcc:version>6.4.0-<toolset>gcc" : "true" ; > set "pthread-supports-robust-mutexes-<address-model>64-<architecture>power-<target-os>freebsd-<toolset-gcc:version>6.4.0-<toolset>gcc" : "true" ; > set "compiler-supports-visibility-<address-model>64-<architecture>power-<target-os>freebsd-<toolset-gcc:version>6.4.0-<toolset>gcc" : "true" ; > set "gcc visibility-<address-model>64-<architecture>power-<target-os>freebsd-<toolset-gcc:version>6.4.0-<toolset>gcc" : "true" ; > set "long double support-<address-model>64-<architecture>power-<target-os>freebsd-<toolset-gcc:version>6.4.0-<toolset>gcc" : "true" ; > set "libbacktrace builds-<address-model>64-<architecture>power-<target-os>freebsd-<toolset-gcc:version>6.4.0-<toolset>gcc" : "false" ; > set "addr2line builds-<address-model>64-<architecture>power-<target-os>freebsd-<toolset-gcc:version>6.4.0-<toolset>gcc" : "false" ; > set "WinDbg builds-<address-model>64-<architecture>power-<target-os>freebsd-<toolset-gcc:version>6.4.0-<toolset>gcc" : "false" ; > set "WinDbgCached builds-<address-model>64-<architecture>power-<target-os>freebsd-<toolset-gcc:version>6.4.0-<toolset>gcc" : "false" ; > set "ac-library-zlib-<address-model>64-<architecture>power-<link>static-<target-os>freebsd-<toolset-gcc:version>6.4.0-<toolset>gcc" : "%default" "z" "<link>static" ; > set "ac-library-bzip2-<address-model>64-<architecture>power-<link>static-<target-os>freebsd-<toolset-gcc:version>6.4.0-<toolset>gcc" : "%default" "bz2" "<link>static" ; > set "ac-library-lzma-<address-model>64-<architecture>power-<link>static-<target-os>freebsd-<toolset-gcc:version>6.4.0-<toolset>gcc" : "%default" "lzma" "<link>static" ; >} > >config-cache.write bin.v2/project-cache.jam > > cat "/tmp/jamffb75ce3.000" > "bin.v2/project-cache.jam" > >...updated 1 target...
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 223279
:
187520
| 187527 |
188669