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

Bug 892429

Summary: app-emulation/ruffle-0_p20230125 calls cc directly
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Ionen Wolkens <ionen>
Status: RESOLVED CANTFIX    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 243502    
Attachments: build.log

Description Agostino Sarubbo gentoo-dev 2023-01-28 18:30:52 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: app-emulation/ruffle-0_p20230125 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-01-28 18:30:54 UTC
Created attachment 849371 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2023-01-28 18:30:56 UTC
Error(s) that match a know pattern:


  = note: No such file or directory (os error 2)
error: linker `cc` not found
Comment 3 Ionen Wolkens gentoo-dev 2023-01-28 18:36:03 UTC
This only happens when using rust-bin over rust, afaik will happen for any packages that has C code in crates and the problem isn't with the packages themselves. Never really looked into it.
Comment 4 Ionen Wolkens gentoo-dev 2023-02-09 23:00:48 UTC
Guess I'll close, can't do anything here, until rust-bin situation improves please use dev-lang/rust is need CC to be respected.