[From nobody Wed Jun 10 18:07:08 2026
Received: (at submit) by bugs.debian.org; 23 May 2026 16:41:45 +0000
X-Spam-Checker-Version: SpamAssassin 4.0.1-bugs.debian.org_2005_01_02
 (2024-03-25) on buxtehude.debian.org
X-Spam-Level: 
X-Spam-Status: No, score=-121.6 required=4.0 tests=ALL_TRUSTED,BAYES_00,
 BODY_INCLUDES_PACKAGE,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,
 DKIM_VALID_AU,DKIM_VALID_EF,FROMDEVELOPER,HAS_PACKAGE,SPF_HELO_PASS,
 SPF_PASS,USER_IN_DKIM_WELCOMELIST,X_DEBBUGS_CC autolearn=ham
 autolearn_force=no version=4.0.1-bugs.debian.org_2005_01_02
X-Spam-Bayes: score:0.0000 Tokens: new, 10; hammy, 150; neutral, 76; spammy,
 0. spammytokens: hammytokens:0.000-+--HTo:N*Debian, 0.000-+--forky,
 0.000-+--H*F:U*sanvila, 0.000-+--H*rp:U*sanvila, 0.000-+--dh_autoreconf
Return-path: &lt;sanvila@debian.org&gt;
Received: from mailly.debian.org ([2001:41b8:202:deb:6564:a62:52c3:4b72]:41064)
 by buxtehude.debian.org with esmtps
 (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256)
 (Exim 4.96) (envelope-from &lt;sanvila@debian.org&gt;) id 1wQpQ0-000Jea-1J
 for submit@bugs.debian.org; Sat, 23 May 2026 16:41:45 +0000
Received: via submission
 from C=NA, ST=NA, L=Ankh Morpork, O=Debian SMTP, OU=Debian SMTP CA,
 CN=paradis.debian.org, EMAIL=hostmaster@paradis.debian.org (verified)
 by mailly.debian.org with esmtps
 (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256)
 (Exim 4.96) (envelope-from &lt;sanvila@debian.org&gt;) id 1wQpPz-000Jt3-23
 for submit@bugs.debian.org; Sat, 23 May 2026 16:41:43 +0000
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=debian.org; 
 s=smtpauto.paradis;
 h=Date:Message-Id:Subject:To:From:Reply-To:Cc:
 MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID:
 Content-Description:In-Reply-To:References;
 bh=3w0gffILtrb+rdJboRxocKpKMuTYlcvkAng46Hldxo8=; b=J+nnHB1zCYxRAmZCxDR7a+M5ih
 7oWRr079FcmknLqclgdXpaXc61w60hysEuDg4dYg8/7zZONvfDd+RXoFKgKZv6psln/tAmhmQx3np
 LPqvtsyez4gEZn3rnQObfOpDf4BkC4o5/QHzlJRslJOBUFYedLnwcf7JyknxBPjkHco+ekgn2zQ9+
 qaKHodCTqOf2IkWFVTql3T9GDX1oZLEqazUa5pZ6hNbqtdWULTMFlC66UmXgLk05y6lnPJG+V03zM
 s50Tq607jXU0Rp7lq003bj6jzYDhCACViU4TQceQ0ebP+1GkN3UH6gQJ5svVuxP9LmzscnySaBTh3
 kwx83FFA==;
Received: from sanvila by paradis.debian.org with local (Exim 4.96)
 (envelope-from &lt;sanvila@debian.org&gt;) id 1wQpPy-000F6d-13
 for submit@bugs.debian.org; Sat, 23 May 2026 16:41:42 +0000
From: Santiago Vila &lt;sanvila@debian.org&gt;
To: Debian BTS &lt;submit@bugs.debian.org&gt;
Subject: p11-kit: FTBFS with gettext 1.0
X-Debbugs-Cc: sanvila@debian.org
Message-Id: &lt;E1wQpPy-000F6d-13@paradis.debian.org&gt;
Date: Sat, 23 May 2026 16:41:42 +0000
Delivered-To: submit@bugs.debian.org

Package: src:p11-kit
Version: 0.26.2-2
Tags: forky sid ftbfs
User: debian-qa@lists.debian.org
Usertags: gettext-1.0

Dear maintainer:

During a rebuild of all packages in unstable using gettext 1.0
(yet to be uploaded for Debian), this package failed to build.

Below you will find the last part of the build log (probably the most
relevant part, but not necessarily). If required, the full build log
is available here:

https://people.debian.org/~sanvila/gettext/build-logs/

I've written this page to explain how to reproduce the problem:

https://people.debian.org/~sanvila/gettext/

This bug will be raised to important once gettext is uploaded for
experimental, and RC once gettext is uploaded for unstable.


About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.

If you cannot reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:p11-kit, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean
   dh_clean
 debian/rules binary
dh binary
   dh_update_autotools_config
   dh_autoreconf
autoreconf: export WARNINGS=
autoreconf: Entering directory '.'
autoreconf: running: autopoint --force
autopoint: *** found more than one invocation of AM_GNU_GETTEXT_REQUIRE_VERSION
autopoint: *** Stop.
autoreconf: error: autopoint failed with exit status: 1
dh_autoreconf: error: autoreconf -f -i -v returned exit code 1
make: *** [debian/rules:28: binary] Error 255
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit status 2
--------------------------------------------------------------------------------
]