Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 210879

Summary: lvm2 useflag with cman / gulm issue
Product: Gentoo Linux Reporter: Caleb Tennis (RETIRED) <caleb>
Component: New packagesAssignee: Robin Johnson <robbat2>
Status: RESOLVED FIXED    
Severity: normal CC: cardoe
Priority: High    
Version: 2007.0   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Caleb Tennis (RETIRED) gentoo-dev 2008-02-20 13:53:45 UTC
In the lines where --with-clvmd is determined:

                local clvmd="none"
                use cman && clvmd="cman"
                use gulm && clvmd="${clvmd}gulm"
                clvmd="${clvmd/cmangulm/all}"

I think with gulm enabled and cman disabled, you end up with:

"nonegulm"

As what gets passed to the configure script.  This seems wrong to me.

Thoughts?

My suggestion is to change : local clvmd=""

Then test clvmd if it's empty at the end and if so assign it "none".

Reproducible: Always

Steps to Reproduce:
Comment 1 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2008-06-08 19:31:18 UTC
Fixed in .37.