Summary: | app-benchmarks/stress-ng-0.18.02: fails to install in PREFIX environment | ||
---|---|---|---|
Product: | Gentoo/Alt | Reporter: | Benjamin Block <bebl> |
Component: | Prefix Support | Assignee: | Gentoo Prefix <prefix> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | bebl, conikost |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | AMD64 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | idea to fix the issue |
Description
Benjamin Block
2024-08-14 15:30:07 UTC
Created attachment 900106 [details, diff]
idea to fix the issue
After looking at how stress-ng is built, I came up with this small patch to fix the issue. Works for me, also running stress-ng afterwards works. But yeah, just an idea.
@conikost@gentoo.org: any chance you could have a look here? This is still failing each version bump, but the patch I attached also keeps working (at least on my prefix setup). Hi Benjamin, sorry, I just didn't saw that ticket here, as it wasn't assigned to me directly. Fix lgtm. Next time, please just ping me earlier, so I won't miss it! Thanks! The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=576d03b44faf855e7ccadf7d9158035ef36eda1c commit 576d03b44faf855e7ccadf7d9158035ef36eda1c Author: Conrad Kostecki <conikost@gentoo.org> AuthorDate: 2025-02-14 13:35:03 +0000 Commit: Conrad Kostecki <conikost@gentoo.org> CommitDate: 2025-02-14 13:36:20 +0000 app-benchmarks/stress-ng: fix install on prefix Closes: https://bugs.gentoo.org/937919 Signed-off-by: Conrad Kostecki <conikost@gentoo.org> .../{stress-ng-0.18.10.ebuild => stress-ng-0.18.10-r1.ebuild} | 5 +++++ 1 file changed, 5 insertions(+) Thanks. I've updated to `0.18.10-r1`, works as expected now. |