upgrade failure: qdbus and libqt4-dbus cyclic dependency
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
qt4-x11 (Ubuntu) |
Fix Released
|
High
|
Martin Pitt | ||
Precise |
Fix Released
|
High
|
Martin Pitt |
Bug Description
dist-upgrade from lucid to precise fails with qdbus. This is reproduced by the automatic upgrade tester, which has all logs:
https:/
Preparing to replace libqt4-dbus 4:4.6.2-0ubuntu5.3 (using .../libqt4-
Unpacking replacement libqt4-dbus ...
Selecting previously unselected package qdbus.
Unpacking qdbus (from .../qdbus_
[...]
dpkg: dependency problems prevent configuration of qdbus:
qdbus depends on libqt4-dbus (= 4:4.8.0-1ubuntu4); however:
Package libqt4-dbus is not configured yet.
dpkg: error processing qdbus (--configure):
dependency problems - leaving unconfigured
This is because qdbus Depends: libqt4-dbus which in turn Depends: qdbus. It seems strange for a library to strictly depend on a command line tool.
ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: qdbus 4:4.8.0-1ubuntu4
ProcVersionSign
Uname: Linux 3.2.0-14-generic x86_64
ApportVersion: 1.91-0ubuntu1
Architecture: amd64
Date: Mon Feb 6 15:04:29 2012
EcryptfsInUse: Yes
InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Beta amd64 (20110831)
ProcEnviron:
PATH=(custom, user)
LANG=de_DE.UTF-8
SHELL=/bin/bash
SourcePackage: qt4-x11
UpgradeStatus: No upgrade log present (probably fresh install)
tags: | added: dist-upgrade qa-daily-testing |
The library doesn't seem to call the qdbus program anywhere (and it better doesn't):
$ strings /usr/lib/ x86_64- linux-gnu/ libQtDBus. so.4.8. 0 | grep qdbus
_qdbus_slotCache
So I think demoting qdbus to a suggests is fine, or dropping it entirely.