Your message dated Sun, 12 Jan 2014 01:49:12 +0000
with message-id <[email protected]>
and subject line Bug#734507: fixed in wml 2.0.12ds1-7
has caused the Debian Bug report #734507,
regarding wml: forgets to remove temporary /tmp/ipp.* directories
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.)


-- 
734507: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=734507
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: wml
Version: 2.0.12ds1-3.1
Severity: important
Tags: patch

Hi,

a temp directory (/tmp/ipp.*) is created to hold a few temp files, which
are then deleted, but the container never is. This results in some
inode-eating contest, at least on the host building the Debian website.
So remove this directory on successful exit (maybe error cases would be
nice to investigate, though…).

Patch attached; also, die, 3.0 (quilt), die, but that's another story.

Mraw,
KiBi.
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+wml (2.0.12ds1-3.1) UNRELEASED; urgency=low
+
+  * Make sure to remove /tmp/ipp.* directories that are created using
+    mkdtemp() to store temporary files, otherwise they would end up
+    eating all inodes (nom nom), which is especially a pain when building
+    the whole Debian website (#debian-www report by taffit).
+
+ -- Cyril Brulebois <[email protected]>  Tue, 07 Jan 2014 19:24:34 +0100
+
 wml (2.0.12ds1-3) unstable; urgency=low
 
   * Fix FTBFS in testsuite on i386 and s390x buildds by not running those
--- a/wml_backend/p1_ipp/ipp.src
+++ b/wml_backend/p1_ipp/ipp.src
@@ -682,6 +682,7 @@ else {
 }
 
 #   die gracefully
+rmdir($tmpdir);
 exit(0);
 
 ##EOF##

--- End Message ---
--- Begin Message ---
Source: wml
Source-Version: 2.0.12ds1-7

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

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.
Axel Beckert <[email protected]> (supplier of updated wml 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: Sun, 12 Jan 2014 02:17:35 +0100
Source: wml
Binary: wml
Architecture: source amd64
Version: 2.0.12ds1-7
Distribution: unstable
Urgency: low
Maintainer: Debian WML Packaging Team 
<[email protected]>
Changed-By: Axel Beckert <[email protected]>
Description: 
 wml        - off-line HTML generation toolkit
Closes: 734507
Changes: 
 wml (2.0.12ds1-7) unstable; urgency=low
 .
   * Add patch by KiBi to remove /tmp/ipp.* directories (Closes: #734507;
     reported by taffit on #debian-www)
   * Bump Standards-Version to 3.9.5 (no other changes)
   * Bump debhelper compatibility to 9
     + Update versioned debhelper build-dependency accordingly
     + Run dh_auto_configure in wml_common/gd before running it in "."
   * Only unexport build flags where they cause problems, not globally
   * Patch wml_common/gd/Makefile.PL.in to properly pass LDFLAGS
     + Fixes lintian warning hardening-no-relro
   * Override experimental lintian warning package-contains-broken-symlink
     for links from /usr/lib/wml/exec/ to /usr/bin/.
   * Refresh line-number in override for manpage-has-errors-from-man
   * Fix path logo → logos in debian/links
     + Fixes lintian warning package-contains-broken-symlink
Checksums-Sha1: 
 85b1c707c3f12fc81840495058349f0b879c1770 1458 wml_2.0.12ds1-7.dsc
 3369d31275f7a63c73c5bc60b36e2dc68de66952 44151 wml_2.0.12ds1-7.debian.tar.gz
 ce4755790ea31bc51e40a848eea893534e5f4916 507494 wml_2.0.12ds1-7_amd64.deb
Checksums-Sha256: 
 e6ff077143e787a4342ec420273b527fa4f306f0cf68b04c7b61726b667c2c50 1458 
wml_2.0.12ds1-7.dsc
 1ded6137c1149eff7b4af3e9473601ffdfa7d57ef9f0ef54712be67891aa9f5e 44151 
wml_2.0.12ds1-7.debian.tar.gz
 5ecc4f1c26263225f55a744cca537c9a093da267697e8ab449b13969a9b383ac 507494 
wml_2.0.12ds1-7_amd64.deb
Files: 
 64dab74b3a481e71107b6aef119ec9e7 1458 web optional wml_2.0.12ds1-7.dsc
 532614340f866eef6c810fcf5ae1705a 44151 web optional 
wml_2.0.12ds1-7.debian.tar.gz
 4150c7ccf676b6b4db33e30137212583 507494 web optional wml_2.0.12ds1-7_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iEYEARECAAYFAlLR7tQACgkQwJ4diZWTDt4lSwCeL7+cgwvIZrbXSNZcFkMZ005d
a5cAnioMuAP63R5ymmVtSRd4UT+dmOOw
=NVYs
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to