Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 167244 - sys-fs/fuse-2.6.0_rc1 not compiling with sys-kernel/gentoo-sources-2.6.19-r5
Summary: sys-fs/fuse-2.6.0_rc1 not compiling with sys-kernel/gentoo-sources-2.6.19-r5
Status: RESOLVED DUPLICATE of bug 150978
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-16 18:36 UTC by Markus
Modified: 2007-02-16 18:38 UTC (History)
0 users

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


Attachments
emerge --info (emerge.info,3.85 KB, text/plain)
2007-02-16 18:38 UTC, Markus
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Markus 2007-02-16 18:36:09 UTC
I emerged the currently stable kernel and re-emerged the needed modules. Fuse is one of them.
But the proccess fails with the following error:

make -C /usr/src/linux M=/var/tmp/portage/sys-fs/fuse-2.6.0_rc1/work/fuse-2.6.0-rc1/kernel  modules
make[1]: Entering directory `/usr/src/linux-2.6.19-gentoo-r5'
  CC [M]  /var/tmp/portage/sys-fs/fuse-2.6.0_rc1/work/fuse-2.6.0-rc1/kernel/dev.o
  CC [M]  /var/tmp/portage/sys-fs/fuse-2.6.0_rc1/work/fuse-2.6.0-rc1/kernel/dir.o
/var/tmp/portage/sys-fs/fuse-2.6.0_rc1/work/fuse-2.6.0-rc1/kernel/dev.c:1094: error: unknown field 'readv' specified in initializer
/var/tmp/portage/sys-fs/fuse-2.6.0_rc1/work/fuse-2.6.0-rc1/kernel/dev.c:1094: warning: initialization from incompatible pointer type
/var/tmp/portage/sys-fs/fuse-2.6.0_rc1/work/fuse-2.6.0-rc1/kernel/dev.c:1096: error: unknown field 'writev' specified in initializer
/var/tmp/portage/sys-fs/fuse-2.6.0_rc1/work/fuse-2.6.0-rc1/kernel/dev.c:1096: warning: initialization from incompatible pointer type
make[2]: *** [/var/tmp/portage/sys-fs/fuse-2.6.0_rc1/work/fuse-2.6.0-rc1/kernel/dev.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [_module_/var/tmp/portage/sys-fs/fuse-2.6.0_rc1/work/fuse-2.6.0-rc1/kernel] Error 2
make[1]: Leaving directory `/usr/src/linux-2.6.19-gentoo-r5'
make: *** [all-spec] Error 2

!!! ERROR: sys-fs/fuse-2.6.0_rc1 failed.
Call stack:
  ebuild.sh, line 1614:   Called dyn_compile
  ebuild.sh, line 971:   Called qa_call 'src_compile'
  environment, line 4399:   Called src_compile
  fuse-2.6.0_rc1.ebuild, line 46:   Called linux-mod_src_compile
  linux-mod.eclass, line 510:   Called die

!!! Unable to make  majver=2.6
                          fusemoduledir=//lib/modules/2.6.19-gentoo-r5/fs all.
!!! If you need support, post the topmost build error, and the call stack if relevant.
!!! A complete build log is located at '/var/log/portage/sys-fs:fuse-2.6.0_rc1:20070216-182939.log'.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-02-16 18:38:11 UTC

*** This bug has been marked as a duplicate of bug 150978 ***
Comment 2 Markus 2007-02-16 18:38:16 UTC
Created attachment 110403 [details]
emerge --info