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 764686 - build failure after "make distclean"
build failure after "make distclean"
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: .General
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2016-04-06 15:11 UTC by Olivier Fourdan
Modified: 2016-04-08 15:10 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
[PATCH] test: do not remove files on distclean (724 bytes, patch)
2016-04-06 17:46 UTC, Olivier Fourdan
committed Details | Review

Description Olivier Fourdan 2016-04-06 15:11:53 UTC
gtk+ won't build after a make distclean

$ make distclean
$ git status

  	deleted:    testsuite/a11y/state/focus1.in
	deleted:    testsuite/a11y/state/focus1.out
	deleted:    testsuite/a11y/state/focus1.ui
	deleted:    testsuite/a11y/state/focus2.in
	deleted:    testsuite/a11y/state/focus2.out
	deleted:    testsuite/a11y/state/focus2.ui

$ make
...
Making all in state
make[4]: Entering directory '/home/ofourdan/src/gnome/gtk+/testsuite/a11y/state'
make[4]: *** No rule to make target 'focus1.ui', needed by 'all-am'.  Stop.
make[4]: Leaving directory '/home/ofourdan/src/gnome/gtk+/testsuite/a11y/state'
Makefile:915: recipe for target 'all-recursive' failed
...
Comment 1 Matthias Clasen 2016-04-06 15:34:41 UTC
You could just fix it... seems obvious enough
Comment 2 Olivier Fourdan 2016-04-06 15:44:54 UTC
Yeah, sure, I will, I'm just in the middle of something else so I filed the bug before I forget :)
Comment 3 Olivier Fourdan 2016-04-06 17:46:05 UTC
Created attachment 325503 [details] [review]
[PATCH] test: do not remove files on distclean
Comment 4 Matthias Clasen 2016-04-08 13:41:14 UTC
Review of attachment 325503 [details] [review]:

sure
Comment 5 Olivier Fourdan 2016-04-08 15:10:08 UTC
Comment on attachment 325503 [details] [review]
[PATCH] test: do not remove files on distclean

attachment 325503 [details] [review] pushed to master as commit b3ca11a6 and to gtk-3-20 as commit 0922d40 - test: do not remove files on distclean
Comment 6 Olivier Fourdan 2016-04-08 15:10:27 UTC
Closing