[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: haskell-hdf5 build failed on armel, i386 ,s390x and riscv64 due to test fail



On 2022-10-04 08:43, picca wrote:
Le 2022-10-04 13:56, Bo YU a écrit :
Hi,
The package now has failed to build on armel, i386, s390x and irscv64
arch due to test case failed:

```
(sid-riscv64-sbuild)root@unmatched:/home/vimer/build/08/52_haskell-hdf5/haskell-hdf5-1.8.10#
debian/hlibrary.setup test --builddir=dist-ghc --show-details=direct
Running 1 test suites...
Test suite hdf5-test: RUNNING...
hdf5-test: unknown RTS option: -N

All the non failling arch do not have this: "unknown RTS option -N:"
Is this option not available on the failing architecture ?

RTS -N option isn't available on architectures that only support single-CPU. Commonly in the DHG, we just patch that option out, e.g.,
https://salsa.debian.org/haskell-team/DHG_packages/-/commit/62cfe875be58135ac148f479c669d3e378d15686

Scott


Reply to: