Odd non-fatal GIMP Behavior

Ryan Schmidt ryandesign at macports.org
Tue Nov 18 10:20:56 PST 2014


On Nov 18, 2014, at 12:13 PM, Jeff Singleton wrote:

> On 11/18/14 11:38 AM, Ryan Schmidt wrote:
> 
>> On Nov 18, 2014, at 11:01 AM, Jeff Singleton wrote:
>>> 
>>> 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
>> 
>> Please see https://trac.macports.org/wiki/ProblemHotlist#libiconv-version
> 
> I did that already...as well as trying -R to rebuild dependents. Same error, but, again this is not really fatal, as I can open GIMP then open images just fine, its only when I use "Open With" from the Finder context menu.

What's the architecture of /opt/local/lib/libiconv.2.dylib?

What's the architecture of /Users/USER/*/GIMP.app/Contents/Resources/lib/libgobject-2.0.0.dylib?

What's the output of these commands?

lipo -info /opt/local/lib/libiconv.2.dylib
lipo -info /Users/USER/*/GIMP.app/Contents/Resources/lib/libgobject-2.0.0.dylib
otool -L /Users/USER/*/GIMP.app/Contents/Resources/lib/libgobject-2.0.0.dylib

(replacing "/Users/USER/*/GIMP.app/Contents/Resources/lib/libgobject-2.0.0.dylib" with the actual path to the file)

Is the DYLD_LIBRARY_PATH environment variable set, either by you or by GIMPskel? If so, to what value?




More information about the macports-users mailing list