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 671664 - gio-querymodules: unlink instead of writing empty cache
gio-querymodules: unlink instead of writing empty cache
Status: RESOLVED FIXED
Product: glib
Classification: Platform
Component: gio
unspecified
Other All
: Normal normal
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2012-03-08 16:54 UTC by Allison Karlitskaya (desrt)
Modified: 2012-03-08 17:08 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
gio-querymodules: unlink instead of writing empty cache (1.63 KB, patch)
2012-03-08 17:02 UTC, Allison Karlitskaya (desrt)
none Details | Review
gio-querymodules: unlink instead of writing empty cache (1.65 KB, patch)
2012-03-08 17:07 UTC, Allison Karlitskaya (desrt)
committed Details | Review

Description Allison Karlitskaya (desrt) 2012-03-08 16:54:59 UTC
If there are no modules installed then the most appropriate thing is to have no cachefile instead of an empty one.  This unbreaks the "clean directory after 'make uninstall'" check that automake does.
Comment 1 Allison Karlitskaya (desrt) 2012-03-08 17:02:54 UTC
Created attachment 209263 [details] [review]
gio-querymodules: unlink instead of writing empty cache

If there are no modules installed then the most appropriate thing is to
have no cachefile instead of an empty one.  This unbreaks the "clean
directory after 'make uninstall'" check that automake does.
Comment 2 Allison Karlitskaya (desrt) 2012-03-08 17:07:20 UTC
Created attachment 209264 [details] [review]
gio-querymodules: unlink instead of writing empty cache

If there are no modules installed then the most appropriate thing is to
have no cachefile instead of an empty one.  This unbreaks the "clean
directory after 'make uninstall'" check that automake does.