GNU gcc & tar under Esix

Bill Campbell campbell at Thalatta.COM
Sun Jun 17 05:33:52 AEST 1990


In article <183 at hacker.UUCP> root at hacker.UUCP (Admin) writes:
:I had this problem under Bell Tech Unix as well, and it's driving me nuts.
:I consistently get a directory checksum error on some of the GNU products
:(at least that's the only place where I've noticed it).  I'm interested in
:hearing from anyone who has either had the same problem, or has done this
:successfully or (preferably) both.  I can reproduce the problem with:
:
:cat tar-1.08.tar.Z | uncompress | tar tvf -
:
:I'd appreciate any help at all. Please!!! I'm running out of options. -- SMY
:
:P.S.  On an unrelated topic, does anyone know how to retreive a single file 
:      from the distrobution media on Esix?  Do I use cpio or do I mount it...?
:      I have it on 5 1/4.  Thanks again.

I have seen this problem on some systems, notably the Tandy
6000.  The only solution I have found is to uncompress the file
then tar from the uncompressed file:

	zcat filetar > tmp; tar -xvf tmp; rm tmp

works nicely.

-- 
....microsoft--\                    Bill Campbell; Celestial Software
...uw-entropy----!thebes!camco!bill 6641 East Mercer Way
....fluke------/                    Mercer Island, Wa 98040
....hplsla----/                     (206) 232-4164



More information about the Comp.unix.i386 mailing list