Your message dated Sat, 12 Nov 2011 11:02:09 -0700
with message-id <[email protected]>
and subject line won't apply
has caused the Debian Bug report #160263,
regarding "please use gzip as fallback for compress automagically"
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.)


-- 
160263: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=160263
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: tar
Version: 1.13.25-2
Severity: minor
Tags: patch

before installing ncompress:

tpo@petertosh:~/src/projects/mailsync/libs$ tar xZvf imap-2002.RC5.tar.Z
tar (child): compress: Cannot exec: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error exit delayed from previous errors

after installing ncompress:

tpo@petertosh:~/src/projects/mailsync/libs$ tar xZvf imap-2002.RC5.tar.Z
imap-2002.RC5/
imap-2002.RC5/src/
[...etc...]

Please replace:

        Suggests: bzip2

by:

        Suggests: bzip2, ncompress

Thanks,
*t

-- System Information
Debian Release: 3.0
Architecture: i386
Kernel: Linux petertosh 2.4.18 #4 Mon Jul 15 17:37:32 CEST 2002 i686
Locale: LANG=C, LC_CTYPE=C

Versions of packages tar depends on:
ii  libc6                         2.2.5-14   GNU C Library: Shared libraries an



--- End Message ---
--- Begin Message ---
Modern versions of tar automatically detect the compression form used on
a compressed tar file and call an appropriate decompression program even
if no compression option is specified, including using gzip to unpack
archives created with ncompress.  Since there is no longer any need to
specify 'Z' to unpack, I'm inclined to leave the code as-is allowing
use of 'Z' to be considered an explicit request to use ncompress.

Bdale

Attachment: pgpNSAfeIEJIQ.pgp
Description: PGP signature


--- End Message ---

Reply via email to