Opde Issues Tracker

compile.21

build number: 21

re-implement command

docker pull immortalwrt/opde:sdk
docker run -it --rm immortalwrt/opde:sdk zsh # or bash
export http_proxy= # [your proxy], do not use localhost or 127.0.0.1
export https_proxy=$http_proxy
opde feeds && opde config -a
make package/feeds/packages/node-net-ping/compile -j$(nproc) || make package/feeds/packages/node-net-ping/compile V=s

Compile.txt

npm info it worked if it ends with ok
npm info using npm@6.14.14
npm info using node@v14.17.5
npm info lifecycle net-ping@1.2.3~preinstall: net-ping@1.2.3
npm timing stage:loadCurrentTree Completed in 25ms
npm timing stage:loadIdealTree:cloneCurrentTree Completed in 0ms
npm timing stage:loadIdealTree:loadShrinkwrap Completed in 7ms
npm http fetch GET 200 https://registry.npmjs.org/raw-socket 561ms
npm http fetch GET 200 https://registry.npmjs.org/raw-socket/-/raw-socket-1.7.0.tgz 49ms
npm http fetch GET 200 https://registry.npmjs.org/nan 44ms
npm http fetch GET 200 https://registry.npmjs.org/nan/-/nan-2.14.2.tgz 79ms
npm timing stage:loadIdealTree:loadAllDepsIntoIdealTree Completed in 770ms
npm timing stage:loadIdealTree Completed in 794ms
npm timing stage:generateActionsToTake Completed in 6ms
npm timing action:extract Completed in 77ms
npm timing action:finalize Completed in 7ms
npm timing action:refresh-package-json Completed in 10ms
npm info lifecycle nan@2.14.2~preinstall: nan@2.14.2
npm info lifecycle raw-socket@1.7.0~preinstall: raw-socket@1.7.0
npm timing action:preinstall Completed in 1ms
npm info linkStuff nan@2.14.2
npm info linkStuff raw-socket@1.7.0
npm timing action:build Completed in 1ms
npm info lifecycle nan@2.14.2~install: nan@2.14.2
npm info lifecycle raw-socket@1.7.0~install: raw-socket@1.7.0

> raw-socket@1.7.0 install /openwrt/build_dir/target-aarch64_cortex-a72_musl/node-net-ping-1.2.3/node_modules/raw-socket
> node-gyp rebuild

gyp info it worked if it ends with ok
gyp info using node-gyp@5.1.0
gyp info using node@14.17.5 | linux | x64
gyp info find Python using Python version 3.8.10 found at "/openwrt/staging_dir/host/bin/python"
gyp info spawn /openwrt/staging_dir/host/bin/python
gyp info spawn args [
gyp info spawn args   '/openwrt/staging_dir/hostpkg/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   '/openwrt/build_dir/target-aarch64_cortex-a72_musl/node-net-ping-1.2.3/node_modules/raw-socket/build/config.gypi',
gyp info spawn args   '-I',
gyp info spawn args   '/openwrt/staging_dir/hostpkg/lib/node_modules/npm/node_modules/node-gyp/addon.gypi',
gyp info spawn args   '-I',
gyp info spawn args   '/openwrt/staging_dir/target-aarch64_cortex-a72_musl/usr/common.gypi',
gyp info spawn args   '-Dlibrary=shared_library',
gyp info spawn args   '-Dvisibility=default',
gyp info spawn args   '-Dnode_root_dir=/openwrt/staging_dir/target-aarch64_cortex-a72_musl/usr/',
gyp info spawn args   '-Dnode_gyp_dir=/openwrt/staging_dir/hostpkg/lib/node_modules/npm/node_modules/node-gyp',
gyp info spawn args   '-Dnode_lib_file=/openwrt/staging_dir/target-aarch64_cortex-a72_musl/usr/$(Configuration)/node.lib',
gyp info spawn args   '-Dmodule_root_dir=/openwrt/build_dir/target-aarch64_cortex-a72_musl/node-net-ping-1.2.3/node_modules/raw-socket',
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 args ]
gyp: /openwrt/staging_dir/target-aarch64_cortex-a72_musl/usr/common.gypi not found (cwd: /openwrt/build_dir/target-aarch64_cortex-a72_musl/node-net-ping-1.2.3/node_modules/raw-socket) while reading includes of binding.gyp while trying to load binding.gyp
gyp ERR! configure error 
gyp ERR! stack Error: `gyp` failed with exit code: 1
gyp ERR! stack     at ChildProcess.onCpExit (/openwrt/staging_dir/hostpkg/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:351:16)
gyp ERR! stack     at ChildProcess.emit (events.js:400:28)
gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:277:12)
gyp ERR! System Linux 5.8.0-1039-azure
gyp ERR! command "/openwrt/staging_dir/hostpkg/bin/node" "/openwrt/staging_dir/hostpkg/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
gyp ERR! cwd /openwrt/build_dir/target-aarch64_cortex-a72_musl/node-net-ping-1.2.3/node_modules/raw-socket
gyp ERR! node -v v14.17.5
gyp ERR! node-gyp -v v5.1.0
gyp ERR! not ok 
npm timing audit submit Completed in 147ms
npm http fetch POST 200 https://registry.npmjs.org/-/npm/v1/security/audits/quick 147ms
npm timing audit body Completed in 1ms
npm info lifecycle raw-socket@1.7.0~install: Failed to exec install script
npm timing action:install Completed in 351ms
npm timing stage:rollbackFailedOptional Completed in 42ms
npm timing stage:runTopLevelLifecycles Completed in 1381ms
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! raw-socket@1.7.0 install: `node-gyp rebuild`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the raw-socket@1.7.0 install script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm timing npm Completed in 1749ms

npm ERR! A complete log of this run can be found in:
npm ERR!     /openwrt/tmp/npm-cache-GDUPLp9pRJ/_logs/2021-08-19T19_19_56_954Z-debug.log
make[3]: *** [Makefile:83: /openwrt/build_dir/target-aarch64_cortex-a72_musl/node-net-ping-1.2.3/.built] Error 1
Last updated on 19 Aug 2021
Published on 19 Aug 2021