Your message dated Tue, 08 Aug 2017 11:34:46 +0000
with message-id <e1df2mc-000em4...@fasolo.debian.org>
and subject line Bug#853712: fixed in xmoto 0.5.11+dfsg-7
has caused the Debian Bug report #853712,
regarding xmoto: 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.)


-- 
853712: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=853712
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:xmoto
Version: 0.5.11+dfsg-6
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/xmoto_0.5.11+dfsg-6_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

[...]
                 from Theme.cpp:21:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:65:44: note: format output between 
3 and 4 bytes into a destination of size 3
        __bos (__s), __fmt, __va_arg_pack ());
                                            ^
Theme.cpp: In member function 'void 
Theme::newAnimationSpriteFromXML(xmlNodePtr, bool, const char*)':
Theme.cpp:399:6: warning: '%02i' directive output may be truncated writing 
between 2 and 10 bytes into a region of size 3 [-Wformat-truncation=]
 void Theme::newAnimationSpriteFromXML(xmlNodePtr pElem, bool v_isTexture, 
const char* fileDir) {
      ^~~~~
Theme.cpp:399:6: note: directive argument in the range [0, 2147483646]
In file included from /usr/include/stdio.h:938:0,
                 from /usr/include/c++/7/cstdio:42,
                 from /usr/include/c++/7/ext/string_conversions.h:43,
                 from /usr/include/c++/7/bits/basic_string.h:6142,
                 from /usr/include/c++/7/string:52,
                 from Theme.h:24,
                 from Theme.cpp:21:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:65:44: note: format output between 
3 and 11 bytes into a destination of size 3
        __bos (__s), __fmt, __va_arg_pack ());
                                            ^
g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" 
-DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" 
-DPACKAGE=\"xmoto\" -DVERSION=\"0.5.11\" -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 
-D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 
-D_TANDEM_SOURCE=1 -DXMOTO_LITTLE_ENDIAN=1 -DHAVE_SQLITE3_H=1 
-DHAVE_LIBSQLITE3=1 -DHAVE_LIBZ=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBPNG=1 
-DHAVE_XML2=1 -DHAVE_LIBBZ2=1 -DHAVE_LIBXDG_BASEDIR=1 -DHAVE_LIBGLU=1 
-DHAVE_ICONV_H=1 -DHAVE_LIBSDL_MIXER=1 -DHAVE_LIBSDL_NET=1 -DHAVE_LIBSDL_TTF=1 
-DHAVE_PTHREAD=1 -DHAVE_LIBM=1 -DHAVE_LUA5_1_LUA_H=1 -DLUA_COMPAT_MODULE=1 
-DHAVE_LIBCURL=1 -DHAVE_VISIBILITY=1 -DHAVE_STDINT_H_WITH_UINTMAX=1 
-DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DINTDI
 V0_RAISES_SIGFPE=1 -DHAVE_INTTYPES_H_WITH_UINTMAX=1 
-DHAVE_UNSIGNED_LONG_LONG_INT=1 -DHAVE_UNSIGNED_LONG_LONG=1 -DHAVE_UINTMAX_T=1 
-DHAVE_INTTYPES_H=1 -DUSE_POSIX_THREADS=1 -DUSE_POSIX_THREADS_WEAK=1 
-DHAVE_PTHREAD_RWLOCK=1 -DHAVE_PTHREAD_MUTEX_RECURSIVE=1 
-DHAVE_BUILTIN_EXPECT=1 -DHAVE_ARGZ_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIMITS_H=1 
-DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETCWD=1 -DHAVE_GETEGID=1 
-DHAVE_GETEUID=1 -DHAVE_GETGID=1 -DHAVE_GETUID=1 -DHAVE_MEMPCPY=1 
-DHAVE_MUNMAP=1 -DHAVE_STPCPY=1 -DHAVE_STRCASECMP=1 -DHAVE_STRDUP=1 
-DHAVE_STRTOUL=1 -DHAVE_TSEARCH=1 -DHAVE_ARGZ_COUNT=1 -DHAVE_ARGZ_STRINGIFY=1 
-DHAVE_ARGZ_NEXT=1 -DHAVE___FSETLOCKING=1 -DHAVE_DECL_FEOF_UNLOCKED=1 
-DHAVE_DECL_FGETS_UNLOCKED=1 -DHAVE_ICONV=1 -DICONV_CONST= 
-DHAVE_NL_LOCALE_NAME=1 -DHAVE_LONG_LONG_INT=1 -DHAVE_LONG_DOUBLE=1 
-DHAVE_WCHAR_T=1 -DHAVE_WINT_T=1 -DHAVE_INTMAX_T=1 -DHAVE_POSIX_PRINTF=1 
-DHAVE_STDINT_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STDLIB_H=1 
-DHAVE_STRING_H=1 -DHAVE_ASPRINTF=1 
 -DHAVE_FWPRINTF=1 -DHAVE_PUTENV=1 -DHAVE_SETENV=1 -DHAVE_SETLOCALE=1 
-DHAVE_SNPRINTF=1 -DHAVE_WCSLEN=1 -DHAVE_DECL__SNPRINTF=0 
-DHAVE_DECL__SNWPRINTF=0 -DHAVE_DECL_GETC_UNLOCKED=1 -DHAVE_LANGINFO_CODESET=1 
-DHAVE_LC_MESSAGES=1 -DENABLE_NLS=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -I.   
-Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/libxml2 -g -O2 
-fdebug-prefix-map=/<<BUILDDIR>>/xmoto-0.5.11+dfsg=. -fstack-protector-strong 
-Wformat -Werror=format-security -I/usr/include/SDL -D_GNU_SOURCE=1 
-D_REENTRANT -I/usr/include -DHAVEDGETCONFIGURATION=1 -DNOMMGR -Wall 
-DGAMEDATADIR=\"/usr/share/games/xmoto\" 
-DLOCALESDIR=\"/usr/share/games/locale\" 
-DASIAN_TTF_FILE=\"/usr/share/fonts/truetype/wqy/wqy-zenhei.ttc\" -DALLOW_DEV=0 
-DCONFIGURE_DEFAULT_THEME=\"Modern\" -pthread -I/usr/include/SDL 
-D_GNU_SOURCE=1 -D_REENTRANT -DUSE_OPENGL=1 -DUSE_SDLGFX=0 -D'SVN_REV=""'  -g 
-O2 -fdebug-prefix-map=/<<BUILDDIR>>/xmoto-0.5.11+dfsg=. 
-fstack-protector-strong -Wformat -Werror=format-security -I/usr/include/S
 DL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include -c -o WWW.o WWW.cpp
WWW.cpp: In static member function 'static void FSWeb::downloadFile(const 
string&, const string&, int (*)(void*, double, double, double, double), void*, 
const ProxySettings*)':
WWW.cpp:209:70: error: ISO C++ forbids comparison between pointer and integer 
[-fpermissive]
   if( (v_destinationFile = fopen(v_local_file_tmp.c_str(), "wb")) == false) {
                                                                      ^~~~~
WWW.cpp: In static member function 'static void FSWeb::uploadReplay(const 
string&, const string&, const string&, const string&, const string&, 
WWWAppInterface*, const ProxySettings*, bool&, std::__cxx11::string&)':
WWW.cpp:323:66: error: ISO C++ forbids comparison between pointer and integer 
[-fpermissive]
   if( (v_destinationFile = fopen(v_local_file.c_str(), "wb")) == false) {
                                                                  ^~~~~
WWW.cpp: In static member function 'static void FSWeb::sendVote(const string&, 
const string&, const string&, bool, const string&, const string&, const 
string&, WWWAppInterface*, const ProxySettings*, bool&, std::__cxx11::string&)':
WWW.cpp:481:66: error: ISO C++ forbids comparison between pointer and integer 
[-fpermissive]
   if( (v_destinationFile = fopen(v_local_file.c_str(), "wb")) == false) {
                                                                  ^~~~~
WWW.cpp: In static member function 'static void FSWeb::sendReport(const 
string&, const string&, const string&, WWWAppInterface*, const ProxySettings*, 
bool&, std::__cxx11::string&)':
WWW.cpp:565:66: error: ISO C++ forbids comparison between pointer and integer 
[-fpermissive]
   if( (v_destinationFile = fopen(v_local_file.c_str(), "wb")) == false) {
                                                                  ^~~~~
WWW.cpp: In static member function 'static void FSWeb::uploadDbSync(const 
string&, const string&, const string&, const string&, int, const string&, 
WWWAppInterface*, const ProxySettings*, bool&, std::__cxx11::string&, const 
string&)':
WWW.cpp:680:66: error: ISO C++ forbids comparison between pointer and integer 
[-fpermissive]
   if( (v_destinationFile = fopen(p_answerFile.c_str(), "wb")) == false) {
                                                                  ^~~~~
Makefile:2075: recipe for target 'WWW.o' failed
make[2]: *** [WWW.o] Error 1
make[2]: Leaving directory '/<<BUILDDIR>>/xmoto-0.5.11+dfsg/src'
Makefile:518: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/<<BUILDDIR>>/xmoto-0.5.11+dfsg'
dh_auto_build: make -j1 returned exit code 2
debian/rules:9: recipe for target 'build' failed
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2

--- End Message ---
--- Begin Message ---
Source: xmoto
Source-Version: 0.5.11+dfsg-7

We believe that the bug you reported is fixed in the latest version of
xmoto, 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.
Stephen Kitt <sk...@debian.org> (supplier of updated xmoto 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: Tue, 08 Aug 2017 13:12:11 +0200
Source: xmoto
Binary: xmoto xmoto-data
Architecture: source
Version: 0.5.11+dfsg-7
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team <pkg-games-de...@lists.alioth.debian.org>
Changed-By: Stephen Kitt <sk...@debian.org>
Description:
 xmoto      - 2D motocross platform game
 xmoto-data - 2D motocross platform game - data files
Closes: 853712
Changes:
 xmoto (0.5.11+dfsg-7) unstable; urgency=medium
 .
   * Avoid comparing pointers with booleans. (Closes: #853712.)
   * Update debian/copyright.
   * Standards-Version 4.0.0, no further change required.
   * Switch to debhelper compatibility level 10.
   * Update forwarded patches.
Checksums-Sha1:
 f1c7ede37363e24838701954aa7021cde3d20048 2337 xmoto_0.5.11+dfsg-7.dsc
 fef1e1e6339245dfda50d429e4f120d0a8b5091b 25708 
xmoto_0.5.11+dfsg-7.debian.tar.xz
 b21b9b273ebca71ef70dc787dcc2fa86a8b24a94 11124 
xmoto_0.5.11+dfsg-7_source.buildinfo
Checksums-Sha256:
 24bd5ac8fb30b2c5989b6efa58e07f416e479e276830d73eecb86623bdbb94c4 2337 
xmoto_0.5.11+dfsg-7.dsc
 bd00b4817a0f5baef41c6f9d88b0e0a6f29dca51237b4754808f5545cffc0413 25708 
xmoto_0.5.11+dfsg-7.debian.tar.xz
 fcd272380b05df1ead3580453437220deb5267106aa1afaa6f9a01ecb9811e19 11124 
xmoto_0.5.11+dfsg-7_source.buildinfo
Files:
 6ec6f2827a6def83c12c60f6aaf67d0a 2337 games optional xmoto_0.5.11+dfsg-7.dsc
 1fea62682fb6f1e70327daca01401869 25708 games optional 
xmoto_0.5.11+dfsg-7.debian.tar.xz
 481c81d88117d076e00fe304f8aa3a6a 11124 games optional 
xmoto_0.5.11+dfsg-7_source.buildinfo

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

iQIyBAEBCgAdFiEEednFjFDWtapl1TDBdZd4qaNrSU8FAlmJnK0ACgkQdZd4qaNr
SU+KWA/42Qxljtgm8x2n2USaKoBSdB0CJXJ/c1J+jop9SLkzkXz4SK9cNyWxnObQ
mdYGJVJXEFLZc2+UGKZBSSl6T9XKkU96uKqZgiUfyqPbo2h8fbqvnL4a0ABwuAqQ
eEsUfeXm8DCr4bRJ2FLRZzfM32mQgGMvB+c9t+HlTO7h4QehKqTnmergw3M4BJOG
mApUHSHKr6QhLyXiMLoA1bAm0co26elhsvfEjdEMnmjKY8kpnjB2EiaCUBggl/gv
XTeljupnaGZvytE+k+5nacQ4m8rZ7x2Vt2dgCdHHCf4FYEsydaLDzNn3TaQGI1Px
XVqKPVgavIiZh75fAF5jtEz2mq8cw9XOrx+tTSZtiCC1BuotBMlS2SAxcr/E0Fye
nzG3tF0Pl6rJmBxKDgswlnzPjr1T8uET5YBWQCFmgJq+4qjMLvayk2mwZs6QF1um
bq+Hx+TdPJeLtMfG0Ai3H1AxyPM2m1VQG6HEvtpGdKSEjuEgzhEo1Du5weYrEInw
z4mVi/QpmxCrrE6/wrQmNs+KA98iX2nAoD0jjxmtSADzTUVicUVtydsLd1fBJfsi
2ypIN/F5nYqr9i/uW5bmdC4RjNzg8dskfu7ml9fj3onAjyrz+m7K2VfCcN2R8i22
w5+wYf4fG856+8GZOgMH27wKu9vA0HXLiRRPVV3wgNilflzyqw==
=thP2
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to