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.