On all systems I get the following error at the moment when I do a
"apt-get dist-upgrade":
~> apt-get dist-upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... 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:
dictionaries-common : Depends: libtext-iconv-perl but it is not going to be installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
On a other system I get the same for the packages zenity and
libwebkitgtk-3.0-0.
This alone is not the point. The point is that all packages are already
installed in the newest available version.
As this means that a dist-upgrade might block some smooth upgrades, I
did set the severity to important.
On 2014-08-14, Perl 5.20 was uploaded to unstable. This requires rebuilding all of its 557 reverse dependencies via binNMUs which has started on 2014-08-15: https://release.debian.org/transitions/html/perl5.20.html libtext-iconv-perl being one of them ... In a couple of days, the bumpy ride in unstable should be finished, and everything back to normal. Cheers, gregor, closing this bug
Am Fr den 15. Aug 2014 um 13:54 schrieb gregor herrmann: I knew of that. But first, please note that _all mentioned packages_ are up to date and don't need updates and second, neither zenity nor libwebkitgtk-3.0-0 have any to do with perl. Regards Klaus
This problem occurs as libwebkitgtk-3.0-0 would be deinstalled as its dependency in 4th deep would be deinstalled (libtext-iconv-perl) from new version of perl. However, there is no need at that moment to install newer version of perl. So this should just block upgrade of perl but never ever break. (Notes about the problematic dependency would be nice.) Regards Klaus