Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 636334 - app-portage/portage-utils: qlop: 'qlop -c' shows only one emerging package
Summary: app-portage/portage-utils: qlop: 'qlop -c' shows only one emerging package
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Tools (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Fabian Groffen
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-11-02 23:34 UTC by rudregues
Modified: 2019-06-06 07:32 UTC (History)
1 user (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 rudregues 2017-11-02 23:34:23 UTC
qlop -c shows only one emerging package 
qlop -c * shows all emerging packages

man qlop does not mention * for more than one emerging package:
       -c, --current
              Show current emerging packages


Reproducible: Always
Comment 1 Ben Kohler gentoo-dev 2017-11-02 23:39:23 UTC
"qlop -c" shows all currently emerging packages for me, I don't understand
Comment 2 rudregues 2017-11-02 23:47:24 UTC
So this is not a documentations bug. I will update my report.

Maybe this is useful: 
I'm with app-portage/portage-utils-0.64 compiled with +nls -static
Comment 3 rudregues 2017-11-03 03:31:47 UTC
Another info: I'm running Gentoo from Arch on a chrooted environment.
Comment 4 Larry the Git Cow gentoo-dev 2019-02-27 20:53:37 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=c74a5abf3fd8db03adb531f95ecff5316d997ab3

commit c74a5abf3fd8db03adb531f95ecff5316d997ab3
Author:     Fabian Groffen <grobian@gentoo.org>
AuthorDate: 2019-02-27 20:41:45 +0000
Commit:     Fabian Groffen <grobian@gentoo.org>
CommitDate: 2019-02-27 20:50:21 +0000

    qlop: rewrite from scratch
    
    This new implementation achieves a few things:
    - unified code path for all modes of operation (thus consistent results)
    - more flexibility to implement new features
    - simplification of the codebase
    
    Short version of what this commit changes:
    - existing flags -t -g have been replaced with -a and -t
    - -c has been been replaced with -r and no longer uses proc processing
      code (thus works everywhere)
    - addition of an ETA for running emerges (subject to improvements)
    - allow reading a file of atoms (e.g. /var/lib/portage/world)
    - summary mode -c to compute grand total, e.g. to compute world compile
      time
    
    Bug: https://bugs.gentoo.org/161244
    Bug: https://bugs.gentoo.org/603024
    Bug: https://bugs.gentoo.org/636334
    Bug: https://bugs.gentoo.org/658824
    Signed-off-by: Fabian Groffen <grobian@gentoo.org>

 man/include/qlop.desc         |   25 +-
 man/include/qlop.optdesc.yaml |   23 +-
 man/qlop.1                    |   66 +-
 qlop.c                        | 1479 +++++++++++++++++++++--------------------
 tests/qlop/dotest             |   20 +-
 tests/qlop/list01.good        |    4 +-
 tests/qlop/list02.good        |    6 +-
 tests/qlop/list03.good        |    8 +-
 tests/qlop/list04.good        |    2 +-
 tests/qlop/list05.good        |    2 +-
 tests/qlop/list06.good        |    4 +-
 tests/qlop/list07.good        |    4 +-
 tests/qlop/list08.good        |    4 +-
 tests/qlop/list09.good        |    6 +-
 14 files changed, 892 insertions(+), 761 deletions(-)
Comment 5 Fabian Groffen gentoo-dev 2019-06-06 07:32:45 UTC
this is available onwards from 0.80_pre*