Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 126415 - fuse ebuild claims to need module support even if FUSE is built info the kernel
Summary: fuse ebuild claims to need module support even if FUSE is built info the kernel
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-16 05:17 UTC by system
Modified: 2006-04-02 12:15 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 system 2006-03-16 05:17:36 UTC
*   We have detected FUSE already built into the kernel.
We will continue, but we wont build the module this time.
 * Please check to make sure these options are set correctly.
 * Failure to do so may cause unexpected problems.
 * These sources do not support loading external modules.
 * to be able to use this module please enable "Loadable modules support"
 * in your kernel, recompile and then try merging this module again.

!!! ERROR: sys-fs/fuse-2.5.2 failed.

changing .config to "enable" loadable module support allows to emerge it with minor warnings but in a fully functional state
Comment 1 Stefan Schweizer (RETIRED) gentoo-dev 2006-03-25 17:55:50 UTC
johnm: can we solve this in linux-mod eclass somehow?
Comment 2 John Mylchreest (RETIRED) gentoo-dev 2006-03-26 02:21:22 UTC
This has been raised a few times actually. Its a bit of an odd one, since linux-mod would typically always require CONFIG_MODULES.

Its caused by linux-mod_pkg_setup:check_modules_supported() so as a quick work-around I would say, copy the linux-mod pkg_setup and remove that check if linux_chkconfig_builtin FUSE returns 0.

I'm not particularly wanting to implement another env_var to bypass the check at the moment, because there are very few ebuilds effected, but I'm open to suggestions.
Comment 3 John Mylchreest (RETIRED) gentoo-dev 2006-04-02 12:14:46 UTC
there is an eclass fix just hitting cvs for this now.
Thanks.
Comment 4 John Mylchreest (RETIRED) gentoo-dev 2006-04-02 12:15:05 UTC
and now im selecting the right thing and closing :)