Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 932090 - sys-apps/openrc-0.54 misses package(s) in RDEPEND (automagic dependency on sys-libs/libcap)
Summary: sys-apps/openrc-0.54 misses package(s) in RDEPEND (automagic dependency on sy...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: OpenRC Team
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2024-05-17 10:52 UTC by Agostino Sarubbo
Modified: 2024-06-26 09:46 UTC (History)
0 users

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


Attachments
build.log (build.log,273.90 KB, text/plain)
2024-05-17 10:52 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2024-05-17 10:52:20 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: sys-apps/openrc-0.54 misses package(s) in RDEPEND.
Discovered on: amd64 (internal ref: gcc14_tinderbox)
System: GCC-14-SYSTEM (https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#GCC-14)
Comment 1 Agostino Sarubbo gentoo-dev 2024-05-17 10:52:21 UTC
Created attachment 893148 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-05-17 10:54:08 UTC
 * Tinderbox QA Notice: This package seems to missing RDEPEND on:
 *   sys-libs/libcap
Comment 3 Larry the Git Cow gentoo-dev 2024-06-25 16:39:08 UTC
The bug has been closed via the following commit(s):

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

commit b094f09255786e53848867842701cbd13ccd4287
Author:     William Hubbs <williamh@gentoo.org>
AuthorDate: 2024-06-25 16:33:02 +0000
Commit:     William Hubbs <williamh@gentoo.org>
CommitDate: 2024-06-25 16:39:00 +0000

    sys-apps/openrc: add caps use flag
    
    Use the caps use flag to control the capabilities feature.
    
    Closes: https://bugs.gentoo.org/932090
    Signed-off-by: William Hubbs <williamh@gentoo.org>

 sys-apps/openrc/openrc-0.54.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
Comment 4 Larry the Git Cow gentoo-dev 2024-06-26 09:46:04 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=984c8fb3b434ce4978549a216ceab5384c03c727

commit 984c8fb3b434ce4978549a216ceab5384c03c727
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2024-06-26 09:44:57 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2024-06-26 09:44:57 +0000

    sys-apps/openrc: fix meson option for caps
    
    Also, revbump, as we should've in the first place (if had USE=-caps then
    no rebuild and broken binary).
    
    Bug: https://bugs.gentoo.org/932090
    Closes: https://bugs.gentoo.org/934944
    Signed-off-by: Sam James <sam@gentoo.org>

 sys-apps/openrc/{openrc-0.54.ebuild => openrc-0.54-r1.ebuild} | 2 +-
 sys-apps/openrc/openrc-9999.ebuild                            | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)