[Git][reproducible-builds/reproducible-notes][master] 10 commits: mpich: paths_vary_due_to_usrmerge is a bug but not RC here
Simon McVittie (@smcv)
gitlab at salsa.debian.org
Sun Jul 17 12:27:49 UTC 2022
Simon McVittie pushed to branch master at Reproducible Builds / reproducible-notes
Commits:
e2f64a36 by Simon McVittie at 2022-07-17T12:18:23+01:00
mpich: paths_vary_due_to_usrmerge is a bug but not RC here
Signed-off-by: Simon McVittie <smcv at debian.org>
- - - - -
b4bf0cd0 by Simon McVittie at 2022-07-17T12:24:38+01:00
pcp: paths_vary_due_to_usrmerge was fixed in #1006860
Signed-off-by: Simon McVittie <smcv at debian.org>
- - - - -
7dc5e8a2 by Simon McVittie at 2022-07-17T12:39:04+01:00
python3.9: paths_vary_due_to_usrmerge was fixed in #992775
Signed-off-by: Simon McVittie <smcv at debian.org>
- - - - -
85dd7dae by Simon McVittie at 2022-07-17T12:48:31+01:00
flex: paths_vary_due_to_usrmerge is not RC here
Signed-off-by: Simon McVittie <smcv at debian.org>
- - - - -
cd79f967 by Simon McVittie at 2022-07-17T12:56:38+01:00
gtk-sharp3: paths_vary_due_to_usrmerge is not RC here
Signed-off-by: Simon McVittie <smcv at debian.org>
- - - - -
ecee0d97 by Simon McVittie at 2022-07-17T12:58:25+01:00
jack-audio-connection-kit: paths_vary_due_to_usrmerge is not RC here
Signed-off-by: Simon McVittie <smcv at debian.org>
- - - - -
39b1aea4 by Simon McVittie at 2022-07-17T12:59:37+01:00
libnet: paths_vary_due_to_usrmerge is not RC here
Signed-off-by: Simon McVittie <smcv at debian.org>
- - - - -
2178ac84 by Simon McVittie at 2022-07-17T13:00:28+01:00
libstatgrab: paths_vary_due_to_usrmerge is not RC here
Signed-off-by: Simon McVittie <smcv at debian.org>
- - - - -
b9aa7cfd by Simon McVittie at 2022-07-17T13:06:50+01:00
osmo-mgw: paths_vary_due_to_usrmerge is not RC here
Signed-off-by: Simon McVittie <smcv at debian.org>
- - - - -
b00f1192 by Simon McVittie at 2022-07-17T13:27:15+01:00
volume-key: paths_vary_due_to_usrmerge is not RC here
Signed-off-by: Simon McVittie <smcv at debian.org>
- - - - -
1 changed file:
- packages.yml
Changes:
=====================================
packages.yml
=====================================
@@ -5948,6 +5948,9 @@ flex:
comments: |
example Makefiles embed build path in various variable
definitions as well as SHELL, GREP, CFLAGS, etc.
+ .
+ paths_vary_due_to_usrmerge is not RC here since only example files
+ are affected.
issues:
- captures_shell_variable_in_autofoo_script
- records_build_flags
@@ -9000,6 +9003,9 @@ gtk-sharp3:
With locales set by reprotest, generated .dll files vary.
The .xml content in gtk-sharp-3-docs.zip seems to only vary on
32-bit architectures.
+ .
+ paths_vary_due_to_usrmerge is not RC here since it only affects
+ example files.
issues:
- timestamps_in_pe_binaries
- captures_shell_variable_in_autofoo_script
@@ -10298,6 +10304,9 @@ jack-audio-connection-kit:
version: 1:0.124.1+20140122git5013bed0-3
comments: |
Uses locale-specific date formatter in https://sources.debian.net/src/jack-audio-connection-kit/1:0.124.1%2B20140122git5013bed0-3/man/Makefile.am/#L2
+ .
+ paths_vary_due_to_usrmerge is not RC here since only example files are
+ affected.
issues:
- captures_shell_variable_in_autofoo_script
- captures_build_path
@@ -13967,6 +13976,9 @@ libnes:
- gcc_captures_build_path
libnet:
version: 1.1.6+dfsg-3
+ comments: |
+ paths_vary_due_to_usrmerge is not RC here since only examples are
+ affected.
issues:
- captures_shell_variable_in_autofoo_script
- captures_build_path
@@ -14538,6 +14550,9 @@ libstatgen:
- nondeterministic_ordering_in_documentation_generated_by_doxygen
libstatgrab:
version: 0.91-1
+ comments: |
+ paths_vary_due_to_usrmerge is not RC here since only examples are
+ affected.
issues:
- captures_shell_variable_in_autofoo_script
- captures_build_path
@@ -16772,6 +16787,9 @@ mpich:
examples/Makefile and examples/cpi contains shell and usrmerge
variations. Ordering of lines in examples/Makefile.in appears to
be non-deterministic.
+ .
+ The paths_vary_due_to_usrmerge issue does not seem RC despite #994388,
+ since it only affects examples.
issues:
- fonts_in_pdf_files
- paths_vary_due_to_usrmerge
@@ -19633,6 +19651,9 @@ osmo-hlr:
- records_build_flags
osmo-mgw:
version: 1.7.0+dfsg1-2
+ comments: |
+ paths_vary_due_to_usrmerge is not RC here since only examples are
+ affected.
issues:
- paths_vary_due_to_usrmerge
- captures_build_path
@@ -20004,7 +20025,6 @@ pcp:
- users_and_groups_in_tarball
- different_due_to_umask
- captures_build_path
- - paths_vary_due_to_usrmerge
pcre-ocaml:
version: 7.2.3-1
issues:
@@ -22920,12 +22940,8 @@ python3.7:
issues:
- gcc_captures_build_path
python3.9:
- version: 3.9.2-1
+ version: 3.9.7-2
comments: |
- Makefiles contain MKDIR_P = /bin/mkdir -p or MKDIR_P = /usr/bin/mkdir -p.
- Workaround: don't vary merged-/usr when testing for other sources of
- non-reproducibility.
-
Profile-guided optimization or LTO produces non-determinism.
Workaround: build with DEB_BUILD_OPTIONS="noopt" when testing for
other sources of non-reproducibility.
@@ -22950,7 +22966,6 @@ python3.9:
issues:
- captures_build_path
- blacklisted_on_jenkins_armhf_only
- - paths_vary_due_to_usrmerge
pythonqt:
version: 3.2-10
issues:
@@ -33521,6 +33536,9 @@ volume-key:
Makefile:
Has difference in $SHELL environment variable. Can be changed to /bin/sh by default.
Captures absolute build paths.
+ .
+ paths_vary_due_to_usrmerge is not RC here since only example files
+ are affected.
issues:
- captures_build_path
- paths_vary_due_to_usrmerge
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-notes/-/compare/f39f60fed19d6b58a13a8cdd1600b20eb85de322...b00f1192312aaae7611beb7c45595d3207572ef8
--
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-notes/-/compare/f39f60fed19d6b58a13a8cdd1600b20eb85de322...b00f1192312aaae7611beb7c45595d3207572ef8
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20220717/c8026fae/attachment.htm>
More information about the rb-commits
mailing list