Changes between Initial Version and Version 1 of Ticket #35146


Ignore:
Timestamp:
Jul 10, 2012, 10:47:59 PM (12 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

I've been discussing this problem in the nodejs discussion group since 0.8.0. The problem seems to be specific to older systems like Leopard; I don't see the problem on Snow Leopard. Another user reported the same problem on Slackware Linux 13.

The first suggestion in the group was to try building --without-snapshot, which succeeds, but the node it builds does not work (all of the tests fail). Another developer thought some fixes that were included in 0.8.2 would help; they didn't. I tried building with gcc-4.2 instead of gcc-4.0; no change. The next suggestion was to try changing the optimization flags (i.e. setting configure.optflags to something other than -O2), so that's the next thing I'll try.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35146

    • Property Owner changed from macports-tickets@… to ciserlohn@…
    • Property Keywords nodejs 10.5 removed
    • Property Cc ryandesign@… added
    • Property Summary changed from nodejs @0.8.2 re error - build failure to nodejs @0.8.2 build failure on Leopard, crash in mksnapshot
  • Ticket #35146 – Description

    initial v1  
    11'''Out of terminal:'''
    22
     3{{{
    34$ sudo port install nodejs
    45Password:
     
    1112    http://guide.macports.org/#project.tickets
    1213Error: Processing of port nodejs failed
    13 
     14}}}
    1415
    1516'''main.log'''
    1617
     18{{{
    1719:notice:build --->  Building nodejs
    1820:debug:build Executing org.macports.build (nodejs)
     
    4850:notice:build Please see the log file for port nodejs for details:
    4951    /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_nodejs/nodejs/main.log
    50 
     52}}}