This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

gzip bug?


Z% tar cf - /usr/include /usr/i?86*/include | gzip > cygwin-include.tgz
tar: Removing leading `/' from member names
Z% gunzip < cygwin-include.tgz | tar tf - > ,list 
tar: Skipping to next header
tar: Archive contains obsolescent base-64 headers

gunzip: stdin: invalid compressed data--crc error

gunzip: stdin: invalid compressed data--length error
tar: Error exit delayed from previous errors
Z% which tar gzip gunzip
/usr/bin/tar
/usr/bin/gzip
/usr/bin/gunzip
Z% uname -a
CYGWIN_NT-5.0 dyw1 1.5.9(0.112/4/2) 2004-03-18 23:05 i686 unknown unknown Cygwin
Z% tar cf - /usr/include /usr/i?86*/include | bzip2 > cygwin-include.tbz
tar: Removing leading `/' from member names
Z% bunzip2 < cygwin-include.tbz | tar tf - > ,list                   
Z% 

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]