Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 38149 - sys-fs/lufs-0.9.7-r3 does not enable gvfs filesystem when only gnome-2 is installed
Summary: sys-fs/lufs-0.9.7-r3 does not enable gvfs filesystem when only gnome-2 is ins...
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Peter Johanson (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on: 67212
Blocks:
  Show dependency tree
 
Reported: 2004-01-14 01:53 UTC by Ed Catmur
Modified: 2005-01-20 12:20 UTC (History)
2 users (show)

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


Attachments
Patch to enable gnome 2 support (lufs-0.9.7-enable-gnome-2.patch,3.01 KB, patch)
2004-01-14 02:00 UTC, Ed Catmur
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ed Catmur 2004-01-14 01:53:48 UTC
The current lufs checks for gnome 1 libraries to determine whether to compile in
gnome VFS support.

However, modifying it to enable the use of either gnome 1 or gnome 2 as available 
is trivial, requiring a minimum of alteration to configure.in and source code.

I have submitted the patch to http://sourceforge.net/projects/lufs and will now post it here.
Comment 1 Ed Catmur 2004-01-14 02:00:28 UTC
Created attachment 23787 [details, diff]
Patch to enable gnome 2 support

I have tested this patch in an ebuild (my system: Linux 2.6.1-gentoo-r1 i686
AMD 
Athlon(tm) XP 1700+ AuthenticAMD GNU/Linux, Gnome 2.4.1) and it works fine.

As it patches configure.in, the updated ebuild needs to execute autoconf after 

patching. autoconf-2.59 works but is not the version the author used to 
generate the distributed package: a patch to configure would be excessively 
large unless one were to use the same version of autoconf.
Comment 2 Stefan Schweizer (RETIRED) gentoo-dev 2004-10-12 03:57:06 UTC
Can you please try if this is fixed by Bug 67212, comment if it works and add a dependency?
Comment 3 Ed Catmur 2004-10-12 17:50:17 UTC
67212 seems to work fine.

In your lufs ebuild you have unpack ${A}; this tries to unpack vlfs-0.3.diff and fails. You might consider gzipping the diff, or using unpack ${P}.tar.gz.
Comment 4 Stefan Schweizer (RETIRED) gentoo-dev 2004-10-13 01:50:41 UTC
I have seen the error in other offizial ebuilds too, but I think its  godd idea to make it unpack  ${P}.tar.gz, what do you think?
Comment 5 Stefan Schweizer (RETIRED) gentoo-dev 2004-12-14 10:08:59 UTC
I have added it to portage, however I left this file system out from the filesystems-to-be-built list, as it failed, when I tried to mount it with lufs. Can you please try to modify the filesystems target in the ebuild in portage and test if it works for you?
Comment 6 Stefan Schweizer (RETIRED) gentoo-dev 2005-01-20 12:20:37 UTC
You can use kio-slaves bindings for fuse now to achieve that I think .. anyway if you have still interest in this (old obsolete)method to mount, please test and reopen.