| Summary: | sys-fs/lvm2-2.02.51-r1 fails to compile; can't find devmapper-event library | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Kevin F. Quinn <g2> |
| Component: | [OLD] Core system | Assignee: | Doug Goldstein (RETIRED) <cardoe> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | CC: | agk, g2, robbat2, romans.heimanis |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | build log | ||
|
Description
Kevin F. Quinn
2009-11-22 20:01:15 UTC
Created attachment 210914 [details]
build log
I had a rummage to find out why the system wants to pull lvm2 in in the first place, as it was a new import. It's caused by use=crypt and sys-apps/hal, which interprets use=crypt to mean "include support for encrypted drives" rather than "mcrypt/gpg" which is what the global use flag means - causes cryptsetup to be pulled in which pulls in lvm2 (or device-mapper, which I removed due to emerge advising of block). Perhaps some rationalisation of the use flag would be useful; suggest keeping use=crypt to mean adding encryption algorithm support and create a separate one to add encrypted disk support (sys-apps/hal, sys-power/suspend), as it makes sense to want the former without necessarily the latter. I have put sys-apps/hal: -crypt in /etc/portage/package.use for now. Last note for now - I believe this relates to changes made on bug #285360 (despite that bug being invalid). Same thing for me. No libdevmapper-event lib. *** This bug has been marked as a duplicate of bug 293272 *** |