Your message dated Tue, 15 Jul 2025 05:49:07 +0000
with message-id <[email protected]>
and subject line Bug#1075592: fixed in tvoe 0.1+git20190112.9ff09d9-1
has caused the Debian Bug report #1075592,
regarding tvoe: 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 [email protected]
immediately.)


-- 
1075592: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075592
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:tvoe
Version: 0.1-1
Severity: important
Tags: sid trixie
User: [email protected]
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/tvoe_0.1-1_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[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[  9%] [BISON][ConfigParser] Building parser with bison 3.8.2
cd /<<PKGBUILDDIR>> && /usr/bin/bison -d -o 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/config_parser.c config_parser.y
config_parser.y:1.1-14: warning: deprecated directive: ‘%error-verbose’, use 
‘%define parse.error verbose’ [-Wdeprecated]
    1 | %error-verbose
      | ^~~~~~~~~~~~~~
      | %define parse.error verbose
config_parser.y: warning: fix-its can be applied.  Rerun with option 
'--update'. [-Wother]
[ 18%] [FLEX][ConfigLexer] Building scanner with flex 2.6.4
cd /<<PKGBUILDDIR>> && /usr/bin/flex 
-o/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/config_lexer.c config_lexer.l
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends 
"Unix Makefiles" /<<PKGBUILDDIR>> /<<PKGBUILDDIR>> 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/tvoe.dir/DependInfo.cmake 
"--color="
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make  -f CMakeFiles/tvoe.dir/build.make CMakeFiles/tvoe.dir/build
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 27%] Building C object CMakeFiles/tvoe.dir/config_parser.c.o
/usr/bin/cc  -I/<<PKGBUILDDIR>>/ -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu 
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
-I/usr/include/sysprof-6 -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2 -O3 -DNDEBUG   -std=c99 -Wall 
-D_XOPEN_SOURCE=700 -flto -MD -MT CMakeFiles/tvoe.dir/config_parser.c.o -MF 
CMakeFiles/tvoe.dir/config_parser.c.o.d -o 
CMakeFiles/tvoe.dir/config_parser.c.o -c 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/config_parser.c
[ 36%] Building C object CMakeFiles/tvoe.dir/config_lexer.c.o
/usr/bin/cc  -I/<<PKGBUILDDIR>>/ -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu 
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
-I/usr/include/sysprof-6 -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2 -O3 -DNDEBUG   -std=c99 -Wall 
-D_XOPEN_SOURCE=700 -flto -MD -MT CMakeFiles/tvoe.dir/config_lexer.c.o -MF 
CMakeFiles/tvoe.dir/config_lexer.c.o.d -o CMakeFiles/tvoe.dir/config_lexer.c.o 
-c /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/config_lexer.c
[ 45%] Building C object CMakeFiles/tvoe.dir/tvoe.c.o
/usr/bin/cc  -I/<<PKGBUILDDIR>>/ -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu 
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
-I/usr/include/sysprof-6 -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2 -O3 -DNDEBUG   -std=c99 -Wall 
-D_XOPEN_SOURCE=700 -flto -MD -MT CMakeFiles/tvoe.dir/tvoe.c.o -MF 
CMakeFiles/tvoe.dir/tvoe.c.o.d -o CMakeFiles/tvoe.dir/tvoe.c.o -c 
/<<PKGBUILDDIR>>/tvoe.c
/<<PKGBUILDDIR>>/tvoe.c: In function ‘main’:
/<<PKGBUILDDIR>>/tvoe.c:58:70: warning: macro "__DATE__" might prevent 
reproducible builds [-Wdate-time]
   58 |                 printf("tvoe version %s compiled on %s %s\n", "0.1", 
__DATE__, __TIME__);
      |                                                                      
^~~~~~~~
/<<PKGBUILDDIR>>/tvoe.c:58:80: warning: macro "__TIME__" might prevent 
reproducible builds [-Wdate-time]
   58 |                 printf("tvoe version %s compiled on %s %s\n", "0.1", 
__DATE__, __TIME__);
      |                                                                         
       ^~~~~~~~
/<<PKGBUILDDIR>>/tvoe.c:124:17: warning: ignoring return value of ‘freopen’ 
declared with attribute ‘warn_unused_result’ [-Wunused-result]
  124 |                 freopen("/dev/null", "r", stdin);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/tvoe.c:125:17: warning: ignoring return value of ‘freopen’ 
declared with attribute ‘warn_unused_result’ [-Wunused-result]
  125 |                 freopen("/dev/null", "w", stdout);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/tvoe.c:126:17: warning: ignoring return value of ‘freopen’ 
declared with attribute ‘warn_unused_result’ [-Wunused-result]
  126 |                 freopen("/dev/null", "w", stderr);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[ 54%] Building C object CMakeFiles/tvoe.dir/http.c.o
