Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 238467

Summary: eix-sync -q is not quiet
Product: Gentoo Linux Reporter: Hanno Böck <hanno>
Component: Current packagesAssignee: Stefan Schweizer (RETIRED) <genstef>
Status: RESOLVED DUPLICATE    
Severity: normal CC: emilbeinroth, martin, rjm40
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Hanno Böck gentoo-dev 2008-09-23 11:57:52 UTC
zucker sbin # eix-sync -q
real 1.32
user 0.68
sys 0.05


Seems it is running time on emerge --sync and not redirecting it's output. For a "quiet" run, running time is probably bogus anyway.
Comment 1 Rick Morra 2008-09-23 13:30:38 UTC
A related problem:  In eix-0.12.4, `eix-sync` runs `emerge --sync` quietly before displaying the diffs; eix-0.13.3-r1 displays the `emerge --sync` output.  I definitely prefer the quiet version.
Comment 2 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2008-09-23 14:24:42 UTC
The POSIX "time -p" command always outputs the time on stderr. =/
Comment 3 Martin Väth 2008-09-25 06:48:08 UTC
(In reply to comment #2)
> The POSIX "time -p" command always outputs the time on stderr. =/

Yes, but it is the only variant for which the output format is defined.

Anyway, time was replaced by a manual solution in new eix-versions.

There were several reason why the quiet output is not supported anymore,
most importantly the --ask option. You can use hooks to redirect manually.



*** This bug has been marked as a duplicate of bug 235269 ***