Your message dated Wed, 16 Aug 2017 23:27:35 +0000
with message-id <e1di7ip-0003il...@fasolo.debian.org>
and subject line Bug#853425: fixed in gngb 20060309-4
has caused the Debian Bug report #853425,
regarding gngb: ftbfs with GCC-7
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.)
--
853425: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=853425
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:gngb
Version: 20060309-3.1
Severity: normal
Tags: sid buster
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-7
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-7/g++-7, but succeeds to build with gcc-6/g++-6. The
severity of this report may be raised before the buster release.
There is no need to fix this issue in time for the stretch release.
The full build log can be found at:
http://people.debian.org/~doko/logs/gcc7-20170126/gngb_20060309-3.1_unstable_gcc7.log
The last lines of the build log are at the end of this report.
To build with GCC 7, either set CC=gcc-7 CXX=g++-7 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-7/porting_to.html
[...]
^
unzip.c: In function 'unzOpenCurrentFile':
unzip.c:169:7: warning: 'i' may be used uninitialized in this function
[-Wmaybe-uninitialized]
x = (uLong)i;
~~^~~~~~~~~~
unzip.c:165:9: note: 'i' was declared here
int i;
^
unzip.c:169:7: warning: 'i' may be used uninitialized in this function
[-Wmaybe-uninitialized]
x = (uLong)i;
~~^~~~~~~~~~
unzip.c:165:9: note: 'i' was declared here
int i;
^
unzip.c:169:7: warning: 'i' may be used uninitialized in this function
[-Wmaybe-uninitialized]
x = (uLong)i;
~~^~~~~~~~~~
unzip.c:165:9: note: 'i' was declared here
int i;
^
unzip.c:169:7: warning: 'i' may be used uninitialized in this function
[-Wmaybe-uninitialized]
x = (uLong)i;
~~^~~~~~~~~~
unzip.c:165:9: note: 'i' was declared here
int i;
^
unzip.c:169:7: warning: 'i' may be used uninitialized in this function
[-Wmaybe-uninitialized]
x = (uLong)i;
~~^~~~~~~~~~
unzip.c:165:9: note: 'i' was declared here
int i;
^
gcc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-Wformat -Werror=format-security -DSDL_YUV -I/usr/include/SDL -D_GNU_SOURCE=1
-D_REENTRANT -DSDL_GL -O3 -Wall -Wl,-z,relro -o gngb cpu.o emu.o
frame_skip.o interrupt.o main.o memory.o message.o rom.o serial.o sgb.o sound.o
vram.o video_yuy2.o video_yuv.o video_yv12.o video_std.o video_gl.o menu.o
fileio.o save.o unzip.o -lz -lSDL -lpthread -L/usr/lib/x86_64-linux-gnu -lSDL
-lGL
cpu.o: In function `cpu_run':
./src/cpu.c:2860: undefined reference to `gbcpu_exec_one'
memory.o: In function `mem_write_ff':
./src/memory.c:943: undefined reference to `update_gb_pad'
collect2: error: ld returned 1 exit status
Makefile:162: recipe for target 'gngb' failed
make[3]: *** [gngb] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src'
Makefile:187: recipe for target 'all-recursive' failed
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
Makefile:332: recipe for target 'all-recursive-am' failed
make[1]: *** [all-recursive-am] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
/usr/share/cdbs/1/class/makefile.mk:77: recipe for target
'debian/stamp-makefile-build' failed
make: *** [debian/stamp-makefile-build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
--- End Message ---
--- Begin Message ---
Source: gngb
Source-Version: 20060309-4
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 853...@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 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 ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Wed, 16 Aug 2017 23:37:46 +0200
Source: gngb
Binary: gngb
Architecture: source
Version: 20060309-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team <pkg-games-de...@lists.alioth.debian.org>
Changed-By: Markus Koschany <a...@debian.org>
Description:
gngb - Color Gameboy emulator
Closes: 592777 597910 757486 831773 853425
Changes:
gngb (20060309-4) unstable; urgency=medium
.
* Team upload.
* Switch to source format 3.0 (quilt).
* Switch to compat level 10.
* wrap-and-sort -sa.
* Declare compliance with Debian Policy 4.0.1.
* Switch from cdbs to dh sequencer.
* Update debian/copyright to copyright format 1.0.
* Drop dirs file.
* Move the package to Git.
* Run patches through gbp.
* Remove Nick Ellery from Uploaders because he is not active anymore.
* Fix FTBFS with GCC 7. Add gcc7.patch. (Closes: #853425)
* Make the build reproducible. Add reproducible-build.patch. Thanks to Chris
Lamb for the report and patch. (Closes: #831773)
* Fix FTBFS with clang instead of gcc. Thanks to Arthur Marble for the
report. (Closes: #757486)
* Fix issues with joystick axis. Add joystick-axis.patch. (Closes: #592777)
* Add manpage-spelling.patch and fix a minor spelling mistake in gngb.1.
* Add qwerty example in sample_gngbrc and clarify the location of
sample_gngbrc in gngb.1. Thanks to Yves Rutschle for the report.
(Closes: #597910)
Checksums-Sha1:
439639c3be34d9b10b6fa7afdda9a260103ec698 2075 gngb_20060309-4.dsc
3b0f39f5c4280c8dcb9609bc6839348be73c933c 6360 gngb_20060309-4.debian.tar.xz
357906dd15226cce1b87ec16c92c0dc2f2a8ef49 9118 gngb_20060309-4_amd64.buildinfo
Checksums-Sha256:
71203ce1a89d698fe730bfc34dcfce98fdfad67456bbecae93c1dd27e9a3aee8 2075
gngb_20060309-4.dsc
b88be391bf422feb2a56b95cbb0f5cfc452f3e0cd868344d0b53c000f497d462 6360
gngb_20060309-4.debian.tar.xz
f9053b1a6b65e54601c8d39bd8e70bbb9ef893c266dcf39136b29617f1ca829f 9118
gngb_20060309-4_amd64.buildinfo
Files:
0d707790ea15da2d3b77996c348ee977 2075 x11 optional gngb_20060309-4.dsc
abb7ddde6d87d9f33dae55f79bfc19d5 6360 x11 optional
gngb_20060309-4.debian.tar.xz
090c20fcd8eb698f562ad8a2bb423a07 9118 x11 optional
gngb_20060309-4_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQKjBAEBCgCNFiEErPPQiO8y7e9qGoNf2a0UuVE7UeQFAlmUx+RfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEFD
RjNEMDg4RUYzMkVERUY2QTFBODM1RkQ5QUQxNEI5NTEzQjUxRTQPHGFwb0BkZWJp
YW4ub3JnAAoJENmtFLlRO1HkvPwP/iI7lVHO0f3YDQlK0UTmioh0h5hVjW43/PMq
Gyq5G0yNogpXAFzVV/p5jPM3vDF5KW9AsPxH8Ek+xr8LruHgrR+PwkjLpZ6DICBq
RzzqR7ziGN5oXoivDY86HoG7/U750rpz05lhST4CnV+MGlQp+xcwd6ei+P0v+rss
b1XqKGE0NSutT2AjU9Y/CLYcGM8BwMyj5/cEkn/XX/RtpdcjzJ1K0jUk2lXiFDKH
9Bsk/tdQcOgTvKV21YM4CWMn/P60DSlufOomseQVtems4pUkRSTwPefPDZtgjABC
er2fJ7nsGt+B+XPiSmc85VEAjzmStILR1mxGzeKwfOruODoXFhUpdWlbdewHeckV
Kb7uIY8xTdqT2sceZkziRnnkWiNzuWojnrPolJ/f89JOYSpUrTWL/fNzRNwV0OuZ
oboLXP8Sf2spOpPgzupSz2OSAJynt2rFP4vY+ktHxQYGRBhOOPefvYWOuMv4SOVX
T/mRv9vi0jtkSGrVeATFb+2n/+IL8sO9CEGPAXcUF9JIq89CCXG5yLSXOb8qiAle
P8UhmYJFoBEdlSy6qQMgV3qd1S9BFBArEXOSf8ZN33b/lFeLn4vP/xrVp86ESkw4
FNeAZ0o+C2do6KVUcGmicAqWgNv4AbDA0UV0UHcNIYZugbuTcVQsqd9gHVWLzjQr
H5A+ZbVT
=ZtUR
-----END PGP SIGNATURE-----
--- End Message ---