bug in dependency resolution while installing libguestfs-tools
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
zfsutils (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
adminuser@
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 14.04.1 LTS
Release: 14.04
Codename: trusty
adminuser@
Linux AtlasQA 3.13.0-40-generic #69-Ubuntu SMP Thu Nov 13 17:53:56 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
Steps to reproduce the problem.
1. aptitude-update.
2. Install zfs
root@AtlasQA:~# cat /etc/apt/
deb http://
aptitude install ubuntu-zfs
3. Install kvm
aptitude -y install qemu-kvm libvirt-bin virtinst bridge-utils
4. install libguestfs-tools.
root@AtlasQA:~# aptitude install libguestfs-tools
The following NEW packages will be installed:
cryptsetup{a} cryptsetup-bin{a} ghostscript{a} gsfonts{a} icoutils{a} jfsutils{a} ldmtool{a} libauthen-
libencode-
libhtml-
libintl-perl{a} libio-html-perl{a} libio-socket-
liblwp-
libstring-
supermin{a} zerofree{a} zfs-fuse{a}
0 packages upgraded, 64 newly installed, 0 to remove and 110 not upgraded.
Need to get 19.7 MB of archives. After unpacking 72.0 MB will be used.
The following packages have unmet dependencies:
zfsutils : Conflicts: zfs-fuse but 0.7.0-10.1 is to be installed.
The following actions will resolve these dependencies:
Remove the following packages:
1) ubuntu-zfs
2) zfsutils
Accept this solution? [Y/n/q/?] n
The following actions will resolve these dependencies:
Keep the following packages at their current version:
1) libguestfs-perl [Not Installed]
2) libguestfs-tools [Not Installed]
3) libguestfs0 [Not Installed]
4) zfs-fuse [Not Installed]
Accept this solution? [Y/n/q/?] n
*** No more solutions available ***
The following actions will resolve these dependencies:
Keep the following packages at their current version:
1) libguestfs-perl [Not Installed]
2) libguestfs-tools [Not Installed]
3) libguestfs0 [Not Installed]
4) zfs-fuse [Not Installed]
Accept this solution? [Y/n/q/?] q
Abandoning all efforts to resolve these dependencies.
Abort.
affects: | launchpad → aptitude (Ubuntu) |
affects: | aptitude (Ubuntu) → zfsutils (Ubuntu) |
Changed in zfsutils (Ubuntu): | |
status: | Invalid → New |
This is neither an issue with aptitude nor a bug:
As the output says, "zfsutils : Conflicts: zfs-fuse", but libguestfs-tools depends on libguestfs0 which depends on zfs-fuse.
So zfsutils and libguestfs-tools can't be installed at the same time. Which is exactly what aptitude argued about.
Closing as invalid.