Opened 12 years ago

Last modified 12 years ago

#34607 closed defect

libdmtx is broken to to ImageMagick — at Initial Version

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

Description

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)\."
  /opt/macports-test/lib/libMagickCore.5.dylib
  /opt/macports-test/lib/libMagickCore.a
  /opt/macports-test/lib/libMagickCore.dylib
  /opt/macports-test/lib/libMagickCore.la
  /opt/macports-test/lib/libMagickWand.5.dylib
  /opt/macports-test/lib/libMagickWand.a
  /opt/macports-test/lib/libMagickWand.dylib
  /opt/macports-test/lib/libMagickWand.la

Change History (0)

Note: See TracTickets for help on using tickets.