Opened 3 years ago

Closed 3 years ago

#61930 closed defect (wontfix)

Revbump ports that link with libgdal

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: Veence (Vincent)
Priority: Normal Milestone:
Component: ports Version: 2.6.4
Keywords: Cc: Dave-Allured (Dave Allured)
Port: gdal

Description

gdal was updated to 3.2.0 in November. That changed the library name from libgdal.27.dylib to libgdal.28.dylib. All ports that had linked with the old library now fail, for example PDAL:

  dyld: Library not loaded: /opt/local/lib/libgdal.27.dylib
    Referenced from: /opt/local/lib/libpdalcpp.10.dylib
    Reason: image not found
  make[3]: *** [v.in.pdal.tmp.html] Error 1

It is necessary to revbump PDAL and all other ports that link with libgdal.27.dylib that have not been revbumped or had their version updated since that commit. As the person who committed the update to gdal that introduced the new library name, it was your responsibility to do that.

Change History (2)

comment:1 Changed 3 years ago by Dave-Allured (Dave Allured)

Cc: Dave-Allured added

comment:2 Changed 3 years ago by Veence (Vincent)

Resolution: wontfix
Status: assignedclosed

Outdated tickets.

Note: See TracTickets for help on using tickets.