public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] emerge harmless buglet?
@ 2003-08-04 13:03 Jani Monoses
  2003-08-04 13:32 ` Marius Mauch
  0 siblings, 1 reply; 19+ messages in thread
From: Jani Monoses @ 2003-08-04 13:03 UTC (permalink / raw
  To: gentoo-dev

With latest stable portage I always get errors like below while emerging
packages. 
Changing a line in portage.py makes this go away.Whether spawn is not
supposed to be used with a multiple commands piping eachother I don't
know but anyway isn't using bunzip2 easier ?

at line 4775 :
        print ">>> extracting",mypkg
#       notok=spawn("cat "+mytbz2+"| bzip2 -dq | tar xpf -",free=1)
        notok=spawn("bunzip2 -q "+mytbz2, free=1)

The borken pipe error is there at every emerge.

i.e
>>> extracting info
>>> extracting gcc-config-1.3.3-r1
cat: write error: Broken pipe
>>> Merging sys-devel/gcc-config-1.3.3-r1 to /


--
gentoo-dev@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2003-08-05 19:04 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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     ` Mike Frysinger
2003-08-04 20:28       ` splite-gentoo
2003-08-04 22:15         ` Mike Frysinger
2003-08-04 22:20           ` Aron Griffis
2003-08-04 22:43             ` Mike Frysinger
2003-08-05  2:07               ` Aron Griffis
2003-08-05  2:11                 ` Mike Frysinger
2003-08-05  2:55                   ` Aron Griffis
2003-08-04 22:31           ` splite-gentoo
2003-08-05  2:28     ` Marius Mauch
2003-08-05  9:00       ` Paul de Vrieze
2003-08-05 10:43       ` Spider
2003-08-05 15:29         ` Donny Davies
2003-08-05 19:05           ` Spider
2003-08-05 16:05         ` Aron Griffis
2003-08-05 16:54           ` Robin H.Johnson

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