Skip to content

Instantly share code, notes, and snippets.

@jostor
Created November 16, 2018 08:34
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 jostor/495f91b35b0fff839c6b284293bc9c04 to your computer and use it in GitHub Desktop.
Save jostor/495f91b35b0fff839c6b284293bc9c04 to your computer and use it in GitHub Desktop.
zeromq.js console output 2
WARNING: test12345-0.0.1-r0 do_fetch: Missing shrinkwrap file in NPM_SHRINKWRAP for zeromq, this will lead to unreliable builds!
WARNING: test12345-0.0.1-r0 do_fetch: Missing lockdown file in NPM_LOCKDOWN for zeromq, this will lead to unreproducible builds!
ERROR: test12345-0.0.1-r0 do_compile: Function failed: do_compile (log file is located at /workdir/poky/build/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/test12345/0.0.1-r0/temp/log.do_compile.12641)
ERROR: Logfile of failure stored in: /workdir/poky/build/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/test12345/0.0.1-r0/temp/log.do_compile.12641
Log data follows:
| DEBUG: Executing shell function do_compile
| npm WARN using --force I sure hope you know what you are doing.
|
| > zeromq@5.1.0 install /workdir/poky/build/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/test12345/0.0.1-r0/npmpkg/node_modules/zeromq
| > node scripts/prebuild-install.js || (node scripts/preinstall.js && node-gyp rebuild)
|
|
| prebuild-install WARN install No prebuilt binaries found (target=8.9.4 runtime=node arch=arm platform=linux)
|
| Building libzmq for linux
| checking for a BSD-compatible install... /workdir/poky/build/tmp/hosttools/install -c
| checking whether build environment is sane... yes
| checking for a thread-safe mkdir -p... /workdir/poky/build/tmp/hosttools/mkdir -p
| checking for gawk... gawk
| checking whether make sets $(MAKE)... yes
| checking whether make supports nested variables... yes
| checking whether UID '1000' is supported by ustar format... yes
| checking whether GID '1000' 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... arm-poky-linux-gnueabi-gcc -march=armv7ve -marm -mfpu=neon-vfpv4 -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/workdir/poky/build/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/test12345/0.0.1-r0/recipe-sysroot
| 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... configure: error: in `/workdir/poky/build/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/test12345/0.0.1-r0/npmpkg/node_modules/zeromq/zmq/zeromq-4.2.2':
| configure: error: cannot run C compiled programs.
| If you meant to cross compile, use `--host'.
| See `config.log' for more details
| child process exited with code 1
| make: Entering directory '/workdir/poky/build/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/test12345/0.0.1-r0/npmpkg/node_modules/zeromq/build'
| CXX(target) Release/obj.target/zmq/binding.o
| ../binding.cc: In member function 'void zmq::Socket::NotifyReadReady()':
| ../binding.cc:399:73: warning: 'v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)' is deprecated [-Wdeprecated-declarations]
| Nan::MakeCallback(this->handle(), callback_v.As<Function>(), 0, NULL);
| ^
| In file included from ../binding.cc:40:0:
| ../../nan/nan.h:958:46: note: declared here
| NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback(
| ^~~~~~~~~~~~
| ../binding.cc: In member function 'void zmq::Socket::NotifySendReady()':
| ../binding.cc:407:73: warning: 'v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)' is deprecated [-Wdeprecated-declarations]
| Nan::MakeCallback(this->handle(), callback_v.As<Function>(), 0, NULL);
| ^
| In file included from ../binding.cc:40:0:
| ../../nan/nan.h:958:46: note: declared here
| NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback(
| ^~~~~~~~~~~~
| ../binding.cc: In member function 'void zmq::Socket::MonitorEvent(uint16_t, int32_t, char*)':
| ../binding.cc:458:73: warning: 'v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)' is deprecated [-Wdeprecated-declarations]
| Nan::MakeCallback(this->handle(), callback_v.As<Function>(), 4, argv);
| ^
| In file included from ../binding.cc:40:0:
| ../../nan/nan.h:958:46: note: declared here
| NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback(
| ^~~~~~~~~~~~
| ../binding.cc: In member function 'void zmq::Socket::MonitorError(const char*)':
| ../binding.cc:473:73: warning: 'v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)' is deprecated [-Wdeprecated-declarations]
| Nan::MakeCallback(this->handle(), callback_v.As<Function>(), 1, argv);
| ^
| In file included from ../binding.cc:40:0:
| ../../nan/nan.h:958:46: note: declared here
| NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback(
| ^~~~~~~~~~~~
| ../binding.cc: In static member function 'static void zmq::Socket::UV_BindAsyncAfter(uv_work_t*)':
| ../binding.cc:814:70: warning: 'v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)' is deprecated [-Wdeprecated-declarations]
| Nan::MakeCallback(Nan::GetCurrentContext()->Global(), cb, 1, argv);
| ^
| In file included from ../binding.cc:40:0:
| ../../nan/nan.h:958:46: note: declared here
| NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback(
| ^~~~~~~~~~~~
| ../binding.cc: In static member function 'static void zmq::Socket::UV_UnbindAsyncAfter(uv_work_t*)':
| ../binding.cc:893:70: warning: 'v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)' is deprecated [-Wdeprecated-declarations]
| Nan::MakeCallback(Nan::GetCurrentContext()->Global(), cb, 1, argv);
| ^
| In file included from ../binding.cc:40:0:
| ../../nan/nan.h:958:46: note: declared here
| NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback(
| ^~~~~~~~~~~~
| SOLINK_MODULE(target) Release/obj.target/zmq.node
| arm-poky-linux-gnueabi-g++: error: ./Release/../../zmq/lib/libzmq.a: No such file or directory
| zmq.target.mk:120: recipe for target 'Release/obj.target/zmq.node' failed
| make: *** [Release/obj.target/zmq.node] Error 1
| make: Leaving directory '/workdir/poky/build/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/test12345/0.0.1-r0/npmpkg/node_modules/zeromq/build'
| gyp ERR! build error
| gyp ERR! stack Error: `make` failed with exit code: 2
| gyp ERR! stack at ChildProcess.onExit (/workdir/poky/build/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/test12345/0.0.1-r0/recipe-sysroot-native/usr/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:258:23)
| gyp ERR! stack at emitTwo (events.js:126:13)
| gyp ERR! stack at ChildProcess.emit (events.js:214:7)
| gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:198:12)
| gyp ERR! System Linux 4.15.0-39-generic
| gyp ERR! command "/workdir/poky/build/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/test12345/0.0.1-r0/recipe-sysroot-native/usr/bin/node" "/workdir/poky/build/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/test12345/0.0.1-r0/recipe-sysroot-native/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
| gyp ERR! cwd /workdir/poky/build/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/test12345/0.0.1-r0/npmpkg/node_modules/zeromq
| gyp ERR! node -v v8.9.4
| gyp ERR! node-gyp -v v3.6.2
| gyp ERR! not ok
| npm WARN enoent ENOENT: no such file or directory, open '/workdir/poky/build/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/test12345/0.0.1-r0/npmpkg/package.json'
| npm WARN npmpkg No description
| npm WARN npmpkg No repository field.
| npm WARN npmpkg No README data
| npm WARN npmpkg No license field.
|
| npm ERR! code ELIFECYCLE
| npm ERR! errno 1
| npm ERR! zeromq@5.1.0 install: `node scripts/prebuild-install.js || (node scripts/preinstall.js && node-gyp rebuild)`
| npm ERR! Exit status 1
| npm ERR!
| npm ERR! Failed at the zeromq@5.1.0 install script.
| npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
|
| npm ERR! A complete log of this run can be found in:
| npm ERR! /workdir/poky/build/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/test12345/0.0.1-r0/npm_cache/_logs/2018-11-16T08_32_46_855Z-debug.log
| WARNING: exit code 1 from a shell command.
| ERROR: Function failed: do_compile (log file is located at /workdir/poky/build/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/test12345/0.0.1-r0/temp/log.do_compile.12641)
ERROR: Task (/workdir/poky/meta-pixii/meta-pixii-core/recipes-test12345/test12345/test12345_0.0.1.bb:do_compile) failed with exit code '1'
NOTE: Tasks Summary: Attempted 837 tasks of which 830 didn't need to be rerun and 1 failed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment