Your message dated Mon, 24 Oct 2011 17:03:08 +0000
with message-id <e1rinvy-0001hg...@franck.debian.org>
and subject line Bug#646497: fixed in xfce4-mailwatch-plugin 1.1.0-5
has caused the Debian Bug report #646497,
regarding xfce4-mailwatch-plugin: FTBFS: mailwatch-net-conn.c:227:13: 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.)


-- 
646497: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=646497
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: xfce4-mailwatch-plugin
Version: 1.1.0-4
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:
> /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  
>  -DNDEBUG -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include 
> -pthread -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/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 
> -I/usr/lib/glib-2.0/include -pthread -I/usr/include/gtk-2.0 
> -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/pango-1.0 
> -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pixman-1 
> -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/atk-1.0 
> -I/usr/include/xfce4 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo 
> -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/p11-kit-1 
> -DDATADIR=\"/usr/share\" -DLOCALEDIR=\"/usr/share/locale\" -g -O2 
> -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security 
> -Werror=format-security  -c -o libmailwatch_core_la-mailwatch-net-conn.lo 
> `test -f 'mailwatch-net-conn.c' || echo './'`mailwatch-net-conn.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -pthread 
> -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread 
> -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/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 
> -I/usr/lib/glib-2.0/include -pthread -I/usr/include/gtk-2.0 
> -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/pango-1.0 
> -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pixman-1 
> -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/atk-1.0 
> -I/usr/include/xfce4 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo 
> -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/p11-kit-1 
> -DDATADIR=\"/usr/share\" -DLOCALEDIR=\"/usr/share/locale\" -g -O2 
> -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security 
> -Werror=format-security -c mailwatch-net-conn.c  -fPIC -DPIC -o 
> .libs/libmailwatch_core_la-mailwatch-net-conn.o
> mailwatch-net-conn.c: In function 'xfce_mailwatch_net_conn_tls_handshake':
> mailwatch-net-conn.c:227:13: error: format not a string literal and no format 
> arguments [-Werror=format-security]
> mailwatch-net-conn.c: In function 'xfce_mailwatch_net_conn_make_secure':
> mailwatch-net-conn.c:619:5: warning: 'gnutls_certificate_type_set_priority' 
> is deprecated (declared at /usr/include/gnutls/compat.h:347) 
> [-Wdeprecated-declarations]
> mailwatch-net-conn.c:623:30: warning: cast to pointer from integer of 
> different size [-Wint-to-pointer-cast]
> mailwatch-net-conn.c:625:9: warning: 'gnutls_transport_set_lowat' is 
> deprecated (declared at /usr/include/gnutls/compat.h:351) 
> [-Wdeprecated-declarations]
> mailwatch-net-conn.c: In function 'xfce_mailwatch_net_conn_recv_internal':
> mailwatch-net-conn.c:764:25: error: format not a string literal and no format 
> arguments [-Werror=format-security]
> mailwatch-net-conn.c:774:25: error: format not a string literal and no format 
> arguments [-Werror=format-security]
> mailwatch-net-conn.c:786:25: error: format not a string literal and no format 
> arguments [-Werror=format-security]
> mailwatch-net-conn.c: In function 'xfce_mailwatch_net_conn_recv_line':
> mailwatch-net-conn.c:957:25: warning: format '%d' expects argument of type 
> 'int', but argument 5 has type 'gsize' [-Wformat]
> mailwatch-net-conn.c:957:25: warning: format '%d' expects argument of type 
> 'int', but argument 6 has type 'long int' [-Wformat]
> cc1: some warnings being treated as errors
> 
> make[3]: *** [libmailwatch_core_la-mailwatch-net-conn.lo] Error 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2011/10/22/xfce4-mailwatch-plugin_1.1.0-4_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: xfce4-mailwatch-plugin
Source-Version: 1.1.0-5

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

xfce4-mailwatch-plugin_1.1.0-5.debian.tar.gz
  to main/x/xfce4-mailwatch-plugin/xfce4-mailwatch-plugin_1.1.0-5.debian.tar.gz
xfce4-mailwatch-plugin_1.1.0-5.dsc
  to main/x/xfce4-mailwatch-plugin/xfce4-mailwatch-plugin_1.1.0-5.dsc
