[MacPorts] #34323: glib2 fails to install
MacPorts
noreply at macports.org
Thu May 3 13:54:50 PDT 2012
#34323: glib2 fails to install
---------------------------------------+------------------------------------
Reporter: remix@… | Owner: macports-tickets@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.0.4
Keywords: | Port: glib2
---------------------------------------+------------------------------------
Changes (by ryandesign@…):
* cc: ryandesign@… (added)
Comment:
The log says:
{{{
:info:build dyld: Library not loaded: /opt/local/lib/libncurses.5.dylib
:info:build Referenced from: /opt/local/bin/msgfmt
:info:build Reason: no suitable image found. Did find:
:info:build /usr/lib/libncurses.5.dylib: no matching architecture in
universal wrapper
}}}
Sounds like there's a mismatch between the architectures of your ncurses
port and your gettext port. For what architectures are they installed? To
find out:
{{{
lipo -info /opt/local/lib/libncurses.dylib /opt/local/bin/msgfmt
}}}
For what architectures does MacPorts think they're installed? To find out:
{{{
port -v installed ncurses gettext
}}}
What kind of Mac do you have (specifically what processor), and what
version of Xcode is installed?
--
Ticket URL: <https://trac.macports.org/ticket/34323#comment:1>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list