Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
Looks like a bad search and replace s/LVM2/LVM/ in the source code, and not done in the ebuild. I missed it earlier, because I merged my genkernel.conf by hand and didn't notice the lack of value of LVM_VER on the new side, but hit it on my G5 doing a test clean install. The upstream PN value is 'LVM2', so we need to preserve it on 3 lines in genkernel.conf. See attached patch.
Created an attachment (id=135563) [details] genkernel-3.4.9_pre8-lvm-variable-fixes.patch
What is this: epatch "${FILESDIR}"/${PN}-3.4.9_pre8-lvm2fix.patch
Oops, I merged the ebuild patch and the genkernel-3.4.9_pre8-lvm2fix.patch files. The second patch on the end of the attachment is that file.
Could you regen what I need as applicable patches, please? I'd rather not make mistakes. Thanks
Created an attachment (id=136069) [details] Fix ebuild LVM variable usage. this is the patch for the ebuild, to fix the usage of the variables.
Created an attachment (id=136071) [details] Fix the name of the upstream distfiles The upstream distfiles have LVM2 as their PN.
Chris: see the two patches above. One is for the ebuild, so that the 'VERSION_LVM' replacement works correctly again. The second is for the SVN itself (against the latest SVN), so that it uses the correct name for the upstream distfiles.
This is fixed in 3.4.9_pre9-r1 and beyond.