Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- make.sh errors: ONLYOFFICE COMPILE ON rPI3 Ubuntu 19.10
- https://helpcenter.onlyoffice.com/server/linux/document/compile-source-code.aspx
- ================================================================================
- ubuntu@ubuntu:~/DocumentServer$ cd core/Common/3dParty && ./make.sh
- boost/
- --2020-01-04 21:00:09-- https://downloads.sourceforge.net/project/boost/boost/1.58.0/boost_1_58_0.7z
- Resolving downloads.sourceforge.net (downloads.sourceforge.net)... 216.105.38.13
- Connecting to downloads.sourceforge.net (downloads.sourceforge.net)|216.105.38.13|:443... connected.
- HTTP request sent, awaiting response... 302 Found
- Location: https://managedway.dl.sourceforge.net/project/boost/boost/1.58.0/boost_1_58_0.7z [following]
- --2020-01-04 21:00:10-- https://managedway.dl.sourceforge.net/project/boost/boost/1.58.0/boost_1_58_0.7z
- Resolving managedway.dl.sourceforge.net (managedway.dl.sourceforge.net)... 208.79.213.6
- Connecting to managedway.dl.sourceforge.net (managedway.dl.sourceforge.net)|208.79.213.6|:443... connected.
- HTTP request sent, awaiting response... 200 OK
- Length: 65223518 (62M) [application/x-7z-compressed]
- Saving to: ‘boost_1_58_0.7z’
- boost_1_58_0.7z 100%[=======================================================>] 62.20M 12.7MB/s in 5.0s
- 2020-01-04 21:00:15 (12.5 MB/s) - ‘boost_1_58_0.7z’ saved [65223518/65223518]
- 7-Zip [64] 16.02 : Copyright (c) 1999-2016 Igor Pavlov : 2016-05-21
- p7zip Version 16.02 (locale=C.UTF-8,Utf16=on,HugeFiles=on,64 bits,4 CPUs LE)
- Scanning the drive for archives:
- 1 file, 65223518 bytes (63 MiB)
- Extracting archive: /home/ubuntu/DocumentServer/core/Common/3dParty/boost/boost_1_58_0.7z
- --
- Path = /home/ubuntu/DocumentServer/core/Common/3dParty/boost/boost_1_58_0.7z
- Type = 7z
- Physical Size = 65223518
- Headers Size = 555802
- Method = LZMA:24 BCJ
- Solid = +
- Blocks = 2
- Everything is Ok
- Folders: 4207
- Files: 45929
- Size: 430625019
- Compressed: 65223518
- /home/ubuntu/DocumentServer/core/Common/3dParty/boost/boost_1_58_0/build/linux_32
- Building Boost.Build engine with toolset gcc... tools/build/src/engine/bin.linuxarm/b2
- Unicode/ICU support for Boost.Regex?... /usr
- 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
- Performing configuration checks
- - 32-bit : no
- - 64-bit : yes
- - arm : no
- - mips1 : no
- - power : no
- - sparc : no
- - x86 : no
- - combined : no
- Building the Boost C++ Libraries.
- - has_icu builds : no
- ...found 1 target...
- ...updating 1 target...
- ...updated 1 target...
- Performing configuration checks
- - 32-bit : no (cached)
- - 64-bit : yes (cached)
- - arm : no (cached)
- - mips1 : no (cached)
- - power : no (cached)
- - sparc : no (cached)
- - x86 : no (cached)
- - combined : no (cached)
- Building the Boost C++ Libraries.
- - has_icu builds : no (cached)
- Component configuration:
- - atomic : not building
- - chrono : not building
- - container : not building
- - context : not building
- - coroutine : not building
- - date_time : building
- - exception : not building
- - filesystem : building
- - graph : not building
- - graph_parallel : not building
- - iostreams : not building
- - locale : not building
- - log : not building
- - math : not building
- - mpi : not building
- - program_options : not building
- - python : not building
- - random : not building
- - regex : building
- - serialization : not building
- - signals : not building
- - system : building
- - test : not building
- - thread : not building
- - timer : not building
- - wave : not building
- ...patience...
- ...found 1152 targets...
- ...updating 65 targets...
- common.mkdir stage
- common.mkdir stage/lib
- common.mkdir bin.v2/libs/date_time
- common.mkdir bin.v2/libs/date_time/build
- common.mkdir bin.v2/libs/date_time/build/gcc-9
- common.mkdir bin.v2/libs/date_time/build/gcc-9/release
- common.mkdir bin.v2/libs/date_time/build/gcc-9/release/link-static
- common.mkdir bin.v2/libs/date_time/build/gcc-9/release/link-static/threading-multi
- common.mkdir bin.v2/libs/date_time/build/gcc-9/release/link-static/threading-multi/gregorian
- gcc.compile.c++ bin.v2/libs/date_time/build/gcc-9/release/link-static/threading-multi/gregorian/greg_month.o
- g++: error: unrecognized command line option ‘-m64’
- "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -m64 -DBOOST_ALL_NO_LIB=1 -DBOOST_DATE_TIME_STATIC_LINK -DDATE_TIME_INLINE -DNDEBUG -I"." -c -o "bin.v2/libs/date_time/build/gcc-9/release/link-static/threading-multi/gregorian/greg_month.o" "libs/date_time/src/gregorian/greg_month.cpp"
- ...failed gcc.compile.c++ bin.v2/libs/date_time/build/gcc-9/release/link-static/threading-multi/gregorian/greg_month.o...
- gcc.compile.c++ bin.v2/libs/date_time/build/gcc-9/release/link-static/threading-multi/gregorian/greg_weekday.o
- g++: error: unrecognized command line option ‘-m64’
- "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -m64 -DBOOST_ALL_NO_LIB=1 -DBOOST_DATE_TIME_STATIC_LINK -DDATE_TIME_INLINE -DNDEBUG -I"." -c -o "bin.v2/libs/date_time/build/gcc-9/release/link-static/threading-multi/gregorian/greg_weekday.o" "libs/date_time/src/gregorian/greg_weekday.cpp"
- ...failed gcc.compile.c++ bin.v2/libs/date_time/build/gcc-9/release/link-static/threading-multi/gregorian/greg_weekday.o...
- gcc.compile.c++ bin.v2/libs/date_time/build/gcc-9/release/link-static/threading-multi/gregorian/date_generators.o
- g++: error: unrecognized command line option ‘-m64’
- "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -m64 -DBOOST_ALL_NO_LIB=1 -DBOOST_DATE_TIME_STATIC_LINK -DDATE_TIME_INLINE -DNDEBUG -I"." -c -o "bin.v2/libs/date_time/build/gcc-9/release/link-static/threading-multi/gregorian/date_generators.o" "libs/date_time/src/gregorian/date_generators.cpp"
- ...failed gcc.compile.c++ bin.v2/libs/date_time/build/gcc-9/release/link-static/threading-multi/gregorian/date_generators.o...
- ...skipped <pbin.v2/libs/date_time/build/gcc-9/release/link-static/threading-multi>libboost_date_time.a(clean) for lack of <pbin.v2/libs/date_time/build/gcc-9/release/link-static/threading-multi>gregorian/greg_month.o...
- ...skipped <pbin.v2/libs/date_time/build/gcc-9/release/link-static/threading-multi>libboost_date_time.a for lack of <pbin.v2/libs/date_time/build/gcc-9/release/link-static/threading-multi>gregorian/greg_month.o...
- ...skipped <pstage/lib>libboost_date_time.a for lack of <pbin.v2/libs/date_time/build/gcc-9/release/link-static/threading-multi>libboost_date_time.a...
- common.mkdir bin.v2/libs/system
- common.mkdir bin.v2/libs/system/build
- common.mkdir bin.v2/libs/system/build/gcc-9
- common.mkdir bin.v2/libs/system/build/gcc-9/release
- common.mkdir bin.v2/libs/system/build/gcc-9/release/link-static
- common.mkdir bin.v2/libs/system/build/gcc-9/release/link-static/threading-multi
- gcc.compile.c++ bin.v2/libs/system/build/gcc-9/release/link-static/threading-multi/error_code.o
- g++: error: unrecognized command line option ‘-m64’
- "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -m64 -DBOOST_ALL_NO_LIB=1 -DBOOST_SYSTEM_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/system/build/gcc-9/release/link-static/threading-multi/error_code.o" "libs/system/src/error_code.cpp"
- ...failed gcc.compile.c++ bin.v2/libs/system/build/gcc-9/release/link-static/threading-multi/error_code.o...
- ...skipped <pbin.v2/libs/system/build/gcc-9/release/link-static/threading-multi>libboost_system.a(clean) for lack of <pbin.v2/libs/system/build/gcc-9/release/link-static/threading-multi>error_code.o...
- ...skipped <pbin.v2/libs/system/build/gcc-9/release/link-static/threading-multi>libboost_system.a for lack of <pbin.v2/libs/system/build/gcc-9/release/link-static/threading-multi>error_code.o...
- ...skipped <pstage/lib>libboost_system.a for lack of <pbin.v2/libs/system/build/gcc-9/release/link-static/threading-multi>libboost_system.a...
- common.mkdir bin.v2/libs/filesystem
- common.mkdir bin.v2/libs/filesystem/build
- common.mkdir bin.v2/libs/filesystem/build/gcc-9
- common.mkdir bin.v2/libs/filesystem/build/gcc-9/release
- common.mkdir bin.v2/libs/filesystem/build/gcc-9/release/link-static
- common.mkdir bin.v2/libs/filesystem/build/gcc-9/release/link-static/threading-multi
- gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-9/release/link-static/threading-multi/codecvt_error_category.o
- g++: error: unrecognized command line option ‘-m64’
- "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -m64 -DBOOST_ALL_NO_LIB=1 -DBOOST_FILESYSTEM_STATIC_LINK=1 -DBOOST_SYSTEM_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/filesystem/build/gcc-9/release/link-static/threading-multi/codecvt_error_category.o" "libs/filesystem/src/codecvt_error_category.cpp"
- ...failed gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-9/release/link-static/threading-multi/codecvt_error_category.o...
- gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-9/release/link-static/threading-multi/operations.o
- g++: error: unrecognized command line option ‘-m64’
- "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -m64 -DBOOST_ALL_NO_LIB=1 -DBOOST_FILESYSTEM_STATIC_LINK=1 -DBOOST_SYSTEM_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/filesystem/build/gcc-9/release/link-static/threading-multi/operations.o" "libs/filesystem/src/operations.cpp"
- ...failed gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-9/release/link-static/threading-multi/operations.o...
- gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-9/release/link-static/threading-multi/path.o
- g++: error: unrecognized command line option ‘-m64’
- "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -m64 -DBOOST_ALL_NO_LIB=1 -DBOOST_FILESYSTEM_STATIC_LINK=1 -DBOOST_SYSTEM_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/filesystem/build/gcc-9/release/link-static/threading-multi/path.o" "libs/filesystem/src/path.cpp"
- ...failed gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-9/release/link-static/threading-multi/path.o...
- gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-9/release/link-static/threading-multi/path_traits.o
- g++: error: unrecognized command line option ‘-m64’
- "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -m64 -DBOOST_ALL_NO_LIB=1 -DBOOST_FILESYSTEM_STATIC_LINK=1 -DBOOST_SYSTEM_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/filesystem/build/gcc-9/release/link-static/threading-multi/path_traits.o" "libs/filesystem/src/path_traits.cpp"
- ...failed gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-9/release/link-static/threading-multi/path_traits.o...
- gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-9/release/link-static/threading-multi/portability.o
- g++: error: unrecognized command line option ‘-m64’
- "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -m64 -DBOOST_ALL_NO_LIB=1 -DBOOST_FILESYSTEM_STATIC_LINK=1 -DBOOST_SYSTEM_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/filesystem/build/gcc-9/release/link-static/threading-multi/portability.o" "libs/filesystem/src/portability.cpp"
- ...failed gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-9/release/link-static/threading-multi/portability.o...
- gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-9/release/link-static/threading-multi/unique_path.o
- g++: error: unrecognized command line option ‘-m64’
- "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -m64 -DBOOST_ALL_NO_LIB=1 -DBOOST_FILESYSTEM_STATIC_LINK=1 -DBOOST_SYSTEM_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/filesystem/build/gcc-9/release/link-static/threading-multi/unique_path.o" "libs/filesystem/src/unique_path.cpp"
- ...failed gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-9/release/link-static/threading-multi/unique_path.o...
- gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-9/release/link-static/threading-multi/utf8_codecvt_facet.o
- g++: error: unrecognized command line option ‘-m64’
- "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -m64 -DBOOST_ALL_NO_LIB=1 -DBOOST_FILESYSTEM_STATIC_LINK=1 -DBOOST_SYSTEM_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/filesystem/build/gcc-9/release/link-static/threading-multi/utf8_codecvt_facet.o" "libs/filesystem/src/utf8_codecvt_facet.cpp"
- ...failed gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-9/release/link-static/threading-multi/utf8_codecvt_facet.o...
- gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-9/release/link-static/threading-multi/windows_file_codecvt.o
- g++: error: unrecognized command line option ‘-m64’
- "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -m64 -DBOOST_ALL_NO_LIB=1 -DBOOST_FILESYSTEM_STATIC_LINK=1 -DBOOST_SYSTEM_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/filesystem/build/gcc-9/release/link-static/threading-multi/windows_file_codecvt.o" "libs/filesystem/src/windows_file_codecvt.cpp"
- ...failed gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-9/release/link-static/threading-multi/windows_file_codecvt.o...
- ...skipped <pbin.v2/libs/filesystem/build/gcc-9/release/link-static/threading-multi>libboost_filesystem.a(clean) for lack of <pbin.v2/libs/filesystem/build/gcc-9/release/link-static/threading-multi>codecvt_error_category.o...
- ...skipped <pbin.v2/libs/filesystem/build/gcc-9/release/link-static/threading-multi>libboost_filesystem.a for lack of <pbin.v2/libs/filesystem/build/gcc-9/release/link-static/threading-multi>codecvt_error_category.o...
- ...skipped <pstage/lib>libboost_filesystem.a for lack of <pbin.v2/libs/filesystem/build/gcc-9/release/link-static/threading-multi>libboost_filesystem.a...
- common.mkdir bin.v2/libs/regex/build/gcc-9/release
- common.mkdir bin.v2/libs/regex/build/gcc-9/release/link-static
- common.mkdir bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi
- gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/c_regex_traits.o
- g++: error: unrecognized command line option ‘-m64’
- "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -pthread -m64 -DBOOST_ALL_NO_LIB=1 -DNDEBUG -I"." -c -o "bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/c_regex_traits.o" "libs/regex/build/../src/c_regex_traits.cpp"
- ...failed gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/c_regex_traits.o...
- gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/cpp_regex_traits.o
- g++: error: unrecognized command line option ‘-m64’
- "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -pthread -m64 -DBOOST_ALL_NO_LIB=1 -DNDEBUG -I"." -c -o "bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/cpp_regex_traits.o" "libs/regex/build/../src/cpp_regex_traits.cpp"
- ...failed gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/cpp_regex_traits.o...
- gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/cregex.o
- g++: error: unrecognized command line option ‘-m64’
- "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -pthread -m64 -DBOOST_ALL_NO_LIB=1 -DNDEBUG -I"." -c -o "bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/cregex.o" "libs/regex/build/../src/cregex.cpp"
- ...failed gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/cregex.o...
- gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/fileiter.o
- g++: error: unrecognized command line option ‘-m64’
- "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -pthread -m64 -DBOOST_ALL_NO_LIB=1 -DNDEBUG -I"." -c -o "bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/fileiter.o" "libs/regex/build/../src/fileiter.cpp"
- ...failed gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/fileiter.o...
- gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/icu.o
- g++: error: unrecognized command line option ‘-m64’
- "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -pthread -m64 -DBOOST_ALL_NO_LIB=1 -DNDEBUG -I"." -c -o "bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/icu.o" "libs/regex/build/../src/icu.cpp"
- ...failed gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/icu.o...
- gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/instances.o
- g++: error: unrecognized command line option ‘-m64’
- "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -pthread -m64 -DBOOST_ALL_NO_LIB=1 -DNDEBUG -I"." -c -o "bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/instances.o" "libs/regex/build/../src/instances.cpp"
- ...failed gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/instances.o...
- gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/posix_api.o
- g++: error: unrecognized command line option ‘-m64’
- "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -pthread -m64 -DBOOST_ALL_NO_LIB=1 -DNDEBUG -I"." -c -o "bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/posix_api.o" "libs/regex/build/../src/posix_api.cpp"
- ...failed gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/posix_api.o...
- gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/regex.o
- g++: error: unrecognized command line option ‘-m64’
- "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -pthread -m64 -DBOOST_ALL_NO_LIB=1 -DNDEBUG -I"." -c -o "bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/regex.o" "libs/regex/build/../src/regex.cpp"
- ...failed gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/regex.o...
- gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/regex_debug.o
- g++: error: unrecognized command line option ‘-m64’
- "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -pthread -m64 -DBOOST_ALL_NO_LIB=1 -DNDEBUG -I"." -c -o "bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/regex_debug.o" "libs/regex/build/../src/regex_debug.cpp"
- ...failed gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/regex_debug.o...
- gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/regex_raw_buffer.o
- g++: error: unrecognized command line option ‘-m64’
- "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -pthread -m64 -DBOOST_ALL_NO_LIB=1 -DNDEBUG -I"." -c -o "bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/regex_raw_buffer.o" "libs/regex/build/../src/regex_raw_buffer.cpp"
- ...failed gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/regex_raw_buffer.o...
- gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/regex_traits_defaults.o
- g++: error: unrecognized command line option ‘-m64’
- "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -pthread -m64 -DBOOST_ALL_NO_LIB=1 -DNDEBUG -I"." -c -o "bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/regex_traits_defaults.o" "libs/regex/build/../src/regex_traits_defaults.cpp"
- ...failed gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/regex_traits_defaults.o...
- gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/static_mutex.o
- g++: error: unrecognized command line option ‘-m64’
- "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -pthread -m64 -DBOOST_ALL_NO_LIB=1 -DNDEBUG -I"." -c -o "bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/static_mutex.o" "libs/regex/build/../src/static_mutex.cpp"
- ...failed gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/static_mutex.o...
- gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/w32_regex_traits.o
- g++: error: unrecognized command line option ‘-m64’
- "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -pthread -m64 -DBOOST_ALL_NO_LIB=1 -DNDEBUG -I"." -c -o "bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/w32_regex_traits.o" "libs/regex/build/../src/w32_regex_traits.cpp"
- ...failed gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/w32_regex_traits.o...
- gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/wc_regex_traits.o
- g++: error: unrecognized command line option ‘-m64’
- "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -pthread -m64 -DBOOST_ALL_NO_LIB=1 -DNDEBUG -I"." -c -o "bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/wc_regex_traits.o" "libs/regex/build/../src/wc_regex_traits.cpp"
- ...failed gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/wc_regex_traits.o...
- gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/wide_posix_api.o
- g++: error: unrecognized command line option ‘-m64’
- "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -pthread -m64 -DBOOST_ALL_NO_LIB=1 -DNDEBUG -I"." -c -o "bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/wide_posix_api.o" "libs/regex/build/../src/wide_posix_api.cpp"
- ...failed gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/wide_posix_api.o...
- gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/winstances.o
- g++: error: unrecognized command line option ‘-m64’
- "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -pthread -m64 -DBOOST_ALL_NO_LIB=1 -DNDEBUG -I"." -c -o "bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/winstances.o" "libs/regex/build/../src/winstances.cpp"
- ...failed gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/winstances.o...
- gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/usinstances.o
- g++: error: unrecognized command line option ‘-m64’
- "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -pthread -m64 -DBOOST_ALL_NO_LIB=1 -DNDEBUG -I"." -c -o "bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/usinstances.o" "libs/regex/build/../src/usinstances.cpp"
- ...failed gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/usinstances.o...
- ...skipped <pbin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi>libboost_regex.a(clean) for lack of <pbin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi>c_regex_traits.o...
- ...skipped <pbin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi>libboost_regex.a for lack of <pbin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi>c_regex_traits.o...
- ...skipped <pstage/lib>libboost_regex.a for lack of <pbin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi>libboost_regex.a...
- ...failed updating 29 targets...
- ...skipped 12 targets...
- ...updated 24 targets...
- cp: cannot stat 'stage/lib/*': No such file or directory
- Performing configuration checks
- - 32-bit : no (cached)
- - 64-bit : yes (cached)
- - arm : no (cached)
- - mips1 : no (cached)
- - power : no (cached)
- - sparc : no (cached)
- - x86 : no (cached)
- - combined : no (cached)
- Building the Boost C++ Libraries.
- - has_icu builds : no (cached)
- ...found 1 target...
- ...updating 1 target...
- ...updated 1 target...
- Performing configuration checks
- - 32-bit : no (cached)
- - 64-bit : yes (cached)
- - arm : no (cached)
- - mips1 : no (cached)
- - power : no (cached)
- - sparc : no (cached)
- - x86 : no (cached)
- - combined : no (cached)
- Building the Boost C++ Libraries.
- - has_icu builds : no (cached)
- Component configuration:
- - atomic : not building
- - chrono : not building
- - container : not building
- - context : not building
- - coroutine : not building
- - date_time : building
- - exception : not building
- - filesystem : building
- - graph : not building
- - graph_parallel : not building
- - iostreams : not building
- - locale : not building
- - log : not building
- - math : not building
- - mpi : not building
- - program_options : not building
- - python : not building
- - random : not building
- - regex : building
- - serialization : not building
- - signals : not building
- - system : building
- - test : not building
- - thread : not building
- - timer : not building
- - wave : not building
- ...patience...
- ...found 1152 targets...
- ...updating 41 targets...
- gcc.compile.c++ bin.v2/libs/date_time/build/gcc-9/release/link-static/threading-multi/gregorian/greg_month.o
- g++: error: unrecognized command line option ‘-m64’
- "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -m64 -fPIC -DBOOST_ALL_NO_LIB=1 -DBOOST_DATE_TIME_STATIC_LINK -DDATE_TIME_INLINE -DNDEBUG -I"." -c -o "bin.v2/libs/date_time/build/gcc-9/release/link-static/threading-multi/gregorian/greg_month.o" "libs/date_time/src/gregorian/greg_month.cpp"
- ...failed gcc.compile.c++ bin.v2/libs/date_time/build/gcc-9/release/link-static/threading-multi/gregorian/greg_month.o...
- gcc.compile.c++ bin.v2/libs/date_time/build/gcc-9/release/link-static/threading-multi/gregorian/greg_weekday.o
- g++: error: unrecognized command line option ‘-m64’
- "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -m64 -fPIC -DBOOST_ALL_NO_LIB=1 -DBOOST_DATE_TIME_STATIC_LINK -DDATE_TIME_INLINE -DNDEBUG -I"." -c -o "bin.v2/libs/date_time/build/gcc-9/release/link-static/threading-multi/gregorian/greg_weekday.o" "libs/date_time/src/gregorian/greg_weekday.cpp"
- ...failed gcc.compile.c++ bin.v2/libs/date_time/build/gcc-9/release/link-static/threading-multi/gregorian/greg_weekday.o...
- gcc.compile.c++ bin.v2/libs/date_time/build/gcc-9/release/link-static/threading-multi/gregorian/date_generators.o
- g++: error: unrecognized command line option ‘-m64’
- "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -m64 -fPIC -DBOOST_ALL_NO_LIB=1 -DBOOST_DATE_TIME_STATIC_LINK -DDATE_TIME_INLINE -DNDEBUG -I"." -c -o "bin.v2/libs/date_time/build/gcc-9/release/link-static/threading-multi/gregorian/date_generators.o" "libs/date_time/src/gregorian/date_generators.cpp"
- ...failed gcc.compile.c++ bin.v2/libs/date_time/build/gcc-9/release/link-static/threading-multi/gregorian/date_generators.o...
- ...skipped <pbin.v2/libs/date_time/build/gcc-9/release/link-static/threading-multi>libboost_date_time.a(clean) for lack of <pbin.v2/libs/date_time/build/gcc-9/release/link-static/threading-multi>gregorian/greg_month.o...
- ...skipped <pbin.v2/libs/date_time/build/gcc-9/release/link-static/threading-multi>libboost_date_time.a for lack of <pbin.v2/libs/date_time/build/gcc-9/release/link-static/threading-multi>gregorian/greg_month.o...
- ...skipped <pstage/lib>libboost_date_time.a for lack of <pbin.v2/libs/date_time/build/gcc-9/release/link-static/threading-multi>libboost_date_time.a...
- gcc.compile.c++ bin.v2/libs/system/build/gcc-9/release/link-static/threading-multi/error_code.o
- g++: error: unrecognized command line option ‘-m64’
- "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -m64 -fPIC -DBOOST_ALL_NO_LIB=1 -DBOOST_SYSTEM_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/system/build/gcc-9/release/link-static/threading-multi/error_code.o" "libs/system/src/error_code.cpp"
- ...failed gcc.compile.c++ bin.v2/libs/system/build/gcc-9/release/link-static/threading-multi/error_code.o...
- ...skipped <pbin.v2/libs/system/build/gcc-9/release/link-static/threading-multi>libboost_system.a(clean) for lack of <pbin.v2/libs/system/build/gcc-9/release/link-static/threading-multi>error_code.o...
- ...skipped <pbin.v2/libs/system/build/gcc-9/release/link-static/threading-multi>libboost_system.a for lack of <pbin.v2/libs/system/build/gcc-9/release/link-static/threading-multi>error_code.o...
- ...skipped <pstage/lib>libboost_system.a for lack of <pbin.v2/libs/system/build/gcc-9/release/link-static/threading-multi>libboost_system.a...
- gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-9/release/link-static/threading-multi/codecvt_error_category.o
- g++: error: unrecognized command line option ‘-m64’
- "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -m64 -fPIC -DBOOST_ALL_NO_LIB=1 -DBOOST_FILESYSTEM_STATIC_LINK=1 -DBOOST_SYSTEM_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/filesystem/build/gcc-9/release/link-static/threading-multi/codecvt_error_category.o" "libs/filesystem/src/codecvt_error_category.cpp"
- ...failed gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-9/release/link-static/threading-multi/codecvt_error_category.o...
- gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-9/release/link-static/threading-multi/operations.o
- g++: error: unrecognized command line option ‘-m64’
- "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -m64 -fPIC -DBOOST_ALL_NO_LIB=1 -DBOOST_FILESYSTEM_STATIC_LINK=1 -DBOOST_SYSTEM_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/filesystem/build/gcc-9/release/link-static/threading-multi/operations.o" "libs/filesystem/src/operations.cpp"
- ...failed gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-9/release/link-static/threading-multi/operations.o...
- gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-9/release/link-static/threading-multi/path.o
- g++: error: unrecognized command line option ‘-m64’
- "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -m64 -fPIC -DBOOST_ALL_NO_LIB=1 -DBOOST_FILESYSTEM_STATIC_LINK=1 -DBOOST_SYSTEM_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/filesystem/build/gcc-9/release/link-static/threading-multi/path.o" "libs/filesystem/src/path.cpp"
- ...failed gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-9/release/link-static/threading-multi/path.o...
- gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-9/release/link-static/threading-multi/path_traits.o
- g++: error: unrecognized command line option ‘-m64’
- "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -m64 -fPIC -DBOOST_ALL_NO_LIB=1 -DBOOST_FILESYSTEM_STATIC_LINK=1 -DBOOST_SYSTEM_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/filesystem/build/gcc-9/release/link-static/threading-multi/path_traits.o" "libs/filesystem/src/path_traits.cpp"
- ...failed gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-9/release/link-static/threading-multi/path_traits.o...
- gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-9/release/link-static/threading-multi/portability.o
- g++: error: unrecognized command line option ‘-m64’
- "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -m64 -fPIC -DBOOST_ALL_NO_LIB=1 -DBOOST_FILESYSTEM_STATIC_LINK=1 -DBOOST_SYSTEM_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/filesystem/build/gcc-9/release/link-static/threading-multi/portability.o" "libs/filesystem/src/portability.cpp"
- ...failed gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-9/release/link-static/threading-multi/portability.o...
- gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-9/release/link-static/threading-multi/unique_path.o
- g++: error: unrecognized command line option ‘-m64’
- "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -m64 -fPIC -DBOOST_ALL_NO_LIB=1 -DBOOST_FILESYSTEM_STATIC_LINK=1 -DBOOST_SYSTEM_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/filesystem/build/gcc-9/release/link-static/threading-multi/unique_path.o" "libs/filesystem/src/unique_path.cpp"
- ...failed gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-9/release/link-static/threading-multi/unique_path.o...
- gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-9/release/link-static/threading-multi/utf8_codecvt_facet.o
- g++: error: unrecognized command line option ‘-m64’
- "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -m64 -fPIC -DBOOST_ALL_NO_LIB=1 -DBOOST_FILESYSTEM_STATIC_LINK=1 -DBOOST_SYSTEM_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/filesystem/build/gcc-9/release/link-static/threading-multi/utf8_codecvt_facet.o" "libs/filesystem/src/utf8_codecvt_facet.cpp"
- ...failed gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-9/release/link-static/threading-multi/utf8_codecvt_facet.o...
- gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-9/release/link-static/threading-multi/windows_file_codecvt.o
- g++: error: unrecognized command line option ‘-m64’
- "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -m64 -fPIC -DBOOST_ALL_NO_LIB=1 -DBOOST_FILESYSTEM_STATIC_LINK=1 -DBOOST_SYSTEM_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/filesystem/build/gcc-9/release/link-static/threading-multi/windows_file_codecvt.o" "libs/filesystem/src/windows_file_codecvt.cpp"
- ...failed gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-9/release/link-static/threading-multi/windows_file_codecvt.o...
- ...skipped <pbin.v2/libs/filesystem/build/gcc-9/release/link-static/threading-multi>libboost_filesystem.a(clean) for lack of <pbin.v2/libs/filesystem/build/gcc-9/release/link-static/threading-multi>codecvt_error_category.o...
- ...skipped <pbin.v2/libs/filesystem/build/gcc-9/release/link-static/threading-multi>libboost_filesystem.a for lack of <pbin.v2/libs/filesystem/build/gcc-9/release/link-static/threading-multi>codecvt_error_category.o...
- ...skipped <pstage/lib>libboost_filesystem.a for lack of <pbin.v2/libs/filesystem/build/gcc-9/release/link-static/threading-multi>libboost_filesystem.a...
- gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/c_regex_traits.o
- g++: error: unrecognized command line option ‘-m64’
- "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -pthread -m64 -fPIC -DBOOST_ALL_NO_LIB=1 -DNDEBUG -I"." -c -o "bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/c_regex_traits.o" "libs/regex/build/../src/c_regex_traits.cpp"
- ...failed gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/c_regex_traits.o...
- gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/cpp_regex_traits.o
- g++: error: unrecognized command line option ‘-m64’
- "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -pthread -m64 -fPIC -DBOOST_ALL_NO_LIB=1 -DNDEBUG -I"." -c -o "bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/cpp_regex_traits.o" "libs/regex/build/../src/cpp_regex_traits.cpp"
- ...failed gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/cpp_regex_traits.o...
- gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/cregex.o
- g++: error: unrecognized command line option ‘-m64’
- "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -pthread -m64 -fPIC -DBOOST_ALL_NO_LIB=1 -DNDEBUG -I"." -c -o "bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/cregex.o" "libs/regex/build/../src/cregex.cpp"
- ...failed gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/cregex.o...
- gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/fileiter.o
- g++: error: unrecognized command line option ‘-m64’
- "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -pthread -m64 -fPIC -DBOOST_ALL_NO_LIB=1 -DNDEBUG -I"." -c -o "bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/fileiter.o" "libs/regex/build/../src/fileiter.cpp"
- ...failed gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/fileiter.o...
- gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/icu.o
- g++: error: unrecognized command line option ‘-m64’
- "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -pthread -m64 -fPIC -DBOOST_ALL_NO_LIB=1 -DNDEBUG -I"." -c -o "bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/icu.o" "libs/regex/build/../src/icu.cpp"
- ...failed gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/icu.o...
- gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/instances.o
- g++: error: unrecognized command line option ‘-m64’
- "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -pthread -m64 -fPIC -DBOOST_ALL_NO_LIB=1 -DNDEBUG -I"." -c -o "bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/instances.o" "libs/regex/build/../src/instances.cpp"
- ...failed gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/instances.o...
- gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/posix_api.o
- g++: error: unrecognized command line option ‘-m64’
- "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -pthread -m64 -fPIC -DBOOST_ALL_NO_LIB=1 -DNDEBUG -I"." -c -o "bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/posix_api.o" "libs/regex/build/../src/posix_api.cpp"
- ...failed gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/posix_api.o...
- gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/regex.o
- g++: error: unrecognized command line option ‘-m64’
- "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -pthread -m64 -fPIC -DBOOST_ALL_NO_LIB=1 -DNDEBUG -I"." -c -o "bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/regex.o" "libs/regex/build/../src/regex.cpp"
- ...failed gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/regex.o...
- gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/regex_debug.o
- g++: error: unrecognized command line option ‘-m64’
- "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -pthread -m64 -fPIC -DBOOST_ALL_NO_LIB=1 -DNDEBUG -I"." -c -o "bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/regex_debug.o" "libs/regex/build/../src/regex_debug.cpp"
- ...failed gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/regex_debug.o...
- gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/regex_raw_buffer.o
- g++: error: unrecognized command line option ‘-m64’
- "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -pthread -m64 -fPIC -DBOOST_ALL_NO_LIB=1 -DNDEBUG -I"." -c -o "bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/regex_raw_buffer.o" "libs/regex/build/../src/regex_raw_buffer.cpp"
- ...failed gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/regex_raw_buffer.o...
- gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/regex_traits_defaults.o
- g++: error: unrecognized command line option ‘-m64’
- "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -pthread -m64 -fPIC -DBOOST_ALL_NO_LIB=1 -DNDEBUG -I"." -c -o "bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/regex_traits_defaults.o" "libs/regex/build/../src/regex_traits_defaults.cpp"
- ...failed gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/regex_traits_defaults.o...
- gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/static_mutex.o
- g++: error: unrecognized command line option ‘-m64’
- "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -pthread -m64 -fPIC -DBOOST_ALL_NO_LIB=1 -DNDEBUG -I"." -c -o "bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/static_mutex.o" "libs/regex/build/../src/static_mutex.cpp"
- ...failed gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/static_mutex.o...
- gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/w32_regex_traits.o
- g++: error: unrecognized command line option ‘-m64’
- "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -pthread -m64 -fPIC -DBOOST_ALL_NO_LIB=1 -DNDEBUG -I"." -c -o "bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/w32_regex_traits.o" "libs/regex/build/../src/w32_regex_traits.cpp"
- ...failed gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/w32_regex_traits.o...
- gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/wc_regex_traits.o
- g++: error: unrecognized command line option ‘-m64’
- "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -pthread -m64 -fPIC -DBOOST_ALL_NO_LIB=1 -DNDEBUG -I"." -c -o "bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/wc_regex_traits.o" "libs/regex/build/../src/wc_regex_traits.cpp"
- ...failed gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/wc_regex_traits.o...
- gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/wide_posix_api.o
- g++: error: unrecognized command line option ‘-m64’
- "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -pthread -m64 -fPIC -DBOOST_ALL_NO_LIB=1 -DNDEBUG -I"." -c -o "bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/wide_posix_api.o" "libs/regex/build/../src/wide_posix_api.cpp"
- ...failed gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/wide_posix_api.o...
- gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/winstances.o
- g++: error: unrecognized command line option ‘-m64’
- "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -pthread -m64 -fPIC -DBOOST_ALL_NO_LIB=1 -DNDEBUG -I"." -c -o "bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/winstances.o" "libs/regex/build/../src/winstances.cpp"
- ...failed gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/winstances.o...
- gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/usinstances.o
- g++: error: unrecognized command line option ‘-m64’
- "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -pthread -m64 -fPIC -DBOOST_ALL_NO_LIB=1 -DNDEBUG -I"." -c -o "bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/usinstances.o" "libs/regex/build/../src/usinstances.cpp"
- ...failed gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/usinstances.o...
- ...skipped <pbin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi>libboost_regex.a(clean) for lack of <pbin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi>c_regex_traits.o...
- ...skipped <pbin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi>libboost_regex.a for lack of <pbin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi>c_regex_traits.o...
- ...skipped <pstage/lib>libboost_regex.a for lack of <pbin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi>libboost_regex.a...
- ...failed updating 29 targets...
- ...skipped 12 targets...
- cp: cannot stat 'stage/lib/*': No such file or directory
- Performing configuration checks
- - 32-bit : no (cached)
- - 64-bit : yes (cached)
- - arm : no (cached)
- - mips1 : no (cached)
- - power : no (cached)
- - sparc : no (cached)
- - x86 : no (cached)
- - combined : no (cached)
- Building the Boost C++ Libraries.
- - has_icu builds : no (cached)
- ...found 1 target...
- ...updating 1 target...
- ...updated 1 target...
- Performing configuration checks
- - 32-bit : no (cached)
- - 64-bit : yes (cached)
- - arm : no (cached)
- - mips1 : no (cached)
- - power : no (cached)
- - sparc : no (cached)
- - x86 : no (cached)
- - combined : no (cached)
- Building the Boost C++ Libraries.
- - has_icu builds : no (cached)
- Component configuration:
- - atomic : not building
- - chrono : not building
- - container : not building
- - context : not building
- - coroutine : not building
- - date_time : building
- - exception : not building
- - filesystem : building
- - graph : not building
- - graph_parallel : not building
- - iostreams : not building
- - locale : not building
- - log : not building
- - math : not building
- - mpi : not building
- - program_options : not building
- - python : not building
- - random : not building
- - regex : building
- - serialization : not building
- - signals : not building
- - system : building
- - test : not building
- - thread : not building
- - timer : not building
- - wave : not building
- ...patience...
- ...found 1148 targets...
- ...updating 46 targets...
- common.mkdir bin.v2/libs/date_time/build/gcc-9/release/threading-multi
- common.mkdir bin.v2/libs/date_time/build/gcc-9/release/threading-multi/gregorian
- gcc.compile.c++ bin.v2/libs/date_time/build/gcc-9/release/threading-multi/gregorian/greg_month.o
- g++: error: unrecognized command line option ‘-m64’
- "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -fPIC -m64 -DBOOST_ALL_DYN_LINK=1 -DBOOST_ALL_NO_LIB=1 -DDATE_TIME_INLINE -DNDEBUG -I"." -c -o "bin.v2/libs/date_time/build/gcc-9/release/threading-multi/gregorian/greg_month.o" "libs/date_time/src/gregorian/greg_month.cpp"
- ...failed gcc.compile.c++ bin.v2/libs/date_time/build/gcc-9/release/threading-multi/gregorian/greg_month.o...
- gcc.compile.c++ bin.v2/libs/date_time/build/gcc-9/release/threading-multi/gregorian/greg_weekday.o
- g++: error: unrecognized command line option ‘-m64’
- "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -fPIC -m64 -DBOOST_ALL_DYN_LINK=1 -DBOOST_ALL_NO_LIB=1 -DDATE_TIME_INLINE -DNDEBUG -I"." -c -o "bin.v2/libs/date_time/build/gcc-9/release/threading-multi/gregorian/greg_weekday.o" "libs/date_time/src/gregorian/greg_weekday.cpp"
- ...failed gcc.compile.c++ bin.v2/libs/date_time/build/gcc-9/release/threading-multi/gregorian/greg_weekday.o...
- gcc.compile.c++ bin.v2/libs/date_time/build/gcc-9/release/threading-multi/gregorian/date_generators.o
- g++: error: unrecognized command line option ‘-m64’
- "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -fPIC -m64 -DBOOST_ALL_DYN_LINK=1 -DBOOST_ALL_NO_LIB=1 -DDATE_TIME_INLINE -DNDEBUG -I"." -c -o "bin.v2/libs/date_time/build/gcc-9/release/threading-multi/gregorian/date_generators.o" "libs/date_time/src/gregorian/date_generators.cpp"
- ...failed gcc.compile.c++ bin.v2/libs/date_time/build/gcc-9/release/threading-multi/gregorian/date_generators.o...
- ...skipped <pbin.v2/libs/date_time/build/gcc-9/release/threading-multi>libboost_date_time.so.1.58.0 for lack of <pbin.v2/libs/date_time/build/gcc-9/release/threading-multi>gregorian/greg_month.o...
- ...skipped <pstage/lib>libboost_date_time.so.1.58.0 for lack of <pbin.v2/libs/date_time/build/gcc-9/release/threading-multi>libboost_date_time.so.1.58.0...
- ...skipped <pstage/lib>libboost_date_time.so for lack of <pstage/lib>libboost_date_time.so.1.58.0...
- common.mkdir bin.v2/libs/system/build/gcc-9/release/threading-multi
- gcc.compile.c++ bin.v2/libs/system/build/gcc-9/release/threading-multi/error_code.o
- g++: error: unrecognized command line option ‘-m64’
- "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -fPIC -m64 -DBOOST_ALL_NO_LIB=1 -DBOOST_SYSTEM_DYN_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/system/build/gcc-9/release/threading-multi/error_code.o" "libs/system/src/error_code.cpp"
- ...failed gcc.compile.c++ bin.v2/libs/system/build/gcc-9/release/threading-multi/error_code.o...
- ...skipped <pbin.v2/libs/system/build/gcc-9/release/threading-multi>libboost_system.so.1.58.0 for lack of <pbin.v2/libs/system/build/gcc-9/release/threading-multi>error_code.o...
- ...skipped <pstage/lib>libboost_system.so.1.58.0 for lack of <pbin.v2/libs/system/build/gcc-9/release/threading-multi>libboost_system.so.1.58.0...
- ...skipped <pstage/lib>libboost_system.so for lack of <pstage/lib>libboost_system.so.1.58.0...
- common.mkdir bin.v2/libs/filesystem/build/gcc-9/release/threading-multi
- gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-9/release/threading-multi/codecvt_error_category.o
- g++: error: unrecognized command line option ‘-m64’
- "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -fPIC -m64 -DBOOST_ALL_NO_LIB=1 -DBOOST_FILESYSTEM_DYN_LINK=1 -DBOOST_SYSTEM_DYN_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/filesystem/build/gcc-9/release/threading-multi/codecvt_error_category.o" "libs/filesystem/src/codecvt_error_category.cpp"
- ...failed gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-9/release/threading-multi/codecvt_error_category.o...
- gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-9/release/threading-multi/operations.o
- g++: error: unrecognized command line option ‘-m64’
- "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -fPIC -m64 -DBOOST_ALL_NO_LIB=1 -DBOOST_FILESYSTEM_DYN_LINK=1 -DBOOST_SYSTEM_DYN_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/filesystem/build/gcc-9/release/threading-multi/operations.o" "libs/filesystem/src/operations.cpp"
- ...failed gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-9/release/threading-multi/operations.o...
- gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-9/release/threading-multi/path.o
- g++: error: unrecognized command line option ‘-m64’
- "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -fPIC -m64 -DBOOST_ALL_NO_LIB=1 -DBOOST_FILESYSTEM_DYN_LINK=1 -DBOOST_SYSTEM_DYN_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/filesystem/build/gcc-9/release/threading-multi/path.o" "libs/filesystem/src/path.cpp"
- ...failed gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-9/release/threading-multi/path.o...
- gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-9/release/threading-multi/path_traits.o
- g++: error: unrecognized command line option ‘-m64’
- "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -fPIC -m64 -DBOOST_ALL_NO_LIB=1 -DBOOST_FILESYSTEM_DYN_LINK=1 -DBOOST_SYSTEM_DYN_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/filesystem/build/gcc-9/release/threading-multi/path_traits.o" "libs/filesystem/src/path_traits.cpp"
- ...failed gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-9/release/threading-multi/path_traits.o...
- gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-9/release/threading-multi/portability.o
- g++: error: unrecognized command line option ‘-m64’
- "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -fPIC -m64 -DBOOST_ALL_NO_LIB=1 -DBOOST_FILESYSTEM_DYN_LINK=1 -DBOOST_SYSTEM_DYN_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/filesystem/build/gcc-9/release/threading-multi/portability.o" "libs/filesystem/src/portability.cpp"
- ...failed gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-9/release/threading-multi/portability.o...
- gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-9/release/threading-multi/unique_path.o
- g++: error: unrecognized command line option ‘-m64’
- "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -fPIC -m64 -DBOOST_ALL_NO_LIB=1 -DBOOST_FILESYSTEM_DYN_LINK=1 -DBOOST_SYSTEM_DYN_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/filesystem/build/gcc-9/release/threading-multi/unique_path.o" "libs/filesystem/src/unique_path.cpp"
- ...failed gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-9/release/threading-multi/unique_path.o...
- gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-9/release/threading-multi/utf8_codecvt_facet.o
- g++: error: unrecognized command line option ‘-m64’
- "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -fPIC -m64 -DBOOST_ALL_NO_LIB=1 -DBOOST_FILESYSTEM_DYN_LINK=1 -DBOOST_SYSTEM_DYN_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/filesystem/build/gcc-9/release/threading-multi/utf8_codecvt_facet.o" "libs/filesystem/src/utf8_codecvt_facet.cpp"
- ...failed gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-9/release/threading-multi/utf8_codecvt_facet.o...
- gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-9/release/threading-multi/windows_file_codecvt.o
- g++: error: unrecognized command line option ‘-m64’
- "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -fPIC -m64 -DBOOST_ALL_NO_LIB=1 -DBOOST_FILESYSTEM_DYN_LINK=1 -DBOOST_SYSTEM_DYN_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/filesystem/build/gcc-9/release/threading-multi/windows_file_codecvt.o" "libs/filesystem/src/windows_file_codecvt.cpp"
- ...failed gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-9/release/threading-multi/windows_file_codecvt.o...
- ...skipped <pbin.v2/libs/filesystem/build/gcc-9/release/threading-multi>libboost_filesystem.so.1.58.0 for lack of <pbin.v2/libs/filesystem/build/gcc-9/release/threading-multi>codecvt_error_category.o...
- ...skipped <pstage/lib>libboost_filesystem.so.1.58.0 for lack of <pbin.v2/libs/filesystem/build/gcc-9/release/threading-multi>libboost_filesystem.so.1.58.0...
- ...skipped <pstage/lib>libboost_filesystem.so for lack of <pstage/lib>libboost_filesystem.so.1.58.0...
- common.mkdir bin.v2/libs/regex/build/gcc-9/release/threading-multi
- gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/threading-multi/c_regex_traits.o
- g++: error: unrecognized command line option ‘-m64’
- "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -pthread -fPIC -m64 -DBOOST_ALL_NO_LIB=1 -DBOOST_REGEX_DYN_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/regex/build/gcc-9/release/threading-multi/c_regex_traits.o" "libs/regex/build/../src/c_regex_traits.cpp"
- ...failed gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/threading-multi/c_regex_traits.o...
- gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/threading-multi/cpp_regex_traits.o
- g++: error: unrecognized command line option ‘-m64’
- "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -pthread -fPIC -m64 -DBOOST_ALL_NO_LIB=1 -DBOOST_REGEX_DYN_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/regex/build/gcc-9/release/threading-multi/cpp_regex_traits.o" "libs/regex/build/../src/cpp_regex_traits.cpp"
- ...failed gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/threading-multi/cpp_regex_traits.o...
- gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/threading-multi/cregex.o
- g++: error: unrecognized command line option ‘-m64’
- "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -pthread -fPIC -m64 -DBOOST_ALL_NO_LIB=1 -DBOOST_REGEX_DYN_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/regex/build/gcc-9/release/threading-multi/cregex.o" "libs/regex/build/../src/cregex.cpp"
- ...failed gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/threading-multi/cregex.o...
- gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/threading-multi/fileiter.o
- g++: error: unrecognized command line option ‘-m64’
- "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -pthread -fPIC -m64 -DBOOST_ALL_NO_LIB=1 -DBOOST_REGEX_DYN_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/regex/build/gcc-9/release/threading-multi/fileiter.o" "libs/regex/build/../src/fileiter.cpp"
- ...failed gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/threading-multi/fileiter.o...
- gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/threading-multi/icu.o
- g++: error: unrecognized command line option ‘-m64’
- "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -pthread -fPIC -m64 -DBOOST_ALL_NO_LIB=1 -DBOOST_REGEX_DYN_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/regex/build/gcc-9/release/threading-multi/icu.o" "libs/regex/build/../src/icu.cpp"
- ...failed gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/threading-multi/icu.o...
- gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/threading-multi/instances.o
- g++: error: unrecognized command line option ‘-m64’
- "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -pthread -fPIC -m64 -DBOOST_ALL_NO_LIB=1 -DBOOST_REGEX_DYN_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/regex/build/gcc-9/release/threading-multi/instances.o" "libs/regex/build/../src/instances.cpp"
- ...failed gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/threading-multi/instances.o...
- gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/threading-multi/posix_api.o
- g++: error: unrecognized command line option ‘-m64’
- "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -pthread -fPIC -m64 -DBOOST_ALL_NO_LIB=1 -DBOOST_REGEX_DYN_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/regex/build/gcc-9/release/threading-multi/posix_api.o" "libs/regex/build/../src/posix_api.cpp"
- ...failed gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/threading-multi/posix_api.o...
- gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/threading-multi/regex.o
- g++: error: unrecognized command line option ‘-m64’
- "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -pthread -fPIC -m64 -DBOOST_ALL_NO_LIB=1 -DBOOST_REGEX_DYN_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/regex/build/gcc-9/release/threading-multi/regex.o" "libs/regex/build/../src/regex.cpp"
- ...failed gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/threading-multi/regex.o...
- gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/threading-multi/regex_debug.o
- g++: error: unrecognized command line option ‘-m64’
- "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -pthread -fPIC -m64 -DBOOST_ALL_NO_LIB=1 -DBOOST_REGEX_DYN_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/regex/build/gcc-9/release/threading-multi/regex_debug.o" "libs/regex/build/../src/regex_debug.cpp"
- ...failed gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/threading-multi/regex_debug.o...
- gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/threading-multi/regex_raw_buffer.o
- g++: error: unrecognized command line option ‘-m64’
- "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -pthread -fPIC -m64 -DBOOST_ALL_NO_LIB=1 -DBOOST_REGEX_DYN_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/regex/build/gcc-9/release/threading-multi/regex_raw_buffer.o" "libs/regex/build/../src/regex_raw_buffer.cpp"
- ...failed gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/threading-multi/regex_raw_buffer.o...
- gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/threading-multi/regex_traits_defaults.o
- g++: error: unrecognized command line option ‘-m64’
- "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -pthread -fPIC -m64 -DBOOST_ALL_NO_LIB=1 -DBOOST_REGEX_DYN_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/regex/build/gcc-9/release/threading-multi/regex_traits_defaults.o" "libs/regex/build/../src/regex_traits_defaults.cpp"
- ...failed gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/threading-multi/regex_traits_defaults.o...
- gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/threading-multi/static_mutex.o
- g++: error: unrecognized command line option ‘-m64’
- "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -pthread -fPIC -m64 -DBOOST_ALL_NO_LIB=1 -DBOOST_REGEX_DYN_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/regex/build/gcc-9/release/threading-multi/static_mutex.o" "libs/regex/build/../src/static_mutex.cpp"
- ...failed gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/threading-multi/static_mutex.o...
- gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/threading-multi/w32_regex_traits.o
- g++: error: unrecognized command line option ‘-m64’
- "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -pthread -fPIC -m64 -DBOOST_ALL_NO_LIB=1 -DBOOST_REGEX_DYN_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/regex/build/gcc-9/release/threading-multi/w32_regex_traits.o" "libs/regex/build/../src/w32_regex_traits.cpp"
- ...failed gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/threading-multi/w32_regex_traits.o...
- gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/threading-multi/wc_regex_traits.o
- g++: error: unrecognized command line option ‘-m64’
- "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -pthread -fPIC -m64 -DBOOST_ALL_NO_LIB=1 -DBOOST_REGEX_DYN_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/regex/build/gcc-9/release/threading-multi/wc_regex_traits.o" "libs/regex/build/../src/wc_regex_traits.cpp"
- ...failed gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/threading-multi/wc_regex_traits.o...
- gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/threading-multi/wide_posix_api.o
- g++: error: unrecognized command line option ‘-m64’
- "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -pthread -fPIC -m64 -DBOOST_ALL_NO_LIB=1 -DBOOST_REGEX_DYN_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/regex/build/gcc-9/release/threading-multi/wide_posix_api.o" "libs/regex/build/../src/wide_posix_api.cpp"
- ...failed gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/threading-multi/wide_posix_api.o...
- gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/threading-multi/winstances.o
- g++: error: unrecognized command line option ‘-m64’
- "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -pthread -fPIC -m64 -DBOOST_ALL_NO_LIB=1 -DBOOST_REGEX_DYN_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/regex/build/gcc-9/release/threading-multi/winstances.o" "libs/regex/build/../src/winstances.cpp"
- ...failed gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/threading-multi/winstances.o...
- gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/threading-multi/usinstances.o
- g++: error: unrecognized command line option ‘-m64’
- "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -pthread -fPIC -m64 -DBOOST_ALL_NO_LIB=1 -DBOOST_REGEX_DYN_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/regex/build/gcc-9/release/threading-multi/usinstances.o" "libs/regex/build/../src/usinstances.cpp"
- ...failed gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/threading-multi/usinstances.o...
- ...skipped <pbin.v2/libs/regex/build/gcc-9/release/threading-multi>libboost_regex.so.1.58.0 for lack of <pbin.v2/libs/regex/build/gcc-9/release/threading-multi>c_regex_traits.o...
- ...skipped <pstage/lib>libboost_regex.so.1.58.0 for lack of <pbin.v2/libs/regex/build/gcc-9/release/threading-multi>libboost_regex.so.1.58.0...
- ...skipped <pstage/lib>libboost_regex.so for lack of <pstage/lib>libboost_regex.so.1.58.0...
- ...failed updating 29 targets...
- ...skipped 12 targets...
- ...updated 5 targets...
- cp: cannot stat 'stage/lib/*': No such file or directory
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement