Your message dated Fri, 10 Jul 2015 12:35:38 +0000
with message-id <e1zdxwk-0007ll...@franck.debian.org>
and subject line Bug#777877: fixed in gltron 0.70final-12.1
has caused the Debian Bug report #777877,
regarding gltron: 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 ow...@bugs.debian.org
immediately.)


-- 
777877: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=777877
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:gltron
Version: 0.70final-12
Severity: normal
Tags: sid stretch
User: debian-...@lists.debian.org
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/gltron_0.70final-12_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

[...]
Making all in configuration
make[3]: Entering directory '/«PKGBUILDDIR»/src/configuration'
x86_64-linux-gnu-gcc -DPACKAGE_NAME=\"gltron\" -DPACKAGE_TARNAME=\"gltron\" 
-DPACKAGE_VERSION=\"0.70\" -DPACKAGE_STRING=\"gltron\ 0.70\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"gltron\" 
-DVERSION=\"0.70\" -DHAVE_LIBGL=1 -DHAVE_LIBZ=1 -DHAVE_LIBPNG=1 
-DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 
-DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 
-DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GL_GL_H=1 
-DHAVE_MKSTEMP=1 -I.   -DDATA_DIR=\"/usr/share/games/gltron\" -DSNAP_DIR=\"~\" 
-DPREF_DIR=\"~\" -I../../lua/include -I../../nebu/include -I../../src/include 
-Wall -g -O2 -DSEPARATOR="'/'" -Wall -Werror -I/usr/include/SDL -D_GNU_SOURCE=1 
-D_REENTRANT -MT settings.o -MD -MP -MF .deps/settings.Tpo -c -o settings.o 
settings.c
mv -f .deps/settings.Tpo .deps/settings.Po
rm -f libconfiguration.a
ar cru libconfiguration.a settings.o 
x86_64-linux-gnu-ranlib libconfiguration.a
make[3]: Leaving directory '/«PKGBUILDDIR»/src/configuration'
Making all in audio
make[3]: Entering directory '/«PKGBUILDDIR»/src/audio'
x86_64-linux-gnu-gcc -DPACKAGE_NAME=\"gltron\" -DPACKAGE_TARNAME=\"gltron\" 
-DPACKAGE_VERSION=\"0.70\" -DPACKAGE_STRING=\"gltron\ 0.70\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"gltron\" 
-DVERSION=\"0.70\" -DHAVE_LIBGL=1 -DHAVE_LIBZ=1 -DHAVE_LIBPNG=1 
-DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 
-DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 
-DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GL_GL_H=1 
-DHAVE_MKSTEMP=1 -I.   -DDATA_DIR=\"/usr/share/games/gltron\" -DSNAP_DIR=\"~\" 
-DPREF_DIR=\"~\" -I../../lua/include -I../../nebu/include -I../../src/include 
-Wall -g -O2 -DSEPARATOR="'/'" -Wall -Werror -I/usr/include/SDL -D_GNU_SOURCE=1 
-D_REENTRANT -MT sound.o -MD -MP -MF .deps/sound.Tpo -c -o sound.o sound.c
mv -f .deps/sound.Tpo .deps/sound.Po
x86_64-linux-gnu-g++ -DPACKAGE_NAME=\"gltron\" -DPACKAGE_TARNAME=\"gltron\" 
-DPACKAGE_VERSION=\"0.70\" -DPACKAGE_STRING=\"gltron\ 0.70\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"gltron\" 
-DVERSION=\"0.70\" -DHAVE_LIBGL=1 -DHAVE_LIBZ=1 -DHAVE_LIBPNG=1 
-DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 
-DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 
-DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GL_GL_H=1 
-DHAVE_MKSTEMP=1 -I.   -DDATA_DIR=\"/usr/share/games/gltron\" -DSNAP_DIR=\"~\" 
-DPREF_DIR=\"~\" -I../../lua/include -I../../nebu/include -I../../src/include 
-Wall -g -O2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT sound_glue.o 
-MD -MP -MF .deps/sound_glue.Tpo -c -o sound_glue.o sound_glue.cpp
sound_glue.cpp:23:13: warning: 'void output_decoders()' defined but not used 
[-Wunused-function]
 static void output_decoders(void)
             ^
