Opened 12 years ago

Closed 12 years ago

#34607 closed defect (fixed)

libdmtx is broken due to ImageMagick

Reported by: mkae (Marko Käning) Owned by: mr_bond@…
Priority: Normal Milestone:
Component: ports Version: 2.1.1
Keywords: Cc:
Port: libdmtx

Description (last modified by mkae (Marko Käning))

I found that libdmtx is a broken port:

--->  Scanning binaries for linking errors: 100.0%
--->  Found 21 broken file(s), matching files to ports
--->  Found 6 broken port(s):
.
.
.
     libdmtx @0.7.2 
         /opt/macports-test/bin/dmtxread
         /opt/macports-test/bin/dmtxwrite
.
.
.

This is due to ImageMagick:

Could not open /opt/macports-test/lib/libMagickCore.4.dylib: Error opening or reading file (referenced from /opt/macports-test/bin/dmtxread)
DEBUG: Marking /opt/macports-test/bin/dmtxread as broken

Could not open /opt/macports-test/lib/libMagickWand.4.dylib: Error opening or reading file (referenced from /opt/macports-test/bin/dmtxread)
DEBUG: Marking /opt/macports-test/bin/dmtxread as broken
DEBUG: Marking /opt/macports-test/bin/dmtxwrite as broken
DEBUG: Marking /opt/macports-test/bin/dmtxwrite as broken

since its libraries use a "5" instead of the "4":

$ port contents ImageMagick | egrep "/opt/macports-test/lib/libMagick(Wand|Core)\.[45]\.dylib"
  /opt/macports-test/lib/libMagickCore.5.dylib
  /opt/macports-test/lib/libMagickWand.5.dylib

Change History (3)

comment:1 Changed 12 years ago by mkae (Marko Käning)

Summary: libdmtx is broken to to ImageMagicklibdmtx is broken due to ImageMagick

comment:2 Changed 12 years ago by mkae (Marko Käning)

Description: modified (diff)

comment:3 Changed 12 years ago by mkae (Marko Käning)

Resolution: fixed
Status: newclosed

Fixed in r93549

Note: See TracTickets for help on using tickets.