Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 223969 - sys-fs/lvm2-2.02.28-r2: trouble with install. Blocked Packages.
Summary: sys-fs/lvm2-2.02.28-r2: trouble with install. Blocked Packages.
Status: RESOLVED DUPLICATE of bug 189294
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core - Dependencies (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-28 16:39 UTC by Khalilov Alexander
Modified: 2008-05-28 19:38 UTC (History)
1 user (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 Khalilov Alexander 2008-05-28 16:39:03 UTC
After installation of base system from stage3, I can not install lvm2.

Reproducible: Always

Steps to Reproduce:
1. Install base system
2. genkernel all
3. genkernel --lvm2
4. emerge lvm2 --pretend

Actual Results:  
localhost ~ # emerge lvm2 --pretend

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild  N    ] sys-fs/device-mapper-1.02.24-r1  USE="(-selinux)"
[ebuild  N    ] sys-fs/lvm2-2.02.28-r2  USE="readline -clvm -cman -gulm -nolvm1 -nolvmstatic (-selinux)"
[blocks B     ] <sys-fs/udev-115-r1 (is blocking sys-fs/device-mapper-1.02.24-r1)

Expected Results:  
It is correct to install lvm2
Comment 1 Zac Medico gentoo-dev 2008-05-28 19:31:57 UTC
You need to update udev before lvm:

emerge udev lvm
Comment 2 Zac Medico gentoo-dev 2008-05-28 19:35:21 UTC

*** This bug has been marked as a duplicate of bug 189294 ***
Comment 3 Zac Medico gentoo-dev 2008-05-28 19:38:00 UTC
(In reply to comment #1)
> You need to update udev before lvm:
> 
> emerge udev lvm
> 

Note, you may need to update portage first since older versions of portage do not resolve blockers automatically:

emerge portage