From aa7d2f55a0b0d683fbcd46d2a80c99957b788c3a Mon Sep 17 00:00:00 2001 From: David Kalnischkies Date: Sat, 25 Apr 2020 10:00:34 +0200 Subject: Discard impossible candidate versions also for non-installed We reseted the candidate for installed packages back to the version which is installed if one of the (critical) dependencies of it is not statisfiable, but we can do the same for non-installed packages by discarding the candidate which beside slightly helping the resolver also improves error messages generated by apt as a sideeffect. --- test/integration/test-bug-735967-lib32-to-i386-unavailable | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/integration/test-bug-735967-lib32-to-i386-unavailable b/test/integration/test-bug-735967-lib32-to-i386-unavailable index 3b705d5f9..16aee4340 100755 --- a/test/integration/test-bug-735967-lib32-to-i386-unavailable +++ b/test/integration/test-bug-735967-lib32-to-i386-unavailable @@ -52,7 +52,7 @@ or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: - foo : Depends: libfoo but it is not going to be installed + foo : Depends: libfoo but it is not installable E: Unable to correct problems, you have held broken packages.' aptget install foo -s # activate multiarch -- cgit v1.2.3