Your message dated Wed, 07 Jan 2026 10:03:57 +0000
with message-id <[email protected]>
and subject line Bug#1097323: fixed in lv 4.51-10.1
has caused the Debian Bug report #1097323,
regarding lv: 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 [email protected]
immediately.)


-- 
1097323: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1097323
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:lv
Version: 4.51-10
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/lv_4.51-10_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

[...]
      |   ^~~~~  ~~~~~~~~~~~~
../src/console.c:113:46: note: declared here
  113 | extern int tgetent(), tgetflag(), tgetnum(), tputs();
      |                                              ^~~~~
../src/console.c: In function ‘ConsoleClearRight’:
../src/console.c:610:3: error: too many arguments to function ‘tputs’; expected 
0, have 3
  610 |   tputs( clr_eol, 1, putfunc );
      |   ^~~~~  ~~~~~~~
../src/console.c:113:46: note: declared here
  113 | extern int tgetent(), tgetflag(), tgetnum(), tputs();
      |                                              ^~~~~
../src/console.c: In function ‘ConsoleScrollUp’:
../src/console.c:621:5: error: too many arguments to function ‘tputs’; expected 
0, have 3
  621 |     tputs( delete_line, 1, putfunc );
      |     ^~~~~  ~~~~~~~~~~~
../src/console.c:113:46: note: declared here
  113 | extern int tgetent(), tgetflag(), tgetnum(), tputs();
      |                                              ^~~~~
../src/console.c: In function ‘ConsoleScrollDown’:
../src/console.c:627:5: error: too many arguments to function ‘tputs’; expected 
0, have 3
  627 |     tputs( insert_line, 1, putfunc );
      |     ^~~~~  ~~~~~~~~~~~
../src/console.c:113:46: note: declared here
  113 | extern int tgetent(), tgetflag(), tgetnum(), tputs();
      |                                              ^~~~~
../src/console.c: In function ‘ConsoleSetAttribute’:
../src/console.c:680:9: error: too many arguments to function ‘tputs’; expected 
0, have 3
  680 |         tputs( exit_attribute_mode, 1, putfunc );
      |         ^~~~~  ~~~~~~~~~~~~~~~~~~~
../src/console.c:113:46: note: declared here
  113 | extern int tgetent(), tgetflag(), tgetnum(), tputs();
      |                                              ^~~~~
../src/console.c:683:9: error: too many arguments to function ‘tputs’; expected 
0, have 3
  683 |         tputs( exit_underline_mode, 1, putfunc );
      |         ^~~~~  ~~~~~~~~~~~~~~~~~~~
../src/console.c:113:46: note: declared here
  113 | extern int tgetent(), tgetflag(), tgetnum(), tputs();
      |                                              ^~~~~
../src/console.c:686:9: error: too many arguments to function ‘tputs’; expected 
0, have 3
  686 |         tputs( exit_standout_mode, 1, putfunc );
      |         ^~~~~  ~~~~~~~~~~~~~~~~~~
../src/console.c:113:46: note: declared here
  113 | extern int tgetent(), tgetflag(), tgetnum(), tputs();
      |                                              ^~~~~
../src/console.c:690:9: error: too many arguments to function ‘tputs’; expected 
0, have 3
  690 |         tputs( enter_bold_mode, 1, putfunc );
      |         ^~~~~  ~~~~~~~~~~~~~~~
../src/console.c:113:46: note: declared here
  113 | extern int tgetent(), tgetflag(), tgetnum(), tputs();
      |                                              ^~~~~
../src/console.c:693:9: error: too many arguments to function ‘tputs’; expected 
0, have 3
  693 |         tputs( enter_underline_mode, 1, putfunc );
      |         ^~~~~  ~~~~~~~~~~~~~~~~~~~~
../src/console.c:113:46: note: declared here
  113 | extern int tgetent(), tgetflag(), tgetnum(), tputs();
      |                                              ^~~~~
../src/console.c:696:9: error: too many arguments to function ‘tputs’; expected 
0, have 3
  696 |         tputs( enter_standout_mode, 1, putfunc );
      |         ^~~~~  ~~~~~~~~~~~~~~~~~~~
