Subject: | t/GstBuffer.t fails on Debian/testing |
I am using Debian/testing (I think we use Gstreamer-0.8) and t/GstBuffer.t fails as follows:
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/Gst.................ok
t/GstBin..............ok
t/GstBuffer...........ok 1/14
(process:10723): GStreamer-CRITICAL **: gst_registry_add_path: assertion `GST_IS_REGISTRY (registry)' failed
t/GstBuffer...........dubious
Test returned status 0 (wstat 11, 0xb)
DIED. FAILED tests 13-14
Failed 2/14 tests, 85.71% okay
t/GstCaps.............ok
t/GstClock............ok
t/GstData.............ok
t/GstElement..........ok
t/GstEvent............ok
t/GstFormat...........ok
t/GstIndex............ok
t/GstObject...........ok
t/GstPad..............ok
t/GstParse............ok
t/GstPipeline.........ok
t/GstPlugin...........ok
t/GstPluginFeature....ok
t/GstQuery............ok
t/GstRegistry.........ok
t/GstRegistryPool.....ok
t/GstScheduler........ok
t/GstStructure........ok
t/GstTag..............ok
t/GstTagSetter........ok
t/GstThread...........ok
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/GstBuffer.t 0 11 14 4 28.57% 13-14
Failed 1/24 test scripts, 95.83% okay. 2/320 subtests failed, 99.38% okay.
make: *** [test_dynamic] Error 255
/usr/bin/make test -- NOT OK
Running make install
make test had returned bad status, won't install without force
metaperl@pool-71-109-151-76:/$