Your message dated Wed, 16 Aug 2017 01:23:06 +0000
with message-id <e1dhn34-0006t9...@fasolo.debian.org>
and subject line Bug#853685: fixed in torcs 1.3.7+dfsg-4
has caused the Debian Bug report #853685,
regarding torcs: 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.)


-- 
853685: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=853685
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:torcs
Version: 1.3.3+dfsg-0.4
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/torcs_1.3.3+dfsg-0.4_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

[...]
   ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ANN.cpp:1215:8: warning: ignoring return value of 'size_t fread(void*, size_t, 
size_t, FILE*)', declared with attribute warn_unused_result [-Wunused-result]
   fread(&nhu, sizeof(int), 1, f);
   ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
ANN.cpp:1226:8: warning: ignoring return value of 'size_t fread(void*, size_t, 
size_t, FILE*)', declared with attribute warn_unused_result [-Wunused-result]
   fread(&layer_type, sizeof(int), 1, f);
   ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ANN.cpp:1239:8: warning: ignoring return value of 'size_t fread(void*, size_t, 
size_t, FILE*)', declared with attribute warn_unused_result [-Wunused-result]
   fread(l->c, size, sizeof(Connection), f);
   ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ANN.cpp: In function 'bool CheckMatchingToken(const char*, StringBuffer*, 
FILE*)':
ANN.cpp:1155:7: warning: ignoring return value of 'size_t fread(void*, size_t, 
size_t, FILE*)', declared with attribute warn_unused_result [-Wunused-result]
  fread(buf->c, sizeof(char), l, f);
  ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
g++ -shared -o liblearning.so policy.o ann_policy.o List.o string_utils.o 
Distribution.o MathFunctions.o ANN.o 
-L/<<BUILDDIR>>/torcs-1.3.3+dfsg/export/lib -Wl,-z,relro -L/usr/lib/ -lalut 
-lvorbisfile -L/usr/lib   
 Exporting liblearning.so to 
/<<BUILDDIR>>/torcs-1.3.3+dfsg/export/lib/liblearning.so
make[5]: Leaving directory '/<<BUILDDIR>>/torcs-1.3.3+dfsg/src/libs/learning'
make[5]: Entering directory 
'/<<BUILDDIR>>/torcs-1.3.3+dfsg/src/libs/portability'
make[5]: Nothing to be done for 'compil'.
make[5]: Leaving directory '/<<BUILDDIR>>/torcs-1.3.3+dfsg/src/libs/portability'
make[5]: Entering directory '/<<BUILDDIR>>/torcs-1.3.3+dfsg/src/libs/math'
make[5]: Nothing to be done for 'compil'.
make[5]: Leaving directory '/<<BUILDDIR>>/torcs-1.3.3+dfsg/src/libs/math'
make[5]: Entering directory 
'/<<BUILDDIR>>/torcs-1.3.3+dfsg/src/libs/musicplayer'
gcc -E -Wdate-time -D_FORTIFY_SOURCE=2 -M -D__DEPEND__ 
-I/<<BUILDDIR>>/torcs-1.3.3+dfsg/export/include 
-I/<<BUILDDIR>>/torcs-1.3.3+dfsg -D_DEFAULT_SOURCE -DSHM -DHAVE_CONFIG_H   
SoundStream.cpp OggSoundStream.cpp OpenALMusicPlayer.cpp musicplayer.cpp > 
.depend
g++ -I/<<BUILDDIR>>/torcs-1.3.3+dfsg/export/include 
-I/<<BUILDDIR>>/torcs-1.3.3+dfsg -g -O2 
-fdebug-prefix-map=/<<BUILDDIR>>/torcs-1.3.3+dfsg=. -fstack-protector-strong 
-Wformat -Werror=format-security -Wall -fPIC -fno-strict-aliasing -O2 
-DUSE_RANDR_EXT -DGL_GLEXT_PROTOTYPES -Wall -fPIC -fno-strict-aliasing -O2 
-DUSE_RANDR_EXT -DGL_GLEXT_PROTOTYPES -Wdate-time -D_FORTIFY_SOURCE=2 
-D_DEFAULT_SOURCE -DSHM -DHAVE_CONFIG_H  -c SoundStream.cpp
g++ -I/<<BUILDDIR>>/torcs-1.3.3+dfsg/export/include 
-I/<<BUILDDIR>>/torcs-1.3.3+dfsg -g -O2 
-fdebug-prefix-map=/<<BUILDDIR>>/torcs-1.3.3+dfsg=. -fstack-protector-strong 
-Wformat -Werror=format-security -Wall -fPIC -fno-strict-aliasing -O2 
-DUSE_RANDR_EXT -DGL_GLEXT_PROTOTYPES -Wall -fPIC -fno-strict-aliasing -O2 
-DUSE_RANDR_EXT -DGL_GLEXT_PROTOTYPES -Wdate-time -D_FORTIFY_SOURCE=2 
-D_DEFAULT_SOURCE -DSHM -DHAVE_CONFIG_H  -c OggSoundStream.cpp
g++ -I/<<BUILDDIR>>/torcs-1.3.3+dfsg/export/include 
-I/<<BUILDDIR>>/torcs-1.3.3+dfsg -g -O2 
-fdebug-prefix-map=/<<BUILDDIR>>/torcs-1.3.3+dfsg=. -fstack-protector-strong 
-Wformat -Werror=format-security -Wall -fPIC -fno-strict-aliasing -O2 
-DUSE_RANDR_EXT -DGL_GLEXT_PROTOTYPES -Wall -fPIC -fno-strict-aliasing -O2 
-DUSE_RANDR_EXT -DGL_GLEXT_PROTOTYPES -Wdate-time -D_FORTIFY_SOURCE=2 
-D_DEFAULT_SOURCE -DSHM -DHAVE_CONFIG_H  -c OpenALMusicPlayer.cpp
OpenALMusicPlayer.cpp: In member function 'virtual bool 
OpenALMusicPlayer::streamBuffer(ALuint)':
OpenALMusicPlayer.cpp:164:22: error: invalid conversion from 'char' to 'const 
char*' [-fpermissive]
  const char* error = '\0';
                      ^~~~
/<<BUILDDIR>>/torcs-1.3.3+dfsg/Make-default.mk:240: recipe for target 
'OpenALMusicPlayer.o' failed
make[5]: *** [OpenALMusicPlayer.o] Error 1
make[5]: Leaving directory '/<<BUILDDIR>>/torcs-1.3.3+dfsg/src/libs/musicplayer'
/<<BUILDDIR>>/torcs-1.3.3+dfsg/Make-default.mk:679: recipe for target 'subdirs' 
failed
make[4]: *** [subdirs] Error 1
make[4]: Leaving directory '/<<BUILDDIR>>/torcs-1.3.3+dfsg/src/libs'
/<<BUILDDIR>>/torcs-1.3.3+dfsg/Make-default.mk:679: recipe for target 'subdirs' 
failed
make[3]: *** [subdirs] Error 1
make[3]: Leaving directory '/<<BUILDDIR>>/torcs-1.3.3+dfsg/src'
/<<BUILDDIR>>/torcs-1.3.3+dfsg/Make-default.mk:679: recipe for target 'subdirs' 
failed
make[2]: *** [subdirs] Error 1
make[2]: Leaving directory '/<<BUILDDIR>>/torcs-1.3.3+dfsg'
Makefile:30: recipe for target 'restart' failed
make[1]: *** [restart] Error 2
make[1]: Leaving directory '/<<BUILDDIR>>/torcs-1.3.3+dfsg'
/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: torcs
Source-Version: 1.3.7+dfsg-4

We believe that the bug you reported is fixed in the latest version of
torcs, 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 torcs 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 02:16:54 +0200
Source: torcs
Binary: torcs torcs-data
Architecture: source
Version: 1.3.7+dfsg-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team <pkg-games-de...@lists.alioth.debian.org>
Changed-By: Markus Koschany <a...@debian.org>
Description:
 torcs      - 3D racing cars simulator game using OpenGL
 torcs-data - data files for TORCS
Closes: 853685
Changes:
 torcs (1.3.7+dfsg-4) unstable; urgency=medium
 .
   * Add gcc7.patch. Fix FTBFS with GCC 7. (Closes: #853685)
   * Declare compliance with Debian Policy 4.0.1.
Checksums-Sha1:
 f86095a3022c22ea77670409d28549f11ea9ab79 2396 torcs_1.3.7+dfsg-4.dsc
 cfef9d084c3898580247699cbecce0d019c3d39c 13752 torcs_1.3.7+dfsg-4.debian.tar.xz
 bb050d71de45a61098dd5b9f6fe777b2e3bf0a33 9028 
torcs_1.3.7+dfsg-4_amd64.buildinfo
Checksums-Sha256:
 2f01639aed8e9c43992bb4c6e59665f10c1474f867675bd2607291550a88f30e 2396 
torcs_1.3.7+dfsg-4.dsc
 17e7a43e56bbcdcc77df6038a6e9ab7aa551521193acac4f8c204a4029a3ec59 13752 
torcs_1.3.7+dfsg-4.debian.tar.xz
 b800f9eabe97f516dc0188e7ea5cfcd814c80767007404276d72acf1c1044fc7 9028 
torcs_1.3.7+dfsg-4_amd64.buildinfo
Files:
 00294c84f9d546e4bc4d3a13c6688176 2396 games optional torcs_1.3.7+dfsg-4.dsc
 d7d45474fd0315390f32a8a8ae36c8c6 13752 games optional 
torcs_1.3.7+dfsg-4.debian.tar.xz
 981bfeb7abb044ad2a2bcb0da8c9aa9d 9028 games optional 
torcs_1.3.7+dfsg-4_amd64.buildinfo

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

iQKjBAEBCgCNFiEErPPQiO8y7e9qGoNf2a0UuVE7UeQFAlmTmQVfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEFD
RjNEMDg4RUYzMkVERUY2QTFBODM1RkQ5QUQxNEI5NTEzQjUxRTQPHGFwb0BkZWJp
YW4ub3JnAAoJENmtFLlRO1HkVYAP+wY5Cn8HBpCBNJbeiS8O5pWNI4cRYAJnWByV
3G/8OK5HnBHntabPGwwNp13LxzO91uZr2Z/4PweyRrq/tfDHFQ3/Xe2+8iN262B0
KemMyb0BYSSQT7QyrqR3ff0OezSHkiV/plmuYoQASHnZ5ExkpGkMXSAq+SDjGZHG
BdVqh0OrNtDv9uHo/C9nCDl2KxUa1ti3WdPOgTctI2pAvj8utDE/DkmXbzClsuan
ooO0CkZnDBi2zVogxt2n55V3k/qeiYnNJ8tkwSSlhEZ4Age9RFg/PO8IXQCCeLbb
G8nSIvy3sax8INO+DiPk0baywgmsGC42xF2aqhAIQTqHnuxfnpJwjFlWzHlz8W2u
CfN/j6U3UF1xeFAgwny7W6QsJouIYkY1kKg2wEqmaUwoCqhGNSeGmV/djjenl/vN
SRfD+A3eeO6w0DJjyYhV+IMVvgwsYo03hr7hMk1EG3Ha3c4MPdHB5NdJWoMat9rS
5vzTvorM6DzKl/OxVDzSg8zGenasFIdkncJM241GEFvVMMGSRuMuOkI+4IRChBc2
mN8OUidSTE+3VsXT6nMHIaIEqziFG3bb6vqA9Y92aJjPN067Gd2B0O2dvGrBFqos
X0Fcx8DtA98Ez0knMgL75pLGqkLOWl/qhWC22kRS7oNSgRbCDb66+U2s4nro+7CH
kZI/BfcE
=Vl6B
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to