Your message dated Tue, 14 Jun 2005 23:39:02 -0600 (MDT)
with message-id <[EMAIL PROTECTED]>
and subject line fixed in 1.15.1
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)
--------------------------------------
Received: (at submit) by bugs.debian.org; 4 Jun 2002 21:36:36 +0000
>From [EMAIL PROTECTED] Tue Jun 04 16:36:36 2002
Return-path: <[EMAIL PROTECTED]>
Received: from adsl-64-164-47-8.dsl.scrm01.pacbell.net (satan.diablo.localnet)
[64.164.47.8]
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 17FLym-0002xa-00; Tue, 04 Jun 2002 16:36:36 -0500
Received: from p by satan.diablo.localnet with local (Exim 3.35 #1 (Debian))
id 17FLyg-0000B7-00; Tue, 04 Jun 2002 14:36:30 -0700
From: Peter Jay Salzman <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: tar corrupts archives when deleting a not-present file
X-Mailer: reportbug 1.50
Date: Tue, 04 Jun 2002 14:36:30 -0700
Message-Id: <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
Package: tar
Version: 1.13.25-2
Severity: normal
this is *terrible*:
# create a tar file with files "a" and "b"
% mkdir test
% echo "hello" > test/a
% echo "hello" > test/b
% tar cv test/ > test.tar
# remove a non-existant file:
% file test.tar
test.tar: GNU tar archive
% tar f test.tar --delete "biteme"
tar: biteme: Not found in archive
tar: Error exit delayed from previous errors
% file test.tar
test.tar: data
test.tar is now corrupted! this is _awful_ considering how finicky tar
is about accepting filenames for deletion. not finding a filename is a
pretty common occurance. having your tarfile corrupted is a VERY
painful punishment.
this _needs_ to be changed. tar should do a read-only operation to make
sure the file exists before doing any writing...
-- System Information
Debian Release: 3.0
Architecture: i386
Kernel: Linux satan 2.4.18 #1 SMP Wed Apr 17 21:29:51 PDT 2002 i686
Locale: LANG=C, LC_CTYPE=C
Versions of packages tar depends on:
ii libc6 2.2.5-6 GNU C Library: Shared libraries an
---------------------------------------
Received: (at 149060-done) by bugs.debian.org; 15 Jun 2005 05:38:54 +0000
>From [EMAIL PROTECTED] Tue Jun 14 22:38:53 2005
Return-path: <[EMAIL PROTECTED]>
Received: from winfree.gag.com [192.133.104.8]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1DiQc1-0003dU-00; Tue, 14 Jun 2005 22:38:53 -0700
Received: from localhost (localhost [127.0.0.1])
by winfree.gag.com (Postfix) with ESMTP id 76426C471;
Tue, 14 Jun 2005 23:38:53 -0600 (MDT)
Received: from winfree.gag.com ([127.0.0.1])
by localhost (winfree [127.0.0.1]) (amavisd-new, port 10024)
with ESMTP id 24804-02; Tue, 14 Jun 2005 23:38:52 -0600 (MDT)
Received: from rover.gag.com (localhost [127.0.0.1])
by winfree.gag.com (Postfix) with ESMTP id 018F0C3AE;
Tue, 14 Jun 2005 23:38:52 -0600 (MDT)
Received: by rover.gag.com (Postfix, from userid 1000)
id 4D37FE6D09; Tue, 14 Jun 2005 23:39:02 -0600 (MDT)
To: [EMAIL PROTECTED], [EMAIL PROTECTED],
[EMAIL PROTECTED], [EMAIL PROTECTED]
Subject: fixed in 1.15.1
Message-Id: <[EMAIL PROTECTED]>
Date: Tue, 14 Jun 2005 23:39:02 -0600 (MDT)
From: [EMAIL PROTECTED] (Bdale Garbee)
X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at gag.com
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-2.0 required=4.0 tests=BAYES_01 autolearn=no
version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level:
X-CrossAssassin-Score: 3
Testing with 1.15.1 confirms that these problems no longer exist.
Bdale
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]