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

Bug#1096552: marked as done (dvbtune: ftbfs with GCC-15)



Your message dated Mon, 22 Sep 2025 03:04:17 +0000
with message-id <E1v0Wqf-00CG5A-2x@fasolo.debian.org>
and subject line Bug#1096552: fixed in dvbtune 0.5.ds-6
has caused the Debian Bug report #1096552,
regarding dvbtune: 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.)


-- 
1096552: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1096552
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: src:dvbtune
Version: 0.5.ds-5
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/dvbtune_0.5.ds-5_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

[...]
	make -j8 "INSTALL=install --strip-program=true" VERSION=0.5 "EXTRA_CFLAGS=-g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/dvbtune-0.5.ds=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection"
make[2]: Entering directory '/build/reproducible-path/dvbtune-0.5.ds'
gcc -g -Wall -I /usr/include/libxml2 -I ../DVB/include -DVERSION=\"0.5\" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/dvbtune-0.5.ds=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -DNEWSTRUCT -Wdate-time -D_FORTIFY_SOURCE=2  -c -o tune.o tune.c
In file included from tune.h:25,
                 from tune.c:41:
dvb_defaults.h:83:2: warning: #warning No DVB-T country defined in dvb_defaults.h [-Wcpp]
   83 | #warning No DVB-T country defined in dvb_defaults.h
      |  ^~~~~~~
dvb_defaults.h:84:2: warning: #warning defaulting to UK [-Wcpp]
   84 | #warning defaulting to UK
      |  ^~~~~~~
dvb_defaults.h:85:2: warning: #warning Ignore this if using Satellite or Cable [-Wcpp]
   85 | #warning Ignore this if using Satellite or Cable
      |  ^~~~~~~
