[MacPorts] #64141: gdal @3.3.1_2+postgresql13+proj8: Crash with GeoTIFF that uses JPEG compression
MacPorts
noreply at macports.org
Mon Dec 6 14:57:15 UTC 2021
#64141: gdal @3.3.1_2+postgresql13+proj8: Crash with GeoTIFF that uses JPEG
compression
-------------------------+----------------------
Reporter: bal-agates | Owner: Veence
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version: 2.7.1
Resolution: | Keywords:
Port: gdal |
-------------------------+----------------------
Comment (by bal-agates):
That commit changed (3) related settings
{{{
- --with-libtiff=${prefix} \
- --with-geotiff=${prefix} \
- --with-jpeg=${prefix}\
+ --with-libtiff=internal \
+ --with-geotiff=internal \
+ --with-jpeg=internal\
}}}
I only changed (2) of them which fixed the problem I had encountered. I
made my change based on analyzing the library references in libgdal (see
attached libgdal_libs.txt). In libgdal I did not see any references to
libgeotiff. Looking at it now it looks like ports PDAL and liblas are
dependent on both libgeotiff and gdal so it probably makes sense to change
all (3). I am not sure if the gdal built-in geotiff has incompatibilities
with libgeotiff but the potential exists.
Note that high-level projects grass7 and qgis are at least indirectly
dependent on both gdal an libgeotiff.
--
Ticket URL: <https://trac.macports.org/ticket/64141#comment:2>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list