[Bug 831768] Re: aptitude cannot handle conflicts with multiarch enabled
Iain Lane
iain at orangesquash.org.uk
Wed Apr 17 08:47:41 UTC 2013
This has been sitting in the queue for ages. It's a shame that we
haven't gotten around to uploading this by now (admittedly I myself have
had a sponsoring session or two in this time and didn't touch it). I'm
building aptitude now and will upload to precise-proposed if it passes
smoke tests.
Given the magnitude of this SRU I think extensive testing will be
warranted, if it is accepted. Perhaps the waiting period could be
extended from 7 days.
I don't know what to upload to Q; please provide a clean debdiff if you
wish for an SRU to be uploaded there too. Otherwise, we can leave it as
is.
--
You received this bug notification because you are a member of Ubuntu
Sponsors Team, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/831768
Title:
aptitude cannot handle conflicts with multiarch enabled
Status in aptitude:
Fix Released
Status in “aptitude” package in Ubuntu:
Fix Released
Status in “aptitude” source package in Oneiric:
Confirmed
Status in “aptitude” source package in Precise:
Confirmed
Status in Baltix GNU/Linux:
Incomplete
Status in “aptitude” package in Debian:
Fix Released
Bug description:
[Impact]
* Inability to use aptitude on multi-arch systems. Any action which
results in a packaging conflict, or otherwise broken package, invokes
the problem resolver which will proceed to remove *all* foreign-arch
packages.
The packages are removed always, even if they are unrelated to the
problem being resolved. In the usual case, the problem resolver is
unable to find any solution which does not involve removing all
foreign-arch packages.
[Fix]
As attached. Update the problem resolver to be more informed about multi-arch packages and specifically the implicit package relations associated
with them.
[Test Case]
1. Enable multiarch (should be automatic on new oneiric systems)
2. Install an i386 package on amd64 (like flashplugin-installer:i386)
3. Mark something with a lot of dependencies for installation
4. On the confirmation screen, try to remove on of the dependencies (aptitude will now fail to perform upgrades when there's a package conflict w/out removing the i386 libs)
This renders aptitude painful on a multiarch enabled system (default
in oneiric).
[Workaround]
1. If you can survive without 32 bit libraries, just comment out the single line in /etc/dpkg/dpkg.cfg.d/multiarch; or
2. Use another package manager (e.g. apt-get, synaptic, or Software Center)
3. Disable the problem resolver by adding this line in /etc/apt/apt.conf:
Aptitude::ProblemResolver::StepLimit "0";
[Regression Potential]
* Minimal. Patch has received extensive testing in Sid/Wheezy (since
September 2012), and Quantal (October 2012). No regressions have been
reported.
* Some package relations, particularly conflicts and breaks, may be
wrongly ignored and packages not identified as broken by aptitude.
This can leave a system in a broken state and/or result in dpkg
errors.
* Any complex dependency situation is potentially handled incorrectly.
* Multiple user confirmations that the patch works on aptitude 0.6.6.
[Original Report]
ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: aptitude 0.6.4-1ubuntu2
Architecture: amd64
To manage notifications about this bug go to:
https://bugs.launchpad.net/aptitude/+bug/831768/+subscriptions
More information about the Ubuntu-sponsors
mailing list