#67448 closed defect (fixed)
gdal @3.7.0: dyld: Library not loaded: /opt/local/lib/libarchive.13.dylib
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | Veence (Vincent) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.8.1 |
Keywords: | Cc: | nilason (Nicklas Larsson), mascguy (Christopher Nielsen), Dave-Allured (Dave Allured) | |
Port: | gdal |
Description
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:
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.
Change History (6)
comment:1 Changed 18 months ago by nilason (Nicklas Larsson)
comment:2 Changed 18 months ago by mascguy (Christopher Nielsen)
Cc: | mascguy added |
---|
comment:3 Changed 18 months ago by Dave-Allured (Dave Allured)
Cc: | Dave-Allured added |
---|
comment:4 Changed 18 months ago by nilason (Nicklas Larsson)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:5 follow-up: 6 Changed 18 months ago by nilason (Nicklas Larsson)
Thanks Ryan!
Only remains to:
After that, we should force buildbot builds of all ports that depend on gdal.
comment:6 Changed 18 months ago by mascguy (Christopher Nielsen)
Replying to nilason:
Only remains to:
After that, we should force buildbot builds of all ports that depend on gdal.
Just took care of that.
Note: See
TracTickets for help on using
tickets.
Addressed with https://github.com/macports/macports-ports/pull/18730