Bug#964124: therion FTBFS: test failures

2020-07-02 Thread Wookey
On 2020-07-02 13:21 +0300, Adrian Bunk wrote:

> https://buildd.debian.org/status/package.php?p=therion=sid
> 
> ...
> ./utest
> 
--
> projections: JTSK03 -- utm, auto=true
> -==
> test cases: 17 | 16 passed | 1 failed
> assertions: 41 | 38 passed | 3 failed

Hmm. turns out this test works with libproj 7.0.1 but fails with
libproj 7.1.0. Odd. (and that was uploaded just after I did my build).

I'll take a look at what's up. 

Wookey
-- 
Principal hats:  Linaro, Debian, Wookware, ARM
http://wookware.org/


signature.asc
Description: PGP signature


Bug#964124: therion FTBFS: test failures

2020-07-02 Thread Adrian Bunk
Source: therion
Version: 5.5.0ds1-1
Severity: serious
Tags: ftbfs

https://buildd.debian.org/status/package.php?p=therion=sid

...
./utest

~~~
utest is a Catch v2.11.3 host application.
Run with -? for options

---
projections: JTSK03 -- utm, auto=true
---
utest-proj.cxx:82
...

utest-proj.cxx:85: FAILED:
  CHECK( coord_equal(x, p1_utm_e, 0.01) )
with expansion:
  false

utest-proj.cxx:86: FAILED:
  CHECK( coord_equal(y, p1_utm_n, 0.01) )
with expansion:
  false

utest-proj.cxx:87: FAILED:
  CHECK( coord_equal(z, p1_utm_h, 0.1) )
with expansion:
  false

===
test cases: 17 | 16 passed | 1 failed
assertions: 41 | 38 passed | 3 failed

make[2]: *** [Makefile:191: tests] Error 3