You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by "James Berry (JIRA)" <xe...@xml.apache.org> on 2005/04/02 20:54:16 UTC

[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/XercesLibCarbonDbgPrefix.h, 1053 bytes, 3 tape blocks
> x xerces-c-src_2_6_0/Projects/MacOS/CodeWarrior/XercesLib/XercesLibCarbonRelPrefix.h, 1037 bytes, 3 tape blocks
> x xerces-c-src_2_6_0/Projects/MacOS/CodeWarrior/XercesLib/XercesLibClassicDbgPrefix.h, 1021 bytes, 2 tape blocks
> x xerces-c-src_2_6_0/Projects/MacOS/CodeWarrior/XercesLib/XercesLibClassicRelPrefix.h, 1005 bytes, 2 tape blocks
> x xerces-c-src_2_6_0/Projects/MacOS/CodeWarrior/XercesLib/XercesLibCommonPrefix.h, 1067 bytes, 3 tape blocks
> x xerces-c-src_2_6_0/Projects/MacOS/CodeWarrior/XercesLib/XercesLibMachODbgPrefix.h, 1088 bytes, 3 tape blocks
> x xerces-c-src_2_6_0/Projects/MacOS/CodeWarrior/XercesLib/XercesLibMachORelPrefix.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/DOMPrint.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/SAX2Print.mcp.xml, 334975 bytes, 655 tape blocks
> x xerces-c-src_2_6_0/Projects/MacOS/CodeWarrior/XercesSamples/XercesSampleSupport, 0 bytes, 0 tape blocks
> x xerces-c-src_2_6_0/Projects/MacOS/CodeWarrior/XercesSamples/XercesSampleSupport/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: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org