Skip to content

Instantly share code, notes, and snippets.

@WnP
Created March 27, 2015 07:22
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 WnP/7f75406aa9d60fad7e73 to your computer and use it in GitHub Desktop.
Save WnP/7f75406aa9d60fad7e73 to your computer and use it in GitHub Desktop.
response to #808 2
~/temp1$ npm install node-sass@alpha
/
> node-sass@3.0.0-alpha.0 install /home/taiga/temp1/node_modules/node-sass
> node scripts/install.js
Binary downloaded and installed at /home/taiga/temp1/node_modules/node-sass/vendor/linux-x64-11/binding.node
> node-sass@3.0.0-alpha.0 postinstall /home/taiga/temp1/node_modules/node-sass
> node scripts/build.js
` /home/taiga/temp1/node_modules/node-sass/vendor/linux-x64-11/binding.node ` exists.
testing binary.
Problem with the binary.
Manual build incoming.
Building: /usr/bin/node node_modules/pangyp/bin/node-gyp rebuild
gyp ERR! build error
gyp ERR! stack Error: not found: make
gyp ERR! stack at F (/home/taiga/temp1/node_modules/node-sass/node_modules/pangyp/node_modules/which/which.js:40:28)
gyp ERR! stack at E (/home/taiga/temp1/node_modules/node-sass/node_modules/pangyp/node_modules/which/which.js:43:29)
gyp ERR! stack at /home/taiga/temp1/node_modules/node-sass/node_modules/pangyp/node_modules/which/which.js:54:16
gyp ERR! stack at Object.oncomplete (fs.js:107:15)
gyp ERR! System Linux 3.14.36-0-grsec
gyp ERR! command "/usr/bin/node" "/home/taiga/temp1/node_modules/node-sass/node_modules/pangyp/bin/node-gyp" "rebuild"
gyp ERR! cwd /home/taiga/temp1/node_modules/node-sass
gyp ERR! node -v v0.10.33
gyp ERR! pangyp -v v2.1.0
gyp ERR! not ok
Build failed
node-sass@3.0.0-alpha.0 node_modules/node-sass
├── get-stdin@4.0.1
├── nan@1.7.0
├── mkdirp@0.5.0 (minimist@0.0.8)
├── chalk@1.0.0 (escape-string-regexp@1.0.3, ansi-styles@2.0.1, supports-color@1.3.1, strip-ansi@2.0.1, has-ansi@1.0.3)
├── meow@3.1.0 (object-assign@2.0.0, minimist@1.1.1, camelcase-keys@1.0.0, indent-string@1.2.1)
├── npmconf@2.1.1 (uid-number@0.0.5, inherits@2.0.1, osenv@0.1.0, ini@1.3.3, once@1.3.1, nopt@3.0.1, config-chain@1.1.8, semver@4.3.2)
├── gaze@0.5.1 (globule@0.1.0)
├── sass-graph@1.2.0 (commander@2.7.1, glob@4.5.3, lodash@2.4.1)
├── request@2.54.0 (caseless@0.9.0, json-stringify-safe@5.0.0, aws-sign2@0.5.0, forever-agent@0.6.0, stringstream@0.0.4, oauth-sign@0.6.0, tunnel-agent@0.4.0, isstream@0.1.2, node-uuid@1.4.3, qs@2.4.1, combined-stream@0.0.7, form-data@0.2.0, mime-types@2.0.10, http-signature@0.10.1, bl@0.9.4, tough-cookie@0.12.1, hawk@2.3.1, har-validator@1.4.0)
└── pangyp@2.1.0 (which@1.0.9, osenv@0.1.0, rimraf@2.2.8, graceful-fs@3.0.6, nopt@3.0.1, glob@4.3.5, fstream@1.0.4, semver@4.2.2, minimatch@2.0.4, tar@1.0.3, npmlog@1.0.0, request@2.51.0)
alpine-taiga:~/temp1$ ./node_modules/.bin/node-sass --version
3.0.0-alpha.0
alpine-taiga:~/temp1$ node -p "console.log(require('node-sass').info)"
module.js:356
Module._extensions[extension](this, filename);
^
Error: Error relocating /home/taiga/temp1/node_modules/node-sass/vendor/linux-x64-11/binding.node: __strtod_internal: symbol not found
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/taiga/temp1/node_modules/node-sass/lib/index.js:14:15)
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)
alpine-taiga:~/temp1$ node -p "console.log(require('node-sass').info())"
module.js:356
Module._extensions[extension](this, filename);
^
Error: Error relocating /home/taiga/temp1/node_modules/node-sass/vendor/linux-x64-11/binding.node: __strtod_internal: symbol not found
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/taiga/temp1/node_modules/node-sass/lib/index.js:14:15)
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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment