Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 212812 - app-emulation/libvirt-0.3.3 missing depend on GNUTLS
Summary: app-emulation/libvirt-0.3.3 missing depend on GNUTLS
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor
Assignee: Gentoo Xen Devs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 212820
  Show dependency tree
 
Reported: 2008-03-09 11:47 UTC by Felix Leimbach
Modified: 2008-05-15 10:00 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Felix Leimbach 2008-03-09 11:47:45 UTC
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
Comment 1 Vande Vonder Andre 2008-04-04 12:19:46 UTC
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
Comment 2 Vande Vonder Andre 2008-04-04 12:30:50 UTC
(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
Comment 3 Felix Leimbach 2008-04-04 12:52:50 UTC
Re #2: While that is a valid work around it does not change the original bug.
Comment 4 Donnie Berkholz (RETIRED) gentoo-dev 2008-05-15 10:00:58 UTC
This will be fixed in 0.4.2, which I'm about to add.