Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 661752

Summary: app-portage/grs requires cgclassify, but does not depend on libcgroup
Product: Gentoo Linux Reporter: Michael Jones <gentoo>
Component: Current packagesAssignee: Anthony Basile <blueness>
Status: RESOLVED FIXED    
Severity: normal CC: jstein
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Michael Jones 2018-07-21 18:30:06 UTC
The dependency is missing.

Checked against grs-0.6-r1
Comment 1 Paul Zander 2023-09-07 18:38:47 UTC
This is likely fixed in version 0.8-r1 with <https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d28d71f0ce5e2955769974c3a203fe1b69a8994>, seeing that `grsrun` and the `test-daemon.py` are the only two places with calls to cgclassify. The first is only installed with USE="server" which creates a RDEPEND on `dev-libs/libcgroup`, and the second is never installed nor run.
Comment 2 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-09-08 00:15:03 UTC
Agreed.