in unpacking on our end

yes when I use:

gzcat xerces-c-current.tar.gz | gnutar xvf - 

it works fine

-----Original Message-----
From: James Berry (JIRA) [mailto:[EMAIL PROTECTED]
Sent: Saturday, April 02, 2005 11:54 AM
To: [EMAIL PROTECTED]
Subject: [jira] Commented: (XERCESC-1394) problem untarring on a Solaris
host


     [
http://issues.apache.org/jira/browse/XERCESC-1394?page=comments#action_62033
]
     
James Berry commented on XERCESC-1394:
--------------------------------------

You say the fix is to use gnutar instead of tar. Do you mean in unpacking
(on your end) or in creating the archive originally (on our end?).

If you modify your command to look like this (using whatever name is needed
for gnutar) to extract using gnutar does it work correctly?

gzcat xerces-c-current.tar.gz | gnutar xvf - 

(or perhaps using the simpler form: gnutar xzvf  xerces-c-current.tar.gz)

?

> problem untarring on a Solaris host
> -----------------------------------
>
>          Key: XERCESC-1394
>          URL: http://issues.apache.org/jira/browse/XERCESC-1394
>      Project: Xerces-C++
>         Type: Bug
>  Environment: Solaris 
>     Reporter: Michael David Adams
>     Priority: Minor

>
> I get the following output when I try to unpack the tarball:
> 1 pandora:/home/advtech3/madams/xerces%       gzcat
xerces-c-current.tar.gz | tar xvf  -
> x xerces-c-src_2_6_0, 0 bytes, 0 tape blocks
> x xerces-c-src_2_6_0/LICENSE, 11358 bytes, 23 tape blocks
> x xerces-c-src_2_6_0/KEYS, 9114 bytes, 18 tape blocks
> x xerces-c-src_2_6_0/Projects, 0 bytes, 0 tape blocks
> x xerces-c-src_2_6_0/Projects/MacOS, 0 bytes, 0 tape blocks
> x xerces-c-src_2_6_0/Projects/MacOS/CodeWarrior, 0 bytes, 0 tape blocks
> x xerces-c-src_2_6_0/Projects/MacOS/CodeWarrior/XercesLib, 0 bytes, 0 tape
blocks
> x
xerces-c-src_2_6_0/Projects/MacOS/CodeWarrior/XercesLib/XercesLib.mcp.xml,
4771099 bytes, 9319 tape blocks
> x
xerces-c-src_2_6_0/Projects/MacOS/CodeWarrior/XercesLib/XercesLibCarbonDbgPr
efix.h, 1053 bytes, 3 tape blocks
> x
xerces-c-src_2_6_0/Projects/MacOS/CodeWarrior/XercesLib/XercesLibCarbonRelPr
efix.h, 1037 bytes, 3 tape blocks
> x
xerces-c-src_2_6_0/Projects/MacOS/CodeWarrior/XercesLib/XercesLibClassicDbgP
refix.h, 1021 bytes, 2 tape blocks
> x
xerces-c-src_2_6_0/Projects/MacOS/CodeWarrior/XercesLib/XercesLibClassicRelP
refix.h, 1005 bytes, 2 tape blocks
> x
xerces-c-src_2_6_0/Projects/MacOS/CodeWarrior/XercesLib/XercesLibCommonPrefi
x.h, 1067 bytes, 3 tape blocks
> x
xerces-c-src_2_6_0/Projects/MacOS/CodeWarrior/XercesLib/XercesLibMachODbgPre
fix.h, 1088 bytes, 3 tape blocks
> x
xerces-c-src_2_6_0/Projects/MacOS/CodeWarrior/XercesLib/XercesLibMachORelPre
fix.h, 1073 bytes, 3 tape blocks
> x xerces-c-src_2_6_0/Projects/MacOS/CodeWarrior/XercesSamples, 0 bytes, 0
tape blocks
> x xerces-c-src_2_6_0/Projects/MacOS/CodeWarrior/XercesSamples/DOMPrint, 0
bytes, 0 tape blocks
> x
xerces-c-src_2_6_0/Projects/MacOS/CodeWarrior/XercesSamples/DOMPrint/DOMPrin
t.mcp.xml, 339538 bytes, 664 tape blocks
> x xerces-c-src_2_6_0/Projects/MacOS/CodeWarrior/XercesSamples/SAX2Print, 0
bytes, 0 tape blocks
> x
xerces-c-src_2_6_0/Projects/MacOS/CodeWarrior/XercesSamples/SAX2Print/SAX2Pr
int.mcp.xml, 334975 bytes, 655 tape blocks
> x
xerces-c-src_2_6_0/Projects/MacOS/CodeWarrior/XercesSamples/XercesSampleSupp
ort, 0 bytes, 0 tape blocks
> x
xerces-c-src_2_6_0/Projects/MacOS/CodeWarrior/XercesSamples/XercesSampleSupp
ort/CarbResource.r, 806 bytes, 2 tape blocks
> tar: directory checksum error
> The fix to this issue is to use gtar instead of the native Sun tar.  My
system administrator tells me it is likely because there is a directory that
doesn't have execute permissions turned on.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to