[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug-tar] --verify vs absolute paths
From: |
Bdale Garbee |
Subject: |
[Bug-tar] --verify vs absolute paths |
Date: |
Sun, 15 Feb 2004 11:22:17 -0700 |
User-agent: |
Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux) |
Debian bug 230064 against my packaging of tar 1.13.92 points out that --verify
raises a 'cannot stat' error when handed the absolute path to a file hierarchy
to verify against. For example, the following command fails when run from any
directory other than '/' as shown:
$ mkdir /tmp/foo; tar cpf /tmp/foo.tar /tmp/foo --verify
tar: Removing leading `/' from member names
tar: tmp/foo: Warning: Cannot stat: No such file or directory
The full Debian bug history is visible online at:
http://bugs.debian.org/230064
Bdale
- [Bug-tar] --verify vs absolute paths,
Bdale Garbee <=