diff options
author | David Kalnischkies <david@kalnischkies.de> | 2020-04-25 10:00:34 +0200 |
---|---|---|
committer | David Kalnischkies <david@kalnischkies.de> | 2020-04-26 18:35:34 +0200 |
commit | aa7d2f55a0b0d683fbcd46d2a80c99957b788c3a (patch) | |
tree | 97b93aad85f7d716503ffafeff2c5448d0b569bc /test/integration | |
parent | 9064a832bf2f02e2fd26c62ee867dd779797235a (diff) |
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.
Diffstat (limited to 'test/integration')
-rwxr-xr-x | test/integration/test-bug-735967-lib32-to-i386-unavailable | 2 |
1 files changed, 1 insertions, 1 deletions
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 |