Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 195300 - sys-fs/fuse-2.7.0 doesn't compile with kernel 2.6.23
Summary: sys-fs/fuse-2.7.0 doesn't compile with kernel 2.6.23
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: kernel-2.6.23
  Show dependency tree
 
Reported: 2007-10-09 22:08 UTC by Sven
Modified: 2007-10-09 22:19 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,36.03 KB, text/plain)
2007-10-09 22:09 UTC, Sven
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sven 2007-10-09 22:08:48 UTC
Hi,

first, the ebuild complains, that kernel 2.6.23 is too new. The ebuild suggests, that i should should build the module included with the kernel.

After doing so, the ebuild starts to compile. But actually the buildsystem of fuse detects, that the kernel-builtin module is turned on, and doesn't compile the fuse module. But still, the ebuild trys to install that module which fails with "file fuse.ko not found" basically.

So the ebuild should be changed, so that only the library is compiled and installed if the kernel-builtin module is used.


I will attach the build.log in a minute.
Comment 1 Sven 2007-10-09 22:09:46 UTC
Created attachment 133029 [details]
build.log

build.log
Comment 2 Stefan Schweizer (RETIRED) gentoo-dev 2007-10-09 22:19:03 UTC
oh, sorry. I actually forgot something there, fixed now.