[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1098124: marked as done (xbuffy: ftbfs with GCC-15)



Your message dated Sat, 25 Oct 2025 17:25:39 +0000
with message-id <E1vCi1L-00FWkB-0j@fasolo.debian.org>
and subject line Bug#1098124: fixed in xbuffy 3.3.bl.3.dfsg-12
has caused the Debian Bug report #1098124,
regarding xbuffy: ftbfs with GCC-15
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 owner@bugs.debian.org
immediately.)


-- 
1098124: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1098124
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: src:xbuffy
Version: 3.3.bl.3.dfsg-11
Severity: important
Tags: sid forky
User: debian-gcc@lists.debian.org
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/xbuffy_3.3.bl.3.dfsg-11_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

[...]
  187 | void CheckBox(i)
      |      ^~~~~~~~
nntp.c:207:17: error: too many arguments to function ‘DynDelete’; expected 0, have 2
  207 |                 DynDelete(newsBox->articles, DynHigh(newsBox->articles));
      |                 ^~~~~~~~~ ~~~~~~~~~~~~~~~~~
In file included from xbuffy.h:25,
                 from nntp.c:31:
libdyn/dyn.h:54:27: note: declared here
   54 | int             DynAdd(), DynDelete(), DynDestroy(), DynDebug();
      |                           ^~~~~~~~~
nntp.c:269:33: error: too many arguments to function ‘DynAdd’; expected 0, have 2
  269 |                                 DynAdd(newsBox->articles, &tempArt);
      |                                 ^~~~~~ ~~~~~~~~~~~~~~~~~
libdyn/dyn.h:54:17: note: declared here
   54 | int             DynAdd(), DynDelete(), DynDestroy(), DynDebug();
      |                 ^~~~~~
nntp.c:276:9: error: too many arguments to function ‘DynAdd’; expected 0, have 2
  276 |         DynAdd(newsBox->articles, &tempArt);
      |         ^~~~~~ ~~~~~~~~~~~~~~~~~
libdyn/dyn.h:54:17: note: declared here
   54 | int             DynAdd(), DynDelete(), DynDestroy(), DynDebug();
      |                 ^~~~~~
nntp.c: In function ‘insideBox’:
nntp.c:281:5: warning: old-style function definition [-Wold-style-definition]
  281 | int insideBox(x, firstNum, lastNum)
      |     ^~~~~~~~~
nntp.c: In function ‘CountNNTP’:
nntp.c:291:5: warning: old-style function definition [-Wold-style-definition]
  291 | int CountNNTP(newsBox, headerString, beenTouched)
      |     ^~~~~~~~~
nntp.c:372:31: error: too many arguments to function ‘DynGet’; expected 0, have 2
  372 |         artP = (Articles_t *) DynGet(newsBox->articles, 0);
      |                               ^~~~~~ ~~~~~~~~~~~~~~~~~
libdyn/dyn.h:56:17: note: declared here
   56 | DynPtr          DynGet();
      |                 ^~~~~~
xbuffy.c: In function ‘CheckBox’:
nntp.c:389:41: error: too many arguments to function ‘DynInsert’; expected 0, have 4
  389 |                                         DynInsert(headerString, ((DynHigh(headerString) > 0) ? (DynHigh(headerString) + 1) : 0), from, NEWstrlen(from));
      |                                         ^~~~~~~~~ ~~~~~~~~~~~~
libdyn/dyn.h:55:17: note: declared here
   55 | int             DynInsert(), DynParanoid();
      |                 ^~~~~~~~~
nntp.c:390:41: error: too many arguments to function ‘DynInsert’; expected 0, have 4
  390 |                                         DynInsert(headerString, ((DynHigh(headerString) > 0) ? (DynHigh(headerString) + 1) : 0), subject, NEWstrlen(subject));
      |                                         ^~~~~~~~~ ~~~~~~~~~~~~
libdyn/dyn.h:55:17: note: declared here
   55 | int             DynInsert(), DynParanoid();
      |                 ^~~~~~~~~
xbuffy.c:239:17: warning: ignoring return value of ‘system’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
  239 |                 system(currentBox->audioCmd);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
nntp.c: In function ‘initNNTP’:
nntp.c:118:9: warning: ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
  118 |         fgets(line, sizeof(line), NNTP_fIn);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
