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

Bug 827775

Summary: [lmiphay] dev-util/pstack-9999 calls cc directly
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: OverlaysAssignee: Paul Healy <lmiphay>
Status: IN_PROGRESS ---    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build.log

Description Agostino Sarubbo gentoo-dev 2021-11-28 19:32:28 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-util/pstack-9999 calls cc directly.
Discovered on: amd64 (internal ref: lmiphay_tinderbox)

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 2021-11-28 19:32:30 UTC
Created attachment 756930 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2021-11-28 19:32:31 UTC
Error(s) that match a know pattern:


make: cc: No such file or directory
Comment 3 Paul Healy 2022-02-19 13:33:12 UTC
This appears to be invalid.

The compiler is called via $(CC) and is not overridden anywhere else in the Makefile.

Ref: https://salsa.debian.org/debian/pstack/-/blob/master/Makefile#L31