Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 934818 - sci-libs/gdal-3.9.0 subslot incorrect
Summary: sci-libs/gdal-3.9.0 subslot incorrect
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Sci-geo Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-06-24 18:36 UTC by Daniel M. Weeks
Modified: 2024-06-25 17:50 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel M. Weeks 2024-06-24 18:36:16 UTC
Discovered with sci-geosciences/qgis-3.28.10 installed with USE="georeferencer hdf5 netcdf opencl postgres python qml" on an upgrade from gdal 3.8.5 to gdal 3.9.0.

qgis remained linked against the previous library because the gdal subslot remained the same despite the library version change from 34.3.8.5 to 35.3.9.0.

>>> package: sci-libs/gdal-3.9.0
 *  - /usr/lib64/libgdal.so.34
 *  - /usr/lib64/libgdal.so.34.3.8.5
 *      used by /usr/bin/qgis_process (sci-geosciences/qgis-3.28.10)
 *      used by /usr/lib64/libqgis_analysis.so.3.28.10 (sci-geosciences/qgis-3.28.10)
 *      used by /usr/lib64/libqgis_app.so.3.28.10 (sci-geosciences/qgis-3.28.10)
 *      used by /usr/lib64/libqgis_core.so.3.28.10 (sci-geosciences/qgis-3.28.10)
 *      used by /usr/lib64/libqgis_gui.so.3.28.10 (sci-geosciences/qgis-3.28.10)
 *      used by /usr/lib64/qgis/crssync (sci-geosciences/qgis-3.28.10)
 *      used by /usr/lib64/qgis/libprovider_mdal.so (sci-geosciences/qgis-3.28.10)
 *      used by /usr/lib64/qgis/libprovider_postgresraster.so (sci-geosciences/qgis-3.28.10)
 *      used by /usr/lib64/qgis/libprovider_spatialite.so (sci-geosciences/qgis-3.28.10)
 *      used by /usr/lib64/qgis/libprovider_wcs.so (sci-geosciences/qgis-3.28.10)
 *      used by /usr/lib64/qgis/libprovider_wfs.so (sci-geosciences/qgis-3.28.10)
 *      used by /usr/lib64/qgis/libprovider_wms.so (sci-geosciences/qgis-3.28.10)

Reproducible: Always