Your message dated Sun, 26 Jul 2020 13:48:34 +0000
with message-id <[email protected]>
and subject line Bug#957283: fixed in gngb 20060309-5
has caused the Debian Bug report #957283,
regarding gngb: 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 [email protected]
immediately.)


-- 
957283: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957283
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:gngb
Version: 20060309-4
Severity: normal
Tags: sid bullseye
User: [email protected]
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/gngb_20060309-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

[...]
/usr/bin/ld: video_std.o:./src/message.h:24: multiple definition of `hl'; 
emu.o:./src/message.h:24: first defined here
/usr/bin/ld: video_std.o:./src/message.h:24: multiple definition of `wl'; 
emu.o:./src/message.h:24: first defined here
/usr/bin/ld: video_gl.o:./src/emu.h:67: multiple definition of `conf'; 
cpu.o:./src/emu.h:67: first defined here
/usr/bin/ld: video_gl.o:./src/vram.h:95: multiple definition of `rb_on'; 
emu.o:./src/vram.h:95: first defined here
/usr/bin/ld: video_gl.o:./src/video_std.h:30: multiple definition of 
`rb_shift'; emu.o:./src/video_std.h:30: first defined here
/usr/bin/ld: video_gl.o:./src/sgb.h:47: multiple definition of `sgb_mask'; 
emu.o:./src/sgb.h:47: first defined here
/usr/bin/ld: video_gl.o:./src/vram.h:65: multiple definition of `scyoff'; 
emu.o:./src/vram.h:65: first defined here
/usr/bin/ld: video_gl.o:./src/vram.h:65: multiple definition of `scxoff'; 
emu.o:./src/vram.h:65: first defined here
/usr/bin/ld: video_gl.o:./src/video_std.h:32: multiple definition of `scrR'; 
emu.o:./src/video_std.h:32: first defined here
/usr/bin/ld: video_gl.o:./src/video_std.h:31: multiple definition of `dstR'; 
emu.o:./src/video_std.h:31: first defined here
/usr/bin/ld: video_gl.o:./src/sgb.h:45: multiple definition of `sgb_pal_map'; 
emu.o:./src/sgb.h:45: first defined here
/usr/bin/ld: video_gl.o:./src/sgb.h:44: multiple definition of `sgb_pal'; 
emu.o:./src/sgb.h:44: first defined here
/usr/bin/ld: video_gl.o:./src/sgb.h:42: multiple definition of `sgb'; 
emu.o:./src/sgb.h:42: first defined here
/usr/bin/ld: video_gl.o:./src/interrupt.h:101: multiple definition of 
`gbtimer'; cpu.o:./src/interrupt.h:101: first defined here
/usr/bin/ld: video_gl.o:./src/interrupt.h:73: multiple definition of 
`vram_pal_line_temp'; cpu.o:./src/interrupt.h:73: first defined here
/usr/bin/ld: video_gl.o:./src/interrupt.h:71: multiple definition of `gblcdc'; 
cpu.o:./src/interrupt.h:71: first defined here
/usr/bin/ld: video_gl.o:./src/emu.h:71: multiple definition of `key'; 
cpu.o:./src/emu.h:71: first defined here
/usr/bin/ld: video_gl.o:./src/emu.h:69: multiple definition of `sdl_joy'; 
cpu.o:./src/emu.h:69: first defined here
/usr/bin/ld: video_gl.o:./src/message.h:24: multiple definition of `ym'; 
emu.o:./src/message.h:24: first defined here
/usr/bin/ld: video_gl.o:./src/message.h:24: multiple definition of `xm'; 
emu.o:./src/message.h:24: first defined here
/usr/bin/ld: video_gl.o:./src/message.h:24: multiple definition of `hl'; 
emu.o:./src/message.h:24: first defined here
/usr/bin/ld: video_gl.o:./src/message.h:24: multiple definition of `wl'; 
emu.o:./src/message.h:24: first defined here
/usr/bin/ld: video_gl.o:./src/vram.h:92: multiple definition of `gb_spr'; 
emu.o:./src/vram.h:92: first defined here
/usr/bin/ld: menu.o:./src/emu.h:67: multiple definition of `conf'; 
cpu.o:./src/emu.h:67: first defined here
/usr/bin/ld: menu.o:./src/message.h:24: multiple definition of `hl'; 
emu.o:./src/message.h:24: first defined here
/usr/bin/ld: menu.o:./src/message.h:24: multiple definition of `wl'; 
emu.o:./src/message.h:24: first defined here
/usr/bin/ld: menu.o:./src/menu.h:52: multiple definition of `current_menu'; 
emu.o:./src/menu.h:52: first defined here
/usr/bin/ld: menu.o:./src/sound.h:180: multiple definition of `snd_g'; 
emu.o:./src/sound.h:180: first defined here
/usr/bin/ld: menu.o:./src/sound.h:152: multiple definition of `snd_m4'; 
emu.o:./src/sound.h:152: first defined here
/usr/bin/ld: menu.o:./src/sound.h:123: multiple definition of `snd_m3'; 
emu.o:./src/sound.h:123: first defined here
/usr/bin/ld: menu.o:./src/sound.h:95: multiple definition of `snd_m2'; 
emu.o:./src/sound.h:95: first defined here
/usr/bin/ld: menu.o:./src/sound.h:64: multiple definition of `snd_m1'; 
emu.o:./src/sound.h:64: first defined here
/usr/bin/ld: menu.o:./src/sound.h:27: multiple definition of 
`sample_per_update'; emu.o:./src/sound.h:27: first defined here
/usr/bin/ld: menu.o:./src/sound.h:26: multiple definition of `bit_per_sample'; 
emu.o:./src/sound.h:26: first defined here
/usr/bin/ld: menu.o:./src/sound.h:25: multiple definition of `sample_rate'; 
emu.o:./src/sound.h:25: first defined here
/usr/bin/ld: menu.o:./src/rom.h:55: multiple definition of `rom_timer'; 
cpu.o:./src/rom.h:55: first defined here
/usr/bin/ld: menu.o:./src/rom.h:40: multiple definition of `rom_name'; 
cpu.o:./src/rom.h:40: first defined here
/usr/bin/ld: menu.o:./src/video_std.h:32: multiple definition of `scrR'; 
emu.o:./src/video_std.h:32: first defined here
/usr/bin/ld: menu.o:./src/video_std.h:31: multiple definition of `dstR'; 
emu.o:./src/video_std.h:31: first defined here
/usr/bin/ld: menu.o:./src/video_std.h:30: multiple definition of `rb_shift'; 
emu.o:./src/video_std.h:30: first defined here
/usr/bin/ld: menu.o:./src/vram.h:95: multiple definition of `rb_on'; 
emu.o:./src/vram.h:95: first defined here
/usr/bin/ld: menu.o:./src/vram.h:92: multiple definition of `gb_spr'; 
emu.o:./src/vram.h:92: first defined here
/usr/bin/ld: menu.o:./src/vram.h:65: multiple definition of `scyoff'; 
emu.o:./src/vram.h:65: first defined here
/usr/bin/ld: menu.o:./src/vram.h:65: multiple definition of `scxoff'; 
emu.o:./src/vram.h:65: first defined here
/usr/bin/ld: menu.o:./src/message.h:24: multiple definition of `ym'; 
emu.o:./src/message.h:24: first defined here
/usr/bin/ld: menu.o:./src/message.h:24: multiple definition of `xm'; 
emu.o:./src/message.h:24: first defined here
/usr/bin/ld: menu.o:./src/emu.h:71: multiple definition of `key'; 
cpu.o:./src/emu.h:71: first defined here
/usr/bin/ld: menu.o:./src/emu.h:69: multiple definition of `sdl_joy'; 
cpu.o:./src/emu.h:69: first defined here
/usr/bin/ld: save.o:./src/interrupt.h:71: multiple definition of `gblcdc'; 
cpu.o:./src/interrupt.h:71: first defined here
/usr/bin/ld: save.o:./src/interrupt.h:101: multiple definition of `gbtimer'; 
cpu.o:./src/interrupt.h:101: first defined here
/usr/bin/ld: save.o:./src/rom.h:55: multiple definition of `rom_timer'; 
cpu.o:./src/rom.h:55: first defined here
/usr/bin/ld: save.o:./src/rom.h:40: multiple definition of `rom_name'; 
cpu.o:./src/rom.h:40: first defined here
/usr/bin/ld: save.o:./src/emu.h:67: multiple definition of `conf'; 
cpu.o:./src/emu.h:67: first defined here
/usr/bin/ld: save.o:./src/interrupt.h:73: multiple definition of 
`vram_pal_line_temp'; cpu.o:./src/interrupt.h:73: first defined here
/usr/bin/ld: save.o:./src/vram.h:95: multiple definition of `rb_on'; 
emu.o:./src/vram.h:95: first defined here
/usr/bin/ld: save.o:./src/vram.h:92: multiple definition of `gb_spr'; 
emu.o:./src/vram.h:92: first defined here
/usr/bin/ld: save.o:./src/vram.h:65: multiple definition of `scyoff'; 
emu.o:./src/vram.h:65: first defined here
/usr/bin/ld: save.o:./src/vram.h:65: multiple definition of `scxoff'; 
emu.o:./src/vram.h:65: first defined here
/usr/bin/ld: save.o:./src/emu.h:71: multiple definition of `key'; 
cpu.o:./src/emu.h:71: first defined here
/usr/bin/ld: save.o:./src/emu.h:69: multiple definition of `sdl_joy'; 
cpu.o:./src/emu.h:69: first defined here
collect2: error: ld returned 1 exit status
make[3]: *** [Makefile:347: gngb] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[2]: *** [Makefile:429: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:327: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j4 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: gngb
Source-Version: 20060309-5
Done: Reiner Herrmann <[email protected]>

We believe that the bug you reported is fixed in the latest version of
gngb, 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.
Reiner Herrmann <[email protected]> (supplier of updated gngb 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: Sun, 26 Jul 2020 14:53:08 +0200
Source: gngb
Architecture: source
Version: 20060309-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team <[email protected]>
Changed-By: Reiner Herrmann <[email protected]>
Closes: 957283
Changes:
 gngb (20060309-5) unstable; urgency=medium
 .
   * Team upload.
   * Fix FTBFS with GCC 10. (Closes: #957283)
   * Fix watch file.
   * Remove trailing whitespace.
   * Set Vcs-* URLs to salsa.
   * Update to debhelper compat level 13.
   * Update Standards-Version to 4.5.0:
     - Declare that d/rules does not require root
   * Enable all hardening options.
Checksums-Sha1:
 425af26436a7c1d146b7f7de484056466148d404 2067 gngb_20060309-5.dsc
 e0918df6e40886bee6733945821f041635bb8a7f 8716 gngb_20060309-5.debian.tar.xz
 aede43f8c08d12ef333f6c84e33fd2cca7280ec3 9140 gngb_20060309-5_amd64.buildinfo
Checksums-Sha256:
 9cc828c67eacf9c33a9f5ac77cfb33f8f2fa07b126cdb5d3fda2ac2752c24310 2067 
gngb_20060309-5.dsc
 fd4b9b7efd8c7b197c41a83fe898e0f1adb591bf25b49a2e11e694bb3203cc25 8716 
gngb_20060309-5.debian.tar.xz
 453634db96185655d96349296b41d4c9beee73a7de35a185fa3b605a7d896131 9140 
gngb_20060309-5_amd64.buildinfo
Files:
 256a37b51e4c27c34d38cf036619addc 2067 x11 optional gngb_20060309-5.dsc
 218f4b1ea31136486b382685c8d9b55e 8716 x11 optional 
gngb_20060309-5.debian.tar.xz
 205d346855be9cdf670a86bdf28bb0f3 9140 x11 optional 
gngb_20060309-5_amd64.buildinfo

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

iQKjBAEBCgCNFiEErPPQiO8y7e9qGoNf2a0UuVE7UeQFAl8dhO9fFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEFD
RjNEMDg4RUYzMkVERUY2QTFBODM1RkQ5QUQxNEI5NTEzQjUxRTQPHGFwb0BkZWJp
YW4ub3JnAAoJENmtFLlRO1Hk4CoQALjydkyeWQAlNy7J9b0DLRK2fLveXni+FUx0
NvCA0jaXMgwuLLpDgZieH3Xz/ugWXVgr4w0ao3OXa8AvKp5blAteTqZ0M7AdlGxS
4eiNcWPLIVn77WtHr7uE4XehREN5/OytBWV3zmb5F3N5NVe0nTaYy0bwSAVWmu96
cfZej5THjVxBEe137r/SuVBiUBfS2OBhCJGXoPEot3FlRcGEr/U1KXPjJWnz9OCF
j4keAfmfe7HhOjO4vGuxTYVSNOu7uLAR3y2X/rdvJXUEOS89YUAELhW3atyj3s7t
R4bVeP/3SAEVXOJ3Y1P0NVTAKPKsICgIvHbl6nQFEGlJ60OFr09TyABgW3/bLp/8
m+wmz04qrZKrZovXLCJKefuK7//XbfI8C4aqa65D9RQu2jBOsznK7ImmYOFVdeHr
NTuEdjfKU8VJKrhfaI+KXpfJfHP8lITEFdMG7ElgLFZJn+gl3HS/JUERagDgecf+
wORYoJwcKt2x8nt6YmWnbQgbVocgXIij+KX6BdtYubTCu7eFHu3ELGg/Xnp19aaA
QCFZNrLEOaDCuq4936nrpgu7Ff8SaxoxFgNeRfyQzy3/hZ6eIZmwX/b8nYddlIRJ
6Y4BFSdfIF2p5THxvegqM4clN6XCco8FqLbfpMJd85PuZtZx0RlK020/5hahVsGM
wTe8eKOv
=2FlP
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to