Your message dated Sun, 07 Feb 2021 10:20:07 +0000
with message-id <e1l8hal-000glj...@fasolo.debian.org>
and subject line Bug#957919: fixed in w-scan 20170107-2.1
has caused the Debian Bug report #957919,
regarding w-scan: 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.)


-- 
957919: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957919
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:w-scan
Version: 20170107-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/w-scan_20170107-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

[...]
gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra 
-Wno-comment -Wswitch-default -Wno-unused-parameter -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c char-coding.c
gcc -Wall -Wextra -Wno-comment -Wswitch-default -Wno-unused-parameter -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -lrt -Wl,-z,relro -o w_scan atsc_psip_section.o 
countries.o descriptors.o diseqc.o dump-dvbscan.o dump-vdr.o dump-xine.o 
dump-mplayer.o dump-vlc-m3u.o dvbscan.o lnb.o parse-dvbscan.o satellites.o 
scan.o section.o tools.o emulate.o dump-xml.o iconv_codes.o char-coding.o  
/usr/bin/ld: descriptors.o:./si_types.h:204: multiple definition of 
`p_transponder_t'; countries.o:./si_types.h:204: first defined here
/usr/bin/ld: descriptors.o:./si_types.h:204: multiple definition of 
`transponder_t'; countries.o:./si_types.h:204: first defined here
/usr/bin/ld: descriptors.o:./si_types.h:117: multiple definition of 
`p_service_t'; countries.o:./si_types.h:117: first defined here
/usr/bin/ld: descriptors.o:./si_types.h:117: multiple definition of 
`service_t'; countries.o:./si_types.h:117: first defined here
/usr/bin/ld: diseqc.o:./si_types.h:204: multiple definition of 
`p_transponder_t'; countries.o:./si_types.h:204: first defined here
/usr/bin/ld: diseqc.o:./si_types.h:204: multiple definition of `transponder_t'; 
countries.o:./si_types.h:204: first defined here
/usr/bin/ld: diseqc.o:./si_types.h:117: multiple definition of `p_service_t'; 
countries.o:./si_types.h:117: first defined here
/usr/bin/ld: diseqc.o:./si_types.h:117: multiple definition of `service_t'; 
countries.o:./si_types.h:117: first defined here
/usr/bin/ld: dump-dvbscan.o:./si_types.h:204: multiple definition of 
`p_transponder_t'; countries.o:./si_types.h:204: first defined here
/usr/bin/ld: dump-dvbscan.o:./si_types.h:204: multiple definition of 
`transponder_t'; countries.o:./si_types.h:204: first defined here
/usr/bin/ld: dump-dvbscan.o:./si_types.h:117: multiple definition of 
`p_service_t'; countries.o:./si_types.h:117: first defined here
/usr/bin/ld: dump-dvbscan.o:./si_types.h:117: multiple definition of 
`service_t'; countries.o:./si_types.h:117: first defined here
/usr/bin/ld: dump-vdr.o:./si_types.h:204: multiple definition of 
`p_transponder_t'; countries.o:./si_types.h:204: first defined here
/usr/bin/ld: dump-vdr.o:./si_types.h:204: multiple definition of 
`transponder_t'; countries.o:./si_types.h:204: first defined here
/usr/bin/ld: dump-vdr.o:./si_types.h:117: multiple definition of `p_service_t'; 
countries.o:./si_types.h:117: first defined here
/usr/bin/ld: dump-vdr.o:./si_types.h:117: multiple definition of `service_t'; 
countries.o:./si_types.h:117: first defined here
/usr/bin/ld: dump-xine.o:./si_types.h:204: multiple definition of 
`p_transponder_t'; countries.o:./si_types.h:204: first defined here
/usr/bin/ld: dump-xine.o:./si_types.h:204: multiple definition of 
`transponder_t'; countries.o:./si_types.h:204: first defined here
/usr/bin/ld: dump-xine.o:./si_types.h:117: multiple definition of 
`p_service_t'; countries.o:./si_types.h:117: first defined here
/usr/bin/ld: dump-xine.o:./si_types.h:117: multiple definition of `service_t'; 
countries.o:./si_types.h:117: first defined here
/usr/bin/ld: dump-mplayer.o:./si_types.h:204: multiple definition of 
`p_transponder_t'; countries.o:./si_types.h:204: first defined here
/usr/bin/ld: dump-mplayer.o:./si_types.h:204: multiple definition of 
`transponder_t'; countries.o:./si_types.h:204: first defined here
/usr/bin/ld: dump-mplayer.o:./si_types.h:117: multiple definition of 
`p_service_t'; countries.o:./si_types.h:117: first defined here
/usr/bin/ld: dump-mplayer.o:./si_types.h:117: multiple definition of 
`service_t'; countries.o:./si_types.h:117: first defined here
/usr/bin/ld: dump-vlc-m3u.o:./si_types.h:204: multiple definition of 
`p_transponder_t'; countries.o:./si_types.h:204: first defined here
/usr/bin/ld: dump-vlc-m3u.o:./si_types.h:204: multiple definition of 
`transponder_t'; countries.o:./si_types.h:204: first defined here
/usr/bin/ld: dump-vlc-m3u.o:./si_types.h:117: multiple definition of 
`p_service_t'; countries.o:./si_types.h:117: first defined here
/usr/bin/ld: dump-vlc-m3u.o:./si_types.h:117: multiple definition of 
`service_t'; countries.o:./si_types.h:117: first defined here
/usr/bin/ld: dvbscan.o:./si_types.h:204: multiple definition of 
`p_transponder_t'; countries.o:./si_types.h:204: first defined here
/usr/bin/ld: dvbscan.o:./si_types.h:204: multiple definition of 
`transponder_t'; countries.o:./si_types.h:204: first defined here
/usr/bin/ld: dvbscan.o:./si_types.h:117: multiple definition of `p_service_t'; 
countries.o:./si_types.h:117: first defined here
/usr/bin/ld: dvbscan.o:./si_types.h:117: multiple definition of `service_t'; 
countries.o:./si_types.h:117: first defined here
/usr/bin/ld: parse-dvbscan.o:./si_types.h:204: multiple definition of 
`p_transponder_t'; countries.o:./si_types.h:204: first defined here
/usr/bin/ld: parse-dvbscan.o:./si_types.h:204: multiple definition of 
`transponder_t'; countries.o:./si_types.h:204: first defined here
/usr/bin/ld: parse-dvbscan.o:./si_types.h:117: multiple definition of 
`p_service_t'; countries.o:./si_types.h:117: first defined here
/usr/bin/ld: parse-dvbscan.o:./si_types.h:117: multiple definition of 
`service_t'; countries.o:./si_types.h:117: first defined here
/usr/bin/ld: satellites.o:./si_types.h:204: multiple definition of 
`p_transponder_t'; countries.o:./si_types.h:204: first defined here
/usr/bin/ld: satellites.o:./si_types.h:204: multiple definition of 
`transponder_t'; countries.o:./si_types.h:204: first defined here
/usr/bin/ld: satellites.o:./si_types.h:117: multiple definition of 
`p_service_t'; countries.o:./si_types.h:117: first defined here
/usr/bin/ld: satellites.o:./si_types.h:117: multiple definition of `service_t'; 
countries.o:./si_types.h:117: first defined here
/usr/bin/ld: scan.o:./si_types.h:204: multiple definition of `p_transponder_t'; 
countries.o:./si_types.h:204: first defined here
/usr/bin/ld: scan.o:./si_types.h:204: multiple definition of `transponder_t'; 
countries.o:./si_types.h:204: first defined here
/usr/bin/ld: scan.o:./si_types.h:117: multiple definition of `p_service_t'; 
countries.o:./si_types.h:117: first defined here
/usr/bin/ld: scan.o:./si_types.h:117: multiple definition of `service_t'; 
countries.o:./si_types.h:117: first defined here
/usr/bin/ld: tools.o:./si_types.h:204: multiple definition of 
`p_transponder_t'; countries.o:./si_types.h:204: first defined here
/usr/bin/ld: tools.o:./si_types.h:204: multiple definition of `transponder_t'; 
countries.o:./si_types.h:204: first defined here
/usr/bin/ld: tools.o:./si_types.h:117: multiple definition of `p_service_t'; 
countries.o:./si_types.h:117: first defined here
/usr/bin/ld: tools.o:./si_types.h:117: multiple definition of `service_t'; 
countries.o:./si_types.h:117: first defined here
/usr/bin/ld: emulate.o:./si_types.h:204: multiple definition of 
`p_transponder_t'; countries.o:./si_types.h:204: first defined here
/usr/bin/ld: emulate.o:./si_types.h:204: multiple definition of 
`transponder_t'; countries.o:./si_types.h:204: first defined here
/usr/bin/ld: emulate.o:./si_types.h:117: multiple definition of `p_service_t'; 
countries.o:./si_types.h:117: first defined here
/usr/bin/ld: emulate.o:./si_types.h:117: multiple definition of `service_t'; 
countries.o:./si_types.h:117: first defined here
/usr/bin/ld: dump-xml.o:./si_types.h:204: multiple definition of 
`p_transponder_t'; countries.o:./si_types.h:204: first defined here
/usr/bin/ld: dump-xml.o:./si_types.h:204: multiple definition of 
`transponder_t'; countries.o:./si_types.h:204: first defined here
/usr/bin/ld: dump-xml.o:./si_types.h:117: multiple definition of `p_service_t'; 
countries.o:./si_types.h:117: first defined here
/usr/bin/ld: dump-xml.o:./si_types.h:117: multiple definition of `service_t'; 
countries.o:./si_types.h:117: first defined here
/usr/bin/ld: char-coding.o:./si_types.h:204: multiple definition of 
`p_transponder_t'; countries.o:./si_types.h:204: first defined here
/usr/bin/ld: char-coding.o:./si_types.h:204: multiple definition of 
`transponder_t'; countries.o:./si_types.h:204: first defined here
/usr/bin/ld: char-coding.o:./si_types.h:117: multiple definition of 
`p_service_t'; countries.o:./si_types.h:117: first defined here
/usr/bin/ld: char-coding.o:./si_types.h:117: multiple definition of 
`service_t'; countries.o:./si_types.h:117: first defined here
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:357: w_scan] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:261: 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: w-scan
Source-Version: 20170107-2.1
Done: Adrian Bunk <b...@debian.org>

We believe that the bug you reported is fixed in the latest version of
w-scan, 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.
Adrian Bunk <b...@debian.org> (supplier of updated w-scan 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, 07 Feb 2021 00:28:53 +0200
Source: w-scan
Architecture: source
Version: 20170107-2.1
Distribution: unstable
Urgency: medium
Maintainer: Debian VDR Team <pkg-vdr-dvb-de...@lists.alioth.debian.org>
Changed-By: Adrian Bunk <b...@debian.org>
Closes: 957919
Changes:
 w-scan (20170107-2.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Add patch from Rob Moss for compilation with gcc 10.
     (Closes: #957919)
   * Remove dead Homepage link.
Checksums-Sha1:
 76fb7571e0e8a37915cb11e44ee530802c687e88 1881 w-scan_20170107-2.1.dsc
 68250e7e68b57342439f6d23e775542799d3e768 4172 
w-scan_20170107-2.1.debian.tar.bz2
Checksums-Sha256:
 84c1c91121273036e2316939d0e5403bfb4693aac1b23b9079d1102aad4ed3a5 1881 
w-scan_20170107-2.1.dsc
 cdd3fe326ceb79524d61aaeb9764f41195f3f1d392052ccc4ca0775ed7ae7f6e 4172 
w-scan_20170107-2.1.debian.tar.bz2
Files:
 c60a2ae7f7b25094632bca8f0a9a3247 1881 video optional w-scan_20170107-2.1.dsc
 b25ed202a2fcc1859fa978a2d98047da 4172 video optional 
w-scan_20170107-2.1.debian.tar.bz2

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

iQIzBAEBCgAdFiEEOvp1f6xuoR0v9F3wiNJCh6LYmLEFAmAfGS8ACgkQiNJCh6LY
mLE51g/+PAQ3j4NvvbDXCsbPKrXM+p5DoVhV9MgR62Aa8hGhrXDATSrYghaJkg50
aPdM5qAsH8Suthfn9peR3QTAGWl+4JO+FUixtIlayMFNH0UYmw0E4ulfJuIJ6ZCq
/zdDhvBfILsJqfS8WwDACDJwuZCcx7o1xGc2fRuhIo1Spo5vLpW+ctbbU8m8YUkc
a+S8MwYd3dT0I+gT4fMW1jYYGcwM6fdfNRe0a/Fg+v1h/n3Owpr/w4V6N7eu3uZt
S36eDfNaLShunXW18H7X+qE6UI9ZHmeUzMjOgMYOShsFjuHuD3pRpDYyuaFCu13S
KfuWADaA8DN1AiW4FREksJBhgHIXPkMp4tED5eHnh2bduncvWZJWMFXqV6w2BMpf
cP5yLZ0BXdtXyiV7mY6cvbiz8C0S6QxcJVisgnSW8zeERnCBb3MgFLsd4vrRvMfC
YNlRFXjTnHdimHyBlEe8ONf3mPUaShLH1xUKs7P53iLGGk/HSGfniZQ3HzYdjTpz
6TxNC3E19NyWr6e7VBaxj9E2NzqyN9HX9tDPrr/PXrK864vMxXpiBPYT90JeBwkb
bULuqsGKVXfdqakjLn+psWgIfpHT4h3SVVcSP3xS66InCtva8HxSstOH5Z19bpRR
FKGRhwHyO5/7ME/NS2Od8T5IZ68D9m1yuRMoqekRTY1cKFGZDCU=
=8iOR
-----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