Your message dated Thu, 23 Jul 2015 17:51:11 +0000
with message-id <[email protected]>
and subject line Bug#777881: fixed in gngb 20060309-3.1
has caused the Debian Bug report #777881,
regarding gngb: ftbfs with GCC-5
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.)
--
777881: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=777881
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:gngb
Version: 20060309-3
Severity: normal
Tags: sid stretch
User: [email protected]
Usertags: ftbfs-gcc-5
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-5/g++-5, but succeeds to build with gcc-4.9/g++-4.9. The
severity of this report may be raised before the stretch release.
The full build log can be found at:
http://people.debian.org/~doko/logs/gcc5-20150205/gngb_20060309-3_unstable_gcc5.log
The last lines of the build log are at the end of this report.
To build with GCC 5, either set CC=gcc-5 CXX=g++-5 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.
apt-get -t experimental install g++
Common build failures are C11 as the default C mode, 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-5/porting_to.html
[...]
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 -fstack-protector-strong -Wformat -Werror=format-security -Wall
-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
interrupt.o: In function `gblcdc_update':
/«PKGBUILDDIR»/src/interrupt.c:237: undefined reference to `get_nb_spr'
/«PKGBUILDDIR»/src/interrupt.c:237: undefined reference to `get_nb_spr'
interrupt.o: In function `gblcdc_update2':
/«PKGBUILDDIR»/src/interrupt.c:368: undefined reference to `get_nb_spr'
interrupt.o: In function `gblcdc_set_on3':
/«PKGBUILDDIR»/src/interrupt.c:404: undefined reference to `get_nb_spr'
interrupt.o: In function `gblcdc_update3':
/«PKGBUILDDIR»/src/interrupt.c:433: undefined reference to `get_nb_spr'
interrupt.o:/«PKGBUILDDIR»/src/interrupt.c:452: more undefined references to
`get_nb_spr' follow
main.o: In function `main':
/«PKGBUILDDIR»/src/main.c:75: undefined reference to `cpu_run'
collect2: error: ld returned 1 exit status
make[3]: *** [gngb] Error 1
Makefile:162: recipe for target 'gngb' failed
make[3]: Leaving directory '/«PKGBUILDDIR»/src'
make[2]: *** [all-recursive] Error 1
Makefile:187: recipe for target 'all-recursive' failed
make[2]: Leaving directory '/«PKGBUILDDIR»'
make[1]: *** [all-recursive-am] Error 2
Makefile:332: recipe for target 'all-recursive-am' failed
make[1]: Leaving directory '/«PKGBUILDDIR»'
make: *** [debian/stamp-makefile-build] Error 2
/usr/share/cdbs/1/class/makefile.mk:47: recipe for target
'debian/stamp-makefile-build' failed
dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2
--- End Message ---
--- Begin Message ---
Source: gngb
Source-Version: 20060309-3.1
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.
gregor 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: Sat, 18 Jul 2015 19:01:39 +0200
Source: gngb
Binary: gngb
Architecture: source
Version: 20060309-3.1
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team <[email protected]>
Changed-By: gregor herrmann <[email protected]>
Description:
gngb - a Color Gameboy emulator
Closes: 777881
Changes:
gngb (20060309-3.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Fix "ftbfs with GCC-5": add patch from Greg Pearson: changed semantics of
inline keyword.
(Closes: #777881)
Checksums-Sha1:
fc6568a1f483f796fcf28ef983bcf301ceca9143 1961 gngb_20060309-3.1.dsc
b3071d07833a3b567ed3433ded9e2035560c6ccb 3519 gngb_20060309-3.1.diff.gz
Checksums-Sha256:
36ee762dd945ba12a252f5e36f5f621f02a99b12a56a0cfda97d61fb607463c6 1961
gngb_20060309-3.1.dsc
847456ea304940e3e9880c7fdf7714a7792191139356d6527e006d45d50da279 3519
gngb_20060309-3.1.diff.gz
Files:
c50af55f920190e650e1b2a8c4077cc2 1961 x11 optional gngb_20060309-3.1.dsc
6e3d2f4520eea68adbdeafc66450b63c 3519 x11 optional gngb_20060309-3.1.diff.gz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQJ8BAEBCgBmBQJVqobtXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREMUUxMzE2RTkzQTc2MEE4MTA0RDg1RkFC
QjNBNjgwMTg2NDlBQTA2AAoJELs6aAGGSaoGQDQP/3oUmF0qneJATzj4Z0tE/Qfa
mjmeP8Ha+nfvR0QkivfW0/PucSzCOlpeNabcOIuAM/fhwHs6YlkjG2F2eoUS/S/U
TioHuOI5tAxbQNnfL0Dciaxy0XNmSV5AcoGDFHAhSPRe1IIme9V2mds/GACaBrGx
Qg083mh6ngq+at7pEJcsZSDEhOAVEo8TRMzsrCHYyoWS0GNdALVVayp/dxUzQ6pJ
c8WYo74ac/XCk0JQyC+ZKP6H2Uuf4T9wKzE4XaQHi2c+A2BkRk7sHhheH1d61bA2
3MiqDpZXuS0OjxTjh/EcWdwUeqXar54Xk4ndGfwqziA+4tI315bfqvsZ58W5/FKY
SXcglA4PjE+v9tgosutoUQSsO/sO0THj0goaftDRlffh0PP/qAP/YMjCkG2d81Xu
3AMMXfhb1qnEfxrjh6irHTB5E+dpsnG2LO4EjrXJ0MOZx22UhAqQamfh67oLc2vU
WcVNo+NwzBoUYkMFbx2s1oWpxDUW1n2g5DiYtnf8r9WExtZui8nM7yXl3JGsqOvS
rkawl+oVw58ziTP3eXFUhpCD0qWMVJhzOQQWEQG8q6MEvppAVeGPDxGQP0Al4itW
E0Pcob8kkOkqMkVdUdRktiCpVwHfixJiOUGmgv09CSVkSsGQjsDJ5C9blMycLoBr
xPkseejFi7Cv/WQnqaIa
=TUN2
-----END PGP SIGNATURE-----
--- End Message ---