[MacPorts] #32835: Unable to install working ports
MacPorts
noreply at macports.org
Wed Jan 11 07:49:54 PST 2012
#32835: Unable to install working ports
--------------------------------------------+-------------------------------
Reporter: lucinda.marchant@… | Owner: macports-tickets@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.0.3
Keywords: | Port:
--------------------------------------------+-------------------------------
Comment(by ryandesign@…):
In your logs I see:
{{{
OS darwin/10.8.0 (Mac OS X 10.6) arch i386
}}}
which means you're running OS X 10.6.8,
{{{
Using compiler 'Mac OS X clang'
}}}
which means you're running Xcode 4.2 or later, and
{{{
setting CPP to "/usr/bin/gcc-4.2 -E"
}}}
and later
{{{
/usr/bin/gcc-4.2: No such file or directory
}}}
which is the real problem. It is normal that /usr/bin/gcc* does not exist
with Xcode 4.2 and up; what I can't figure out is where apr-util got the
idea to try to use it. Perhaps we need to add:
{{{
configure.env CPP=${configure.cpp}
}}}
to the apr-util portfile.
--
Ticket URL: <https://trac.macports.org/ticket/32835#comment:11>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list