Your message dated Tue, 02 Jun 2009 18:18:38 +0000
with message-id <[email protected]>
and subject line Bug#530814: fixed in rrdtool 1.3.8-1
has caused the Debian Bug report #530814,
regarding rrdtool: FTBFS on hurd-i386
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 [email protected]
immediately.)


-- 
530814: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=530814
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: rrdtool
Version: 1.3.7-1
Severity: important
Tags: patch
User: [email protected]
Usertags: hurd


Coin,

Please consider applying this patch in your next upload and help us push this fix upstream. Using PATH_MAX unconditionnaly is an important POSIX incompatibility; The Hurd has no such limit, so it is undefined, so this fix relies on dynamic allocations when it is not defined.

Regards.

--
Marc Dequènes (Duck)

Attachment: pgpkjJ5ycfNec.pgp
Description: PGP Digital Signature


--- End Message ---
--- Begin Message ---
Source: rrdtool
Source-Version: 1.3.8-1

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

librrd-dev_1.3.8-1_powerpc.deb
  to pool/main/r/rrdtool/librrd-dev_1.3.8-1_powerpc.deb
librrd-ruby1.8_1.3.8-1_powerpc.deb
  to pool/main/r/rrdtool/librrd-ruby1.8_1.3.8-1_powerpc.deb
librrd-ruby1.9_1.3.8-1_powerpc.deb
  to pool/main/r/rrdtool/librrd-ruby1.9_1.3.8-1_powerpc.deb
librrd-ruby_1.3.8-1_all.deb
  to pool/main/r/rrdtool/librrd-ruby_1.3.8-1_all.deb
librrd4_1.3.8-1_powerpc.deb
  to pool/main/r/rrdtool/librrd4_1.3.8-1_powerpc.deb
librrdp-perl_1.3.8-1_all.deb
  to pool/main/r/rrdtool/librrdp-perl_1.3.8-1_all.deb
librrds-perl_1.3.8-1_powerpc.deb
  to pool/main/r/rrdtool/librrds-perl_1.3.8-1_powerpc.deb
python-rrdtool_1.3.8-1_powerpc.deb
  to pool/main/r/rrdtool/python-rrdtool_1.3.8-1_powerpc.deb
rrdtool-dbg_1.3.8-1_powerpc.deb
  to pool/main/r/rrdtool/rrdtool-dbg_1.3.8-1_powerpc.deb
rrdtool-tcl_1.3.8-1_powerpc.deb
  to pool/main/r/rrdtool/rrdtool-tcl_1.3.8-1_powerpc.deb
rrdtool_1.3.8-1.diff.gz
  to pool/main/r/rrdtool/rrdtool_1.3.8-1.diff.gz
rrdtool_1.3.8-1.dsc
  to pool/main/r/rrdtool/rrdtool_1.3.8-1.dsc
rrdtool_1.3.8-1_powerpc.deb
  to pool/main/r/rrdtool/rrdtool_1.3.8-1_powerpc.deb
