The officially official Devuan Forum!

You are not logged in.

#1 2021-03-01 22:39:29

nicogarcia95
Member
Registered: 2021-03-01
Posts: 2  

[SOLVED] virt-manager/qemu-kvm won't install (chimaera/ceres)

I'm getting the following error messages when trying to install this particular packages:

For virt-manager

 The following packages have unmet dependencies:
python3-libvirt : Depends: libvirt0 (>= 7.0.0) but 6.7.0-3+devuan1 is to be installed
E: Unable to correct problems, you have held broken packages. 

And for qemu-kvm

 The following packages have unmet dependencies:
qemu-kvm : Depends: qemu-system-x86 
E: Unable to correct problems, you have held broken packages. 

This last one surprises me the most given qemu-system-x86 is already installed.
I had both packages installed until last weekend, when I had to perform a fresh Devuan install to solve some problems with my wireless card.
Do I have to wait for the proper libvirt0 version to be available from the main repo?

Last edited by nicogarcia95 (2021-03-03 00:39:57)

Offline

#2 2021-03-01 23:47:47

yeti
Member
From: I'm not here: U R halucinating
Registered: 2017-02-23
Posts: 304  

Re: [SOLVED] virt-manager/qemu-kvm won't install (chimaera/ceres)

Why not just use qemu-system-x86_64 -enable-kvm or qemu-system-i386 -enable-kvm directly?


<πš‹πš˜πšπš’ πš˜πš—πš•πš˜πšŠπš='πšπš˜πšŒπšžπš–πšŽπš—πš.πš‹πš˜πšπš’.πš’πš—πš—πšŽπš›π™·πšƒπ™Όπ™»="π™³πš’πšœπšŠπš‹πš•πšŽ π™Ήπš‚!";'>
π”“π”©π”’π”žπ”°π”’ π”©π”’π”žπ”³π”’ 𝔢𝔬𝔲𝔯 π”£π”žπ”²π”©π”±π”° 𝔦𝔫 𝔱π”₯𝔒 𝔰𝔒𝔠𝔱𝔦𝔬𝔫 π”Ÿπ”’π”©π”¬π”΄ π”žπ”«π”‘ 𝔑𝔬𝔫'𝔱 𝔣𝔬𝔯𝔀𝔒𝔱 𝔱𝔬 π”²π”«π”°π”²π”Ÿπ”°π” π”―π”¦π”Ÿπ”’!

Offline

#3 2021-03-02 15:32:03

Head_on_a_Stick
Member
From: London
Registered: 2019-03-24
Posts: 3,125  
Website

Re: [SOLVED] virt-manager/qemu-kvm won't install (chimaera/ceres)

The /usr/bin/kvm wrapper script has been incorporated into the qemu-system-$arch packages for testing/unstable so qemu-kvm is now just a virtual package that lists qemu-system-$arch as a dependency.

@OP: what is the disposition of your sources?

apt policy
apt policy libvirt0

Have you tried

# aptitude install virt-manager

^ That might find a reasonable solution if there are dependency issues.


Brianna Ghey β€” Rest In Power

Offline

#4 2021-03-03 00:37:50

nicogarcia95
Member
Registered: 2021-03-01
Posts: 2  

Re: [SOLVED] virt-manager/qemu-kvm won't install (chimaera/ceres)

yeti wrote:

Why not just use qemu-system-x86_64 -enable-kvm or qemu-system-i386 -enable-kvm directly?

These commands helped to ensure qemu service is actually installed and runs correctly, however I need some particular features present in virt-manager interface to perform some VM configuration.

Head_on_a_Stick wrote:

Have you tried

# aptitude install virt-manager

^ That might find a reasonable solution if there are dependency issues.

Performing this command solves the dependency issue by removing libvirt0, but the main problem persisted since virt-manager package seems to depend on that newer libvirt0 version not yet present in the main repo. I ended up rolling back to a fresh beowulf workspace and installed both packages with no problems.

Last edited by nicogarcia95 (2021-03-03 03:10:13)

Offline

#5 2021-10-15 05:11:39

shirase
Member
Registered: 2017-11-14
Posts: 15  

Re: [SOLVED] virt-manager/qemu-kvm won't install (chimaera/ceres)

I'm having the same issue after dist-upgrading to current stable (Chimaera).

libvirt-daemon-system : Depends: libvirt-daemon (= 7.0.0-3+devuan3) but it is not installable
E: Unable to correct problems, you have held broken packages.

After apt searching libvirt-daemon it seems like it's already installed and on the correct version.

apt search libvirt-daemon
Sorting... Done
Full Text Search... Done
libvirt-daemon/stable,now 7.0.0-3+devuan3 amd64 [installed]

Any ideas?

Offline

Board footer