Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 210879
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Robin Johnson <robbat2@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Caleb Tennis <caleb@gentoo.org>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 210879 depends on: Show dependency tree
Bug 210879 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


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.

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug