Gentoo Archives: gentoo-dev

From: splite-gentoo@××××××××××××××××.edu
To: Marius Mauch <genone@×××××××××××××.net>
Cc: gentoo-dev@g.o
Subject: Re: [gentoo-dev] emerge harmless buglet?
Date: Mon, 04 Aug 2003 14:34:02
Message-Id: 20030804093401.A20555@sigint.cs.purdue.edu
In Reply to: Re: [gentoo-dev] emerge harmless buglet? by Marius Mauch
1 On Mon, Aug 04, 2003 at 03:32:28PM +0200, Marius Mauch wrote:
2 >
3 > It's fixed in current 49_pre versions. And only using bunzip2 won't work
4 > as it only decompresses the package, but it does not untar it. You have
5 > to send the uncompressed tarball to tar. The fixed line is
6 > notok=spawn("bzip2 -dc "+mytbz2+" | tar xpf -",free=1)
7
8 Why not:
9
10 notok=spawn("tar xpjf "+mytbz2,free=1)
11
12 --
13 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] emerge harmless buglet? Mike Frysinger <vapier@g.o>
Re: [gentoo-dev] emerge harmless buglet? Marius Mauch <genone@×××××××××××××.net>