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 671270 - make distclean failures
make distclean failures
Status: RESOLVED FIXED
Product: glib
Classification: Platform
Component: build
2.31.x
Other Linux
: Normal normal
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2012-03-03 20:38 UTC by Michael Biebl
Modified: 2012-03-04 06:36 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
[PATCH] build: Fix failure on "make distclean" (656 bytes, patch)
2012-03-03 20:40 UTC, Michael Biebl
accepted-commit_now Details | Review

Description Michael Biebl 2012-03-03 20:38:24 UTC
When running 
./configure && make distclean (i.e. not a full build), I get the following error:

...
test -z "applications/mimeinfo.cache org.gtk.test.enums.xml de/LC_MESSAGES/test.mo test.mo test.gresource test_resources.c gsettings.store gschemas.compiled schema-source/gschemas.compiled" || rm -f applications/mimeinfo.cache org.gtk.test.enums.xml de/LC_MESSAGES/test.mo test.mo test.gresource test_resources.c gsettings.store gschemas.compiled schema-source/gschemas.compiled
rm -r xdgdatahome xdgdatadir
rm: cannot remove `xdgdatahome': No such file or directory
rm: cannot remove `xdgdatadir': No such file or directory
make[3]: *** [distclean-local] Error 1
make[3]: Leaving directory `/home/michael/git/glib/gio/tests'
make[2]: *** [distclean-recursive] Error 1
make[2]: Leaving directory `/home/michael/git/glib/gio/tests'
make[1]: *** [distclean-recursive] Error 1
make[1]: Leaving directory `/home/michael/git/glib/gio'
make: *** [distclean-recursive] Error 1

The attached patch should fix that.
Comment 1 Michael Biebl 2012-03-03 20:40:47 UTC
Created attachment 208920 [details] [review]
[PATCH] build: Fix failure on "make distclean"
Comment 2 Matthias Clasen 2012-03-04 06:03:33 UTC
Review of attachment 208920 [details] [review]:

ok
Comment 3 Michael Biebl 2012-03-04 06:36:57 UTC
(In reply to comment #2)
> Review of attachment 208920 [details] [review]:
> 
> ok

Thanks for the review. Pushed to master