Bug#912174: polymake FTBFS: test failure

2018-11-02 Thread Benjamin Lorenz
Hi,

this comes from a different output order produced by cdd version 0.94j
(probably caused by https://github.com/cddlib/cddlib/pull/10 ).

We have disabled this test in polymake 3.2r4. I have tried updating the
package and created a pull request here:
https://salsa.debian.org/bremner/polymake/merge_requests/2

Best,
Benjamin



signature.asc
Description: OpenPGP digital signature


Bug#912174: polymake FTBFS: test failure

2018-10-28 Thread Adrian Bunk
Source: polymake
Version: 3.2r2-3
Severity: serious
Tags: ftbfs

Some recent change in unstable makes polymake FTBFS:

https://tests.reproducible-builds.org/debian/history/polymake.html
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/polymake.html

...
*** Failed tests ***

./apps/polytope/src/tensor.cc:61: testcase 1
expected:
=== BEGIN ===
1 1 1 1 1
1 -1 1 -1 1
1 1 -1 1 -1
1 -1 1 1 -1
1 1 1 -1 -1
1 1 -1 -1 1
1 -1 -1 1 1
1 -1 -1 -1 -1
=== END # 1 ===
got:
=== BEGIN ===
1 1 1 1 1
1 -1 -1 -1 -1
1 -1 -1 1 1
1 -1 1 1 -1
1 1 1 -1 -1
1 1 -1 -1 1
1 1 -1 1 -1
1 -1 1 -1 1
=== END # 1 ===

make[2]: *** [debian/rules:41: override_dh_auto_test] Error 1