Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • centic/reproducible-notes
  • roehling/reproducible-notes
  • phsw/reproducible-notes
  • cgzones/reproducible-notes
  • bluca/reproducible-notes
  • joachim-guest/reproducible-notes
  • tachi/reproducible-notes
  • rul/reproducible-notes
  • smcv/reproducible-notes
  • jscott/reproducible-notes
  • naesten-guest/reproducible-notes
  • rpavlik/reproducible-notes
  • bigon/reproducible-notes
  • jspricke/reproducible-notes
  • reproducible-builds/reproducible-notes
  • umlaeute/reproducible-notes
  • bmwiedemann-guest/reproducible-notes
  • Lekensteyn-guest/reproducible-notes
  • steve-guest/reproducible-notes
  • maliatmanzur-guest/reproducible-notes
  • aab641-guest/reproducible-notes
  • ansgar/reproducible-notes
  • ntyni/reproducible-notes
  • sthibault/reproducible-notes
  • Sanjana-guest/reproducible-notes
25 results
Show changes
Commits on Source (10)
......@@ -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
......