Bug 200053 - sys-fs/fuse-2.7.1 supports 2.6.23, but won't install
Bug#: 200053 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: genstef@gentoo.org Reported By: gentoo@obfusc8.org
Component: Core system
URL: 
Summary: sys-fs/fuse-2.7.1 supports 2.6.23, but won't install
Keywords:  
Status Whiteboard: 
Opened: 2007-11-23 08:44 0000
Description:   Opened: 2007-11-23 08:44 0000
sys-fs/fuse-2.7.1 should have the supported kernel version bumped to ge 2 6 24,
see attached patch

Reproducible: Always

Steps to Reproduce:
1. emerge =sys-fs/fuse-2.7.1
Actual Results:  
Dies with:
* Checking for suitable kernel configuration options...
*   You need to build the FUSE module from the kernel source, because your
kernel is too new


Expected Results:  
Compiles, installs

------- Comment #1 From Peter Fern 2007-11-23 08:47:51 0000 -------
Created an attachment (id=136741) [details]
fuse-2.7.1-fix-2.6.23.patch

Short patch for kernel version bump

------- Comment #2 From Farid 2007-12-04 17:48:40 0000 -------
Why is this not in portage yet, even though 2.6.23 kernel is marked stable?

------- Comment #3 From Daniel Drake 2007-12-04 21:08:39 0000 -------
I'm not a fuse maintainer, but the package you are trying is in the testing
tree, and by using that tree you can expect the occasional issue now and then.
The stable fuse version should work fine on 2.6.23.

------- Comment #4 From Peter Fern 2007-12-05 02:58:19 0000 -------
(In reply to comment #3)
> I'm not a fuse maintainer, but the package you are trying is in the testing
> tree, and by using that tree you can expect the occasional issue now and then.
> The stable fuse version should work fine on 2.6.23.
> 

As far as I'm aware, support for 2.6.23 was only finalised in 2.7.1, with 2.7.0
requiring a patch for 2.6.23 support due to changes in kmem_cache_create and
some other minor stuff.  I can provide the relevant patches against 2.7.0, but
it seems more sensible to update and stabalise the 2.7.1(-r1) ebuild.  Also,
the 2.7.0 ebuild has the 'ge 2 6 23' restriction applied, so no, for multiple
reasons the currently stable version of fuse will NOT work with the currently
stable kernel sources.  Please check your facts before steering users wrong.

------- Comment #5 From Vlastimil Babka (Caster) 2007-12-05 06:32:58 0000 -------
(In reply to comment #4)
> so no, for multiple
> reasons the currently stable version of fuse will NOT work with the currently
> stable kernel sources.  Please check your facts before steering users wrong.

He probably meant that the userland part would work with kernel module from the
kernel tree itself and not from the ebuild. It doesn't, or compiling kernel
module from ebuild has other advantages?

------- Comment #6 From Daniel Drake 2007-12-05 08:55:36 0000 -------
I assumed 2.7.0 was unaffected due to the resolution of bug #195300. If that is
not true, please comment on that bug so that it can be reopened.

------- Comment #7 From Peter Fern 2007-12-10 03:29:28 0000 -------
(In reply to comment #6)
> I assumed 2.7.0 was unaffected due to the resolution of bug #195300. If that is
> not true, please comment on that bug so that it can be reopened.
> 

The solution there is to use the in-kernel fuse module.  Resolution of this bug
will yield a fully function fuse build without the need for kernel
recompilation.

------- Comment #8 From Vlastimil Babka (Caster) 2007-12-18 10:10:00 0000 -------
Because there was no response from the maintainer on this bug, and even a new
versions of fuse was commited yesterday, I just went and commited the change.
However, a stabilization of 2.7.1 should be considered, as 2.6.23 is already
stable.

------- Comment #9 From Stefan Schweizer 2008-03-11 20:38:40 0000 -------
thanks :-)