Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 159573

Summary: sys-fs/fuse - patch to build on 2.6.20+ kernels
Product: Gentoo Linux Reporter: genbug
Component: New packagesAssignee: Stefan Schweizer (RETIRED) <genstef>
Status: RESOLVED FIXED    
Severity: enhancement CC: cgibreak, sven.koehler
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 163825    
Attachments: patch to build sys-fs/fuse on 2.6.20 kernels

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.