Created
February 27, 2013 20:06
-
-
Save blakmatrix/5051225 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~/test/node-sass]# node-gyp rebuild | |
gyp info it worked if it ends with ok | |
gyp info using [email protected] | |
gyp info using [email protected] | sunos | x64 | |
gyp http GET http://nodejs.org/dist/v0.8.19/node-v0.8.19.tar.gz | |
gyp http 200 http://nodejs.org/dist/v0.8.19/node-v0.8.19.tar.gz | |
gyp info spawn python | |
gyp info spawn args [ '/opt/local/lib/node_modules/node-gyp/gyp/gyp', | |
gyp info spawn args 'binding.gyp', | |
gyp info spawn args '-f', | |
gyp info spawn args 'make', | |
gyp info spawn args '-I', | |
gyp info spawn args '/root/test/node-sass/build/config.gypi', | |
gyp info spawn args '-I', | |
gyp info spawn args '/opt/local/lib/node_modules/node-gyp/addon.gypi', | |
gyp info spawn args '-I', | |
gyp info spawn args '/root/.node-gyp/0.8.19/common.gypi', | |
gyp info spawn args '-Dlibrary=shared_library', | |
gyp info spawn args '-Dvisibility=default', | |
gyp info spawn args '-Dnode_root_dir=/root/.node-gyp/0.8.19', | |
gyp info spawn args '-Dmodule_root_dir=/root/test/node-sass', | |
gyp info spawn args '--depth=.', | |
gyp info spawn args '--generator-output', | |
gyp info spawn args 'build', | |
gyp info spawn args '-Goutput_dir=.' ] | |
gyp info spawn make | |
gyp info spawn args [ 'BUILDTYPE=Release', '-C', 'build' ] | |
make: Entering directory `/root/test/node-sass/build' | |
CXX(target) Release/obj.target/binding/binding.o | |
CXX(target) Release/obj.target/binding/libsass/constants.o | |
CXX(target) Release/obj.target/binding/libsass/context.o | |
CXX(target) Release/obj.target/binding/libsass/document.o | |
../libsass/document.cpp: In static member function 'static Sass::Document Sass::Document::make_from_file(Sass::Context&, std::string)': | |
../libsass/document.cpp:69:19: error: exception handling disabled, use -fexceptions to enable | |
make: *** [Release/obj.target/binding/libsass/document.o] Error 1 | |
make: Leaving directory `/root/test/node-sass/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/node-gyp/lib/build.js:255: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/bin/node-gyp" "rebuild" | |
gyp ERR! cwd /root/test/node-sass | |
gyp ERR! node -v v0.8.19 | |
gyp ERR! node-gyp -v v0.8.4 | |
gyp ERR! not ok |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment