Your message dated Thu, 30 Jul 2009 16:41:26 -0700
with message-id <1248997286.6950.106.camel@xxxxxxxxxxxxxxxxxxxx>
and subject line Re: tar_1.15.1-1_i386 does not parse -f option
has caused the Debian Bug report #309950,
regarding tar_1.15.1-1_i386 does not parse -f option
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 owner@xxxxxxxxxxxxxxx
immediately.)
--
309950:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=309950
Debian Bug Tracking System
Contact owner@xxxxxxxxxxxxxxx with problems
--- Begin Message ---
|
Subject: |
tar_1.15.1-1_i386 does not parse -f option |
Package: tar
Version: 1.15-1
Severity: important
----- Forwarded message from Mike Strates <mike@xxxxxxxxxxxx> -----
From: Mike Strates <mike@xxxxxxxxxxxx>
To: Bdale Garbee <bdale@xxxxxxx>
Subject: URGENT: problem with tar_1.15.1-1_i386.deb
Hi,
The tar binary in package tar_1.15.1-1_i386.deb
as sourced from my local Debian unstable mirror (mirror.aarnet.edu.au)
is broken.
Specifically, the -f option does not work.
That is,
if you do:
touch /tmp/test && tar -c /tmp/test -f /tmp/test.tar
it will output to stdout, rather than test.tar
Downgrading to tar_1.14-2 fixed this problem with tar.
Take care,
-Mike.
--
"Nor let the fools mistake love; for there are love and love.
There is the dove, and there is the serpent. Choose ye well!"
--Liber AL, 1:57.
----- End forwarded message -----
--
"Nor let the fools mistake love; for there are love and love.
There is the dove, and there is the serpent. Choose ye well!"
--Liber AL, 1:57.
--- End Message ---
--- Begin Message ---
|
Subject: |
Re: tar_1.15.1-1_i386 does not parse -f option |
tags 309950 fixed
thanks
On Sat, 21 May 2005 03:31:12 +1000 Mike Strates wrote:
> The tar binary in package tar_1.15.1-1_i386.deb
> as sourced from my local Debian unstable mirror (mirror.aarnet.edu.au)
> is broken.
>
> Specifically, the -f option does not work.
>
> That is, if you do:
>
> touch /tmp/test && tar -c /tmp/test -f /tmp/test.tar
>
> it will output to stdout, rather than test.tar
Hi Mike,
Thank you for your bug report. I don't know when this bug was first
fixed, but I just verified that with the version of tar in Debian
unstable (1.22) it is fixed. Specifically:
$ touch /tmp/test && tar -c /tmp/test -f /tmp/test.tar
tar: Removing leading `/' from member names
$ ls -l /tmp/test.tar
-rw-r--r-- 1 cworth cworth 10240 2009-07-30 16:32 /tmp/test.tar
Happy hacking,
-Carl
signature.asc
Description: This is a digitally signed message part
--- End Message ---