Your message dated Sat, 21 Nov 2020 22:00:20 +0000
with message-id <[email protected]>
and subject line Bug#971408: fixed in whitakers-words 0.2020.10.27-1
has caused the Debian Bug report #971408,
regarding simde: FTBFS when dpkg-buildflags passes -ffile-prefix-map
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.)


-- 
971408: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=971408
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: simde
Severity: normal
Tags: patch
User: [email protected]
Usertags: fixfilepath ftbfs
X-Debbugs-Cc: [email protected]

When run with DEB_BUILD_OPTIONS=reproducible=+fixfilepath, simde FTBFS:

  clang: error: unknown argument: '-ffile-prefix-map=/<<PKGBUILDDIR>>=.'

This is because clang 10 is the first version to support
-ffile-prefix-map, and simde is building with the default clang version
9.

The attached patch updates to clang-10 to fix this issue.

Alternately, you could stick with the default gcc, setting in
debian/rules:

  # Remove when switching to clang 10 or newer.
  export DEB_BUILD_MAINT_OPTIONS=reproducible=-fixfilepath+fixdebugpath


The "fixfilepath" feature is not yet enabled by default in
dpkg-buildflags, but it is used in the tests.reproducible-builds.org
infrastructure for unstable and experimental, and might be enabled by
default for dpkg-buildflags in the future.


Thanks for maintaining simde!


live well,
  vagrant
From ee5ce7156a2918a44cd37268ccc149873b481a49 Mon Sep 17 00:00:00 2001
From: Vagrant Cascadian <[email protected]>
Date: Wed, 30 Sep 2020 00:55:25 +0000
Subject: [PATCH] Update to clang-10 to add support for -ffile-prefix-map.

Setting the DEB_BUILD_OPTIONS=reproducible=+fixfilepath adds
-ffile-prefix-map from dpkg-buildflags to default compiler
arguments. This feature is not currently enabled by default in
dpkg-buildflags, but is enabled for parts of the
tests.reproducible-builds.org infrastructure to solve some
reproducibility issues.
---
 debian/control | 2 +-
 debian/rules   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 2588a77..312644a 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian Med Packaging Team <[email protected].
 Uploaders: Michael R. Crusoe <[email protected]>
 Build-Depends: debhelper-compat (= 13),
                cmake,
-               clang [!alpha !hppa !ia64 !m68k !sh4 !x32] <!nocheck>
+               clang-10 [!alpha !hppa !ia64 !m68k !sh4 !x32] <!nocheck>
 Standards-Version: 4.5.0
 Vcs-Browser: https://salsa.debian.org/med-team/simde
 Vcs-Git: https://salsa.debian.org/med-team/simde.git
diff --git a/debian/rules b/debian/rules
index abd2908..9b525bc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,7 +19,7 @@ endif
 override_dh_auto_configure:
 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
   ifeq (,$(filter $(DEB_HOST_ARCH),$(CLANG_SKIP)))
-	CC=clang CXX=clang++ dh_auto_configure --builddirectory=clang_test --sourcedirectory=test
+	CC=clang-10 CXX=clang++-10 dh_auto_configure --builddirectory=clang_test --sourcedirectory=test
   endif
 # According to https://wiki.debian.org/ArchitectureSpecificsMemo#Architecture_baselines
 # It is odd that gcc doesn't include this automatically, but clang does
-- 
2.28.0

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message ---
Source: whitakers-words
Source-Version: 0.2020.10.27-1
Done: Calum McConnell <[email protected]>