/usr/bin/cc  -I/<<PKGBUILDDIR>>/ -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu 
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
-I/usr/include/sysprof-6 -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2 -O3 -DNDEBUG   -std=c99 -Wall 
-D_XOPEN_SOURCE=700 -flto -MD -MT CMakeFiles/tvoe.dir/http.c.o -MF 
CMakeFiles/tvoe.dir/http.c.o.d -o CMakeFiles/tvoe.dir/http.c.o -c 
/<<PKGBUILDDIR>>/http.c
[ 63%] Building C object CMakeFiles/tvoe.dir/frontend.c.o
/usr/bin/cc  -I/<<PKGBUILDDIR>>/ -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu 
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
-I/usr/include/sysprof-6 -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2 -O3 -DNDEBUG   -std=c99 -Wall 
-D_XOPEN_SOURCE=700 -flto -MD -MT CMakeFiles/tvoe.dir/frontend.c.o -MF 
CMakeFiles/tvoe.dir/frontend.c.o.d -o CMakeFiles/tvoe.dir/frontend.c.o -c 
/<<PKGBUILDDIR>>/frontend.c
[ 72%] Building C object CMakeFiles/tvoe.dir/log.c.o
/usr/bin/cc  -I/<<PKGBUILDDIR>>/ -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu 
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
-I/usr/include/sysprof-6 -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2 -O3 -DNDEBUG   -std=c99 -Wall 
-D_XOPEN_SOURCE=700 -flto -MD -MT CMakeFiles/tvoe.dir/log.c.o -MF 
CMakeFiles/tvoe.dir/log.c.o.d -o CMakeFiles/tvoe.dir/log.c.o -c 
/<<PKGBUILDDIR>>/log.c
[ 81%] Building C object CMakeFiles/tvoe.dir/mpeg.c.o
/usr/bin/cc  -I/<<PKGBUILDDIR>>/ -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu 
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
-I/usr/include/sysprof-6 -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2 -O3 -DNDEBUG   -std=c99 -Wall 
-D_XOPEN_SOURCE=700 -flto -MD -MT CMakeFiles/tvoe.dir/mpeg.c.o -MF 
CMakeFiles/tvoe.dir/mpeg.c.o.d -o CMakeFiles/tvoe.dir/mpeg.c.o -c 
/<<PKGBUILDDIR>>/mpeg.c
In file included from /usr/include/bitstream/dvb/si/desc_40.h:39,
                 from /usr/include/bitstream/dvb/si/descs_list.h:37,
                 from /usr/include/bitstream/mpeg/psi/descs_print.h:34,
                 from /usr/include/bitstream/mpeg/psi/pmt_print.h:33,
                 from /<<PKGBUILDDIR>>/mpeg.c:6:
