Source: octave-stk
Version: 2.8.0-2
Severity: serious
Tags: ftbfs sid trixie
Justification: fails to build from source (but built successfully in the past)
X-Debbugs-Cc: sramac...@debian.org

https://buildd.debian.org/status/fetch.php?pkg=octave-stk&arch=amd64&ver=2.8.0-2%2Bb1&stamp=1688258543&raw=0

***** error u = apply (x, 3, @min, []);
***** test
 t = [1; 3; 2];
 x = stk_dataframe (t);
 [M, k] = apply (x, 1, @max, []);
 assert ((M == 3) && (k == 2));
11 tests, 11 passed, 0 known failure, 0 skipped
[inst/arrays/@stk_dataframe/acosh.m]
>>>>> /<<PKGBUILDDIR>>/inst/arrays/@stk_dataframe/acosh.m
***** test
 u = rand (4, 3);  x = stk_dataframe (u);  v = acosh (x);
 assert (strcmp (class (v), class (u)) && isequal (v, acosh (u)))
1 test, 1 passed, 0 known failure, 0 skipped
[inst/arrays/@stk_dataframe/acosd.m]
>>>>> /<<PKGBUILDDIR>>/inst/arrays/@stk_dataframe/acosd.m
***** test
 u = rand (4, 3);  x = stk_dataframe (u);  v = acosd (x);
 assert (strcmp (class (v), class (u)) && isequal (v, acosd (u)))
1 test, 1 passed, 0 known failure, 0 skipped
[inst/arrays/@stk_dataframe/acos.m]
>>>>> /<<PKGBUILDDIR>>/inst/arrays/@stk_dataframe/acos.m
***** test
 u = rand (4, 3);  x = stk_dataframe (u);  v = acos (x);
 assert (strcmp (class (v), class (u)) && isequal (v, acos (u)))
1 test, 1 passed, 0 known failure, 0 skipped
[inst/arrays/@stk_dataframe/abs.m]
>>>>> /<<PKGBUILDDIR>>/inst/arrays/@stk_dataframe/abs.m
***** test
 u = rand (4, 3);  x = stk_dataframe (u);  v = abs (x);
 assert (strcmp (class (v), class (u)) && isequal (v, abs (u)))
1 test, 1 passed, 0 known failure, 0 skipped
Checking C++ files ...
Summary: 1558 tests, 1552 passed, 0 known failures, 0 skipped
Some tests failed.  Giving up...
make: *** [debian/rules:5: binary-arch] Error 1

Cheers
-- 
Sebastian Ramacher

Reply via email to