Opened 11 years ago

Closed 11 years ago

#36625 closed defect (fixed)

inkscape needs revision bump after ImageMagick update

Reported by: mklein-de (Michael Klein) Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version: 2.1.2
Keywords: Cc: dbevans (David B. Evans)
Port: inkscape

Description

upgrading to ImageMagick 6.8.0:

$ inkscape      
dyld: Library not loaded: /opt/local/lib/libMagick++.5.dylib
  Referenced from: /opt/local/bin/inkscape
  Reason: image not found
zsh: trace trap  inkscape

$ ls -l /opt/local/lib/libMagick++.*      
-rwxr-xr-x  1 root  mapo  405572 Oct 16 00:15 /opt/local/lib/libMagick++.6.dylib
-rw-r--r--  1 root  mapo  841632 Oct 16 00:15 /opt/local/lib/libMagick++.a
lrwxrwxrwx  1 root  mapo      19 Oct 16 00:17 /opt/local/lib/libMagick++.dylib -> libMagick++.6.dylib
-rwxr-xr-x  1 root  mapo    1471 Oct 16 00:15 /opt/local/lib/libMagick++.la

Change History (2)

comment:1 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)

Owner: changed from macports-tickets@… to ryandesign@…
Status: newassigned

Crap, I didn't realize the ImageMagick library versions had increased. The problem is many ports that depend on ImageMagick only use it for its binaries; I don't know how to identify all the ports that actually link with the ImageMagick libraries to increase all their revisions.

comment:2 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.