Bug#789826: ignition-math2: FTBFS: test suite fails on some platforms

2015-12-10 Thread Jurica Stanojkovic
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.0 +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


Bug#789826: ignition-math2: FTBFS: test suite fails on some platforms

2015-08-25 Thread Aaron M. Ucko
found 789826 2.2.2+dfsg1-1
notfixed 789826 2.2.2+dfsg1-1
thanks

Aaron M. Ucko u...@debian.org writes:

 Builds of ignition-math2 wound up failing with test suite errors on a
 few platforms:

2.2.2+dfsg1-1 indeed fixed the UNIT_Line2_TEST errors in *i386, but
still encountered test suite errors on armel and mips; could you please
take another look?

https://buildd.debian.org/status/logs.php?pkg=ignition-math2ver=2.2.2%2Bdfsg1-1

Thanks!

-- 
Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org)
http://www.mit.edu/~amu/ | http://stuff.mit.edu/cgi/finger/?a...@monk.mit.edu



Bug#789826: ignition-math2: FTBFS: test suite fails on some platforms

2015-06-24 Thread Aaron M. Ucko
Source: ignition-math2
Version: 2.1.1+dfsg1-1
Severity: important

Builds of ignition-math2 wound up failing with test suite errors on a
few platforms:

* On i386 with any kernel (Linux, FreeBSD, or the Hurd),
  UNIT_Line2_TEST fails:

[ RUN  ] Line2Test.CollinearPoint
/«BUILDDIR»/ignition-math2-2.1.1+dfsg1/src/Line2_TEST.cc:150: Failure
Value of: lineA.Collinear(pt, 1e-4)
  Actual: false
Expected: true
/«BUILDDIR»/ignition-math2-2.1.1+dfsg1/src/Line2_TEST.cc:162: Failure
Value of: lineA.Collinear(pt, 1e-4)
  Actual: false
Expected: true
[  FAILED  ] Line2Test.CollinearPoint (0 ms)

* On both armel and mips, some check_UNIT_*_TEST commands failed -- it
  looks like the test suite ran in parallel, and these commands started
  before the corresponding UNIT_*_TEST commands finished.

Could you please take a look?  You can find the full logs at

https://buildd.debian.org/status/logs.php?pkg=ignition-math2ver=2.1.1%2Bdfsg1-1

Thanks!


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org