Bug 195300 - sys-fs/fuse-2.7.0 doesn't compile with kernel 2.6.23
Bug#: 195300 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: bug-wranglers@gentoo.org Reported By: sven.koehler@gmail.com
Component: Ebuilds
URL: 
Summary: sys-fs/fuse-2.7.0 doesn't compile with kernel 2.6.23
Keywords:  
Status Whiteboard: 
Opened: 2007-10-09 22:08 0000
Description:   Opened: 2007-10-09 22:08 0000
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 From Sven 2007-10-09 22:09:46 0000 -------
Created an attachment (id=133029) [details]
build.log

build.log

------- Comment #2 From Stefan Schweizer 2007-10-09 22:19:03 0000 -------
oh, sorry. I actually forgot something there, fixed now.