diff options
Diffstat (limited to 'test/integration/test-apt-get-source-only')
| -rwxr-xr-x | test/integration/test-apt-get-source-only | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/test/integration/test-apt-get-source-only b/test/integration/test-apt-get-source-only index 882f82b33..e5d246f6e 100755 --- a/test/integration/test-apt-get-source-only +++ b/test/integration/test-apt-get-source-only @@ -40,7 +40,11 @@ The following information may help to resolve the situation: The following packages have unmet dependencies: builddeps:foo : Depends: foo-bd but it is not installable -E: Unsatisfiable dependency group builddeps:foo:amd64 -> foo-bd:amd64" +E: Unable to satisfy dependencies. Reached two conflicting decisions: + 1. builddeps:foo:amd64=1 is selected for install + 2. builddeps:foo:amd64 Depends foo-bd + but none of the choices are installable: + [no choices]" BUILDDEPNOTFOO="Reading package lists... Building dependency tree... @@ -52,7 +56,11 @@ The following information may help to resolve the situation: The following packages have unmet dependencies: builddeps:not-foo : Depends: not-foo-bd but it is not installable -E: Unsatisfiable dependency group builddeps:not-foo:amd64 -> not-foo-bd:amd64" +E: Unable to satisfy dependencies. Reached two conflicting decisions: + 1. builddeps:not-foo:amd64=1 is selected for install + 2. builddeps:not-foo:amd64 Depends not-foo-bd + but none of the choices are installable: + [no choices]" else BUILDDEPFOO="Reading package lists... Building dependency tree... |
