Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 210879 - lvm2 useflag with cman / gulm issue
Summary: lvm2 useflag with cman / gulm issue
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Robin Johnson
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-20 13:53 UTC by Caleb Tennis (RETIRED)
Modified: 2008-06-08 19:31 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 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.