Skip to content

Instantly share code, notes, and snippets.

@kaos12
Created April 5, 2011 03:42
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 kaos12/902978 to your computer and use it in GitHub Desktop.
Save kaos12/902978 to your computer and use it in GitHub Desktop.
node.js master branch failing to compile on Ubuntu 10.10 64bits
/usr/bin/python "/home/kaos/Apps/node/tools/scons/scons.py" -j 1 -C "/home/kaos/Apps/node/build/default/" -Y "/home/kaos/Apps/node/deps/v8" visibility=default mode=release arch=x64 toolchain=gcc library=static snapshot=on
scons: Reading SConscript files ...
scons: done reading SConscript files.
scons: Building targets ...
g++ -o obj/release/accessors.o -c -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -DV8_TARGET_ARCH_X64 -DENABLE_VMSTATE_TRACKING -DENABLE_LOGGING_AND_PROFILING -DENABLE_DEBUGGER_SUPPORT -I/home/kaos/Apps/node/deps/v8/src /home/kaos/Apps/node/deps/v8/src/accessors.cc
scons: *** [obj/release/accessors.o] Error 127
scons: building terminated because of errors.
Waf: Leaving directory `/home/kaos/Apps/node/build'
Build failed: -> task failed (err #2):
{task: libv8.a SConstruct -> libv8.a}
@kaos12
Copy link
Author

kaos12 commented Apr 5, 2011

@kaos12
Copy link
Author

kaos12 commented Apr 6, 2011

More info on this:

  • uname -a
    Linux kaos-pc 2.6.35-28-generic #49-Ubuntu SMP Tue Mar 1 14:39:03 UTC 2011 x86_64 GNU/Linux
  • node.js v0.45
  • Tried to compile v8 from svn repo, same error was showed.

@kaos12
Copy link
Author

kaos12 commented Apr 13, 2011

Got it working on Ubuntu 32 bits. It seems like a v8 problem with 64 bit platform. Who knew?!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment