Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 351521 - gnome-extra/libgsf-1.14.19[gnome] does unecessary depend on gnome-vfs
Summary: gnome-extra/libgsf-1.14.19[gnome] does unecessary depend on gnome-vfs
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: GNOME Office (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-13 09:19 UTC by Xake
Modified: 2011-01-13 20:09 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Xake 2011-01-13 09:19:42 UTC
When libgsf is "./configure --with-gio --with-gnome-vfs" it emulates its gnome-vfs interface with help of gio. This makes the dependecy on gnome-vfs unecessary for libgsf when configured with gio (which the ebuild always does).
Packages that uses the gnome-vfs wrapper may still depend on gnome-vfs-headers, but that should in those cases be fixed in their ebuilds.

For reference the configure.in entry from libgsf which shows this:
http://git.gnome.org/browse/libgsf/tree/configure.in?id=LIBGSF_1_14_19#n424
Comment 1 Gilles Dartiguelongue (RETIRED) gentoo-dev 2011-01-13 17:39:05 UTC
I always wondered if there was something using the gnome-vfs part.
Comment 2 Pacho Ramos gentoo-dev 2011-01-13 20:09:15 UTC
+  13 Jan 2011; Pacho Ramos <pacho@gentoo.org> -libgsf-1.14.15.ebuild,
+  libgsf-1.14.19.ebuild:
+  gnome-vfs is not really required as explained in bug #351521 by Xake and
+  confirmed looking at upstream bug #593480. Remove old.