Your message dated Sun, 20 Sep 2020 21:35:23 +0000
with message-id <e1kk6zt-0009c7...@fasolo.debian.org>
and subject line Bug#957671: fixed in pcsxr 1.9.94-5
has caused the Debian Bug report #957671,
regarding pcsxr: 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.)


-- 
957671: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957671
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:pcsxr
Version: 1.9.94-4
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/pcsxr_1.9.94-4_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

[...]
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ConfDlg.c: In function ‘OnConf_Sio1’:
ConfDlg.c:308:22: warning: ‘%s’ directive writing up to 4095 bytes into a 
region of size between 0 and 4095 [-Wformat-overflow=]
  308 |  sprintf(Plugin, "%s/%s", Config.PluginsDir, Config.Sio1);
      |                      ^~                      ~~~~~~~~~~~
In file included from /usr/include/stdio.h:867,
                 from ConfDlg.c:19:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:36:10: note: 
‘__builtin___sprintf_chk’ output between 2 and 8192 bytes into a destination of 
size 4096
   36 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   37 |       __bos (__s), __fmt, __va_arg_pack ());
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ConfDlg.c: In function ‘OnConf_Pad’:
ConfDlg.c:329:22: warning: ‘%s’ directive writing up to 4095 bytes into a 
region of size between 0 and 4095 [-Wformat-overflow=]
  329 |  sprintf(Plugin, "%s/%s", Config.PluginsDir, Config.Pad1);
      |                      ^~                      ~~~~~~~~~~~
In file included from /usr/include/stdio.h:867,
                 from ConfDlg.c:19:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:36:10: note: 
‘__builtin___sprintf_chk’ output between 2 and 8192 bytes into a destination of 
size 4096
   36 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   37 |       __bos (__s), __fmt, __va_arg_pack ());
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ConfDlg.c:345:23: warning: ‘%s’ directive writing up to 4095 bytes into a 
region of size between 0 and 4095 [-Wformat-overflow=]
  345 |   sprintf(Plugin, "%s/%s", Config.PluginsDir, Config.Pad2);
      |                       ^~                      ~~~~~~~~~~~
In file included from /usr/include/stdio.h:867,
                 from ConfDlg.c:19:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:36:10: note: 
‘__builtin___sprintf_chk’ output between 2 and 8192 bytes into a destination of 
size 4096
   36 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   37 |       __bos (__s), __fmt, __va_arg_pack ());
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ConfDlg.c: In function ‘FindNetPlugin’:
ConfDlg.c:807:24: warning: ‘%s’ directive writing up to 255 bytes into a region 
of size between 0 and 4095 [-Wformat-overflow=]
  807 |    sprintf(plugin, "%s/%s", Config.PluginsDir, ent->d_name);
      |                        ^~
In file included from /usr/include/stdio.h:867,
                 from ConfDlg.c:19:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:36:10: note: 
‘__builtin___sprintf_chk’ output between 2 and 4352 bytes into a destination of 
size 4096
   36 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   37 |       __bos (__s), __fmt, __va_arg_pack ());
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat 
-Werror=format-security  -specs=/usr/share/dpkg/no-pie-link.specs -Wl,-z,relro 
-Wl,-z,now -Wl,--as-needed -o pcsxr LnxMain.o Plugin.o Config.o GtkGui.o 
MemcardDlg.o ConfDlg.o Cheat.o DebugMemory.o AboutDlg.o 
../libpcsxcore/libpcsxcore.a -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 
-latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 
-lglib-2.0 -lpthread -lz -lm -lXext -lXtst -ldl -lnsl
libtool: link: gcc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat 
-Werror=format-security -specs=/usr/share/dpkg/no-pie-link.specs -Wl,-z 
-Wl,relro -Wl,-z -Wl,now -Wl,--as-needed -o pcsxr LnxMain.o Plugin.o Config.o 
GtkGui.o MemcardDlg.o ConfDlg.o Cheat.o DebugMemory.o AboutDlg.o  
../libpcsxcore/libpcsxcore.a -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 
-latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 
-lglib-2.0 -lpthread -lz -lm -lXext -lXtst -ldl -lnsl
/usr/bin/ld: Plugin.o:./gui/Linux.h:43: multiple definition of 
`cfgfile_basename'; LnxMain.o:./gui/Linux.h:43: first defined here
/usr/bin/ld: Plugin.o:./gui/Linux.h:42: multiple definition of `cfgfile'; 
LnxMain.o:./gui/Linux.h:42: first defined here
/usr/bin/ld: Config.o:./gui/Linux.h:42: multiple definition of `cfgfile'; 
LnxMain.o:./gui/Linux.h:42: first defined here
/usr/bin/ld: Config.o:./gui/Linux.h:43: multiple definition of 
`cfgfile_basename'; LnxMain.o:./gui/Linux.h:43: first defined here
/usr/bin/ld: GtkGui.o:./gui/Linux.h:43: multiple definition of 
`cfgfile_basename'; LnxMain.o:./gui/Linux.h:43: first defined here
/usr/bin/ld: GtkGui.o:./gui/Linux.h:42: multiple definition of `cfgfile'; 
LnxMain.o:./gui/Linux.h:42: first defined here
/usr/bin/ld: MemcardDlg.o:./gui/Linux.h:43: multiple definition of 
`cfgfile_basename'; LnxMain.o:./gui/Linux.h:43: first defined here
/usr/bin/ld: MemcardDlg.o:./gui/Linux.h:42: multiple definition of `cfgfile'; 
LnxMain.o:./gui/Linux.h:42: first defined here
/usr/bin/ld: ConfDlg.o:./gui/Linux.h:43: multiple definition of 
`cfgfile_basename'; LnxMain.o:./gui/Linux.h:43: first defined here
/usr/bin/ld: ConfDlg.o:./gui/Linux.h:42: multiple definition of `cfgfile'; 
LnxMain.o:./gui/Linux.h:42: first defined here
/usr/bin/ld: Cheat.o:./gui/Linux.h:43: multiple definition of 
`cfgfile_basename'; LnxMain.o:./gui/Linux.h:43: first defined here
/usr/bin/ld: Cheat.o:./gui/Linux.h:42: multiple definition of `cfgfile'; 
LnxMain.o:./gui/Linux.h:42: first defined here
/usr/bin/ld: DebugMemory.o:./gui/Linux.h:43: multiple definition of 
`cfgfile_basename'; LnxMain.o:./gui/Linux.h:43: first defined here
/usr/bin/ld: DebugMemory.o:./gui/Linux.h:42: multiple definition of `cfgfile'; 
LnxMain.o:./gui/Linux.h:42: first defined here
/usr/bin/ld: AboutDlg.o:./gui/Linux.h:43: multiple definition of 
`cfgfile_basename'; LnxMain.o:./gui/Linux.h:43: first defined here
/usr/bin/ld: AboutDlg.o:./gui/Linux.h:42: multiple definition of `cfgfile'; 
LnxMain.o:./gui/Linux.h:42: first defined here
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:469: pcsxr] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>/gui'
make[1]: *** [Makefile:449: all-recursive] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j4 returned exit code 2
make: *** [debian/rules:7: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: pcsxr
Source-Version: 1.9.94-5
Done: Markus Koschany <a...@debian.org>

We believe that the bug you reported is fixed in the latest version of
pcsxr, 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.
Markus Koschany <a...@debian.org> (supplier of updated pcsxr 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, 20 Sep 2020 23:10:52 +0200
Source: pcsxr
Architecture: source
Version: 1.9.94-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team <pkg-games-de...@lists.alioth.debian.org>
Changed-By: Markus Koschany <a...@debian.org>
Closes: 957671
Changes:
 pcsxr (1.9.94-5) unstable; urgency=medium
 .
   * Team upload.
   * Switch to debhelper-compat = 13.
   * Declare compliance with Debian Policy 4.5.0.
   * Remove obsolete NEWS file.
   * Work around FTBFS with GCC 10 and build with -fcommon. (Closes: #957671)
Checksums-Sha1:
 daf2dea300818edcbbe3fc31465958058f678a6d 2158 pcsxr_1.9.94-5.dsc
 cc33c195c0ecb3be35c6110a7ed94e85e5094384 7992 pcsxr_1.9.94-5.debian.tar.xz
 a539036f9977e5576766497d6d9af4572b388d65 15351 pcsxr_1.9.94-5_amd64.buildinfo
Checksums-Sha256:
 80a9d16598b00d82dd8f24b26ef837b3caa83229d950ffe97a4d713324c69e5b 2158 
pcsxr_1.9.94-5.dsc
 bbeeec8c94c9f8ad14054345be4db3b94e0cca7e8749122486f91961587106cc 7992 
pcsxr_1.9.94-5.debian.tar.xz
 8879c0af2ce0b2e62b19988d500b57c31fc4fa46be5312067917436ac72790d4 15351 
pcsxr_1.9.94-5_amd64.buildinfo
Files:
 4eae51e42e6a83fe0bb1fd742d48bfca 2158 games optional pcsxr_1.9.94-5.dsc
 e12caee74829cc271559ea8270841d2c 7992 games optional 
pcsxr_1.9.94-5.debian.tar.xz
 b73ccda9bb6f875f40aeecbfe6683461 15351 games optional 
pcsxr_1.9.94-5_amd64.buildinfo

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

iQKjBAEBCgCNFiEErPPQiO8y7e9qGoNf2a0UuVE7UeQFAl9nxjVfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEFD
RjNEMDg4RUYzMkVERUY2QTFBODM1RkQ5QUQxNEI5NTEzQjUxRTQPHGFwb0BkZWJp
YW4ub3JnAAoJENmtFLlRO1HkatoP/A9SxVHqrsi4Tr0r5CBcsVEm2I+UtuOgbRd5
gvFNwdu9lQLKAGqQAQacDl62J3hot8blLRy34LzC6907ph5yhfoEJq7f4J28cmSH
3XcHZcL9Jn9ojY8ISiXNizgcsp+2mJNmPWKq+e7XtEYUys+Vqws+kb6cehDHGjNR
9w6o8HMjCkAjrK3rqq8YfbQh3KNf7Pdu2THkUjkc6x27RFuKXOr1yiShsfoDhYwV
Tgkq2fqFZz+5sAWGe7CZlf31eg3mT07q/dVfaKW1LJrc6O+eKw+qXeVIq6EgFxxx
zrbs1+xZ/RElzoWBE+i2RNrh4MnaRlhCj0oCcDwvNeKwY6dYugwRtANXe6Gw2s2d
kjneQ/hvAYkXQBDyt3py2qaXmBQJpd8aJZ2eK7sHmcLiw3aoM9X9weVfuMkUj2QQ
FrWvCo4piemQaLZWWJtSz4hv3mr0MnviT7DIG+2MRSCEwXPWm9OIELZbWczEvZPR
29sj4DpnIQ4M3wD/GWMS1GEwk3ufpIeqijrTYFkvEKCFGMG1Yon5ajhn/4NS2a0r
jEpddLzpgjtHnhSz5vFtvH9fXlC5jFG/n2FXI8JaCvRKf5lmi4WBIMShrje8X+YC
FqTINlWHqaGwaRobYeCUlte8cMqQAr2N+VRWPhk9rsXu8FCVOeDxmzgEK/Ia+5mq
TrKFqe29
=Z8Bb
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to