Opened 6 years ago

Closed 5 years ago

#55656 closed defect (fixed)

Can't install nodejs5 on Mac OS X 10.13

Reported by: chrkv Owned by: ci42
Priority: Normal Milestone:
Component: ports Version: 2.4.2
Keywords: Cc:
Port: nodejs5

Description

Command sudo port install nodejs5 returns following:

--->  Computing dependencies for nodejs5
--->  Building nodejs5
Error: Failed to build nodejs5: command execution failed
Error: See /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_nodejs5/nodejs5/main.log for details.
Error: Follow https://guide.macports.org/#project.tickets to report a bug.
Error: Processing of port nodejs5 failed

OS 10.13.2 (17C88) MacPorts 2.4.2

Attachments (1)

main.log (39.8 KB) - added by chrkv 6 years ago.
nodejs5 main.log

Download all attachments as: .zip

Change History (5)

Changed 6 years ago by chrkv

Attachment: main.log added

nodejs5 main.log

comment:1 Changed 6 years ago by mf2k (Frank Schima)

Cc: ci42 removed
Owner: set to ci42
Status: newassigned

comment:2 Changed 6 years ago by chrkv

Seems like this can be related https://github.com/nodejs/node/issues/8973

comment:3 Changed 6 years ago by ryandesign (Ryan Carsten Schmidt)

I guess nodejs5 is old and is not compatible with libc++, which is what is used on OS X 10.9 and later. Try a newer version of node.

comment:4 Changed 5 years ago by yan12125 (Chih-Hsuan Yen)

Resolution: fixed
Status: assignedclosed

In 08408fd864685be540dc63399ebc445458904cae/macports-ports (master):

nodejs*: drop nodejs{5,7,9}

Those versions are non-LTS and have reached their end-of-life [1].

Closes: #53799
Closes: #54083
Closes: #55655
Closes: #55656

[1] https://github.com/nodejs/Release

Note: See TracTickets for help on using tickets.