Bug#1021264: haskell-hdf5 FTBFS in unregistered builds: unknown RTS option: -N

Adrian Bunk bunk at debian.org
Tue Oct 4 18:10:24 BST 2022


Source: haskell-hdf5
Version: 1.8.10-1
Severity: serious
Tags: ftbfs

https://buildd.debian.org/status/logs.php?pkg=haskell-hdf5&ver=1.8.10-1

...
Linking dist-ghc/build/hdf5-test/hdf5-test ...
touch build-ghc-stamp
perl -d:Confess -MDebian::Debhelper::Buildsystem::Haskell::Recipes=/.*/ \
	-E 'check_recipe'
Running dh_listpackages
libghc-hdf5-dev
libghc-hdf5-prof
libghc-hdf5-doc
Running 1 test suites...
Test suite hdf5-test: RUNNING...
hdf5-test: unknown RTS option: -N
hdf5-test: 
hdf5-test: Usage: <prog> <args> [+RTS <rtsopts> | -RTS <args>] ... --RTS <args>
hdf5-test: 
hdf5-test:    +RTS    Indicates run time system options follow
hdf5-test:    -RTS    Indicates program arguments follow
hdf5-test:   --RTS    Indicates that ALL subsequent arguments will be given to the
hdf5-test:            program (including any of these RTS flags)
hdf5-test: 
hdf5-test: The following run time system options are available:
hdf5-test: 
hdf5-test:   -?       Prints this message and exits; the program is not executed
hdf5-test:   --info   Print information about the RTS used by this program
hdf5-test: 
hdf5-test:   --nonmoving-gc
hdf5-test:             Selects the non-moving mark-and-sweep garbage collector to
hdf5-test:             manage the oldest generation.
hdf5-test:   --copying-gc
hdf5-test:             Selects the copying garbage collector to manage all generations.
hdf5-test: 
hdf5-test:   -K<size>  Sets the maximum stack size (default: 80% of the heap)
hdf5-test:             Egs: -K32k -K512k -K8M
hdf5-test:   -ki<size> Sets the initial thread stack size (default 1k)  Egs: -ki4k -ki2m
hdf5-test:   -kc<size> Sets the stack chunk size (default 32k)
hdf5-test:   -kb<size> Sets the stack chunk buffer size (default 1k)
hdf5-test: 
hdf5-test:   -A<size>  Sets the minimum allocation area size (default 1m) Egs: -A20m -A10k
hdf5-test:   -AL<size> Sets the amount of large-object memory that can be allocated
hdf5-test:             before a GC is triggered (default: the value of -A)
hdf5-test:   -F<n>     Sets the collecting threshold for old generations as a factor of
hdf5-test:             the live data in that generation the last time it was collected
hdf5-test:             (default: 2.0)
hdf5-test:   -n<size>  Allocation area chunk size (0 = disabled, default: 0)
hdf5-test:   -O<size>  Sets the minimum size of the old generation (default 1M)
hdf5-test:   -M<size>  Sets the maximum heap size (default unlimited)  Egs: -M256k -M1G
hdf5-test:   -H<size>  Sets the minimum heap size (default 0M)   Egs: -H24m  -H1G
hdf5-test:   -xb<addr> Sets the address from which a suitable start for the heap memory
hdf5-test:             will be searched from. This is useful if the default address
hdf5-test:             clashes with some third-party library.
hdf5-test:   -xn       Use the non-moving collector for the old generation.
hdf5-test:   -m<n>     Minimum % of heap which must be available (default 3%)
hdf5-test:   -G<n>     Number of generations (default: 2)
hdf5-test:   -c<n>     Use in-place compaction instead of copying in the oldest generation
hdf5-test:            when live data is at least <n>% of the maximum heap size set with
hdf5-test:            -M (default: 30%)
hdf5-test:   -c       Use in-place compaction for all oldest generation collections
hdf5-test:            (the default is to use copying)
hdf5-test:   -w       Use mark-region for the oldest generation (experimental)
hdf5-test:   -I<sec>  Perform full GC after <sec> idle time (default: 0.3, 0 == off)
hdf5-test: 
hdf5-test:   -T         Collect GC statistics (useful for in-program statistics access)
hdf5-test:   -t[<file>] One-line GC statistics (if <file> omitted, uses stderr)
hdf5-test:   -s[<file>] Summary  GC statistics (if <file> omitted, uses stderr)
hdf5-test:   -S[<file>] Detailed GC statistics (if <file> omitted, uses stderr)
hdf5-test: 
hdf5-test: 
hdf5-test:   -Z         Don't squeeze out update frames on context switch
hdf5-test:   -B         Sound the bell at the start of each garbage collection
hdf5-test:   -h       Heap residency profile (output file <program>.hp)
hdf5-test:   -hT      Produce a heap profile grouped by closure type
hdf5-test:   -i<sec>  Time between heap profile samples (seconds, default: 0.1)
hdf5-test: 
hdf5-test:   -C<secs>  Context-switch interval in seconds.
hdf5-test:             0 or no argument means switch as often as possible.
hdf5-test:             Default: 0.02 sec.
hdf5-test:   -V<secs>  Master tick interval in seconds (0 == disable timer).
hdf5-test:             This sets the resolution for -C and the heap profile timer -i,
hdf5-test:             and is the frequency of time profile samples.
hdf5-test:             Default: 0.01 sec.
hdf5-test: 
hdf5-test:   --install-signal-handlers=<yes|no>
hdf5-test:             Install signal handlers (default: yes)
hdf5-test:   --io-manager=<native|posix>
hdf5-test:             The I/O manager subsystem to use. (default: posix)
hdf5-test:   -e<n>     Maximum number of outstanding local sparks (default: 4096)
hdf5-test:   -xq       The allocation limit given to a thread after it receives
hdf5-test:             an AllocationLimitExceeded exception. (default: 100k)
hdf5-test: 
hdf5-test:   -Mgrace=<n>
hdf5-test:             The amount of allocation after the program receives a
hdf5-test:             HeapOverflow exception before the exception is thrown again, if
hdf5-test:             the program is still exceeding the heap limit.
hdf5-test: 
hdf5-test: RTS options may also be specified using the GHCRTS environment variable.
hdf5-test: 
hdf5-test: Other RTS options may be available for programs compiled a different way.
hdf5-test: The GHC User's Guide has full details.
hdf5-test: 
Test suite hdf5-test: FAIL
Test suite logged to: dist-ghc/test/hdf5-1.8.10-hdf5-test.log
0 of 1 test suites (0 of 1 test cases) passed.
-e: error: debian/hlibrary.setup test --builddir=dist-ghc --show-details=direct returned exit code 1
...



More information about the Pkg-haskell-maintainers mailing list