[MacPorts] #29927: nodejs 0.4.8 build failed
MacPorts
noreply at macports.org
Wed Aug 17 13:19:01 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@…):
Replying to [comment:4 nchubrich@…]:
Ok, now I'm able to reproduce the build failure. The problem is that this
header file:
{{{
/opt/local/include/util.h
}}}
installed by the libutilpftp port conflicts with these header files (the
last one in your case as you build on 10.6):
{{{
/Developer/SDKs/MacOSX10.4u.sdk/usr/include/util.h
/Developer/SDKs/MacOSX10.5.sdk/usr/include/util.h
/Developer/SDKs/MacOSX10.6.sdk/usr/include/util.h
}}}
libpftputil is normally installed as a dependency of pftp.
Please deactivate these ports while installing nodejs, you can reactivate
them afterwards.
{{{
sudo port deactivate pftp libpftputil
sudo port install nodejs
sudo port activate pftp libpftputil
}}}
--
Ticket URL: <https://trac.macports.org/ticket/29927#comment:5>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list