[MacPorts] #31401: openslp does not build
MacPorts
noreply at macports.org
Sun Sep 25 16:16:51 PDT 2011
#31401: openslp does not build
---------------------------------+------------------------------------------
Reporter: almatea_sub@… | Owner: macports-tickets@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.0.3
Keywords: | Port: openslp
---------------------------------+------------------------------------------
Changes (by ryandesign@…):
* cc: almatea_sub@… (removed)
* cc: ryandesign@… (added)
* priority: High => Normal
* keywords: openslp =>
Comment:
Try rebuilding libtool from source. Then clean openslp and try again.
{{{
sudo port -ns upgrade --force libtool
sudo port clean openslp
}}}
I believe the problem is that your libtool came from our buildbot, which
is presumably using Xcode 3 and therefore gcc-4.2, whereas you have Xcode
4 and therefore llvm-gcc-4.2 on your computer, and libtool doesn't like it
when the compiler it was built with differs from the compiler being used
when libtool is being used (e.g. by the openslp build).
--
Ticket URL: <https://trac.macports.org/ticket/31401#comment:4>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list