Gentoo Archives: gentoo-portage-dev

From: Jason Stubbs <jstubbs@g.o>
To: gentoo-portage-dev@l.g.o
Subject: Re: [gentoo-portage-dev] [1/7] portage_exec cleanups
Date: Sat, 29 Oct 2005 10:41:47
Message-Id: 200510291941.47823.jstubbs@gentoo.org
In Reply to: [gentoo-portage-dev] [0/7] portage_exec cleanups (WAS: [Bug 104705] emerge doesn't print complete error message) by Jason Stubbs
1 [NOTE: this is targetted for .54]
2
3 Wait on the last listener in the pipe chain. In the standard logging case of
4 `ebuild | tee`, ebuild will close its pipe when it finishes up, which will
5 then cause tee to close. tee's exit status will be 0 (unless there's a
6 problem with tee) after which the exit status of ebuild is read and returned.

Attachments

File name MIME type
01-wait-order.patch text/x-diff