Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 892429 - app-emulation/ruffle-0_p20230125 calls cc directly
Summary: app-emulation/ruffle-0_p20230125 calls cc directly
Status: RESOLVED CANTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Ionen Wolkens
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: tc-directly
  Show dependency tree
 
Reported: 2023-01-28 18:30 UTC by Agostino Sarubbo
Modified: 2023-02-09 23:00 UTC (History)
0 users

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


Attachments
build.log (build.log,149.92 KB, text/plain)
2023-01-28 18:30 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-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.