Your message dated Sun, 18 Dec 2011 16:03:37 +0000
with message-id <e1rcjd7-0000cq...@franck.debian.org>
and subject line Bug#643403: fixed in gtodo 0.16.0~rc2-1.2
has caused the Debian Bug report #643403,
regarding gtodo: FTBFS: callback.c:133:4: 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.)
--
643403: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=643403
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: gtodo
Version: 0.16.0~rc2-1.1
Severity: serious
Tags: wheezy sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20110923 qa-ftbfs hardening-format-security hardening
Justification: FTBFS on amd64
Hi,
During a rebuild of all packages in sid, your package failed to build on
amd64.
Relevant part:
> gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\"
> -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"gtodo\"
> -DVERSION=\"0.16.0\" -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_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_TIME_H=1 -DHAVE_LOCALE_H=1
> -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1
> -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DGETTEXT_PACKAGE=\"gtodo\" -I. -I.
> -pthread -DORBIT2=1 -I/usr/include/gtk-2.0
> -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0
> -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0
> -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12
> -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairo
> -I/usr/include/gio-unix-2.0/ -I/usr/include/libxml2 -I/usr/include/gconf/2
> -I/usr/include/orbit-2.0 -I/usr/include/gnome-vfs-2.0
> -I/usr/lib/gnome-vfs-2.0/include -DPIXMAP_PATH=\""/usr/share/pixmaps/"\"
> -DLOCALEDIR=\""/usr/share/locale/"\" -DDATADIR=\"/usr/share\" -I"libgtodo/"
> -g -O2 -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2
> -Wformat -Wformat-security -Werror=format-security -Wall -c `test -f
> 'callback.c' || echo './'`callback.c
> callback.c: In function 'message_box':
> callback.c:133:4: error: format not a string literal and no format arguments
> [-Werror=format-security]
> cc1: some warnings being treated as errors
>
> make[2]: *** [callback.o] Error 1
The full build log is available from:
http://people.debian.org/~lucas/logs/2011/09/23/gtodo_0.16.0~rc2-1.1_lsid64.buildlog
This happened because since dpkg 1.16.0 [0], hardening flags are enabled
under various conditions.
[0] http://lists.debian.org/debian-devel-announce/2011/09/msg00001.html
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: gtodo
Source-Version: 0.16.0~rc2-1.2
We believe that the bug you reported is fixed in the latest version of
gtodo, which is due to be installed in the Debian FTP archive:
gtodo_0.16.0~rc2-1.2.diff.gz
to main/g/gtodo/gtodo_0.16.0~rc2-1.2.diff.gz
gtodo_0.16.0~rc2-1.2.dsc
to main/g/gtodo/gtodo_0.16.0~rc2-1.2.dsc
gtodo_0.16.0~rc2-1.2_i386.deb
to main/g/gtodo/gtodo_0.16.0~rc2-1.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 643...@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 gtodo 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: Fri, 16 Dec 2011 16:37:52 +0100
Source: gtodo
Binary: gtodo
Architecture: source i386
Version: 0.16.0~rc2-1.2
Distribution: unstable
Urgency: low
Maintainer: Guilherme de S. Pastore <gpast...@debian.org>
Changed-By: gregor herrmann <gre...@debian.org>
Description:
gtodo - GNOME to-do list manager
Closes: 554755 643403
Changes:
gtodo (0.16.0~rc2-1.2) unstable; urgency=low
.
* Non-maintainer upload.
* Fix "FTBFS with binutils-gold":
add patch 06_linker.patch from Bart Martens: add -X11 to LDADD.
(Closes: #554755)
* Fix "FTBFS: callback.c:133:4: error: format not a string literal and
no format arguments [-Werror=format-security]":
add patch 07_format-security.patch from Bart Martens that adds a format
argument. (Closes: #643403)
Checksums-Sha1:
e8ea611c65ca0e3c5658c9e92239f91d4f979ef5 1833 gtodo_0.16.0~rc2-1.2.dsc
6ce277bfefa8ac9ff15c947ba23a7da99d187836 16749 gtodo_0.16.0~rc2-1.2.diff.gz
9f62e40a508094db10a8d76135976cef17d814bb 107208 gtodo_0.16.0~rc2-1.2_i386.deb
Checksums-Sha256:
14804a195db154b50dd9d5feeaa62ce63c4a292f4a49393dfaa0e3179ade464f 1833
gtodo_0.16.0~rc2-1.2.dsc
a78add220deb32904ac7b81269466177e3aab29972c961bc8e8900f3c1e3c7e5 16749
gtodo_0.16.0~rc2-1.2.diff.gz
99a199c073cd7e8da3fec831f216c92905ab27d19d016451514cb35f8085677c 107208
gtodo_0.16.0~rc2-1.2_i386.deb
Files:
5a9982758a0e079a23056bb4973dc673 1833 x11 optional gtodo_0.16.0~rc2-1.2.dsc
56da1bdba6b1a7a1cb39af5e80de0c21 16749 x11 optional
gtodo_0.16.0~rc2-1.2.diff.gz
afa11d42c0878a45c5698fc691e408ba 107208 x11 optional
gtodo_0.16.0~rc2-1.2_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iQIcBAEBCAAGBQJO62aPAAoJELs6aAGGSaoGwBcP/iUf65kOyo+a+RYmIeIm8q56
pK6twEqFKk9cnMDj0pmvcPti1WuFsXIxjFh3qTFrWt7Gs81FIysdA3Mo938OHWxg
VtbuQGmDRglv3WNAwUSHCKOZwYnw+euauvxfF3/tzcgnQ9kB3u3DtTZFrOEbdoGA
H//0u4xT19DswsiUWuPx9bk5YC35UPyx9i2BjSovnRXCjlRTWV9y8+ZqEvR9tSXf
ojdHPFFta90HF5hv48SyEZNSPfwNUDk98kJcm3UgicIdRppSXrYrYs4yLsRcTs3o
X/msJQg9+wgh7himzxxWdfwBBIK7Z6Q+WtFXtjCAK80KzAv4r/jg63d3ecXAzU+V
VEO9DWKzSzGq8JGEFLnFIMML9O/nMMxqNQH87vVRumMNPDq9+xaxAa+KeR8+jtX0
aUYEXuU2nN1jTf5eHM629BODnhJHbLHK26FdZ530s3PR0eOsxWeUVjBWX1GKWZWj
Hd1bxzUozvr9mzJLmz3yTB5+R04n6TcTf01fqZqiqywaiYJcV6PBTnrHsY78MxjA
oSJVi+ogBa9pZfynal+4iPl0eBMmuWpvEjc1OTf+dDGFlxTD0T4CKXatnuj0OKVo
2f4j+JM2NrvNoPWPLeMX34hp44koSMGYgiptLNRA0aX8w/GX+5RLEfIZt9w5a+c8
j9wTYbzRel4XBCDqq+rL
=8wzC
-----END PGP SIGNATURE-----
--- End Message ---