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 311595 - Missing gnome-mime-data dependency in the gnome-vfs module for GNOME 2.12
Missing gnome-mime-data dependency in the gnome-vfs module for GNOME 2.12
Status: RESOLVED FIXED
Product: jhbuild
Classification: Infrastructure
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: James Henstridge
Jhbuild QA
Depends on:
Blocks:
 
 
Reported: 2005-07-26 14:06 UTC by Jeremy Tan
Modified: 2005-08-16 15:52 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jeremy Tan 2005-07-26 14:06:20 UTC
Please describe the problem:
There is a missing dependency (gnome-mime-data) for the gnome-vfs module in the moduleset 
for GNOME-2.12. I had to manually add the entry into gnome-2.12 moduleset in order to get 
gnome-vfs to compile.

Steps to reproduce:
1. make a clean checkout of jhbuild from cvs
2. compile meta-gnome-desktop


Actual results:
gnome-vfs fails to compile because of a missing dependency

Expected results:
gnome-vfs should compile without complaining about missing dependencies at configure

Does this happen every time?
yes.

Other information:
let me know if a patch is need. I can make a diff and attach it here since i've already added the 
module into "gnome-2.12.modules" in order to make gnome-vfs happy.
Comment 1 James Henstridge 2005-07-26 14:35:57 UTC
Vincent?

2005-07-13  Vincent Untz  <vuntz@gnome.org>

        * modulesets/gnome-2.12.modules: kill gnome-mime-data
Comment 2 Vincent Untz 2005-08-12 13:11:14 UTC
Sorry for the delay
Bastien told me gnome-mime-data was not needed anymore. Bastien?
Comment 3 Bastien Nocera 2005-08-12 13:13:04 UTC
gnome-vfs shouldn't be using gnome-mime-data anymore. However, this is more of a
question for the gnome-vfs maintainers than for me.
Comment 4 Elijah Newren 2005-08-12 14:37:09 UTC
Adding gnome-vfs-maint to the cc list then...
Comment 5 Vincent Untz 2005-08-16 09:02:18 UTC
I looked a bit at the code, and it seems that gnome-vfs still needs
gnome-vfs.applications that comes from gnome-mime-data.

*sigh*
Comment 6 Vincent Untz 2005-08-16 09:06:00 UTC
Actually, this code (gnome-vfs-application-registry.c) is deprecated.
Comment 7 James Henstridge 2005-08-16 09:37:06 UTC
Deprecated does not mean gone.  Vincent: could you add the dependency back in
jhbuild?

Merging gnome-vfs.applications into gnome-vfs is probably not the right solution
here, since it was split out specifically so that it could be shared between
gnome-vfs-1.x and gnome-vfs-2.x -- merging it back in would make packagers' jobs
more difficult (of course, this particular problem is becoming less and less
important as time goes on).
Comment 8 Vincent Untz 2005-08-16 15:52:42 UTC
Done.
Closing the bug.