public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download: 
* Re: [gentoo-dev] emerge harmless buglet?
  @ 2003-08-04 19:52 99%     ` Mike Frysinger
  0 siblings, 0 replies; 1+ results
From: Mike Frysinger @ 2003-08-04 19:52 UTC (permalink / raw
  To: gentoo-dev

[-- Attachment #1: signed data --]
[-- Type: text/plain, Size: 598 bytes --]

On Monday 04 August 2003 10:34, splite-gentoo@sigint.cs.purdue.edu wrote:
> On Mon, Aug 04, 2003 at 03:32:28PM +0200, Marius Mauch wrote:
> > The fixed line is
> > 	notok=spawn("bzip2 -dc "+mytbz2+" | tar xpf -",free=1)

actually thats wrong, you'll still get a warning msg ;)
if you look at the bug i filed sometime ago (#25293) the better line is:
notok=spawn("bzcat -q "+mytbz2+" | tar xpf -",free=1)

> Why not:
>
>  	notok=spawn("tar xpjf "+mytbz2,free=1)

that assumes that tar supports bzip2 ... anyone who has used bsd/older *nixs 
will tell you, dont plan on it :)

-mike

[-- Attachment #2: signature --]
[-- Type: application/pgp-signature, Size: 827 bytes --]

^ permalink raw reply	[relevance 99%]

Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2003-08-04 13:03     [gentoo-dev] emerge harmless buglet? Jani Monoses
2003-08-04 13:32     ` Marius Mauch
2003-08-04 14:34       ` splite-gentoo
2003-08-04 19:52 99%     ` Mike Frysinger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox