Skip to content

Instantly share code, notes, and snippets.

@WnP
Created March 27, 2015 07:22
Show Gist options
  • 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
/
> [email protected] 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
> [email protected] 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
[email protected] node_modules/node-sass
├── [email protected]
├── [email protected]
├── [email protected] ([email protected])
├── [email protected] ([email protected], [email protected], [email protected], [email protected], [email protected])
├── [email protected] ([email protected], [email protected], [email protected], [email protected])
├── [email protected] ([email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected])
├── [email protected] ([email protected])
├── [email protected] ([email protected], [email protected], [email protected])
├── [email protected] ([email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected])
└── [email protected] ([email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected])
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