After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 522462 - Drop gnomevfs dependency
Drop gnomevfs dependency
Status: RESOLVED FIXED
Product: Gnumeric
Classification: Applications
Component: Compilation
git master
Other All
: Normal normal
: ---
Assigned To: Jody Goldberg
Jody Goldberg
Depends on: 522458
Blocks:
 
 
Reported: 2008-03-14 16:58 UTC by Morten Welinder
Modified: 2008-12-02 19:37 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Morten Welinder 2008-03-14 16:58:56 UTC
Use glib's gio if available.  Mostly a job for libgsf and goffice, but
somehow we still have these:

# find . -name '*.[chy]' -print | xargs -n100 grep vfs ./src/libgnumeric.c:#include <libgnomevfs/gnome-vfs-init.h>
./src/libgnumeric.c:    gnome_vfs_init ();
Comment 1 J.H.M. Dassen (Ray) 2008-08-28 21:18:21 UTC
AFAICT, for libgsf and goffice, this is completed in trunk.
Comment 2 Morten Welinder 2008-08-29 01:27:38 UTC
We still pull it in.  Something in libgsf, I think, causes this.
Comment 3 Morten Welinder 2008-08-29 01:48:59 UTC
libgsf fixed.  I still get it pulled in from libbonobo, libgnomeui, and
libgnome.
Comment 4 Morten Welinder 2008-12-02 19:37:12 UTC
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.