Skip to content

Instantly share code, notes, and snippets.

@FROGGS

FROGGS/bt.bash Secret

Created July 29, 2014 16:08
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 FROGGS/cb1f2ab1fb5da325663a to your computer and use it in GitHub Desktop.
Save FROGGS/cb1f2ab1fb5da325663a to your computer and use it in GitHub Desktop.
nqp-js$ make
npm install src/vm/js/nqp-runtime-core src/vm/js/nqp-runtime-node src/vm/js/nqp-runtime gen/js/stage2/NQPCORE.setting gen/js/stage2/QRegex gen/js/stage2/nqpmo gen/js/stage2/QASTNode gen/js/stage2/QAST gen/js/stage2/NQPP6QRegex gen/js/stage2/NQPHLL
npm WARN package.json nqp-runtime-node@0.1.0 No README.md file found!
npm http GET https://registry.npmjs.org/sha1
npm http GET https://registry.npmjs.org/node-int64
npm http GET https://registry.npmjs.org/execSync
npm http GET https://registry.npmjs.org/bigint
npm http GET https://registry.npmjs.org/fs-ext
npm http GET https://registry.npmjs.org/iconv-lite
npm http GET https://registry.npmjs.org/sleep
npm http GET https://registry.npmjs.org/fibers
npm http 304 https://registry.npmjs.org/sha1
npm http 304 https://registry.npmjs.org/node-int64
npm http 304 https://registry.npmjs.org/iconv-lite
npm http GET https://registry.npmjs.org/charenc
npm http GET https://registry.npmjs.org/crypt
npm http 304 https://registry.npmjs.org/execSync
npm http 304 https://registry.npmjs.org/fibers
npm http 304 https://registry.npmjs.org/crypt
npm http 304 https://registry.npmjs.org/charenc
npm http 304 https://registry.npmjs.org/fs-ext
npm http 304 https://registry.npmjs.org/bigint
npm http 304 https://registry.npmjs.org/sleep
npm http GET https://registry.npmjs.org/mkdirp
> fs-ext@0.3.2 install /home/froggs/dev/nqp-js/node_modules/nqp-runtime-node/node_modules/fs-ext
> node-gyp configure build
npm http GET https://registry.npmjs.org/temp
> bigint@0.4.2 install /home/froggs/dev/nqp-js/node_modules/nqp-runtime-node/node_modules/bigint
> node-gyp configure build
> fibers@1.0.1 install /home/froggs/dev/nqp-js/node_modules/nqp-runtime-node/node_modules/fibers
> node ./build.js
npm WARN This failure might be due to the use of legacy binary "node"
npm WARN For further explanations, please read
/usr/share/doc/nodejs/README.Debian
npm ERR! error rolling back Error: ENOTEMPTY, rmdir '/home/froggs/dev/nqp-js/node_modules/nqp-runtime-node/node_modules/fs-ext'
npm ERR! error rolling back nqp-runtime-node@0.1.0 { [Error: ENOTEMPTY, rmdir '/home/froggs/dev/nqp-js/node_modules/nqp-runtime-node/node_modules/fs-ext']
npm ERR! error rolling back errno: 53,
npm ERR! error rolling back code: 'ENOTEMPTY',
npm ERR! error rolling back path: '/home/froggs/dev/nqp-js/node_modules/nqp-runtime-node/node_modules/fs-ext' }
npm ERR! fibers@1.0.1 install: `node ./build.js`
npm ERR! `sh "-c" "node ./build.js"` failed with 1
npm ERR!
npm ERR! Failed at the fibers@1.0.1 install script.
npm ERR! This is most likely a problem with the fibers package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node ./build.js
npm ERR! You can get their info via:
npm ERR! npm owner ls fibers
npm ERR! There is likely additional logging output above.
npm ERR! System Linux 3.11.0-26-generic
npm ERR! command "/usr/bin/nodejs" "/usr/bin/npm" "install" "src/vm/js/nqp-runtime-core" "src/vm/js/nqp-runtime-node" "src/vm/js/nqp-runtime" "gen/js/stage2/NQPCORE.setting" "gen/js/stage2/QRegex" "gen/js/stage2/nqpmo" "gen/js/stage2/QASTNode" "gen/js/stage2/QAST" "gen/js/stage2/NQPP6QRegex" "gen/js/stage2/NQPHLL"
npm ERR! cwd /home/froggs/dev/nqp-js
npm ERR! node -v v0.10.15
npm ERR! npm -v 1.2.18
npm ERR! code ELIFECYCLE
gyp: binding.gyp not found (cwd: /home/froggs/dev/nqp-js/node_modules/nqp-runtime-node/node_modules/fs-ext) while trying to load binding.gyp
gyp ERR! configure error
gyp ERR! npm http 304 https://registry.npmjs.org/mkdirp
stack Error: `gyp` failed with exit code: 1
gyp ERR! stack at ChildProcess.onCpExit (/usr/share/node-gyp/lib/configure.js:431:16)
gyp ERR! stack at ChildProcess.EventEmitter.emit (events.js:98:17)
gyp ERR! stack at Process.ChildProcess._handle.onexit (child_process.js:789:12)
gyp ERR! System Linux 3.11.0-26-generic
gyp ERR! command "nodejs" "/usr/bin/node-gyp" "configure" "build"
gyp ERR! cwd /home/froggs/dev/nqp-js/node_modules/nqp-runtime-node/node_modules/fs-ext
gyp ERR! node -v v0.10.15
gyp ERR! node-gyp -v v0.10.9
gyp ERR! not ok
npm WARN This failure might be due to the use of legacy binary "node"
npm WARN For further explanations, please read
/usr/share/doc/nodejs/README.Debian
npm http 304 https://registry.npmjs.org/temp
> sleep@1.1.8 install /home/froggs/dev/nqp-js/node_modules/nqp-runtime-node/node_modules/sleep
> node build.js || nodejs build.js
npm http GET https://registry.npmjs.org/rimraf
module.js:340
throw err;
^
Error: Cannot find module '/home/froggs/dev/nqp-js/node_modules/nqp-runtime-node/node_modules/sleep/build.js'
at Function.Module._resolveFilename (module.js:338:15)
at Function.Module._load (module.js:280:25)
at Function.Module.runMain (module.js:497:10)
at startup (node.js:119:16)
at node.js:901:3
npm WARN This failure might be due to the use of legacy binary "node"
npm WARN For further explanations, please read
/usr/share/doc/nodejs/README.Debian
Traceback (most recent call last):
File "/usr/share/node-gyp/gyp/gyp", line 18, in <module>
sys.exit(gyp.main(sys.argv[1:]))
File "/usr/lib/python2.7/dist-packages/gyp/__init__.py", line 540, in main
return gyp_main(args)
File "/usr/lib/python2.7/dist-packages/gyp/__init__.py", line 505, in gyp_main
'cwd': os.getcwd(),
OSError: [Errno 2] No such file or directory
Error in sys.excepthook:
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthook
binary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))
OSError: [Errno 2] No such file or directory
Original exception was:
Traceback (most recent call last):
File "/usr/share/node-gyp/gyp/gyp", line 18, in <module>
sys.exit(gyp.main(sys.argv[1:]))
File "/usr/lib/python2.7/dist-packages/gyp/__init__.py", line 540, in main
return gyp_main(args)
File "/usr/lib/python2.7/dist-packages/gyp/__init__.py", line 505, in gyp_main
'cwd': os.getcwd(),
OSError: [Errno 2] No such file or directory
gyp ERR! configure error
gyp ERR! stack Error: `gyp` failed with exit code: 1
gyp ERR! stack at ChildProcess.onCpExit (/usr/share/node-gyp/lib/configure.js:431:16)
gyp ERR! stack at ChildProcess.EventEmitter.emit (events.js:98:17)
gyp ERR! stack at Process.ChildProcess._handle.onexit (child_process.js:789:12)
gyp ERR! System Linux 3.11.0-26-generic
gyp ERR! command "nodejs" "/usr/bin/node-gyp" "configure" "build"
gyp ERR! cwd /home/froggs/dev/nqp-js/node_modules/nqp-runtime-node/node_modules/bigint
gyp ERR! node -v v0.10.15
gyp ERR! node-gyp -v v0.10.9
gyp ERR! not ok
npm WARN This failure might be due to the use of legacy binary "node"
npm WARN For further explanations, please read
/usr/share/doc/nodejs/README.Debian
npm http 304 https://registry.npmjs.org/rimraf
npm http GET https://registry.npmjs.org/graceful-fs
npm http 304 https://registry.npmjs.org/graceful-fs
> execSync@1.0.1-pre install /home/froggs/dev/nqp-js/node_modules/nqp-runtime-node/node_modules/execSync
> node-gyp rebuild
gyp: binding.gyp not found (cwd: /home/froggs/dev/nqp-js/node_modules/nqp-runtime-node/node_modules/execSync) 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 (/usr/share/node-gyp/lib/configure.js:431:16)
gyp ERR! stack at ChildProcess.EventEmitter.emit (events.js:98:17)
gyp ERR! stack at Process.ChildProcess._handle.onexit (child_process.js:789:12)
gyp ERR! System Linux 3.11.0-26-generic
gyp ERR! command "nodejs" "/usr/bin/node-gyp" "rebuild"
gyp ERR! cwd /home/froggs/dev/nqp-js/node_modules/nqp-runtime-node/node_modules/execSync
gyp ERR! node -v v0.10.15
gyp ERR! node-gyp -v v0.10.9
gyp ERR! not ok
npm WARN This failure might be due to the use of legacy binary "node"
npm WARN For further explanations, please read
/usr/share/doc/nodejs/README.Debian
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /home/froggs/dev/nqp-js/npm-debug.log
npm ERR! not ok code 0
make: *** [node_modules/installed] Fehler 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment