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 622546 - distcheck fails in docs/plugins/
distcheck fails in docs/plugins/
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal blocker
: 0.10.30
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-06-23 23:53 UTC by Tim-Philipp Müller
Modified: 2010-06-24 11:57 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
fix make distcheck (2.63 KB, patch)
2010-06-24 11:42 UTC, Stefan Sauer (gstreamer, gtkdoc dev)
committed Details | Review

Description Tim-Philipp Müller 2010-06-23 23:53:43 UTC
make[2]: Leaving directory `/home/tpm/gst/git/gstreamer/gstreamer-0.10.29.1/_build'
rm -f config.status config.cache config.log configure.lineno config.status.lineno
rm -f Makefile
ERROR: files left in build directory after distclean:
./docs/plugins/scanobj-build.stamp
make[1]: *** [distcleancheck] Error 1
make[1]: Leaving directory `/home/tpm/gst/git/gstreamer/gstreamer-0.10.29.1/_build'
make: *** [distcheck] Error 1


Presumably something to do with srcdir != builddir or so? (given that the file is in git)
Comment 1 Stefan Sauer (gstreamer, gtkdoc dev) 2010-06-24 11:42:18 UTC
Created attachment 164497 [details] [review]
fix make distcheck