Skip to content
Prev 7189 / 15075 Next

Error in untar2(tarfile, files, list, exdir) : unsupported entry type ‘x’

On Wed, 19 May 2010, Christopher Bare wrote:

            
Yes, it is.  (Or more accurately, the 'tar' from libarchive is, and 
Apple changed the 'tar' they used for SL.)  And ?tar refers you to 
less partisan documentation.

Note that GNU is not a standard here: POSIX was, and these 
extensions are non-standard.  And neither GNU tar nor the libarchive 
tar follow the standard in other ways (nor do they even comply to 
their own documentation).
Please do follow the posting guide: you failed to so some basic 
homework.  E.g. NEWS says

     o	R CMD INSTALL now uses the internal untar() in package utils:
 	this ensures that all platforms can install bzip2- and
 	xz-compressed tarballs.	 In case this causes problems (as it
 	has on some Windows file systems when run from Cygwin tools)
 	it can be overridden by the environment variable
 	R_INSTALL_TAR: setting this to a modern external tar program
 	will speed up unpacking of large (tens of Mb or more)
 	tarballs.

and this is also documented under ?INSTALL.