[MacPorts] #67448: gdal @3.7.0: dyld: Library not loaded: /opt/local/lib/libarchive.13.dylib

MacPorts noreply at macports.org
Thu May 18 06:41:34 UTC 2023


#67448: gdal @3.7.0: dyld: Library not loaded: /opt/local/lib/libarchive.13.dylib
------------------------+----------------------
 Reporter:  ryandesign  |      Owner:  Veence
     Type:  defect      |     Status:  assigned
 Priority:  Normal      |  Milestone:
Component:  ports       |    Version:  2.8.1
 Keywords:              |       Port:  gdal
------------------------+----------------------
 gdal links with libarchive (this is a new optional feature as of version
 3.7) but doesn't declare a dependency on it, thus libarchive can be
 uninstalled without complaint, leading to:

 https://build.macports.org/builders/ports-10.14_x86_64-builder/builds/167067/steps
 /install-port/logs/stdio

 {{{
 dyld: Library not loaded: /opt/local/lib/libarchive.13.dylib
   Referenced from: /opt/local/lib/libgdal.33.dylib
   Reason: image not found
 }}}

 Either add the libarchive library dependency, or prevent gdal from using
 libarchive even if it is installed. In either case, increase the revision.
 After that, we should force buildbot builds of all ports that depend on
 gdal.

-- 
Ticket URL: <https://trac.macports.org/ticket/67448>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list