| www.delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT sourceware DOT cygnus DOT com> |
| List-Archive: | <http://sourceware.cygnus.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT sourceware DOT cygnus DOT com> |
| List-Help: | <mailto:cygwin-help AT sourceware DOT cygnus DOT com>, <http://sourceware.cygnus.com/ml/#faqs> |
| Sender: | cygwin-owner AT sourceware DOT cygnus DOT com |
| Delivered-To: | mailing list cygwin AT sourceware DOT cygnus DOT com |
| Message-Id: | <4.3.1.2.20000525110636.00e6c210@pop.ma.ultranet.com> |
| X-Sender: | lhall AT pop DOT ma DOT ultranet DOT com |
| X-Mailer: | QUALCOMM Windows Eudora Version 4.3.1 |
| Date: | Thu, 25 May 2000 11:09:47 -0500 |
| To: | Jason Tishler <Jason DOT Tishler AT dothill DOT com>, |
| "cygwin AT sourceware DOT cygnus DOT com" <cygwin AT hotpop DOT com> | |
| From: | "Larry Hall (RFK Partners, Inc)" <lhall AT rfk DOT com> |
| Subject: | Re: tar Does Not Handle Win32 Pathnames ... |
| In-Reply-To: | <392D3AF0.3E43D3F0@dothill.com> |
| Mime-Version: | 1.0 |
At 09:38 AM 5/25/00, Jason Tishler wrote:
>... but other commands like gunzip, ls, etc. do:
>
> $ ls C:/temp/make-3.79.tar.gz
> C:/temp/make-3.79.tar.gz
>
> $ tar -tvzf C:/temp/make-3.79.tar.gz
> tar (grandchild): Cannot open archive C:/temp/make-3.79.tar.gz
> ...
>
> $ gunzip C:/temp/make-3.79.tar.gz
>
> $ ls C:/temp/make-3.79.tar
> C:/temp/make-3.79.tar
>
> $ tar -tvf C:/temp/make-3.79.tar
> tar: Cannot open C:/temp/make-3.79.tar
> ...
>
>Is the above expected behavior?
>
>Attached is, cygcheck.out, the output from cygcheck -r -s -v.
>
>Thanks,
>Jason
>
>--
>Jason Tishler
>Director, Software Engineering Phone: +1 (732) 264-8770 x235
>Dot Hill Systems Corporation Fax: +1 (732) 264-8798
>82 Bethany Road, Suite 7 Email: Jason DOT Tishler AT dothill DOT com
>Hazlet, NJ 07730 USA WWW: http://www.dothill.com
Try using \ for the path separators. Any path with a \ in it is interested
as a Win32 path. Paths without / are considered POSIX paths I believe (so
the result is tar is looking for a host named "C" using NFS syntax).
Larry Hall lhall AT rfk DOT com
RFK Partners, Inc. http://www.rfk.com
118 Washington Street (508) 893-9779 - RFK Office
Holliston, MA 01746 (508) 893-9889 - FAX
(508) 560-1285 - cell phone
--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |