Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 191414 - sys-fs/obexfs need not depend on sys-fs/fuse when using in-kernel fuse
Summary: sys-fs/obexfs need not depend on sys-fs/fuse when using in-kernel fuse
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-05 17:59 UTC by Philip Kovacs
Modified: 2007-09-05 18:11 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 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.