[From nobody Tue Aug 11 07:51:10 2026
Received: (at maintonly) by bugs.debian.org; 13 Apr 2026 13:03:56 +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=-116.7 required=4.0 tests=BAYES_00,
 BODY_INCLUDES_PACKAGE,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,
 DKIM_VALID_AU,DKIM_VALID_EF,FROMDEVELOPER,FVGT_m_MULTI_ODD,HAS_PACKAGE,
 SPF_HELO_NONE,SPF_NONE,UNPARSEABLE_RELAY,USER_IN_DKIM_WELCOMELIST
 autolearn=ham autolearn_force=no
 version=4.0.1-bugs.debian.org_2005_01_02
X-Spam-Bayes: score:0.0000 Tokens: new, 34; hammy, 150; neutral, 142; spammy,
 0. spammytokens:
 hammytokens:0.000-+--Hx-spam-relays-external:sk:stravin,
 0.000-+--H*RT:sk:stravin, 0.000-+--Hx-spam-relays-external:311,
 0.000-+--H*RT:311, 0.000-+--H*RT:108
Return-path: &lt;ema@debian.org&gt;
Received: from stravinsky.debian.org ([2001:41b8:202:deb::311:108]:41970)
 by buxtehude.debian.org with esmtps
 (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256)
 (Exim 4.96) (envelope-from &lt;ema@debian.org&gt;) id 1wCGxI-002kyf-1e
 for maintonly@bugs.debian.org; Mon, 13 Apr 2026 13:03:56 +0000
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=debian.org; 
 s=smtpauto.stravinsky;
 h=X-Debian-User:Content-Transfer-Encoding:Content-Type
 :MIME-Version:Message-ID:Subject:To:From:Date:Reply-To:Cc:Content-ID:
 Content-Description:In-Reply-To:References;
 bh=vqdIWkTej8R0Lj0Nc66PFvQGt4ou3HS2foH0zerIAVc=; b=s4oBLhEyIGnGTphDtRifOrlQ9L
 iQjzuBvNNPW671mfxUEPxL2ykAi8xUww61e3mAAge8Zko60UgnnFOes9zkisqvYe8teSzCuDU3jjm
 LEtwWqW1fEaQRHMCB0qtF2RXC0cOsttunaOAru4Rztx7m+DtEW9ew9fpUrGx1O4VeVKjuUEzDOq7J
 6yat63H8d7JZ7ulPlEDdsc4DB5YP0GubFGdXIn//6N5HGdkxlu6Egc6EOWiUHMoGahqhp3Ew7qEjr
 Gx3tOZaGdgU0dmnTsNpFQ+drNQHVZCX6O//A/If7+jqxQuJAtLFBU2F2+ggk5e9QaAHdaKFqe7rFR
 9NZCK5Mg==;
Received: from authenticated user by stravinsky.debian.org with esmtpsa
 (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256)
 (Exim 4.96) (envelope-from &lt;ema@debian.org&gt;) id 1wCGxG-00CJLn-34
 for maintonly@bugs.debian.org; Mon, 13 Apr 2026 13:03:55 +0000
Date: Mon, 13 Apr 2026 15:03:54 +0200
From: Emanuele Rocca &lt;ema@debian.org&gt;
To: maintonly@bugs.debian.org
Subject: garli: ftbfs with GCC-16
Message-ID: &lt;adzputCv6nnHh6rf@ariel.home&gt;
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
X-Debian-User: ema
Delivered-To: maintonly@bugs.debian.org

Package: src:garli
Version: 2.1-9
Severity: important
Tags: sid forky ftbfs
User: debian-gcc@lists.debian.org
Usertags: ftbfs-gcc-16

Hi,

garli fails to build in a test rebuild on at least amd64 and arm64 with
gcc-16/g++-16, but builds properly with gcc-15/g++-15. The severity of this
report will be raised before the forky release.

The full build log can be found at:
https://people.debian.org/~ema/gcc-16-rebuilds/output-1/garli_arm64.build.xz

The last lines of the build log are at the end of this report.

To build with GCC 16, either set CC=gcc-16 CXX=g++-16 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

  apt-get -t=experimental install g++ 

Common build failures include unused (but set) variables, array subscripts
partly outside array bounds, and new/dropped symbols in Debian symbols files.
For other C/C++ related build failures see the porting guide at
http://gcc.gnu.org/gcc-16/porting_to.html

Please only close this issue after double-checking that the package can be
built correctly with GCC 16.

Please do not reassign this bug to another package. If a fix in another package
is required, then file a bug for the other package (or clone), and mark this
bug as blocked by the bug in the other package.

[...]


   32 |                                   __va_arg_pack ());
      |                                   ~~~~~~~~~~~~~~~~~
