Your message dated Tue, 04 Feb 2025 16:06:54 +0000
with message-id <e1tflru-002ovp...@fasolo.debian.org>
and subject line Bug#1075227: fixed in linuxtv-dvb-apps 1.1.1+rev1500-2
has caused the Debian Bug report #1075227,
regarding linuxtv-dvb-apps: ftbfs with GCC-14
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 ow...@bugs.debian.org
immediately.)
--
1075227: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075227
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:linuxtv-dvb-apps
Version: 1.1.1+rev1500-1.5
Severity: important
Tags: sid trixie
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-14
[This bug is 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-14/g++-14, but succeeds to build with gcc-13/g++-13. The
severity of this report will be raised before the trixie release.
The full build log can be found at:
http://qa-logs.debian.net/2024/07/01/linuxtv-dvb-apps_1.1.1+rev1500-1.5_unstable_gccexp.log
The last lines of the build log are at the end of this report.
To build with GCC 14, either set CC=gcc-14 CXX=g++-14 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.
apt-get -t=experimental install g++
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-14/porting_to.html
[...]
make -C av7110_loadkeys all
make[3]: Entering directory '/<<PKGBUILDDIR>>/util/av7110_loadkeys'
/bin/sh generate-keynames.sh input_keynames.h
generate input_keynames.h...
CC av7110_loadkeys
av7110_loadkeys.c: In function ‘main’:
av7110_loadkeys.c:143:17: warning: ignoring return value of ‘write’ declared
with attribute ‘warn_unused_result’ [-Wunused-result]
143 | write (0, usage, strlen(usage));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
av7110_loadkeys.c:152:17: warning: ignoring return value of ‘write’ declared
with attribute ‘warn_unused_result’ [-Wunused-result]
152 | write (0, msg, strlen(msg));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
av7110_loadkeys.c:180:25: warning: ignoring return value of ‘write’ declared
with attribute ‘warn_unused_result’ [-Wunused-result]
180 | write (0, msg, strlen(msg));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
av7110_loadkeys.c:193:9: warning: ignoring return value of ‘write’ declared
with attribute ‘warn_unused_result’ [-Wunused-result]
193 | write (1, &setup, 4 + 256 * sizeof(__u16));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
av7110_loadkeys.c: In function ‘parse_keyname’:
av7110_loadkeys.c:103:25: warning: ignoring return value of ‘write’ declared
with attribute ‘warn_unused_result’ [-Wunused-result]
103 | write (0, msg, strlen(msg));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
av7110_loadkeys.c:104:25: warning: ignoring return value of ‘write’ declared
with attribute ‘warn_unused_result’ [-Wunused-result]
104 | write (0, pos-4, len1 + 4);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
av7110_loadkeys.c:105:25: warning: ignoring return value of ‘write’ declared
with attribute ‘warn_unused_result’ [-Wunused-result]
105 | write (0, "'\n", 2);
| ^~~~~~~~~~~~~~~~~~~
av7110_loadkeys.c: In function ‘print_error’:
av7110_loadkeys.c:24:9: warning: ignoring return value of ‘write’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
24 | write (0, msg, strlen(msg));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
av7110_loadkeys.c:25:9: warning: ignoring return value of ‘write’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
25 | write (0, action, strlen(action));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
av7110_loadkeys.c:26:9: warning: ignoring return value of ‘write’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
26 | write (0, " '", 2);
| ^~~~~~~~~~~~~~~~~~
av7110_loadkeys.c:27:9: warning: ignoring return value of ‘write’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
27 | write (0, file, strlen(file));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
av7110_loadkeys.c:28:9: warning: ignoring return value of ‘write’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
28 | write (0, "'\n\n", 3);
| ^~~~~~~~~~~~~~~~~~~~~
make[3]: Leaving directory '/<<PKGBUILDDIR>>/util/av7110_loadkeys'
make -C dib3000-watch all
make[3]: Entering directory '/<<PKGBUILDDIR>>/util/dib3000-watch'
CC dib3000-watch
make[3]: Leaving directory '/<<PKGBUILDDIR>>/util/dib3000-watch'
make -C dst-utils all
make[3]: Entering directory '/<<PKGBUILDDIR>>/util/dst-utils'
CC dst_test
make[3]: Leaving directory '/<<PKGBUILDDIR>>/util/dst-utils'
make -C dvbdate all
make[3]: Entering directory '/<<PKGBUILDDIR>>/util/dvbdate'
CC dvbdate
dvbdate.c: In function ‘set_time’:
dvbdate.c:312:42: error: initialization of ‘long int’ from ‘time_t *’ {aka
‘long int *’} makes integer from pointer without a cast [-Wint-conversion]
312 | struct timespec ts = { .tv_sec = new_time };
| ^~~~~~~~
dvbdate.c:312:42: note: (near initialization for ‘ts.tv_sec’)
make[3]: *** [../../Make.rules:82: dvbdate] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/util/dvbdate'
make[2]: *** [Makefile:10: all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/util'
make[1]: *** [Makefile:14: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j1 returned exit code 2
make: *** [debian/rules:4: build] Error 255
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: linuxtv-dvb-apps
Source-Version: 1.1.1+rev1500-2
Done: Andreas Tille <ti...@debian.org>
We believe that the bug you reported is fixed in the latest version of
linuxtv-dvb-apps, 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 1075...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Andreas Tille <ti...@debian.org> (supplier of updated linuxtv-dvb-apps 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 ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Tue, 04 Feb 2025 16:37:29 +0100
Source: linuxtv-dvb-apps
Architecture: source
Version: 1.1.1+rev1500-2
Distribution: unstable
Urgency: low
Maintainer: Debian VDR Team <pkg-vdr-dvb-de...@lists.alioth.debian.org>
Changed-By: Andreas Tille <ti...@debian.org>
Closes: 715667 715773 716413 779520 826072 926702 928331 1075227
Changes:
linuxtv-dvb-apps (1.1.1+rev1500-2) unstable; urgency=low
.
* Team upload.
.
[ Jonathan McCrohan ]
* d/patches/: Drop uk-CrystalPalace.diff; superseded by
dtv-scan-tables_0+git20130920.f61d5ec-1
* d/: Drop dvb-apps.bug-presubj; scan table bug reports should be reported
against dtv-scan-tables package instead
* d/watch: linuxtv-dvb-apps has been moved into the legacy section of the
linuxtv.org downloads page; update watch file accordingly
.
[ Andreas Tille ]
* Standards-Version: 4.7.0 (routine-update)
* debhelper-compat 13 (routine-update)
* Fix Vcs fields
* Fix gcc-14 build issue
Closes: #1075227
* Move libraries to multiarch dir
* Reorder sequence of d/control fields by cme (routine-update)
* Remove trailing whitespace in debian/changelog (routine-update)
* watch file standard 4 (routine-update)
* d/copyright: DEP5 + review
* Add debian/TODO with potential new upstream source
* Secure URI in watch file
* Fix alevt icon in menus
Closes: #928331
.
[ Bernhard Übelacker ]
* Fix azap crash because of a strlen(0)
Closes: #715667
* Fix czap crash because of a strlen(0)
Closes: #715773
* Fix tzap crash because of a strlen(0)
Closes: #716413
.
[ Andrew Siplas ]
* Storing address inside int leads to segfault on 64-bit machine
Closes: #779520
.
[ Frank Heckenbach ]
* Fix program table overflow
Closes: #826072
* Adapt font size in alevt to modern screen sizes
Closes: #926702
Checksums-Sha1:
48175f3877360d9e086b986a105d29c34cc1956f 2229
linuxtv-dvb-apps_1.1.1+rev1500-2.dsc
d57540db2f15bc71ae37ad7e0fb7d715212cd671 22580
linuxtv-dvb-apps_1.1.1+rev1500-2.debian.tar.xz
0b99173afa5126f5469b5d2d04af0ed22cea70d1 7916
linuxtv-dvb-apps_1.1.1+rev1500-2_amd64.buildinfo
Checksums-Sha256:
eb3574c1b4a85c42ee47043ae57c8c57ce9559609a76cbff803a37e3f733ac25 2229
linuxtv-dvb-apps_1.1.1+rev1500-2.dsc
69c9c45a6adeb73eedd94a9447564e0c6e22fe2a2ebcc47660af2f15a6357aa9 22580
linuxtv-dvb-apps_1.1.1+rev1500-2.debian.tar.xz
6482a3e14777ac8f9b3697700f4380eefc1fe075e4838950a13fa4f318510e6d 7916
linuxtv-dvb-apps_1.1.1+rev1500-2_amd64.buildinfo
Files:
cbedb3fe2bedca62c9f22613859f0257 2229 video optional
linuxtv-dvb-apps_1.1.1+rev1500-2.dsc
8f781fc942b62491356a43a469bc38f0 22580 video optional
linuxtv-dvb-apps_1.1.1+rev1500-2.debian.tar.xz
7cda644bc3fd69682f05d82b81b99f2d 7916 video optional
linuxtv-dvb-apps_1.1.1+rev1500-2_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJFBAEBCgAvFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAmeiNMgRHHRpbGxlQGRl
Ymlhbi5vcmcACgkQV4oElNHGRtGcvQ//bU2m9jplKHQeZ/Y8A3CViPF0BECEuHFQ
V2Y7r6rjRVurCnes7XBkPBbYgaAhMrMhNdafpxbVnYhRwQMmkxUA3SuW4WDKwtvd
wl9hmlFw2H+cVcod9GwaYo5au68P5EmTbLjvMdpCMN7lQCChTyb94KrqG6ZWMsZ8
otL5pR6MCl3EzcpCUPVG6hruW2r7TWafsna9rlTUu926wJ9ro91Q4mjvhQeNPFDB
YXyrhvAbJHhNGAja3GZaZcZSRTdcoblacU6vFLzNDV9Q+dphx8p1obnfUMglmiW/
JbG7HlZ9mqxq+na/ORvcZc8qU5gLUoUjRagUtpzkfBuZEMCxTaXtE/aL87e+LErO
H7Ac9+uW7czvClAdGJAhgujppGCuK62kiFgcjbzrRU8NNESGRSQ8T3T6gFpsHzAP
rFsfg6jf9sYLPYh9cKvYeqq0wW+N48cOzTSjh8JqlYW+VMB5XwdPcJUDfvrkSwrC
JKiBgQTyTH0b2KPGjWl502n/K1I9ciX/XZvz54e73jLRaZTCZ5Vh5aEOVZXYMUn9
g7CERDnUThOP/DOEeGkcuL86RK9oQRVSohwOJbcbCvCpiZNCr9fhF1uiFBKHdUgM
GEL4/SE7yrhS5OMonOqMjsyZH/gRwDNLaunFyV57V1cm7c7iuXYCW/YWZGTud7Cn
bUBTiFB3wws=
=28j4
-----END PGP SIGNATURE-----
pgpiEq9E33rWR.pgp
Description: PGP signature
--- End Message ---