Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 540400 - app-portage/portage-utils: qlop -s stopped working after portage-2.2.16 or so
Summary: app-portage/portage-utils: qlop -s stopped working after portage-2.2.16 or so
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Third-Party Tools (show other bugs)
Hardware: All Linux
: Normal normal with 1 vote (vote)
Assignee: Portage Utils Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-17 18:10 UTC by Albert W. Hopkins
Modified: 2015-05-19 17:38 UTC (History)
6 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 Albert W. Hopkins 2015-02-17 18:10:16 UTC
Now with portage 2.2.17, "qlop -s" refuses to display new syncs from emerge.log

If I downgrade to portage 2.2.15 however, the functionality returns.
Comment 1 Rinaldus 2015-03-04 19:36:36 UTC
It's true, I confirm this bug. I hope, it will be fixed soon.
Comment 2 Peter Golis 2015-03-13 08:30:02 UTC
Hello Gentleman,
I'm also affected with this bug. There was changed log message for end of synchronization from  === Sync completed with $URL to === Sync completed for gentoo in package sys-apps/portage-2.2.17.

Possible fixes:
1) Revert to original format in sys-apps/portage. (workaround)
2) Adapt scanning line in app-portage/portage-utils. (solution)

Details:
 ~ $ qlop -s|tail; date
Thu Jan  8 14:10:31 2015 >>> rsync://81.91.253.252/gentoo-portage
Mon Jan 12 10:31:21 2015 >>> rsync://176.28.50.119/gentoo-portage
Mon Jan 19 08:50:27 2015 >>> rsync://176.28.50.119/gentoo-portage
Wed Jan 21 20:04:22 2015 >>> rsync://91.186.30.235/gentoo-portage
Sun Jan 25 15:01:08 2015 >>> rsync://81.91.253.252/gentoo-portage
Fri Jan 30 19:58:19 2015 >>> rsync://91.186.30.235/gentoo-portage
Mon Feb  2 15:35:56 2015 >>> rsync://176.28.50.119/gentoo-portage
Sun Feb  8 13:54:15 2015 >>> rsync://91.186.30.235/gentoo-portage
Mon Feb  9 20:18:01 2015 >>> rsync://176.28.50.119/gentoo-portage
Thu Feb 12 10:15:32 2015 >>> rsync://81.91.253.252/gentoo-portage
Fri Mar 13 08:08:21 CET 2015
 ~ $ grep -i -e sync /var/log/emerge.log | awk -F: '{print strftime("%Y%m%d %X %Z", $1),$0}' | grep -A 10 -e ^20150212
20150212 10:12:38 AM CET 1423732358:  *** emerge  --sync
20150212 10:12:38 AM CET 1423732358:  === sync
20150212 10:12:38 AM CET 1423732358: >>> Synchronization of repository 'gentoo' located in '/usr/portage'...
20150212 10:12:39 AM CET 1423732359: >>> Starting rsync with rsync://81.91.253.252/gentoo-portage
20150212 10:15:32 AM CET 1423732532: === Sync completed with rsync://81.91.253.252/gentoo-portage
20150213 10:55:52 AM CET 1423821352:  *** emerge  --sync
20150213 10:55:52 AM CET 1423821352:  === sync
20150213 10:55:52 AM CET 1423821352: >>> Syncing repository 'gentoo' into '/usr/portage'...
20150213 10:55:53 AM CET 1423821353: >>> Starting rsync with rsync://81.91.253.252/gentoo-portage
20150213 10:58:52 AM CET 1423821532: === Sync completed for gentoo
20150214 08:49:33 PM CET 1423943373:  *** emerge  --sync
20150214 08:49:33 PM CET 1423943373:  === sync
20150214 08:49:33 PM CET 1423943373: >>> Syncing repository 'gentoo' into '/usr/portage'...
20150214 08:49:34 PM CET 1423943374: >>> Starting rsync with rsync://91.186.30.235/gentoo-portage
20150216 10:12:08 AM CET 1424077928:  *** emerge  --sync
 ~ $
Comment 3 Agostino Sarubbo gentoo-dev 2015-04-28 06:57:08 UTC
This is confirmed.