Re: [gdal-dev] ESRI FileGDB not available in Docker ubuntu-full after enabling WITH_FILEGDB

2022-07-16 Thread Even Rouault
OK, I've updated the PR with a working tested fix now. Le 14/07/2022 à 18:00, Travis Featherston a écrit : Even, Now I'm getting build errors git fetch origin pull/6079/head:test git checkout test Edit docker/ubuntu-full/Dockerfile; set ARG WITH_FILEGDB=yes *ubuntu-full/build.sh --release --gd

Re: [gdal-dev] ESRI FileGDB not available in Docker ubuntu-full after enabling WITH_FILEGDB

2022-07-14 Thread Travis Featherston
Even, Now I'm getting build errors git fetch origin pull/6079/head:test git checkout test Edit docker/ubuntu-full/Dockerfile; set ARG WITH_FILEGDB=yes *ubuntu-full/build.sh --release --gdal v3.5.1 --proj master* ... #26 179.4 copying build/lib.linux-x86_64-3.10/osgeo/_ gdal.cpython-310-x86_64-lin

Re: [gdal-dev] ESRI FileGDB not available in Docker ubuntu-full after enabling WITH_FILEGDB

2022-07-14 Thread Even Rouault
Travis, Can you try the patch at https://github.com/OSGeo/gdal/pull/6079 ? (the FileGDB part wasn't correctly ported when the Docker images have been ported to CMake builds) Even Le 14/07/2022 à 02:20, Travis Featherston a écrit : I'm unable to see the ESRI FileGDB driver after enabling it i

Re: [gdal-dev] ESRI FileGDB not available in Docker ubuntu-full after enabling WITH_FILEGDB

2022-07-13 Thread Travis Featherston
I fully intend to switch over, just have some legacy deliveries in place that aren't ready to switch without some testing. On Wed, Jul 13, 2022, 8:37 PM Nyall Dawson wrote: > On Thu, 14 Jul 2022 at 10:21, Travis Featherston wrote: > > > > I'm unable to see the ESRI FileGDB driver after enabling

Re: [gdal-dev] ESRI FileGDB not available in Docker ubuntu-full after enabling WITH_FILEGDB

2022-07-13 Thread Nyall Dawson
On Thu, 14 Jul 2022 at 10:21, Travis Featherston wrote: > > I'm unable to see the ESRI FileGDB driver after enabling it in the Dockerfile > > Steps > 1) git clone https://github.com/OSGeo/gdal.git > 2) Edit docker/ubuntu-full/Dockerfile; set ARG WITH_FILEGDB=yes > 3) ubuntu-full/build.sh --release