Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 908828 - dev-python/pypy3_9-7.3.16 calls cc directly
Summary: dev-python/pypy3_9-7.3.16 calls cc directly
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: tc-directly
  Show dependency tree
 
Reported: 2023-06-19 06:54 UTC by Agostino Sarubbo
Modified: 2024-04-25 06:40 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,46.89 KB, text/plain)
2023-06-19 06:54 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 2023-06-19 06:54:13 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-python/pypy3_9-7.3.12-r1 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 2023-06-19 06:54:15 UTC
Created attachment 864200 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2023-06-19 06:54:16 UTC
Error(s) that match a know pattern:


cffi.VerificationError: LinkError: command 'cc' failed: No such file or directory
distutils.errors.DistutilsExecError: command 'cc' failed: No such file or directory
distutils.errors.LinkError: command 'cc' failed: No such file or directory
FileNotFoundError: [Errno 2] No such file or directory: 'cc'
Comment 3 Agostino Sarubbo gentoo-dev 2023-07-19 11:24:09 UTC
ci has reproduced this issue with version 7.3.12_p1 - Updating summary.
Comment 4 Agostino Sarubbo gentoo-dev 2023-08-25 10:34:12 UTC
ci has reproduced this issue with version 7.3.12_p2 - Updating summary.
Comment 5 Agostino Sarubbo gentoo-dev 2024-04-25 06:40:23 UTC
ci has reproduced this issue with version 7.3.16 - Updating summary.