Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 13111 - star should become standard tar
Summary: star should become standard tar
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High enhancement with 1 vote (vote)
Assignee: Brandon Low (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-02 13:03 UTC by Jean Darcoux
Modified: 2003-02-04 19:29 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jean Darcoux 2003-01-02 13:03:22 UTC
star 
(http://www.fokus.gmd.de/research/cc/glone/employees/joerg.schilling/private/star.html)  
should become the standard tar on Gentoo. GNU tar has lots of known  
bugs and it's just ugly (moreover, the project seems dead ...). No one is able 
to maintain GNU tar right because it's an ugly hack, not beiing POSIX compliant 
and not even generating correct tar archives by default. star does all this 
better and has ACL support additionally ... 
 
On my system, I use /bin/tar as a symlink to /usr/bin/star as an hack to 
replace GNU tar, and everything work very well !
Comment 1 Brandon Low (RETIRED) gentoo-dev 2003-01-14 11:54:23 UTC
How do you deal with the -bz vs -j issue?  I'm working first on updating and
stability testing star.  We'll go from there.
Comment 2 Jean Darcoux 2003-01-14 15:36:05 UTC
form the man page : 
 
  -bz  run the input or output through  a  bzip2  pipe  -  see 
          option -z below.  As both the -bz and the -z option are 
          non standard, it makes sense to omit the -bz and the -z 
          inside  shell  scripts  if  you  are going to extract a 
          compressed archive that is located inside a plain  file 
          as  star  will  auto  detect compression and choose the 
          right decompression option to extract. 
 
I think we can add  -j and --bzip2 (and maybe -I) as alias to -bz option  to 
be compatible with GNUtar and send a patch to the upstream maintainer. 
This should be a little change in a getargs call. 
Comment 3 Brandon Low (RETIRED) gentoo-dev 2003-01-15 14:31:15 UTC
Well I got a hardcore negative on this from other members of the development
team.  This will at least for now not be officially supported under gentoo, I am
going to approach the star maintainer about working toward a more compatible
interface such that we can at some time in the future create a virtual tar and
get the speed and standards compliance benefits of star.