FS#77348 - [gdal] Few dependencies are missing, few are `included but already satisfied`

Attached to Project: Community Packages
Opened by czk (czk) - Wednesday, 01 February 2023, 17:47 GMT
Last edited by Antonio Rojas (arojas) - Wednesday, 01 February 2023, 18:05 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Few dependencies are missing, few are `included but already satisfied`

```
$ namcap /var/cache/pacman/pkg/gdal-3.6.2-2-x86_64.pkg.tar.zst
gdal W: Referenced library 'libjxl_threads.so.0.8' is an uninstalled dependency
gdal W: Referenced library 'libarrow.so.1000' is an uninstalled dependency
gdal W: Referenced library 'libarrow_dataset.so.1000' is an uninstalled dependency
gdal W: Referenced library 'libpodofo.so.0.9.8' is an uninstalled dependency
gdal W: Referenced library 'libparquet.so.1000' is an uninstalled dependency
gdal W: Referenced library 'libjxl.so.0.8' is an uninstalled dependency
gdal W: Dependency libwebp detected but optional (libraries ['usr/lib/libwebp.so.7'] needed in files ['usr/lib/gdalplugins/gdal_WEBP.so'])
gdal W: Dependency mariadb-libs detected but optional (libraries ['usr/lib/libmariadb.so.3'] needed in files ['usr/lib/gdalplugins/ogr_MySQL.so'])
gdal W: Dependency netcdf detected but optional (libraries ['usr/lib/libnetcdf.so.19'] needed in files ['usr/lib/gdalplugins/gdal_netCDF.so'])
gdal W: Dependency poppler detected but optional (libraries ['usr/lib/libpoppler.so.126'] needed in files ['usr/lib/gdalplugins/gdal_PDF.so'])
gdal W: Dependency postgresql-libs detected but optional (libraries ['usr/lib/libpq.so.5'] needed in files ['usr/lib/gdalplugins/ogr_PG.so'])
gdal W: Dependency openexr detected but optional (libraries ['usr/lib/libOpenEXR-3_1.so.30'] needed in files ['usr/lib/gdalplugins/gdal_EXR.so'])
gdal W: Dependency cfitsio detected but optional (libraries ['usr/lib/libcfitsio.so.10'] needed in files ['usr/lib/gdalplugins/gdal_FITS.so'])
gdal W: Dependency libheif detected but optional (libraries ['usr/lib/libheif.so.1'] needed in files ['usr/lib/gdalplugins/gdal_HEIF.so'])
gdal W: Dependency proj included but already satisfied
gdal W: Dependency curl included but already satisfied
gdal W: Dependency libfreexl included but already satisfied
gdal W: Dependency geos included but already satisfied
gdal W: Dependency libjpeg-turbo included but already satisfied
gdal W: Dependency xz included but already satisfied
gdal W: Dependency libxml2 included but already satisfied
gdal W: Dependency lz4 included but already satisfied
gdal W: Dependency openssl included but already satisfied
gdal W: Dependency sqlite included but already satisfied
gdal W: Dependency libtiff included but already satisfied
gdal W: Dependency zlib included but already satisfied
gdal W: Dependency zstd included but already satisfied
```

```
$ gdalinfo --formats >/dev/null
ERROR 1: libjxl.so.0.8: cannot open shared object file: No such file or directory
ERROR 1: libjxl.so.0.8: cannot open shared object file: No such file or directory
ERROR 1: libpodofo.so.0.9.8: cannot open shared object file: No such file or directory
ERROR 1: libpodofo.so.0.9.8: cannot open shared object file: No such file or directory
ERROR 1: libarrow.so.1000: cannot open shared object file: No such file or directory
ERROR 1: libarrow.so.1000: cannot open shared object file: No such file or directory
ERROR 1: libarrow_dataset.so.1000: cannot open shared object file: No such file or directory
ERROR 1: libarrow_dataset.so.1000: cannot open shared object file: No such file or directory
```

```
$ ogrinfo --formats >/dev/null
ERROR 1: libjxl.so.0.8: cannot open shared object file: No such file or directory
ERROR 1: libjxl.so.0.8: cannot open shared object file: No such file or directory
ERROR 1: libpodofo.so.0.9.8: cannot open shared object file: No such file or directory
ERROR 1: libpodofo.so.0.9.8: cannot open shared object file: No such file or directory
ERROR 1: libarrow.so.1000: cannot open shared object file: No such file or directory
ERROR 1: libarrow.so.1000: cannot open shared object file: No such file or directory
ERROR 1: libarrow_dataset.so.1000: cannot open shared object file: No such file or directory
ERROR 1: libarrow_dataset.so.1000: cannot open shared object file: No such file or directory
```
This task depends upon

Closed by  Antonio Rojas (arojas)
Wednesday, 01 February 2023, 18:05 GMT
Reason for closing:  Duplicate
Additional comments about closing:   FS#75749 

Loading...