[gdal-dev] filelock Python dependency now required for Python autotest [was Re: Segmentation fault while compiling]

2023-02-16 Thread Even Rouault
The issue mentioned below is solved per https://github.com/OSGeo/gdal/pull/7257. The solution requires the "filelock" Python module to be installed. It has been added to the list in autotest/requirements.txt Le 16/02/2023 à 03:24, Even Rouault a écrit : Le 16/02/2023 à 03:04, afernandez a é

Re: [gdal-dev] [External] : Re: How to build GDAL without dependency on libtiff.so or libjpeg.so

2023-02-16 Thread Kai Pastor, DG0YT
The dependency in PROJ is optional. If you build PROJ from source, it is under your control. Am 15.02.23 um 22:36 schrieb Fengting Chen: Thanks. I later found out that libproj has dependency on libtiff. And since libproj is required by GDAL, basically GDAL indirectly depends on external libt

Re: [gdal-dev] Segmentation fault while compiling

2023-02-16 Thread afernandez
v3.6.2. suffices for my purposes but it's obviously something to check. Thanks. Even Rouault wrote: Le 16/02/2023 à 03:04, afernandez a écrit : The problem doesn't seem to be about having 2 copies of PROJ as I checked. I was able to compile v3.6.2 w/o this issue so it might be something in the ma