Bug 133703 - sys-fs/avfs-0.9.7_p20060517 version bump
Bug#: 133703 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: enhancement Priority: P2
Resolution: FIXED Assigned To: genstef@gentoo.org Reported By: pete4abw@comcast.net
Component: Ebuilds
URL:  http://sourceforge.net/projects/avf
Summary: sys-fs/avfs-0.9.7_p20060517 version bump
Keywords:  EBUILD
Status Whiteboard: 
Opened: 2006-05-18 10:28 0000
Description:   Opened: 2006-05-18 10:28 0000
After much work, and waiting for the sourceforge cvs servers to propogate, avfs
has a new version which includes an --enable-fuse option that makes it simple
to compile and install fuse support. This version also includes some additional
fuse-specific documentation. I made one major change to the ebuild which
includes a check for kernel 2.6 which is required for fuse support. I also add
a check to make sure fuse support is compiled into the kernel. I still don't
use make install since too much cruft gets installed that is completely
unneeded.

------- Comment #1 From Peter Hyman 2006-05-18 10:30:56 0000 -------
Created an attachment (id=87000) [details]
sys-fs/avfs/avfs-0.9.7_p20060517.ebuild

------- Comment #2 From Peter Hyman 2006-05-18 10:36:36 0000 -------
I left a silly echo statement in pkg_setup. Would you please remove it prior to
commit?

------- Comment #3 From Peter Hyman 2006-05-18 10:59:57 0000 -------
(From update of attachment 87000 [details])
please do not use. I think I need to install some external libraries.
Testing.....

------- Comment #4 From Peter Hyman 2006-05-18 12:03:34 0000 -------
Created an attachment (id=87004) [details]
sys-fs/avfs/avfs-0.9.7_p20060517.ebuild

OK. The `libraries' are really just a collection of wrapper scripts (borrowed
from mc with permission) that help avfs to deal with filetypes it cannot decode
internally (like iso9660). Some wrappers use external programs, but are not
dependencies. If there is a missing decoder program (like isoinfo in cdrtools),
avfs will politely return an error! So, I don't consider any of these optional
wrappers as RDEPEND. The user can check the wrapper scripts. (I also noticed
the mc ebuilds don't list programs called by wrappers as dependencies either).

------- Comment #5 From Stefan Schweizer 2006-05-18 12:17:15 0000 -------
thanks, fixed!

Sorry, I did not add the kernel check since this is the work of fuse to do.
Hope you understand this.

------- Comment #6 From Peter Hyman 2006-05-18 12:39:53 0000 -------
On reviewing the configure.in file, I think you're correct. There's nothing to
stop avfs from being built since it does not use any kernel sources or includes
when using the --enable-fuse configure option. I just thought it would be
useful since it won't work without kernel 2.6. Anyway, gave me a chance to
review linux-info.eclass and some of its functions and macros.