Last active
January 16, 2019 11:36
-
-
Save EricLambrecht/7b7e5ec7dcaae3020a45d0ad4c13cf42 to your computer and use it in GitHub Desktop.
zeromq build error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Building libzmq for darwin | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... config/install-sh -c -d | |
checking for gawk... no | |
checking for mawk... no | |
checking for nawk... no | |
checking for awk... awk | |
checking whether make sets $(MAKE)... yes | |
checking whether make supports nested variables... yes | |
checking whether UID '501' is supported by ustar format... yes | |
checking whether GID '20' is supported by ustar format... yes | |
checking how to create a ustar tar archive... gnutar | |
checking whether make supports nested variables... (cached) yes | |
checking for gcc... gcc | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether gcc accepts -g... yes | |
checking for gcc option to accept ISO C89... none needed | |
checking whether gcc understands -c and -o together... yes | |
checking for style of include used by make... GNU | |
checking dependency style of gcc... gcc3 | |
checking whether C compiler accepts -std=gnu11... yes | |
checking for g++... g++ | |
checking whether we are using the GNU C++ compiler... yes | |
checking whether g++ accepts -g... yes | |
checking dependency style of g++... gcc3 | |
checking whether g++ supports C++11 features by default... no | |
checking whether g++ supports C++11 features with -std=gnu++11... yes | |
checking for a sed that does not truncate output... /usr/bin/sed | |
checking whether to build with code coverage support... no | |
checking for a sed that does not truncate output... (cached) /usr/bin/sed | |
checking for gawk... (cached) awk | |
checking for pkg-config... /usr/local/bin/pkg-config | |
checking pkg-config is at least version 0.9.0... yes | |
checking for xmlto... no | |
checking for asciidoc... no | |
checking build system type... x86_64-apple-darwin18.2.0 | |
checking host system type... x86_64-apple-darwin18.2.0 | |
checking how to print strings... printf | |
checking for a sed that does not truncate output... (cached) /usr/bin/sed | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for fgrep... /usr/bin/grep -F | |
checking for ld used by gcc... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld | |
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no | |
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B | |
checking the name lister (/usr/bin/nm -B) interface... BSD nm | |
checking whether ln -s works... yes | |
checking the maximum length of command line arguments... 196608 | |
checking whether the shell understands some XSI constructs... yes | |
checking whether the shell understands "+="... yes | |
checking how to convert x86_64-apple-darwin18.2.0 file names to x86_64-apple-darwin18.2.0 format... func_convert_file_noop | |
checking how to convert x86_64-apple-darwin18.2.0 file names to toolchain format... func_convert_file_noop | |
checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r | |
checking for objdump... objdump | |
checking how to recognize dependent libraries... pass_all | |
checking for dlltool... dlltool | |
checking how to associate runtime and link libraries... printf %s\n | |
checking for ar... ar | |
checking for archiver @FILE support... no | |
checking for strip... strip | |
checking for ranlib... ranlib | |
checking command to parse /usr/bin/nm -B output from gcc object... ok | |
checking for sysroot... no | |
checking for mt... no | |
checking if : is a manifest tool... no | |
checking for dsymutil... dsymutil | |
checking for nmedit... nmedit | |
checking for lipo... lipo | |
checking for otool... otool | |
checking for otool64... no | |
checking for -single_module linker flag... yes | |
checking for -exported_symbols_list linker flag... yes | |
checking for -force_load linker flag... yes | |
checking how to run the C preprocessor... gcc -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking for dlfcn.h... yes | |
checking for objdir... .libs | |
checking if gcc supports -fno-rtti -fno-exceptions... yes | |
checking for gcc option to produce PIC... -fno-common -DPIC | |
checking if gcc PIC flag -fno-common -DPIC works... yes | |
checking if gcc static flag -static works... no | |
checking if gcc supports -c -o file.o... yes | |
checking if gcc supports -c -o file.o... (cached) yes | |
checking whether the gcc linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin18.2.0 dyld | |
checking how to hardcode library paths into programs... immediate | |
checking whether stripping libraries is possible... yes | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... no | |
checking whether to build static libraries... yes | |
checking how to run the C++ preprocessor... g++ -std=gnu++11 -E | |
checking for ld used by g++ -std=gnu++11... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld | |
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no | |
checking whether the g++ -std=gnu++11 linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes | |
checking for g++ -std=gnu++11 option to produce PIC... -fno-common -DPIC | |
checking if g++ -std=gnu++11 PIC flag -fno-common -DPIC works... yes | |
checking if g++ -std=gnu++11 static flag -static works... no | |
checking if g++ -std=gnu++11 supports -c -o file.o... yes | |
checking if g++ -std=gnu++11 supports -c -o file.o... (cached) yes | |
checking whether the g++ -std=gnu++11 linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin18.2.0 dyld | |
checking how to hardcode library paths into programs... immediate | |
checking for valgrind... no | |
checking whether the C compiler works... yes | |
checking whether we are using Intel C compiler... no | |
checking whether we are using Sun Studio C compiler... no | |
checking whether we are using clang C compiler... yes | |
checking whether we are using gcc >= 4 C compiler... yes | |
checking whether the C++ compiler works... yes | |
checking whether we are using Intel C++ compiler... no | |
checking whether we are using Sun Studio C++ compiler... no | |
checking whether we are using clang C++ compiler... yes | |
checking whether we are using gcc >= 4 C++ compiler... yes | |
checking whether to enable debugging information... no | |
checking whether to enable code coverage... no | |
checking if TIPC is available and supports nonblocking connect... no | |
checking whether C++ compiler supports -Wno-uninitialized... yes | |
checking for pthread_create in -lpthread... yes | |
checking for clock_gettime in -lrt... no | |
checking whether C++ compiler supports -fvisibility=hidden... yes | |
checking whether C++ compiler supports dso visibility... yes | |
checking whether to build documentation... no | |
checking whether to install manpages... no | |
configure: Choosing polling system from 'kqueue epoll devpoll pollset poll select'... | |
configure: Using 'kqueue' polling system | |
checking for ANSI C header files... (cached) yes | |
checking errno.h usability... yes | |
checking errno.h presence... yes | |
checking for errno.h... yes | |
checking time.h usability... yes | |
checking time.h presence... yes | |
checking for time.h... yes | |
checking for unistd.h... (cached) yes | |
checking limits.h usability... yes | |
checking limits.h presence... yes | |
checking for limits.h... yes | |
checking stddef.h usability... yes | |
checking stddef.h presence... yes | |
checking for stddef.h... yes | |
checking for stdlib.h... (cached) yes | |
checking for string.h... (cached) yes | |
checking arpa/inet.h usability... yes | |
checking arpa/inet.h presence... yes | |
checking for arpa/inet.h... yes | |
checking netinet/tcp.h usability... yes | |
checking netinet/tcp.h presence... yes | |
checking for netinet/tcp.h... yes | |
checking netinet/in.h usability... yes | |
checking netinet/in.h presence... yes | |
checking for netinet/in.h... yes | |
checking sys/socket.h usability... yes | |
checking sys/socket.h presence... yes | |
checking for sys/socket.h... yes | |
checking sys/time.h usability... yes | |
checking sys/time.h presence... yes | |
checking for sys/time.h... yes | |
checking ifaddrs.h usability... yes | |
checking ifaddrs.h presence... yes | |
checking for ifaddrs.h... yes | |
checking sys/uio.h usability... yes | |
checking sys/uio.h presence... yes | |
checking for sys/uio.h... yes | |
checking sys/eventfd.h usability... no | |
checking sys/eventfd.h presence... no | |
checking for sys/eventfd.h... no | |
checking whether SO_PEERCRED is declared... no | |
checking whether LOCAL_PEERCRED is declared... no | |
checking for stdbool.h that conforms to C99... no | |
checking for _Bool... no | |
checking for an ANSI C-conforming const... yes | |
checking for inline... inline | |
checking for size_t... yes | |
checking for ssize_t... yes | |
checking whether time.h and sys/time.h may both be included... yes | |
checking for uint32_t... yes | |
checking for working volatile... yes | |
configure: Using tweetnacl for CURVE security | |
checking "with_norm_ext = no"... no | |
checking how to enable additional warnings for C++ compiler... -Wall | |
checking whether compiler supports __atomic_Xxx intrinsics... yes | |
checking return type of signal handlers... void | |
checking for perror... yes | |
checking for gettimeofday... yes | |
checking for clock_gettime... yes | |
checking for memset... yes | |
checking for socket... yes | |
checking for getifaddrs... yes | |
checking for freeifaddrs... yes | |
checking for fork... yes | |
checking for posix_memalign... yes | |
checking for mkdtemp... yes | |
checking alloca.h usability... yes | |
checking alloca.h presence... yes | |
checking for alloca.h... yes | |
checking whether SOCK_CLOEXEC is supported... no | |
checking whether SO_KEEPALIVE is supported... yes | |
checking whether TCP_KEEPCNT is supported... yes | |
checking whether TCP_KEEPIDLE is supported... no | |
checking whether TCP_KEEPINTVL is supported... yes | |
checking whether TCP_KEEPALIVE is supported... yes | |
checking for ./.git... no | |
configure: Building stable and legacy API (no draft API) | |
checking for LIBUNWIND... yes | |
checking for dladdr in -ldl... yes | |
checking that generated files are newer than configure... done | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating src/libzmq.pc | |
config.status: creating doc/Makefile | |
config.status: creating builds/Makefile | |
config.status: creating builds/msvc/Makefile | |
config.status: creating src/platform.hpp | |
config.status: executing depfiles commands | |
config.status: executing libtool commands | |
CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /Volumes/Transcend/***/***/***/node_modules/zeromq/zmq/zeromq-4.2.2/config/missing aclocal-1.14 -I config | |
/Volumes/Transcend/***/***/***/node_modules/zeromq/zmq/zeromq-4.2.2/config/missing: line 81: aclocal-1.14: command not found | |
WARNING: 'aclocal-1.14' is missing on your system. | |
You should only need it if you modified 'acinclude.m4' or | |
'configure.ac' or m4 files included by 'configure.ac'. | |
The 'aclocal' program is part of the GNU Automake package: | |
<http://www.gnu.org/software/automake> | |
It also requires GNU Autoconf, GNU m4 and Perl in order to run: | |
<http://www.gnu.org/software/autoconf> | |
<http://www.gnu.org/software/m4/> | |
<http://www.perl.org/> | |
make: *** [aclocal.m4] Error 127 | |
child process exited with code 2 | |
gyp info it worked if it ends with ok | |
gyp info using node-gyp@3.8.0 | |
gyp info using node@11.6.0 | darwin | x64 | |
gyp info spawn /usr/bin/python | |
gyp info spawn args [ '/usr/local/Cellar/node/11.6.0/libexec/lib/node_modules/npm/node_modules/node-gyp/gyp/gyp_main.py', | |
gyp info spawn args 'binding.gyp', | |
gyp info spawn args '-f', | |
gyp info spawn args 'make', | |
gyp info spawn args '-I', | |
gyp info spawn args '/Volumes/Transcend/***/***/***/node_modules/zeromq/build/config.gypi', | |
gyp info spawn args '-I', | |
gyp info spawn args '/usr/local/Cellar/node/11.6.0/libexec/lib/node_modules/npm/node_modules/node-gyp/addon.gypi', | |
gyp info spawn args '-I', | |
gyp info spawn args '/Users/eric/.node-gyp/11.6.0/include/node/common.gypi', | |
gyp info spawn args '-Dlibrary=shared_library', | |
gyp info spawn args '-Dvisibility=default', | |
gyp info spawn args '-Dnode_root_dir=/Users/eric/.node-gyp/11.6.0', | |
gyp info spawn args '-Dnode_gyp_dir=/usr/local/Cellar/node/11.6.0/libexec/lib/node_modules/npm/node_modules/node-gyp', | |
gyp info spawn args '-Dnode_lib_file=/Users/eric/.node-gyp/11.6.0/<(target_arch)/node.lib', | |
gyp info spawn args '-Dmodule_root_dir=/Volumes/Transcend/***/***/***/node_modules/zeromq', | |
gyp info spawn args '-Dnode_engine=v8', | |
gyp info spawn args '--depth=.', | |
gyp info spawn args '--no-parallel', | |
gyp info spawn args '--generator-output', | |
gyp info spawn args 'build', | |
gyp info spawn args '-Goutput_dir=.' ] | |
gyp info spawn make | |
gyp info spawn args [ 'BUILDTYPE=Release', '-C', 'build' ] | |
CXX(target) Release/obj.target/zmq/binding.o | |
../binding.cc:394:10: warning: 'MakeCallback' is deprecated [-Wdeprecated-declarations] | |
Nan::MakeCallback(this->handle(), callback_v.As<Function>(), 0, NULL); | |
^ | |
../../nan/nan.h:959:3: note: 'MakeCallback' has been explicitly marked deprecated here | |
NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback( | |
^ | |
../../nan/nan.h:103:40: note: expanded from macro 'NAN_DEPRECATED' | |
# define NAN_DEPRECATED __attribute__((deprecated)) | |
^ | |
../binding.cc:402:10: warning: 'MakeCallback' is deprecated [-Wdeprecated-declarations] | |
Nan::MakeCallback(this->handle(), callback_v.As<Function>(), 0, NULL); | |
^ | |
../../nan/nan.h:959:3: note: 'MakeCallback' has been explicitly marked deprecated here | |
NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback( | |
^ | |
../../nan/nan.h:103:40: note: expanded from macro 'NAN_DEPRECATED' | |
# define NAN_DEPRECATED __attribute__((deprecated)) | |
^ | |
../binding.cc:453:10: warning: 'MakeCallback' is deprecated [-Wdeprecated-declarations] | |
Nan::MakeCallback(this->handle(), callback_v.As<Function>(), 4, argv); | |
^ | |
../../nan/nan.h:959:3: note: 'MakeCallback' has been explicitly marked deprecated here | |
NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback( | |
^ | |
../../nan/nan.h:103:40: note: expanded from macro 'NAN_DEPRECATED' | |
# define NAN_DEPRECATED __attribute__((deprecated)) | |
^ | |
../binding.cc:468:10: warning: 'MakeCallback' is deprecated [-Wdeprecated-declarations] | |
Nan::MakeCallback(this->handle(), callback_v.As<Function>(), 1, argv); | |
^ | |
../../nan/nan.h:959:3: note: 'MakeCallback' has been explicitly marked deprecated here | |
NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback( | |
^ | |
../../nan/nan.h:103:40: note: expanded from macro 'NAN_DEPRECATED' | |
# define NAN_DEPRECATED __attribute__((deprecated)) | |
^ | |
../binding.cc:809:10: warning: 'MakeCallback' is deprecated [-Wdeprecated-declarations] | |
Nan::MakeCallback(Nan::GetCurrentContext()->Global(), cb, 1, argv); | |
^ | |
../../nan/nan.h:959:3: note: 'MakeCallback' has been explicitly marked deprecated here | |
NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback( | |
^ | |
../../nan/nan.h:103:40: note: expanded from macro 'NAN_DEPRECATED' | |
# define NAN_DEPRECATED __attribute__((deprecated)) | |
^ | |
../binding.cc:888:10: warning: 'MakeCallback' is deprecated [-Wdeprecated-declarations] | |
Nan::MakeCallback(Nan::GetCurrentContext()->Global(), cb, 1, argv); | |
^ | |
../../nan/nan.h:959:3: note: 'MakeCallback' has been explicitly marked deprecated here | |
NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback( | |
^ | |
../../nan/nan.h:103:40: note: expanded from macro 'NAN_DEPRECATED' | |
# define NAN_DEPRECATED __attribute__((deprecated)) | |
^ | |
6 warnings generated. | |
SOLINK_MODULE(target) Release/zmq.node | |
clang: error: no such file or directory: './Release/../../zmq/lib/libzmq.a' | |
make: *** [Release/zmq.node] Error 1 | |
gyp ERR! build error | |
gyp ERR! stack Error: `make` failed with exit code: 2 | |
gyp ERR! stack at ChildProcess.onExit (/usr/local/Cellar/node/11.6.0/libexec/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:262:23) | |
gyp ERR! stack at ChildProcess.emit (events.js:188:13) | |
gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:254:12) | |
gyp ERR! System Darwin 18.2.0 | |
gyp ERR! command "/usr/local/Cellar/node/11.6.0/bin/node" "/usr/local/Cellar/node/11.6.0/libexec/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild" | |
gyp ERR! cwd /Volumes/Transcend/***/***/***/node_modules/zeromq | |
gyp ERR! node -v v11.6.0 | |
gyp ERR! node-gyp -v v3.8.0 | |
gyp ERR! not ok |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment