ERROR 1: libarrow.so.800: cannot open shared object file: No such file or directory
Task Info (Flyspray) | |
---|---|
Opened By | Thomas (thomastc) |
Task ID | 75749 |
Type | Bug Report |
Project | Community Packages |
Category | Packages |
Version | None |
OS | All |
Opened | 2022-08-30 13:50:59 UTC |
Status | Assigned |
Assignee | Jaroslav Lichtblau (Dragonlord) |
Assignee | Bruno Pagani (ArchangeGabriel) |
Details
Version: gdal 3.5.1-2
Description:
If the optional arrow package is not installed, any use of the GDAL library spits out this error: ERROR 1: libarrow.so.800: cannot open shared object file: No such file or directory The message seems to be harmless, but is a bit annoying.
It's not clearly documented, but I would assume that building with -DGDAL_USE_ARROW=ON
makes arrow a required dependency. So maybe the fix is as simple as moving it from optdepends to depends.
But if -DGDAL_USER_ARROW=ON
merely adds support for arrow if it's found at runtime, then this would be an upstream bug.
Steps to reproduce:
Run ogr2ogr
without arguments.
$ ogr2ogr ERROR 1: libarrow.so.800: cannot open shared object file: No such file or directory ERROR 1: libarrow.so.800: cannot open shared object file: No such file or directory ERROR 1: libarrow.so.800: cannot open shared object file: No such file or directory ERROR 1: libarrow.so.800: cannot open shared object file: No such file or directory Usage: ogr2ogr [--help-general] [-skipfailures] [-append] [-update] ...