Skip to content

Instantly share code, notes, and snippets.

@avtar
Last active October 5, 2015 22:26
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 avtar/438362ecd9a9ba815789 to your computer and use it in GitHub Desktop.
Save avtar/438362ecd9a9ba815789 to your computer and use it in GitHub Desktop.
$ sudo dnf install node-gyp
Last metadata expiration check performed 0:57:39 ago on Mon Oct 5 17:23:56 2015.
Dependencies resolved.
==============================================================================================================================
Package Arch Version Repository Size
==============================================================================================================================
Installing:
node-gyp noarch 0.10.6-4.fc22 fedora 30 k
nodejs-abbrev noarch 1.0.4-8.fc21 fedora 7.8 k
nodejs-ansi noarch 0.2.1-2.fc21 fedora 13 k
nodejs-asn1 noarch 0.1.11-5.fc21 fedora 11 k
nodejs-assert-plus noarch 0.1.4-2.fc21 fedora 7.5 k
nodejs-async noarch 0.2.10-2.fc21 fedora 21 k
nodejs-aws-sign noarch 0.3.0-3.fc21 fedora 5.8 k
nodejs-block-stream noarch 0.0.7-2.fc21 fedora 8.9 k
nodejs-boom noarch 0.4.2-4.fc21 fedora 37 k
nodejs-combined-stream noarch 0.0.4-5.fc21 fedora 8.2 k
nodejs-cookie-jar noarch 1:0.3.0-3.fc21 fedora 6.4 k
nodejs-cryptiles noarch 0.2.2-2.fc21 fedora 7.1 k
nodejs-ctype noarch 0.5.3-5.fc21 fedora 31 k
nodejs-delayed-stream noarch 0.0.5-7.fc21 fedora 8.1 k
nodejs-forever-agent noarch 0.5.0-3.fc21 fedora 5.7 k
nodejs-form-data noarch 0.1.1-2.fc21 fedora 11 k
nodejs-fstream noarch 0.1.24-2.fc21 fedora 25 k
nodejs-glob noarch 3.2.6-2.fc21 fedora 16 k
nodejs-graceful-fs noarch 2.0.0-4.fc21 fedora 11 k
nodejs-hawk noarch 1.0.0-2.fc21 fedora 105 k
nodejs-hoek noarch 0.9.1-3.fc21 fedora 52 k
nodejs-http-signature noarch 0.10.0-5.fc21 fedora 17 k
nodejs-inherits noarch 2.0.1-5.fc22 fedora 13 k
nodejs-json-stringify-safe noarch 5.0.0-3.fc21 fedora 6.9 k
nodejs-lru-cache noarch 2.3.0-5.fc21 fedora 9.8 k
nodejs-mime noarch 1.2.11-2.fc21 fedora 22 k
nodejs-minimatch noarch 0.2.12-4.fc21 fedora 18 k
nodejs-mkdirp noarch 0.3.5-5.fc21 fedora 7.8 k
nodejs-node-uuid noarch 1.4.1-2.fc21 fedora 10 k
nodejs-nopt noarch 2.1.2-2.fc21 fedora 16 k
nodejs-npmlog noarch 0.0.4-3.fc21 fedora 9.6 k
nodejs-oauth-sign noarch 0.3.0-3.fc21 fedora 5.2 k
nodejs-osenv noarch 0.0.3-7.fc21 fedora 7.4 k
nodejs-qs noarch 0.6.6-3.fc22 fedora 13 k
nodejs-request noarch 2.25.0-2.fc21 fedora 27 k
nodejs-rimraf noarch 2.2.2-2.fc21 fedora 8.2 k
nodejs-semver noarch 2.1.0-3.fc21 fedora 16 k
nodejs-sigmund noarch 1.0.0-7.fc21 fedora 8.6 k
nodejs-sntp noarch 0.2.4-3.fc21 fedora 10 k
nodejs-tar noarch 0.1.18-2.fc21 fedora 23 k
nodejs-tunnel-agent noarch 0.3.0-3.fc21 fedora 6.6 k
nodejs-which noarch 1.0.5-10.fc21 fedora 8.3 k
Transaction Summary
==============================================================================================================================
Install 42 Packages
Total download size: 692 k
Installed size: 1.1 M
sudo dnf -y install v8 v8-devel libstdc++ gcc-c++ gyp http-parser http-parser-devel libstdc++-devel libuv 
libuv-devel
sudo dnf -y install https://rpm.nodesource.com/pub_0.10/fc/22/x86_64/nodejs-0.10.40-1nodesource.fc22.x86_64.rpm https://rp
m.nodesource.com/pub_0.10/fc/22/x86_64/nodejs-devel-0.10.40-1nodesource.fc22.x86_64.rpm http-parser-devel libstdc++-devel libuv libuv-devel http
s://rpm.nodesource.com/pub_0.10/fc/22/x86_64/nodejs-debuginfo-0.10.40-1nodesource.fc22.x86_64.rpm
$ grunt tests
Running "tests" task
Running "shell:runVagrantRsync" (shell) task
==> default: Rsyncing folder: /home/avtar/Dropbox/gpii/linux/ => /home/vagrant/sync
==> default: - Exclude: [".vagrant/", ".git/", "node_modules/"]
Running "shell:runUnitTests" (shell) task
~/sync/tests ~/sync/tests
17:34:01.904: Registering module infusion from path /home/vagrant/node_modules/universal/node_modules/infusion
17:34:01.906: Registering module universal from path /home/vagrant/node_modules/universal
17:34:01.923: Registering module kettle from path /home/vagrant/node_modules/universal/node_modules/kettle
17:34:02.381: FATAL ERROR: Uncaught exception: Cannot find module './nodealsa/build/Release/nodealsa.node'
Error: Cannot find module './nodealsa/build/Release/nodealsa.node'
at Function.Module._resolveFilename (module.js:338:15)
at Function.Module._load (module.js:280:25)
at Module.require (module.js:364:17)
at require (module.js:380:17)
at /home/vagrant/sync/gpii/node_modules/alsa/alsa_bridge.js:22:16
at Object.<anonymous> (/home/vagrant/sync/gpii/node_modules/alsa/alsa_bridge.js:120:3)
at Module._compile (module.js:456:26)
at Object.Module._extensions..js (module.js:474:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Module.require (module.js:364:17)
at require (module.js:380:17)
at Object.fluid.require (/home/vagrant/node_modules/universal/node_modules/infusion/src/module/fluid.js:135:22)
at Object.require (/home/vagrant/node_modules/universal/node_modules/infusion/src/module/fluid.js:153:30)
at Object.<anonymous> (/home/vagrant/sync/gpii/node_modules/alsa/index.js:21:8)
at Module._compile (module.js:456:26)
at Object.Module._extensions..js (module.js:474:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Module.require (module.js:364:17)
at require (module.js:380:17)
at Object.<anonymous> (/home/vagrant/sync/gpii/node_modules/alsa/test/alsaSettingsHandlerTests.js:18:1)
at Module._compile (module.js:456:26)
at Object.Module._extensions..js (module.js:474:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Function.Module.runMain (module.js:497:10)
at startup (node.js:119:16)
at node.js:929:3
17:34:02.391: jq: ***************
17:34:02.391: jq: Failure in fixture file - no tests were queued - FAIL
17:34:02.391: jq: ***************
Warning: Command failed: /bin/sh -c vagrant ssh -c 'cd /home/vagrant/sync/tests/; DISPLAY=:0 ./UnitTests.sh'
Use --force to continue.
Aborted due to warnings.
$ rpm -qa | grep node
nodejs-0.10.40-1nodesource.fc22.x86_64
nodejs-boom-0.4.2-4.fc21.noarch
nodejs-hawk-1.0.0-2.fc21.noarch
nodejs-http-signature-0.10.0-5.fc21.noarch
nodejs-forever-agent-0.5.0-3.fc21.noarch
nodejs-sigmund-1.0.0-7.fc21.noarch
libvirt-daemon-driver-nodedev-1.2.13.1-1.fc22.x86_64
nodejs-mkdirp-0.3.5-5.fc21.noarch
nodejs-delayed-stream-0.0.5-7.fc21.noarch
nodejs-tunnel-agent-0.3.0-3.fc21.noarch
nodejs-request-2.25.0-2.fc21.noarch
nodejs-glob-3.2.6-2.fc21.noarch
nodejs-inherits-2.0.1-5.fc22.noarch
nodejs-rimraf-2.2.2-2.fc21.noarch
nodejs-cryptiles-0.2.2-2.fc21.noarch
nodejs-tar-0.1.18-2.fc21.noarch
nodejs-assert-plus-0.1.4-2.fc21.noarch
nodejs-form-data-0.1.1-2.fc21.noarch
nodejs-node-uuid-1.4.1-2.fc21.noarch
nodejs-aws-sign-0.3.0-3.fc21.noarch
nodejs-abbrev-1.0.4-8.fc21.noarch
nodejs-minimatch-0.2.12-4.fc21.noarch
nodejs-osenv-0.0.3-7.fc21.noarch
nodejs-mime-1.2.11-2.fc21.noarch
nodejs-devel-0.10.40-1nodesource.fc22.x86_64
nodejs-debuginfo-0.10.40-1nodesource.fc22.x86_64
nodejs-fstream-0.1.24-2.fc21.noarch
nodejs-block-stream-0.0.7-2.fc21.noarch
nodejs-ctype-0.5.3-5.fc21.noarch
nodejs-async-0.2.10-2.fc21.noarch
nodejs-oauth-sign-0.3.0-3.fc21.noarch
nodejs-cookie-jar-0.3.0-3.fc21.noarch
nodejs-npmlog-0.0.4-3.fc21.noarch
nodejs-lru-cache-2.3.0-5.fc21.noarch
nodejs-semver-2.1.0-3.fc21.noarch
nodejs-graceful-fs-2.0.0-4.fc21.noarch
nodejs-combined-stream-0.0.4-5.fc21.noarch
nodejs-qs-0.6.6-3.fc22.noarch
nodejs-ansi-0.2.1-2.fc21.noarch
nodejs-which-1.0.5-10.fc21.noarch
nodejs-hoek-0.9.1-3.fc21.noarch
nodejs-sntp-0.2.4-3.fc21.noarch
nodejs-asn1-0.1.11-5.fc21.noarch
nodejs-json-stringify-safe-5.0.0-3.fc21.noarch
nodejs-nopt-2.1.2-2.fc21.noarch
node-gyp-0.10.6-4.fc22.noarch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment