Groups | Search | Server Info | Login | Register
Groups > linux.debian.ports.s390 > #1884
| From | Adrian Bunk <bunk@debian.org> |
|---|---|
| Newsgroups | linux.debian.bugs.dist, linux.debian.ports.s390 |
| Subject | Bug#1133123: octave-datatypes FTBFS on big endian |
| Date | 2026-04-10 08:10 +0200 |
| Message-ID | <MIde1-e1hJ-1@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Cross-posted to 2 groups.
Source: octave-datatypes
Version: 1.2.2-1
Severity: serious
Tags: ftbfs
X-Debbugs-Cc: debian-s390@lists.debian.org
User: debian-s390@lists.debian.org
Usertags: s390x
https://buildd.debian.org/status/logs.php?pkg=octave-datatypes&ver=1.2.2-1
...
[inst/keyHash.m]
...
***** test
A = uint64(128);
E = uint64(8038837787959150693);
key = keyHash (A);
assert (isequal(key, E), sprintf("k: %lx e: %lx d: %lx", key, E, key - E));
assert (key, E);
!!!!! test failed
k: 39c37805f8f12165 e: 6f8fb060664ac865 d: 0
***** error<Invalid call to keyHash. Correct usage is:> keyHash ();
***** error<keyHash: BASE must be a UINT64 scalar.> keyHash (1, 1);
***** error<keyHash: unsupported input type.> keyHash (@(x) x);
10 tests, 9 passed, 0 known failure, 0 skipped
...
Done running the unit tests.
Summary: 277 tests, 276 passed, 0 known failures, 0 skipped
Some tests failed. Giving up...
make: *** [debian/rules:7: binary-arch] Error 1
Back to linux.debian.ports.s390 | Previous | Next | Find similar
Bug#1133123: octave-datatypes FTBFS on big endian Adrian Bunk <bunk@debian.org> - 2026-04-10 08:10 +0200
csiph-web