Your message dated Tue, 29 Nov 2011 00:32:30 +0000
with message-id <e1rvbcc-00088h...@franck.debian.org>
and subject line Bug#643373: fixed in desktop-file-utils 0.18-1
has caused the Debian Bug report #643373,
regarding desktop-file-utils: FTBFS: update-desktop-database.c:465:7: 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.)


-- 
643373: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=643373
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: desktop-file-utils
Version: 0.15-2
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 -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/glib-2.0 
> -I/usr/lib/glib-2.0/include   -DDATADIR="\"/usr/share\"" 
> -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE    -g -O2 -fstack-protector 
> --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security 
> -Werror=format-security -Wall -Wchar-subscripts -Wmissing-declarations 
> -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wcast-align 
> -Wsign-compare -c `test -f 'update-desktop-database.c' || echo 
> './'`update-desktop-database.c
> update-desktop-database.c: In function 'print_desktop_dirs':
> update-desktop-database.c:465:7: error: format not a string literal and no 
> format arguments [-Werror=format-security]
> update-desktop-database.c:467:7: error: format not a string literal and no 
> format arguments [-Werror=format-security]
> cc1: some warnings being treated as errors
> 
> make[3]: *** [update-desktop-database.o] Error 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2011/09/23/desktop-file-utils_0.15-2_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: desktop-file-utils
Source-Version: 0.18-1

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

desktop-file-utils_0.18-1.debian.tar.gz
  to main/d/desktop-file-utils/desktop-file-utils_0.18-1.debian.tar.gz
desktop-file-utils_0.18-1.dsc
  to main/d/desktop-file-utils/desktop-file-utils_0.18-1.dsc
desktop-file-utils_0.18-1_amd64.deb
  to main/d/desktop-file-utils/desktop-file-utils_0.18-1_amd64.deb
desktop-file-utils_0.18.orig.tar.bz2
  to main/d/desktop-file-utils/desktop-file-utils_0.18.orig.tar.bz2



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.
Loïc Minier <l...@debian.org> (supplier of updated desktop-file-utils 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: SHA1

Format: 1.8
Date: Tue, 29 Nov 2011 00:08:14 +0100
Source: desktop-file-utils
Binary: desktop-file-utils
Architecture: source amd64
Version: 0.18-1
Distribution: unstable
Urgency: low
Maintainer: Ross Burton <r...@debian.org>
Changed-By: Loïc Minier <l...@debian.org>
Description: 
 desktop-file-utils - Utilities for .desktop files
Closes: 284831 567338 570309 575000 643373
Changes: 
 desktop-file-utils (0.18-1) unstable; urgency=low
 .
   * New upstream releases; closes: #575000.
     - Fixes unguarded usage of variables in format strings, breaking the
       build; closes: #643373.
     - Add manpages for desktop-file-install, desktop-file-validate, and
       update-desktop-database; closes: #284831; drop
       debian/desktop-file-install.8 and debian/desktop-file-validate.1.  Stop
       installing now useless upstream README.
   * Update my email address in control.
   * postrm: allow /usr/local/share/applications to be a symlink, in which case
     it isn't rmdir-ed; closes: #567338.
   * rules: remove snippet to strip emacs syntax file; the default lispdir
     install path is detected correctly even without an emacs build-dep; there
     is an example emacs autoload config snippet at the top of
     /usr/share/emacs/site-lisp/desktop-entry-mode.el and in the Debian bug
     report; closes: #570309.  Drop now empty debian/TODO.
   * Add lintian override for the empty /usr/share/applications directory
     shipped in desktop-file-utils; this is to allow creating an (empty)
     mimeinfo database upon installation.
   * Cleanup and upgrade packaging.
     - Drop versions of build-deps when satisfied in oldstable.
     - Switch from cdbs to dh --with autotools_dev (updates config.guess and
       .sub); drop cdbs and gnome-pkg-tools build-deps, move to debhelper
       compatibility level 9 and bump debhelper build-dep to >= 8.9.0~ -- this
       brings dpkg-buildflags support.
     - Upstream now only distributes .bz2 tarball so use these; switch to
       debian/source/format 3.0 (quilt) and update watch file.
     - Bump Standards-Version to 3.9.2.
     - Update copyright with proper list of copyright holders.
   * Add patch unity-is-registered from upstream repo taken from the Ubuntu
     package to support Unity as desktop environment to minimize the Ubuntu
     diff and not bark on Ubuntu .desktop files.
Checksums-Sha1: 
 63cc85db34c4fe85d8d604fd2893ed5e42fbcc9c 1264 desktop-file-utils_0.18-1.dsc
 9169aee9dfe8b2fcd2debdd1029fcc57a7500586 256340 
desktop-file-utils_0.18.orig.tar.bz2
 2998d4c1eb5a8f331ddf1975631c5ff57778c56d 4761 
desktop-file-utils_0.18-1.debian.tar.gz
 faee8958b65d5b63cab3effa8c4226b0ed37ef6e 61206 
desktop-file-utils_0.18-1_amd64.deb
Checksums-Sha256: 
 138ab6521de09bbaaebb222c97c4d25277cb44590b94b0a681d78d20e85f5fac 1264 
desktop-file-utils_0.18-1.dsc
 d9449956c1c8caa75281a3322b2bb433db42610942f0ceeaa65ccd9636c04231 256340 
desktop-file-utils_0.18.orig.tar.bz2
 0f80338e38603358b0b714ad30cb303a11f4a7a8c260c34201ce243861bc98ff 4761 
desktop-file-utils_0.18-1.debian.tar.gz
 c1997b64dd26692fcf0fc67d4b1e95ce39045ae5778af9600427fe0b704703b4 61206 
desktop-file-utils_0.18-1_amd64.deb
Files: 
 89e498b79ae58ea2f09b4cde5cd6c971 1264 devel optional 
desktop-file-utils_0.18-1.dsc
 d966b743eb394650f98d5dd56b9aece1 256340 devel optional 
desktop-file-utils_0.18.orig.tar.bz2
 3165ce8e4acf12449b057090f49b731a 4761 devel optional 
desktop-file-utils_0.18-1.debian.tar.gz
 3b9936cfd75689cd9d0d210bac1f3a57 61206 devel optional 
desktop-file-utils_0.18-1_amd64.deb

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

iEYEARECAAYFAk7UJUYACgkQ4VUX8isJIMA2KACcCl/JtsR9lo0fMi5kyjvaJPYK
67IAn0HYvJaRmvzkaAU4l4hX5QWiiXSM
=Gnna
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to