Bug 210879 - lvm2 useflag with cman / gulm issue
Bug#: 210879 Product:  Gentoo Linux Version: 2007.0 Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: robbat2@gentoo.org Reported By: caleb@gentoo.org
Component: Ebuilds
URL: 
Summary: lvm2 useflag with cman / gulm issue
Keywords:  
Status Whiteboard: 
Opened: 2008-02-20 13:53 0000
Description:   Opened: 2008-02-20 13:53 0000
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 From Robin Johnson 2008-06-08 19:31:18 0000 -------
Fixed in .37.