[Bug 794069] New: gtk-doc output does not build reproducibly
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Mon Mar 5 05:11:59 UTC 2018
https://bugzilla.gnome.org/show_bug.cgi?id=794069
Bug ID: 794069
Summary: gtk-doc output does not build reproducibly
Classification: Platform
Product: GStreamer
Version: unspecified
OS: Linux
Status: NEW
Severity: normal
Priority: Normal
Component: gst-plugins-bad
Assignee: gstreamer-bugs at lists.freedesktop.org
Reporter: gnomebmw at lsmod.de
QA Contact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
Originally filed at https://bugzilla.opensuse.org/show_bug.cgi?id=1048207
We noticed that there were random small variations in gtk-doc output for the
gstreamer-plugins-bad package.
These can be fixed with this trivial patch:
--- gst-plugins-bad-1.12.4.orig/common/gtk-doc-plugins.mak
+++ gst-plugins-bad-1.12.4/common/gtk-doc-plugins.mak
@@ -311 +311 @@ endif
-inspect_files = $(shell find $(srcdir)/$(INSPECT_DIR) -name '*.xml')
+inspect_files = $(sort $(shell find $(srcdir)/$(INSPECT_DIR) -name '*.xml'))
For background-information, see also
https://github.com/bmwiedemann/theunreproduciblepackage/tree/master/readdir
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list