Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 238467 - eix-sync -q is not quiet
Summary: eix-sync -q is not quiet
Status: RESOLVED DUPLICATE of bug 235269
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Stefan Schweizer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-23 11:57 UTC by Hanno Böck
Modified: 2008-09-25 06:48 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***