Opened 13 years ago
Closed 13 years ago
#30947 closed defect (fixed)
Gimp 2.6 error on launch
Reported by: | kyle@… | Owned by: | dbevans (David B. Evans) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.0.1 |
Keywords: | Cc: | ||
Port: | gimp2 |
Description
After installing gimp-2.6 on my MacOSX 10.6.8 system, (running MacPorts 2.0.1) I receive the following error after launching gimp-2.6:
(gimp-2.6:76119): GLib-WARNING **: goption.c:2132: ignoring no-arg, optional-arg or filename flags (8) on option of type 0 ** Message: Module '/opt/local/lib/gegl-0.1/ff-load.so' load error: dlopen(/opt/local/lib/gegl-0.1/ff-load.so, 10): Library not loaded: /opt/local/lib/libx264.98.dylib Referenced from: /opt/local/lib/gegl-0.1/ff-load.so Reason: image not found dyld: Library not loaded: /opt/local/lib/libgimpui-2.0.0.dylib Referenced from: /opt/local/lib/gimp/2.0/plug-ins/webexport Reason: Incompatible library version: webexport requires version 702.0.0 or later, but libgimpui-2.0.0.dylib provides version 601.0.0 (gimp-2.6:76119): LibGimpBase-WARNING **: gimp-2.6: gimp_wire_read(): error dyld: Library not loaded: /opt/local/lib/libgimpui-2.0.0.dylib Referenced from: /opt/local/lib/gimp/2.0/plug-ins/exif-browser Reason: Incompatible library version: exif-browser requires version 702.0.0 or later, but libgimpui-2.0.0.dylib provides version 601.0.0 (gimp-2.6:76119): LibGimpBase-WARNING **: gimp-2.6: gimp_wire_read(): error
gimp will successfully instantiate and be usable, but I'm guessing this disables some functionality somewhere.
Change History (3)
comment:1 Changed 13 years ago by jmroot (Joshua Root)
Owner: | changed from macports-tickets@… to devans@… |
---|---|
Port: | gimp2 gegl added |
comment:2 Changed 13 years ago by anddam (Andrea D'Amore)
Port: | gegl removed |
---|
You're getting a warning about gegl not installed and two errors about libgimpui-2.0.0 version number.
Check if you have gegl installed
port installed gegl
if you're going to install it notice that I had issue building it, I've patched it but I've still not committed the patch.
I'm removing gegl from Port field as it's part of a warning here and not of an error.
comment:3 Changed 13 years ago by dbevans (David B. Evans)
Resolution: | → fixed |
---|---|
Status: | new → closed |
This has to do with ffmpeg being advanced to version 0.8.2 which breaks the previous ffmpeg API.
You need to resync your port tree and rebuild ffmpeg (now reverted to 0.7 branch which is API compatible with previous versions. This should fix the problems both building gegl and the startup error on gimp2.
Gimp should not need to be rebuilt.
Current version of ffmpeg is 0.7.4 committed in r83674.
Please remember to fill in the Port field and cc the maintainer.