Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 728728 - app-benchmarks/stress-ng shouldn't require libapparmor
Summary: app-benchmarks/stress-ng shouldn't require libapparmor
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Conrad Kostecki
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2020-06-19 07:54 UTC by Stephen Boyd
Modified: 2020-08-09 11:58 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 Stephen Boyd 2020-06-19 07:54:38 UTC
I'm trying to compile stress-ng without having libapparmor installed. Looking at the code it tries to auto-detect when various libraries are installed and then it enables or disables various benchmarks accordingly. I'd like to put at least libapparmor behind a use flag like apparmor so that I can compile this program without requiring this library.
Comment 1 Larry the Git Cow gentoo-dev 2020-08-09 11:58:09 UTC
The bug has been closed via the following commit(s):

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

commit 4b833df7426f2c94fcd079b53cdaa2ace4f338c4
Author:     Conrad Kostecki <conikost@gentoo.org>
AuthorDate: 2020-08-09 11:55:22 +0000
Commit:     Conrad Kostecki <conikost@gentoo.org>
CommitDate: 2020-08-09 11:57:47 +0000

    app-benchmarks/stress-ng: bump to version 0.11.17
    
    Closes: https://bugs.gentoo.org/728728
    Closes: https://github.com/gentoo/gentoo/pull/16321
    Package-Manager: Portage-3.0.1, Repoman-2.3.23
    Signed-off-by: Conrad Kostecki <conikost@gentoo.org>

 app-benchmarks/stress-ng/Manifest                  |  1 +
 .../files/stress-ng-0.11.17-makefile.patch         | 61 ++++++++++++++++++++++
 app-benchmarks/stress-ng/stress-ng-0.11.17.ebuild  | 41 +++++++++++++++
 3 files changed, 103 insertions(+)