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 529704 - gnome-desktop is not compiling on jhbuild
gnome-desktop is not compiling on jhbuild
Status: VERIFIED FIXED
Product: gnome-desktop
Classification: Core
Component: general
git master
Other All
: Normal normal
: ---
Assigned To: Desktop Maintainers
Desktop Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-04-24 11:39 UTC by Xabier Rodríguez Calvar
Modified: 2008-05-08 16:00 UTC
See Also:
GNOME target: ---
GNOME version: 2.23/2.24


Attachments
Creates foundation-members.list file if it couldn't be copied (528 bytes, patch)
2008-04-24 11:41 UTC, Xabier Rodríguez Calvar
none Details | Review

Description Xabier Rodríguez Calvar 2008-04-24 11:39:43 UTC
Please describe the problem:
If you compile gnome-desktop it stops because it cannot find gnome-about/foundation-members.list

Steps to reproduce:
1. jhbuild build gnome-desktop

Actual results:
gvfs-copy program exists but it fails to copy the file so it doesn't exist in the end and the else is not getting executed in autogen.sh

Expected results:
I'd expect that it creates the file in case it couldn't copy it.

Does this happen every time?
Always

Other information:
Comment 1 Xabier Rodríguez Calvar 2008-04-24 11:41:37 UTC
Created attachment 109816 [details] [review]
Creates foundation-members.list file if it couldn't be copied
Comment 2 Xabier Rodríguez Calvar 2008-04-24 11:42:47 UTC
There was already a bug 517539 about that but I couldn't reopen it, so I created this bug and attached a patch.
Comment 3 Vincent Untz 2008-04-24 15:45:59 UTC
How come it fails to copy the file? It should work if gvfs is compiled with libsoup.
Comment 4 Xabier Rodríguez Calvar 2008-04-24 15:55:00 UTC
Error copying file http://api.gnome.org/gnome-about/foundation-members: DBus error org.freedesktop.DBus.Error.ServiceUnknown: The name org.gtk.vfs.Daemon was not provided by any .service files
Comment 5 Vincent Untz 2008-04-24 16:43:46 UTC
Ah, you'd need to ask some gvfs people, but it sounds like something is broken in the setup.

Anyway, it doesn't mean we shouldn't fix the problem in gnome-desktop... Will commit the fix next week (when I come back from Guademy)
Comment 6 Vincent Untz 2008-05-05 14:54:01 UTC
Fixed.