Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
Reproducible Builds
reproducible-notes
Compare revisions
f0ebf9cf51d32a9740175d35d187f9bb2c086e5a...79cc0dfbeb5f2cd7f91b1c4225ed987349ab19c9
Commits (2)
Add new extended_attributes_in_jar_file_created_without_manifest toolchain issue.
· 672cdb0a
Chris Lamb
authored
May 09, 2022
672cdb0a
Tag threeb with extended_attributes_in_jar_file_created_without_manifest
· 79cc0dfb
Chris Lamb
authored
May 09, 2022
79cc0dfb
Hide whitespace changes
Inline
Side-by-side
issues.yml
View file @
79cc0dfb
...
...
@@ -2367,3 +2367,11 @@ dynstr_section_longer_by_two_bytes_which_are_NULs:
erlang_escript_file
:
description
:
Possible inline ZIP file.
extended_attributes_in_jar_file_created_without_manifest
:
description
:
Creating a jar file with the -M flag causes jar(1) to add extended
attributes to the last file added to the archive. As files are not added in
a deterministic order (if, say, a directory is specified on the
command-line), this means that even if the files are subsequently sorted,
the extended attribute is moved around independently as well. First seen
in src:threeb via https://salsa.debian.org/reproducible-builds/strip-nondeterminism/-/issues/19
packages.yml
View file @
79cc0dfb
...
...
@@ -32177,6 +32177,8 @@ threeb:
version: 0.0~git20220106110332.a3144e0-4
comments: |
Possibly some issue with strip-nondeterminism
issues:
- extended_attributes_in_jar_file_created_without_manifest
thuban:
version: 1.2.2-11
issues:
...
...