Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 159573 - sys-fs/fuse - patch to build on 2.6.20+ kernels
Summary: sys-fs/fuse - patch to build on 2.6.20+ kernels
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Stefan Schweizer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: kernel-2.6.20
  Show dependency tree
 
Reported: 2006-12-31 06:51 UTC by genbug
Modified: 2007-02-07 09:06 UTC (History)
2 users (show)

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


Attachments
patch to build sys-fs/fuse on 2.6.20 kernels (fuse-2.6.1-kernel-fix.patch,1.41 KB, patch)
2006-12-31 06:52 UTC, genbug
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description genbug 2006-12-31 06:51:41 UTC
due to ever changing kernel data structures and renaming fuse was not building on 2.6.20-rc2-mm1 (and almost certainly other recent kernels)

here's a fix based on lkml postings about the changes.
Comment 1 genbug 2006-12-31 06:52:51 UTC
Created attachment 105040 [details, diff]
patch to build sys-fs/fuse on 2.6.20 kernels
Comment 2 Daniel Fullmer 2007-01-14 03:13:28 UTC
Patch works for me
Comment 3 Stefan Schweizer (RETIRED) gentoo-dev 2007-01-24 09:18:31 UTC
DOes it also work on kernels <2.6.20? Should still compile on 2.6.16 or 2.6.19
Comment 4 genbug 2007-01-24 10:24:10 UTC
currenty have fuse build with this patch on 2.6.17-no2 , compiles and passes simple test of mounting an ntfs partition with ntfs3g and runs ls on the mounted fs.

Comment 5 Stefan Schweizer (RETIRED) gentoo-dev 2007-02-05 09:40:10 UTC
thanks, I committed the patch and fixed this.