Your message dated Sun, 18 Aug 2013 03:33:25 +0000
with message-id <e1vatk5-0003pj...@franck.debian.org>
and subject line Bug#701289: fixed in gltron 0.70final-11
has caused the Debian Bug report #701289,
regarding gltron: ftbfs with GCC-4.8
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.)
--
701289: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=701289
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:gltron
Version: 0.70final-10
Severity: important
Tags: sid jessie
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-4.8
The package fails to build in a test rebuild on at least amd64 with
gcc-4.8/g++-4.8, but succeeds to build with gcc-4.7/g++-4.7. The
severity of this report may be raised before the jessie release.
vector.c:244:2: error: passing argument 4 of '__assert_fail' discards 'const'
qualifier from pointer target type [-Werror]
The full build log can be found at:
http://people.debian.org/~doko/logs-20130217/gcc48/gltron_0.70final-10_unstable_gcc48.log
The last lines of the build log are at the end of this report.
To build with GCC 4.8, either set CC=gcc-4.8 CXX=g++-4.8 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.
apt-get -t experimental install g++ g++-4.7 g++-4.8 libc6-dev
The test rebuild was done with eglibc-2.17 and GCC-4.8, so some issues
might be caused by the updated glibc.
[...]
make[4]: Entering directory `/«PKGBUILDDIR»/nebu/include/base'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/«PKGBUILDDIR»/nebu/include/base'
Making all in filesystem
make[4]: Entering directory `/«PKGBUILDDIR»/nebu/include/filesystem'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/«PKGBUILDDIR»/nebu/include/filesystem'
Making all in input
make[4]: Entering directory `/«PKGBUILDDIR»/nebu/include/input'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/«PKGBUILDDIR»/nebu/include/input'
Making all in scripting
make[4]: Entering directory `/«PKGBUILDDIR»/nebu/include/scripting'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/«PKGBUILDDIR»/nebu/include/scripting'
Making all in video
make[4]: Entering directory `/«PKGBUILDDIR»/nebu/include/video'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/«PKGBUILDDIR»/nebu/include/video'
make[4]: Entering directory `/«PKGBUILDDIR»/nebu/include'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/«PKGBUILDDIR»/nebu/include'
make[3]: Leaving directory `/«PKGBUILDDIR»/nebu/include'
Making all in base
make[3]: Entering directory `/«PKGBUILDDIR»/nebu/base'
source='geom.c' object='geom.o' libtool=no \
depfile='.deps/geom.Po' tmpdepfile='.deps/geom.TPo' \
depmode=gcc3 /bin/sh ../../depcomp \
x86_64-linux-gnu-gcc -DPACKAGE=\"gltron\" -DVERSION=\"0.70\"
-DHAVE_LIBGL=1 -DHAVE_LIBZ=1 -DHAVE_LIBPNG=1 -DHAVE_UNISTD_H=1 -DHAVE_GL_GL_H=1
-Dconst= -DHAVE_MKSTEMP=1 -I. -I. -DDATA_DIR=\"/usr/share/games/gltron\"
-DSNAP_DIR=\"~\" -DPREF_DIR=\"~\" -I../../nebu/include -Wall -g -O2
-DSEPARATOR="'/'" -Wall -Werror -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT
-c `test -f geom.c || echo './'`geom.c
source='vector.c' object='vector.o' libtool=no \
depfile='.deps/vector.Po' tmpdepfile='.deps/vector.TPo' \
depmode=gcc3 /bin/sh ../../depcomp \
x86_64-linux-gnu-gcc -DPACKAGE=\"gltron\" -DVERSION=\"0.70\"
-DHAVE_LIBGL=1 -DHAVE_LIBZ=1 -DHAVE_LIBPNG=1 -DHAVE_UNISTD_H=1 -DHAVE_GL_GL_H=1
-Dconst= -DHAVE_MKSTEMP=1 -I. -I. -DDATA_DIR=\"/usr/share/games/gltron\"
-DSNAP_DIR=\"~\" -DPREF_DIR=\"~\" -I../../nebu/include -Wall -g -O2
-DSEPARATOR="'/'" -Wall -Werror -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT
-c `test -f vector.c || echo './'`vector.c
vector.c: In function 'segment2_IntersectParallel':
vector.c:244:2: error: passing argument 4 of '__assert_fail' discards 'const'
qualifier from pointer target type [-Werror]
assert(t >= 0);
^
In file included from vector.c:6:0:
/usr/include/assert.h:70:13: note: expected 'char *' but argument is of type
'const char *'
extern void __assert_fail (const char *__assertion, const char *__file,
^
cc1: all warnings being treated as errors
make[3]: *** [vector.o] Error 1
make[3]: Leaving directory `/«PKGBUILDDIR»/nebu/base'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/«PKGBUILDDIR»/nebu'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/«PKGBUILDDIR»'
make: *** [build-stamp] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
--- End Message ---
--- Begin Message ---
Source: gltron
Source-Version: 0.70final-11
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 701...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Ari Pollak <a...@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: SHA1
Format: 1.8
Date: Sat, 17 Aug 2013 11:41:39 -0500
Source: gltron
Binary: gltron
Architecture: source amd64
Version: 0.70final-11
Distribution: unstable
Urgency: low
Maintainer: Ari Pollak <a...@debian.org>
Changed-By: Ari Pollak <a...@debian.org>
Description:
gltron - 3D lightcycle game
Closes: 686540 701289
Changes:
gltron (0.70final-11) unstable; urgency=low
.
[ Ari Pollak ]
* debian/patches/fix-clang-build.patch:
- Apply patch from Cyril Roelandt to fix FTBFS with clang (Closes: #686540)
* debian/patches/automake-error.patch:
- Fix error when running recent version of automake
.
[ Andreas Moog ]
* Run dh_autoreconf to fix build with newer GCC versions. (Closes: #701289)
- Add dh-autoreconf to build-depends for this.
* debian/patches/fix-prototypes.patch: Match function calls with the
prototype declarations.
Checksums-Sha1:
7e541616a4cde6df4326c0bd75de36ab07eb5bf0 1805 gltron_0.70final-11.dsc
851d0fac50bf2d8e46540acfe4259af7ff1571de 10756
gltron_0.70final-11.debian.tar.gz
9e5748269d52db423ead4a33df4db35753f12fa5 1989708 gltron_0.70final-11_amd64.deb
Checksums-Sha256:
5dc9cc837bf3ac53d1e3e70c2e5f826d5ea3de25a38675ca64af329cf7c57892 1805
gltron_0.70final-11.dsc
835fe41f00ae2e6fc304c8e3ea3b4db08658ea8c87c1fad4d12bc6a42fd7a22e 10756
gltron_0.70final-11.debian.tar.gz
8ed9a2ec7ef0c95c4037cd8f844240229b74d2b6fa370b4d34405e5ca0de80ba 1989708
gltron_0.70final-11_amd64.deb
Files:
5d22a54a883d799d9e1a2233769818fb 1805 games optional gltron_0.70final-11.dsc
97fe4d0b085b9c759616ef441ad2c1d8 10756 games optional
gltron_0.70final-11.debian.tar.gz
2a3bec2b5bcc40ce2b7613dc01880926 1989708 games optional
gltron_0.70final-11_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.14 (GNU/Linux)
iQIcBAEBAgAGBQJSEDz3AAoJEIiCILh+eYmJCQUP/iC8GijP/xGNeOvqonU0BojS
Sr752M9/ePBdC1Fuc0tMj9jxPDQsxfPQm+CcOhrIo0QY3160+QNsknTbb6xQg3ah
9WILB4HePdH0pKc6JWVvzEZtIPAtcFMGp+O31ydjR22d7eEPQp8FKup2EQsrUxuD
HW6lJ6dlEfqnjTDLJ1zFwfuBtWqok9pxdIJ7ZIoDqYIgKzlm1tGd4kaLyFqO4aB/
E8WOwqs3n2R3CMHQLT+Jfie9S4QM0M6Ul9OWrnt8MMqpp5ch/jIwoQsl/nxhFBIT
iinHj3ejrdju5iZauc5FIbuyI2CBAJjRWIv6cpBaGRsM9dEoYC9yX6MbIgaq6B9e
JqVLPxpMYftn8WY0cDANDjlVcQbMBoxdfEEhZSsZNhKUt2aQ0ZxNdc8lzGMWNxVd
W7f5RPEWJMlKCbNNBL7S0s4V4v9LDHzcvs5n61nOsBP2G/vVlivqY2FdLauzZPnE
skG/u2iLP1MKQKpuThx+H0FSecToZeShgfiJdEU/oFZRw46dT+92Zh/KyOoH2x/w
PXHzDhzm07yfq8zGHQUrPaZCKXtOXi5ddXlmg9aBdneL5MvM/4XpO8m6pbYu5AGo
a9oEsdLyH8u9e10UK8YaFxeiO2epYO0RJ9o3WTMEGfhKZVi58LkJooyFhx49fUqK
tlNKUcKd/2JPomZ5zj8L
=H/ni
-----END PGP SIGNATURE-----
--- End Message ---