/usr/include/aarch64-linux-gnu/bits/stdio2.h:30:34: note: in a call to built-in function ‘int __builtin_sprintf(char*, const char*, ...)’
/usr/include/aarch64-linux-gnu/bits/stdio2.h:30:34: warning: null destination pointer [-Wformat-overflow=]
In file included from /usr/include/stdio.h:970,
                 from /usr/include/c++/16/cstdio:47,
                 from /usr/include/ncl/ncl.h:27,
                 from garlireader.cpp:41:
In function ‘int sprintf(char*, const char*, ...)’,
    inlined from ‘ErrorException::ErrorException(const char*, ...)’ at errorexception.h:97:12:
/usr/include/aarch64-linux-gnu/bits/stdio2.h:30:34: warning: argument 1 null where non-null expected [-Wnonnull]
   30 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   31 |                                   __glibc_objsize (__s), __fmt,
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   32 |                                   __va_arg_pack ());
      |                                   ~~~~~~~~~~~~~~~~~
/usr/include/aarch64-linux-gnu/bits/stdio2.h:30:34: note: in a call to built-in function ‘int __builtin_sprintf(char*, const char*, ...)’
/usr/include/aarch64-linux-gnu/bits/stdio2.h:30:34: warning: null destination pointer [-Wformat-overflow=]
In file included from /usr/include/stdio.h:970,
                 from /usr/include/c++/16/cstdio:47,
                 from /usr/include/c++/16/ext/string_conversions.h:47,
                 from /usr/include/c++/16/bits/basic_string.h:4499,
                 from /usr/include/c++/16/string:58,
                 from /usr/include/c++/16/bits/locale_classes.h:43,
                 from /usr/include/c++/16/bits/ios_base.h:43,
                 from /usr/include/c++/16/ios:46,
                 from /usr/include/c++/16/bits/ostream.h:43,
                 from /usr/include/c++/16/ostream:42,
                 from /usr/include/c++/16/iostream:43,
                 from datamatr.cpp:20:
In function ‘int sprintf(char*, const char*, ...)’,
    inlined from ‘ErrorException::ErrorException(const char*, ...)’ at errorexception.h:97:12:
/usr/include/aarch64-linux-gnu/bits/stdio2.h:30:34: warning: argument 1 null where non-null expected [-Wnonnull]
   30 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   31 |                                   __glibc_objsize (__s), __fmt,
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   32 |                                   __va_arg_pack ());
      |                                   ~~~~~~~~~~~~~~~~~
/usr/include/aarch64-linux-gnu/bits/stdio2.h:30:34: note: in a call to built-in function ‘int __builtin_sprintf(char*, const char*, ...)’
/usr/include/aarch64-linux-gnu/bits/stdio2.h:30:34: warning: null destination pointer [-Wformat-overflow=]
In file included from /usr/include/stdio.h:970,
                 from /usr/include/c++/16/cstdio:47,
                 from /usr/include/c++/16/ext/string_conversions.h:47,
                 from /usr/include/c++/16/bits/basic_string.h:4499,
                 from /usr/include/c++/16/string:58,
                 from datamatr.h:23,
                 from sequencedata.h:27,
                 from sequencedata.cpp:21:
In function ‘int sprintf(char*, const char*, ...)’,
    inlined from ‘ErrorException::ErrorException(const char*, ...)’ at errorexception.h:97:12:
/usr/include/aarch64-linux-gnu/bits/stdio2.h:30:34: warning: argument 1 null where non-null expected [-Wnonnull]
   30 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   31 |                                   __glibc_objsize (__s), __fmt,
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   32 |                                   __va_arg_pack ());
      |                                   ~~~~~~~~~~~~~~~~~
/usr/include/aarch64-linux-gnu/bits/stdio2.h:30:34: note: in a call to built-in function ‘int __builtin_sprintf(char*, const char*, ...)’
/usr/include/aarch64-linux-gnu/bits/stdio2.h:30:34: warning: null destination pointer [-Wformat-overflow=]
make[4]: Leaving directory '/build/reproducible-path/garli-2.1/src'
make[3]: *** [Makefile:402: all-recursive] Error 1
make[3]: Leaving directory '/build/reproducible-path/garli-2.1'
make[2]: *** [Makefile:343: all] Error 2
make[2]: Leaving directory '/build/reproducible-path/garli-2.1'
dh_auto_build: error: make -j128 returned exit code 2
make[1]: *** [debian/rules:13: override_dh_auto_configure] Error 25
make[1]: Leaving directory '/build/reproducible-path/garli-2.1'
make: *** [debian/rules:8: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit status 2
]