Hi,
I'm not sure this list is the right place, but before filing a bug report, i'd like to be sure.
I updated my Sid yesterday, and it removed some useful packages for me : digikam and gmic.
Those two packages needs libopencv-imgcodecs3.2, which is not presently installable :
# apt-get install libopencv-imgcodecs3.2
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
libopencv-imgcodecs3.2 : Depends: gdal-abi-2-4-0
Depends: libgdal20 (>= 2.0.1) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
If I try to install libgdal20 :
# apt-get install libgdal20
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
libgdal20 : Depends: gdal-data (>= 2.4.3+dfsg-1) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
Downgrading gdal-data to 2.4.3+dfsg-1 (apt-get install gdal-data="" libgdal20) seems to solve the problem (as apt-get doesn't raises an error), but it removes qgis !
It seems to me that two versions of gdal are (partially) available in Sid and all packages did not switch to the new version.
So, what should I do ? File a bug on libopencv-imgcodecs3.2 so that it depends on gdal 3.0.3 ?
Regards,
Sébastien