Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 618446 - app-portage/portage-utils: parameter to force to print the emerge log file
Summary: app-portage/portage-utils: parameter to force to print the emerge log file
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal enhancement
Assignee: Fabian Groffen
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-05-14 12:30 UTC by Toralf Förster
Modified: 2018-03-28 16:16 UTC (History)
0 users

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 Toralf Förster gentoo-dev 2017-05-14 12:30:16 UTC
Like -H for grep it would be cool if qlop would have such a an option. That would result in less noise in command lines like:


for i in ~/img1/*/var/log/emerge.log; do echo; echo $i; qlop --gauge --human --list -f $i    ogre  ; done



b/c the "echo $i" could be skipped. Currently the output is like the following :



/home/tinderbox/img1/plasma-libressl_20170512-200901/var/log/emerge.log

/home/tinderbox/img1/plasma-systemd_20170420-191853/var/log/emerge.log
Tue May  2 21:59:43 2017 >>> dev-games/ogre-1.9.0-r1
ogre: Tue May  2 21:38:53 2017: 20 minutes, 50 seconds
ogre: 1 times

/home/tinderbox/img1/plasma-systemd_20170512-200307/var/log/emerge.log

/home/tinderbox/img1/plasma-systemd-abi32+64_20170325-221422/var/log/emerge.log

/home/tinderbox/img1/plasma-systemd-abi32+64_20170423-124403/var/log/emerge.log

/home/tinderbox/img1/plasma-systemd-abi32+64_20170510-070646/var/log/emerge.log
Thu May 11 20:18:48 2017 >>> dev-games/ogre-1.9.0-r1
ogre: Thu May 11 19:43:22 2017: 35 minutes, 26 seconds
ogre: 1 times

/home/tinderbox/img1/plasma-systemd-libressl_20170326-163356/var/log/emerge.log

/home/tinderbox/img1/plasma-systemd-libressl_20170410-213447/var/log/emerge.log
Comment 1 Fabian Groffen gentoo-dev 2018-03-26 19:57:22 UTC
It seems like a bit specific usecase.  If qlop would be able to read multiple files (or a directory) then it would make more sense to me that it would print the filename it read from.
Comment 2 Toralf Förster gentoo-dev 2018-03-28 16:16:55 UTC
indeed, will close this