[gdal-dev] compiling gdal: ogr_ODS error

Even Rouault even.rouault at spatialys.com
Mon Aug 28 01:04:19 PDT 2023


Andrea,

it seems like you have a mix of Arrow related libs: 13.0 with ArrowAcero 
and ArrowDataset in /usr/lib/x86_64-linux-gnu, and 14.0 for arrow and 
parquet in /usr/local/lib. This is very prone to lead to errors at build 
time or runtime. You should use libraries coming from one single version 
for all those libs.

GDAL builds fine with the .deb of Arrow 13.0 provided by Apache: cf 
https://github.com/OSGeo/gdal/actions/runs/5964693483/job/16180489462

Even

Le 27/08/2023 à 19:14, andy a écrit :
> Hi Scott,
>
>     Yeah, it's not finding something. FYI, I don't use the
>     GDAL_USE_PARQUET=ON, it just finds it. 
>
>
> My Arrow/Parquet related output looks like this (real path):
>
> -- Arrow version: 14.0.0
> -- Found the Arrow shared library: /usr/local/lib/libarrow.so.1400.0.0
> -- Found the Arrow import library: ARROW_IMPORT_LIB-NOTFOUND
> -- Found the Arrow static library: /usr/local/lib/libarrow.a
> -- Parquet version: 14.0.0
> -- Found the Parquet shared library: /usr/local/lib/libparquet.so.1400.0.0
> -- Found the Parquet import library: PARQUET_IMPORT_LIB-NOTFOUND
> -- Found the Parquet static library: /usr/local/lib/libparquet.a
> -- ArrowAcero version: 13.0.0
> -- Found the ArrowAcero shared library: 
> /usr/lib/x86_64-linux-gnu/libarrow_acero.so.1300.0.0
> -- Found the ArrowAcero import library: ARROW_ACERO_IMPORT_LIB-NOTFOUND
> -- Found the ArrowAcero static library: 
> /usr/lib/x86_64-linux-gnu/libarrow_acero.a
> -- ArrowDataset version: 13.0.0
> -- Found the ArrowDataset shared library: 
> /usr/lib/x86_64-linux-gnu/libarrow_dataset.so.1300.0.0
> -- Found the ArrowDataset import library: 
> ARROW_DATASET_IMPORT_LIB-NOTFOUND
> -- Found the ArrowDataset static library: 
> /usr/lib/x86_64-linux-gnu/libarrow_dataset.a
>
-- 
http://www.spatialys.com
My software is free, but my time generally not.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/gdal-dev/attachments/20230828/eeb4f1fd/attachment.htm>


More information about the gdal-dev mailing list