[MacPorts] #25862: libiconv configure failure
MacPorts
noreply at macports.org
Thu Jul 29 23:54:23 PDT 2010
#25862: libiconv configure failure
-------------------------------------+--------------------------------------
Reporter: davidh@… | Owner: ryandesign@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 1.9.1
Keywords: | Port: libiconv
-------------------------------------+--------------------------------------
Comment(by ryandesign@…):
Ok, the relevant lines are:
{{{
:info:configure dyld: Library not loaded: /opt/local/lib/libintl.8.dylib
:info:configure Referenced from: /opt/local/bin/gawk
:info:configure Reason: no suitable image found. Did find:
:info:configure /opt/local/lib/libintl.8.dylib: unknown file type,
first eight bytes: 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
}}}
Your gettext library (libintl.dylib) appears to have exploded so you will
have to rebuild gettext. Before you do so you should uninstall gawk,
because otherwise gettext's build will try to use gawk, which, as we see
above, doesn't work.
{{{
sudo port -f uninstall gawk
sudo port clean gettext
sudo port -n upgrade --force gettext
}}}
You might run into similar problems with gsed and grep; if so, uninstall
them too before attempting to rebuild gettext.
--
Ticket URL: <http://trac.macports.org/ticket/25862#comment:3>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list