[Bug 1829484] Re: krb5-multidev dependency broken with ESM Trusty Repo
Bernd May
b.may at syseleven.de
Fri May 17 09:37:45 UTC 2019
Note that this affects all packages depending on this, e.g.:
/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install percona-xtrabackup-24
Reading package lists...
Building dependency tree...
Reading state information...
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:
percona-xtrabackup-24 : Depends: libcurl4-openssl-dev but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
$ /usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install percona-xtrabackup-24 libcurl4-openssl-dev
...
libcurl4-openssl-dev : Depends: libkrb5-dev but it is not going to be installed
$ /usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install percona-xtrabackup-24 libcurl4-openssl-dev libkrb5-dev
...
libkrb5-dev : Depends: krb5-multidev (= 1.12+dfsg-2ubuntu5.4) but it is not going to be installed
$ /usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install percona-xtrabackup-24 libcurl4-openssl-dev libkrb5-dev krb5-multidev
...
The following packages have unmet dependencies:
krb5-multidev : Depends: libkrb5-3 (= 1.12+dfsg-2ubuntu5.4) but 1.12+dfsg-2ubuntu5.4+esm1 is to be installed
Depends: libk5crypto3 (= 1.12+dfsg-2ubuntu5.4) but 1.12+dfsg-2ubuntu5.4+esm1 is to be installed
Depends: libgssapi-krb5-2 (= 1.12+dfsg-2ubuntu5.4) but 1.12+dfsg-2ubuntu5.4+esm1 is to be installed
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to krb5 in Ubuntu.
https://bugs.launchpad.net/bugs/1829484
Title:
krb5-multidev dependency broken with ESM Trusty Repo
Status in krb5 package in Ubuntu:
New
Bug description:
When trying to install 'krb5-multidev' on Ubuntu 14.04 (Trusty) with
the ESM Repository enabled apt responds with this:
```
/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install krb5-multidev
...
The following packages have unmet dependencies:
krb5-multidev : Depends: libkrb5-3 (= 1.12+dfsg-2ubuntu5.4) but 1.12+dfsg-2ubuntu5.4+esm1 is to be installed
Depends: libk5crypto3 (= 1.12+dfsg-2ubuntu5.4) but 1.12+dfsg-2ubuntu5.4+esm1 is to be installed
Depends: libgssapi-krb5-2 (= 1.12+dfsg-2ubuntu5.4) but 1.12+dfsg-2ubuntu5.4+esm1 is to be installed
```
I assume, due to the equality matches here this means the appropriate
dependencies cannot be installed because ESM already delivers newer
ones.
System Information:
$lsb_release -rd
Description: Ubuntu 14.04.6 LTS
Release: 14.04
$ apt-cache policy krb5-multidev
krb5-multidev:
Installed: (none)
Candidate: 1.12+dfsg-2ubuntu5.4
$ apt-cache policy libk5crypto3
libk5crypto3:
Installed: 1.12+dfsg-2ubuntu5.4+esm1
Candidate: 1.12+dfsg-2ubuntu5.4+esm1
$ apt-cache policy libgssapi-krb5-2
libgssapi-krb5-2:
Installed: 1.12+dfsg-2ubuntu5.4+esm1
Candidate: 1.12+dfsg-2ubuntu5.4+esm1
$ apt-cache policy libkrb5-3
libkrb5-3:
Installed: 1.12+dfsg-2ubuntu5.4+esm1
Candidate: 1.12+dfsg-2ubuntu5.4+esm1
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/krb5/+bug/1829484/+subscriptions
More information about the foundations-bugs
mailing list