Your message dated Tue, 5 Jul 2022 21:52:16 +0200
with message-id <[email protected]>
and subject line Re: jargon-text: elinks conversion of html to txt depends on
locale (LC_ALL?), makes output unreproducible
has caused the Debian Bug report #790783,
regarding jargon-text: elinks conversion of html to txt depends on locale
(LC_ALL?), makes output unreproducible
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
790783: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=790783
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: jargon-text
Version: 4.4.7-4
Severity: wishlist
Control: user -1 [email protected]
Control: usertags -1 environment
Control: tags -1 patch
We're hoping to make packages reproducible regardless of the locale.
however, elinks changes its output dependent on the locale, which
affects the generation of jargon.txt. See:
https://reproducible.debian.net/dbd/unstable/amd64/jargon-text_4.4.7-4.debbindiff.html
The attached patch forces elinks to use C.UTF-8 so that jargon.txt is
always produce in Unicode.
There may be other issues that make the build unreproducible as well.
Regards,
--dkg
From b5770b65bc57d747c71781aef44557af05ff9173 Mon Sep 17 00:00:00 2001
From: Daniel Kahn Gillmor <[email protected]>
Date: Wed, 1 Jul 2015 13:25:09 -0400
Subject: [PATCH] make jargon.txt reproducible by forcing LC_ALL to C.UTF-8
---
Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/Makefile b/Makefile
index cfba0bc..49fe60a 100644
--- a/Makefile
+++ b/Makefile
@@ -56,6 +56,7 @@ jargon-web.html: jargon-web.xml
jargon.txt: jargon-web.html
# Turn into plain text
+ LC_ALL=C.UTF-8 \
elinks $(elinks_opts) jargon-web.html >jargon.txt
clean:
--
2.1.4
signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---
Hi,
jargon-text builds reproducible for years now - let's close the bug.
Feel free to reopen if I missed something.
Best,
Philip
OpenPGP_signature
Description: OpenPGP digital signature
--- End Message ---