bitcoinjs / regtest-server

A regtest server for bitcoinjs-lib testing
BSD 3-Clause "New" or "Revised" License
24 stars 24 forks source link

npm install fatal errors #18

Closed tothstevee closed 5 months ago

tothstevee commented 5 months ago

I got many errors when i try to install dependencies

npm ERR! checking host system type... x86_64-apple-darwin23.0.0 npm ERR! checking how to print strings... printf npm ERR! checking for a sed that does not truncate output... (cached) /usr/bin/sed npm ERR! checking for grep that handles long lines and -e... /usr/bin/grep npm ERR! checking for egrep... /usr/bin/grep -E npm ERR! checking for fgrep... /usr/bin/grep -F npm ERR! checking for ld used by gcc... /Library/Developer/CommandLineTools/usr/bin/ld npm ERR! checking if the linker (/Library/Developer/CommandLineTools/usr/bin/ld) is GNU ld... no npm ERR! checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B npm ERR! checking the name lister (/usr/bin/nm -B) interface... BSD nm npm ERR! checking whether ln -s works... yes npm ERR! checking the maximum length of command line arguments... 786432 npm ERR! checking whether the shell understands some XSI constructs... yes npm ERR! checking whether the shell understands "+="... yes npm ERR! checking how to convert x86_64-apple-darwin23.0.0 file names to x86_64-apple-darwin23.0.0 format... func_convert_file_noop npm ERR! checking how to convert x86_64-apple-darwin23.0.0 file names to toolchain format... func_convert_file_noop npm ERR! checking for /Library/Developer/CommandLineTools/usr/bin/ld option to reload object files... -r npm ERR! checking for objdump... objdump npm ERR! checking how to recognize dependent libraries... pass_all npm ERR! checking for dlltool... dlltool npm ERR! checking how to associate runtime and link libraries... printf %s\n npm ERR! checking for ar... ar npm ERR! checking for archiver @FILE support... no npm ERR! checking for strip... strip npm ERR! checking for ranlib... ranlib npm ERR! checking command to parse /usr/bin/nm -B output from gcc object... ok npm ERR! checking for sysroot... no npm ERR! checking for mt... no npm ERR! checking if : is a manifest tool... no npm ERR! checking for dsymutil... dsymutil npm ERR! checking for nmedit... nmedit npm ERR! checking for lipo... lipo npm ERR! checking for otool... otool npm ERR! checking for otool64... no npm ERR! checking for -single_module linker flag... yes npm ERR! checking for -exported_symbols_list linker flag... yes npm ERR! checking for -force_load linker flag... yes npm ERR! checking how to run the C preprocessor... gcc -E npm ERR! checking for ANSI C header files... yes npm ERR! checking for sys/types.h... yes npm ERR! checking for sys/stat.h... yes npm ERR! checking for stdlib.h... yes npm ERR! checking for string.h... yes npm ERR! checking for memory.h... yes npm ERR! checking for strings.h... yes npm ERR! checking for inttypes.h... yes npm ERR! checking for stdint.h... yes npm ERR! checking for unistd.h... yes npm ERR! checking for dlfcn.h... yes npm ERR! checking for objdir... .libs npm ERR! checking if gcc supports -fno-rtti -fno-exceptions... yes npm ERR! checking for gcc option to produce PIC... -fno-common -DPIC npm ERR! checking if gcc PIC flag -fno-common -DPIC works... yes npm ERR! checking if gcc static flag -static works... no npm ERR! checking if gcc supports -c -o file.o... yes npm ERR! checking if gcc supports -c -o file.o... (cached) yes npm ERR! checking whether the gcc linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries... yes npm ERR! checking dynamic linker characteristics... darwin23.0.0 dyld npm ERR! checking how to hardcode library paths into programs... immediate npm ERR! checking whether stripping libraries is possible... yes npm ERR! checking if libtool supports shared libraries... yes npm ERR! checking whether to build shared libraries... no npm ERR! checking whether to build static libraries... yes npm ERR! checking how to run the C++ preprocessor... g++ -std=gnu++11 -E npm ERR! checking for ld used by g++ -std=gnu++11... /Library/Developer/CommandLineTools/usr/bin/ld npm ERR! checking if the linker (/Library/Developer/CommandLineTools/usr/bin/ld) is GNU ld... no npm ERR! checking whether the g++ -std=gnu++11 linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries... yes npm ERR! checking for g++ -std=gnu++11 option to produce PIC... -fno-common -DPIC npm ERR! checking if g++ -std=gnu++11 PIC flag -fno-common -DPIC works... yes npm ERR! checking if g++ -std=gnu++11 static flag -static works... no npm ERR! checking if g++ -std=gnu++11 supports -c -o file.o... yes npm ERR! checking if g++ -std=gnu++11 supports -c -o file.o... (cached) yes npm ERR! checking whether the g++ -std=gnu++11 linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries... yes npm ERR! checking dynamic linker characteristics... darwin23.0.0 dyld npm ERR! checking how to hardcode library paths into programs... immediate npm ERR! checking for valgrind... no npm ERR! checking whether the C compiler works... yes npm ERR! checking whether we are using Intel C compiler... no npm ERR! checking whether we are using Sun Studio C compiler... no npm ERR! checking whether we are using clang C compiler... yes npm ERR! checking whether we are using gcc >= 4 C compiler... yes npm ERR! checking whether the C++ compiler works... yes npm ERR! checking whether we are using Intel C++ compiler... no npm ERR! checking whether we are using Sun Studio C++ compiler... no npm ERR! checking whether we are using clang C++ compiler... yes npm ERR! checking whether we are using gcc >= 4 C++ compiler... yes npm ERR! checking whether to enable debugging information... no npm ERR! checking whether to enable code coverage... no npm ERR! checking if TIPC is available and supports nonblocking connect... no npm ERR! checking whether C++ compiler supports -Wno-uninitialized... yes npm ERR! checking for pthread_create in -lpthread... yes npm ERR! checking for clock_gettime in -lrt... no npm ERR! checking whether C++ compiler supports -fvisibility=hidden... yes npm ERR! checking whether C++ compiler supports dso visibility... yes npm ERR! checking whether to build documentation... no npm ERR! checking whether to install manpages... no npm ERR! configure: Choosing polling system from 'kqueue epoll devpoll pollset poll select'... npm ERR! configure: Using 'kqueue' polling system npm ERR! checking for ANSI C header files... (cached) yes npm ERR! checking errno.h usability... yes npm ERR! checking errno.h presence... yes npm ERR! checking for errno.h... yes npm ERR! checking time.h usability... yes npm ERR! checking time.h presence... yes npm ERR! checking for time.h... yes npm ERR! checking for unistd.h... (cached) yes npm ERR! checking limits.h usability... yes npm ERR! checking limits.h presence... yes npm ERR! checking for limits.h... yes npm ERR! checking stddef.h usability... yes npm ERR! checking stddef.h presence... yes npm ERR! checking for stddef.h... yes npm ERR! checking for stdlib.h... (cached) yes npm ERR! checking for string.h... (cached) yes npm ERR! checking arpa/inet.h usability... yes npm ERR! checking arpa/inet.h presence... yes npm ERR! checking for arpa/inet.h... yes npm ERR! checking netinet/tcp.h usability... yes npm ERR! checking netinet/tcp.h presence... yes npm ERR! checking for netinet/tcp.h... yes npm ERR! checking netinet/in.h usability... yes npm ERR! checking netinet/in.h presence... yes npm ERR! checking for netinet/in.h... yes npm ERR! checking sys/socket.h usability... yes npm ERR! checking sys/socket.h presence... yes npm ERR! checking for sys/socket.h... yes npm ERR! checking sys/time.h usability... yes npm ERR! checking sys/time.h presence... yes npm ERR! checking for sys/time.h... yes npm ERR! checking ifaddrs.h usability... yes npm ERR! checking ifaddrs.h presence... yes npm ERR! checking for ifaddrs.h... yes npm ERR! checking sys/uio.h usability... yes npm ERR! checking sys/uio.h presence... yes npm ERR! checking for sys/uio.h... yes npm ERR! checking sys/eventfd.h usability... no npm ERR! checking sys/eventfd.h presence... no npm ERR! checking for sys/eventfd.h... no npm ERR! checking whether SO_PEERCRED is declared... no npm ERR! checking whether LOCAL_PEERCRED is declared... no npm ERR! checking for stdbool.h that conforms to C99... no npm ERR! checking for _Bool... no npm ERR! checking for an ANSI C-conforming const... yes npm ERR! checking for inline... inline npm ERR! checking for size_t... yes npm ERR! checking for ssize_t... yes npm ERR! checking whether time.h and sys/time.h may both be included... yes npm ERR! checking for uint32_t... yes npm ERR! checking for working volatile... yes npm ERR! configure: Using tweetnacl for CURVE security npm ERR! checking "with_norm_ext = no"... no npm ERR! checking how to enable additional warnings for C++ compiler... -Wall npm ERR! checking whether compiler supports __atomic_Xxx intrinsics... yes npm ERR! checking return type of signal handlers... void npm ERR! checking for perror... yes npm ERR! checking for gettimeofday... yes npm ERR! checking for clock_gettime... yes npm ERR! checking for memset... yes npm ERR! checking for socket... yes npm ERR! checking for getifaddrs... yes npm ERR! checking for freeifaddrs... yes npm ERR! checking for fork... yes npm ERR! checking for posix_memalign... yes npm ERR! checking for mkdtemp... yes npm ERR! checking alloca.h usability... yes npm ERR! checking alloca.h presence... yes npm ERR! checking for alloca.h... yes npm ERR! checking whether SOCK_CLOEXEC is supported... no npm ERR! checking whether SO_KEEPALIVE is supported... yes npm ERR! checking whether TCP_KEEPCNT is supported... yes npm ERR! checking whether TCP_KEEPIDLE is supported... no npm ERR! checking whether TCP_KEEPINTVL is supported... yes npm ERR! checking whether TCP_KEEPALIVE is supported... yes npm ERR! checking for ./.git... no npm ERR! configure: Building stable and legacy API (no draft API) npm ERR! checking for LIBUNWIND... no npm ERR! checking that generated files are newer than configure... done npm ERR! configure: creating ./config.status npm ERR! config.status: creating Makefile npm ERR! config.status: creating src/libzmq.pc npm ERR! config.status: creating doc/Makefile npm ERR! config.status: creating builds/Makefile npm ERR! config.status: creating builds/msvc/Makefile npm ERR! config.status: creating src/platform.hpp npm ERR! config.status: executing depfiles commands npm ERR! config.status: executing libtool commands npm ERR! Making all in doc npm ERR! make[2]: Nothing to be done forall'. npm ERR! CXX src/src_libzmq_la-address.lo npm ERR! CXX src/src_libzmq_la-client.lo npm ERR! CXX src/src_libzmq_la-clock.lo npm ERR! CXX src/src_libzmq_la-ctx.lo npm ERR! CXX src/src_libzmq_la-curve_client.lo npm ERR! CXX src/src_libzmq_la-curve_server.lo npm ERR! CXX src/src_libzmq_la-dealer.lo npm ERR! CXX src/src_libzmq_la-devpoll.lo npm ERR! CXX src/src_libzmq_la-dgram.lo npm ERR! CXX src/src_libzmq_la-dish.lo npm ERR! CXX src/src_libzmq_la-dist.lo npm ERR! CXX src/src_libzmq_la-epoll.lo npm ERR! CXX src/src_libzmq_la-err.lo npm ERR! CXX src/src_libzmq_la-fq.lo npm ERR! CXX src/src_libzmq_la-gather.lo npm ERR! CXX src/src_libzmq_la-gssapi_mechanism_base.lo npm ERR! CXX src/src_libzmq_la-gssapi_client.lo npm ERR! CXX src/src_libzmq_la-gssapi_server.lo npm ERR! CXX src/src_libzmq_la-io_object.lo npm ERR! CXX src/src_libzmq_la-io_thread.lo npm ERR! CXX src/src_libzmq_la-ip.lo npm ERR! CXX src/src_libzmq_la-ipc_address.lo npm ERR! CXX src/src_libzmq_la-ipc_connecter.lo npm ERR! CXX src/src_libzmq_la-ipc_listener.lo npm ERR! CXX src/src_libzmq_la-kqueue.lo npm ERR! CXX src/src_libzmq_la-lb.lo npm ERR! CXX src/src_libzmq_la-mailbox.lo npm ERR! CXX src/src_libzmq_la-mailbox_safe.lo npm ERR! CXX src/src_libzmq_la-mechanism.lo npm ERR! CXX src/src_libzmq_la-metadata.lo npm ERR! CXX src/src_libzmq_la-msg.lo npm ERR! CXX src/src_libzmq_la-mtrie.lo npm ERR! CXX src/src_libzmq_la-norm_engine.lo npm ERR! CXX src/src_libzmq_la-null_mechanism.lo npm ERR! CXX src/src_libzmq_la-object.lo npm ERR! CXX src/src_libzmq_la-options.lo npm ERR! CXX src/src_libzmq_la-own.lo npm ERR! CXX src/src_libzmq_la-pair.lo npm ERR! CXX src/src_libzmq_la-pgm_receiver.lo npm ERR! CXX src/src_libzmq_la-pgm_sender.lo npm ERR! CXX src/src_libzmq_la-pgm_socket.lo npm ERR! CXX src/src_libzmq_la-pipe.lo npm ERR! CXX src/src_libzmq_la-plain_client.lo npm ERR! CXX src/src_libzmq_la-plain_server.lo npm ERR! CXX src/src_libzmq_la-poll.lo npm ERR! CXX src/src_libzmq_la-poller_base.lo npm ERR! CXX src/src_libzmq_la-pollset.lo npm ERR! CXX src/src_libzmq_la-precompiled.lo npm ERR! CXX src/src_libzmq_la-proxy.lo npm ERR! CXX src/src_libzmq_la-pub.lo npm ERR! CXX src/src_libzmq_la-pull.lo npm ERR! CXX src/src_libzmq_la-push.lo npm ERR! CXX src/src_libzmq_la-radio.lo npm ERR! CXX src/src_libzmq_la-random.lo npm ERR! CXX src/src_libzmq_la-raw_decoder.lo npm ERR! CXX src/src_libzmq_la-raw_encoder.lo npm ERR! CXX src/src_libzmq_la-reaper.lo npm ERR! CXX src/src_libzmq_la-rep.lo npm ERR! CXX src/src_libzmq_la-req.lo npm ERR! CXX src/src_libzmq_la-router.lo npm ERR! CXX src/src_libzmq_la-scatter.lo npm ERR! CXX src/src_libzmq_la-select.lo npm ERR! CXX src/src_libzmq_la-server.lo npm ERR! CXX src/src_libzmq_la-session_base.lo npm ERR! CXX src/src_libzmq_la-signaler.lo npm ERR! CXX src/src_libzmq_la-socket_base.lo npm ERR! CXX src/src_libzmq_la-socks.lo npm ERR! CXX src/src_libzmq_la-socks_connecter.lo npm ERR! CXX src/src_libzmq_la-stream.lo npm ERR! CXX src/src_libzmq_la-stream_engine.lo npm ERR! CXX src/src_libzmq_la-sub.lo npm ERR! CXX src/src_libzmq_la-tcp.lo npm ERR! CXX src/src_libzmq_la-tcp_address.lo npm ERR! CXX src/src_libzmq_la-tcp_connecter.lo npm ERR! CXX src/src_libzmq_la-tcp_listener.lo npm ERR! CXX src/src_libzmq_la-thread.lo npm ERR! CXX src/src_libzmq_la-timers.lo npm ERR! CXX src/src_libzmq_la-tipc_address.lo npm ERR! CXX src/src_libzmq_la-tipc_connecter.lo npm ERR! CXX src/src_libzmq_la-tipc_listener.lo npm ERR! CXX src/src_libzmq_la-trie.lo npm ERR! CXX src/src_libzmq_la-udp_address.lo npm ERR! CXX src/src_libzmq_la-udp_engine.lo npm ERR! CXX src/src_libzmq_la-v1_decoder.lo npm ERR! CXX src/src_libzmq_la-v2_decoder.lo npm ERR! CXX src/src_libzmq_la-v1_encoder.lo npm ERR! CXX src/src_libzmq_la-v2_encoder.lo npm ERR! CXX src/src_libzmq_la-vmci.lo npm ERR! CXX src/src_libzmq_la-vmci_address.lo npm ERR! CXX src/src_libzmq_la-vmci_connecter.lo npm ERR! CXX src/src_libzmq_la-vmci_listener.lo npm ERR! CXX src/src_libzmq_la-xpub.lo npm ERR! CXX src/src_libzmq_la-xsub.lo npm ERR! CXX src/src_libzmq_la-zmq.lo npm ERR! CXX src/src_libzmq_la-zmq_utils.lo npm ERR! CXX src/src_libzmq_la-decoder_allocators.lo npm ERR! CXX src/src_libzmq_la-socket_poller.lo npm ERR! CC src/src_libzmq_la-tweetnacl.lo npm ERR! CXX tools/curve_keygen.o npm ERR! CXX perf/local_lat.o npm ERR! CXX perf/remote_lat.o npm ERR! CXX perf/local_thr.o npm ERR! CXX perf/remote_thr.o npm ERR! CXX perf/inproc_lat.o npm ERR! CXX perf/inproc_thr.o npm ERR! CXXLD src/libzmq.la npm ERR! CXXLD tools/curve_keygen npm ERR! CXXLD perf/local_lat npm ERR! CXXLD perf/remote_lat npm ERR! CXXLD perf/local_thr npm ERR! CXXLD perf/remote_thr npm ERR! CXXLD perf/inproc_lat npm ERR! CXXLD perf/inproc_thr npm ERR! Making install in doc npm ERR! make[3]: Nothing to be done for install-exec-am'. npm ERR! config/install-sh -c -d '/Users/tothistvan/Downloads/regtest-server-master/node_modules/zeromq/zmq/lib' npm ERR! /bin/sh ./libtool --mode=install /usr/bin/install -c src/libzmq.la '/Users/tothistvan/Downloads/regtest-server-master/node_modules/zeromq/zmq/lib' npm ERR! libtool: install: /usr/bin/install -c src/.libs/libzmq.lai /Users/tothistvan/Downloads/regtest-server-master/node_modules/zeromq/zmq/lib/libzmq.la npm ERR! libtool: install: /usr/bin/install -c src/.libs/libzmq.a /Users/tothistvan/Downloads/regtest-server-master/node_modules/zeromq/zmq/lib/libzmq.a npm ERR! libtool: install: chmod 644 /Users/tothistvan/Downloads/regtest-server-master/node_modules/zeromq/zmq/lib/libzmq.a npm ERR! libtool: install: ranlib /Users/tothistvan/Downloads/regtest-server-master/node_modules/zeromq/zmq/lib/libzmq.a npm ERR! config/install-sh -c -d '/Users/tothistvan/Downloads/regtest-server-master/node_modules/zeromq/zmq/bin' npm ERR! /bin/sh ./libtool --mode=install /usr/bin/install -c tools/curve_keygen '/Users/tothistvan/Downloads/regtest-server-master/node_modules/zeromq/zmq/bin' npm ERR! libtool: install: /usr/bin/install -c tools/curve_keygen /Users/tothistvan/Downloads/regtest-server-master/node_modules/zeromq/zmq/bin/curve_keygen npm ERR! config/install-sh -c -d '/Users/tothistvan/Downloads/regtest-server-master/node_modules/zeromq/zmq/include' npm ERR! /usr/bin/install -c -m 644 include/zmq.h include/zmq_utils.h '/Users/tothistvan/Downloads/regtest-server-master/node_modules/zeromq/zmq/include' npm ERR! config/install-sh -c -d '/Users/tothistvan/Downloads/regtest-server-master/node_modules/zeromq/zmq/lib/pkgconfig' npm ERR! /usr/bin/install -c -m 644 src/libzmq.pc '/Users/tothistvan/Downloads/regtest-server-master/node_modules/zeromq/zmq/lib/pkgconfig' npm ERR! TOUCH Release/obj.target/libzmq.stamp npm ERR! CXX(target) Release/obj.target/zmq/binding.o npm ERR! npm ERR! > zeromq@5.3.1 build:libzmq npm ERR! > node-gyp rebuild npm ERR! npm ERR! ACTION binding_gyp_libzmq_target_prepare_build zmq/BUILD_SUCCESS npm ERR! Building libzmq for darwin npm ERR! build_libzmq.sh: Building version 4.2.2 for architecture x64 npm ERR! checking for a BSD-compatible install... /usr/bin/install -c npm ERR! checking whether build environment is sane... yes npm ERR! checking for a thread-safe mkdir -p... config/install-sh -c -d npm ERR! checking for gawk... no npm ERR! checking for mawk... no npm ERR! checking for nawk... no npm ERR! checking for awk... awk npm ERR! checking whether make sets $(MAKE)... yes npm ERR! checking whether make supports nested variables... yes npm ERR! checking whether UID '501' is supported by ustar format... yes npm ERR! checking whether GID '20' is supported by ustar format... yes npm ERR! checking how to create a ustar tar archive... gnutar npm ERR! checking whether make supports nested variables... (cached) yes npm ERR! checking for gcc... gcc npm ERR! checking whether the C compiler works... yes npm ERR! checking for C compiler default output file name... a.out npm ERR! checking for suffix of executables... npm ERR! checking whether we are cross compiling... no npm ERR! checking for suffix of object files... o npm ERR! checking whether we are using the GNU C compiler... yes npm ERR! checking whether gcc accepts -g... yes npm ERR! checking for gcc option to accept ISO C89... none needed npm ERR! checking whether gcc understands -c and -o together... yes npm ERR! checking for style of include used by make... GNU npm ERR! checking dependency style of gcc... gcc3 npm ERR! checking whether C compiler accepts -std=gnu11... yes npm ERR! checking for g++... g++ npm ERR! checking whether we are using the GNU C++ compiler... yes npm ERR! checking whether g++ accepts -g... yes npm ERR! checking dependency style of g++... gcc3 npm ERR! checking whether g++ supports C++11 features by default... no npm ERR! checking whether g++ supports C++11 features with -std=gnu++11... yes npm ERR! checking for a sed that does not truncate output... /usr/bin/sed npm ERR! checking whether to build with code coverage support... no npm ERR! checking for a sed that does not truncate output... (cached) /usr/bin/sed npm ERR! checking for gawk... (cached) awk npm ERR! checking for pkg-config... no npm ERR! checking for xmlto... no npm ERR! checking for asciidoc... no npm ERR! checking build system type... x86_64-apple-darwin23.0.0 npm ERR! checking host system type... x86_64-apple-darwin23.0.0 npm ERR! checking how to print strings... printf npm ERR! checking for a sed that does not truncate output... (cached) /usr/bin/sed npm ERR! checking for grep that handles long lines and -e... /usr/bin/grep npm ERR! checking for egrep... /usr/bin/grep -E npm ERR! checking for fgrep... /usr/bin/grep -F npm ERR! checking for ld used by gcc... /Library/Developer/CommandLineTools/usr/bin/ld npm ERR! checking if the linker (/Library/Developer/CommandLineTools/usr/bin/ld) is GNU ld... no npm ERR! checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B npm ERR! checking the name lister (/usr/bin/nm -B) interface... BSD nm npm ERR! checking whether ln -s works... yes npm ERR! checking the maximum length of command line arguments... 786432 npm ERR! checking whether the shell understands some XSI constructs... yes npm ERR! checking whether the shell understands "+="... yes npm ERR! checking how to convert x86_64-apple-darwin23.0.0 file names to x86_64-apple-darwin23.0.0 format... func_convert_file_noop npm ERR! checking how to convert x86_64-apple-darwin23.0.0 file names to toolchain format... func_convert_file_noop npm ERR! checking for /Library/Developer/CommandLineTools/usr/bin/ld option to reload object files... -r npm ERR! checking for objdump... objdump npm ERR! checking how to recognize dependent libraries... pass_all npm ERR! checking for dlltool... dlltool npm ERR! checking how to associate runtime and link libraries... printf %s\n npm ERR! checking for ar... ar npm ERR! checking for archiver @FILE support... no npm ERR! checking for strip... strip npm ERR! checking for ranlib... ranlib npm ERR! checking command to parse /usr/bin/nm -B output from gcc object... ok npm ERR! checking for sysroot... no npm ERR! checking for mt... no npm ERR! checking if : is a manifest tool... no npm ERR! checking for dsymutil... dsymutil npm ERR! checking for nmedit... nmedit npm ERR! checking for lipo... lipo npm ERR! checking for otool... otool npm ERR! checking for otool64... no npm ERR! checking for -single_module linker flag... yes npm ERR! checking for -exported_symbols_list linker flag... yes npm ERR! checking for -force_load linker flag... yes npm ERR! checking how to run the C preprocessor... gcc -E npm ERR! checking for ANSI C header files... yes npm ERR! checking for sys/types.h... yes npm ERR! checking for sys/stat.h... yes npm ERR! checking for stdlib.h... yes npm ERR! checking for string.h... yes npm ERR! checking for memory.h... yes npm ERR! checking for strings.h... yes npm ERR! checking for inttypes.h... yes npm ERR! checking for stdint.h... yes npm ERR! checking for unistd.h... yes npm ERR! checking for dlfcn.h... yes npm ERR! checking for objdir... .libs npm ERR! checking if gcc supports -fno-rtti -fno-exceptions... yes npm ERR! checking for gcc option to produce PIC... -fno-common -DPIC npm ERR! checking if gcc PIC flag -fno-common -DPIC works... yes npm ERR! checking if gcc static flag -static works... no npm ERR! checking if gcc supports -c -o file.o... yes npm ERR! checking if gcc supports -c -o file.o... (cached) yes npm ERR! checking whether the gcc linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries... yes npm ERR! checking dynamic linker characteristics... darwin23.0.0 dyld npm ERR! checking how to hardcode library paths into programs... immediate npm ERR! checking whether stripping libraries is possible... yes npm ERR! checking if libtool supports shared libraries... yes npm ERR! checking whether to build shared libraries... no npm ERR! checking whether to build static libraries... yes npm ERR! checking how to run the C++ preprocessor... g++ -std=gnu++11 -E npm ERR! checking for ld used by g++ -std=gnu++11... /Library/Developer/CommandLineTools/usr/bin/ld npm ERR! checking if the linker (/Library/Developer/CommandLineTools/usr/bin/ld) is GNU ld... no npm ERR! checking whether the g++ -std=gnu++11 linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries... yes npm ERR! checking for g++ -std=gnu++11 option to produce PIC... -fno-common -DPIC npm ERR! checking if g++ -std=gnu++11 PIC flag -fno-common -DPIC works... yes npm ERR! checking if g++ -std=gnu++11 static flag -static works... no npm ERR! checking if g++ -std=gnu++11 supports -c -o file.o... yes npm ERR! checking if g++ -std=gnu++11 supports -c -o file.o... (cached) yes npm ERR! checking whether the g++ -std=gnu++11 linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries... yes npm ERR! checking dynamic linker characteristics... darwin23.0.0 dyld npm ERR! checking how to hardcode library paths into programs... immediate npm ERR! checking for valgrind... no npm ERR! checking whether the C compiler works... yes npm ERR! checking whether we are using Intel C compiler... no npm ERR! checking whether we are using Sun Studio C compiler... no npm ERR! checking whether we are using clang C compiler... yes npm ERR! checking whether we are using gcc >= 4 C compiler... yes npm ERR! checking whether the C++ compiler works... yes npm ERR! checking whether we are using Intel C++ compiler... no npm ERR! checking whether we are using Sun Studio C++ compiler... no npm ERR! checking whether we are using clang C++ compiler... yes npm ERR! checking whether we are using gcc >= 4 C++ compiler... yes npm ERR! checking whether to enable debugging information... no npm ERR! checking whether to enable code coverage... no npm ERR! checking if TIPC is available and supports nonblocking connect... no npm ERR! checking whether C++ compiler supports -Wno-uninitialized... yes npm ERR! checking for pthread_create in -lpthread... yes npm ERR! checking for clock_gettime in -lrt... no npm ERR! checking whether C++ compiler supports -fvisibility=hidden... yes npm ERR! checking whether C++ compiler supports dso visibility... yes npm ERR! checking whether to build documentation... no npm ERR! checking whether to install manpages... no npm ERR! configure: Choosing polling system from 'kqueue epoll devpoll pollset poll select'... npm ERR! configure: Using 'kqueue' polling system npm ERR! checking for ANSI C header files... (cached) yes npm ERR! checking errno.h usability... yes npm ERR! checking errno.h presence... yes npm ERR! checking for errno.h... yes npm ERR! checking time.h usability... yes npm ERR! checking time.h presence... yes npm ERR! checking for time.h... yes npm ERR! checking for unistd.h... (cached) yes npm ERR! checking limits.h usability... yes npm ERR! checking limits.h presence... yes npm ERR! checking for limits.h... yes npm ERR! checking stddef.h usability... yes npm ERR! checking stddef.h presence... yes npm ERR! checking for stddef.h... yes npm ERR! checking for stdlib.h... (cached) yes npm ERR! checking for string.h... (cached) yes npm ERR! checking arpa/inet.h usability... yes npm ERR! checking arpa/inet.h presence... yes npm ERR! checking for arpa/inet.h... yes npm ERR! checking netinet/tcp.h usability... yes npm ERR! checking netinet/tcp.h presence... yes npm ERR! checking for netinet/tcp.h... yes npm ERR! checking netinet/in.h usability... yes npm ERR! checking netinet/in.h presence... yes npm ERR! checking for netinet/in.h... yes npm ERR! checking sys/socket.h usability... yes npm ERR! checking sys/socket.h presence... yes npm ERR! checking for sys/socket.h... yes npm ERR! checking sys/time.h usability... yes npm ERR! checking sys/time.h presence... yes npm ERR! checking for sys/time.h... yes npm ERR! checking ifaddrs.h usability... yes npm ERR! checking ifaddrs.h presence... yes npm ERR! checking for ifaddrs.h... yes npm ERR! checking sys/uio.h usability... yes npm ERR! checking sys/uio.h presence... yes npm ERR! checking for sys/uio.h... yes npm ERR! checking sys/eventfd.h usability... no npm ERR! checking sys/eventfd.h presence... no npm ERR! checking for sys/eventfd.h... no npm ERR! checking whether SO_PEERCRED is declared... no npm ERR! checking whether LOCAL_PEERCRED is declared... no npm ERR! checking for stdbool.h that conforms to C99... no npm ERR! checking for _Bool... no npm ERR! checking for an ANSI C-conforming const... yes npm ERR! checking for inline... inline npm ERR! checking for size_t... yes npm ERR! checking for ssize_t... yes npm ERR! checking whether time.h and sys/time.h may both be included... yes npm ERR! checking for uint32_t... yes npm ERR! checking for working volatile... yes npm ERR! configure: Using tweetnacl for CURVE security npm ERR! checking "with_norm_ext = no"... no npm ERR! checking how to enable additional warnings for C++ compiler... -Wall npm ERR! checking whether compiler supports __atomic_Xxx intrinsics... yes npm ERR! checking return type of signal handlers... void npm ERR! checking for perror... yes npm ERR! checking for gettimeofday... yes npm ERR! checking for clock_gettime... yes npm ERR! checking for memset... yes npm ERR! checking for socket... yes npm ERR! checking for getifaddrs... yes npm ERR! checking for freeifaddrs... yes npm ERR! checking for fork... yes npm ERR! checking for posix_memalign... yes npm ERR! checking for mkdtemp... yes npm ERR! checking alloca.h usability... yes npm ERR! checking alloca.h presence... yes npm ERR! checking for alloca.h... yes npm ERR! checking whether SOCK_CLOEXEC is supported... no npm ERR! checking whether SO_KEEPALIVE is supported... yes npm ERR! checking whether TCP_KEEPCNT is supported... yes npm ERR! checking whether TCP_KEEPIDLE is supported... no npm ERR! checking whether TCP_KEEPINTVL is supported... yes npm ERR! checking whether TCP_KEEPALIVE is supported... yes npm ERR! checking for ./.git... no npm ERR! configure: Building stable and legacy API (no draft API) npm ERR! checking for LIBUNWIND... no npm ERR! checking that generated files are newer than configure... done npm ERR! configure: creating ./config.status npm ERR! config.status: creating Makefile npm ERR! config.status: creating src/libzmq.pc npm ERR! config.status: creating doc/Makefile npm ERR! config.status: creating builds/Makefile npm ERR! config.status: creating builds/msvc/Makefile npm ERR! config.status: creating src/platform.hpp npm ERR! config.status: executing depfiles commands npm ERR! config.status: executing libtool commands npm ERR! Making all in doc npm ERR! make[2]: Nothing to be done forall'. npm ERR! CXX src/src_libzmq_la-client.lo npm ERR! CXX src/src_libzmq_la-address.lo npm ERR! CXX src/src_libzmq_la-clock.lo npm ERR! CXX src/src_libzmq_la-ctx.lo npm ERR! CXX src/src_libzmq_la-curve_client.lo npm ERR! CXX src/src_libzmq_la-curve_server.lo npm ERR! CXX src/src_libzmq_la-dealer.lo npm ERR! CXX src/src_libzmq_la-devpoll.lo npm ERR! CXX src/src_libzmq_la-dgram.lo npm ERR! CXX src/src_libzmq_la-dish.lo npm ERR! CXX src/src_libzmq_la-dist.lo npm ERR! CXX src/src_libzmq_la-epoll.lo npm ERR! CXX src/src_libzmq_la-err.lo npm ERR! CXX src/src_libzmq_la-fq.lo npm ERR! CXX src/src_libzmq_la-gather.lo npm ERR! CXX src/src_libzmq_la-gssapi_mechanism_base.lo npm ERR! CXX src/src_libzmq_la-gssapi_client.lo npm ERR! CXX src/src_libzmq_la-gssapi_server.lo npm ERR! CXX src/src_libzmq_la-io_object.lo npm ERR! CXX src/src_libzmq_la-io_thread.lo npm ERR! CXX src/src_libzmq_la-ip.lo npm ERR! CXX src/src_libzmq_la-ipc_address.lo npm ERR! CXX src/src_libzmq_la-ipc_connecter.lo npm ERR! CXX src/src_libzmq_la-ipc_listener.lo npm ERR! CXX src/src_libzmq_la-kqueue.lo npm ERR! CXX src/src_libzmq_la-lb.lo npm ERR! CXX src/src_libzmq_la-mailbox.lo npm ERR! CXX src/src_libzmq_la-mailbox_safe.lo npm ERR! CXX src/src_libzmq_la-mechanism.lo npm ERR! CXX src/src_libzmq_la-metadata.lo npm ERR! CXX src/src_libzmq_la-msg.lo npm ERR! CXX src/src_libzmq_la-mtrie.lo npm ERR! CXX src/src_libzmq_la-norm_engine.lo npm ERR! CXX src/src_libzmq_la-null_mechanism.lo npm ERR! CXX src/src_libzmq_la-object.lo npm ERR! CXX src/src_libzmq_la-options.lo npm ERR! CXX src/src_libzmq_la-own.lo npm ERR! CXX src/src_libzmq_la-pair.lo npm ERR! gyp info it worked if it ends with ok npm ERR! gyp info using node-gyp@9.1.0 npm ERR! gyp info using node@21.1.0 | darwin | x64 npm ERR! gyp info find Python using Python version 3.7.3 found at "/Library/Developer/CommandLineTools/usr/bin/python3" npm ERR! gyp info spawn /Library/Developer/CommandLineTools/usr/bin/python3 npm ERR! gyp info spawn args [ npm ERR! gyp info spawn args '/Users/tothistvan/.nvm/versions/node/v16.20.0/lib/node_modules/npm/node_modules/node-gyp/gyp/gyp_main.py', npm ERR! gyp info spawn args 'binding.gyp', npm ERR! gyp info spawn args '-f', npm ERR! gyp info spawn args 'make', npm ERR! gyp info spawn args '-I', npm ERR! gyp info spawn args '/Users/tothistvan/Downloads/regtest-server-master/node_modules/zeromq/build/config.gypi', npm ERR! gyp info spawn args '-I', npm ERR! gyp info spawn args '/Users/tothistvan/.nvm/versions/node/v16.20.0/lib/node_modules/npm/node_modules/node-gyp/addon.gypi', npm ERR! gyp info spawn args '-I', npm ERR! gyp info spawn args '/Users/tothistvan/Library/Caches/node-gyp/21.1.0/include/node/common.gypi', npm ERR! gyp info spawn args '-Dlibrary=shared_library', npm ERR! gyp info spawn args '-Dvisibility=default', npm ERR! gyp info spawn args '-Dnode_root_dir=/Users/tothistvan/Library/Caches/node-gyp/21.1.0', npm ERR! gyp info spawn args '-Dnode_gyp_dir=/Users/tothistvan/.nvm/versions/node/v16.20.0/lib/node_modules/npm/node_modules/node-gyp', npm ERR! gyp info spawn args '-Dnode_lib_file=/Users/tothistvan/Library/Caches/node-gyp/21.1.0/<(target_arch)/node.lib', npm ERR! gyp info spawn args '-Dmodule_root_dir=/Users/tothistvan/Downloads/regtest-server-master/node_modules/zeromq', npm ERR! gyp info spawn args '-Dnode_engine=v8', npm ERR! gyp info spawn args '--depth=.', npm ERR! gyp info spawn args '--no-parallel', npm ERR! gyp info spawn args '--generator-output', npm ERR! gyp info spawn args 'build', npm ERR! gyp info spawn args '-Goutput_dir=.' npm ERR! gyp info spawn args ] npm ERR! No receipt for 'com.apple.pkg.CLTools_Executables' found at '/'. npm ERR! No receipt for 'com.apple.pkg.DeveloperToolsCLILeo' found at '/'. npm ERR! No receipt for 'com.apple.pkg.DeveloperToolsCLI' found at '/'. npm ERR! npm ERR! npm ERR! npm ERR! gyp info spawn make npm ERR! gyp info spawn args [ 'BUILDTYPE=Release', '-C', 'build' ] npm ERR! configure: WARNING: Cannot find libunwind npm ERR! /Library/Developer/CommandLineTools/usr/bin/ranlib: file: src/.libs/libzmq.a(src_libzmq_la-devpoll.o) has no symbols npm ERR! /Library/Developer/CommandLineTools/usr/bin/ranlib: file: src/.libs/libzmq.a(src_libzmq_la-epoll.o) has no symbols npm ERR! /Library/Developer/CommandLineTools/usr/bin/ranlib: file: src/.libs/libzmq.a(src_libzmq_la-gssapi_mechanism_base.o) has no symbols npm ERR! /Library/Developer/CommandLineTools/usr/bin/ranlib: file: src/.libs/libzmq.a(src_libzmq_la-gssapi_client.o) has no symbols npm ERR! /Library/Developer/CommandLineTools/usr/bin/ranlib: file: src/.libs/libzmq.a(src_libzmq_la-gssapi_server.o) has no symbols npm ERR! /Library/Developer/CommandLineTools/usr/bin/ranlib: file: src/.libs/libzmq.a(src_libzmq_la-norm_engine.o) has no symbols npm ERR! /Library/Developer/CommandLineTools/usr/bin/ranlib: file: src/.libs/libzmq.a(src_libzmq_la-pgm_receiver.o) has no symbols npm ERR! /Library/Developer/CommandLineTools/usr/bin/ranlib: file: src/.libs/libzmq.a(src_libzmq_la-pgm_sender.o) has no symbols npm ERR! /Library/Developer/CommandLineTools/usr/bin/ranlib: file: src/.libs/libzmq.a(src_libzmq_la-pgm_socket.o) has no symbols npm ERR! /Library/Developer/CommandLineTools/usr/bin/ranlib: file: src/.libs/libzmq.a(src_libzmq_la-poll.o) has no symbols npm ERR! /Library/Developer/CommandLineTools/usr/bin/ranlib: file: src/.libs/libzmq.a(src_libzmq_la-pollset.o) has no symbols npm ERR! /Library/Developer/CommandLineTools/usr/bin/ranlib: file: src/.libs/libzmq.a(src_libzmq_la-precompiled.o) has no symbols npm ERR! /Library/Developer/CommandLineTools/usr/bin/ranlib: file: src/.libs/libzmq.a(src_libzmq_la-select.o) has no symbols npm ERR! /Library/Developer/CommandLineTools/usr/bin/ranlib: file: src/.libs/libzmq.a(src_libzmq_la-tipc_address.o) has no symbols npm ERR! /Library/Developer/CommandLineTools/usr/bin/ranlib: file: src/.libs/libzmq.a(src_libzmq_la-tipc_connecter.o) has no symbols npm ERR! /Library/Developer/CommandLineTools/usr/bin/ranlib: file: src/.libs/libzmq.a(src_libzmq_la-tipc_listener.o) has no symbols npm ERR! /Library/Developer/CommandLineTools/usr/bin/ranlib: file: src/.libs/libzmq.a(src_libzmq_la-vmci.o) has no symbols npm ERR! /Library/Developer/CommandLineTools/usr/bin/ranlib: file: src/.libs/libzmq.a(src_libzmq_la-vmci_address.o) has no symbols npm ERR! /Library/Developer/CommandLineTools/usr/bin/ranlib: file: src/.libs/libzmq.a(src_libzmq_la-vmci_connecter.o) has no symbols npm ERR! /Library/Developer/CommandLineTools/usr/bin/ranlib: file: src/.libs/libzmq.a(src_libzmq_la-vmci_listener.o) has no symbols npm ERR! /Library/Developer/CommandLineTools/usr/bin/ranlib: file: src/.libs/libzmq.a(src_libzmq_la-devpoll.o) has no symbols npm ERR! /Library/Developer/CommandLineTools/usr/bin/ranlib: file: src/.libs/libzmq.a(src_libzmq_la-epoll.o) has no symbols npm ERR! /Library/Developer/CommandLineTools/usr/bin/ranlib: file: src/.libs/libzmq.a(src_libzmq_la-gssapi_mechanism_base.o) has no symbols npm ERR! /Library/Developer/CommandLineTools/usr/bin/ranlib: file: src/.libs/libzmq.a(src_libzmq_la-gssapi_client.o) has no symbols npm ERR! /Library/Developer/CommandLineTools/usr/bin/ranlib: file: src/.libs/libzmq.a(src_libzmq_la-gssapi_server.o) has no symbols npm ERR! /Library/Developer/CommandLineTools/usr/bin/ranlib: file: src/.libs/libzmq.a(src_libzmq_la-norm_engine.o) has no symbols npm ERR! /Library/Developer/CommandLineTools/usr/bin/ranlib: file: src/.libs/libzmq.a(src_libzmq_la-pgm_receiver.o) has no symbols npm ERR! /Library/Developer/CommandLineTools/usr/bin/ranlib: file: src/.libs/libzmq.a(src_libzmq_la-pgm_sender.o) has no symbols npm ERR! /Library/Developer/CommandLineTools/usr/bin/ranlib: file: src/.libs/libzmq.a(src_libzmq_la-pgm_socket.o) has no symbols npm ERR! /Library/Developer/CommandLineTools/usr/bin/ranlib: file: src/.libs/libzmq.a(src_libzmq_la-poll.o) has no symbols npm ERR! /Library/Developer/CommandLineTools/usr/bin/ranlib: file: src/.libs/libzmq.a(src_libzmq_la-pollset.o) has no symbols npm ERR! /Library/Developer/CommandLineTools/usr/bin/ranlib: file: src/.libs/libzmq.a(src_libzmq_la-precompiled.o) has no symbols npm ERR! /Library/Developer/CommandLineTools/usr/bin/ranlib: file: src/.libs/libzmq.a(src_libzmq_la-select.o) has no symbols npm ERR! /Library/Developer/CommandLineTools/usr/bin/ranlib: file: src/.libs/libzmq.a(src_libzmq_la-tipc_address.o) has no symbols npm ERR! /Library/Developer/CommandLineTools/usr/bin/ranlib: file: src/.libs/libzmq.a(src_libzmq_la-tipc_connecter.o) has no symbols npm ERR! /Library/Developer/CommandLineTools/usr/bin/ranlib: file: src/.libs/libzmq.a(src_libzmq_la-tipc_listener.o) has no symbols npm ERR! /Library/Developer/CommandLineTools/usr/bin/ranlib: file: src/.libs/libzmq.a(src_libzmq_la-vmci.o) has no symbols npm ERR! /Library/Developer/CommandLineTools/usr/bin/ranlib: file: src/.libs/libzmq.a(src_libzmq_la-vmci_address.o) has no symbols npm ERR! /Library/Developer/CommandLineTools/usr/bin/ranlib: file: src/.libs/libzmq.a(src_libzmq_la-vmci_connecter.o) has no symbols npm ERR! /Library/Developer/CommandLineTools/usr/bin/ranlib: file: src/.libs/libzmq.a(src_libzmq_la-vmci_listener.o) has no symbols npm ERR! /Library/Developer/CommandLineTools/usr/bin/ranlib: file: /Users/tothistvan/Downloads/regtest-server-master/node_modules/zeromq/zmq/lib/libzmq.a(src_libzmq_la-devpoll.o) has no symbols npm ERR! /Library/Developer/CommandLineTools/usr/bin/ranlib: file: /Users/tothistvan/Downloads/regtest-server-master/node_modules/zeromq/zmq/lib/libzmq.a(src_libzmq_la-epoll.o) has no symbols npm ERR! /Library/Developer/CommandLineTools/usr/bin/ranlib: file: /Users/tothistvan/Downloads/regtest-server-master/node_modules/zeromq/zmq/lib/libzmq.a(src_libzmq_la-gssapi_mechanism_base.o) has no symbols npm ERR! /Library/Developer/CommandLineTools/usr/bin/ranlib: file: /Users/tothistvan/Downloads/regtest-server-master/node_modules/zeromq/zmq/lib/libzmq.a(src_libzmq_la-gssapi_client.o) has no symbols npm ERR! /Library/Developer/CommandLineTools/usr/bin/ranlib: file: /Users/tothistvan/Downloads/regtest-server-master/node_modules/zeromq/zmq/lib/libzmq.a(src_libzmq_la-gssapi_server.o) has no symbols npm ERR! /Library/Developer/CommandLineTools/usr/bin/ranlib: file: /Users/tothistvan/Downloads/regtest-server-master/node_modules/zeromq/zmq/lib/libzmq.a(src_libzmq_la-norm_engine.o) has no symbols npm ERR! /Library/Developer/CommandLineTools/usr/bin/ranlib: file: /Users/tothistvan/Downloads/regtest-server-master/node_modules/zeromq/zmq/lib/libzmq.a(src_libzmq_la-pgm_receiver.o) has no symbols npm ERR! /Library/Developer/CommandLineTools/usr/bin/ranlib: file: /Users/tothistvan/Downloads/regtest-server-master/node_modules/zeromq/zmq/lib/libzmq.a(src_libzmq_la-pgm_sender.o) has no symbols npm ERR! /Library/Developer/CommandLineTools/usr/bin/ranlib: file: /Users/tothistvan/Downloads/regtest-server-master/node_modules/zeromq/zmq/lib/libzmq.a(src_libzmq_la-pgm_socket.o) has no symbols npm ERR! /Library/Developer/CommandLineTools/usr/bin/ranlib: file: /Users/tothistvan/Downloads/regtest-server-master/node_modules/zeromq/zmq/lib/libzmq.a(src_libzmq_la-poll.o) has no symbols npm ERR! /Library/Developer/CommandLineTools/usr/bin/ranlib: file: /Users/tothistvan/Downloads/regtest-server-master/node_modules/zeromq/zmq/lib/libzmq.a(src_libzmq_la-pollset.o) has no symbols npm ERR! /Library/Developer/CommandLineTools/usr/bin/ranlib: file: /Users/tothistvan/Downloads/regtest-server-master/node_modules/zeromq/zmq/lib/libzmq.a(src_libzmq_la-precompiled.o) has no symbols npm ERR! /Library/Developer/CommandLineTools/usr/bin/ranlib: file: /Users/tothistvan/Downloads/regtest-server-master/node_modules/zeromq/zmq/lib/libzmq.a(src_libzmq_la-select.o) has no symbols npm ERR! /Library/Developer/CommandLineTools/usr/bin/ranlib: file: /Users/tothistvan/Downloads/regtest-server-master/node_modules/zeromq/zmq/lib/libzmq.a(src_libzmq_la-tipc_address.o) has no symbols npm ERR! /Library/Developer/CommandLineTools/usr/bin/ranlib: file: /Users/tothistvan/Downloads/regtest-server-master/node_modules/zeromq/zmq/lib/libzmq.a(src_libzmq_la-tipc_connecter.o) has no symbols npm ERR! /Library/Developer/CommandLineTools/usr/bin/ranlib: file: /Users/tothistvan/Downloads/regtest-server-master/node_modules/zeromq/zmq/lib/libzmq.a(src_libzmq_la-tipc_listener.o) has no symbols npm ERR! /Library/Developer/CommandLineTools/usr/bin/ranlib: file: /Users/tothistvan/Downloads/regtest-server-master/node_modules/zeromq/zmq/lib/libzmq.a(src_libzmq_la-vmci.o) has no symbols npm ERR! /Library/Developer/CommandLineTools/usr/bin/ranlib: file: /Users/tothistvan/Downloads/regtest-server-master/node_modules/zeromq/zmq/lib/libzmq.a(src_libzmq_la-vmci_address.o) has no symbols npm ERR! /Library/Developer/CommandLineTools/usr/bin/ranlib: file: /Users/tothistvan/Downloads/regtest-server-master/node_modules/zeromq/zmq/lib/libzmq.a(src_libzmq_la-vmci_connecter.o) has no symbols npm ERR! /Library/Developer/CommandLineTools/usr/bin/ranlib: file: /Users/tothistvan/Downloads/regtest-server-master/node_modules/zeromq/zmq/lib/libzmq.a(src_libzmq_la-vmci_listener.o) has no symbols npm ERR! child process exited with code 0 npm ERR! In file included from ../binding.cc:40: npm ERR! ../../nan/nan.h:686:39: warning: 'IdleNotificationDeadline' is deprecated: Use MemoryPressureNotification() to influence the GC schedule. [-Wdeprecated-declarations] npm ERR! return v8::Isolate::GetCurrent()->IdleNotificationDeadline( npm ERR! ^ npm ERR! /Users/tothistvan/Library/Caches/node-gyp/21.1.0/include/node/v8-isolate.h:1339:3: note: 'IdleNotificationDeadline' has been explicitly marked deprecated here npm ERR! V8_DEPRECATE_SOON( npm ERR! ^ npm ERR! /Users/tothistvan/Library/Caches/node-gyp/21.1.0/include/node/v8config.h:551:39: note: expanded from macro 'V8_DEPRECATE_SOON' npm ERR! # define V8_DEPRECATE_SOON(message) [[deprecated(message)]] npm ERR! ^ npm ERR! ../binding.cc:399:10: warning: 'MakeCallback' is deprecated [-Wdeprecated-declarations] npm ERR! Nan::MakeCallback(this->handle(), callback_v.As(), 0, NULL); npm ERR! ^ npm ERR! ../../nan/nan.h:1030:3: note: 'MakeCallback' has been explicitly marked deprecated here npm ERR! NAN_DEPRECATED inline v8::Local MakeCallback( npm ERR! ^ npm ERR! ../../nan/nan.h:110:40: note: expanded from macro 'NAN_DEPRECATED' npm ERR! # define NAN_DEPRECATED attribute((deprecated)) npm ERR! ^ npm ERR! ../binding.cc:407:10: warning: 'MakeCallback' is deprecated [-Wdeprecated-declarations] npm ERR! Nan::MakeCallback(this->handle(), callback_v.As(), 0, NULL); npm ERR! ^ npm ERR! ../../nan/nan.h:1030:3: note: 'MakeCallback' has been explicitly marked deprecated here npm ERR! NAN_DEPRECATED inline v8::Local MakeCallback( npm ERR! ^ npm ERR! ../../nan/nan.h:110:40: note: expanded from macro 'NAN_DEPRECATED' npm ERR! # define NAN_DEPRECATED attribute((deprecated)) npm ERR! ^ npm ERR! ../binding.cc:458:10: warning: 'MakeCallback' is deprecated [-Wdeprecated-declarations] npm ERR! Nan::MakeCallback(this->handle(), callback_v.As(), 4, argv); npm ERR! ^ npm ERR! ../../nan/nan.h:1030:3: note: 'MakeCallback' has been explicitly marked deprecated here npm ERR! NAN_DEPRECATED inline v8::Local MakeCallback( npm ERR! ^ npm ERR! ../../nan/nan.h:110:40: note: expanded from macro 'NAN_DEPRECATED' npm ERR! # define NAN_DEPRECATED attribute((deprecated)) npm ERR! ^ npm ERR! ../binding.cc:473:10: warning: 'MakeCallback' is deprecated [-Wdeprecated-declarations] npm ERR! Nan::MakeCallback(this->handle(), callback_v.As(), 1, argv); npm ERR! ^ npm ERR! ../../nan/nan.h:1030:3: note: 'MakeCallback' has been explicitly marked deprecated here npm ERR! NAN_DEPRECATED inline v8::Local MakeCallback( npm ERR! ^ npm ERR! ../../nan/nan.h:110:40: note: expanded from macro 'NAN_DEPRECATED' npm ERR! # define NAN_DEPRECATED attribute((deprecated)) npm ERR! ^ npm ERR! ../binding.cc:814:10: warning: 'MakeCallback' is deprecated [-Wdeprecated-declarations] npm ERR! Nan::MakeCallback(Nan::GetCurrentContext()->Global(), cb, 1, argv); npm ERR! ^ npm ERR! ../../nan/nan.h:1030:3: note: 'MakeCallback' has been explicitly marked deprecated here npm ERR! NAN_DEPRECATED inline v8::Local MakeCallback( npm ERR! ^ npm ERR! ../../nan/nan.h:110:40: note: expanded from macro 'NAN_DEPRECATED' npm ERR! # define NAN_DEPRECATED attribute((deprecated)) npm ERR! ^ npm ERR! ../binding.cc:893:10: warning: 'MakeCallback' is deprecated [-Wdeprecated-declarations] npm ERR! Nan::MakeCallback(Nan::GetCurrentContext()->Global(), cb, 1, argv); npm ERR! ^ npm ERR! ../../nan/nan.h:1030:3: note: 'MakeCallback' has been explicitly marked deprecated here npm ERR! NAN_DEPRECATED inline v8::Local MakeCallback( npm ERR! ^ npm ERR! ../../nan/nan.h:110:40: note: expanded from macro 'NAN_DEPRECATED' npm ERR! # define NAN_DEPRECATED attribute((deprecated)) npm ERR! ^ npm ERR! In file included from ../binding.cc:24: npm ERR! In file included from /Users/tothistvan/Library/Caches/node-gyp/21.1.0/include/node/v8.h:24: npm ERR! In file included from /Users/tothistvan/Library/Caches/node-gyp/21.1.0/include/node/v8-array-buffer.h:12: npm ERR! /Users/tothistvan/Library/Caches/node-gyp/21.1.0/include/node/v8-local-handle.h:253:5: error: static_assert failed due to requirement 'std::is_base_of<v8::Value, v8::Data>::value' "type check" npm ERR! static_assert(std::is_base_of<T, S>::value, "type check"); npm ERR! ^ ~~~~~~~~ npm ERR! ../../nan/nan_callbacks_12_inl.h:175:20: note: in instantiation of function template specialization 'v8::Local::Local' requested here npm ERR! cbinfo(info, obj->GetInternalField(kDataIndex)); npm ERR! ^ npm ERR! 7 warnings and 1 error generated. npm ERR! make: [Release/obj.target/zmq/binding.o] Error 1 npm ERR! gyp ERR! build error npm ERR! gyp ERR! stack Error: make failed with exit code: 2 npm ERR! gyp ERR! stack at ChildProcess.onExit (/Users/tothistvan/.nvm/versions/node/v16.20.0/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:201:23) npm ERR! gyp ERR! stack at ChildProcess.emit (node:events:515:28) npm ERR! gyp ERR! stack at ChildProcess._handle.onexit (node:internal/child_process:294:12) npm ERR! gyp ERR! System Darwin 23.0.0 npm ERR! gyp ERR! command "/Users/tothistvan/node_modules/node/bin/node" "/Users/tothistvan/.nvm/versions/node/v16.20.0/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild" npm ERR! gyp ERR! cwd /Users/tothistvan/Downloads/regtest-server-master/node_modules/zeromq npm ERR! gyp ERR! node -v v21.1.0 npm ERR! gyp ERR! node-gyp -v v9.1.0 npm ERR! gyp ERR! not ok npm ERR! gyp info it worked if it ends with ok npm ERR! gyp info using node-gyp@9.1.0 npm ERR! gyp info using node@21.1.0 | darwin | x64 npm ERR! gyp info find Python using Python version 3.7.3 found at "/Library/Developer/CommandLineTools/usr/bin/python3" npm ERR! gyp info spawn /Library/Developer/CommandLineTools/usr/bin/python3 npm ERR! gyp info spawn args [ npm ERR! gyp info spawn args '/Users/tothistvan/.nvm/versions/node/v16.20.0/lib/node_modules/npm/node_modules/node-gyp/gyp/gyp_main.py', npm ERR! gyp info spawn args 'binding.gyp', npm ERR! gyp info spawn args '-f', npm ERR! gyp info spawn args 'make', npm ERR! gyp info spawn args '-I', npm ERR! gyp info spawn args '/Users/tothistvan/Downloads/regtest-server-master/node_modules/zeromq/build/config.gypi', npm ERR! gyp info spawn args '-I', npm ERR! gyp info spawn args '/Users/tothistvan/.nvm/versions/node/v16.20.0/lib/node_modules/npm/node_modules/node-gyp/addon.gypi', npm ERR! gyp info spawn args '-I', npm ERR! gyp info spawn args '/Users/tothistvan/Library/Caches/node-gyp/21.1.0/include/node/common.gypi', npm ERR! gyp info spawn args '-Dlibrary=shared_library', npm ERR! gyp info spawn args '-Dvisibility=default', npm ERR! gyp info spawn args '-Dnode_root_dir=/Users/tothistvan/Library/Caches/node-gyp/21.1.0', npm ERR! gyp info spawn args '-Dnode_gyp_dir=/Users/tothistvan/.nvm/versions/node/v16.20.0/lib/node_modules/npm/node_modules/node-gyp', npm ERR! gyp info spawn args '-Dnode_lib_file=/Users/tothistvan/Library/Caches/node-gyp/21.1.0/<(target_arch)/node.lib', npm ERR! gyp info spawn args '-Dmodule_root_dir=/Users/tothistvan/Downloads/regtest-server-master/node_modules/zeromq', npm ERR! gyp info spawn args '-Dnode_engine=v8', npm ERR! gyp info spawn args '--depth=.', npm ERR! gyp info spawn args '--no-parallel', npm ERR! gyp info spawn args '--generator-output', npm ERR! gyp info spawn args 'build', npm ERR! gyp info spawn args '-Goutput_dir=.' npm ERR! gyp info spawn args ] npm ERR! No receipt for 'com.apple.pkg.CLTools_Executables' found at '/'. npm ERR! No receipt for 'com.apple.pkg.DeveloperToolsCLILeo' found at '/'. npm ERR! No receipt for 'com.apple.pkg.DeveloperToolsCLI' found at '/'. npm ERR! npm ERR! npm ERR! npm ERR! gyp info spawn make npm ERR! gyp info spawn args [ 'BUILDTYPE=Release', '-C', 'build' ] npm ERR! configure: WARNING: Cannot find libunwind npm ERR! make[2]: wait: Interrupted system call. Stop. npm ERR! make[2]: Waiting for unfinished jobs.... npm ERR! make[2]: [src/src_libzmq_la-pair.lo] Interrupt: 2 npm ERR! make: [zmq/BUILD_SUCCESS] Interrupt: 2 npm ERR! make[2]: wait: Interrupted system call. Stop. npm ERR! make[1]: *** [all-recursive] Error 1 `

junderw commented 5 months ago

Duplicate #12