/usr/include/bitstream/dvb/si/strings.h: In function ‘dvb_string_set_inner’:
/usr/include/bitstream/dvb/si/strings.h:116:14: error: implicit declaration of 
function ‘strcasecmp’; did you mean ‘strncmp’? [-Wimplicit-function-declaration]
  116 |         if (!strcasecmp(psz_encoding, ppsz_dvb_encodings[i])) {
      |              ^~~~~~~~~~
      |              strncmp
In file included from /usr/include/bitstream/dvb/si/desc_58.h:39,
                 from /usr/include/bitstream/dvb/si/descs_list.h:61:
/usr/include/bitstream/dvb/si/datetime.h: In function ‘dvb_time_decode_UTC’:
/usr/include/bitstream/dvb/si/datetime.h:91:12: error: implicit declaration of 
function ‘timegm’; did you mean ‘time’? [-Wimplicit-function-declaration]
   91 |     return timegm(&tm);
      |            ^~~~~~
      |            time
make[3]: *** [CMakeFiles/tvoe.dir/build.make:175: CMakeFiles/tvoe.dir/mpeg.c.o] 
Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:86: CMakeFiles/tvoe.dir/all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[1]: *** [Makefile:94: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
dh_auto_build: error: cd obj-x86_64-linux-gnu && make -j1 VERBOSE=1 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: tvoe
Source-Version: 0.1+git20190112.9ff09d9-1
Done: наб <[email protected]>

We believe that the bug you reported is fixed in the latest version of
tvoe, 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.
наб <[email protected]> (supplier of updated tvoe 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: Sat, 05 Jul 2025 06:55:23 +0200
Source: tvoe
Architecture: source
Version: 0.1+git20190112.9ff09d9-1
Distribution: unstable
Urgency: medium
Maintainer: Package Salvaging Team <[email protected]>
Changed-By: наб <[email protected]>
Closes: 1039400 1075592 1094926
Changes:
 tvoe (0.1+git20190112.9ff09d9-1) unstable; urgency=medium
 .
   [ Andreas Tille ]
   * Team upload.
   * Latest upstream commit
     Closes: #1075592
   * Maintain package in Salvage team
     Closes: #1094926
   * Add Homepage
   * d/watch: point to latest upstream commit
   * d/copyright: header
   * Build-Depends: libdvbv5-dev
   * Build-Depends: s/pkg-config/pkgconf/
   * Standards-Version: 4.7.2 (routine-update)
   * debhelper-compat 13 (routine-update)
   * Remove trailing whitespace in debian/copyright (routine-update)
 .
   [ наб ]
   * d/tvoe.service: add (Closes: #1039400)
     + d/control: Pre-Depends: ${misc:Pre-Depends}
   * d/copyright: space-in-std-shortname-in-dep5-copyright isc license
Checksums-Sha1:
 43744e23341dc1e6c111329ae0cc8f69c16ac95e 2181 
tvoe_0.1+git20190112.9ff09d9-1.dsc
 d1d281406c0eb5ba54f25997c40fd895cc3db88d 20720 
tvoe_0.1+git20190112.9ff09d9.orig.tar.xz
 0bd9f0fb91799bc6ceafba0a2efbdf9ee9bfc1cd 2820 
tvoe_0.1+git20190112.9ff09d9-1.debian.tar.xz
 1952b446aea51565d32efdacb98fd4f222650a1b 8885 
tvoe_0.1+git20190112.9ff09d9-1_amd64.buildinfo
Checksums-Sha256:
 47e8e3565cc82d8217d9a8ccb6e5a7651ef30ea7d70f0d8904cea9d3b0bd1874 2181 
tvoe_0.1+git20190112.9ff09d9-1.dsc
 4d0b92aacec1c0dd142ab77d53c98d0903f7bd08bc89d3aa6a95f0c4e522d8e5 20720 
tvoe_0.1+git20190112.9ff09d9.orig.tar.xz
 d6e063d02228d1c80318b09255e9350eb16969352219e90e038079c0395fd00a 2820 
tvoe_0.1+git20190112.9ff09d9-1.debian.tar.xz
 f5dc8f524fbb03cb5321be4914e34d3cce11fbadbb17ecfe02d663eba5a97a32 8885 
tvoe_0.1+git20190112.9ff09d9-1_amd64.buildinfo
Files:
 3afb8686206b4dde0563b4ecbbc481b7 2181 utils optional 
tvoe_0.1+git20190112.9ff09d9-1.dsc
 60aed6a1216d533816c4fa580caddd9f 20720 utils optional 
tvoe_0.1+git20190112.9ff09d9.orig.tar.xz
 ef3322f4786f505fb69a0dd31bc29d84 2820 utils optional 
tvoe_0.1+git20190112.9ff09d9-1.debian.tar.xz
 5234a0775b975eeeb0fd6e7a27c30066 8885 utils optional 
tvoe_0.1+git20190112.9ff09d9-1_amd64.buildinfo

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

iQJFBAEBCgAvFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAmhosMgRHHRpbGxlQGRl
Ymlhbi5vcmcACgkQV4oElNHGRtE4aQ//ce8ZbCTnoYmYNIWku+rjWbJSg4pagywj
7ajT8pyO9tQ1WuvCNpwoFJzjvvmaynbzkEtwQawKpe4lkoxY+yi9hak8mLkhuIxr
JaE7v8h+DwhRfVWLQDETcvX7VAg6k55sfH5V/KCH4Ef4kUQ2/DiNTwWe3acDf5xq
7h2bDQAKEXdV5CKvmOyW/g9VYq1fQ4PxYXfcYzJDot7q84hJqu1EG+FdwrUXY/hV
b97JNTZHigYP+UnQUVhgIq/cImIy2bnghW2ZRrtwJcYqLSBJ0Nb/Gjo01GQUScRD
uaNoHG0ZLAWhtM1S7s8rUp1SKzW0yuu1UcXxdRVtYnKl3CTlNnt2HIPzJWj8dmL8
8A/7u1ZjST0UU9GBpdrBE93FoignafFPqm7n9WPL27xaCDtqtsXPaVho9QLboJrG
OXj0GvSGeOQ3BPn+RJqrfFklw9YUr0XEG4yb5uOJ/g9AgxxLTCnyg0H/JFDjKhFT
4TDLAOoAYvflqnGK4uA8P4KDeuqhM7qHQV8X5I272k9kx7z6PNNgFtg8hbdf8kUI
l9X8xhTOv0/dtFUiby8sDz/Xsn3mkw5FrJv3J8cBZHmLm6eCN8N9CYgpts6UnRl6
RNtxsQmFKcljr9JovdiFxYPUTG67XXtxBCDBusX8RZDfQEhXQsfz8aaVmgt7k/2L
4UAwOYPREzs=
=D/jw
-----END PGP SIGNATURE-----

Attachment: pgpR0XbWoq5M2.pgp
Description: PGP signature


--- End Message ---

Reply via email to