Your message dated Sun, 26 Jul 2020 19:04:53 +0000
with message-id <e1jzlx7-0007i5...@fasolo.debian.org>
and subject line Bug#957492: fixed in linuxtv-dvb-apps 1.1.1+rev1500-1.4
has caused the Debian Bug report #957492,
regarding linuxtv-dvb-apps: ftbfs with GCC-10
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.)


-- 
957492: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957492
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:linuxtv-dvb-apps
Version: 1.1.1+rev1500-1.2
Severity: normal
Tags: sid bullseye
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-10

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-10/g++-10, but succeeds to build with gcc-9/g++-9. The
severity of this report will be raised before the bullseye release,
so nothing has to be done for the buster release.

The full build log can be found at:
http://people.debian.org/~doko/logs/gcc10-20200225/linuxtv-dvb-apps_1.1.1+rev1500-1.2_unstable_gcc10.log
The last lines of the build log are at the end of this report.

To build with GCC 10, either set CC=gcc-10 CXX=g++-10 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-10/porting_to.html

[...]
CC gotox
make[3]: Leaving directory '/<<PKGBUILDDIR>>/util/gotox'
make -C zap all
make[3]: Entering directory '/<<PKGBUILDDIR>>/util/zap'
CC zap_ca.o
CC zap_dvb.o
CC zap
make[3]: Leaving directory '/<<PKGBUILDDIR>>/util/zap'
make -C lsdvb all
make[3]: Entering directory '/<<PKGBUILDDIR>>/util/lsdvb'
CC lsdvb
lsdvb.c: In function ‘get_frontend_entry’:
lsdvb.c:74:20: warning: ‘%s’ directive writing up to 255 bytes into a region of 
size 49 [-Wformat-overflow=]
   74 |   sprintf(tmp, "%s/%s", DVB_SYSFS_DIR, adap_dir->d_name);
      |                    ^~
In file included from /usr/include/stdio.h:867,
                 from lsdvb.c:24:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:36:10: note: 
‘__builtin___sprintf_chk’ output between 16 and 271 bytes into a destination of 
size 64
   36 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   37 |       __bos (__s), __fmt, __va_arg_pack ());
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
lsdvb.c: In function ‘main’:
lsdvb.c:292:33: warning: ‘%s’ directive writing up to 63 bytes into a region of 
size between 36 and 46 [-Wformat-overflow=]
  292 |    sprintf(fedev, "%s/adapter%d/%s", DVB_DIR, adapter, frontend);
      |                                 ^~                     ~~~~~~~~
In file included from /usr/include/stdio.h:867,
                 from lsdvb.c:24:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:36:10: note: 
