diff options
| author | Julian Andres Klode <jak@debian.org> | 2026-01-31 16:51:50 +0000 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2026-01-31 16:51:50 +0000 |
| commit | f2ca127212bcde9921cfc31245dc44d5b3c975eb (patch) | |
| tree | 120116a10a15504e3776591c264aef5c1c31c356 /test/integration/test-release-candidate-switching | |
| parent | 0a37f95b2d9582c5cad95725302abaf0635ee8a3 (diff) | |
| parent | 1fbb857b6b2cbddcea9e8b03aa0c766c72e91f34 (diff) | |
Merge branch 'solver3' into 'main'
solver3: Use classical watchers and minor refactorings
See merge request apt-team/apt!548
Diffstat (limited to 'test/integration/test-release-candidate-switching')
| -rwxr-xr-x | test/integration/test-release-candidate-switching | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/integration/test-release-candidate-switching b/test/integration/test-release-candidate-switching index 16eb4f1ec..f7a1abcfe 100755 --- a/test/integration/test-release-candidate-switching +++ b/test/integration/test-release-candidate-switching @@ -449,10 +449,10 @@ The following packages have unmet dependencies: uninstallablepkg : Depends: libmtp8 (>= 10:0.20.1) but it is not going to be installed Depends: amarok-utils (= 2.3.2-2+exp) but it is not going to be installed E: Unable to satisfy dependencies. Reached two conflicting assignments: - 1. amarok-utils:i386=2.3.2-2+exp is not selected for install - 2. amarok-utils:i386=2.3.2-2+exp is selected for install because: - 1. uninstallablepkg:i386=1.0 is selected for install - 2. uninstallablepkg:i386 Depends amarok-utils (= 2.3.2-2+exp)" aptget install uninstallablepkg/experimental --trivial-only -V --solver 3.0 + 1. uninstallablepkg:i386=1.0 is selected for install + 2. uninstallablepkg:i386 Depends libmtp8 (>= 10:0.20.1) + but none of the choices are installable: + [no choices]" aptget install uninstallablepkg/experimental --trivial-only -V --solver 3.0 insertinstalledpackage 'libmtp8' 'i386' '1' insertinstalledpackage 'amarok' 'i386' '3' 'Depends: amarok-common (= 3), libmtp8 (>= 1)' |
