Closed MaxRev-Dev closed 2 years ago
May be fixed in GDAL 3.3.1 https://github.com/OSGeo/gdal/commit/7c42da54f0868b62b2b005681c0b109bd036bd9a
TIFF was updated in GDAL 3.3.3. Next release should fix this.
This library still won't compile with as external dependency, so still we will use an internal implementation.
Describe the bug GDAL of version 3.2.0 fails to build with external libtiff on linux. Configure requires a higher version of libtiff than 4.0. But 4.1.0 is already installed and windows part links successfully.
To Reproduce Please, checkout the branch
repro-v3.2.0-libtiff
Go to directory:cd unix
make -f vcpkg-makefile install_requirements
make -f gdal-makefile build_proj build_geos
make -f gdal-makefile build_gdal
Expected behavior GDAL configure fails with this output:
VCPKG (build-unix/vcpkg -
vcpkg --list
)Environment information:
@rouault we'd be very grateful for your assist. There was a related issue in https://github.com/OSGeo/gdal/issues/3135. Currently we use an internal libtiff in 3.2.0.100,
but some tests on linux are failing in this library Gigas002/GTiff2Tiles - Bump gdal packages and Gigas002/GTiff2Tiles - CI. This issue was related to bindings, but anyway we have a problem with configure.