Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 191414

Summary: sys-fs/obexfs need not depend on sys-fs/fuse when using in-kernel fuse
Product: Gentoo Linux Reporter: Philip Kovacs <pkdevel>
Component: New packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Philip Kovacs 2007-09-05 17:59:59 UTC
There is a runtime dep in the obexfs ebuild for the external fuse module:

>=sys-fs/fuse-2.6.4

and a (conflicting) postinst kernel check for the in-kernel fuse module:
       
# Check kernel configuration
local CONFIG_CHECK="~FUSE_FS"
check_extra_config

The ebuild ought not pull in the external fuse module if the in-kernel module is being used, nor should you issue the warning about requiring the in-kernel fuse module when using the external sys-fs/fuse.


Reproducible: Always
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-09-05 18:06:03 UTC
Yeah, except that the kernel module doesn't provide the libs that sys-fs/fuse does.
Comment 2 Philip Kovacs 2007-09-05 18:11:23 UTC
you're right.  sorry. 

i just read the sys-fs/fuse ebuild and i see how it does not build the kernel module if it detects that module in the kernel config already.