Source: tkgate
Version: 2.1+repack-6
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: randomness
X-Debbugs-Cc: [email protected]
Hi,
Whilst working on the Reproducible Builds effort [0], we noticed that
tkgate could not be built reproducibly.
This is because the binary package ships test output that varies in
a nondeterministic manner. For example:
│ │ │ ├── ./usr/share/doc/tkgate-data/examples/verga/probe1.out
│ │ │ │┄ Ordering differences only
│ │ │ │ @@ -1,9 +1,9 @@
│ │ │ │ -valueof top.i 32'hx @ 0
│ │ │ │ valueof top.a 32'hx @ 0
│ │ │ │ +valueof top.i 32'hx @ 0
│ │ │ │ tell bob top.i 32'h0 @ 0
│ │ │ │ tell bob top.a 32'h0 @ 0
│ │ │ │ tell bob top.i 32'h1 @ 1
│ │ │ │ tell bob top.i 32'h2 @ 2
│ │ │ │ tell bob top.a 32'h2 @ 2
│ │ │ │ tell bob top.i 32'h3 @ 3
│ │ │ │ tell bob top.i 32'h4 @ 4
Patch attached.
[0] https://reproducible-builds.org/
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` [email protected] / chris-lamb.co.uk
`-
--- a/debian/rules 2024-05-13 18:07:39.124000324 +0100
--- b/debian/rules 2024-05-13 18:18:23.558129447 +0100
@@ -21,3 +21,4 @@
override_dh_auto_test:
cd test/ && sh runtests.sh
+ find test/ -name *.out | xargs rm -f
--
debian-science-maintainers mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers