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

Bug 866722

Summary: app-benchmarks/ioping-1.3 calls cc directly
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Gentoo Shell Tools project <shell-tools>
Status: RESOLVED FIXED    
Severity: normal CC: sam
Priority: Normal Keywords: PullRequest
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/gentoo/gentoo/pull/34553
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 243502    
Attachments: build.log

Description Agostino Sarubbo gentoo-dev 2022-08-26 16:07:30 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: app-benchmarks/ioping-1.3 calls cc directly.
Discovered on: amd64 (internal ref: ci)

NOTE:
As per QA policy, toolchain tools must not be called directly because they can cause issue in cross-compiling and because is not possible use a different CC implementation (like clang). To reproduce, please use sys-devel/gcc-config[-native-symlinks], sys-devel/binutils-config[-native-symlinks].
Comment 1 Agostino Sarubbo gentoo-dev 2022-08-26 16:07:32 UTC
Created attachment 801166 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2022-08-26 16:07:34 UTC
Error(s) that match a know pattern:


make: gcc: No such file or directory
Comment 3 Larry the Git Cow gentoo-dev 2023-12-31 02:48:56 UTC
The bug has been closed via the following commit(s):

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

commit 06a0ef611ef88169158f73205940559df713d841
Author:     Michael Mair-Keimberger <mmk@levelnine.at>
AuthorDate: 2023-12-29 22:09:15 +0000
Commit:     Conrad Kostecki <conikost@gentoo.org>
CommitDate: 2023-12-31 02:46:57 +0000

    app-benchmarks/ioping: fix LICENSE, fix bug #866722
    
    Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
    
    Closes: https://bugs.gentoo.org/866722
    Closes: https://github.com/gentoo/gentoo/pull/34553
    Signed-off-by: Conrad Kostecki <conikost@gentoo.org>

 app-benchmarks/ioping/ioping-1.3.ebuild | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)