xfce4-mailwatch-plugin_1.1.0-5_amd64.deb
  to main/x/xfce4-mailwatch-plugin/xfce4-mailwatch-plugin_1.1.0-5_amd64.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 646...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Yves-Alexis Perez <cor...@debian.org> (supplier of updated 
xfce4-mailwatch-plugin 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: SHA512

Format: 1.8
Date: Mon, 24 Oct 2011 18:43:42 +0200
Source: xfce4-mailwatch-plugin
Binary: xfce4-mailwatch-plugin
Architecture: source amd64
Version: 1.1.0-5
Distribution: unstable
Urgency: low
Maintainer: Debian Xfce Maintainers <pkg-xfce-de...@lists.alioth.debian.org>
Changed-By: Yves-Alexis Perez <cor...@debian.org>
Description: 
 xfce4-mailwatch-plugin - mail watcher plugin for the Xfce4 panel
Closes: 646497
Changes: 
 xfce4-mailwatch-plugin (1.1.0-5) unstable; urgency=low
 .
   * debian/patches:
     - 04_fix-format-string-errors added, fix some string format errors leading
       to a FTBFS when building with -Werror=format-security.    closes: #646497
   * debian/rules:
     - switch to dh tiny rules.
     - use hardening support from dh 9 and dpkg-dev 1.16.1
   * debian/compat bumped to 9.
   * debian/control:
     - drop cdbs build-dep
     - update debhelper build-dep for hardening support.
     - add dpkg-dev (>= 1.16.1) build-dep for hardening support.
   * debian/docs added to track documentation to install.
Checksums-Sha1: 
 97abfd2167a6c7ce982578819486beb2abeb8347 2406 
xfce4-mailwatch-plugin_1.1.0-5.dsc
 9415c6be4de5c23286a3fcf9391fd76aa35dcd11 5293 
xfce4-mailwatch-plugin_1.1.0-5.debian.tar.gz
 8716b5daa3a68cb3847b3daff3a457c096a4aa01 382492 
xfce4-mailwatch-plugin_1.1.0-5_amd64.deb
Checksums-Sha256: 
 1824b340724dd3b519716264a9c3609d2e01fd2e9b4a3a87b98107bc1829b671 2406 
xfce4-mailwatch-plugin_1.1.0-5.dsc
 d6b4771356ec646ce1b5d651660e2123af4479d13ba049ed9a2e9921253874c9 5293 
xfce4-mailwatch-plugin_1.1.0-5.debian.tar.gz
 8aa5f163543cf88950f0fddca302f30e8c3dcb3e4767c7afcb5df72df82d11fb 382492 
xfce4-mailwatch-plugin_1.1.0-5_amd64.deb
Files: 
 f44d1f4172ad09d74cb30efbd9ea2b22 2406 xfce optional 
xfce4-mailwatch-plugin_1.1.0-5.dsc
 924f1484881f1fdb2637a58aea4d48d9 5293 xfce optional 
xfce4-mailwatch-plugin_1.1.0-5.debian.tar.gz
 9813175f0208afb2385acbdc92d024ca 382492 xfce optional 
xfce4-mailwatch-plugin_1.1.0-5_amd64.deb

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

iQIcBAEBCgAGBQJOpZZLAAoJEDBVD3hx7wuos6wQAJKTpwJ/3O250xio3vkDdJdu
C7tIWNdws5atWmSCvssgwzPDpAlfEbiLTu4y21GEyAQ+CzV/5mcVk0hnMS1KU9VF
dYtNtTVNCwXbnBiKxXa2eAE34iyyA4GaYURhW0M7honmMjLhw9rsxw2eh3C8Xud6
RDrG30klqNZUN7lvwL5rWKU+ftXIu5vjoMNVp44cXwyOUbtzChwO91+VbpIw2RhH
BKGDgEFEaXKGtiP9FFudPkEloIvjVtgQGnVVE0bDO9j+b7r2BYs47tlNTbDQlOI8
xfL8KvkK1pxD3+t/bPCDEe1/Xs/kOoOkmx8yCcsn8G/GTW4GPcvvtdQlslLBOo+8
HSV/rAnrl9aY/gGV4j7mMWFGCmaKxUQZjdhdWuAPvDGzOWEs7VkBoxEwjJsdqQeg
6Ej089E01XEkjIFiYsLrmBCTmPJ5bybFBY7ibnzBwNyvm2OUMvG1w6RqDVEyzmsD
CeNDD5fWUIXDVhgUdF+u68wIxMS57yZg37VN/B9MvIWpMKywzJu4/M4r6JygSIH8
HPSp8/XDRAcXvY3d4FV8OyMzpj6MPAKsSPRz42n7XCINDDrHlNU8yORhEBxjk7fp
N7wrcjHMJzKCZ2BJKWVLb4/pJHgWBHFLjmDo59f9y1nKUHp1EbQ69JnZ1gphZFKr
sokcPUj51+FPkOCGbY++
=HxRi
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to