Skip to content

Instantly share code, notes, and snippets.

@T-X
Created August 10, 2017 01:05
Show Gist options
  • Save T-X/e053f9cc29e59117ce59e40070773389 to your computer and use it in GitHub Desktop.
Save T-X/e053f9cc29e59117ce59e40070773389 to your computer and use it in GitHub Desktop.
$ ./zcutil/build.sh
+++ readlink -f ./zcutil/build.sh
++ dirname /mnt/main/linus/dev/zcash/zcutil/build.sh
+ cd /mnt/main/linus/dev/zcash/zcutil/..
+ LCOV_ARG=
+ HARDENING_ARG=--enable-hardening
+ TEST_ARG=
+ '[' x = x--enable-lcov ']'
+ '[' x = x--disable-tests ']'
+ MINING_ARG=
+ '[' x = x--disable-mining ']'
+ RUST_ARG=
+ '[' x = x--disable-rust ']'
+ PROTON_ARG=--enable-proton=no
+ '[' x = x--enable-proton ']'
+ LIBS_ARG=
+ '[' x = x--disable-libs ']'
++ pwd
+ PREFIX=/mnt/main/linus/dev/zcash/depends/x86_64-unknown-linux-gnu/
+ eval make --version
++ make --version
GNU Make 4.1
Built for arm-unknown-linux-gnueabihf
Copyright (C) 1988-2014 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
+ eval gcc --version
++ gcc --version
gcc (Debian 7.1.0-13) 7.1.0
Copyright (C) 2017 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ eval g++ --version
++ g++ --version
g++ (Debian 7.1.0-13) 7.1.0
Copyright (C) 2017 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ as --version
GNU assembler (GNU Binutils for Debian) 2.29
Copyright (C) 2017 Free Software Foundation, Inc.
This program is free software; you may redistribute it under the terms of
the GNU General Public License version 3 or later.
This program has absolutely no warranty.
This assembler was configured for a target of `arm-linux-gnueabihf'.
+ ld -v
GNU ld (GNU Binutils for Debian) 2.29
+ HOST=x86_64-unknown-linux-gnu
+ BUILD=x86_64-unknown-linux-gnu
+ NO_RUST=
+ NO_PROTON=--enable-proton=no
+ make -C ./depends/ V=1
make: Entering directory '/mnt/main/linus/dev/zcash/depends'
echo Building boost...
Building boost...
mkdir -p /mnt/main/linus/dev/zcash/depends/work/build/x86_64-unknown-linux-gnu/boost/1_62_0-7947657a1eb/.
cd /mnt/main/linus/dev/zcash/depends/work/build/x86_64-unknown-linux-gnu/boost/1_62_0-7947657a1eb/.; PATH=/mnt/main/linus/dev/zcash/depends/x86_64-unknown-linux-gnu/native/bin:/mnt/main/linus/bin/:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games ./b2 -d2 -j2 -d1 --prefix=/mnt/main/linus/dev/zcash/depends/work/staging/x86_64-unknown-linux-gnu/boost/1_62_0-7947657a1eb/mnt/main/linus/dev/zcash/depends/x86_64-unknown-linux-gnu --layout=tagged --build-type=complete --user-config=user-config.jam threading=multi link=static -sNO_BZIP2=1 -sNO_ZLIB=1 variant=release threadapi=pthread runtime-link=shared stage
g++: error: unrecognized command line option '-m64'
g++: error: unrecognized command line option '-m64'
Performing configuration checks
- 32-bit : no (cached)
- 64-bit : no (cached)
- arm : no (cached)
- mips1 : no (cached)
- power : no (cached)
- sparc : no (cached)
- x86 : no (cached)
- combined : no (cached)
- symlinks supported : yes (cached)
- lockfree boost::atomic_flag : no (cached)
Component configuration:
- atomic : not building
- chrono : building
- container : not building
- context : not building
- coroutine : not building
- coroutine2 : not building
- date_time : not building
- exception : not building
- fiber : not building
- filesystem : building
- graph : not building
- graph_parallel : not building
- iostreams : not building
- locale : not building
- log : not building
- math : not building
- metaparse : not building
- mpi : not building
- program_options : building
- python : not building
- random : not building
- regex : not building
- serialization : not building
- signals : not building
- system : building
- test : building
- thread : building
- timer : not building
- type_erasure : not building
- wave : not building
...patience...
...patience...
...found 1750 targets...
...updating 79 targets...
gcc.compile.c++ bin.v2/libs/system/build/gcc-7/release/link-static/threading-multi/error_code.o
"g++" "-m64" -ftemplate-depth-128 -fvisibility=hidden -fPIC -I/mnt/main/linus/dev/zcash/depends/x86_64-unknown-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -pedantic -pthread -DBOOST_ALL_NO_LIB=1 -DBOOST_SYSTEM_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/system/build/gcc-7/release/link-static/threading-multi/error_code.o" "libs/system/src/error_code.cpp"
g++: error: unrecognized command line option '-m64'
...failed gcc.compile.c++ bin.v2/libs/system/build/gcc-7/release/link-static/threading-multi/error_code.o...
...skipped <pbin.v2/libs/system/build/gcc-7/release/link-static/threading-multi>libboost_system-mt.a(clean) for lack of <pbin.v2/libs/system/build/gcc-7/release/link-static/threading-multi>error_code.o...
...skipped <pbin.v2/libs/system/build/gcc-7/release/link-static/threading-multi>libboost_system-mt.a for lack of <pbin.v2/libs/system/build/gcc-7/release/link-static/threading-multi>error_code.o...
...skipped <pstage/lib>libboost_system-mt.a for lack of <pbin.v2/libs/system/build/gcc-7/release/link-static/threading-multi>libboost_system-mt.a...
gcc.compile.c++ bin.v2/libs/chrono/build/gcc-7/release/link-static/threading-multi/chrono.o
"g++" "-m64" -ftemplate-depth-128 -fvisibility=hidden -fPIC -I/mnt/main/linus/dev/zcash/depends/x86_64-unknown-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -pedantic -pthread -Wextra -Wno-long-long -DBOOST_ALL_NO_LIB=1 -DBOOST_All_STATIC_LINK=1 -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_SYSTEM_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/chrono/build/gcc-7/release/link-static/threading-multi/chrono.o" "libs/chrono/src/chrono.cpp"
g++: error: unrecognized command line option '-m64'
...failed gcc.compile.c++ bin.v2/libs/chrono/build/gcc-7/release/link-static/threading-multi/chrono.o...
gcc.compile.c++ bin.v2/libs/chrono/build/gcc-7/release/link-static/threading-multi/thread_clock.o
"g++" "-m64" -ftemplate-depth-128 -fvisibility=hidden -fPIC -I/mnt/main/linus/dev/zcash/depends/x86_64-unknown-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -pedantic -pthread -Wextra -Wno-long-long -DBOOST_ALL_NO_LIB=1 -DBOOST_All_STATIC_LINK=1 -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_SYSTEM_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/chrono/build/gcc-7/release/link-static/threading-multi/thread_clock.o" "libs/chrono/src/thread_clock.cpp"
g++: error: unrecognized command line option '-m64'
...failed gcc.compile.c++ bin.v2/libs/chrono/build/gcc-7/release/link-static/threading-multi/thread_clock.o...
gcc.compile.c++ bin.v2/libs/chrono/build/gcc-7/release/link-static/threading-multi/process_cpu_clocks.o
"g++" "-m64" -ftemplate-depth-128 -fvisibility=hidden -fPIC -I/mnt/main/linus/dev/zcash/depends/x86_64-unknown-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -pedantic -pthread -Wextra -Wno-long-long -DBOOST_ALL_NO_LIB=1 -DBOOST_All_STATIC_LINK=1 -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_SYSTEM_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/chrono/build/gcc-7/release/link-static/threading-multi/process_cpu_clocks.o" "libs/chrono/src/process_cpu_clocks.cpp"
g++: error: unrecognized command line option '-m64'
...failed gcc.compile.c++ bin.v2/libs/chrono/build/gcc-7/release/link-static/threading-multi/process_cpu_clocks.o...
...skipped <pbin.v2/libs/chrono/build/gcc-7/release/link-static/threading-multi>libboost_chrono-mt.a(clean) for lack of <pbin.v2/libs/chrono/build/gcc-7/release/link-static/threading-multi>chrono.o...
...skipped <pbin.v2/libs/chrono/build/gcc-7/release/link-static/threading-multi>libboost_chrono-mt.a for lack of <pbin.v2/libs/chrono/build/gcc-7/release/link-static/threading-multi>chrono.o...
...skipped <pstage/lib>libboost_chrono-mt.a for lack of <pbin.v2/libs/chrono/build/gcc-7/release/link-static/threading-multi>libboost_chrono-mt.a...
gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-7/release/link-static/threading-multi/codecvt_error_category.o
"g++" "-m64" -ftemplate-depth-128 -fvisibility=hidden -fPIC -I/mnt/main/linus/dev/zcash/depends/x86_64-unknown-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -pthread -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-7/release/link-static/threading-multi/codecvt_error_category.o" "libs/filesystem/src/codecvt_error_category.cpp"
g++: error: unrecognized command line option '-m64'
...failed gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-7/release/link-static/threading-multi/codecvt_error_category.o...
gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-7/release/link-static/threading-multi/operations.o
"g++" "-m64" -ftemplate-depth-128 -fvisibility=hidden -fPIC -I/mnt/main/linus/dev/zcash/depends/x86_64-unknown-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -pthread -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-7/release/link-static/threading-multi/operations.o" "libs/filesystem/src/operations.cpp"
g++: error: unrecognized command line option '-m64'
...failed gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-7/release/link-static/threading-multi/operations.o...
gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-7/release/link-static/threading-multi/path.o
"g++" "-m64" -ftemplate-depth-128 -fvisibility=hidden -fPIC -I/mnt/main/linus/dev/zcash/depends/x86_64-unknown-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -pthread -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-7/release/link-static/threading-multi/path.o" "libs/filesystem/src/path.cpp"
g++: error: unrecognized command line option '-m64'
...failed gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-7/release/link-static/threading-multi/path.o...
gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-7/release/link-static/threading-multi/path_traits.o
"g++" "-m64" -ftemplate-depth-128 -fvisibility=hidden -fPIC -I/mnt/main/linus/dev/zcash/depends/x86_64-unknown-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -pthread -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-7/release/link-static/threading-multi/path_traits.o" "libs/filesystem/src/path_traits.cpp"
g++: error: unrecognized command line option '-m64'
...failed gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-7/release/link-static/threading-multi/path_traits.o...
gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-7/release/link-static/threading-multi/portability.o
"g++" "-m64" -ftemplate-depth-128 -fvisibility=hidden -fPIC -I/mnt/main/linus/dev/zcash/depends/x86_64-unknown-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -pthread -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-7/release/link-static/threading-multi/portability.o" "libs/filesystem/src/portability.cpp"
g++: error: unrecognized command line option '-m64'
...failed gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-7/release/link-static/threading-multi/portability.o...
gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-7/release/link-static/threading-multi/unique_path.o
"g++" "-m64" -ftemplate-depth-128 -fvisibility=hidden -fPIC -I/mnt/main/linus/dev/zcash/depends/x86_64-unknown-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -pthread -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-7/release/link-static/threading-multi/unique_path.o" "libs/filesystem/src/unique_path.cpp"
g++: error: unrecognized command line option '-m64'
...failed gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-7/release/link-static/threading-multi/unique_path.o...
gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-7/release/link-static/threading-multi/utf8_codecvt_facet.o
"g++" "-m64" -ftemplate-depth-128 -fvisibility=hidden -fPIC -I/mnt/main/linus/dev/zcash/depends/x86_64-unknown-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -pthread -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-7/release/link-static/threading-multi/utf8_codecvt_facet.o" "libs/filesystem/src/utf8_codecvt_facet.cpp"
g++: error: unrecognized command line option '-m64'
...failed gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-7/release/link-static/threading-multi/utf8_codecvt_facet.o...
gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-7/release/link-static/threading-multi/windows_file_codecvt.o
"g++" "-m64" -ftemplate-depth-128 -fvisibility=hidden -fPIC -I/mnt/main/linus/dev/zcash/depends/x86_64-unknown-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -pthread -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-7/release/link-static/threading-multi/windows_file_codecvt.o" "libs/filesystem/src/windows_file_codecvt.cpp"
g++: error: unrecognized command line option '-m64'
...failed gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-7/release/link-static/threading-multi/windows_file_codecvt.o...
...skipped <pbin.v2/libs/filesystem/build/gcc-7/release/link-static/threading-multi>libboost_filesystem-mt.a(clean) for lack of <pbin.v2/libs/filesystem/build/gcc-7/release/link-static/threading-multi>codecvt_error_category.o...
...skipped <pbin.v2/libs/filesystem/build/gcc-7/release/link-static/threading-multi>libboost_filesystem-mt.a for lack of <pbin.v2/libs/filesystem/build/gcc-7/release/link-static/threading-multi>codecvt_error_category.o...
...skipped <pstage/lib>libboost_filesystem-mt.a for lack of <pbin.v2/libs/filesystem/build/gcc-7/release/link-static/threading-multi>libboost_filesystem-mt.a...
gcc.compile.c++ bin.v2/libs/program_options/build/gcc-7/release/link-static/threading-multi/cmdline.o
"g++" "-m64" -ftemplate-depth-128 -fvisibility=hidden -fPIC -I/mnt/main/linus/dev/zcash/depends/x86_64-unknown-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -pthread -DBOOST_ALL_NO_LIB=1 -DNDEBUG -I"." -c -o "bin.v2/libs/program_options/build/gcc-7/release/link-static/threading-multi/cmdline.o" "libs/program_options/src/cmdline.cpp"
g++: error: unrecognized command line option '-m64'
...failed gcc.compile.c++ bin.v2/libs/program_options/build/gcc-7/release/link-static/threading-multi/cmdline.o...
gcc.compile.c++ bin.v2/libs/program_options/build/gcc-7/release/link-static/threading-multi/config_file.o
"g++" "-m64" -ftemplate-depth-128 -fvisibility=hidden -fPIC -I/mnt/main/linus/dev/zcash/depends/x86_64-unknown-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -pthread -DBOOST_ALL_NO_LIB=1 -DNDEBUG -I"." -c -o "bin.v2/libs/program_options/build/gcc-7/release/link-static/threading-multi/config_file.o" "libs/program_options/src/config_file.cpp"
g++: error: unrecognized command line option '-m64'
...failed gcc.compile.c++ bin.v2/libs/program_options/build/gcc-7/release/link-static/threading-multi/config_file.o...
gcc.compile.c++ bin.v2/libs/program_options/build/gcc-7/release/link-static/threading-multi/options_description.o
"g++" "-m64" -ftemplate-depth-128 -fvisibility=hidden -fPIC -I/mnt/main/linus/dev/zcash/depends/x86_64-unknown-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -pthread -DBOOST_ALL_NO_LIB=1 -DNDEBUG -I"." -c -o "bin.v2/libs/program_options/build/gcc-7/release/link-static/threading-multi/options_description.o" "libs/program_options/src/options_description.cpp"
g++: error: unrecognized command line option '-m64'
...failed gcc.compile.c++ bin.v2/libs/program_options/build/gcc-7/release/link-static/threading-multi/options_description.o...
gcc.compile.c++ bin.v2/libs/program_options/build/gcc-7/release/link-static/threading-multi/parsers.o
"g++" "-m64" -ftemplate-depth-128 -fvisibility=hidden -fPIC -I/mnt/main/linus/dev/zcash/depends/x86_64-unknown-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -pthread -DBOOST_ALL_NO_LIB=1 -DNDEBUG -I"." -c -o "bin.v2/libs/program_options/build/gcc-7/release/link-static/threading-multi/parsers.o" "libs/program_options/src/parsers.cpp"
g++: error: unrecognized command line option '-m64'
...failed gcc.compile.c++ bin.v2/libs/program_options/build/gcc-7/release/link-static/threading-multi/parsers.o...
gcc.compile.c++ bin.v2/libs/program_options/build/gcc-7/release/link-static/threading-multi/variables_map.o
"g++" "-m64" -ftemplate-depth-128 -fvisibility=hidden -fPIC -I/mnt/main/linus/dev/zcash/depends/x86_64-unknown-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -pthread -DBOOST_ALL_NO_LIB=1 -DNDEBUG -I"." -c -o "bin.v2/libs/program_options/build/gcc-7/release/link-static/threading-multi/variables_map.o" "libs/program_options/src/variables_map.cpp"
g++: error: unrecognized command line option '-m64'
...failed gcc.compile.c++ bin.v2/libs/program_options/build/gcc-7/release/link-static/threading-multi/variables_map.o...
gcc.compile.c++ bin.v2/libs/program_options/build/gcc-7/release/link-static/threading-multi/value_semantic.o
"g++" "-m64" -ftemplate-depth-128 -fvisibility=hidden -fPIC -I/mnt/main/linus/dev/zcash/depends/x86_64-unknown-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -pthread -DBOOST_ALL_NO_LIB=1 -DNDEBUG -I"." -c -o "bin.v2/libs/program_options/build/gcc-7/release/link-static/threading-multi/value_semantic.o" "libs/program_options/src/value_semantic.cpp"
g++: error: unrecognized command line option '-m64'
...failed gcc.compile.c++ bin.v2/libs/program_options/build/gcc-7/release/link-static/threading-multi/value_semantic.o...
gcc.compile.c++ bin.v2/libs/program_options/build/gcc-7/release/link-static/threading-multi/positional_options.o
"g++" "-m64" -ftemplate-depth-128 -fvisibility=hidden -fPIC -I/mnt/main/linus/dev/zcash/depends/x86_64-unknown-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -pthread -DBOOST_ALL_NO_LIB=1 -DNDEBUG -I"." -c -o "bin.v2/libs/program_options/build/gcc-7/release/link-static/threading-multi/positional_options.o" "libs/program_options/src/positional_options.cpp"
g++: error: unrecognized command line option '-m64'
...failed gcc.compile.c++ bin.v2/libs/program_options/build/gcc-7/release/link-static/threading-multi/positional_options.o...
gcc.compile.c++ bin.v2/libs/program_options/build/gcc-7/release/link-static/threading-multi/utf8_codecvt_facet.o
"g++" "-m64" -ftemplate-depth-128 -fvisibility=hidden -fPIC -I/mnt/main/linus/dev/zcash/depends/x86_64-unknown-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -pthread -DBOOST_ALL_NO_LIB=1 -DNDEBUG -I"." -c -o "bin.v2/libs/program_options/build/gcc-7/release/link-static/threading-multi/utf8_codecvt_facet.o" "libs/program_options/src/utf8_codecvt_facet.cpp"
g++: error: unrecognized command line option '-m64'
...failed gcc.compile.c++ bin.v2/libs/program_options/build/gcc-7/release/link-static/threading-multi/utf8_codecvt_facet.o...
gcc.compile.c++ bin.v2/libs/program_options/build/gcc-7/release/link-static/threading-multi/convert.o
"g++" "-m64" -ftemplate-depth-128 -fvisibility=hidden -fPIC -I/mnt/main/linus/dev/zcash/depends/x86_64-unknown-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -pthread -DBOOST_ALL_NO_LIB=1 -DNDEBUG -I"." -c -o "bin.v2/libs/program_options/build/gcc-7/release/link-static/threading-multi/convert.o" "libs/program_options/src/convert.cpp"
g++: error: unrecognized command line option '-m64'
...failed gcc.compile.c++ bin.v2/libs/program_options/build/gcc-7/release/link-static/threading-multi/convert.o...
gcc.compile.c++ bin.v2/libs/program_options/build/gcc-7/release/link-static/threading-multi/winmain.o
"g++" "-m64" -ftemplate-depth-128 -fvisibility=hidden -fPIC -I/mnt/main/linus/dev/zcash/depends/x86_64-unknown-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -pthread -DBOOST_ALL_NO_LIB=1 -DNDEBUG -I"." -c -o "bin.v2/libs/program_options/build/gcc-7/release/link-static/threading-multi/winmain.o" "libs/program_options/src/winmain.cpp"
g++: error: unrecognized command line option '-m64'
...failed gcc.compile.c++ bin.v2/libs/program_options/build/gcc-7/release/link-static/threading-multi/winmain.o...
gcc.compile.c++ bin.v2/libs/program_options/build/gcc-7/release/link-static/threading-multi/split.o
"g++" "-m64" -ftemplate-depth-128 -fvisibility=hidden -fPIC -I/mnt/main/linus/dev/zcash/depends/x86_64-unknown-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -pthread -DBOOST_ALL_NO_LIB=1 -DNDEBUG -I"." -c -o "bin.v2/libs/program_options/build/gcc-7/release/link-static/threading-multi/split.o" "libs/program_options/src/split.cpp"
g++: error: unrecognized command line option '-m64'
...failed gcc.compile.c++ bin.v2/libs/program_options/build/gcc-7/release/link-static/threading-multi/split.o...
...skipped <pbin.v2/libs/program_options/build/gcc-7/release/link-static/threading-multi>libboost_program_options-mt.a(clean) for lack of <pbin.v2/libs/program_options/build/gcc-7/release/link-static/threading-multi>cmdline.o...
...skipped <pbin.v2/libs/program_options/build/gcc-7/release/link-static/threading-multi>libboost_program_options-mt.a for lack of <pbin.v2/libs/program_options/build/gcc-7/release/link-static/threading-multi>cmdline.o...
...skipped <pstage/lib>libboost_program_options-mt.a for lack of <pbin.v2/libs/program_options/build/gcc-7/release/link-static/threading-multi>libboost_program_options-mt.a...
gcc.compile.c++ bin.v2/libs/timer/build/gcc-7/release/link-static/threading-multi/auto_timers_construction.o
"g++" "-m64" -ftemplate-depth-128 -fvisibility=hidden -fPIC -I/mnt/main/linus/dev/zcash/depends/x86_64-unknown-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -pedantic -pthread -DBOOST_ALL_NO_LIB=1 -DBOOST_CHRONO_STATIC_LINK=1 -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_SYSTEM_STATIC_LINK=1 -DBOOST_TIMER_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/timer/build/gcc-7/release/link-static/threading-multi/auto_timers_construction.o" "libs/timer/src/auto_timers_construction.cpp"
g++: error: unrecognized command line option '-m64'
...failed gcc.compile.c++ bin.v2/libs/timer/build/gcc-7/release/link-static/threading-multi/auto_timers_construction.o...
gcc.compile.c++ bin.v2/libs/timer/build/gcc-7/release/link-static/threading-multi/cpu_timer.o
"g++" "-m64" -ftemplate-depth-128 -fvisibility=hidden -fPIC -I/mnt/main/linus/dev/zcash/depends/x86_64-unknown-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -pedantic -pthread -DBOOST_ALL_NO_LIB=1 -DBOOST_CHRONO_STATIC_LINK=1 -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_SYSTEM_STATIC_LINK=1 -DBOOST_TIMER_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/timer/build/gcc-7/release/link-static/threading-multi/cpu_timer.o" "libs/timer/src/cpu_timer.cpp"
g++: error: unrecognized command line option '-m64'
...failed gcc.compile.c++ bin.v2/libs/timer/build/gcc-7/release/link-static/threading-multi/cpu_timer.o...
...skipped <pbin.v2/libs/timer/build/gcc-7/release/link-static/threading-multi>libboost_timer-mt.a(clean) for lack of <pbin.v2/libs/timer/build/gcc-7/release/link-static/threading-multi>auto_timers_construction.o...
...skipped <pbin.v2/libs/timer/build/gcc-7/release/link-static/threading-multi>libboost_timer-mt.a for lack of <pbin.v2/libs/timer/build/gcc-7/release/link-static/threading-multi>auto_timers_construction.o...
...skipped <pstage/lib>libboost_timer-mt.a for lack of <pbin.v2/libs/timer/build/gcc-7/release/link-static/threading-multi>libboost_timer-mt.a...
gcc.compile.c++ bin.v2/libs/test/build/gcc-7/release/link-static/threading-multi/execution_monitor.o
"g++" "-m64" -ftemplate-depth-128 -fvisibility=hidden -fPIC -I/mnt/main/linus/dev/zcash/depends/x86_64-unknown-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -pedantic -pthread -Wno-variadic-macros -DBOOST_ALL_NO_LIB=1 -DBOOST_CHRONO_STATIC_LINK=1 -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_SYSTEM_STATIC_LINK=1 -DBOOST_TIMER_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/test/build/gcc-7/release/link-static/threading-multi/execution_monitor.o" "libs/test/src/execution_monitor.cpp"
g++: error: unrecognized command line option '-m64'
...failed gcc.compile.c++ bin.v2/libs/test/build/gcc-7/release/link-static/threading-multi/execution_monitor.o...
gcc.compile.c++ bin.v2/libs/test/build/gcc-7/release/link-static/threading-multi/debug.o
"g++" "-m64" -ftemplate-depth-128 -fvisibility=hidden -fPIC -I/mnt/main/linus/dev/zcash/depends/x86_64-unknown-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -pedantic -pthread -Wno-variadic-macros -DBOOST_ALL_NO_LIB=1 -DBOOST_CHRONO_STATIC_LINK=1 -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_SYSTEM_STATIC_LINK=1 -DBOOST_TIMER_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/test/build/gcc-7/release/link-static/threading-multi/debug.o" "libs/test/src/debug.cpp"
g++: error: unrecognized command line option '-m64'
...failed gcc.compile.c++ bin.v2/libs/test/build/gcc-7/release/link-static/threading-multi/debug.o...
gcc.compile.c++ bin.v2/libs/test/build/gcc-7/release/link-static/threading-multi/cpp_main.o
"g++" "-m64" -ftemplate-depth-128 -fvisibility=hidden -fPIC -I/mnt/main/linus/dev/zcash/depends/x86_64-unknown-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -pedantic -pthread -Wno-variadic-macros -DBOOST_ALL_NO_LIB=1 -DBOOST_CHRONO_STATIC_LINK=1 -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_SYSTEM_STATIC_LINK=1 -DBOOST_TIMER_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/test/build/gcc-7/release/link-static/threading-multi/cpp_main.o" "libs/test/src/cpp_main.cpp"
g++: error: unrecognized command line option '-m64'
...failed gcc.compile.c++ bin.v2/libs/test/build/gcc-7/release/link-static/threading-multi/cpp_main.o...
...skipped <pbin.v2/libs/test/build/gcc-7/release/link-static/threading-multi>libboost_prg_exec_monitor-mt.a(clean) for lack of <pbin.v2/libs/test/build/gcc-7/release/link-static/threading-multi>execution_monitor.o...
...skipped <pbin.v2/libs/test/build/gcc-7/release/link-static/threading-multi>libboost_prg_exec_monitor-mt.a for lack of <pbin.v2/libs/test/build/gcc-7/release/link-static/threading-multi>execution_monitor.o...
...skipped <pstage/lib>libboost_prg_exec_monitor-mt.a for lack of <pbin.v2/libs/test/build/gcc-7/release/link-static/threading-multi>libboost_prg_exec_monitor-mt.a...
gcc.compile.c++ bin.v2/libs/test/build/gcc-7/release/link-static/threading-multi/compiler_log_formatter.o
"g++" "-m64" -ftemplate-depth-128 -fvisibility=hidden -fPIC -I/mnt/main/linus/dev/zcash/depends/x86_64-unknown-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -pedantic -pthread -Wno-variadic-macros -DBOOST_ALL_NO_LIB=1 -DBOOST_CHRONO_STATIC_LINK=1 -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_SYSTEM_STATIC_LINK=1 -DBOOST_TIMER_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/test/build/gcc-7/release/link-static/threading-multi/compiler_log_formatter.o" "libs/test/src/compiler_log_formatter.cpp"
g++: error: unrecognized command line option '-m64'
...failed gcc.compile.c++ bin.v2/libs/test/build/gcc-7/release/link-static/threading-multi/compiler_log_formatter.o...
gcc.compile.c++ bin.v2/libs/test/build/gcc-7/release/link-static/threading-multi/decorator.o
"g++" "-m64" -ftemplate-depth-128 -fvisibility=hidden -fPIC -I/mnt/main/linus/dev/zcash/depends/x86_64-unknown-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -pedantic -pthread -Wno-variadic-macros -DBOOST_ALL_NO_LIB=1 -DBOOST_CHRONO_STATIC_LINK=1 -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_SYSTEM_STATIC_LINK=1 -DBOOST_TIMER_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/test/build/gcc-7/release/link-static/threading-multi/decorator.o" "libs/test/src/decorator.cpp"
g++: error: unrecognized command line option '-m64'
...failed gcc.compile.c++ bin.v2/libs/test/build/gcc-7/release/link-static/threading-multi/decorator.o...
gcc.compile.c++ bin.v2/libs/test/build/gcc-7/release/link-static/threading-multi/framework.o
"g++" "-m64" -ftemplate-depth-128 -fvisibility=hidden -fPIC -I/mnt/main/linus/dev/zcash/depends/x86_64-unknown-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -pedantic -pthread -Wno-variadic-macros -DBOOST_ALL_NO_LIB=1 -DBOOST_CHRONO_STATIC_LINK=1 -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_SYSTEM_STATIC_LINK=1 -DBOOST_TIMER_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/test/build/gcc-7/release/link-static/threading-multi/framework.o" "libs/test/src/framework.cpp"
g++: error: unrecognized command line option '-m64'
...failed gcc.compile.c++ bin.v2/libs/test/build/gcc-7/release/link-static/threading-multi/framework.o...
gcc.compile.c++ bin.v2/libs/test/build/gcc-7/release/link-static/threading-multi/plain_report_formatter.o
"g++" "-m64" -ftemplate-depth-128 -fvisibility=hidden -fPIC -I/mnt/main/linus/dev/zcash/depends/x86_64-unknown-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -pedantic -pthread -Wno-variadic-macros -DBOOST_ALL_NO_LIB=1 -DBOOST_CHRONO_STATIC_LINK=1 -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_SYSTEM_STATIC_LINK=1 -DBOOST_TIMER_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/test/build/gcc-7/release/link-static/threading-multi/plain_report_formatter.o" "libs/test/src/plain_report_formatter.cpp"
g++: error: unrecognized command line option '-m64'
...failed gcc.compile.c++ bin.v2/libs/test/build/gcc-7/release/link-static/threading-multi/plain_report_formatter.o...
gcc.compile.c++ bin.v2/libs/test/build/gcc-7/release/link-static/threading-multi/progress_monitor.o
"g++" "-m64" -ftemplate-depth-128 -fvisibility=hidden -fPIC -I/mnt/main/linus/dev/zcash/depends/x86_64-unknown-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -pedantic -pthread -Wno-variadic-macros -DBOOST_ALL_NO_LIB=1 -DBOOST_CHRONO_STATIC_LINK=1 -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_SYSTEM_STATIC_LINK=1 -DBOOST_TIMER_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/test/build/gcc-7/release/link-static/threading-multi/progress_monitor.o" "libs/test/src/progress_monitor.cpp"
g++: error: unrecognized command line option '-m64'
...failed gcc.compile.c++ bin.v2/libs/test/build/gcc-7/release/link-static/threading-multi/progress_monitor.o...
gcc.compile.c++ bin.v2/libs/test/build/gcc-7/release/link-static/threading-multi/results_collector.o
"g++" "-m64" -ftemplate-depth-128 -fvisibility=hidden -fPIC -I/mnt/main/linus/dev/zcash/depends/x86_64-unknown-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -pedantic -pthread -Wno-variadic-macros -DBOOST_ALL_NO_LIB=1 -DBOOST_CHRONO_STATIC_LINK=1 -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_SYSTEM_STATIC_LINK=1 -DBOOST_TIMER_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/test/build/gcc-7/release/link-static/threading-multi/results_collector.o" "libs/test/src/results_collector.cpp"
g++: error: unrecognized command line option '-m64'
...failed gcc.compile.c++ bin.v2/libs/test/build/gcc-7/release/link-static/threading-multi/results_collector.o...
gcc.compile.c++ bin.v2/libs/test/build/gcc-7/release/link-static/threading-multi/results_reporter.o
"g++" "-m64" -ftemplate-depth-128 -fvisibility=hidden -fPIC -I/mnt/main/linus/dev/zcash/depends/x86_64-unknown-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -pedantic -pthread -Wno-variadic-macros -DBOOST_ALL_NO_LIB=1 -DBOOST_CHRONO_STATIC_LINK=1 -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_SYSTEM_STATIC_LINK=1 -DBOOST_TIMER_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/test/build/gcc-7/release/link-static/threading-multi/results_reporter.o" "libs/test/src/results_reporter.cpp"
g++: error: unrecognized command line option '-m64'
...failed gcc.compile.c++ bin.v2/libs/test/build/gcc-7/release/link-static/threading-multi/results_reporter.o...
gcc.compile.c++ bin.v2/libs/test/build/gcc-7/release/link-static/threading-multi/test_main.o
"g++" "-m64" -ftemplate-depth-128 -fvisibility=hidden -fPIC -I/mnt/main/linus/dev/zcash/depends/x86_64-unknown-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -pedantic -pthread -Wno-variadic-macros -DBOOST_ALL_NO_LIB=1 -DBOOST_CHRONO_STATIC_LINK=1 -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_SYSTEM_STATIC_LINK=1 -DBOOST_TIMER_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/test/build/gcc-7/release/link-static/threading-multi/test_main.o" "libs/test/src/test_main.cpp"
g++: error: unrecognized command line option '-m64'
...failed gcc.compile.c++ bin.v2/libs/test/build/gcc-7/release/link-static/threading-multi/test_main.o...
gcc.compile.c++ bin.v2/libs/test/build/gcc-7/release/link-static/threading-multi/test_tools.o
"g++" "-m64" -ftemplate-depth-128 -fvisibility=hidden -fPIC -I/mnt/main/linus/dev/zcash/depends/x86_64-unknown-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -pedantic -pthread -Wno-variadic-macros -DBOOST_ALL_NO_LIB=1 -DBOOST_CHRONO_STATIC_LINK=1 -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_SYSTEM_STATIC_LINK=1 -DBOOST_TIMER_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/test/build/gcc-7/release/link-static/threading-multi/test_tools.o" "libs/test/src/test_tools.cpp"
g++: error: unrecognized command line option '-m64'
...failed gcc.compile.c++ bin.v2/libs/test/build/gcc-7/release/link-static/threading-multi/test_tools.o...
gcc.compile.c++ bin.v2/libs/test/build/gcc-7/release/link-static/threading-multi/test_tree.o
"g++" "-m64" -ftemplate-depth-128 -fvisibility=hidden -fPIC -I/mnt/main/linus/dev/zcash/depends/x86_64-unknown-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -pedantic -pthread -Wno-variadic-macros -DBOOST_ALL_NO_LIB=1 -DBOOST_CHRONO_STATIC_LINK=1 -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_SYSTEM_STATIC_LINK=1 -DBOOST_TIMER_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/test/build/gcc-7/release/link-static/threading-multi/test_tree.o" "libs/test/src/test_tree.cpp"
g++: error: unrecognized command line option '-m64'
...failed gcc.compile.c++ bin.v2/libs/test/build/gcc-7/release/link-static/threading-multi/test_tree.o...
gcc.compile.c++ bin.v2/libs/test/build/gcc-7/release/link-static/threading-multi/unit_test_log.o
"g++" "-m64" -ftemplate-depth-128 -fvisibility=hidden -fPIC -I/mnt/main/linus/dev/zcash/depends/x86_64-unknown-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -pedantic -pthread -Wno-variadic-macros -DBOOST_ALL_NO_LIB=1 -DBOOST_CHRONO_STATIC_LINK=1 -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_SYSTEM_STATIC_LINK=1 -DBOOST_TIMER_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/test/build/gcc-7/release/link-static/threading-multi/unit_test_log.o" "libs/test/src/unit_test_log.cpp"
g++: error: unrecognized command line option '-m64'
...failed gcc.compile.c++ bin.v2/libs/test/build/gcc-7/release/link-static/threading-multi/unit_test_log.o...
gcc.compile.c++ bin.v2/libs/test/build/gcc-7/release/link-static/threading-multi/unit_test_main.o
"g++" "-m64" -ftemplate-depth-128 -fvisibility=hidden -fPIC -I/mnt/main/linus/dev/zcash/depends/x86_64-unknown-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -pedantic -pthread -Wno-variadic-macros -DBOOST_ALL_NO_LIB=1 -DBOOST_CHRONO_STATIC_LINK=1 -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_SYSTEM_STATIC_LINK=1 -DBOOST_TIMER_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/test/build/gcc-7/release/link-static/threading-multi/unit_test_main.o" "libs/test/src/unit_test_main.cpp"
g++: error: unrecognized command line option '-m64'
...failed gcc.compile.c++ bin.v2/libs/test/build/gcc-7/release/link-static/threading-multi/unit_test_main.o...
gcc.compile.c++ bin.v2/libs/test/build/gcc-7/release/link-static/threading-multi/unit_test_monitor.o
"g++" "-m64" -ftemplate-depth-128 -fvisibility=hidden -fPIC -I/mnt/main/linus/dev/zcash/depends/x86_64-unknown-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -pedantic -pthread -Wno-variadic-macros -DBOOST_ALL_NO_LIB=1 -DBOOST_CHRONO_STATIC_LINK=1 -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_SYSTEM_STATIC_LINK=1 -DBOOST_TIMER_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/test/build/gcc-7/release/link-static/threading-multi/unit_test_monitor.o" "libs/test/src/unit_test_monitor.cpp"
g++: error: unrecognized command line option '-m64'
...failed gcc.compile.c++ bin.v2/libs/test/build/gcc-7/release/link-static/threading-multi/unit_test_monitor.o...
gcc.compile.c++ bin.v2/libs/test/build/gcc-7/release/link-static/threading-multi/unit_test_parameters.o
"g++" "-m64" -ftemplate-depth-128 -fvisibility=hidden -fPIC -I/mnt/main/linus/dev/zcash/depends/x86_64-unknown-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -pedantic -pthread -Wno-variadic-macros -DBOOST_ALL_NO_LIB=1 -DBOOST_CHRONO_STATIC_LINK=1 -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_SYSTEM_STATIC_LINK=1 -DBOOST_TIMER_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/test/build/gcc-7/release/link-static/threading-multi/unit_test_parameters.o" "libs/test/src/unit_test_parameters.cpp"
g++: error: unrecognized command line option '-m64'
...failed gcc.compile.c++ bin.v2/libs/test/build/gcc-7/release/link-static/threading-multi/unit_test_parameters.o...
gcc.compile.c++ bin.v2/libs/test/build/gcc-7/release/link-static/threading-multi/junit_log_formatter.o
"g++" "-m64" -ftemplate-depth-128 -fvisibility=hidden -fPIC -I/mnt/main/linus/dev/zcash/depends/x86_64-unknown-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -pedantic -pthread -Wno-variadic-macros -DBOOST_ALL_NO_LIB=1 -DBOOST_CHRONO_STATIC_LINK=1 -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_SYSTEM_STATIC_LINK=1 -DBOOST_TIMER_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/test/build/gcc-7/release/link-static/threading-multi/junit_log_formatter.o" "libs/test/src/junit_log_formatter.cpp"
g++: error: unrecognized command line option '-m64'
...failed gcc.compile.c++ bin.v2/libs/test/build/gcc-7/release/link-static/threading-multi/junit_log_formatter.o...
gcc.compile.c++ bin.v2/libs/test/build/gcc-7/release/link-static/threading-multi/xml_log_formatter.o
"g++" "-m64" -ftemplate-depth-128 -fvisibility=hidden -fPIC -I/mnt/main/linus/dev/zcash/depends/x86_64-unknown-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -pedantic -pthread -Wno-variadic-macros -DBOOST_ALL_NO_LIB=1 -DBOOST_CHRONO_STATIC_LINK=1 -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_SYSTEM_STATIC_LINK=1 -DBOOST_TIMER_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/test/build/gcc-7/release/link-static/threading-multi/xml_log_formatter.o" "libs/test/src/xml_log_formatter.cpp"
g++: error: unrecognized command line option '-m64'
...failed gcc.compile.c++ bin.v2/libs/test/build/gcc-7/release/link-static/threading-multi/xml_log_formatter.o...
gcc.compile.c++ bin.v2/libs/test/build/gcc-7/release/link-static/threading-multi/xml_report_formatter.o
"g++" "-m64" -ftemplate-depth-128 -fvisibility=hidden -fPIC -I/mnt/main/linus/dev/zcash/depends/x86_64-unknown-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -pedantic -pthread -Wno-variadic-macros -DBOOST_ALL_NO_LIB=1 -DBOOST_CHRONO_STATIC_LINK=1 -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_SYSTEM_STATIC_LINK=1 -DBOOST_TIMER_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/test/build/gcc-7/release/link-static/threading-multi/xml_report_formatter.o" "libs/test/src/xml_report_formatter.cpp"
g++: error: unrecognized command line option '-m64'
...failed gcc.compile.c++ bin.v2/libs/test/build/gcc-7/release/link-static/threading-multi/xml_report_formatter.o...
...skipped <pbin.v2/libs/test/build/gcc-7/release/link-static/threading-multi>libboost_test_exec_monitor-mt.a(clean) for lack of <pbin.v2/libs/test/build/gcc-7/release/link-static/threading-multi>compiler_log_formatter.o...
...skipped <pbin.v2/libs/test/build/gcc-7/release/link-static/threading-multi>libboost_test_exec_monitor-mt.a for lack of <pbin.v2/libs/test/build/gcc-7/release/link-static/threading-multi>compiler_log_formatter.o...
...skipped <pstage/lib>libboost_test_exec_monitor-mt.a for lack of <pbin.v2/libs/test/build/gcc-7/release/link-static/threading-multi>libboost_test_exec_monitor-mt.a...
...skipped <pbin.v2/libs/test/build/gcc-7/release/link-static/threading-multi>libboost_unit_test_framework-mt.a(clean) for lack of <pbin.v2/libs/test/build/gcc-7/release/link-static/threading-multi>compiler_log_formatter.o...
...skipped <pbin.v2/libs/test/build/gcc-7/release/link-static/threading-multi>libboost_unit_test_framework-mt.a for lack of <pbin.v2/libs/test/build/gcc-7/release/link-static/threading-multi>compiler_log_formatter.o...
...skipped <pstage/lib>libboost_unit_test_framework-mt.a for lack of <pbin.v2/libs/test/build/gcc-7/release/link-static/threading-multi>libboost_unit_test_framework-mt.a...
gcc.compile.c++ bin.v2/libs/atomic/build/gcc-7/release/link-static/threading-multi/lockpool.o
"g++" "-m64" -ftemplate-depth-128 -fvisibility=hidden -fPIC -I/mnt/main/linus/dev/zcash/depends/x86_64-unknown-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -pedantic -pthread -DBOOST_ALL_NO_LIB=1 -DBOOST_ATOMIC_SOURCE -DBOOST_ATOMIC_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/atomic/build/gcc-7/release/link-static/threading-multi/lockpool.o" "libs/atomic/src/lockpool.cpp"
g++: error: unrecognized command line option '-m64'
...failed gcc.compile.c++ bin.v2/libs/atomic/build/gcc-7/release/link-static/threading-multi/lockpool.o...
...skipped <pbin.v2/libs/atomic/build/gcc-7/release/link-static/threading-multi>libboost_atomic-mt.a(clean) for lack of <pbin.v2/libs/atomic/build/gcc-7/release/link-static/threading-multi>lockpool.o...
...skipped <pbin.v2/libs/atomic/build/gcc-7/release/link-static/threading-multi>libboost_atomic-mt.a for lack of <pbin.v2/libs/atomic/build/gcc-7/release/link-static/threading-multi>lockpool.o...
...skipped <pstage/lib>libboost_atomic-mt.a for lack of <pbin.v2/libs/atomic/build/gcc-7/release/link-static/threading-multi>libboost_atomic-mt.a...
gcc.compile.c++ bin.v2/libs/thread/build/gcc-7/release/link-static/threading-multi/pthread/thread.o
"g++" "-m64" -ftemplate-depth-128 -fvisibility=hidden -fPIC -I/mnt/main/linus/dev/zcash/depends/x86_64-unknown-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -pedantic -pthread -Wextra -Wno-long-long -Wno-unused-parameter -Wunused-function -pedantic -DBOOST_ALL_NO_LIB=1 -DBOOST_ATOMIC_STATIC_LINK=1 -DBOOST_SYSTEM_STATIC_LINK=1 -DBOOST_THREAD_BUILD_LIB=1 -DBOOST_THREAD_DONT_USE_CHRONO -DBOOST_THREAD_POSIX -DNDEBUG -I"." -c -o "bin.v2/libs/thread/build/gcc-7/release/link-static/threading-multi/pthread/thread.o" "libs/thread/src/pthread/thread.cpp"
g++: error: unrecognized command line option '-m64'
...failed gcc.compile.c++ bin.v2/libs/thread/build/gcc-7/release/link-static/threading-multi/pthread/thread.o...
gcc.compile.c++ bin.v2/libs/thread/build/gcc-7/release/link-static/threading-multi/pthread/once.o
"g++" "-m64" -ftemplate-depth-128 -fvisibility=hidden -fPIC -I/mnt/main/linus/dev/zcash/depends/x86_64-unknown-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -pedantic -pthread -Wextra -Wno-long-long -Wno-unused-parameter -Wunused-function -pedantic -DBOOST_ALL_NO_LIB=1 -DBOOST_ATOMIC_STATIC_LINK=1 -DBOOST_SYSTEM_STATIC_LINK=1 -DBOOST_THREAD_BUILD_LIB=1 -DBOOST_THREAD_DONT_USE_CHRONO -DBOOST_THREAD_POSIX -DNDEBUG -I"." -c -o "bin.v2/libs/thread/build/gcc-7/release/link-static/threading-multi/pthread/once.o" "libs/thread/src/pthread/once.cpp"
g++: error: unrecognized command line option '-m64'
...failed gcc.compile.c++ bin.v2/libs/thread/build/gcc-7/release/link-static/threading-multi/pthread/once.o...
gcc.compile.c++ bin.v2/libs/thread/build/gcc-7/release/link-static/threading-multi/future.o
"g++" "-m64" -ftemplate-depth-128 -fvisibility=hidden -fPIC -I/mnt/main/linus/dev/zcash/depends/x86_64-unknown-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -pedantic -pthread -Wextra -Wno-long-long -Wno-unused-parameter -Wunused-function -pedantic -DBOOST_ALL_NO_LIB=1 -DBOOST_ATOMIC_STATIC_LINK=1 -DBOOST_SYSTEM_STATIC_LINK=1 -DBOOST_THREAD_BUILD_LIB=1 -DBOOST_THREAD_DONT_USE_CHRONO -DBOOST_THREAD_POSIX -DNDEBUG -I"." -c -o "bin.v2/libs/thread/build/gcc-7/release/link-static/threading-multi/future.o" "libs/thread/src/future.cpp"
g++: error: unrecognized command line option '-m64'
...failed gcc.compile.c++ bin.v2/libs/thread/build/gcc-7/release/link-static/threading-multi/future.o...
...skipped <pbin.v2/libs/thread/build/gcc-7/release/link-static/threading-multi>libboost_thread-mt.a(clean) for lack of <pbin.v2/libs/thread/build/gcc-7/release/link-static/threading-multi>pthread/thread.o...
...skipped <pbin.v2/libs/thread/build/gcc-7/release/link-static/threading-multi>libboost_thread-mt.a for lack of <pbin.v2/libs/thread/build/gcc-7/release/link-static/threading-multi>pthread/thread.o...
...skipped <pstage/lib>libboost_thread-mt.a for lack of <pbin.v2/libs/thread/build/gcc-7/release/link-static/threading-multi>libboost_thread-mt.a...
...failed updating 49 targets...
...skipped 30 targets...
funcs.mk:242: recipe for target '/mnt/main/linus/dev/zcash/depends/work/build/x86_64-unknown-linux-gnu/boost/1_62_0-7947657a1eb/./.stamp_built' failed
make: *** [/mnt/main/linus/dev/zcash/depends/work/build/x86_64-unknown-linux-gnu/boost/1_62_0-7947657a1eb/./.stamp_built] Error 1
make: Leaving directory '/mnt/main/linus/dev/zcash/depends'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment