Your message dated Sat, 26 Nov 2011 23:22:49 +0000
with message-id <e1rura5-0006fe...@franck.debian.org>
and subject line Bug#565064: fixed in xshisen 1:1.51-3.2
has caused the Debian Bug report #565064,
regarding xshisen: FTBFS: score.C:340:35: error: format not a string literal 
and no format arguments [-Werror=format-security]
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.)


-- 
565064: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=565064
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: xshisen
Version: 1:1.51-3.1
Severity: serious
Tags: wheezy sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20111022 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
> g++ -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat 
> -Wformat-security -Werror=format-security -Wall -DNO_GLOBAL_HIGHSCORE  
> -DLIB_DIR=\"/usr/share/games/xshisen\" -DDAT_DIR=\"/var/games\"  
> -I/usr/X11R6/include -DHAVE_CONFIG_H score.C -o score.o
> score.C:32:1: warning: deprecated conversion from string constant to 'String 
> {aka char*}' [-Wwrite-strings]
> score.C:32:1: warning: deprecated conversion from string constant to 'String 
> {aka char*}' [-Wwrite-strings]
> score.C:32:1: warning: deprecated conversion from string constant to 'String 
> {aka char*}' [-Wwrite-strings]
> score.C:32:1: warning: deprecated conversion from string constant to 'String 
> {aka char*}' [-Wwrite-strings]
> score.C:32:1: warning: deprecated conversion from string constant to 'String 
> {aka char*}' [-Wwrite-strings]
> score.C:32:1: warning: deprecated conversion from string constant to 'String 
> {aka char*}' [-Wwrite-strings]
> score.C:32:1: warning: deprecated conversion from string constant to 'String 
> {aka char*}' [-Wwrite-strings]
> score.C:32:1: warning: deprecated conversion from string constant to 'String 
> {aka char*}' [-Wwrite-strings]
> score.C:32:1: warning: deprecated conversion from string constant to 'String 
> {aka char*}' [-Wwrite-strings]
> score.C:32:1: warning: deprecated conversion from string constant to 'String 
> {aka char*}' [-Wwrite-strings]
> score.C:32:1: warning: deprecated conversion from string constant to 'String 
> {aka char*}' [-Wwrite-strings]
> score.C:32:1: warning: deprecated conversion from string constant to 'String 
> {aka char*}' [-Wwrite-strings]
> score.C:32:1: warning: deprecated conversion from string constant to 'String 
> {aka char*}' [-Wwrite-strings]
> score.C:32:1: warning: deprecated conversion from string constant to 'String 
> {aka char*}' [-Wwrite-strings]
> score.C:32:1: warning: deprecated conversion from string constant to 'String 
> {aka char*}' [-Wwrite-strings]
> score.C:32:1: warning: deprecated conversion from string constant to 'String 
> {aka char*}' [-Wwrite-strings]
> score.C:32:1: warning: deprecated conversion from string constant to 'String 
> {aka char*}' [-Wwrite-strings]
> score.C:32:1: warning: deprecated conversion from string constant to 'String 
> {aka char*}' [-Wwrite-strings]
> score.C:32:1: warning: deprecated conversion from string constant to 'String 
> {aka char*}' [-Wwrite-strings]
> score.C:32:1: warning: deprecated conversion from string constant to 'String 
> {aka char*}' [-Wwrite-strings]
> score.C:32:1: warning: deprecated conversion from string constant to 'String 
> {aka char*}' [-Wwrite-strings]
> score.C:32:1: warning: deprecated conversion from string constant to 'String 
> {aka char*}' [-Wwrite-strings]
> score.C:32:1: warning: deprecated conversion from string constant to 'String 
> {aka char*}' [-Wwrite-strings]
> score.C:32:1: warning: deprecated conversion from string constant to 'String 
> {aka char*}' [-Wwrite-strings]
> score.C:32:1: warning: deprecated conversion from string constant to 'String 
> {aka char*}' [-Wwrite-strings]
> score.C:32:1: warning: deprecated conversion from string constant to 'String 
> {aka char*}' [-Wwrite-strings]
> score.C: In member function 'void Score::SetScoreFile(const char*, const 
> char*, const char*)':
> score.C:302:16: warning: deprecated conversion from string constant to 
> 'char*' [-Wwrite-strings]
> score.C: In member function 'void Score::DisplayScore(int)':
> score.C:340:35: error: format not a string literal and no format arguments 
> [-Werror=format-security]
> score.C: In member function 'void Score::Register()':
> score.C:369:19: warning: unused variable 'm' [-Wunused-variable]
> score.C:369:22: warning: unused variable 's' [-Wunused-variable]
> score.C:369:25: warning: unused variable 'h' [-Wunused-variable]
> score.C:370:12: warning: unused variable 's1' [-Wunused-variable]
> score.C:370:16: warning: unused variable 'i' [-Wunused-variable]
> score.C:370:19: warning: unused variable 'mybest' [-Wunused-variable]
> score.C:371:12: warning: unused variable 'inspos' [-Wunused-variable]
> score.C:372:12: warning: unused variable 't' [-Wunused-variable]
> score.C:373:16: warning: unused variable 'tp' [-Wunused-variable]
> score.C:374:20: warning: unused variable 'pw' [-Wunused-variable]
> score.C:375:12: warning: unused variable 'namebuf' [-Wunused-variable]
> score.C:375:26: warning: unused variable 'myname' [-Wunused-variable]
> score.C:375:45: warning: unused variable 'gecos' [-Wunused-variable]
> score.C:375:58: warning: unused variable 'po' [-Wunused-variable]
> score.C: In member function 'int Score::PersonalStat(int)':
> score.C:622:1: warning: control reaches end of non-void function 
> [-Wreturn-type]
> cc1plus: some warnings being treated as errors
> 
> make[1]: *** [score.o] Error 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2011/10/22/xshisen_1:1.51-3.1_lsid64.buildlog

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot.  Internet was not
accessible from the build systems.



--- End Message ---
--- Begin Message ---
Source: xshisen
Source-Version: 1:1.51-3.2

We believe that the bug you reported is fixed in the latest version of
xshisen, which is due to be installed in the Debian FTP archive:

xshisen_1.51-3.2.debian.tar.gz
  to main/x/xshisen/xshisen_1.51-3.2.debian.tar.gz
xshisen_1.51-3.2.dsc
  to main/x/xshisen/xshisen_1.51-3.2.dsc
xshisen_1.51-3.2_i386.deb
  to main/x/xshisen/xshisen_1.51-3.2_i386.deb



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 565...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
gregor herrmann <gre...@debian.org> (supplier of updated xshisen 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...@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Thu, 24 Nov 2011 21:40:40 +0100
Source: xshisen
Binary: xshisen
Architecture: source i386
Version: 1:1.51-3.2
Distribution: unstable
Urgency: low
Maintainer: Zak B. Elep <zak...@spunge.org>
Changed-By: gregor herrmann <gre...@debian.org>
Description: 
 xshisen    - Shisen-sho puzzle game for X11
Closes: 565064
Changes: 
 xshisen (1:1.51-3.2) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Fix "ftbfs with gcc-4.5 and gcc-4.6": new patch 40_format_security.patch:
     Fix format string use. Based on Daniel T Chen's patch in the BTS.
     (Closes: #565064)
Checksums-Sha1: 
 0f789d27b2b28bd09f30c97ca7777130ed19a54e 1819 xshisen_1.51-3.2.dsc
 0823ac24e5b062b356e92d4683fa1d0e10743bbe 63143 xshisen_1.51-3.2.debian.tar.gz
 0442353e7071a292eec5b453548e832db94b2efe 63236 xshisen_1.51-3.2_i386.deb
Checksums-Sha256: 
 f7601eaec0d49c2ec055fb05ee95c5ebee5808782034d9d441f9520919cd4f3c 1819 
xshisen_1.51-3.2.dsc
 744dd10380b0688fda3da19ab24a7b1654c30a7ba79ae5d43d9c394ab20de4a9 63143 
xshisen_1.51-3.2.debian.tar.gz
 0e7c468ce57ee8cf106bbac9c6eab23e5fdfd5922b544f3a3b27e29a81e79c84 63236 
xshisen_1.51-3.2_i386.deb
Files: 
 8a38892e67846fbce026c01ddf96a9e8 1819 games optional xshisen_1.51-3.2.dsc
 65ae41b8c4016a5dff370e4cc268c4fa 63143 games optional 
xshisen_1.51-3.2.debian.tar.gz
 2daa9ff3a945fabfc84e09ad7a1d6d55 63236 games optional xshisen_1.51-3.2_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iQIcBAEBCAAGBQJOzqyBAAoJELs6aAGGSaoGG/kQAKDBtZA5Rwj5EGh046kEh06+
fVxMvcPO/ZauBijaa4vfAcmEE8tYy0Lu5AdZHGyTz5sIH4KEl6eKKGdA7EZj7AQV
E4eVvnLOxhEuDZSZtJH68dlHYjTVRmRkWQxRKh92/ZaD4ztVy/tivPzSM2iy+hRb
n5rxGdXYmwSMQ0nmtqU2UgAjKMzpCerfZne3S3zWYagGaKJ6YSqjQXTbyyXSB1i9
GM95FEL7gIKsu7A3fOMluYqAwJAW0Nz1p5m0FhUysS/ZBcEStPr/+tlHHGGLT53N
XyaQoXZR0PjgbFoWiIIKpVjgdwiBR1XUzg9dhhrgH3J9YSiVAtPJmZiHQUYMneZq
V+mKNjtBgakCwna8pZvGjrTnYRc6wa+mTNgpJiGfyHW2SvK2Fa2XFDe36aI7W0Tr
6RLBLgtyOBj0VvLmHGiwNqkvKUAOXEZHAmkPVlzjutKj0zlL93BqTqhAdcHY82ly
KAGLuXh1ni0eWa+lhRSCD73Khi3AROLy0DhtZNZPelWj+DvirWJdPZpePS1gLbVc
fImeQEhmot71QstuVRIVoUDMPFbE6ST/7x4uHw6uRh0dHHcj5m7P5t1t00uc2byZ
/Elfqg62s7x2JXxQhSISO1r9LhWI84qfc/33PNZGV+xRKHVp2Vv+xq5z8FpTRTSr
dPITuhxJlxf+n8emW2O3
=bJSJ
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to