rrdtool_1.3.8.orig.tar.gz
  to pool/main/r/rrdtool/rrdtool_1.3.8.orig.tar.gz



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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sebastian Harl <[email protected]> (supplier of updated rrdtool 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 [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Mon, 01 Jun 2009 18:49:13 +0200
Source: rrdtool
Binary: rrdtool rrdtool-dbg librrd4 librrd-dev librrds-perl librrdp-perl 
rrdtool-tcl python-rrdtool librrd-ruby librrd-ruby1.8 librrd-ruby1.9
Architecture: source powerpc all
Version: 1.3.8-1
Distribution: unstable
Urgency: low
Maintainer: Debian RRDtool Team <[email protected]>
Changed-By: Sebastian Harl <[email protected]>
Description: 
 librrd-dev - Time-series data storage and display system (development)
 librrd-ruby - Time-series data storage and display system (Ruby interface)
 librrd-ruby1.8 - Time-series data storage and display system (Ruby 1.8 
interface)
 librrd-ruby1.9 - Time-series data storage and display system (Ruby 1.9 
interface)
 librrd4    - Time-series data storage and display system (runtime library)
 librrdp-perl - Time-series data storage and display system (Perl interface, 
pipe
 librrds-perl - Time-series data storage and display system (Perl interface, 
shar
 python-rrdtool - Time-series data storage and display system (Python interface)
 rrdtool    - Time-series data storage and display system (programs)
 rrdtool-dbg - Time-series data storage and display system (debugging symbols)
 rrdtool-tcl - Time-series data storage and display system (Tcl interface)
Closes: 332766 529291 530814
Changes: 
 rrdtool (1.3.8-1) unstable; urgency=low
 .
   [ Sebastian Harl ]
   * New upstream release:
     - Fixed various memory leaks in the Python bindings, thanks to Anders
       Hammarquist for reporting this and providing a patch (Closes: #529291).
   * debian/patches:
     - Added bts530814-hurd to fix a FTBFS on Hurd, thanks to Marc Dequènes for
       reporting this and providing a patch (Closes: #530814).
     - Removed doc-fixes - applied upstream.
     - Added bts332766-negative-timestamps - upstream patch to fix the handling
       of negative timestamps in rrdupdate(1), thanks to Frank Zacharias for
       reporting this (Closes: #332766).
   * debian/control:
     - Removed transitional package "python-rrd" which is no longer required.
     - Let rrdtool-dbg depend on ${shlibs:Depends}.
     - Build-depend on intltool.
 .
   [ Bernd Zeimetz ]
   * debian/rules, debian/control:
     - Build Python dbg modules into rrdtool-dbg. Add necessary
       (build-) dependencies.
Checksums-Sha1: 
 bf28b2f196b83c25511aa8bbeff000fb26c4c372 1687 rrdtool_1.3.8-1.dsc
 1fe71706442ddd78ec8cdbaadd8ce16bb1326b05 1021427 rrdtool_1.3.8.orig.tar.gz
 387030bf70f6aa65e8fccda1f12daf255dab4187 22501 rrdtool_1.3.8-1.diff.gz
 cb875d8b890ad33f9809f38afc268f20fe5b9fbe 354634 rrdtool_1.3.8-1_powerpc.deb
 e84c2fb10519b030c4db524b8b91d9e51a41b75b 483130 rrdtool-dbg_1.3.8-1_powerpc.deb
 9a7ca4f931982a51fdc2c993912650b275072205 234480 librrd4_1.3.8-1_powerpc.deb
 306be6cc5192296a7cee9354c1ab6e5fd6c053c2 280700 librrd-dev_1.3.8-1_powerpc.deb
 8cf4b53587fce51d71cf28f9b4a6830710ea178a 48072 librrds-perl_1.3.8-1_powerpc.deb
 98aa171adb267aec1b6f33ef77c547c1fd1d20f3 37284 rrdtool-tcl_1.3.8-1_powerpc.deb
 1d8b1a4a662238ee86a25ddd949890e65c950bdb 40428 
python-rrdtool_1.3.8-1_powerpc.deb
 ddea66933c2abe3db15c31ba72d2171bad21febd 35988 
librrd-ruby1.8_1.3.8-1_powerpc.deb
 8186ad12f520249d214eaa89d7d2d2eac106c185 36086 
librrd-ruby1.9_1.3.8-1_powerpc.deb
 96689c6ec12d9fca474b95cf2e3bd7a0ac73f802 34518 librrdp-perl_1.3.8-1_all.deb
 c37d4ee8b50133bbaca849e9fb2566d2062fa28b 1002 librrd-ruby_1.3.8-1_all.deb
Checksums-Sha256: 
 dd062a68fd1554317e90b3be61049054fb7342ab7687debe714d709e5f2498b2 1687 
rrdtool_1.3.8-1.dsc
 a7084e07a8c78e91ca7af211af11f777c7a040b93ce21ab1144dd00079da0f38 1021427 
rrdtool_1.3.8.orig.tar.gz
 0eae9eab0a67258692801f19c90263722cb005a60c3d05e7f707dfb51acafb15 22501 
rrdtool_1.3.8-1.diff.gz
 6a3ea5b2718b69f4ac12a0f7fe2378c394734d83d09df4773cd4be28a0f5c15a 354634 
rrdtool_1.3.8-1_powerpc.deb
 ee07b234bf061614724f2e8a7e7e5fe9662b7ee031ff432bfdf5629f3ce6d814 483130 
rrdtool-dbg_1.3.8-1_powerpc.deb
 e700dba01a4fcd46331e856b1dc409a0bfd40927e9a908b1a4ba005e4e1c0eca 234480 
librrd4_1.3.8-1_powerpc.deb
 6ede4b94a16f1f225d6d266c0fde3198bab005a7cf7656b5f5430d5f22209f43 280700 
librrd-dev_1.3.8-1_powerpc.deb
 25b7e96ddbb9e0e988105801fc7d1f2ef0f29e8079f661d0c8dc43f85080802d 48072 
librrds-perl_1.3.8-1_powerpc.deb
 ddec977a68fd40121e40dfbdee4035c6ea445ea3f43162f308df878110b68797 37284 
rrdtool-tcl_1.3.8-1_powerpc.deb
 c7cf9dbf030747080936d5bb12885695c77f9371b5c5a7797df613f94fb06d1f 40428 
python-rrdtool_1.3.8-1_powerpc.deb
 bec6b489424c709f1fa4be495ad6b58da6502edce441a64b616256ce6275f606 35988 
librrd-ruby1.8_1.3.8-1_powerpc.deb
 174d00bc943baaa8398a27f68a5381782f2df1cc4826968e8cd04ede263386eb 36086 
librrd-ruby1.9_1.3.8-1_powerpc.deb
 10690d2b6e565bb807f9faa6f31dbec87304df84076a4c86868d7592113ff6d9 34518 
librrdp-perl_1.3.8-1_all.deb
 3a895687949e1c0390c037c6bf598a5ace45bd575ad4ec7c68f6a07f59c5ec72 1002 
librrd-ruby_1.3.8-1_all.deb
Files: 
 106c5caf0ee9fef564073ec7f2be3e6e 1687 utils optional rrdtool_1.3.8-1.dsc
 0de79494ab969cebfbfae3d237de18fe 1021427 utils optional 
rrdtool_1.3.8.orig.tar.gz
 60fa99e2e36dd9be9245a74c425eec37 22501 utils optional rrdtool_1.3.8-1.diff.gz
 37d8fa7ff79056551a29815fa0e80cbf 354634 utils optional 
rrdtool_1.3.8-1_powerpc.deb
 957827681d9440e29caa733b312bc695 483130 debug extra 
rrdtool-dbg_1.3.8-1_powerpc.deb
 a8649e6b00035b0085b4eb7f6014e5da 234480 libs optional 
librrd4_1.3.8-1_powerpc.deb
 b5fdd00103766715802b16b90a5e2bfe 280700 libdevel optional 
librrd-dev_1.3.8-1_powerpc.deb
 7ac8d560b52981c400b93953b72c8cd0 48072 perl optional 
librrds-perl_1.3.8-1_powerpc.deb
 7995e241dd400566e9a1181ecb35705a 37284 utils optional 
rrdtool-tcl_1.3.8-1_powerpc.deb
 ef22bee6fffaa2abc63d0ec5299a632a 40428 python optional 
python-rrdtool_1.3.8-1_powerpc.deb
 0f753be3dfbe0805dd7dbf6d923f27b6 35988 ruby optional 
librrd-ruby1.8_1.3.8-1_powerpc.deb
 08ea4829a00715d01d690dfff7eecc4e 36086 ruby optional 
librrd-ruby1.9_1.3.8-1_powerpc.deb
 bb2f33550f21179bf489019ae7c45735 34518 perl optional 
librrdp-perl_1.3.8-1_all.deb
 307df4607b05526bd1ad82ab2fb23527 1002 ruby optional librrd-ruby_1.3.8-1_all.deb

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

iEYEARECAAYFAkolYmsACgkQEFEKc4UBx/yHOQCfZ7o/FmZT3l6QA/pl6fBJuIv8
qc4AoIK125hAeOXdnRLGQYPzxlwvhZkD
=Es2T
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to