Your message dated Mon, 09 Jan 2012 15:47:23 +0000
with message-id <e1rkhrt-00089d...@franck.debian.org>
and subject line Bug#625323: fixed in collectd 4.10.4-1
has caused the Debian Bug report #625323,
regarding collectd: ftbfs with gcc-4.6 -Werror
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.)


-- 
625323: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=625323
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: collectd
Version: 4.10.1-2.1
Severity: important
Tags: wheezy sid
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-4.6 ftbfs-werror

This package builds with -Werror, and GCC 4.6 triggers new warnings
which will make the package fail to build.  Currently a Debian patch
just passes
    -Wno-error=unused-but-set-variable and
    -Wno-error=unused-but-set-parameter
to avoid build failures, but this patch will be reverted with the
GCC 4.6.1 release, and the severity of the report will be raised.

The full build log can be found at:
http://people.debian.org/~doko/tmp/werror/collectd_4.10.1-2.1_lsid64.buildlog
The last lines of the build log are at the end of this report.




--- End Message ---
--- Begin Message ---
Source: collectd
Source-Version: 4.10.4-1

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

collectd-core_4.10.4-1_amd64.deb
  to main/c/collectd/collectd-core_4.10.4-1_amd64.deb
collectd-dbg_4.10.4-1_amd64.deb
  to main/c/collectd/collectd-dbg_4.10.4-1_amd64.deb
collectd-dev_4.10.4-1_all.deb
  to main/c/collectd/collectd-dev_4.10.4-1_all.deb
collectd-utils_4.10.4-1_amd64.deb
  to main/c/collectd/collectd-utils_4.10.4-1_amd64.deb
collectd_4.10.4-1.diff.gz
  to main/c/collectd/collectd_4.10.4-1.diff.gz
collectd_4.10.4-1.dsc
  to main/c/collectd/collectd_4.10.4-1.dsc
collectd_4.10.4-1_amd64.deb
  to main/c/collectd/collectd_4.10.4-1_amd64.deb
collectd_4.10.4.orig.tar.gz
  to main/c/collectd/collectd_4.10.4.orig.tar.gz
libcollectdclient-dev_4.10.4-1_amd64.deb
  to main/c/collectd/libcollectdclient-dev_4.10.4-1_amd64.deb
