Your message dated Tue, 12 Jul 2022 22:55:33 +0200
with message-id <[email protected]>
and subject line Close bugs fixed in new upload of cxref
has caused the Debian Bug report #995954,
regarding cxref: reproducible builds: builds differently with (obscure) locales
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.)
--
995954: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=995954
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: cxref
Severity: minor
Tags: patch
User: [email protected]
Usertags: locale
X-Debbugs-Cc: [email protected]
Some locales (e.g. potentially obscure locales used by reprotest) may
cause sort order reproducibility issues with the file
/usr/share/cxref/cxref-cpp.defines.
The attached patch fixes this by exporting LC_ALL=C.UTF-8 from
debian/rules.
Thanks for maintaining cxref!
live well,
vagrant
From cbafe4e3eee67e6a8941d7ef532e41e64883ff66 Mon Sep 17 00:00:00 2001
From: Vagrant Cascadian <[email protected]>
Date: Fri, 8 Oct 2021 19:41:31 +0000
Subject: [PATCH 4/4] debian/rules: Force building in C.UTF-8 locale.
Some obscure locales (e.g. those used by reprotest) trigger
reproducibility issues.
---
debian/rules | 3 +++
1 file changed, 3 insertions(+)
diff --git a/debian/rules b/debian/rules
index 55c313d..2921184 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,6 +19,9 @@ DPKG_EXPORT_BUILDFLAGS=1
# Ensure texlive respects SOURCE_DATE_EPOCH
export FORCE_SOURCE_DATE=1
+# Force locale to avoid differences when building with obscure locales
+export LC_ALL=C.UTF-8
+
include /usr/share/dpkg/buildflags.mk
build: build-arch build-indep
--
2.33.0
signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---
Version: 1.6e-4
This bug is closed by the upload of version 1.6e-4, thanks Camm!
OpenPGP_signature
Description: OpenPGP digital signature
--- End Message ---