[Bug 1925745] Re: Hirsute: Cannot install ubuntu-desktop due to unmet dependencies
Brian Murray
1925745 at bugs.launchpad.net
Thu Jun 17 18:05:39 UTC 2021
Hello Marian, or anyone else affected,
Accepted apt into hirsute-proposed. The package will build now and be
available at https://launchpad.net/ubuntu/+source/apt/2.2.4ubuntu0.1 in
a few hours, and then in the -proposed repository.
Please help us by testing this new package. See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed. Your feedback will aid us getting this
update out to other Ubuntu users.
If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, what testing has been
performed on the package and change the tag from verification-needed-
hirsute to verification-done-hirsute. If it does not fix the bug for
you, please add a comment stating that, and change the tag to
verification-failed-hirsute. In either case, without details of your
testing we will not be able to proceed.
Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification . Thank you in
advance for helping!
N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.
** Changed in: apt (Ubuntu Hirsute)
Status: Confirmed => Fix Committed
** Tags added: verification-needed verification-needed-hirsute
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to apt in Ubuntu.
https://bugs.launchpad.net/bugs/1925745
Title:
Hirsute: Cannot install ubuntu-desktop due to unmet dependencies
Status in apt package in Ubuntu:
Fix Released
Status in apt source package in Hirsute:
Fix Committed
Status in apt source package in Impish:
Fix Released
Bug description:
[Impact]
Phased upgrades were only applied to already installed packages, so if we had a source package foo building foo-core and foo-extra, and foo-core=1 was installed, and we tried to install foo-extra, it would fail because it would try to install 0% foo-extra=2 while blocking foo-core as it's "not for us".
[Test Plan]
The autopkgtests ensure we don't regress and they kind of check this by checking the policy output to see that "foo-extra=2" above is also not the candidate, but foo-extra=1 is (so installing it alongside foo-core=1 would work fine) but they don't install it, so it might be nice to verify this too:
Find a package that is phased, but not for us (maybe just setting the
never-include-phased flag?), install one binary from it from the
release pocket, and then try to install another from the updates
pocket.
At the moment, installing libsystemd-dev would trigger it.
[Where problems could occur]
This is a change in behavior when installing new packages that might cause regression in image building tools for example, if those don't use a chroot (chroots being detected).
Apart from that risk, the change is just removing a flag check inside
an if, so not much else.
[Original bug report]
I'm using the ubuntu-21.04-live-server-amd64 ISO to install my hirsute
desktop machines so I can automate the installation.
After installation, I'm trying to install the desktop via "apt install
ubuntu-desktop".
This fails with:
"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:
ubuntu-release-upgrader-gtk : Depends: ubuntu-release-upgrader-core (= 1:21.04.11) but 1:21.04.10 is to be installed
Depends: python3-distupgrade (= 1:21.04.11) but 1:21.04.10 is to be installed
E: Unable to correct problems, you have held broken packages."
"apt policy ubuntu-release-upgrader-core" shows:
"ubuntu-release-upgrader-core:
Installed: 1:21.04.10
Candidate: 1:21.04.10
Version table:
1:21.04.11 1 (phased 20%)
500 http://at.archive.ubuntu.com/ubuntu hirsute-updates/main amd64 Packages
*** 1:21.04.10 500
500 http://at.archive.ubuntu.com/ubuntu hirsute/main amd64 Packages
100 /var/lib/dpkg/status"
I could not find any information what "phased 20%" means. It's
obviously a major problem not being able to install the desktop on a
fresh installation.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1925745/+subscriptions
More information about the foundations-bugs
mailing list