GNOME Bugzilla – Bug 757087
splitmux: unit test fails due to missing files
Last modified: 2015-10-25 13:57:23 UTC
Upgrading from 1.4.5: [...] Running suite(s): splitmux ERROR from element source: Found no files matching the pattern. Debugging info: /var/tmp/portage/portage/media-libs/gst-plugins-good-1.6.0/work/gst-plugins-good-1.6.0/gst/multifile/gstsplitmuxsrc.c(685): gst_splitmux_src_start (): /GstPlayBin:playbin0/GstURIDecodeBin:uridecodebin0/GstSplitMuxSrc:source: Failed to find files in '/var/tmp/portage/portage/media-libs/gst-plugins-good-1.6.0/work/gst-plugins-good-1.6.0/tests/files' for pattern 'splitvideo*.ogg' 50%: Checks: 2, Failures: 1, Errors: 0 /var/tmp/portage/portage/media-libs/gst-plugins-good-1.6.0/work/gst-plugins-good-1.6.0/tests/check/elements/splitmux.c:142:F:general:test_splitmuxsrc:0: Assertion 'GST_MESSAGE_TYPE (msg) == GST_MESSAGE_EOS' failed FAIL elements/splitmux (exit status: 1) And sure enough files are not distributed, they are missing from the EXTRA_DIST target in tests/files/Makefile.am
See, this is why the person rolling the release tarballs is supposed to run 'make distcheck' ;) Fixed, thanks: commit 48d810ea2635db7dc7c882a393439966acaae00d Author: Jan Schmidt <jan@centricular.com> Date: Mon Oct 26 00:41:28 2015 +1100 check: Dist splitvideo0[012].ogg test files.