Your message dated Sat, 30 Jun 2007 01:02:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#429367: fixed in moreutils 0.22
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: moreutils
Version: 0.19
Severity: normal


Hi,
I believe vidir creates its temporary files in the current workding
directory ($PWD). e.g:
,----
| ~$ cd /usr/share/doc/moreutils
| /usr/share/doc/moreutils$ /usr/bin/vidir ~/temp
| Error in tempfile() using dirXXXXX: Parent directory (.) is not writable
|  at /usr/bin/vidir line 93
`----

The fix should be quite trivial, something like this:

--- bin/vidir.orig      2007-06-17 16:35:57.000000000 +0200
+++ bin/vidir   2007-06-17 16:27:05.000000000 +0200
@@ -90,7 +90,7 @@
        }
         }

         -my $tmp=File::Temp->new(template => "dirXXXXX");
         +my $tmp=File::Temp->new(template => "dirXXXXX", dir => '/tmp/');
         open (OUT, ">".$tmp->filename) || die "$0: cannot write 
".$tmp->filename.": $!\+n";

          my %item;

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-686
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

Versions of packages moreutils depends on:
ii  libc6                       2.3.6.ds1-13 GNU C Library: Shared libraries
ii  perl                        5.8.8-7      Larry Wall's Practical Extraction 

moreutils recommends no packages.

-- no debconf information


--- End Message ---
--- Begin Message ---
Source: moreutils
Source-Version: 0.22

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

moreutils_0.22.dsc
  to pool/main/m/moreutils/moreutils_0.22.dsc
moreutils_0.22.tar.gz
  to pool/main/m/moreutils/moreutils_0.22.tar.gz
moreutils_0.22_i386.deb
  to pool/main/m/moreutils/moreutils_0.22_i386.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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Joey Hess <[EMAIL PROTECTED]> (supplier of updated moreutils 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.7
Date: Mon, 25 Jun 2007 16:11:27 -0400
Source: moreutils
Binary: moreutils
Architecture: source i386
Version: 0.22
Distribution: unstable
Urgency: low
Maintainer: Joey Hess <[EMAIL PROTECTED]>
Changed-By: Joey Hess <[EMAIL PROTECTED]>
Description: 
 moreutils  - additional unix utilities
Closes: 429367
Changes: 
 moreutils (0.22) unstable; urgency=low
 .
   * vidir, zrun: Don't put temp files in the current directory. Closes: #429367
Files: 
 540938b639f7fd64df7771eeb301fdbd 577 utils optional moreutils_0.22.dsc
 db73f1869f678bde5ab788d25b38e3f3 26751 utils optional moreutils_0.22.tar.gz
 d45fde5b5c4a7253ff1737ff12ddf2b6 34660 utils optional moreutils_0.22_i386.deb

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

iD8DBQFGgCIN2tp5zXiKP0wRAop6AJ0SDPRgC8n4QQVme7I58KgpezM5ywCdGI/o
upd/j682LYi0HJAtrEWG5nQ=
=zW8j
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to