Skip to content

Instantly share code, notes, and snippets.

@RaghavSood
Created November 27, 2020 16:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RaghavSood/c9ee37c42fcd1f158a195193b3dbdcce to your computer and use it in GitHub Desktop.
Save RaghavSood/c9ee37c42fcd1f158a195193b3dbdcce to your computer and use it in GitHub Desktop.
{ stdenv
, fetchFromGitHub
, fetchurl
, cmake
, pkgconfig
, libevent
, jsoncpp
, curl
, libmicrohttpd
, boost172
, python37
, leveldb
, miniupnpc
, protobuf
}:
let
boost = boost172;
python-boost = boost.override {
enablePython = true;
enableShared = true;
enableStatic = true;
python = python37;
};
libjson-rpc-cpp = fetchurl {
url = "https://github.com/cinemast/libjson-rpc-cpp/archive/v1.2.0.tar.gz";
sha256 = "14808kvkj9fygs2dxm8ghazn0i4vx19jz6lzbl16qm5x4yymcma8";
};
in
stdenv.mkDerivation rec {
pname = "zilliqa";
version = "6.4.2";
src = fetchFromGitHub {
owner = "zilliqa";
repo = pname;
rev = "v${version}";
sha256 = "14n38kc40hfl01z3ffipirydd2zdqirj3pj73bkdfmxplfhdcrpk";
fetchSubmodules = true;
};
preConfigure = ''
substituteInPlace cmake/InstallJsonrpccpp.cmake --replace "URL https://github.com/cinemast/libjson-rpc-cpp/archive/v1.2.0.tar.gz" "URL ${libjson-rpc-cpp}"
'';
patches = [
./CMakeLists_g3log.txt
./CMakeLists_websocketpp.txt
./CMakeLists_schnorr.txt
./CMakeLists_protobuf.txt
./CMakeLists_libjsonrpc.txt
./CMakeLists.txt.patch
];
nativeBuildInputs = [ pkgconfig cmake python37 ];
buildInputs = [ python-boost libevent jsoncpp curl libmicrohttpd leveldb miniupnpc protobuf ];
}
$ nix-build -A zilliqa --keep-failed
these derivations will be built:
/nix/store/k9f7s0m5jd7m594mjz3qignflxx3ga6s-zilliqa-6.4.2.drv
building '/nix/store/k9f7s0m5jd7m594mjz3qignflxx3ga6s-zilliqa-6.4.2.drv'...
unpacking sources
unpacking source archive /nix/store/fjsy60a7dfazm3y3z6r33kmb8qz3xcgp-source
source root is source
patching sources
applying patch /nix/store/nj0khw92cvhndy8zc5gy9njij20g6yr6-CMakeLists_g3log.txt
patching file cmake/InstallG3log.cmake
applying patch /nix/store/cq5gjyr9x0q9c5hbgngzbvxfg96fkdx0-CMakeLists_websocketpp.txt
patching file cmake/InstallWebsocketpp.cmake
applying patch /nix/store/8b876v7iw617vd8dgl5z1kl1fqcv5zd1-CMakeLists_schnorr.txt
patching file cmake/InstallSchnorr.cmake
applying patch /nix/store/gj7q2032p2jswwxvfbhmyi01vqp4qvr1-CMakeLists_protobuf.txt
patching file cmake/FindProtobuf.cmake
applying patch /nix/store/iv2wdw1k76svagbr04ab9gcq3j45kmz3-CMakeLists_libjsonrpc.txt
patching file cmake/InstallJsonrpccpp.cmake
applying patch /nix/store/0iqmkdl8khc3abdmic2f95f5mfrsmja1-CMakeLists.txt.patch
patching file CMakeLists.txt
configuring
fixing cmake files...
cmake flags: -DCMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY=OFF -DCMAKE_FIND_USE_PACKAGE_REGISTRY=OFF -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON -DCMAKE_BUILD_TYPE=Release -DCMAKE_SKIP_BUILD_RPATH=ON -DBUILD_TESTING=OFF -DCMAKE_INSTALL_LOCALEDIR=/nix/store/kbw9pvcf173spxdgil7vfvjrbf9issmq-zilliqa-6.4.2/share/locale -DCMAKE_INSTALL_LIBEXECDIR=/nix/store/kbw9pvcf173spxdgil7vfvjrbf9issmq-zilliqa-6.4.2/libexec -DCMAKE_INSTALL_LIBDIR=/nix/store/kbw9pvcf173spxdgil7vfvjrbf9issmq-zilliqa-6.4.2/lib -DCMAKE_INSTALL_DOCDIR=/nix/store/kbw9pvcf173spxdgil7vfvjrbf9issmq-zilliqa-6.4.2/share/doc/Zilliqa -DCMAKE_INSTALL_INFODIR=/nix/store/kbw9pvcf173spxdgil7vfvjrbf9issmq-zilliqa-6.4.2/share/info -DCMAKE_INSTALL_MANDIR=/nix/store/kbw9pvcf173spxdgil7vfvjrbf9issmq-zilliqa-6.4.2/share/man -DCMAKE_INSTALL_OLDINCLUDEDIR=/nix/store/kbw9pvcf173spxdgil7vfvjrbf9issmq-zilliqa-6.4.2/include -DCMAKE_INSTALL_INCLUDEDIR=/nix/store/kbw9pvcf173spxdgil7vfvjrbf9issmq-zilliqa-6.4.2/include -DCMAKE_INSTALL_SBINDIR=/nix/store/kbw9pvcf173spxdgil7vfvjrbf9issmq-zilliqa-6.4.2/sbin -DCMAKE_INSTALL_BINDIR=/nix/store/kbw9pvcf173spxdgil7vfvjrbf9issmq-zilliqa-6.4.2/bin -DCMAKE_INSTALL_NAME_DIR=/nix/store/kbw9pvcf173spxdgil7vfvjrbf9issmq-zilliqa-6.4.2/lib -DCMAKE_POLICY_DEFAULT_CMP0025=NEW -DCMAKE_OSX_SYSROOT= -DCMAKE_OSX_ARCHITECTURES=x86_64 -DCMAKE_FIND_FRAMEWORK=LAST -DCMAKE_STRIP=/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/strip -DCMAKE_RANLIB=/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ranlib -DCMAKE_AR=/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ar -DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++ -DCMAKE_INSTALL_PREFIX=/nix/store/kbw9pvcf173spxdgil7vfvjrbf9issmq-zilliqa-6.4.2
-- The C compiler identification is GNU 9.3.0
-- The CXX compiler identification is GNU 9.3.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /nix/store/s3j2gpc2s7cdn2wafm192jfp9k8jfvhs-gcc-wrapper-9.3.0/bin/gcc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /nix/store/s3j2gpc2s7cdn2wafm192jfp9k8jfvhs-gcc-wrapper-9.3.0/bin/g++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- We are on a Linux system
-- Found PkgConfig: pkg-config (found version "0.29.2")
-- Checking for module 'libevent'
-- Found libevent, version 2.1.12-stable
-- Checking for module 'jsoncpp'
-- Found jsoncpp, version
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed
-- Check if compiler accepts -pthread
-- Check if compiler accepts -pthread - yes
-- Found Threads: TRUE
-- Found CURL: /nix/store/izq29d1nqgc348pi96rjlr8cvxysimsx-curl-7.73.0/lib/libcurl.so (found version "7.73.0")
CMake Warning (dev) at /nix/store/21cib7707fqxwg9xpjx0hfa5p9bx8hvh-cmake-3.18.4/share/cmake-3.18/Modules/FindPackageHandleStandardArgs.cmake:273 (message):
The package name passed to `find_package_handle_standard_args` (mhd) does
not match the name of the calling package (MHD). This can lead to problems
in calling code that expects `find_package` result variables (e.g.,
`_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
cmake/FindMHD.cmake:37 (find_package_handle_standard_args)
cmake/InstallJsonrpccpp.cmake:12 (find_package)
CMakeLists.txt:40 (include)
This warning is for project developers. Use -Wno-dev to suppress it.
-- Found mhd: /nix/store/sr17m5sp8af6y75v7fr7hnqsqxnpiimc-libmicrohttpd-0.9.44-dev/include
-- Building and installing g3log
CMake Warning (dev) at /nix/store/21cib7707fqxwg9xpjx0hfa5p9bx8hvh-cmake-3.18.4/share/cmake-3.18/Modules/FindPackageHandleStandardArgs.cmake:273 (message):
The package name passed to `find_package_handle_standard_args` (G3LOG) does
not match the name of the calling package (g3logger). This can lead to
problems in calling code that expects `find_package` result variables
(e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
build/g3log/lib/cmake/g3logger/g3loggerConfig.cmake:48 (find_package_handle_standard_args)
CMakeLists.txt:45 (find_package)
This warning is for project developers. Use -Wno-dev to suppress it.
-- Found G3LOG: /build/source/build/g3log/include
-- Building and installing websocketpp
-- Building and installing Schnorr
-- Found PythonLibs: /nix/store/w5rhnscn5jxxy4ichr6f3gmv0mpa4x8g-python3-3.7.9/lib/libpython3.7m.so (found version "3.7.9")
-- Python suffix: python37
-- Python Version: 3.7
-- Found Boost: /nix/store/bdr2h6489m8cwcl2x73q26v94z3ddi13-boost-1.72.0-dev/lib/cmake/Boost-1.72.0/BoostConfig.cmake (found version "1.72.0") found components: filesystem system unit_test_framework program_options python37
-- Found OpenSSL: /nix/store/l1azc5s229z6nzn5lj1r4zzm9wp38j55-openssl-1.1.1h/lib/libcrypto.so (found version "1.1.1h")
CMake Warning (dev) at /nix/store/21cib7707fqxwg9xpjx0hfa5p9bx8hvh-cmake-3.18.4/share/cmake-3.18/Modules/FindPackageHandleStandardArgs.cmake:273 (message):
The package name passed to `find_package_handle_standard_args` (leveldb)
does not match the name of the calling package (LevelDB). This can lead to
problems in calling code that expects `find_package` result variables
(e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
cmake/FindLevelDB.cmake:26 (find_package_handle_standard_args)
CMakeLists.txt:114 (find_package)
This warning is for project developers. Use -Wno-dev to suppress it.
-- Found leveldb: /nix/store/czd4sn99k66g6v3xs51hfxbvgxjw3m1w-leveldb-1.20/lib/libleveldb.so
-- Building and installing protobuf
-- Found Protobuf: /build/source/build/protobuf/bin/protoc-3.9.1.0 (found version "3.9.1.0")
CMake Warning (dev) at /nix/store/21cib7707fqxwg9xpjx0hfa5p9bx8hvh-cmake-3.18.4/share/cmake-3.18/Modules/FindPackageHandleStandardArgs.cmake:273 (message):
The package name passed to `find_package_handle_standard_args` (mhd) does
not match the name of the calling package (MHD). This can lead to problems
in calling code that expects `find_package` result variables (e.g.,
`_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
cmake/FindMHD.cmake:37 (find_package_handle_standard_args)
src/depends/safeserver/CMakeLists.txt:2 (find_package)
This warning is for project developers. Use -Wno-dev to suppress it.
-- Message compile flags old = -Wall;-Werror;-pedantic;-Wextra
-- Message compile flags new = -Wall;-pedantic
-- MessageSWInfo compile flags old = -Wall;-Werror;-pedantic;-Wextra
-- MessageSWInfo compile flags new = -Wall;-pedantic
-- Configuring done
-- Generating done
CMake Warning:
Manually-specified variables were not used by the project:
BUILD_TESTING
CMAKE_EXPORT_NO_PACKAGE_REGISTRY
CMAKE_POLICY_DEFAULT_CMP0025
-- Build files have been written to: /build/source/build
cmake: enabled parallel building
building
build flags: -j12 -l12 SHELL=/nix/store/516z50fm1jbpcl32qnzy7kynrh0vl22w-bash-4.4-p23/bin/bash
Scanning dependencies of target ethash
Scanning dependencies of target jsonrpc-project
Scanning dependencies of target PythonRunner
Scanning dependencies of target Common
Scanning dependencies of target Constants
Scanning dependencies of target grepperf
Scanning dependencies of target zilliqad
Scanning dependencies of target NAT
[ 0%] Creating directories for 'jsonrpc-project'
[ 0%] Building CXX object src/depends/libethash/lib/ethash/CMakeFiles/ethash.dir/ethash.cpp.o
[ 1%] Building CXX object src/depends/libethash/lib/ethash/CMakeFiles/ethash.dir/managed.cpp.o
[ 2%] Building C object src/depends/libethash/lib/ethash/CMakeFiles/ethash.dir/keccak.c.o
[ 2%] Building C object src/depends/libethash/lib/ethash/CMakeFiles/ethash.dir/keccakf1600.c.o
[ 2%] Building C object src/depends/libethash/lib/ethash/CMakeFiles/ethash.dir/primes.c.o
[ 2%] Building CXX object src/cmd/CMakeFiles/grepperf.dir/grepperf.cpp.o
[ 3%] Building CXX object src/depends/NAT/CMakeFiles/NAT.dir/nat.cpp.o
[ 3%] Building CXX object daemon/CMakeFiles/zilliqad.dir/ZilliqaDaemon.cpp.o
[ 3%] Building CXX object src/libPythonRunner/CMakeFiles/PythonRunner.dir/PythonRunner.cpp.o
[ 4%] Building CXX object src/common/CMakeFiles/Constants.dir/Constants.cpp.o
[ 4%] Building CXX object src/depends/common/CMakeFiles/Common.dir/Common.cpp.o
[ 5%] Building CXX object src/depends/common/CMakeFiles/Common.dir/CommonData.cpp.o
[ 6%] Performing download step (verify and extract) for 'jsonrpc-project'
-- verifying file...
file='/nix/store/rnzxm8zj6q0x6ja9b091k51iy241sp58-v1.2.0.tar.gz'
-- verifying file... done
-- extracting...
src='/nix/store/rnzxm8zj6q0x6ja9b091k51iy241sp58-v1.2.0.tar.gz'
dst='/build/source/build/src/depends/jsonrpc/src/jsonrpc-project'
-- extracting... [tar xfz]
[ 6%] Building CXX object src/common/CMakeFiles/Constants.dir/ErrTxn.cpp.o
[ 6%] Building CXX object src/depends/common/CMakeFiles/Common.dir/CommonIO.cpp.o
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 6%] No update step for 'jsonrpc-project'
[ 7%] Performing patch step for 'jsonrpc-project'
[ 7%] Performing configure step for 'jsonrpc-project'
-- The C compiler identification is GNU 9.3.0
-- The CXX compiler identification is GNU 9.3.0
-- Detecting C compiler ABI info
[ 8%] Building CXX object src/depends/common/CMakeFiles/Common.dir/FileSystem.cpp.o
[ 9%] Linking CXX shared library ../../../../../lib/libethash.so
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /nix/store/s3j2gpc2s7cdn2wafm192jfp9k8jfvhs-gcc-wrapper-9.3.0/bin/gcc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
[ 9%] Linking CXX shared library ../../../lib/libNAT.so
[ 9%] Built target ethash
[ 9%] Building CXX object src/depends/common/CMakeFiles/Common.dir/FixedHash.cpp.o
-- Detecting CXX compiler ABI info - done
[ 9%] Built target NAT
-- Check for working CXX compiler: /nix/store/s3j2gpc2s7cdn2wafm192jfp9k8jfvhs-gcc-wrapper-9.3.0/bin/g++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
[ 10%] Building CXX object src/depends/common/CMakeFiles/Common.dir/RLP.cpp.o
CMake Deprecation Warning at CMakeLists.txt:21 (cmake_policy):
The OLD behavior for policy CMP0042 will be removed from a future version
of CMake.
The cmake-policies(7) manual explains that the OLD behaviors of all
policies are deprecated and that a policy should be set to OLD only under
specific short-term circumstances. Projects should be ported to the NEW
behavior and not rely on setting a policy to OLD.
-- UNIX_DOMAIN_SOCKET_SERVER: On
-- UNIX_DOMAIN_SOCKET_CLIENT: On
-- TCP_SOCKET_SERVER: On
-- TCP_SOCKET_CLIENT: NO
-- HTTP_SERVER: On
-- HTTP_CLIENT: On
-- REDIS_SERVER: NO
-- REDIS_CLIENT: NO
-- UNIXDOMAINSOCKET_SERVER: On
-- UNIXDOMAINSOCKET_CLIENT: On
-- COMPILE_TESTS: Off
-- COMPILE_STUBGEN: Off
-- COMPILE_EXAMPLES: Off
CMake Warning (dev) at /nix/store/21cib7707fqxwg9xpjx0hfa5p9bx8hvh-cmake-3.18.4/share/cmake-3.18/Modules/FindPackageHandleStandardArgs.cmake:273 (message):
The package name passed to `find_package_handle_standard_args` (jsoncpp)
does not match the name of the calling package (Jsoncpp). This can lead to
problems in calling code that expects `find_package` result variables
(e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
cmake/FindJsoncpp.cmake:72 (find_package_handle_standard_args)
cmake/CMakeDependencies.cmake:10 (find_package)
CMakeLists.txt:83 (include)
This warning is for project developers. Use -Wno-dev to suppress it.
-- Found jsoncpp: /nix/store/9nygj6qxxil44l4pg6971yfzaszw4n4x-jsoncpp-1.9.4-dev/include
-- Jsoncpp header: /nix/store/9nygj6qxxil44l4pg6971yfzaszw4n4x-jsoncpp-1.9.4-dev/include
-- Jsoncpp lib : /nix/store/8pls934pd5vq5ph54i4n2cgmfvd3ifby-jsoncpp-1.9.4/lib
-- Found CURL: /nix/store/izq29d1nqgc348pi96rjlr8cvxysimsx-curl-7.73.0/lib/libcurl.so (found version "7.73.0")
-- Looking for include file pthread.h
-- Looking for include file pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE
-- CURL header: /nix/store/zm8rmg1acaazr6hsjlh52j49hm93m2b5-curl-7.73.0-dev/include
-- CURL lib : /nix/store/izq29d1nqgc348pi96rjlr8cvxysimsx-curl-7.73.0/lib/libcurl.so
CMake Warning (dev) at /nix/store/21cib7707fqxwg9xpjx0hfa5p9bx8hvh-cmake-3.18.4/share/cmake-3.18/Modules/FindPackageHandleStandardArgs.cmake:273 (message):
The package name passed to `find_package_handle_standard_args` (mhd) does
not match the name of the calling package (MHD). This can lead to problems
in calling code that expects `find_package` result variables (e.g.,
`_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
cmake/FindMHD.cmake:37 (find_package_handle_standard_args)
cmake/CMakeDependencies.cmake:30 (find_package)
CMakeLists.txt:83 (include)
This warning is for project developers. Use -Wno-dev to suppress it.
-- Found mhd: /nix/store/sr17m5sp8af6y75v7fr7hnqsqxnpiimc-libmicrohttpd-0.9.44-dev/include
-- MHD header: /nix/store/sr17m5sp8af6y75v7fr7hnqsqxnpiimc-libmicrohttpd-0.9.44-dev/include
-- MHD lib : /nix/store/ayv4wv3d1h8n6bz9babb5q407a0ymdns-libmicrohttpd-0.9.44/lib/libmicrohttpd.so
-- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
-- Configuring done
-- Generating done
-- Build files have been written to: /build/source/build/src/depends/jsonrpc/src/jsonrpc-project-build
[ 11%] Performing build step for 'jsonrpc-project'
Scanning dependencies of target common
[ 3%] Building CXX object src/jsonrpccpp/CMakeFiles/common.dir/common/errors.cpp.o
[ 7%] Building CXX object src/jsonrpccpp/CMakeFiles/common.dir/common/exception.cpp.o
[ 11%] Building CXX object src/depends/common/CMakeFiles/Common.dir/SHA3.cpp.o
[ 11%] Building CXX object src/jsonrpccpp/CMakeFiles/common.dir/common/procedure.cpp.o
[ 12%] Building CXX object src/depends/common/CMakeFiles/Common.dir/Miner.cpp.o
[ 13%] Linking CXX executable ../../bin/grepperf
[ 14%] Building CXX object src/jsonrpccpp/CMakeFiles/common.dir/common/specificationparser.cpp.o
[ 13%] Built target grepperf
[ 18%] Building CXX object src/jsonrpccpp/CMakeFiles/common.dir/common/specificationwriter.cpp.o
[ 22%] Building CXX object src/jsonrpccpp/CMakeFiles/common.dir/common/streamreader.cpp.o
/build/source/build/src/depends/jsonrpc/src/jsonrpc-project/src/jsonrpccpp/common/specificationparser.cpp: In static member function 'static std::vector<jsonrpc::Procedure> jsonrpc::SpecificationParser::GetProceduresFromString(const string&)':
/build/source/build/src/depends/jsonrpc/src/jsonrpc-project/src/jsonrpccpp/common/specificationparser.cpp:27:16: warning: 'Reader' is deprecated: Use CharReader and CharReaderBuilder instead. [-Wdeprecated-declarations]
27 | Json::Reader reader;
| ^~~~~~
In file included from /nix/store/9nygj6qxxil44l4pg6971yfzaszw4n4x-jsoncpp-1.9.4-dev/include/json/json.h:11,
from /build/source/build/src/depends/jsonrpc/src/jsonrpc-project-build/gen/jsonrpccpp/common/jsonparser.h:13,
from /build/source/build/src/depends/jsonrpc/src/jsonrpc-project/src/jsonrpccpp/common/procedure.h:16,
from /build/source/build/src/depends/jsonrpc/src/jsonrpc-project/src/jsonrpccpp/common/specificationparser.h:13,
from /build/source/build/src/depends/jsonrpc/src/jsonrpc-project/src/jsonrpccpp/common/specificationparser.cpp:10:
/nix/store/9nygj6qxxil44l4pg6971yfzaszw4n4x-jsoncpp-1.9.4-dev/include/json/reader.h:37:63: note: declared here
37 | "Use CharReader and CharReaderBuilder instead.") JSON_API Reader {
| ^~~~~~
/build/source/build/src/depends/jsonrpc/src/jsonrpc-project/src/jsonrpccpp/common/specificationparser.cpp:27:16: warning: 'Json::Reader::Reader()' is deprecated: Use CharReader and CharReaderBuilder instead [-Wdeprecated-declarations]
27 | Json::Reader reader;
| ^~~~~~
In file included from /nix/store/9nygj6qxxil44l4pg6971yfzaszw4n4x-jsoncpp-1.9.4-dev/include/json/json.h:11,
from /build/source/build/src/depends/jsonrpc/src/jsonrpc-project-build/gen/jsonrpccpp/common/jsonparser.h:13,
from /build/source/build/src/depends/jsonrpc/src/jsonrpc-project/src/jsonrpccpp/common/procedure.h:16,
from /build/source/build/src/depends/jsonrpc/src/jsonrpc-project/src/jsonrpccpp/common/specificationparser.h:13,
from /build/source/build/src/depends/jsonrpc/src/jsonrpc-project/src/jsonrpccpp/common/specificationparser.cpp:10:
/nix/store/9nygj6qxxil44l4pg6971yfzaszw4n4x-jsoncpp-1.9.4-dev/include/json/reader.h:56:3: note: declared here
56 | Reader();
| ^~~~~~
[ 25%] Building CXX object src/jsonrpccpp/CMakeFiles/common.dir/common/streamwriter.cpp.o
[ 14%] Linking CXX executable ../bin/zilliqad
[ 14%] Built target zilliqad
[ 29%] Linking CXX static library ../../lib/libjsonrpccpp-common.a
[ 29%] Built target common
Scanning dependencies of target client
Scanning dependencies of target server
[ 44%] Building CXX object src/jsonrpccpp/CMakeFiles/client.dir/client/batchresponse.cpp.o
[ 48%] Building CXX object src/jsonrpccpp/CMakeFiles/client.dir/client/client.cpp.o
[ 48%] Building CXX object src/jsonrpccpp/CMakeFiles/client.dir/client/batchcall.cpp.o
[ 48%] Building CXX object src/jsonrpccpp/CMakeFiles/client.dir/client/rpcprotocolclient.cpp.o
[ 48%] Building CXX object src/jsonrpccpp/CMakeFiles/client.dir/client/connectors/httpclient.cpp.o
[ 51%] Building CXX object src/jsonrpccpp/CMakeFiles/client.dir/client/connectors/unixdomainsocketclient.cpp.o
[ 55%] Building CXX object src/jsonrpccpp/CMakeFiles/server.dir/server/abstractprotocolhandler.cpp.o
/build/source/build/src/depends/jsonrpc/src/jsonrpc-project/src/jsonrpccpp/client/client.cpp: In member function 'void jsonrpc::Client::CallProcedures(const jsonrpc::BatchCall&, jsonrpc::BatchResponse&)':
/build/source/build/src/depends/jsonrpc/src/jsonrpc-project/src/jsonrpccpp/client/client.cpp:34:16: warning: 'Reader' is deprecated: Use CharReader and CharReaderBuilder instead. [-Wdeprecated-declarations]
34 | Json::Reader reader;
| ^~~~~~
In file included from /nix/store/9nygj6qxxil44l4pg6971yfzaszw4n4x-jsoncpp-1.9.4-dev/include/json/json.h:11,
from /build/source/build/src/depends/jsonrpc/src/jsonrpc-project-build/gen/jsonrpccpp/common/jsonparser.h:13,
from /build/source/build/src/depends/jsonrpc/src/jsonrpc-project/src/jsonrpccpp/../jsonrpccpp/common/errors.h:16,
from /build/source/build/src/depends/jsonrpc/src/jsonrpc-project/src/jsonrpccpp/../jsonrpccpp/common/exception.h:17,
from /build/source/build/src/depends/jsonrpc/src/jsonrpc-project/src/jsonrpccpp/client/iclientconnector.h:14,
from /build/source/build/src/depends/jsonrpc/src/jsonrpc-project/src/jsonrpccpp/client/client.h:13,
from /build/source/build/src/depends/jsonrpc/src/jsonrpc-project/src/jsonrpccpp/client/client.cpp:10:
/nix/store/9nygj6qxxil44l4pg6971yfzaszw4n4x-jsoncpp-1.9.4-dev/include/json/reader.h:37:63: note: declared here
37 | "Use CharReader and CharReaderBuilder instead.") JSON_API Reader {
| ^~~~~~
/build/source/build/src/depends/jsonrpc/src/jsonrpc-project/src/jsonrpccpp/client/client.cpp:34:16: warning: 'Json::Reader::Reader()' is deprecated: Use CharReader and CharReaderBuilder instead [-Wdeprecated-declarations]
34 | Json::Reader reader;
| ^~~~~~
In file included from /nix/store/9nygj6qxxil44l4pg6971yfzaszw4n4x-jsoncpp-1.9.4-dev/include/json/json.h:11,
from /build/source/build/src/depends/jsonrpc/src/jsonrpc-project-build/gen/jsonrpccpp/common/jsonparser.h:13,
from /build/source/build/src/depends/jsonrpc/src/jsonrpc-project/src/jsonrpccpp/../jsonrpccpp/common/errors.h:16,
from /build/source/build/src/depends/jsonrpc/src/jsonrpc-project/src/jsonrpccpp/../jsonrpccpp/common/exception.h:17,
from /build/source/build/src/depends/jsonrpc/src/jsonrpc-project/src/jsonrpccpp/client/iclientconnector.h:14,
from /build/source/build/src/depends/jsonrpc/src/jsonrpc-project/src/jsonrpccpp/client/client.h:13,
from /build/source/build/src/depends/jsonrpc/src/jsonrpc-project/src/jsonrpccpp/client/client.cpp:10:
/nix/store/9nygj6qxxil44l4pg6971yfzaszw4n4x-jsoncpp-1.9.4-dev/include/json/reader.h:56:3: note: declared here
56 | Reader();
| ^~~~~~
[ 15%] Linking CXX static library libPythonRunner.a
/build/source/build/src/depends/jsonrpc/src/jsonrpc-project/src/jsonrpccpp/server/abstractprotocolhandler.cpp: In member function 'virtual void jsonrpc::AbstractProtocolHandler::HandleRequest(const string&, std::string&)':
/build/source/build/src/depends/jsonrpc/src/jsonrpc-project/src/jsonrpccpp/server/abstractprotocolhandler.cpp:31:16: warning: 'Reader' is deprecated: Use CharReader and CharReaderBuilder instead. [-Wdeprecated-declarations]
31 | Json::Reader reader;
| ^~~~~~
In file included from /nix/store/9nygj6qxxil44l4pg6971yfzaszw4n4x-jsoncpp-1.9.4-dev/include/json/json.h:11,
from /build/source/build/src/depends/jsonrpc/src/jsonrpc-project-build/gen/jsonrpccpp/common/jsonparser.h:13,
from /build/source/build/src/depends/jsonrpc/src/jsonrpc-project/src/jsonrpccpp/../jsonrpccpp/common/procedure.h:16,
from /build/source/build/src/depends/jsonrpc/src/jsonrpc-project/src/jsonrpccpp/server/abstractprotocolhandler.h:17,
from /build/source/build/src/depends/jsonrpc/src/jsonrpc-project/src/jsonrpccpp/server/abstractprotocolhandler.cpp:10:
/nix/store/9nygj6qxxil44l4pg6971yfzaszw4n4x-jsoncpp-1.9.4-dev/include/json/reader.h:37:63: note: declared here
37 | "Use CharReader and CharReaderBuilder instead.") JSON_API Reader {
| ^~~~~~
/build/source/build/src/depends/jsonrpc/src/jsonrpc-project/src/jsonrpccpp/server/abstractprotocolhandler.cpp:31:16: warning: 'Json::Reader::Reader()' is deprecated: Use CharReader and CharReaderBuilder instead [-Wdeprecated-declarations]
31 | Json::Reader reader;
| ^~~~~~
In file included from /nix/store/9nygj6qxxil44l4pg6971yfzaszw4n4x-jsoncpp-1.9.4-dev/include/json/json.h:11,
from /build/source/build/src/depends/jsonrpc/src/jsonrpc-project-build/gen/jsonrpccpp/common/jsonparser.h:13,
from /build/source/build/src/depends/jsonrpc/src/jsonrpc-project/src/jsonrpccpp/../jsonrpccpp/common/procedure.h:16,
from /build/source/build/src/depends/jsonrpc/src/jsonrpc-project/src/jsonrpccpp/server/abstractprotocolhandler.h:17,
from /build/source/build/src/depends/jsonrpc/src/jsonrpc-project/src/jsonrpccpp/server/abstractprotocolhandler.cpp:10:
/nix/store/9nygj6qxxil44l4pg6971yfzaszw4n4x-jsoncpp-1.9.4-dev/include/json/reader.h:56:3: note: declared here
56 | Reader();
| ^~~~~~
[ 15%] Built target PythonRunner
/build/source/build/src/depends/jsonrpc/src/jsonrpc-project/src/jsonrpccpp/client/rpcprotocolclient.cpp: In member function 'void jsonrpc::RpcProtocolClient::HandleResponse(const string&, Json::Value&)':
/build/source/build/src/depends/jsonrpc/src/jsonrpc-project/src/jsonrpccpp/client/rpcprotocolclient.cpp:42:16: warning: 'Reader' is deprecated: Use CharReader and CharReaderBuilder instead. [-Wdeprecated-declarations]
42 | Json::Reader reader;
| ^~~~~~
In file included from /nix/store/9nygj6qxxil44l4pg6971yfzaszw4n4x-jsoncpp-1.9.4-dev/include/json/json.h:11,
from /build/source/build/src/depends/jsonrpc/src/jsonrpc-project-build/gen/jsonrpccpp/common/jsonparser.h:13,
from /build/source/build/src/depends/jsonrpc/src/jsonrpc-project/src/jsonrpccpp/../jsonrpccpp/common/errors.h:16,
from /build/source/build/src/depends/jsonrpc/src/jsonrpc-project/src/jsonrpccpp/../jsonrpccpp/common/exception.h:17,
from /build/source/build/src/depends/jsonrpc/src/jsonrpc-project/src/jsonrpccpp/client/rpcprotocolclient.h:13,
from /build/source/build/src/depends/jsonrpc/src/jsonrpc-project/src/jsonrpccpp/client/rpcprotocolclient.cpp:10:
/nix/store/9nygj6qxxil44l4pg6971yfzaszw4n4x-jsoncpp-1.9.4-dev/include/json/reader.h:37:63: note: declared here
37 | "Use CharReader and CharReaderBuilder instead.") JSON_API Reader {
| ^~~~~~
/build/source/build/src/depends/jsonrpc/src/jsonrpc-project/src/jsonrpccpp/client/rpcprotocolclient.cpp:42:16: warning: 'Json::Reader::Reader()' is deprecated: Use CharReader and CharReaderBuilder instead [-Wdeprecated-declarations]
42 | Json::Reader reader;
| ^~~~~~
In file included from /nix/store/9nygj6qxxil44l4pg6971yfzaszw4n4x-jsoncpp-1.9.4-dev/include/json/json.h:11,
from /build/source/build/src/depends/jsonrpc/src/jsonrpc-project-build/gen/jsonrpccpp/common/jsonparser.h:13,
from /build/source/build/src/depends/jsonrpc/src/jsonrpc-project/src/jsonrpccpp/../jsonrpccpp/common/errors.h:16,
from /build/source/build/src/depends/jsonrpc/src/jsonrpc-project/src/jsonrpccpp/../jsonrpccpp/common/exception.h:17,
from /build/source/build/src/depends/jsonrpc/src/jsonrpc-project/src/jsonrpccpp/client/rpcprotocolclient.h:13,
from /build/source/build/src/depends/jsonrpc/src/jsonrpc-project/src/jsonrpccpp/client/rpcprotocolclient.cpp:10:
/nix/store/9nygj6qxxil44l4pg6971yfzaszw4n4x-jsoncpp-1.9.4-dev/include/json/reader.h:56:3: note: declared here
56 | Reader();
| ^~~~~~
[ 59%] Building CXX object src/jsonrpccpp/CMakeFiles/server.dir/server/abstractserverconnector.cpp.o
[ 62%] Building CXX object src/jsonrpccpp/CMakeFiles/server.dir/server/abstractthreadedserver.cpp.o
[ 66%] Building CXX object src/jsonrpccpp/CMakeFiles/server.dir/server/requesthandlerfactory.cpp.o
[ 70%] Building CXX object src/jsonrpccpp/CMakeFiles/server.dir/server/rpcprotocolserver12.cpp.o
[ 74%] Building CXX object src/jsonrpccpp/CMakeFiles/server.dir/server/rpcprotocolserverv1.cpp.o
[ 77%] Building CXX object src/jsonrpccpp/CMakeFiles/server.dir/server/rpcprotocolserverv2.cpp.o
[ 81%] Linking CXX static library ../../lib/libjsonrpccpp-client.a
[ 81%] Built target client
[ 85%] Building CXX object src/jsonrpccpp/CMakeFiles/server.dir/server/connectors/httpserver.cpp.o
[ 88%] Building CXX object src/jsonrpccpp/CMakeFiles/server.dir/server/connectors/unixdomainsocketserver.cpp.o
[ 92%] Building CXX object src/jsonrpccpp/CMakeFiles/server.dir/server/connectors/tcpsocketserver.cpp.o
[ 96%] Building CXX object src/jsonrpccpp/CMakeFiles/server.dir/server/connectors/linuxtcpsocketserver.cpp.o
/build/source/build/src/depends/jsonrpc/src/jsonrpc-project/src/jsonrpccpp/server/rpcprotocolserver12.cpp: In member function 'virtual void jsonrpc::RpcProtocolServer12::HandleRequest(const string&, std::string&)':
/build/source/build/src/depends/jsonrpc/src/jsonrpc-project/src/jsonrpccpp/server/rpcprotocolserver12.cpp:25:16: warning: 'Reader' is deprecated: Use CharReader and CharReaderBuilder instead. [-Wdeprecated-declarations]
25 | Json::Reader reader;
| ^~~~~~
In file included from /nix/store/9nygj6qxxil44l4pg6971yfzaszw4n4x-jsoncpp-1.9.4-dev/include/json/json.h:11,
from /build/source/build/src/depends/jsonrpc/src/jsonrpc-project-build/gen/jsonrpccpp/common/jsonparser.h:13,
from /build/source/build/src/depends/jsonrpc/src/jsonrpc-project/src/jsonrpccpp/../jsonrpccpp/common/procedure.h:16,
from /build/source/build/src/depends/jsonrpc/src/jsonrpc-project/src/jsonrpccpp/server/abstractprotocolhandler.h:17,
from /build/source/build/src/depends/jsonrpc/src/jsonrpc-project/src/jsonrpccpp/server/rpcprotocolserver12.h:13,
from /build/source/build/src/depends/jsonrpc/src/jsonrpc-project/src/jsonrpccpp/server/rpcprotocolserver12.cpp:10:
/nix/store/9nygj6qxxil44l4pg6971yfzaszw4n4x-jsoncpp-1.9.4-dev/include/json/reader.h:37:63: note: declared here
37 | "Use CharReader and CharReaderBuilder instead.") JSON_API Reader {
| ^~~~~~
/build/source/build/src/depends/jsonrpc/src/jsonrpc-project/src/jsonrpccpp/server/rpcprotocolserver12.cpp:25:16: warning: 'Json::Reader::Reader()' is deprecated: Use CharReader and CharReaderBuilder instead [-Wdeprecated-declarations]
25 | Json::Reader reader;
| ^~~~~~
In file included from /nix/store/9nygj6qxxil44l4pg6971yfzaszw4n4x-jsoncpp-1.9.4-dev/include/json/json.h:11,
from /build/source/build/src/depends/jsonrpc/src/jsonrpc-project-build/gen/jsonrpccpp/common/jsonparser.h:13,
from /build/source/build/src/depends/jsonrpc/src/jsonrpc-project/src/jsonrpccpp/../jsonrpccpp/common/procedure.h:16,
from /build/source/build/src/depends/jsonrpc/src/jsonrpc-project/src/jsonrpccpp/server/abstractprotocolhandler.h:17,
from /build/source/build/src/depends/jsonrpc/src/jsonrpc-project/src/jsonrpccpp/server/rpcprotocolserver12.h:13,
from /build/source/build/src/depends/jsonrpc/src/jsonrpc-project/src/jsonrpccpp/server/rpcprotocolserver12.cpp:10:
/nix/store/9nygj6qxxil44l4pg6971yfzaszw4n4x-jsoncpp-1.9.4-dev/include/json/reader.h:56:3: note: declared here
56 | Reader();
| ^~~~~~
[100%] Linking CXX static library ../../lib/libjsonrpccpp-server.a
[100%] Built target server
[ 16%] Performing install step for 'jsonrpc-project'
[ 29%] Built target common
[ 74%] Built target server
[100%] Built target client
Install the project...
-- Install configuration: "Release"
-- Installing: /build/source/build/src/depends/jsonrpc/lib64/libjson-rpc-cpp/cmake/libjson-rpc-cppTargets.cmake
-- Installing: /build/source/build/src/depends/jsonrpc/lib64/libjson-rpc-cpp/cmake/libjson-rpc-cppTargets-release.cmake
-- Installing: /build/source/build/src/depends/jsonrpc/lib64/libjson-rpc-cpp/cmake/libjson-rpc-cppConfig.cmake
-- Installing: /build/source/build/src/depends/jsonrpc/lib64/libjson-rpc-cpp/cmake/libjson-rpc-cppConfigVersion.cmake
-- Installing: /build/source/build/src/depends/jsonrpc/include/jsonrpccpp/version.h
-- Installing: /build/source/build/src/depends/jsonrpc/include/jsonrpccpp/common/jsonparser.h
-- Installing: /build/source/build/src/depends/jsonrpc/include/jsonrpccpp/client.h
-- Installing: /build/source/build/src/depends/jsonrpc/include/jsonrpccpp/server.h
-- Installing: /build/source/build/src/depends/jsonrpc/include/jsonrpccpp/common/errors.h
-- Installing: /build/source/build/src/depends/jsonrpc/include/jsonrpccpp/common/exception.h
-- Installing: /build/source/build/src/depends/jsonrpc/include/jsonrpccpp/common/procedure.h
-- Installing: /build/source/build/src/depends/jsonrpc/include/jsonrpccpp/common/sharedconstants.h
-- Installing: /build/source/build/src/depends/jsonrpc/include/jsonrpccpp/common/specification.h
-- Installing: /build/source/build/src/depends/jsonrpc/include/jsonrpccpp/common/specificationparser.h
-- Installing: /build/source/build/src/depends/jsonrpc/include/jsonrpccpp/common/specificationwriter.h
-- Installing: /build/source/build/src/depends/jsonrpc/include/jsonrpccpp/common/streamreader.h
-- Installing: /build/source/build/src/depends/jsonrpc/include/jsonrpccpp/common/streamwriter.h
-- Installing: /build/source/build/src/depends/jsonrpc/include/jsonrpccpp/client/batchcall.h
-- Installing: /build/source/build/src/depends/jsonrpc/include/jsonrpccpp/client/batchresponse.h
-- Installing: /build/source/build/src/depends/jsonrpc/include/jsonrpccpp/client/client.h
-- Installing: /build/source/build/src/depends/jsonrpc/include/jsonrpccpp/client/iclientconnector.h
-- Installing: /build/source/build/src/depends/jsonrpc/include/jsonrpccpp/server/abstractserver.h
-- Installing: /build/source/build/src/depends/jsonrpc/include/jsonrpccpp/server/abstractserverconnector.h
-- Installing: /build/source/build/src/depends/jsonrpc/include/jsonrpccpp/server/abstractthreadedserver.h
-- Installing: /build/source/build/src/depends/jsonrpc/include/jsonrpccpp/server/iclientconnectionhandler.h
-- Installing: /build/source/build/src/depends/jsonrpc/include/jsonrpccpp/server/iprocedureinvokationhandler.h
-- Installing: /build/source/build/src/depends/jsonrpc/include/jsonrpccpp/server/requesthandlerfactory.h
-- Installing: /build/source/build/src/depends/jsonrpc/include/jsonrpccpp/server/threadpool.h
-- Installing: /build/source/build/src/depends/jsonrpc/include/jsonrpccpp/client/connectors/httpclient.h
-- Installing: /build/source/build/src/depends/jsonrpc/include/jsonrpccpp/client/connectors/unixdomainsocketclient.h
-- Installing: /build/source/build/src/depends/jsonrpc/include/jsonrpccpp/server/connectors/httpserver.h
-- Installing: /build/source/build/src/depends/jsonrpc/include/jsonrpccpp/server/connectors/unixdomainsocketserver.h
-- Installing: /build/source/build/src/depends/jsonrpc/include/jsonrpccpp/server/connectors/tcpsocketserver.h
-- Installing: /build/source/build/src/depends/jsonrpc/include/jsonrpccpp/server/connectors/linuxtcpsocketserver.h
-- Installing: /build/source/build/src/depends/jsonrpc/lib64/libjsonrpccpp-common.a
-- Installing: /build/source/build/src/depends/jsonrpc/lib64/libjsonrpccpp-client.a
-- Installing: /build/source/build/src/depends/jsonrpc/lib64/libjsonrpccpp-server.a
-- Installing: /build/source/build/src/depends/jsonrpc/lib64/pkgconfig/libjsonrpccpp-server.pc
-- Installing: /build/source/build/src/depends/jsonrpc/lib64/pkgconfig/libjsonrpccpp-client.pc
-- Installing: /build/source/build/src/depends/jsonrpc/lib64/pkgconfig/libjsonrpccpp-common.pc
[ 16%] Completed 'jsonrpc-project'
[ 16%] Built target jsonrpc-project
Scanning dependencies of target SafeServer
[ 17%] Building CXX object src/depends/safeserver/CMakeFiles/SafeServer.dir/safehttpserver.cpp.o
[ 17%] Linking CXX shared library ../../../lib/libCommon.so
[ 17%] Built target Common
[ 17%] Linking CXX static library libSafeServer.a
[ 17%] Built target SafeServer
[ 18%] Linking CXX static library libConstants.a
[ 18%] Built target Constants
Scanning dependencies of target Utils
Scanning dependencies of target RumorSpreading
[ 18%] Building CXX object src/libRumorSpreading/CMakeFiles/RumorSpreading.dir/MemberID.cpp.o
[ 18%] Building CXX object src/libRumorSpreading/CMakeFiles/RumorSpreading.dir/RumorSpreadingInterface.cpp.o
[ 19%] Building CXX object src/libRumorSpreading/CMakeFiles/RumorSpreading.dir/RumorHolder.cpp.o
[ 20%] Building CXX object src/libRumorSpreading/CMakeFiles/RumorSpreading.dir/RumorStateMachine.cpp.o
[ 21%] Building CXX object src/libRumorSpreading/CMakeFiles/RumorSpreading.dir/NetworkConfig.cpp.o
[ 21%] Building CXX object src/libRumorSpreading/CMakeFiles/RumorSpreading.dir/Message.cpp.o
[ 22%] Building CXX object src/libUtils/CMakeFiles/Utils.dir/BitVector.cpp.o
[ 22%] Building CXX object src/libUtils/CMakeFiles/Utils.dir/Logger.cpp.o
[ 22%] Building CXX object src/libUtils/CMakeFiles/Utils.dir/Scheduler.cpp.o
[ 22%] Building CXX object src/libUtils/CMakeFiles/Utils.dir/DataConversion.cpp.o
[ 23%] Building CXX object src/libUtils/CMakeFiles/Utils.dir/SanityChecks.cpp.o
[ 24%] Building CXX object src/libUtils/CMakeFiles/Utils.dir/ShardSizeCalculator.cpp.o
[ 24%] Building CXX object src/libUtils/CMakeFiles/Utils.dir/TimeUtils.cpp.o
[ 25%] Building CXX object src/libUtils/CMakeFiles/Utils.dir/RootComputation.cpp.o
[ 25%] Building CXX object src/libUtils/CMakeFiles/Utils.dir/IPConverter.cpp.o
[ 26%] Building CXX object src/libUtils/CMakeFiles/Utils.dir/UpgradeManager.cpp.o
[ 26%] Building CXX object src/libUtils/CMakeFiles/Utils.dir/SWInfo.cpp.o
[ 27%] Building CXX object src/libUtils/CMakeFiles/Utils.dir/FileSystem.cpp.o
[ 27%] Building CXX object src/libUtils/CMakeFiles/Utils.dir/ScillaUtils.cpp.o
[ 27%] Linking CXX static library libRumorSpreading.a
[ 27%] Built target RumorSpreading
[ 28%] Linking CXX static library libUtils.a
[ 28%] Built target Utils
[ 29%] Running cpp protocol buffer compiler on ZilliqaMessage.proto
Scanning dependencies of target MessageSWInfo
[ 30%] Building CXX object src/libMessage/CMakeFiles/MessageSWInfo.dir/MessengerSWInfo.cpp.o
[ 30%] Building CXX object src/libMessage/CMakeFiles/MessageSWInfo.dir/ZilliqaMessage.pb.cc.o
[ 30%] Linking CXX static library libMessageSWInfo.a
[ 30%] Built target MessageSWInfo
Scanning dependencies of target verifymultisig
Scanning dependencies of target Database
Scanning dependencies of target signmultisig
Scanning dependencies of target CoinbaseData
Scanning dependencies of target getaddr
Scanning dependencies of target genkeypair
Scanning dependencies of target getpub
[ 30%] Building CXX object src/cmd/CMakeFiles/verifymultisig.dir/verifymultisig.cpp.o
[ 30%] Building CXX object src/libData/CoinbaseData/CMakeFiles/CoinbaseData.dir/CoinbaseStruct.cpp.o
[ 30%] Building CXX object src/cmd/CMakeFiles/signmultisig.dir/signmultisig.cpp.o
[ 30%] Building CXX object src/cmd/CMakeFiles/getaddr.dir/GetAddressFromPubKey.cpp.o
[ 30%] Building CXX object src/cmd/CMakeFiles/genkeypair.dir/genkeypair.cpp.o
[ 30%] Building CXX object src/depends/libDatabase/CMakeFiles/Database.dir/OverlayDB.cpp.o
[ 30%] Building CXX object src/cmd/CMakeFiles/getpub.dir/GetPubKeyFromPrivKey.cpp.o
[ 31%] Building CXX object src/depends/libDatabase/CMakeFiles/Database.dir/MemoryDB.cpp.o
[ 31%] Building CXX object src/depends/libDatabase/CMakeFiles/Database.dir/LevelDB.cpp.o
[ 32%] Linking CXX static library libCoinbaseData.a
[ 32%] Built target CoinbaseData
[ 33%] Linking CXX executable ../../bin/genkeypair
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyNumber_InPlaceRemainder'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyLong_FromLong'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyUnicode_AsUTF8String'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyUnicode_FromFormat'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyExc_ValueError'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyModule_Create2'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyNumber_And'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PySlice_New'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyList_Sort'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyImport_ImportModule'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyExc_OverflowError'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyType_IsSubtype'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyLong_Type'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyObject_SetAttrString'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyList_Insert'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyRun_FileExFlags'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyExc_RuntimeError'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyComplex_Type'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyDict_Type'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyDict_Copy'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyObject_CallFunction'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyUnicode_Type'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyDict_Size'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyEval_CallFunction'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyStaticMethod_New'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyList_Reverse'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyUnicode_FromString'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyErr_NoMemory'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyErr_SetString'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `_Py_fopen'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyBaseObject_Type'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyUnicode_FromStringAndSize'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyObject_IsInstance'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyList_Type'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyModule_Type'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyList_Append'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyMem_Free'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyType_Type'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyNumber_InPlaceLshift'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyBytes_AsString'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyProperty_Type'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyDict_Values'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyObject_ClearWeakRefs'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyDict_Keys'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `_PyObject_New'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyNumber_InPlaceMultiply'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyArg_ParseTupleAndKeywords'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyNumber_Subtract'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `_Py_NoneStruct'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyObject_DelItem'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `_PyType_Lookup'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyCallable_Check'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyErr_Clear'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyNumber_Xor'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyLong_AsUnsignedLongLong'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyErr_ExceptionMatches'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyNumber_InPlaceAdd'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyDict_New'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyRun_StringFlags'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyMethod_New'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyBytes_Size'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyNumber_Or'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyErr_NewException'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyNumber_InPlaceOr'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyLong_AsUnsignedLong'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyExc_ReferenceError'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `_Py_NotImplementedStruct'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyLong_AsSsize_t'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyEval_GetGlobals'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyErr_SetObject'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyObject_GetItem'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyComplex_RealAsDouble'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyExc_TypeError'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyObject_SetItem'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyType_Ready'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyDict_Items'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyNumber_Lshift'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyObject_IsTrue'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyDict_GetItemString'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyNumber_Add'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyBool_FromLong'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyLong_AsLong'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyTuple_GetItem'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyNumber_InPlaceSubtract'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyFloat_Type'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyExc_IndexError'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyDict_Clear'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyNumber_Rshift'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyObject_RichCompare'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyObject_Size'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyNumber_FloorDivide'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyLong_AsLongLong'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyBool_Type'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyUnicode_AsWideChar'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyNumber_Multiply'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyIter_Next'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyErr_WarnEx'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyExc_StopIteration'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyObject_Call'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyDict_Update'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyType_GenericAlloc'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyObject_CallMethod'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyNumber_InPlaceAnd'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyNumber_InPlaceFloorDivide'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyObject_GetAttr'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyUnicode_FromEncodedObject'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyObject_GetAttrString'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyMem_Malloc'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyTuple_Type'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyCFunction_Type'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyList_New'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyMethod_Type'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyDict_GetItem'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyUnicode_AsUTF8'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyTuple_New'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyNumber_InPlaceXor'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyErr_Format'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyObject_SetAttr'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyNumber_InPlaceRshift'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyCFunction_NewEx'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyStaticMethod_Type'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyLong_FromUnsignedLong'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyExc_AttributeError'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyTuple_Size'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyUnicode_InternFromString'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyErr_Occurred'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyNumber_Remainder'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyWeakref_NewRef'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyComplex_ImagAsDouble'
collect2: error: ld returned 1 exit status
make[2]: *** [src/cmd/CMakeFiles/genkeypair.dir/build.make:113: bin/genkeypair] Error 1
make[1]: *** [CMakeFiles/Makefile2:1442: src/cmd/CMakeFiles/genkeypair.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 34%] Linking CXX executable ../../bin/signmultisig
[ 35%] Linking CXX executable ../../bin/verifymultisig
[ 36%] Linking CXX executable ../../bin/getpub
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyNumber_InPlaceRemainder'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyLong_FromLong'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyUnicode_AsUTF8String'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyUnicode_FromFormat'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyExc_ValueError'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyModule_Create2'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyNumber_And'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PySlice_New'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyList_Sort'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyImport_ImportModule'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyExc_OverflowError'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyType_IsSubtype'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyLong_Type'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyObject_SetAttrString'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyList_Insert'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyRun_FileExFlags'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyExc_RuntimeError'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyComplex_Type'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyDict_Type'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyDict_Copy'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyObject_CallFunction'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyUnicode_Type'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyDict_Size'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyEval_CallFunction'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyStaticMethod_New'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyList_Reverse'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyUnicode_FromString'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyErr_NoMemory'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyErr_SetString'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `_Py_fopen'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyBaseObject_Type'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyUnicode_FromStringAndSize'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyObject_IsInstance'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyList_Type'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyModule_Type'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyList_Append'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyMem_Free'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyType_Type'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyNumber_InPlaceLshift'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyBytes_AsString'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyProperty_Type'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyDict_Values'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyObject_ClearWeakRefs'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyDict_Keys'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `_PyObject_New'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyNumber_InPlaceMultiply'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyArg_ParseTupleAndKeywords'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyNumber_Subtract'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `_Py_NoneStruct'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyObject_DelItem'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `_PyType_Lookup'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyCallable_Check'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyErr_Clear'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyNumber_Xor'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyLong_AsUnsignedLongLong'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyErr_ExceptionMatches'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyNumber_InPlaceAdd'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyDict_New'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyRun_StringFlags'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyMethod_New'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyBytes_Size'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyNumber_Or'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyErr_NewException'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyNumber_InPlaceOr'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyLong_AsUnsignedLong'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyExc_ReferenceError'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `_Py_NotImplementedStruct'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyLong_AsSsize_t'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyEval_GetGlobals'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyErr_SetObject'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyObject_GetItem'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyComplex_RealAsDouble'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyExc_TypeError'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyObject_SetItem'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyType_Ready'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyDict_Items'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyNumber_Lshift'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyObject_IsTrue'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyDict_GetItemString'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyNumber_Add'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyBool_FromLong'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyLong_AsLong'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyTuple_GetItem'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyNumber_InPlaceSubtract'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyFloat_Type'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyExc_IndexError'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyDict_Clear'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyNumber_Rshift'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyObject_RichCompare'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyObject_Size'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyNumber_FloorDivide'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyLong_AsLongLong'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyBool_Type'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyUnicode_AsWideChar'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyNumber_Multiply'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyIter_Next'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyErr_WarnEx'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyExc_StopIteration'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyObject_Call'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyDict_Update'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyType_GenericAlloc'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyObject_CallMethod'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyNumber_InPlaceAnd'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyNumber_InPlaceFloorDivide'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyObject_GetAttr'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyUnicode_FromEncodedObject'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyObject_GetAttrString'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyMem_Malloc'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyTuple_Type'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyCFunction_Type'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyList_New'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyMethod_Type'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyDict_GetItem'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyUnicode_AsUTF8'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyTuple_New'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyNumber_InPlaceXor'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyErr_Format'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyObject_SetAttr'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyNumber_InPlaceRshift'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyCFunction_NewEx'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyStaticMethod_Type'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyLong_FromUnsignedLong'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyExc_AttributeError'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyTuple_Size'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyUnicode_InternFromString'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyErr_Occurred'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyNumber_Remainder'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyWeakref_NewRef'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyComplex_ImagAsDouble'
collect2: error: ld returned 1 exit status
make[2]: *** [src/cmd/CMakeFiles/signmultisig.dir/build.make:113: bin/signmultisig] Error 1
make[1]: *** [CMakeFiles/Makefile2:1042: src/cmd/CMakeFiles/signmultisig.dir/all] Error 2
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyNumber_InPlaceRemainder'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyLong_FromLong'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyUnicode_AsUTF8String'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyUnicode_FromFormat'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyExc_ValueError'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyModule_Create2'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyNumber_And'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PySlice_New'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyList_Sort'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyImport_ImportModule'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyExc_OverflowError'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyType_IsSubtype'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyLong_Type'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyObject_SetAttrString'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyList_Insert'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyRun_FileExFlags'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyExc_RuntimeError'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyComplex_Type'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyDict_Type'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyDict_Copy'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyObject_CallFunction'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyUnicode_Type'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyDict_Size'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyEval_CallFunction'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyStaticMethod_New'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyList_Reverse'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyUnicode_FromString'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyErr_NoMemory'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyErr_SetString'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `_Py_fopen'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyBaseObject_Type'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyUnicode_FromStringAndSize'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyObject_IsInstance'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyList_Type'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyModule_Type'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyList_Append'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyMem_Free'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyType_Type'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyNumber_InPlaceLshift'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyBytes_AsString'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyProperty_Type'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyDict_Values'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyObject_ClearWeakRefs'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyDict_Keys'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `_PyObject_New'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyNumber_InPlaceMultiply'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyArg_ParseTupleAndKeywords'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyNumber_Subtract'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `_Py_NoneStruct'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyObject_DelItem'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `_PyType_Lookup'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyCallable_Check'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyErr_Clear'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyNumber_Xor'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyLong_AsUnsignedLongLong'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyErr_ExceptionMatches'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyNumber_InPlaceAdd'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyDict_New'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyRun_StringFlags'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyMethod_New'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyBytes_Size'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyNumber_Or'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyErr_NewException'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyNumber_InPlaceOr'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyLong_AsUnsignedLong'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyExc_ReferenceError'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `_Py_NotImplementedStruct'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyLong_AsSsize_t'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyEval_GetGlobals'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyErr_SetObject'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyObject_GetItem'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyComplex_RealAsDouble'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyExc_TypeError'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyObject_SetItem'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyType_Ready'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyDict_Items'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyNumber_Lshift'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyObject_IsTrue'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyDict_GetItemString'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyNumber_Add'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyBool_FromLong'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyLong_AsLong'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyTuple_GetItem'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyNumber_InPlaceSubtract'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyFloat_Type'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyExc_IndexError'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyDict_Clear'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyNumber_Rshift'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyObject_RichCompare'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyObject_Size'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyNumber_FloorDivide'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyLong_AsLongLong'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyBool_Type'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyUnicode_AsWideChar'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyNumber_Multiply'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyIter_Next'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyErr_WarnEx'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyExc_StopIteration'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyObject_Call'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyDict_Update'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyType_GenericAlloc'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyObject_CallMethod'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyNumber_InPlaceAnd'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyNumber_InPlaceFloorDivide'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyObject_GetAttr'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyUnicode_FromEncodedObject'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyObject_GetAttrString'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyMem_Malloc'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyTuple_Type'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyCFunction_Type'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyList_New'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyMethod_Type'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyDict_GetItem'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyUnicode_AsUTF8'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyTuple_New'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyNumber_InPlaceXor'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyErr_Format'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyObject_SetAttr'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyNumber_InPlaceRshift'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyCFunction_NewEx'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyStaticMethod_Type'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyLong_FromUnsignedLong'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyExc_AttributeError'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyTuple_Size'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyUnicode_InternFromString'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyErr_Occurred'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyNumber_Remainder'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyWeakref_NewRef'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyComplex_ImagAsDouble'
collect2: error: ld returned 1 exit status
make[2]: *** [src/cmd/CMakeFiles/verifymultisig.dir/build.make:113: bin/verifymultisig] Error 1
make[1]: *** [CMakeFiles/Makefile2:975: src/cmd/CMakeFiles/verifymultisig.dir/all] Error 2
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyNumber_InPlaceRemainder'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyLong_FromLong'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyUnicode_AsUTF8String'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyUnicode_FromFormat'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyExc_ValueError'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyModule_Create2'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyNumber_And'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PySlice_New'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyList_Sort'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyImport_ImportModule'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyExc_OverflowError'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyType_IsSubtype'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyLong_Type'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyObject_SetAttrString'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyList_Insert'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyRun_FileExFlags'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyExc_RuntimeError'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyComplex_Type'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyDict_Type'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyDict_Copy'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyObject_CallFunction'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyUnicode_Type'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyDict_Size'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyEval_CallFunction'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyStaticMethod_New'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyList_Reverse'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyUnicode_FromString'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyErr_NoMemory'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyErr_SetString'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `_Py_fopen'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyBaseObject_Type'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyUnicode_FromStringAndSize'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyObject_IsInstance'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyList_Type'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyModule_Type'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyList_Append'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyMem_Free'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyType_Type'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyNumber_InPlaceLshift'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyBytes_AsString'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyProperty_Type'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyDict_Values'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyObject_ClearWeakRefs'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyDict_Keys'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `_PyObject_New'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyNumber_InPlaceMultiply'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyArg_ParseTupleAndKeywords'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyNumber_Subtract'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `_Py_NoneStruct'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyObject_DelItem'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `_PyType_Lookup'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyCallable_Check'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyErr_Clear'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyNumber_Xor'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyLong_AsUnsignedLongLong'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyErr_ExceptionMatches'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyNumber_InPlaceAdd'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyDict_New'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyRun_StringFlags'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyMethod_New'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyBytes_Size'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyNumber_Or'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyErr_NewException'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyNumber_InPlaceOr'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyLong_AsUnsignedLong'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyExc_ReferenceError'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `_Py_NotImplementedStruct'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyLong_AsSsize_t'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyEval_GetGlobals'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyErr_SetObject'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyObject_GetItem'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyComplex_RealAsDouble'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyExc_TypeError'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyObject_SetItem'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyType_Ready'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyDict_Items'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyNumber_Lshift'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyObject_IsTrue'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyDict_GetItemString'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyNumber_Add'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyBool_FromLong'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyLong_AsLong'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyTuple_GetItem'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyNumber_InPlaceSubtract'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyFloat_Type'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyExc_IndexError'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyDict_Clear'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyNumber_Rshift'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyObject_RichCompare'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyObject_Size'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyNumber_FloorDivide'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyLong_AsLongLong'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyBool_Type'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyUnicode_AsWideChar'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyNumber_Multiply'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyIter_Next'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyErr_WarnEx'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyExc_StopIteration'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyObject_Call'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyDict_Update'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyType_GenericAlloc'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyObject_CallMethod'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyNumber_InPlaceAnd'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyNumber_InPlaceFloorDivide'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyObject_GetAttr'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyUnicode_FromEncodedObject'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyObject_GetAttrString'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyMem_Malloc'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyTuple_Type'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyCFunction_Type'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyList_New'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyMethod_Type'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyDict_GetItem'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyUnicode_AsUTF8'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyTuple_New'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyNumber_InPlaceXor'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyErr_Format'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyObject_SetAttr'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyNumber_InPlaceRshift'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyCFunction_NewEx'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyStaticMethod_Type'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyLong_FromUnsignedLong'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyExc_AttributeError'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyTuple_Size'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyUnicode_InternFromString'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyErr_Occurred'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyNumber_Remainder'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyWeakref_NewRef'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyComplex_ImagAsDouble'
collect2: error: ld returned 1 exit status
make[2]: *** [src/cmd/CMakeFiles/getpub.dir/build.make:113: bin/getpub] Error 1
make[1]: *** [CMakeFiles/Makefile2:1109: src/cmd/CMakeFiles/getpub.dir/all] Error 2
[ 37%] Linking CXX executable ../../bin/getaddr
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyNumber_InPlaceRemainder'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyLong_FromLong'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyUnicode_AsUTF8String'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyUnicode_FromFormat'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyExc_ValueError'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyModule_Create2'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyNumber_And'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PySlice_New'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyList_Sort'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyImport_ImportModule'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyExc_OverflowError'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyType_IsSubtype'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyLong_Type'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyObject_SetAttrString'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyList_Insert'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyRun_FileExFlags'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyExc_RuntimeError'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyComplex_Type'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyDict_Type'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyDict_Copy'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyObject_CallFunction'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyUnicode_Type'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyDict_Size'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyEval_CallFunction'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyStaticMethod_New'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyList_Reverse'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyUnicode_FromString'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyErr_NoMemory'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyErr_SetString'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `_Py_fopen'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyBaseObject_Type'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyUnicode_FromStringAndSize'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyObject_IsInstance'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyList_Type'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyModule_Type'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyList_Append'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyMem_Free'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyType_Type'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyNumber_InPlaceLshift'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyBytes_AsString'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyProperty_Type'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyDict_Values'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyObject_ClearWeakRefs'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyDict_Keys'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `_PyObject_New'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyNumber_InPlaceMultiply'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyArg_ParseTupleAndKeywords'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyNumber_Subtract'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `_Py_NoneStruct'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyObject_DelItem'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `_PyType_Lookup'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyCallable_Check'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyErr_Clear'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyNumber_Xor'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyLong_AsUnsignedLongLong'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyErr_ExceptionMatches'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyNumber_InPlaceAdd'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyDict_New'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyRun_StringFlags'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyMethod_New'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyBytes_Size'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyNumber_Or'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyErr_NewException'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyNumber_InPlaceOr'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyLong_AsUnsignedLong'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyExc_ReferenceError'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `_Py_NotImplementedStruct'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyLong_AsSsize_t'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyEval_GetGlobals'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyErr_SetObject'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyObject_GetItem'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyComplex_RealAsDouble'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyExc_TypeError'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyObject_SetItem'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyType_Ready'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyDict_Items'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyNumber_Lshift'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyObject_IsTrue'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyDict_GetItemString'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyNumber_Add'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyBool_FromLong'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyLong_AsLong'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyTuple_GetItem'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyNumber_InPlaceSubtract'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyFloat_Type'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyExc_IndexError'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyDict_Clear'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyNumber_Rshift'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyObject_RichCompare'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyObject_Size'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyNumber_FloorDivide'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyLong_AsLongLong'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyBool_Type'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyUnicode_AsWideChar'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyNumber_Multiply'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyIter_Next'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyErr_WarnEx'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyExc_StopIteration'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyObject_Call'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyDict_Update'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyType_GenericAlloc'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyObject_CallMethod'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyNumber_InPlaceAnd'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyNumber_InPlaceFloorDivide'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyObject_GetAttr'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyUnicode_FromEncodedObject'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyObject_GetAttrString'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyMem_Malloc'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyTuple_Type'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyCFunction_Type'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyList_New'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyMethod_Type'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyDict_GetItem'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyUnicode_AsUTF8'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyTuple_New'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyNumber_InPlaceXor'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyErr_Format'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyObject_SetAttr'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyNumber_InPlaceRshift'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyCFunction_NewEx'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyStaticMethod_Type'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyLong_FromUnsignedLong'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyExc_AttributeError'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyTuple_Size'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyUnicode_InternFromString'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyErr_Occurred'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyNumber_Remainder'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyWeakref_NewRef'
/nix/store/p3kn26g5nhmx6spn37ar3mn0xjbzks3g-binutils-2.31.1/bin/ld: /nix/store/jlr91hmdj3q3irxnv25qrgq8krhs5waa-boost-1.72.0/lib/libboost_python37-mt-x64.so.1.72.0: undefined reference to `PyComplex_ImagAsDouble'
collect2: error: ld returned 1 exit status
make[2]: *** [src/cmd/CMakeFiles/getaddr.dir/build.make:113: bin/getaddr] Error 1
make[1]: *** [CMakeFiles/Makefile2:1164: src/cmd/CMakeFiles/getaddr.dir/all] Error 2
[ 38%] Linking CXX static library libDatabase.a
[ 38%] Built target Database
make: *** [Makefile:171: all] Error 2
note: keeping build directory '/tmp/nix-build-zilliqa-6.4.2.drv-61'
builder for '/nix/store/k9f7s0m5jd7m594mjz3qignflxx3ga6s-zilliqa-6.4.2.drv' failed with exit code 2
error: build of '/nix/store/k9f7s0m5jd7m594mjz3qignflxx3ga6s-zilliqa-6.4.2.drv' failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment