Odd non-fatal GIMP Behavior

Lawrence Velázquez larryv at macports.org
Tue Nov 18 09:13:57 PST 2014


On Nov 18, 2014, at 12:01 PM, Jeff Singleton <gvibe06 at gmail.com> wrote:

> Today I noticed that if I choose any image file and Open With GIMP, it crashes consistently with this:
> 
> Dyld Error Message:
> Library not loaded: /opt/local/lib/libiconv.2.dylib
> Referenced from: /Users/USER/*/GIMP.app/Contents/Resources/lib/libgobject-2.0.0.dylib
>  Reason: Incompatible library version: libgobject-2.0.0.dylib requires version 8.0.0 or later, but libiconv.2.dylib provides version 7.0.0

Sounds like you need to update libiconv.

% port installed libiconv
The following ports are currently installed:
  libiconv @1.14_0+universal (active)
% otool -L /opt/local/lib/libiconv.2.dylib
/opt/local/lib/libiconv.2.dylib:
	/opt/local/lib/libiconv.2.dylib (compatibility version 8.0.0, current version 8.1.0)
	/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1213.0.0)
%

vq


More information about the macports-users mailing list