Groups | Search | Server Info | Login | Register


Groups > linux.debian.bugs.dist > #1289059

Bug#1133123: octave-datatypes FTBFS on big endian

From Rafael Laboissière <rafael@debian.org>
Newsgroups linux.debian.bugs.dist
Subject Bug#1133123: octave-datatypes FTBFS on big endian
Date 2026-04-10 13:40 +0200
Message-ID <MIinn-e4rx-1@gated-at.bofh.it> (permalink)
References <MIde1-e1hJ-1@gated-at.bofh.it> <MIde1-e1hJ-1@gated-at.bofh.it>
Organization Debian GNU/Linux

Show all headers | View raw


Control: tags -1 + confirmed upstream
Control: forwarded -1 https://github.com/pr0m1th3as/datatypes/issues/43

* Adrian Bunk <bunk@debian.org> [2026-04-10 09:01]:

> 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.bugs.dist | Previous | NextPrevious in thread | Find similar


Thread

Bug#1133123: octave-datatypes FTBFS on big endian Adrian Bunk <bunk@debian.org> - 2026-04-10 08:10 +0200
  Bug#1133123: octave-datatypes FTBFS on big endian Rafael Laboissière <rafael@debian.org> - 2026-04-10 13:40 +0200

csiph-web