Notes for guix - reproducible builds result

Version annotated: 1.2.0~rc2-1
Identified issues:
Identifier: nondeterministic_ordering_in_guile_binaries
Description The ordering of various procedures in guile .go files can vary
when built in parallel. Can be worked around by disabling
parallelism in the build process.
.
Symtoms may include wrapXXX-procedures with different numbering
and/or a reference to SOMEFILE.scm present in one build but not
the other.
.
https://bugs.debian.org/995092
https://github.com/NixOS/nixpkgs/pull/78778
https://issues.guix.gnu.org/issue/20272
https://build.opensuse.org/request/show/732638
Comments: In gnu/ci.scm use of canonicalize-path might lead to embedded full path.
https://issues.guix.gnu.org/44835
Building in parallel triggers reproducibility issues for guile .go files.
https://issues.guix.gnu.org/20272
tests/channels.scm: "channel-news, one entry" fails under C locale.
https://issues.guix.gnu.org/46038
 

Our notes about issues affecting packages are stored in notes.git and are targeted at packages in Debian in 'unstable/amd64' (unless they say otherwise).