[MacPorts] #29927: nodejs 0.4.8 build failed
MacPorts
noreply at macports.org
Sun Aug 14 03:53:06 PDT 2011
#29927: nodejs 0.4.8 build failed
---------------------------------+------------------------------------------
Reporter: nchubrich@… | Owner: ciserlohn@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 1.9.2
Keywords: | Port: nodejs
---------------------------------+------------------------------------------
Comment(by ciserlohn@…):
@nchubrich at gmail.com
Thanks for your feedback. Please use the ticket for all communication and
do not email me directly (I receive an email anyway if you change the
ticket). Otherwise others interested in or affected by this defect can not
follow the progress, give hints etc.
According to the console output you sent me, your port definitions are not
up to date:
{{{
nchubrich-mbair:~ nchubrich$ sudo port install nodejs
Warning: port definitions are more than two weeks old, consider using
selfupdate
---> Computing dependencies for nodejs
---> Fetching nodejs
---> Verifying checksum(s) for nodejs
---> Extracting nodejs
---> Applying patches to nodejs
---> Configuring nodejs
---> Building nodejs
Error: Target org.macports.build returned: shell command failed (see log
for details)
Log for nodejs is at:
/opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_nodejs/main.log
Error: Status 1 encountered during processing.
To report a bug, see <http://guide.macports.org/#project.tickets>
}}}
Please update them and try again:
{{{
$ sudo port selfupdate
$ sudo port clean nodejs
$ sudo port install nodejs
}}}
If the build still fails, please attach the log file to this ticket and
also the output of the following two commands:
{{{
$ find /opt/local/include -name "util.h"
$ find /Developer -name "util.h"
}}}
(I assume you have installed macports and Xcode in the standard
directories, otherwise replace '/opt/local/' with your macports
installation directory and '/Developer' with your Xcode installation
directory.)
--
Ticket URL: <https://trac.macports.org/ticket/29927#comment:3>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list