‘__builtin___sprintf_chk’ output between 19 and 92 bytes into a destination of 
size 64
   36 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   37 |       __bos (__s), __fmt, __va_arg_pack ());
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make[3]: Leaving directory '/<<PKGBUILDDIR>>/util/lsdvb'
make -C alevt all
make[3]: Entering directory '/<<PKGBUILDDIR>>/util/alevt'
cc -O -g -w -DVERSION=\"1.7.0\" -DWITH_PNG -DUSE_LIBZVBI -I/include -Wdate-time 
-D_FORTIFY_SOURCE=2  -c -o main.o main.c
cc -O -g -w -DVERSION=\"1.7.0\" -DWITH_PNG -DUSE_LIBZVBI -I/include -Wdate-time 
-D_FORTIFY_SOURCE=2  -c -o ui.o ui.c
cc bdf2xbm.c -o bdf2xbm
./bdf2xbm font1 <vtxt-latin-1.bdf >font1.xbm
./bdf2xbm font2 <vtxt-latin-2.bdf >font2.xbm
./bdf2xbm font3 <vtxt-koi8.bdf >font3.xbm
./bdf2xbm font4 <vtxt-iso8859-7.bdf >font4.xbm
fgrep -h "#define" font1.xbm font2.xbm font3.xbm font4.xbm >fontsize.h
cc -O -g -w -DVERSION=\"1.7.0\" -DWITH_PNG -DUSE_LIBZVBI -I/include -Wdate-time 
-D_FORTIFY_SOURCE=2  -c -o xio.o xio.c
cc -O -g -w -DVERSION=\"1.7.0\" -DWITH_PNG -DUSE_LIBZVBI -I/include -Wdate-time 
-D_FORTIFY_SOURCE=2  -c -o fdset.o fdset.c
cc -O -g -w -DVERSION=\"1.7.0\" -DWITH_PNG -DUSE_LIBZVBI -I/include -Wdate-time 
-D_FORTIFY_SOURCE=2  -c -o vbi.o vbi.c
cc -O -g -w -DVERSION=\"1.7.0\" -DWITH_PNG -DUSE_LIBZVBI -I/include -Wdate-time 
-D_FORTIFY_SOURCE=2  -c -o cache.o cache.c
cc -O -g -w -DVERSION=\"1.7.0\" -DWITH_PNG -DUSE_LIBZVBI -I/include -Wdate-time 
-D_FORTIFY_SOURCE=2  -c -o help.o help.c
cc -O -g -w -DVERSION=\"1.7.0\" -DWITH_PNG -DUSE_LIBZVBI -I/include -Wdate-time 
-D_FORTIFY_SOURCE=2  -c -o search.o search.c
cc -O -g -w -DVERSION=\"1.7.0\" -DWITH_PNG -DUSE_LIBZVBI -I/include -Wdate-time 
-D_FORTIFY_SOURCE=2  -c -o misc.o misc.c
cc -O -g -w -DVERSION=\"1.7.0\" -DWITH_PNG -DUSE_LIBZVBI -I/include -Wdate-time 
-D_FORTIFY_SOURCE=2  -c -o hamm.o hamm.c
cc -O -g -w -DVERSION=\"1.7.0\" -DWITH_PNG -DUSE_LIBZVBI -I/include -Wdate-time 
-D_FORTIFY_SOURCE=2  -c -o lang.o lang.c
cc -O -g -w -DVERSION=\"1.7.0\" -DWITH_PNG -DUSE_LIBZVBI -I/include -Wdate-time 
-D_FORTIFY_SOURCE=2  -c -o export.o export.c
cc -O -g -w -DVERSION=\"1.7.0\" -DWITH_PNG -DUSE_LIBZVBI -I/include -Wdate-time 
-D_FORTIFY_SOURCE=2  -c -o exp-txt.o exp-txt.c
cc -O -g -w -DVERSION=\"1.7.0\" -DWITH_PNG -DUSE_LIBZVBI -I/include -Wdate-time 
-D_FORTIFY_SOURCE=2  -c -o exp-html.o exp-html.c
cc -O -g -w -DVERSION=\"1.7.0\" -DWITH_PNG -DUSE_LIBZVBI -I/include -Wdate-time 
-D_FORTIFY_SOURCE=2  -c -o exp-gfx.o exp-gfx.c
cc -O -g -w -DVERSION=\"1.7.0\" -DWITH_PNG -DUSE_LIBZVBI -I/include -Wdate-time 
-D_FORTIFY_SOURCE=2  -c -o font.o font.c
cc -O -g -w main.o ui.o xio.o fdset.o vbi.o cache.o help.o search.o misc.o 
hamm.o lang.o export.o exp-txt.o exp-html.o exp-gfx.o font.o -Wl,-z,relro -o 
alevt -L/usr/lib -L/usr/lib64 -lX11 -lpng -lz -lm -lzvbi -lpthread
/usr/bin/ld: vbi.o:/<<PKGBUILDDIR>>/util/alevt/vbi.c:38: multiple definition of 
`sid'; main.o:/<<PKGBUILDDIR>>/util/alevt/main.c:23: first defined here
collect2: error: ld returned 1 exit status
make[3]: *** [Makefile:28: alevt] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/util/alevt'
make[2]: *** [Makefile:22: 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 25
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-1.4
Done: Aurelien Jarno <aure...@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 957...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Aurelien Jarno <aure...@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: Sun, 26 Jul 2020 20:42:38 +0200
Source: linuxtv-dvb-apps
Architecture: source
Version: 1.1.1+rev1500-1.4
Distribution: unstable
Urgency: medium
Maintainer: Debian VDR Team <pkg-vdr-dvb-de...@lists.alioth.debian.org>
Changed-By: Aurelien Jarno <aure...@debian.org>
Closes: 957492
Changes:
 linuxtv-dvb-apps (1.1.1+rev1500-1.4) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Add a patch to fix build with gcc 10, caused by multiple definition of the
     'sid' global variable. (Closes: #957492).
Checksums-Sha1:
 9635b38f0aa223693c3263df17f64c0c2bf774fd 2190 
linuxtv-dvb-apps_1.1.1+rev1500-1.4.dsc
 da7d43ae9003a0636c9f5eb7ba0a2e5fd4d9fa12 19228 
linuxtv-dvb-apps_1.1.1+rev1500-1.4.debian.tar.xz
 8377fbc01496a5a697f5a30a1d4b613cb1a13e45 5843 
linuxtv-dvb-apps_1.1.1+rev1500-1.4_source.buildinfo
Checksums-Sha256:
 420f2d1cc199e8d1e5aae2ca89f2e4b48d2db893689743ab538663fab4f5f662 2190 
linuxtv-dvb-apps_1.1.1+rev1500-1.4.dsc
 d208b7ae6fb184837c7574c9961d6a66b6c8e398ba637f007bbce187ca894a73 19228 
linuxtv-dvb-apps_1.1.1+rev1500-1.4.debian.tar.xz
 be4951b50734ca9e8818a22d2ebb300a3342e0dd2fb18de9ade16a3b7168dea5 5843 
linuxtv-dvb-apps_1.1.1+rev1500-1.4_source.buildinfo
Files:
 63853507395b68113804bd4083d8a6cc 2190 video extra 
linuxtv-dvb-apps_1.1.1+rev1500-1.4.dsc
 d1b994a4f532caa4f8d11eeb07bc9d05 19228 video extra 
linuxtv-dvb-apps_1.1.1+rev1500-1.4.debian.tar.xz
 96abd09e81d879011b288badc89f2991 5843 video extra 
linuxtv-dvb-apps_1.1.1+rev1500-1.4_source.buildinfo

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

iQIzBAEBCgAdFiEEUryGlb40+QrX1Ay4E4jA+JnoM2sFAl8dzvQACgkQE4jA+Jno
M2sadBAAlIEe4n0LJ8E33ctelIrmJSVhNraVtvw4T6Be3Bop7fRUtMSyIaeDQClY
qMXZwgZOj8mi5gDWB79I8ehbKiNet5FTSNTQ9/OilZ+Gyh9CS29QeDQbmzx/NYxq
T32RaTvrN3uwW77XLcnT18LZMNiKaCFvgYR9wWwcu3NnowLcobSx28SywQosI9BI
xBaORfi8FF/wpzEsecJflMZRAxfrWkJeYLiQ2qylA3zknaK0Sq3nB7QrvQD6XyvV
t8Lkh8sn8Bp+XI76oUxmzgJxOFwNar2HXe+cCsNI6APaNRUywTwsTb+63DegCdk8
kAz3siMcZA3pv7gyvdQ5yNbX2uYYjetyxxzgFnekNfaciylfxPENEK00PVYN00Hj
tH9C0VzlIwMNQhU1ijs9tLPA+Fu/qPsmYKKdQDS412F/vcqQiZSdGJ2hvrd9baie
HbDjw01Z7JqLcSnKBo/E13/moSPObvX9s4dCHczBNlekAAtF5UK2BePUMdYG3JUI
ZueR4oei3P7o3XnPcNyw1JhV7GbJxDa/eOD156Gc9LyC3CePGlzaSYYtEdcXfsIY
VlkgsTevOIwBUGwttULy6pP45y8Yew05PbBqJwLXeS4Q1bkPdM5GoFCQ+8BtYZsN
S3gkE7yMsf6O8We0O1ZITl0gyiITzWQeVslRlbV/fPOgvM+hrL0=
=rJ7Y
-----END PGP SIGNATURE-----

--- End Message ---
_______________________________________________
pkg-vdr-dvb-devel mailing list
pkg-vdr-dvb-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-vdr-dvb-devel

Reply via email to