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
293347a3231cc5dca30be4a81673def7e239faf0...451436d95cf9cbd4adde2f721de32f1c0d86c809
Commits (2)
issues: dynstr_section_longer_by_two_bytes_which_are_NULs: Add some observations.
· 4b8c998c
Daniel Shahaf
authored
Jan 27, 2022
4b8c998c
packages += okular, stlink
· 451436d9
Daniel Shahaf
authored
Jan 27, 2022
451436d9
Hide whitespace changes
Inline
Side-by-side
issues.yml
View file @
451436d9
...
...
@@ -2326,3 +2326,17 @@ dynstr_section_longer_by_two_bytes_which_are_NULs:
description
:
|
The .dynstr section on the right build is longer by two bytes.
The value of those two bytes is 0x00 0x00.
.
stlink=1.7.0+ds-1 is currently in both bullseye and sid; is reproducible on
the former but not on the latter; and has this issue. The issue could be
caused by a difference in some build dependency between the two suites (for
some common build dependency of all packages having this issue); or by
a difference in the variations tested in the two suites.
.
The only difference in variations (per current "Variations tested" page) is
the build path variation.
.
So, is there any any chance that this issue is caused by the build path
variation? <wild speculation>Perhaps the number of extra bytes is 2
because the build path in build #2 is two bytes longer than in build
#1?</wild speculation>
packages.yml
View file @
451436d9
...
...
@@ -17630,6 +17630,12 @@ okteta:
issues:
- build_id_differences_only
- ftbfs_due_to_f-file-prefix-map
okular:
version: 4:21.08.3-1
comments: |
There are also random differences at the start of the strings(1) output.
issues:
- dynstr_section_longer_by_two_bytes_which_are_NULs
oldsys-preseed:
version: '3.22'
bugs:
...
...
@@ -29453,6 +29459,10 @@ stimfit:
version: 0.15.4-1
issues:
- build_id_differences_only
stlink:
version: 1.7.0+ds-1
issues:
- dynstr_section_longer_by_two_bytes_which_are_NULs
stoken:
version: 0.91-1
issues:
...
...