Your message dated Fri, 29 Jul 2022 18:34:05 +0000
with message-id <e1ohuoh-000avj...@fasolo.debian.org>
and subject line Bug#1016076: fixed in haskell-genvalidity-property 1.0.0.0-2
has caused the Debian Bug report #1016076,
regarding haskell-genvalidity-property FTBFS: unknown RTS option: -N
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1016076: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1016076
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: haskell-genvalidity-property
Version: 1.0.0.0-1
Severity: serious
Tags: ftbfs

https://buildd.debian.org/status/logs.php?pkg=haskell-genvalidity-property&ver=1.0.0.0-1

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

--- End Message ---
--- Begin Message ---
Source: haskell-genvalidity-property
Source-Version: 1.0.0.0-2
Done: Scott Talbert <s...@techie.net>

We believe that the bug you reported is fixed in the latest version of
haskell-genvalidity-property, which is due to be installed in the Debian FTP 
archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1016...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Scott Talbert <s...@techie.net> (supplier of updated 
haskell-genvalidity-property package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Fri, 29 Jul 2022 14:15:18 -0400
Source: haskell-genvalidity-property
Architecture: source
Version: 1.0.0.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Haskell Group 
<pkg-haskell-maintain...@lists.alioth.debian.org>
Changed-By: Scott Talbert <s...@techie.net>
Closes: 1016076
Changes:
 haskell-genvalidity-property (1.0.0.0-2) unstable; urgency=medium
 .
   * Drop -with-rtsopts=-N (unsupported on some arches) (Closes: #1016076)
Checksums-Sha1:
 6103694482cba57a10494c637fc1ee84fe68724a 2654 
haskell-genvalidity-property_1.0.0.0-2.dsc
 5df7a5495fe6366d6b6aaff6dafdcd6f95a13dff 2440 
haskell-genvalidity-property_1.0.0.0-2.debian.tar.xz
 04fa56b4cfedfd29b383a66ff013e8f0a6dabced 10436 
haskell-genvalidity-property_1.0.0.0-2_amd64.buildinfo
Checksums-Sha256:
 7c923575d359552aa3aaa51efed222cceebbc64cfc4dade5d49253197424f9e4 2654 
haskell-genvalidity-property_1.0.0.0-2.dsc
 9f5046431a052ef4cf946a9c0ac603cec8fd974a16d279b45929e0983a7ff9f5 2440 
haskell-genvalidity-property_1.0.0.0-2.debian.tar.xz
 774be3ef3482b43b1612ad54fd02c5befb0f704eb357ef0c6ea776fc03c05c98 10436 
haskell-genvalidity-property_1.0.0.0-2_amd64.buildinfo
Files:
 9598e725bd3974ab81aca87bb977290c 2654 haskell optional 
haskell-genvalidity-property_1.0.0.0-2.dsc
 3469213ef3c3e8f166876bcedbc6bfb6 2440 haskell optional 
haskell-genvalidity-property_1.0.0.0-2.debian.tar.xz
 5355c36532d482334a120834acbeb4e2 10436 haskell optional 
haskell-genvalidity-property_1.0.0.0-2_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJDBAEBCgAtFiEEbnQ09Yl9Q7F/zVe3U9W8ZLUjeKIFAmLkJHIPHHN3dEB0ZWNo
aWUubmV0AAoJEFPVvGS1I3iiEwsQAIHdzbCraQZkcAjsk6jZui4yVpGFJLfq0bri
Y2YW/Vtq9r5Fi4XxzvVcVe2vDaYBB6NwbQHqo7fXE6cXSp8tTdgpLhnV/f5kFsWl
ZKOIAQaDAGN+SyfqO06g1EgvNt8mFyKWsHzXMjqDye3aQDZ2icBaXv1ETsvgcDE8
VLK75j4mAGrYKaootumulmUBqomxmQK8IaZwWEEzDrWfMTLPNmdo4VCmeaHGmB8y
HdY0of1LNhPB2I3nTt8WCSGshAO5rNOgFCUq1MgE5ZFgDW4lRhe7JDV8EQOIPGnf
s3/OUSoHOTiNd5wBRBxsxw9yUT5BgTCWQ94h7OnfhyouEB159zkni594KVjGMdiC
jM2nvbMTQ5J4EsEM0MEIcLBUgy0SQV7FxvHUyH/bGlS42A6jAOdOY9SzjIxnr7p1
fM/IH1P3Wt415WOCoos6UB55o9fo4GKnhPnUWzCU9vmPnPExG//dRgDgRlOPQj2T
XrWDG/0qI2nAl181w8dyrzsr18f7NUg2wAHeeHVlpLd8/Jh06xokgM86k9NTUSjk
7IivCFlV4dKioVJmZcoJSJmag94mqPUebkOZjmVv7Fi+8refS4VcvgMD2Mk2jbOB
DVZdXmuO3gLVD5Att6q2iKycaeAMOq6E3ImhvferzfyrFa2mKk01YRonFXRzwRcK
kP8PNByQ
=gZlE
-----END PGP SIGNATURE-----

--- End Message ---
_______________________________________________
Pkg-haskell-maintainers mailing list
Pkg-haskell-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-haskell-maintainers

Reply via email to