Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 827775 - [lmiphay] dev-util/pstack-9999 calls cc directly
Summary: [lmiphay] dev-util/pstack-9999 calls cc directly
Status: IN_PROGRESS
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Overlays (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Paul Healy
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-11-28 19:32 UTC by Agostino Sarubbo
Modified: 2022-02-19 13:33 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,38.41 KB, text/plain)
2021-11-28 19:32 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
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