Dependency errors installing Havana nova-compute-kvm packages on Debian Wheezy
Hi everyone,
I am actually installing Openstack Havana on my Debian Wheezy server using the official Openstack tutorial. But as some others I encounter a problem at Nova's Compute install.
My apt sources.list are actually like:
>deb http://ftp.uk.debian.org/debian/ wheezy main
>deb-src http://ftp.uk.debian.org/debian/ wheezy main
>deb http://security.debian.org/ wheezy/updates main
>deb-src http://security.debian.org/ wheezy/updates main
>deb http://ftp.uk.debian.org/debian/ wheezy-updates main
>deb-src http://ftp.uk.debian.org/debian/ wheezy-updates main
>deb http://archive.gplhost.com/debian havana-backports main
>deb http://archive.gplhost.com/debian havana main
When using: "aptitude install nova-compute-kvm" I encounter the following dependency error (there seems to be some inter-dependencies that are making troubles here):
>
The following NEW packages will be installed:
> augeas-lenses{a} btrfs-tools{a} cryptsetup{a} cryptsetup-bin{a} dnsmasq-base{a} ebtables{a} febootstrap{a}
> guestmount{a} hdparm{a} icoutils{a} init-system-helpers{a} jfsutils{a} kpartx{a} libapparmor1{a}
> libasound2{a} libasyncns0{a} libaudit0{a} libaugeas0{a} libbluetooth3{a} libboost-thread1.49.0{a}
> libbrlapi0.5{a} libcaca0{a} libcap-ng0{a} libconfig9{a} libcryptsetup4{a} libdevmapper-event1.02.1{a}
> libdirectfb-1.2-9{a} libencode-locale-perl{a} libfdt1{a} libffi5{a} libfile-listing-perl{a} libflac8{a}
> libfont-afm-perl{a} libglib2.0-0{a} libglib2.0-data{a} libguestfs0{a} libhivex0{a} libhtml-form-perl{a}
> libhtml-format-perl{a} libhtml-parser-perl{a} libhtml-tagset-perl{a} libhtml-tree-perl{a}
> libhttp-cookies-perl{a} libhttp-daemon-perl{a} libhttp-date-perl{a} libhttp-message-perl{a}
> libhttp-negotiate-perl{a} libice6{a} libio-socket-ip-perl{a} libio-socket-ssl-perl{a} libiscsi1{a}
> libjson0{a} liblwp-mediatypes-perl{a} liblwp-protocol-https-perl{a} libmailtools-perl{a} libnet-http-perl{a}
> libnet-ssleay-perl{a} libnetcf1{a} libnetfilter-conntrack3{a} libnetpbm10{a} libnl1{a} libnspr4{a}
> libnss3{a} libnuma1{a} libogg0{a} libpciaccess0{a} libpixman-1-0{a} libpulse0{a} librados2{a} librbd1{a}
> libreadline5{a} libsdl1.2debian{a} libseccomp2{a} libsm6{a} libsndfile1{a} libsocket-perl{a}
> libspice-server1{a} libsystemd-daemon0{a} libts-0.0-0{a} liburi-perl{a} libvirt-bin{a} libvirt0{a}
> libvorbis0a{a} libvorbisenc2{a} libwww-perl{a} libwww-robotrules-perl{a} libx11-xcb1{a} libx86-1{a}
> libxenstore3.0{a} libxi6{a} libxml2-utils{a} libxtst6{a} libyajl2{a} lvm2{a} netcat-openbsd{a} netpbm{a}
> nova-compute{a} nova-compute-kvm ntfs-3g{a} open-iscsi{a} pm-utils{a} powermgmt-base{a} python-libvirt{a}
> qemu-kvm{a} qemu-system-x86{ab} qemu-utils{a} reiserfsprogs{a} scrub{a} shared-mime-info{a} sharutils{a}
> strace{a} tsconf{a} vbetool{a} vlan{a} x11-common{a} xfsprogs{a} zerofree{a} zfs-fuse{a}
>0 packages upgraded, 118 newly installed, 0 to remove and 0 not upgraded.
>Need to get 40.3 MB of archives. After unpacking 115 MB will be used.
>The following packages have unmet dependencies:
> qemu-system-x86 : Depends: libusbredirparser1 (>= 0.6) which is a virtual package.
> Depends: libxen-4.1 (>= 4.1.4) but it is not going to be installed.
> Depends: qemu-system-common but it is not going to be installed.
> Depends: qemu-keymaps but it is not going to be installed.
> Depends: seabios (>= 1.7.2-2~) but it is not going to be installed.
> Depends: ipxe-qemu but it is not going to be installed.
>Internal error: found 2 (choice -> promotion) mappings for a single choice.
>Internal error: found 2 (choice -> promotion) mappings ...