Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 196087 - kernel compilation broken w/ >=device-mapper-1.02.22 w/ genkernel
Summary: kernel compilation broken w/ >=device-mapper-1.02.22 w/ genkernel
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Hosted Projects
Classification: Unclassified
Component: genkernel (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Genkernel Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-16 19:38 UTC by Matt
Modified: 2007-11-01 10:04 UTC (History)
0 users

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 Matt 2007-10-16 19:38:58 UTC
emerge newest device-mapper >=1.02.22,

modify genkernel-ebuilds to include device-mapper 1.02.22, then re-digest & re-emerge it,

compile your kernel with:
genkernel --no-clean --makeopts=-j7 --lvm2 --evms2 --dmraid  --menuconfig all

then see how it complains about failure to remove man(manual) from /var/tmp/portage/*something 

code-snippet:
rm -r "${TEMP}/device-mapper/man" ||
			gen_die 'Could not remove manual pages!'

temporary fix:
use older device-mapper

please investigate & fix if possible :)

tested with:
genkernel 3.4.9_pre3 & 3.4.8-r3
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-10-17 05:12:49 UTC
(In reply to comment #0)
> modify genkernel-ebuilds to include device-mapper 1.02.22, then re-digest &
> re-emerge it,

Do not do this, this is not supported in any way.
Comment 2 Chris Gianelloni (RETIRED) gentoo-dev 2007-11-01 00:46:43 UTC
OK.  I've added a fix for this to SVN.
Comment 3 Chris Gianelloni (RETIRED) gentoo-dev 2007-11-01 00:58:31 UTC
Fixed in 3.4.9_pre5...
Comment 4 Matt 2007-11-01 10:04:47 UTC
thanks :)