Gentoo Archives: gentoo-user

From: Alexander Skwar <listen@×××××××××××××××.name>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: Re: star
Date: Tue, 25 Sep 2007 06:46:18
Message-Id: 16100396.KPhQdExJr1@kn.gn.rtr.message-center.info
In Reply to: Re: [gentoo-user] Re: star by Florian Philipp
1 Florian Philipp <f.philipp@××××××.de> wrote:
2
3 > Alexander Skwar schrieb:
4 >> Florian Philipp <f.philipp@××××××.de> wrote:
5 >>
6 >>> star supports p7zip which can be much better and especially more
7 >>> flexible than bzip2, gzip and zip.
8 >>
9 >> Uhm, what's bad about
10 >>
11 >> tar cf - | p7zip ....
12 >
13 > It's a bit cumbersome to create a pipe each time I access an archive.
14
15 Okay. I don't think so.
16
17 >>> I used find and grep to search for any implementations of tar
18 >>> compressing to stdout - I couldn't find any.
19 >>
20 >> What do you mean?
21 >>
22 > Just that I used regular expressions to search for tar writing to
23 > stdout, something that star can't, apparently.
24
25 star can write to stdout. "./star -c -f - . > ../s"
26
27 > It seems it didn't work.
28
29 What is "it"?
30
31 > Not all but some emerge actions failed while using star.
32
33 No wonder. Command line options aren't compatible. And hell
34 will freeze before Mr. Schilling will change.
35
36 >>> I'll move /bin/tar to /bin/gnutar and make a symlink from /usr/bin/star
37 >>> to /bin/tar.
38 >>>
39 >>> Let's see if it works.
40 >>
41 >> Command line options aren't identical. I wouldn't wonder if you run
42 >> into problems.
43 >>
44 > Well, most are.
45
46 Not really. For GNU tar, "tar cf - . > ../s" would work. Not so
47 for star.
48
49 Alexander Skwar
50
51 --
52 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Re: Re: star Florian Philipp <f.philipp@××××××.de>