Skip to content

Instantly share code, notes, and snippets.

@mranney
Created December 9, 2013 22:47
Show Gist options
  • Save mranney/7882448 to your computer and use it in GitHub Desktop.
Save mranney/7882448 to your computer and use it in GitHub Desktop.
mjr@mjr-01:~$ npm install sse4_crc32
npm http GET https://registry.npmjs.org/sse4_crc32
npm http 200 https://registry.npmjs.org/sse4_crc32
npm http GET https://registry.npmjs.org/sse4_crc32/-/sse4_crc32-1.1.3.tgz
npm http 200 https://registry.npmjs.org/sse4_crc32/-/sse4_crc32-1.1.3.tgz
npm http GET https://registry.npmjs.org/nan
npm http GET https://registry.npmjs.org/bindings
npm http 304 https://registry.npmjs.org/bindings
npm http 200 https://registry.npmjs.org/nan
npm http GET https://registry.npmjs.org/nan/-/nan-0.6.0.tgz
npm http 200 https://registry.npmjs.org/nan/-/nan-0.6.0.tgz
> sse4_crc32@1.1.3 install /home/mjr/node_modules/sse4_crc32
> node-gyp rebuild
make: Entering directory `/home/mjr/node_modules/sse4_crc32/build'
CXX(target) Release/obj.target/sse4_crc32/src/sse4_crc32.o
CC(target) Release/obj.target/sse4_crc32/src/crc32.o
/var/tmp//ccQ2aaNV.s: Assembler messages:
/var/tmp//ccQ2aaNV.s:18: Error: no such instruction: `crc32b (%edx),%eax'
/var/tmp//ccQ2aaNV.s:33: Error: no such instruction: `crc32l (%esi),%eax'
/var/tmp//ccQ2aaNV.s:51: Error: no such instruction: `crc32w (%ecx),%eax'
/var/tmp//ccQ2aaNV.s:63: Error: no such instruction: `crc32b (%edx),%eax'
make: *** [Release/obj.target/sse4_crc32/src/crc32.o] Error 1
make: Leaving directory `/home/mjr/node_modules/sse4_crc32/build'
gyp ERR! build error
gyp ERR! stack Error: `make` failed with exit code: 2
gyp ERR! stack at ChildProcess.onExit (/opt/local/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:232:23)
gyp ERR! stack at ChildProcess.EventEmitter.emit (events.js:99:17)
gyp ERR! stack at Process._handle.onexit (child_process.js:678:10)
gyp ERR! System SunOS 5.11
gyp ERR! command "node" "/opt/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
gyp ERR! cwd /home/mjr/node_modules/sse4_crc32
gyp ERR! node -v v0.8.16
gyp ERR! node-gyp -v v0.7.3
gyp ERR! not ok
npm ERR! sse4_crc32@1.1.3 install: `node-gyp rebuild`
npm ERR! `sh "-c" "node-gyp rebuild"` failed with 1
npm ERR!
npm ERR! Failed at the sse4_crc32@1.1.3 install script.
npm ERR! This is most likely a problem with the sse4_crc32 package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node-gyp rebuild
npm ERR! You can get their info via:
npm ERR! npm owner ls sse4_crc32
npm ERR! There is likely additional logging output above.
npm ERR! System SunOS 5.11
npm ERR! command "/opt/local/bin/node" "/opt/local/bin/npm" "install" "sse4_crc32"
npm ERR! cwd /home/mjr
npm ERR! node -v v0.8.16
npm ERR! npm -v 1.1.69
npm ERR! code ELIFECYCLE
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /home/mjr/npm-debug.log
npm ERR! not ok code 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment