GnuRadio Installation problems..

Rainer Müller raimue at macports.org
Sun May 2 03:22:20 PDT 2010


On 2010-05-02 07:00 , Rod Gallant wrote:
> dyld: Library not loaded: /opt/local/lib/libiconv.2.dylib
>   Referenced from: /opt/local/bin/gawk
>   Reason: Incompatible library version: gawk requires version 8.0.0 or later, but libiconv.2.dylib provides version 7.0.0

Your /opt/local/bin/gawk was left broken after an update of libiconv.
This is something which may happen at major updates but currently
MacPorts does not provide and easy way to check for such problems and
therefore can't fix them. You need to force a rebuild of the gawk port
manually to get this working again.

Use these commands:
  sudo port -n upgrade --force gawk
  sudo port clean xorg-libXdmcp
  sudo port upgrade --enforce-variants libsdl +universal

Rainer


More information about the macports-users mailing list