[From nobody Fri May 15 22:05:08 2026
Received: (at submit) by bugs.debian.org; 15 May 2026 18:09:55 +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=-120.5 required=4.0 tests=BAYES_00,
 BODY_INCLUDES_PACKAGE,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,
 DKIM_VALID_AU,DKIM_VALID_EF,FROMDEVELOPER,HAS_PACKAGE,
 PP_MIME_FAKE_ASCII_TEXT,RCVD_IN_DNSWL_MED,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, 27; hammy, 150; neutral, 75; spammy,
 0. spammytokens: hammytokens:0.000-+--forky, 0.000-+--HTo:N*Debian,
 0.000-+--H*F:U*sanvila, 0.000-+--H*rp:U*sanvila, 0.000-+--cutf8
Return-path: &lt;sanvila@debian.org&gt;
Received: from mitropoulos.debian.org
 ([2001:648:2ffc:deb:216:61ff:fe9d:958d]:45402)
 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 1wNwyx-00H75p-1a
 for submit@bugs.debian.org; Fri, 15 May 2026 18:09:55 +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 mitropoulos.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 1wNwyv-006ukC-2q
 for submit@bugs.debian.org; Fri, 15 May 2026 18:09:53 +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=572XnUG3LBy+rbVHWwRT1YNxP0GX6lklWYgESLpnu74=; b=nKsYA96WVn/YK4aDb2YLiA2HXx
 kElYa2lP0hB7tdeAj+HAtZ1pBtD8Xa64NhTxtest0bA46Mzh/qdzSqnpz7YFA+DxoNvIwcL1TPDNK
 eX+5hGrnQd4h5Hdn/R/2DD9o1uMZiKkJ1pU/icYAXmtFJ7bBkZtZ1SpkYiyfi/kLZuhaXHagKHmWb
 8ElP+p/Z3dt7fZ/XQ2iarn/1HjbjY10lLBNP93KuyGVrZgWPOwmHyRYl+sGxpMYOe+k8VnvgKnmQL
 05AelqSQLClOT42Cqbn/tAInF5nUPELm0+Gzjw/oFmuH/NTAR+Y/AWbpvBQFbdWwPP+esCLim8q/K
 C2loX55A==;
Received: from sanvila by paradis.debian.org with local (Exim 4.96)
 (envelope-from &lt;sanvila@debian.org&gt;) id 1wNwyu-005yDW-0v
 for submit@bugs.debian.org; Fri, 15 May 2026 18:09:52 +0000
From: Santiago Vila &lt;sanvila@debian.org&gt;
To: Debian BTS &lt;submit@bugs.debian.org&gt;
Subject: elogind: FTBFS: src/basic/errno-to-name.h:71:23: error: initialized
 field overwritten [-Werror=override-init]
X-Debbugs-Cc: sanvila@debian.org
Message-Id: &lt;E1wNwyu-005yDW-0v@paradis.debian.org&gt;
Date: Fri, 15 May 2026 18:09:52 +0000
Delivered-To: submit@bugs.debian.org

Package: src:elogind
Version: 255.17-1debian5
Severity: serious
Tags: ftbfs forky sid

Dear maintainer:

During a rebuild of all packages in unstable, 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/build-logs/202605/

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:elogind, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
[32/684] cc -Isrc/basic/libbasic.a.p -Isrc/basic -I../src/ba [too-long-redacted] .o -c ../src/basic/errno-list.c
FAILED: [code=1] src/basic/libbasic.a.p/errno-list.c.o 
cc -Isrc/basic/libbasic.a.p -Isrc/basic -I../src/basic -Isrc [too-long-redacted] .o -c ../src/basic/errno-list.c
In file included from ../src/basic/errno-list.c:13:
src/basic/errno-to-name.h:71:23: error: initialized field overwritten [-Werror=override-init]
   71 |         [EFSBADCRC] = &quot;EFSBADCRC&quot;,
      |                       ^~~~~~~~~~~
src/basic/errno-to-name.h:71:23: note: (near initialization for ‘errno_names[74]’)
src/basic/errno-to-name.h:114:26: error: initialized field overwritten [-Werror=override-init]
  114 |         [EFSCORRUPTED] = &quot;EFSCORRUPTED&quot;,
      |                          ^~~~~~~~~~~~~~
src/basic/errno-to-name.h:114:26: note: (near initialization for ‘errno_names[117]’)
cc1: some warnings being treated as errors
[33/684] cc -Isrc/basic/libbasic.a.p -Isrc/basic -I../src/ba [too-long-redacted] .c.o -c ../src/basic/env-util.c
ninja: build stopped: subcommand failed.
dh_auto_build: error: cd build &amp;&amp; LC_ALL=C.UTF-8 ninja -j2 -v returned exit code 1
make: *** [debian/rules:51: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit status 2
--------------------------------------------------------------------------------
]