#13370 closed defect (fixed)
Application jp2 crashes on start
Reported by: | rhwood@… | Owned by: | cssdev |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.6.0 |
Keywords: | gimp-jp2 | Cc: | |
Port: |
Description
It appears that jp2 (port gimp-jp2) has somehow managed to mangle a library path by dropping a 'lib/' from the path:
Getafix:~ rhwood$ gimp dyld: Library not loaded: /opt/local/libopenjpeg.dylib Referenced from: /opt/local/lib/gimp/2.0/plug-ins/jp2 Reason: image not found (gimp:14477): LibGimpBase-WARNING **: gimp: gimp_wire_read(): error Getafix:~ rhwood$
Attachments (1)
Change History (5)
comment:1 Changed 17 years ago by yves@…
Owner: | changed from yves@… to css@… |
---|
comment:2 Changed 17 years ago by cssdev
Status: | new → assigned |
---|
Ah, you're right. I see where I made the error when checking my build. I'll fix that, thanks for catching it!
Changed 17 years ago by cssdev
Attachment: | patch-Portfile.diff added |
---|
Fix the CMAKE_INSTALL_NAME_DIR
comment:3 Changed 17 years ago by cssdev
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed in r31713
Note: See
TracTickets for help on using
tickets.
This has been introduced by the new revision using cmake (changeset:31171)