Debian Bug report logs - #1098180
xwpe: ftbfs with GCC-15

version graph

Package: src:xwpe; Maintainer for src:xwpe is Francesco Paolo Lovergine <[email protected]>;

Reported by: Matthias Klose <[email protected]>

Date: Mon, 17 Feb 2025 18:06:36 UTC

Severity: important

Tags: forky, sid

Found in version xwpe/1.5.30a-4

Full log


Message #5 received at [email protected] (full text, mbox, reply):

Received: (at maintonly) by bugs.debian.org; 17 Feb 2025 18:03:02 +0000
From [email protected] Mon Feb 17 18:03:02 2025
X-Spam-Checker-Version: SpamAssassin 3.4.6-bugs.debian.org_2005_01_02
	(2021-04-09) on buxtehude.debian.org
X-Spam-Level: 
X-Spam-Status: No, score=-118.2 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,FVGT_m_MULTI_ODD,HAS_PACKAGE,
	SPF_HELO_PASS,SPF_NONE,USER_IN_DKIM_WELCOMELIST,USER_IN_DKIM_WHITELIST
	autolearn=ham autolearn_force=no
	version=3.4.6-bugs.debian.org_2005_01_02
X-Spam-Bayes: score:0.0000 Tokens: new, 56; hammy, 150; neutral, 170; spammy,
	0. spammytokens: hammytokens:0.000-+--trixie, 0.000-+--H*F:U*doko,
	0.000-+--qalogsdebiannet, 0.000-+--UD:qa-logs.debian.net,
	0.000-+--qa-logs.debian.net
Return-path: <[email protected]>
Received: from mailly.debian.org ([2001:41b8:202:deb:6564:a62:52c3:4b72]:54066)
	from C=NA,ST=NA,L=Ankh Morpork,O=Debian SMTP,OU=Debian SMTP CA,CN=mailly.debian.org,[email protected] (verified)
	by buxtehude.debian.org with esmtps (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256)
	(Exim 4.94.2)
	(envelope-from <[email protected]>)
	id 1tk5SQ-00AnG2-Ko
	for [email protected]; Mon, 17 Feb 2025 18:03:02 +0000
Received: from paradis.debian.org ([2607:f8f0:614:1::1274:67]:45890)
	from C=NA,ST=NA,L=Ankh Morpork,O=Debian SMTP,OU=Debian SMTP CA,CN=paradis.debian.org,[email protected] (verified)
	by mailly.debian.org with esmtps (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256)
	(Exim 4.94.2)
	(envelope-from <[email protected]>)
	id 1tk5SP-006TJU-1m
	for [email protected]; Mon, 17 Feb 2025 18:03:01 +0000
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=debian.org;
	s=smtpauto.paradis; h=Date:Message-Id:Content-Transfer-Encoding:Content-Type:
	MIME-Version:From:Subject:To:Reply-To:Cc:Content-ID:Content-Description:
	In-Reply-To:References; bh=NCA4AV4Myd1jN0lROH13++ShWYRuFojCgHbDXyt78U8=; b=iY
	ZEDcJ+LuJCzVT/bA43OsQWr0ptayIEhJbJPjl7rG4wlQ36u89sQ6N6tKfeyGOWvEIRGLm0FUO/h9d
	96HJSnf07UZP/ky+pPo4gXV8XEVTEGdF+v6iaYGyxmXdrd3qDOTzZaRvhdu8BCtvtHKGiCXd4OCtL
	FTmU0dnS5pRlEsTp/tSP4vJUrBO0qEKyLXxJg8OwwVB0h7OOu0M8u8cP2AGn1N8pzHWhIvvngsgHK
	1CkoyXErfa8Wb6glv9ihjWfC4eD3BK0jmYihQCqWTvML11Bcf/HYk3KpG16Rr6PRZHot9oO+eQCd4
	jdwidHxEXZaCrv4e6UXO+THCFaL5IEFw==;
Received: from doko by paradis.debian.org with local (Exim 4.94.2)
	(envelope-from <[email protected]>)
	id 1tk5SN-009RuF-Ap
	for [email protected]; Mon, 17 Feb 2025 18:02:59 +0000
To: [email protected]
Subject: xwpe: ftbfs with GCC-15
From: Matthias Klose <[email protected]>
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 8bit
Message-Id: <[email protected]>
Date: Mon, 17 Feb 2025 18:02:59 +0000
Delivered-To: [email protected]
Package: src:xwpe
Version: 1.5.30a-4
Severity: important
Tags: sid forky
User: [email protected]
Usertags: ftbfs-gcc-15

[This bug is NOT targeted to the upcoming trixie release]

Please keep this issue open in the bug tracker for the package it
was filed for.  If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.

The package fails to build in a test rebuild on at least amd64 with
gcc-15/g++-15, but succeeds to build with gcc-14/g++-14. The
severity of this report will be raised before the forky release.

The full build log can be found at:
http://qa-logs.debian.net/2025/02/16/amd64exp/xwpe_1.5.30a-4_unstable_gccexp.log.gz
The last lines of the build log are at the end of this report.

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

  apt-get -t=experimental install g++ 