../src/console.c:113:46: note: declared here
  113 | extern int tgetent(), tgetflag(), tgetnum(), tputs();
      |                                              ^~~~~
make[2]: *** [Makefile:51: console.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/build/reproducible-path/lv-4.51/builddir'
dh_auto_build: error: cd builddir && make -j8 returned exit code 2
make[1]: *** [debian/rules:19: override_dh_auto_build] Error 25
make[1]: Leaving directory '/build/reproducible-path/lv-4.51'
make: *** [debian/rules:13: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: lv
Source-Version: 4.51-10.1
Done: Adrian Bunk <[email protected]>

We believe that the bug you reported is fixed in the latest version of
lv, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Adrian Bunk <[email protected]> (supplier of updated lv 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 [email protected])


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

Format: 1.8
Date: Mon, 05 Jan 2026 14:15:15 +0200
Source: lv
Architecture: source
Version: 4.51-10.1
Distribution: unstable
Urgency: medium
Maintainer: HIGUCHI Daisuke (VDR dai) <[email protected]>
Changed-By: Adrian Bunk <[email protected]>
Closes: 1097323
Changes:
 lv (4.51-10.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Build with -std=gnu17 to workaround FTBFS with GCC 15.
     (Closes: #1097323)
Checksums-Sha1:
 f838aa8fe7b57039dc8081feb3900e2e7b382505 1743 lv_4.51-10.1.dsc
 1e41049970269cb37aafc3a1793d26eb19e289b3 55148 lv_4.51-10.1.debian.tar.xz
Checksums-Sha256:
 204164703a81426a9e7bc6dd559a69a18bdc06a258e3fabc40767e1edbfdcce5 1743 
lv_4.51-10.1.dsc
 7d943b64feeeeb165e4a2308dbbd2af6c3956d29d41368902a49e42cde665720 55148 
lv_4.51-10.1.debian.tar.xz
Files:
 b4b5e780918041ba326ae2cde4c82559 1743 text optional lv_4.51-10.1.dsc
 7a40addff0989a24e7da3e05061aba25 55148 text optional lv_4.51-10.1.debian.tar.xz

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

iQIzBAEBCgAdFiEEOvp1f6xuoR0v9F3wiNJCh6LYmLEFAmlbq7MACgkQiNJCh6LY
mLHE3xAAw/lZ63FtCxOOPe/eMvkMeq4QVbpaLWVAEjab2N8ftldXKqnOqHWyL50Q
8/s8RmX0adqMkOfb1mYs3sHkgIadJgLKhDT0hIBc2Hm/2B/OUgfbCD7wXRV+uxp4
zxw1u8qEadOw8QgUs1CrlVWIwFFPNw7QenVWJEaO07wY6QwWECfHSjHxmUEP777B
xB9/3vLVXsnSy3kcI+DhXhfHRuR+QW1YvjuCMjmCOc4KfP1IeMHGUfcbSgH2Yn6p
QmrVZvpZRiwy+QaoVJsmyHrOV73ZGaJa3u5Ixin7qCjmbAKSBeLN6LkH4nts63vt
+L774f4xjXP20fA7T8XgbmLgD/symZPeZlAlTRO/rBsx9Q7IIobgDntyO5sCfhyw
Jm+6tL+vDlde7f5KhmG2tDV2uqQ6GCqgmlM4blVds95dxY7WfR97/jDNdY3G4AxR
D6B8hTS4dgAlOXS+YnfXUDSU0L0D/nbthyhAF25ofQ2y3rC4OX+f0ZO96Dq4ioiL
xuBl4NdIARU9M6GaEGDlAFvR5nPYr/bAFXSLKAAC904/LB0VN8dPq01o/kB6u/8H
zwnmEWL1bk2CrcIPKf4VUEfO41FewRQMEnjpQXQDPWIxjqTgISYas6AFQc5lrtDn
wTLRCpwRW9gnYTx7dXmrrvl2HsJQChJa1w1aRkSiQvsU1VzTlCI=
=/qnF
-----END PGP SIGNATURE-----

Attachment: pgpkKD5KUKwcV.pgp
Description: PGP signature


--- End Message ---

Reply via email to