libcollectdclient0_4.10.4-1_amd64.deb
  to main/c/collectd/libcollectdclient0_4.10.4-1_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 625...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sebastian Harl <tok...@debian.org> (supplier of updated collectd 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: Mon, 09 Jan 2012 15:32:07 +0100
Source: collectd
Binary: collectd-core collectd collectd-utils collectd-dbg collectd-dev 
libcollectdclient-dev libcollectdclient0
Architecture: source amd64 all
Version: 4.10.4-1
Distribution: unstable
Urgency: low
Maintainer: Sebastian Harl <tok...@debian.org>
Changed-By: Sebastian Harl <tok...@debian.org>
Description: 
 collectd   - statistics collection and monitoring daemon
 collectd-core - statistics collection and monitoring daemon (core system)
 collectd-dbg - statistics collection and monitoring daemon (debugging symbols)
 collectd-dev - statistics collection and monitoring daemon (development files)
 collectd-utils - statistics collection and monitoring daemon (utilities)
 libcollectdclient-dev - client library for collectd's control interface 
(development file
 libcollectdclient0 - client library for collectd's control interface
Closes: 585975 592880 612784 614439 625323 636818 653879
Changes: 
 collectd (4.10.4-1) unstable; urgency=low
 .
   * New upstream release.
     - Added support for Yajl version 2; thanks to John Stamp for reporting
       this (Closes: #653879).
     - collectd.conf(5) now documents the "Globals" config option and that this
       is required for the "perl" and "python" plugins; thanks to Jeff Green
       for reporting this (Closes: #612784).
     - Be more verbose about why loading a plugin fails; thanks to Martin
       Steigerwald for reporting this (Closes: #585975).
     - Don't abort if including a config file fails; thanks to Reinhard Tartler
       for reporting this (Closes: #592880).
     - Fixed FTBFS with GCC 4.6; thanks to Matthias Klose for reporting this
       and Peter Green and Colin Watson for providing patches
       (Closes: #625323).
     - Added support for libnotify 0.7; thanks to Michael Biebl for reporting
       this (Closes: #636818).
     - Fixed FTBFS with current libiptc; thanks to Lucas Nussbaum for reporting
       this (Closes: #614439).
   * debian/patches:
     - Removed bts595756-notify_email-segfault -- included upstream.
     - Removed bts592623-curl_json-file -- included upstream.
     - Removed bts596128-reheap-fix -- included upstream.
     - Removed CVE-2010-4336 -- included upstream.
   * debian/rules:
     - Append DEB_BUILD_ARCH to JAVA_HOME; this is how it's done in the OpenJDK
       package.
     - Split 'build' target into 'build-arch' and 'build-indep' as recommended
       by policy.
   * debian/patches/ipvs_h_include, debian/rules:
     - Let the ipvs plugin use linux/ip_vs.h rather than net/ip_vs.h. Also,
       make sure to look for the header in /usr/include rather than the kernel
       directory (which has been deprecated).
     - Force building of the ipvs plugin since configure is not currently able
       to correctly check for ip_vs.h.
   * debian/control:
     - Updated standards-version to 3.9.2 -- no changes.
   * debian/collectd-core.collectd.init.d:
     - Added a description LSB header field.
Checksums-Sha1: 
 4474f48562cbeaa36a5d5fc1064168bdad7ad2f8 2756 collectd_4.10.4-1.dsc
 7ec034c8b3568b5ee90f80e7be0fabb563c76195 1632601 collectd_4.10.4.orig.tar.gz
 acfff3b9ff387617517eead3000a1f42dd3832f8 57187 collectd_4.10.4-1.diff.gz
 8c7ef238f7799e87b27e19263ee46b8c36dd2c46 830122 
collectd-core_4.10.4-1_amd64.deb
 01ae366bd6ff406706e2f05ea186ddd801955221 67426 collectd_4.10.4-1_amd64.deb
 9193896febae61dfd42bfd12651dc605ccdf1204 70234 
collectd-utils_4.10.4-1_amd64.deb
 0cfd3c954f650035a16ccdc281063b731ffb99bf 917822 collectd-dbg_4.10.4-1_amd64.deb
 8c70a5368c25fda5a1eb329bbdcbcda74676770a 62882 
libcollectdclient-dev_4.10.4-1_amd64.deb
 af78e8215ef03caab1c3bb477ae3d7a1b21cc8e2 68268 
libcollectdclient0_4.10.4-1_amd64.deb
 7b77a37305a2568f259c8edc43ce2724d362e826 103842 collectd-dev_4.10.4-1_all.deb
Checksums-Sha256: 
 cf489502834206a4d61a751670cfffe4aafb4071c3d579f5c3181040be625637 2756 
collectd_4.10.4-1.dsc
 ee63dfbd519dd4cae3b682e7379c5e01ac3a615d48ec5871b6ab4921ec0a9b12 1632601 
collectd_4.10.4.orig.tar.gz
 de6cffa70cb72d8349655d78b77eb73c98cf66aa3b5a3756d78db06719228df3 57187 
collectd_4.10.4-1.diff.gz
 0cdc887ae476b4e3e738b1a9986448335a88502d33d118dba27e11ff1d6c858f 830122 
collectd-core_4.10.4-1_amd64.deb
 e33d0a0a8253a10e8f8a3fb8a66bcbf3cd1f6647c088539c314f62f2d824e253 67426 
collectd_4.10.4-1_amd64.deb
 28e69e7c726c31b4163045006caa82b56a7f93d31816302f53383488d1e5598f 70234 
collectd-utils_4.10.4-1_amd64.deb
 60d37afeb268d10cb18f48730fc0db6a42ffff07dd85a0105316d057dc23e6ca 917822 
collectd-dbg_4.10.4-1_amd64.deb
 57817ef187c2645a7de9aa93012f3ee8d6694d7f1bdd51c839675845d328d540 62882 
libcollectdclient-dev_4.10.4-1_amd64.deb
 9dca6062f32463a24c7a9823271ed62e36fdda09eeea8b9c53f63a5e7b04f11f 68268 
libcollectdclient0_4.10.4-1_amd64.deb
 51f03f6c12ac7d6700f7918788eb779f51ec6945282fcae0dbea1abd71d6baf4 103842 
collectd-dev_4.10.4-1_all.deb
Files: 
 4bc0ab5aaac456ba969e97eece98868b 2756 utils optional collectd_4.10.4-1.dsc
 a9b11f3b740c5302b2296e192b67ba88 1632601 utils optional 
collectd_4.10.4.orig.tar.gz
 25489de3345b5b9d8e61326a52eb04e3 57187 utils optional collectd_4.10.4-1.diff.gz
 a098ac4e0ce7f612dc8df6ec4c716b37 830122 utils optional 
collectd-core_4.10.4-1_amd64.deb
 696fea8d3572f7703179dea69608cbac 67426 utils optional 
collectd_4.10.4-1_amd64.deb
 e515c397e011cd8370c0c1ad7ddd2292 70234 utils optional 
collectd-utils_4.10.4-1_amd64.deb
 b3040c9a07c1b978a0ab6873e50a1e92 917822 debug extra 
collectd-dbg_4.10.4-1_amd64.deb
 a260de0ae569131f0d7266034ec545dd 62882 libdevel optional 
libcollectdclient-dev_4.10.4-1_amd64.deb
 38836265e7c6c33b849ee9bd66b72c3a 68268 libs optional 
libcollectdclient0_4.10.4-1_amd64.deb
 64692c8856d5c34271c47ba1ff65a1cc 103842 utils optional 
collectd-dev_4.10.4-1_all.deb

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

iEYEARECAAYFAk8LCjwACgkQEFEKc4UBx/y0qgCgj9TMBH01yZ+Fn1rYPC78IviL
QIYAnjn8JOrkdvyTvRUOPIa3UAXVeHVg
=k0wV
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to