GCC 15 now defaults to the C23/C++23 standards, exposing many FTBFS.
Other Common build failures are new warnings resulting in build failures
with -Werror turned on, or new/dropped symbols in Debian symbols files.
For other C/C++ related build failures see the porting guide at
http://gcc.gnu.org/gcc-15/porting_to.html

[...]
      |     ^~~~~~~~~~~
we_fl_fkt.c:22:5: note: previous declaration of ‘e_read_info’ with type ‘int(void)’
   22 | int e_read_info();
      |     ^~~~~~~~~~~
we_edit.c: In function ‘e_eingabe’:
we_edit.c:444:22: error: too many arguments to function ‘e_del_a_ind’; expected 0, have 2
  444 |      if (f->flg & 1) e_del_a_ind(b,  s);
      |                      ^~~~~~~~~~~ ~
we_edit.c:17:5: note: declared here
   17 | int e_del_a_ind();
      |     ^~~~~~~~~~~
we_edit.c:483:4: error: too many arguments to function ‘e_tab_a_ind’; expected 0, have 2
  483 |    e_tab_a_ind(b, s);
      |    ^~~~~~~~~~~ ~
we_edit.c:18:5: note: declared here
   18 | int e_tab_a_ind();
      |     ^~~~~~~~~~~
we_edit.c: In function ‘e_tst_cur’:
we_edit.c:676:10: error: too many arguments to function ‘e_help_next’; expected 0, have 2
  676 |          e_help_next(f, 0);
      |          ^~~~~~~~~~~ ~
we_edit.c:19:5: note: declared here
   19 | int e_help_next();
      |     ^~~~~~~~~~~
we_edit.c:681:10: error: too many arguments to function ‘e_help_next’; expected 0, have 2
  681 |          e_help_next(f, 1);
      |          ^~~~~~~~~~~ ~
we_edit.c:19:5: note: declared here
   19 | int e_help_next();
      |     ^~~~~~~~~~~
we_edit.c: At top level:
we_edit.c:1254:5: error: conflicting types for ‘e_tab_a_ind’; have ‘int(BUFFER *, SCHIRM *)’ {aka ‘int(struct BFF *, struct SCHRM *)’}
 1254 | int e_tab_a_ind(BUFFER *b, SCHIRM *s)
      |     ^~~~~~~~~~~
we_edit.c:18:5: note: previous declaration of ‘e_tab_a_ind’ with type ‘int(void)’
   18 | int e_tab_a_ind();
      |     ^~~~~~~~~~~
we_edit.c:1372:5: error: conflicting types for ‘e_del_a_ind’; have ‘int(BUFFER *, SCHIRM *)’ {aka ‘int(struct BFF *, struct SCHRM *)’}
 1372 | int e_del_a_ind(BUFFER *b, SCHIRM *s)
      |     ^~~~~~~~~~~
we_edit.c:17:5: note: previous declaration of ‘e_del_a_ind’ with type ‘int(void)’
   17 | int e_del_a_ind();
      |     ^~~~~~~~~~~
we_edit.c: In function ‘e_autosave’:
we_edit.c:2051:9: error: too many arguments to function ‘e_make_postf’; expected 0, have 3
 2051 |   str = e_make_postf(str, f->datnam, ".ASV");
      |         ^~~~~~~~~~~~ ~~~
we_edit.c:16:7: note: declared here
   16 | char *e_make_postf();
      |       ^~~~~~~~~~~~
make[1]: *** [Makefile:107: we_fl_fkt.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: *** [Makefile:107: we_edit.o] Error 1
we_fl_unix.c: In function ‘e_ed_man’:
we_fl_unix.c:3419:43: warning: ‘%s’ directive writing up to 255 bytes into a region of size 243 [-Wformat-overflow=]
 3419 |       sprintf(command, " man -s %s %s > \'%s\' 2> /dev/null", nstr, hstr, tstr);
      |                                           ^~                              ~~~~
we_fl_unix.c:3419:7: note: ‘sprintf’ output 28 or more bytes (assuming 283) into a destination of size 256
 3419 |       sprintf(command, " man -s %s %s > \'%s\' 2> /dev/null", nstr, hstr, tstr);
      |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
we_fl_unix.c:3417:37: warning: ‘%s’ directive writing up to 255 bytes into a region of size 247 [-Wformat-overflow=]
 3417 |       sprintf(command, " man %s > \'%s\' 2> /dev/null", hstr, tstr);
      |                                     ^~                        ~~~~
we_fl_unix.c:3417:7: note: ‘sprintf’ output 24 or more bytes (assuming 279) into a destination of size 256
 3417 |       sprintf(command, " man %s > \'%s\' 2> /dev/null", hstr, tstr);
      |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make[1]: Leaving directory '/build/reproducible-path/xwpe-1.5.30a'
dh_auto_build: error: make -j8 returned exit code 2
make: *** [debian/rules:11: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2



Send a report that this bug log contains spam.


Debian bug tracking system administrator <[email protected]>. Last modified: Tue May 13 17:46:06 2025; Machine Name: buxtehude

Debian Bug tracking system

Debbugs is free software and licensed under the terms of the GNU General Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.