tune.c: In function ‘check_status’:
tune.c:252:21: warning: ‘fe_info.type’ may be used uninitialized [-Wmaybe-uninitialized]
  252 |       switch(fe_info.type) {
      |              ~~~~~~~^~~~~
tune.c:219:28: note: ‘fe_info’ declared here
  219 |   struct dvb_frontend_info fe_info;
      |                            ^~~~~~~
gcc -g -Wall -I /usr/include/libxml2 -I ../DVB/include -DVERSION=\"0.5\" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/dvbtune-0.5.ds=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -DNEWSTRUCT -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro  dvbtune.c tune.o   -o dvbtune
In file included from tune.h:25,
                 from dvbtune.c:82:
dvb_defaults.h:83:2: warning: #warning No DVB-T country defined in dvb_defaults.h [-Wcpp]
   83 | #warning No DVB-T country defined in dvb_defaults.h
      |  ^~~~~~~
dvb_defaults.h:84:2: warning: #warning defaulting to UK [-Wcpp]
   84 | #warning defaulting to UK
      |  ^~~~~~~
dvb_defaults.h:85:2: warning: #warning Ignore this if using Satellite or Cable [-Wcpp]
   85 | #warning Ignore this if using Satellite or Cable
      |  ^~~~~~~
dvbtune.c: In function ‘scan_nit’:
dvbtune.c:717:16: warning: variable ‘network_id’ set but not used [-Wunused-but-set-variable]
  717 |   int info_len,network_id;
      |                ^~~~~~~~~~
dvbtune.c: In function ‘main’:
dvbtune.c:1393:15: error: too many arguments to function ‘get_unscanned’; expected 0, have 1
 1393 |     while ((t=get_unscanned(transponders))!=NULL) {
      |               ^~~~~~~~~~~~~ ~~~~~~~~~~~~
dvbtune.c:140:17: note: declared here
  140 | transponder_t*  get_unscanned() {
      |                 ^~~~~~~~~~~~~
dvbtune.c:1473:40: warning: pointer targets in passing argument 2 of ‘FEReadBER’ differ in signedness [-Wpointer-sign]
 1473 |                 FEReadBER(fd_frontend, &ber);
      |                                        ^~~~
      |                                        |
      |                                        int32_t * {aka int *}
dvbtune.c:1025:33: note: expected ‘uint32_t *’ {aka ‘unsigned int *’} but argument is of type ‘int32_t *’ {aka ‘int *’}
 1025 | int FEReadBER(int fd, uint32_t *ber)
      |                       ~~~~~~~~~~^~~
dvbtune.c:1476:54: warning: pointer targets in passing argument 2 of ‘FEReadUncorrectedBlocks’ differ in signedness [-Wpointer-sign]
 1476 |                 FEReadUncorrectedBlocks(fd_frontend, &uncorr);
      |                                                      ^~~~~~~
      |                                                      |
      |                                                      int32_t * {aka int *}
dvbtune.c:1073:47: note: expected ‘uint32_t *’ {aka ‘unsigned int *’} but argument is of type ‘int32_t *’ {aka ‘int *’}
 1073 | int FEReadUncorrectedBlocks(int fd, uint32_t *ucb)
      |                                     ~~~~~~~~~~^~~
dvbtune.c:1165:7: warning: variable ‘count’ set but not used [-Wunused-but-set-variable]
 1165 |   int count;
      |       ^~~~~
make[2]: *** [<builtin>: dvbtune] Error 1
make[2]: Leaving directory '/build/reproducible-path/dvbtune-0.5.ds'
dh_auto_build: error: make -j8 "INSTALL=install --strip-program=true" VERSION=0.5 "EXTRA_CFLAGS=-g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/dvbtune-0.5.ds=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection" returned exit code 2
make[1]: *** [debian/rules:10: override_dh_auto_build] Error 25
make[1]: Leaving directory '/build/reproducible-path/dvbtune-0.5.ds'
make: *** [debian/rules:6: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: dvbtune
Source-Version: 0.5.ds-6
Done: Marcos Talau <talau@debian.org>

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

Debian distribution maintenance software
pp.
Marcos Talau <talau@debian.org> (supplier of updated dvbtune 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: Sun, 21 Sep 2025 23:37:01 -0300
Source: dvbtune
Architecture: source
Version: 0.5.ds-6
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Marcos Talau <talau@debian.org>
Closes: 1096552
Changes:
 dvbtune (0.5.ds-6) unstable; urgency=medium
 .
   * QA upload.
   * debian/patches/fix-build-with-gcc15.patch: Fix build with GCC 15.
     (Closes: #1096552)
Checksums-Sha1:
 7248ae2594fd21592446cf8d5029592e4d7bd892 1861 dvbtune_0.5.ds-6.dsc
 535c104e6595774847af306138ad2d64fe6893d2 12580 dvbtune_0.5.ds-6.debian.tar.xz
 3575b8b7c952067628927d6a8112e9f8994932c1 7714 dvbtune_0.5.ds-6_source.buildinfo
Checksums-Sha256:
 3b4708f6698a563835934111ef5307ebad35b5a4e1c58e8a63d61962e813e96c 1861 dvbtune_0.5.ds-6.dsc
 b7be11a214c1f87c29724436a6a6ddfb71cf66ab8c3ca0e410daf791e1d40f21 12580 dvbtune_0.5.ds-6.debian.tar.xz
 d204c81090c09a0876d24a1c0e28e19fb37a1ce314d333dcc6ad2e2d1525177a 7714 dvbtune_0.5.ds-6_source.buildinfo
Files:
 48a4ba5810304f49792426508e4be177 1861 utils optional dvbtune_0.5.ds-6.dsc
 a4d066e44b742e10910720de39fffe17 12580 utils optional dvbtune_0.5.ds-6.debian.tar.xz
 d043a2f91f544489850201a7f33084c3 7714 utils optional dvbtune_0.5.ds-6_source.buildinfo

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

iQIzBAEBCgAdFiEEtSLzkVnaB9053AsR9LqqgNsoukwFAmjQt44ACgkQ9LqqgNso
ukzNgw//SPIMxZ48IKnzE7x4e7m8bMXvdSwbaEsBywWML3RMBpmiFo49EYQlXhLK
lZiJh9IebdUC9PRCAovI8zVGRy6kU1tZMEU0vI3DWj4qzdpZ2o0Lq/cRuXDwR1Hd
ZwFubbmLA5AGY9T3Q59L+jYrAWlzSfq95pOm7Xi+cE/PtVTBIZSnsbCLNnrzcMzq
idYGOWJEst3bUtbsvZR6X77TtoN5cUNeMKr+PgEjMYMOvuQaX3hsYh840qj7Qb+w
T2Web01A3iRFSQdX19EMj68/B974ay9SPBH+mIKw8c9mehuwuFMg/FN9rFB0acsR
gIOAMsWbZ0dt/OUUyrAfIC6r8T05yownFmor1vX+WO7bWkm5aihPf7rBHTinpfKD
QWxRI2zi4IXMEnwu85dyVxR4sRNw+h2yl64MWtosBVrZDlrUqF5FJycIRSVAeAdI
9/GPHmLvU8mBHSVebn5OMVsxXOgqjoEWuIwRSykrcnS9ZF3hRgVY06erXetyL7Ex
PzRQXbm9tTSiOqMiKNZfCsBJLvhH/eoqs4B+Jr/8A0N9ges2U1Vcmh/GNCV9ENYv
QZy1gAHgb8Xc1hoF3HB+oMm6N4iGg4uWFI4rfjq0h1o5fkQLJdnMUYDUdo+L6KHh
n+VtG9DatRTcAcucbQw0R8+KMon7Xs36EItNbHBgonC5GHMN3Vo=
=WyG2
-----END PGP SIGNATURE-----

Attachment: pgpSHb4lbMyWz.pgp
Description: PGP signature


--- End Message ---

Reply to: