GNOME Bugzilla – Bug 645521
make distcheck fails with "files left in build directory" message
Last modified: 2011-03-22 15:13:29 UTC
When running make distcheck (regardless of enabling or not the Tracker backend) I get this error: ERROR: files left in build directory after distclean: ./tests/lib/telepathy/contactlist/tp-test-contactlist.gir ./tests/lib/telepathy/contactlist/tp-test-contactlist.vapi ./backends/telepathy/lib/tp-lowlevel.gir ./backends/telepathy/lib/tp-lowlevel.vapi make[1]: *** [distcleancheck] Error 1 make[1]: Leaving directory `/home/rgs/devel/folks/folks-0.5.0.1.20110322/_build' make: *** [distcheck] Error 1 The attached patch fixes the problem, although I am dubious of the approach.
Created attachment 184060 [details] [review] Add missing files to CLEANFILES
Review of attachment 184060 [details] [review]: Unfortunately, we can't do this if we want to make 'make clean' safe in release tarballs. That would suddenly add build dependencies on Vala and gobject-introspection, which we want to avoid for release tarballs.
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find. *** This bug has been marked as a duplicate of bug 643128 ***