mv -f .deps/sound_glue.Tpo .deps/sound_glue.Po
rm -f libaudio.a
ar cru libaudio.a sound.o sound_glue.o 
x86_64-linux-gnu-ranlib libaudio.a
make[3]: Leaving directory '/«PKGBUILDDIR»/src/audio'
Making all in video
make[3]: Entering directory '/«PKGBUILDDIR»/src/video'
x86_64-linux-gnu-gcc -DPACKAGE_NAME=\"gltron\" -DPACKAGE_TARNAME=\"gltron\" 
-DPACKAGE_VERSION=\"0.70\" -DPACKAGE_STRING=\"gltron\ 0.70\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"gltron\" 
-DVERSION=\"0.70\" -DHAVE_LIBGL=1 -DHAVE_LIBZ=1 -DHAVE_LIBPNG=1 
-DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 
-DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 
-DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GL_GL_H=1 
-DHAVE_MKSTEMP=1 -I.   -DDATA_DIR=\"/usr/share/games/gltron\" -DSNAP_DIR=\"~\" 
-DPREF_DIR=\"~\" -I../../lua/include -I../../nebu/include -I../../src/include 
-Wall -g -O2 -DSEPARATOR="'/'" -Wall -Werror -I/usr/include/SDL -D_GNU_SOURCE=1 
-D_REENTRANT -MT artpack.o -MD -MP -MF .deps/artpack.Tpo -c -o artpack.o 
artpack.c
mv -f .deps/artpack.Tpo .deps/artpack.Po
x86_64-linux-gnu-gcc -DPACKAGE_NAME=\"gltron\" -DPACKAGE_TARNAME=\"gltron\" 
-DPACKAGE_VERSION=\"0.70\" -DPACKAGE_STRING=\"gltron\ 0.70\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"gltron\" 
-DVERSION=\"0.70\" -DHAVE_LIBGL=1 -DHAVE_LIBZ=1 -DHAVE_LIBPNG=1 
-DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 
-DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 
-DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GL_GL_H=1 
-DHAVE_MKSTEMP=1 -I.   -DDATA_DIR=\"/usr/share/games/gltron\" -DSNAP_DIR=\"~\" 
-DPREF_DIR=\"~\" -I../../lua/include -I../../nebu/include -I../../src/include 
-Wall -g -O2 -DSEPARATOR="'/'" -Wall -Werror -I/usr/include/SDL -D_GNU_SOURCE=1 
-D_REENTRANT -MT explosion.o -MD -MP -MF .deps/explosion.Tpo -c -o explosion.o 
explosion.c
mv -f .deps/explosion.Tpo .deps/explosion.Po
x86_64-linux-gnu-gcc -DPACKAGE_NAME=\"gltron\" -DPACKAGE_TARNAME=\"gltron\" 
-DPACKAGE_VERSION=\"0.70\" -DPACKAGE_STRING=\"gltron\ 0.70\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"gltron\" 
-DVERSION=\"0.70\" -DHAVE_LIBGL=1 -DHAVE_LIBZ=1 -DHAVE_LIBPNG=1 
-DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 
-DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 
-DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GL_GL_H=1 
-DHAVE_MKSTEMP=1 -I.   -DDATA_DIR=\"/usr/share/games/gltron\" -DSNAP_DIR=\"~\" 
-DPREF_DIR=\"~\" -I../../lua/include -I../../nebu/include -I../../src/include 
-Wall -g -O2 -DSEPARATOR="'/'" -Wall -Werror -I/usr/include/SDL -D_GNU_SOURCE=1 
-D_REENTRANT -MT fonts.o -MD -MP -MF .deps/fonts.Tpo -c -o fonts.o fonts.c
mv -f .deps/fonts.Tpo .deps/fonts.Po
x86_64-linux-gnu-gcc -DPACKAGE_NAME=\"gltron\" -DPACKAGE_TARNAME=\"gltron\" 
-DPACKAGE_VERSION=\"0.70\" -DPACKAGE_STRING=\"gltron\ 0.70\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"gltron\" 
-DVERSION=\"0.70\" -DHAVE_LIBGL=1 -DHAVE_LIBZ=1 -DHAVE_LIBPNG=1 
-DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 
-DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 
-DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GL_GL_H=1 
-DHAVE_MKSTEMP=1 -I.   -DDATA_DIR=\"/usr/share/games/gltron\" -DSNAP_DIR=\"~\" 
-DPREF_DIR=\"~\" -I../../lua/include -I../../nebu/include -I../../src/include 
-Wall -g -O2 -DSEPARATOR="'/'" -Wall -Werror -I/usr/include/SDL -D_GNU_SOURCE=1 
-D_REENTRANT -MT fonttex.o -MD -MP -MF .deps/fonttex.Tpo -c -o fonttex.o 
fonttex.c
mv -f .deps/fonttex.Tpo .deps/fonttex.Po
x86_64-linux-gnu-gcc -DPACKAGE_NAME=\"gltron\" -DPACKAGE_TARNAME=\"gltron\" 
-DPACKAGE_VERSION=\"0.70\" -DPACKAGE_STRING=\"gltron\ 0.70\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"gltron\" 
-DVERSION=\"0.70\" -DHAVE_LIBGL=1 -DHAVE_LIBZ=1 -DHAVE_LIBPNG=1 
-DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 
-DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 
-DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GL_GL_H=1 
-DHAVE_MKSTEMP=1 -I.   -DDATA_DIR=\"/usr/share/games/gltron\" -DSNAP_DIR=\"~\" 
-DPREF_DIR=\"~\" -I../../lua/include -I../../nebu/include -I../../src/include 
-Wall -g -O2 -DSEPARATOR="'/'" -Wall -Werror -I/usr/include/SDL -D_GNU_SOURCE=1 
-D_REENTRANT -MT gamegraphics.o -MD -MP -MF .deps/gamegraphics.Tpo -c -o 
gamegraphics.o gamegraphics.c
gamegraphics.c: In function 'drawCam':
gamegraphics.c:379:33: error: comparison of constant '2' with boolean 
expression is always false [-Werror=bool-compare]
    if (! gSettingsCache.camType == CAM_TYPE_COCKPIT ||
                                 ^
gamegraphics.c:379:33: error: logical not is only applied to the left hand side 
of comparison [-Werror=logical-not-parentheses]
cc1: all warnings being treated as errors
make[3]: *** [gamegraphics.o] Error 1
Makefile:362: recipe for target 'gamegraphics.o' failed
make[3]: Leaving directory '/«PKGBUILDDIR»/src/video'
make[2]: *** [all-recursive] Error 1
Makefile:374: recipe for target 'all-recursive' failed
make[2]: Leaving directory '/«PKGBUILDDIR»/src'
make[1]: *** [all-recursive] Error 1
Makefile:495: recipe for target 'all-recursive' failed
make[1]: Leaving directory '/«PKGBUILDDIR»'
make: *** [build-stamp] Error 2
debian/rules:39: recipe for target 'build-stamp' failed
dpkg-buildpackage: error: debian/rules build gave error exit status 2

--- End Message ---
--- Begin Message ---
Source: gltron
Source-Version: 0.70final-12.1

We believe that the bug you reported is fixed in the latest version of
gltron, 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 777...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Matthias Klose <d...@debian.org> (supplier of updated gltron 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: SHA256

Format: 1.8
Date: Thu, 09 Jul 2015 13:38:37 +0200
Source: gltron
Binary: gltron
Architecture: source amd64
Version: 0.70final-12.1
Distribution: unstable
Urgency: medium
Maintainer: Ari Pollak <a...@debian.org>
Changed-By: Matthias Klose <d...@debian.org>
Description:
 gltron     - 3D lightcycle game
Closes: 662350 737910 777877
Changes:
 gltron (0.70final-12.1) unstable; urgency=medium
 .
   * Non maintainer upload.
 .
   [ Matthias Klose ]
   * Build-depend on libpng-dev. Closes: #662350.
   * Fix build with GCC 5. Closes: #777877.
   * Disable -Werror to fix a FTBFS on Ubuntu and derivatives (fread is still 
marked
     as warn_unused_result).
 .
   [ Markus Koschany ]
   * Add gltron.desktop file and install it to /usr/share/applications.
   * Add gltron.links file and link gltron.png to hicolor directory where it is
     automatically detected and displayed on the user's desktop. Closes: 
#737910.
Checksums-Sha1:
 2cb82e860682f412a3b025bf13fde83662ff0c8a 1801 gltron_0.70final-12.1.dsc
 00c423ee1da728670f0d56974f03b50d9216165b 10656 
gltron_0.70final-12.1.debian.tar.xz
 4a2127cb3d19687f474c89e549183c9bb24e5e25 1839776 
gltron_0.70final-12.1_amd64.deb
Checksums-Sha256:
 5e484d0260220271b76708e0d125dd4de5c66fd14baced1469ff4303d3a87f7e 1801 
gltron_0.70final-12.1.dsc
 9c511bada678c6f5920f89721aebb9ced3b02ee764aae848b3c83109b2123c45 10656 
gltron_0.70final-12.1.debian.tar.xz
 fb321708bb66563f8acf0dd08f6cd74a9a840f96046304e3d7b601384618b746 1839776 
gltron_0.70final-12.1_amd64.deb
Files:
 8054a05b0a27744c7318e54f7f6abd16 1801 games optional gltron_0.70final-12.1.dsc
 f80c325cc71bfe1a8a8ac4f666f6ce78 10656 games optional 
gltron_0.70final-12.1.debian.tar.xz
 dbaea9e8aebfaa5549ce343d31bc61e9 1839776 games optional 
gltron_0.70final-12.1_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJVnmV7AAoJEL1+qmB3j6b1ykYP/Rm4oMqTyxxHZeYl8xnTVU78
qFAjN/U44leXdc0XS7nACYCygaR/+rRUialPBPn10KkQS8gkZyuQhoqJQ5YU8lUN
pAnq/BUw21FU11SyemeyAM9Lj820rSfz2snRRt+h/FmZVEr+d8cuYim4P9got4NG
x67VfdXjRHCPVk0vy2wpzDsJ71qTOZBfjhrtSrt+segPfWiYeg49yDF26xDY+HTD
aZLMr7OlYtPe7C0qLfTRl8/bfqnYcdtnO8nBatLgOtpGVPDczJ+L4eSBEQZ7e5O2
NIcybrEtfWKMFCWisssuGZxifHOieRIWfIXUNfr4bGHk2yeCk2443vBl1PTd/2A9
W9sGGKFKCyEeGCixWbswk3wj66w3NnpSc7FJlJQ3N/Twy70fArWvJ5ftOlWAlBcS
GWXHfbyR3o+4zzbIBHC4qHh9uGhMa3c3iepMfsIS/cQ7fLv7qftexGBXQK6dj/vJ
yUXlvAgU75b2faTTqoNHWcD5rT/YWyMaX5J9B2vvJqzB0lqY0JLdZHeEwbpjvGmG
YifsJIHecwxQ/sNni2O89g3P3fWt5AH6h/KiOzpcCiGFM/eUt1RtD9DpyDMeVJZO
5bjvWKRTv/PxUF3fONRES/78RVEnEwwqLhZVMtY05wAobY1h+MA0xrJlXzk/zhAs
/CuRJgkJxovYzdz5BVWZ
=GfOL
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to