Your message dated Mon, 26 Aug 2024 20:40:15 +0000
with message-id <[email protected]>
and subject line Bug#1020659: fixed in lookup 1.08b-14
has caused the Debian Bug report #1020659,
regarding lookup: reproducible-builds: Embedded build path in /usr/bin/lookup
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.)
--
1020659: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1020659
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: lookup
Severity: normal
Tags: patch
User: [email protected]
Usertags: buildpath
X-Debbugs-Cc: [email protected]
The build path is embedded in /usr/bin/lookup:
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/diffoscope-results/lookup.html
/build/1st/lookup-1.08b/lookup.c:34
vs.
/build/2/lookup-1.08b/2nd/lookup.c:34
The attached patch fixes this by adding the -ffile-prefix-map argument
to CFLAGS in the upstream Makefile, and should be added to
debian/patches.
With this patch applied lookup should build reproducibly on
tests.reproducible-builds.org!
Thanks for maintaining lookup!
live well,
vagrant
From 885cd0118a719cb1d73904557063d56318ced514 Mon Sep 17 00:00:00 2001
From: Vagrant Cascadian <[email protected]>
Date: Sat, 24 Sep 2022 22:14:17 +0000
Subject: [PATCH] Makefile: Pass -ffile-prefix-map in CFLAGS to avoid embedding
build paths.
https://reproducible-builds.org/docs/build-path/
---
Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/Makefile b/Makefile
index 7bfce46..57aac3f 100644
--- a/Makefile
+++ b/Makefile
@@ -96,6 +96,7 @@ LOCAL_LIB=jefflib.a
LIBS= $(LOCAL_LIB) $(OTHERLIBS)
CFLAGS= $(OPTIONS) $(EXTRA) $(CFLAGS_EXTRA)
+CFLAGS += -ffile-prefix-map=$(CURDIR)=.
objs=lookup.o commands.o apply_regex.o eval.o
--
2.30.2
signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---
Source: lookup
Source-Version: 1.08b-14
Done: Ludovic Drolez <[email protected]>
We believe that the bug you reported is fixed in the latest version of
lookup, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Ludovic Drolez <[email protected]> (supplier of updated lookup package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Mon, 26 Aug 2024 22:13:00 +0200
Source: lookup
Architecture: source
Version: 1.08b-14
Distribution: unstable
Urgency: medium
Maintainer: Ludovic Drolez <[email protected]>
Changed-By: Ludovic Drolez <[email protected]>
Closes: 1020659 1075232
Changes:
lookup (1.08b-14) unstable; urgency=medium
.
* Fixes for GCC-14. Closes: #1075232
* Added Build path patch. Closes: #1020659
Checksums-Sha1:
3012d718c449f5a93b4f9f63d878db3e0d732f35 1341 lookup_1.08b-14.dsc
8441efabc795b8d63b28bb4e5ee69f10d6f42219 9544 lookup_1.08b-14.debian.tar.xz
a639866b92099373c4240a2c91d68a4e02098472 5604 lookup_1.08b-14_amd64.buildinfo
Checksums-Sha256:
3bb6805a28a6607b75547bfc128d5d31fe63039626f804d5874131f09e0ee9cb 1341
lookup_1.08b-14.dsc
69c4bb4c845795f57568f85cba923ce91c6fc19b930d29596d7145e36eae710d 9544
lookup_1.08b-14.debian.tar.xz
2c3af3becce73c1c7b09fcee7f8d713276845b6b0b3c433d0b41ec82ebcbaed5 5604
lookup_1.08b-14_amd64.buildinfo
Files:
cca8eb85a903da05e52528712869454b 1341 text optional lookup_1.08b-14.dsc
3fa19b46d7f243269a13b4135892315f 9544 text optional
lookup_1.08b-14.debian.tar.xz
ce8ed900c722565df261afa4b9ef6215 5604 text optional
lookup_1.08b-14_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQFHBAEBCAAxFiEEKrWNbKjxjlSqtxlZi3UoEkf5wXwFAmbM5DcTHGxkcm9sZXpA
ZGViaWFuLm9yZwAKCRCLdSgSR/nBfHKKB/sEieiJy7XygAPx23f1OUVNkwV6qSec
7L1DH17WIHX2+6tGTUOrApZ6YhzpG6my36+6mWbUkjyt8rqYkylaRRzIMOXvZKuV
p4JmvYKOEumtpUshS3Il9IcT8/QqSv5mIEM3N6F167SEd0vCboxs+kdNs0EXJzsS
ul3PSP5QfooxuXOvLwjz+Y1zI3GnBTfHbYL20UIBONqSe/FYXZLy1kRZDGSQb2Bq
doQcFNRYaym3Nom4gkNUDaGb++2NRqqiyDPsD5tsVsKMNpB81OQEYbhESErpQdqz
DKLU4IJCRTG1JTzvokcxLrAD/WHE5P8MurA3CTbyAYr8gPK4ROOK8R5l
=kVO2
-----END PGP SIGNATURE-----
pgpUPLE5S7nQD.pgp
Description: PGP signature
--- End Message ---