Tags: sid + patch
User: debian-m...@lists.debian.org
Usertags: mips-patch

Hello, 

Package failure is caused by execution of check_UNIT_SignalStats_TEST  before 
UNIT_SignalStats_TEST has finished its job.
If test are run one by one test run is successful.

I have created a patch that prevent execution of tests in parallel.
With this patch included package does build from source successfully.

I have tested patch on mips, but i think that this patch should also resolve 
issue on armel.

Please include this patch.

Thank you!

Regards,
Jurica
diff -upNr ignition-math2-2.2.3+dfsg1-orig/debian/rules ignition-math2-2.2.3+dfsg1/debian/rules
--- ignition-math2-2.2.3+dfsg1-orig/debian/rules	2015-09-18 01:14:38.000000000 +0200
+++ ignition-math2-2.2.3+dfsg1/debian/rules	2015-12-10 21:11:41.639632078 +0100
@@ -17,5 +17,8 @@ override_dh_auto_configure:
 override_dh_strip:
 	dh_strip -a --dbg-package=libignition-math2-dbg
 
+override_dh_auto_test:
+	dh_auto_test $@ --no-parallel --buildsystem=cmake
+
 %:
 	dh $@ --parallel --buildsystem=cmake
-- 
debian-science-maintainers mailing list
debian-science-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-science-maintainers

Reply via email to