You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.
Linux partner 2.6.32-131.17.1.el6.x86_64 #1 SMP Thu Oct 6 19:24:09 BST 2011 x86_64 x86_64 x86_64 GNU/Linux
I get this error (for a vanilla ./configure)
LINK(target) /root/node-v0.7.6/out/Release/mksnapshot: Finished
ACTION v8_snapshot_run_mksnapshot /root/node-v0.7.6/out/Release/obj.target/v8_snapshot/geni/snapshot.cc
pure virtual method called
terminate called without an active exception
/bin/sh: line 1: 6166 Aborted "/root/node-v0.7.6/out/Release/mksnapshot" --log-snapshot-positions --logfile "/root/node-v0.7.6/out/Release/obj.target/v8_snapshot/geni/snapshot.log" "/root/node-v0.7.6/out/Release/obj.target/v8_snapshot/geni/snapshot.cc"
make[1]: *** [/root/node-v0.7.6/out/Release/obj.target/v8_snapshot/geni/snapshot.cc] Error 134
make[1]: Leaving directory `/root/node-v0.7.6/out'
make: *** [node] Error 2
This is resolved when doing
./configure --without-snapshot && make
except that afterwards this happens on make install
make install
make -C out BUILDTYPE=Release
make[1]: Entering directory /root/node-v0.7.6/out' make[1]: Nothing to be done forall'.
make[1]: Leaving directory `/root/node-v0.7.6/out'
ln -fs out/Release/node node
out/Release/node tools/installer.js ./config.gypi install
pure virtual method called
terminate called without an active exception
make: *** [install] Aborted
This is not an issue on OS-X or with 0.7.5 on the same machine.
The text was updated successfully, but these errors were encountered:
Thanks @bnoordhuis for you followup but I have solved downgrading the source code from v0.7.5 to v0.5.17 by following this steps:
wget http://nodejs.org/dist/node-latest.tar.gz
tar zxvf node-latest.tar.gz
cd node-v0.6.17
./configure
make && make install
Thanks
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When building on
uname -a
Linux partner 2.6.32-131.17.1.el6.x86_64 #1 SMP Thu Oct 6 19:24:09 BST 2011 x86_64 x86_64 x86_64 GNU/Linux
I get this error (for a vanilla ./configure)
LINK(target) /root/node-v0.7.6/out/Release/mksnapshot: Finished
ACTION v8_snapshot_run_mksnapshot /root/node-v0.7.6/out/Release/obj.target/v8_snapshot/geni/snapshot.cc
pure virtual method called
terminate called without an active exception
/bin/sh: line 1: 6166 Aborted "/root/node-v0.7.6/out/Release/mksnapshot" --log-snapshot-positions --logfile "/root/node-v0.7.6/out/Release/obj.target/v8_snapshot/geni/snapshot.log" "/root/node-v0.7.6/out/Release/obj.target/v8_snapshot/geni/snapshot.cc"
make[1]: *** [/root/node-v0.7.6/out/Release/obj.target/v8_snapshot/geni/snapshot.cc] Error 134
make[1]: Leaving directory `/root/node-v0.7.6/out'
make: *** [node] Error 2
This is resolved when doing
./configure --without-snapshot && make
except that afterwards this happens on make install
make install
make -C out BUILDTYPE=Release
make[1]: Entering directory
/root/node-v0.7.6/out' make[1]: Nothing to be done for
all'.make[1]: Leaving directory `/root/node-v0.7.6/out'
ln -fs out/Release/node node
out/Release/node tools/installer.js ./config.gypi install
pure virtual method called
terminate called without an active exception
make: *** [install] Aborted
This is not an issue on OS-X or with 0.7.5 on the same machine.
The text was updated successfully, but these errors were encountered: