[notes] 02/03: Re-add docbook_to_man_one_byte_delta issue; it still affects some packages.
Chris Lamb
chris at chris-lamb.co.uk
Mon May 8 10:18:30 UTC 2017
This is an automated email from the git hooks/post-receive script.
lamby pushed a commit to branch master
in repository notes.
commit 5505cba508e92b585645cc16d0a2ea43d16f2511
Author: Chris Lamb <lamby at debian.org>
Date: Mon May 8 12:15:51 2017 +0200
Re-add docbook_to_man_one_byte_delta issue; it still affects some packages.
---
issues.yml | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/issues.yml b/issues.yml
index 7efea1c..2d82760 100644
--- a/issues.yml
+++ b/issues.yml
@@ -1620,3 +1620,19 @@ timestamps_in_cbd_files_generated_by_canna_mkbindic:
description: |
timestamps added by mkbindic from canna package
url: https://bugs.debian.org/861955
+docbook_to_man_one_byte_delta:
+ description: |
+ The package uses docbook-to-man;
+ the man page has a single byte that has a different value on both builds (in one build it has the correct value and in the other a garbage value);
+ the difference occurs on i386 but not on amd64 nor armhf.
+ .
+ Examples to date:
+ . 1st: "o" 0x6F, 2nd: " " 0x20 # 2nd is correct
+ . 1st: "\t" 0x9, 2nd: "I" 0x49 # 1st is correct
+ .
+ It's possible that there is more than one root cause here (i.e. multiple similar issues).
+ .
+ The tab issue is undefined behaviour in memcpy, see bug.
+ https://paste.debian.net/891000 seems to only actually break on i386 (tested on am64 -m32).
+ "\n\011" gets translated to " \111" (capital I), seemingly by complete coincidence.
+ url: https://bugs.debian.org/842635
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/notes.git
More information about the Reproducible-commits
mailing list