Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 57469 - sys-fs/lufs-0.9.7-r2 failure on 2.6 kernel and USE flag typo
Summary: sys-fs/lufs-0.9.7-r2 failure on 2.6 kernel and USE flag typo
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High blocker
Assignee: Peter Johanson (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-18 03:59 UTC by Matthew Kasa (RETIRED)
Modified: 2004-12-14 10:15 UTC (History)
3 users (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 Matthew Kasa (RETIRED) gentoo-dev 2004-07-18 03:59:36 UTC
With sys-fs/lufs-0.9.7-r2.ebuild on a new 2.6 system, the emerge fails with the 'disablekernelsupport' USE flag on an "Incompatible kernel setup" error called by kmod_make_linux_writable, this should not happen when using the 'disablekernelsupport' USE flag as only the userspace tools should be built/installed, no kernel modules.

Secondary to this issue is the fact that in the src_install function, 'nokernelsupport' is referenced instead of the actual local USE flag 'disablekernelsupport'.

Wrapping the kmod_make_linux_writable calls in use disablekernelsupport conditionals still fails as kmod_make_linux_writable is still getting called somewhere, even though all the kmod.eclass provided functions are being overridden.

I've set the blocker severity as this issue prevents someone who has compiled LUFS support into their kernel from using LUFS at all.
Comment 1 Stefan Schweizer (RETIRED) gentoo-dev 2004-10-12 03:59:05 UTC
Can you please try if this is fixed by Bug 67212, comment if it works and add a dependency?
Comment 2 Stefan Schweizer (RETIRED) gentoo-dev 2004-12-14 10:15:21 UTC
lufs uses fuse now for kernel support. Thank you for reporting.