Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 696078 - app-portage/portage-utils - qgrep not matching revisioned ebuilds (-r1+)
Summary: app-portage/portage-utils - qgrep not matching revisioned ebuilds (-r1+)
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Tools (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Fabian Groffen
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-10-02 20:12 UTC by James Le Cuirot
Modified: 2019-10-20 10:25 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 James Le Cuirot gentoo-dev 2019-10-02 20:12:15 UTC
$ qgrep -l lib3ds
media-libs/opencollada/opencollada-1.6.63.ebuild
media-libs/lib3ds/lib3ds-2.0.0_rc1.ebuild
media-libs/lib3ds/lib3ds-2.0.0_rc1.ebuild
media-libs/opencollada/opencollada-1.6.62.ebuild
sci-mathematics/topcom/topcom-0.17.7.ebuild

Ebuilds in dev-python/cgkit and media-gfx/meshlab are missing here. I can see from strace that it is looking for ebuilds like cgkit-2.0.0.ebuild, which don't exist. If I rename cgkit-2.0.0-r1.ebuild to cgkit-2.0.0.ebuild then it matches. Weird but true. I've tried 0.80 and 9999 (2fd5a0cc).
Comment 1 Fabian Groffen gentoo-dev 2019-10-03 11:42:20 UTC
pretty useless indeed
Comment 2 Larry the Git Cow gentoo-dev 2019-10-03 11:50:46 UTC
The bug has been referenced in the following commit(s):

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

commit 3d88c2912ee04e9bb9d2359e3a62ee9f22056447
Author:     Fabian Groffen <grobian@gentoo.org>
AuthorDate: 2019-10-03 11:49:48 +0000
Commit:     Fabian Groffen <grobian@gentoo.org>
CommitDate: 2019-10-03 11:49:48 +0000

    qgrep: fix matching revisioned ebuilds
    
    Bug: https://bugs.gentoo.org/696078
    Signed-off-by: Fabian Groffen <grobian@gentoo.org>

 TODO.md | 1 +
 qgrep.c | 7 ++++---
 2 files changed, 5 insertions(+), 3 deletions(-)
Comment 3 Larry the Git Cow gentoo-dev 2019-10-20 10:25:50 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b04f542749e2fb95c627364bf58b075c164c4f6

commit 0b04f542749e2fb95c627364bf58b075c164c4f6
Author:     Fabian Groffen <grobian@gentoo.org>
AuthorDate: 2019-10-20 10:25:14 +0000
Commit:     Fabian Groffen <grobian@gentoo.org>
CommitDate: 2019-10-20 10:25:38 +0000

    app-portage/portage-utils: version bump to v0.81
    
    - 697094: qfile incorrectly matching /usr/lib
    - 697068: qlop -r not showing ongoing merges from parallel merges
    - 696078: qgrep not matching revisioned ebuilds
    - 695586: qpkg double frees and incorrect unpacking
    - 694972: qlop -r/-a speedups
    - 692224: qlop support for alternate ROOT
    - 677982: qfile report matches from prune lib registry
    
    Closes: https://bugs.gentoo.org/697094
    Closes: https://bugs.gentoo.org/697068
    Closes: https://bugs.gentoo.org/696078
    Closes: https://bugs.gentoo.org/695586
    Closes: https://bugs.gentoo.org/694972
    Closes: https://bugs.gentoo.org/692224
    Closes: https://bugs.gentoo.org/677982
    Package-Manager: Portage-2.3.76, Repoman-2.3.16
    Signed-off-by: Fabian Groffen <grobian@gentoo.org>

 app-portage/portage-utils/Manifest                 |  1 +
 .../portage-utils/portage-utils-0.81.ebuild        | 87 ++++++++++++++++++++++
 2 files changed, 88 insertions(+)