emerging libvirt-0.3.3 with qemu and without xen use flag failes during the configure stage with the message: checking for GNUTLS... configure: error: Package requirements (gnutls >= 1.2.0) were not met emerging gnutls 2.0.4 by hand and the re-emerging libvirt-0.3.3 solves the problem. Reproducible: Always Steps to Reproduce: 1. have gnutls not installed 2. emerge libvirt-0.3.3 Actual Results: fails during configure stage Expected Results: emerge gnutls as a dependency
See bugs report 209984. Under X86 a new version of gnuls are unstable. Put on your /etc/portage/package.mask -> ">=gnutls-2.2.2" emerge libvirt, it's use a correct version of gnutls
(In reply to comment #1) Please delete these lines of my comments. > Under X86 a new version of gnuls are unstable. > > Put on your /etc/portage/package.mask -> ">=gnutls-2.2.2" > > emerge libvirt, it's use a correct version of gnutls > Regards
Re #2: While that is a valid work around it does not change the original bug.
This will be fixed in 0.4.2, which I'm about to add.