Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 137725 - patch for genlop, to display a progress indicator
Summary: patch for genlop, to display a progress indicator
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Third-Party Tools (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Portage Tools Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-23 06:14 UTC by Lutz Schildt
Modified: 2007-04-02 12:30 UTC (History)
3 users (show)

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


Attachments
diff file for patch (genlop.progress.patch,1.38 KB, patch)
2006-06-23 06:16 UTC, Lutz Schildt
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Lutz Schildt 2006-06-23 06:14:48 UTC
Adds a line to the output for genlop -c that shows the progress of each currently running emerge, like the following:

 Currently merging 1 out of 4

 * gnome-extra/gnome-games-2.12.3

Nothing big but a neat extension, especialy for people that like to use 'watch genlop -c -n'.
Comment 1 Lutz Schildt 2006-06-23 06:16:07 UTC
Created attachment 89904 [details, diff]
diff file for patch
Comment 2 Lutz Schildt 2007-03-05 13:28:39 UTC
if I remember correctly that is what ntp-client is for, but the systemclock only gets fixed AFTER aiccu tried to start and aborted due to incorrect system-clock.

Without after ntpd in /etc/init.d/aiccu in depend() this is what happens:

1. ntp-client starts
2. aiccu fails to start due to the clock
3. ntpd starts and time is adjusted

With after ntpd:

1. ntp-client starts
2. ntpd starts and time is adjusted
3. aiccu starts

What bothers me is that ntp-client does not set the clock before ntpd has started though as it should.
Comment 3 Lutz Schildt 2007-03-05 13:30:14 UTC
could someone remove my comment #2 pls, posted to the wrong bug, sry
Comment 4 Michael Cummings (RETIRED) gentoo-dev 2007-04-02 12:30:30 UTC
genlop has been moved into gentoo's svn per permission from the original authors to take over maintainership. The fix for this bug has been added to svn, thanks!