Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 290717 - >=app-emulation/libvirt-0.7.2[lvm] should RDEPEND >=sys-fs/lvm2-2.02.48-r2
Summary: >=app-emulation/libvirt-0.7.2[lvm] should RDEPEND >=sys-fs/lvm2-2.02.48-r2
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Lance Albertson (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-27 10:43 UTC by Christian Bricart
Modified: 2009-11-05 23:27 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 Christian Bricart 2009-10-27 10:43:11 UTC
When having USE=lvm enabled on >=app-emulation/libvirt-0.7 the configure part scans for pkgconfig/devmapper.pc which had been first provided by >=sys-fs/lvm2-2.02.48-r2

So RDEPEND should explicitly require >=sys-fs/lvm2-2.02.48-r2 rather than just sys-fs/lvm2 in:

RDEPEND="
..
lvm? ( sys-fs/lvm2 )
..



Reproducible: Always

Steps to Reproduce:
Comment 1 Bastiaan Wakkie 2009-10-28 17:31:01 UTC
If I alter this in the ebuild i have signature problems, can you tell me how to solve this manually for not?
Comment 2 Sebastian Luther (few) 2009-10-28 17:36:53 UTC
(In reply to comment #1)
> If I alter this in the ebuild i have signature problems, can you tell me how to
> solve this manually for not?
> 

You want to put your modified ebuild in PORTDIR_OVERLAY, see [1]. For a quick and dirty hack, that is lost after the next emerge --sync: "ebuild <the-modified-ebuild> digest"


[1] http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=3&chap=5
Comment 3 Patrick Lauer gentoo-dev 2009-11-05 23:27:54 UTC
Confirmed and fixed:

+  05 Nov 2009; Patrick Lauer <patrick@gentoo.org> libvirt-0.7.2.ebuild:
+  Tightening lvm dep for #290717