Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

node v0.5.10 build error on OS x 10.5 #1950

Closed
life0fun opened this issue Oct 27, 2011 · 1 comment
Closed

node v0.5.10 build error on OS x 10.5 #1950

life0fun opened this issue Oct 27, 2011 · 1 comment

Comments

@life0fun
Copy link

Installed fine with node v 4.1.0. When trying to upgrade today, got the following error.

obj/release/mksnapshot obj/release/snapshot.cc --logfile "node-v0.5.10/out/Release/obj/release/snapshot.log" --log-snapshot-positions
scons: *** [obj/release/snapshot.cc] Error -11
scons: building terminated because of errors.
Waf: Leaving directory `node-v0.5.10/out'
Build failed: -> task failed (err #2):
{task: libv8.a SConstruct -> libv8.a}
make: *** [program] Error 1

@bnoordhuis
Copy link
Member

Duplicate of #1937.

tl;dr out of memory or compiler toolchain bug, probably the latter.

richardlau pushed a commit to ibmruntimes/node that referenced this issue Sep 18, 2015
Maintenance release

Notable Changes:

* v8: Fixed an out-of-band write in utf8 decoder. This is an important
  security update as it can be used to cause a denial of service
  attack.
* openssl: - Upgrade to 1.0.2b and 1.0.2c, introduces DHE
  man-in-the-middle protection (Logjam) and fixes malformed
  ECParameters causing infinite loop (CVE-2015-1788). See the
  security advisory for full details. (Shigeki Ohtsu) nodejs#1950 nodejs#1958
* build:
  - Added support for compiling with Microsoft Visual C++ 2015
  - Started building and distributing headers-only tarballs along with
    binaries
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants