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 657504 - gtk-doc distcheck failure: files left in build directory after distclean:
gtk-doc distcheck failure: files left in build directory after distclean:
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal blocker
: 0.10.36
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-08-27 13:42 UTC by Tim-Philipp Müller
Modified: 2011-09-06 18:25 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
clean $(content_files) (663 bytes, patch)
2011-09-05 13:20 UTC, Stefan Sauer (gstreamer, gtkdoc dev)
committed Details | Review

Description Tim-Philipp Müller 2011-08-27 13:42:52 UTC
ERROR: files left in build directory after distclean:
./docs/libs/compiling.sgml
./docs/libs/gst-plugins-base-libs-overrides.txt
Comment 1 Stefan Sauer (gstreamer, gtkdoc dev) 2011-09-05 13:19:02 UTC
I does not happen for me. Could you try a git submodule update?

Regarding the overrides.txt - this is getting removed on distclean:
http://cgit.freedesktop.org/gstreamer/common/tree/gtk-doc.mak#n160

compiling.sgml is listed in content_files and that should indeed be removed. Could you try the attached patch?
Comment 2 Stefan Sauer (gstreamer, gtkdoc dev) 2011-09-05 13:20:38 UTC
Created attachment 195693 [details] [review]
clean $(content_files)
Comment 3 Tim-Philipp Müller 2011-09-06 13:02:31 UTC
Progress, now I get:

ERROR: files left in build directory after distclean:
./docs/libs/gst-plugins-base-libs-overrides.txt
Comment 4 Tim-Philipp Müller 2011-09-06 13:31:53 UTC
> I does not happen for me. Could you try a git submodule update?

Is up-to-date.

> Regarding the overrides.txt - this is getting removed on distclean:
> http://cgit.freedesktop.org/gstreamer/common/tree/gtk-doc.mak#n160

I'm not sure that rule is run for me at all, or maybe just not the srcdir != builddir bits, don't see anything in the logs anyway.
Comment 5 Stefan Sauer (gstreamer, gtkdoc dev) 2011-09-06 18:15:07 UTC
commit 284fec1d12473ae3c7b9fab85066149f22425689
Author: Stefan Sauer <ensonic@users.sf.net>
Date:   Tue Sep 6 20:13:30 2011 +0200

    docs: activate overrides file to fix make distcheck
Comment 6 Tim-Philipp Müller 2011-09-06 18:25:58 UTC
Haha, that was just too obvious I guess! Thanks for fixing this.