We believe that the bug you reported is fixed in the latest version of
whitakers-words, 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.
Calum McConnell <[email protected]> (supplier of updated 
whitakers-words 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, 02 Nov 2020 18:54:34 -0500
Binary: whitakers-words whitakers-words-data whitakers-words-dbgsym
Source: whitakers-words
Architecture: all amd64 source
Version: 0.2020.10.27-1
Distribution: unstable
Urgency: low
Maintainer: Calum McConnell <[email protected]>
Changed-By: Calum McConnell <[email protected]>
Closes: 971408
Description: 
 whitakers-words-data - Latin word parser and translation aid - data
 whitakers-words - Latin word parser and translation aid
Changes:
 whitakers-words (0.2020.10.27-1) unstable; urgency=low
 .
   * Initial release. Closes: 971408
   * This Debian version is based on upstream commit 4571565
Checksums-Sha1: 
 2071a135890db0055aebc653048b137a34dcf413 2162 
whitakers-words_0.2020.10.27-1.dsc
 d58cf0bf8657ebea592c338873a0114dcdb1a572 1749173 
whitakers-words_0.2020.10.27.orig.tar.gz
 50ece7e13a21bf131b615533c8fc2aefac4ee25e 9092 
whitakers-words_0.2020.10.27-1.debian.tar.xz
 ef7dec61dd3aa88a70c9019a240cfce4a154673b 1183540 
whitakers-words-data_0.2020.10.27-1_all.deb
 0f4d17c72f7be0cf44acac1a3492e41de6ef5cac 563196 
whitakers-words-dbgsym_0.2020.10.27-1_amd64.deb
 897abfd473758ca3a0313f679cfd56744fd20400 7153 
whitakers-words_0.2020.10.27-1_amd64.buildinfo
 bc5eb00e69955f67d4cc310d11e87c634e7259b5 284892 
whitakers-words_0.2020.10.27-1_amd64.deb
Checksums-Sha256: 
 69343abde988637599800adb46709fb916bc87d03624b90013974d2d53c554ea 2162 
whitakers-words_0.2020.10.27-1.dsc
 6014f061c47d86d387615ce36265f1a3dfa52d1306ba0a3bb29f72ce0c7ab957 1749173 
whitakers-words_0.2020.10.27.orig.tar.gz
 74f3a3a323efb14de7eeff23341a560ffe4dec03fc705f37d8b70258e2695eb0 9092 
whitakers-words_0.2020.10.27-1.debian.tar.xz
 c9f87adebc5ebdd1fa3a3706d55185e1894d54b7e64084b51fde3b233d2674ae 1183540 
whitakers-words-data_0.2020.10.27-1_all.deb
 ed5a0e49c1b46defe7260464190e42999e48f5ce4b91b09d4be905d2f01c4b4c 563196 
whitakers-words-dbgsym_0.2020.10.27-1_amd64.deb
 6b910900d56886f20a237299eb30b531842a88519234870218c053e9f14b62f3 7153 
whitakers-words_0.2020.10.27-1_amd64.buildinfo
 9ff881f1bae7b47a504c32f49b52511aabc976c11097d2e0eb49655a1dd7ddb0 284892 
whitakers-words_0.2020.10.27-1_amd64.deb
Files: 
 4196c16ec65a09a00f428eb2de868693 2162 education optional 
whitakers-words_0.2020.10.27-1.dsc
 55001b28c3b56940824429f2ee5115ac 1749173 education optional 
whitakers-words_0.2020.10.27.orig.tar.gz
 91ef6e04e899c6cebe191da890071e2a 9092 education optional 
whitakers-words_0.2020.10.27-1.debian.tar.xz
 30e95043f283eb2825075e6f24b12094 1183540 education optional 
whitakers-words-data_0.2020.10.27-1_all.deb
 7f56fd96fedb40d01d41842d05c4f566 563196 debug optional 
whitakers-words-dbgsym_0.2020.10.27-1_amd64.deb
 6839fb9083f7d1ada480832df314729e 7153 education optional 
whitakers-words_0.2020.10.27-1_amd64.buildinfo
 f4c0b3c74a29ffac39cd57d7dbbc9d85 284892 education optional 
whitakers-words_0.2020.10.27-1_amd64.deb

-----BEGIN PGP SIGNATURE-----

iQJHBAEBCAAxFiEEYtlNMqmXIhEvWffytSqc9EkN/I0FAl+0DsYTHG5pY29sYXNA
ZGViaWFuLm9yZwAKCRC1Kpz0SQ38jRSaEACDXatbBAnu4zzFxTt73oadBoEI9fya
v3dZuewUZi35TwfH0DOJUoaTlw1E3V4tgemmd72AfRosf+QqmTlleaghif4Ckxu+
LkYSAofia2BMA8M+u/do6WFy+4TmdWIT0ejT42nF3Sm7fnAe29BG8Ud4MTZ8RZMs
0HAjvHemNWe2cxROCB2iggxV4ihlBOzcuI0Iv1wiI/uip1ltahDXSQCtwvTqpsKQ
oypNf9MnavrJPlDPiLG7VVV8NGIqrclp39Nm4SeeSbM0s24AeDRAyOWaB7O2zkip
oZAWoQCaPrCKAmRfjxiryTEFSK/0ZozzMY/e4VYGHqTVOd5wpAevBkzx4z1Kd1J2
7vIQ0zjp60u4/g5GeTujJwG9zUR8Gaq0MqoV4xu/AgNyy0OZOGU0M+tI1sXuRbB0
6T9qFepLOVdRll2ecdFjgRYZtv/SY0hdyNEntWOkFeHc/pHkqbSQ/7xrQSa6p2M5
OXg8F9MXsL+Mp6lv5U65MJ4W8BJJa89asjsLJwMIFTKyd/wbaOMTVG0mfwM92GsQ
mkNIbHUNOvWf680+lxYe7GvVwJvZWkckcMLTtYHOZMSUBlqPkiJzcceXmoyoGrPD
wUgv4CxPMZZ+zk9xVjBLDC9BNEaZujbaee08V74uXdAQ6dW7yKVopbEr4/oUWxNl
dtWBNVKyU/BnMg==
=uCG0
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to