xbuffy.c: In function ‘ExecuteCommand’:
xbuffy.c:753:9: warning: ignoring return value of ‘system’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
  753 |         system(currentBox->command);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
nntp.c: In function ‘CountNNTP’:
nntp.c:337:9: warning: ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
  337 |         fgets(line, sizeof(line), NNTP_fIn);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make[1]: *** [<builtin>: xbuffy.o] Error 1
make[1]: *** [<builtin>: nntp.o] Error 1
make[1]: Leaving directory '/build/reproducible-path/xbuffy-3.3.bl.3.dfsg'
dh_auto_build: error: make -j8 returned exit code 2
make: *** [debian/rules:15: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: xbuffy
Source-Version: 3.3.bl.3.dfsg-12
Done: Adrian Bunk <bunk@debian.org>

We believe that the bug you reported is fixed in the latest version of
xbuffy, 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 1098124@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Adrian Bunk <bunk@debian.org> (supplier of updated xbuffy 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 ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sat, 25 Oct 2025 16:57:10 +0300
Source: xbuffy
Architecture: source
Version: 3.3.bl.3.dfsg-12
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Adrian Bunk <bunk@debian.org>
Closes: 1098124
Changes:
 xbuffy (3.3.bl.3.dfsg-12) unstable; urgency=medium
 .
   * QA upload.
   * Build with -std=gnu17 to workaround FTBFS with GCC 15.
     (Closes: #1098124)
Checksums-Sha1:
 1ad777e143e45262cfaa318890150fda95b64fb7 1911 xbuffy_3.3.bl.3.dfsg-12.dsc
 a8db93cdb9fdb27bb54d65c8b7367b5cad2237d7 25064 xbuffy_3.3.bl.3.dfsg-12.debian.tar.xz
Checksums-Sha256:
 443c52297a33ae3c84d50772fb09af214c2b4c2c419ed849129a0a95df247e24 1911 xbuffy_3.3.bl.3.dfsg-12.dsc
 5c622131c68dd0cf492c2ac6f150428d6189035c561d4452f349b2af0a31dde5 25064 xbuffy_3.3.bl.3.dfsg-12.debian.tar.xz
Files:
 6b81b4a937e4609482a7f85ad348f9f0 1911 mail optional xbuffy_3.3.bl.3.dfsg-12.dsc
 843dc9a56ce1f434eaed7d2c8b2f2191 25064 mail optional xbuffy_3.3.bl.3.dfsg-12.debian.tar.xz

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

iQIzBAEBCgAdFiEEOvp1f6xuoR0v9F3wiNJCh6LYmLEFAmj8/4YACgkQiNJCh6LY
mLFQGxAAgToQo8qpssBMNBWnlamBxJ1J26ag46zBgzy3pojkGVNs8v6IzzymvM7r
h1gQLLgBX/a/kmScsyI7m6zDHkLKjPRbVmB1L4rtRHX6vAPx47EumlsdEdBe5MGl
XVnnwoAL1lhQjQKrc89kZ4SYUk+ZRQ8mSpSrzvLdRJYPf1UOsjTQhZpDP3M4CPaS
X83tPYhtohzhOJNVjQBRD1+5rI8CX82X0ii7Q2OzWSoaVGYXkfS/07j8hWGZg/DL
t6oPgShKUxFkqbUAXx3DwUdUklCemCwn5vtuSA34D0dD3sK7UUiCVZq+C1Rjel4V
u5QfEiQ/vDk5dLwAITwp7W08Do18RzQkXJ/QgaUVyr8NR3agopJt1b7e5MYh1hug
gl+veyXCZvze9bttez9a3zT04/uhZXdbXp7QM19P+Oozyjd3ExBelr8lOWRUqhIR
BMIqfCbhKhx5mOwlVKl72PhpyiKmFSjiB8xHgdsAr5ewwHHF9ahd4Vn9mutG+xRj
LerALkU3p7s11qVzvTyiuHxm+1SBZQfHcfak3afZ4apO+ikWxPZk4zATjRqiT1og
HSc5TWehH2akwFcGrhcvj8cqb5vWHSklcSFjlgWik+Sk4GzQq6H1td7jZhmfYp82
brWqi+9biZtrsBYwEUc9tHOo8vXfJR67QiB3F9gUha7djO0ydCY=
=g24S
-----END PGP SIGNATURE-----

Attachment: pgpdCEpXPZcuk.pgp
Description: PGP signature


--- End Message ---

Reply to: