https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: www-apps/zola-0.15.2 calls cc directly. Discovered on: amd64 (internal ref: guru_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].
Created attachment 761383 [details] build.log build log and emerge --info
Error(s) that match a know pattern: thread 'main' panicked at 'Failed to run cc. Do you have it installed?: Os { code: 2, kind: NotFound, message: "No such file or directory" }', /var/tmp/portage/www-apps/zola-0.15.2/work/cargo_home/gentoo/sass-sys-0.4.22/build.rs:124:10 error: failed to run custom build command for `sass-sys v0.4.22`
I've removed zola from the repo until upstream will switch to a better sass deendency.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a6419c550c1921b27f084471b648835659bf97ea commit a6419c550c1921b27f084471b648835659bf97ea Author: Alexey Zapparov <alexey@zapparov.com> AuthorDate: 2022-01-17 04:08:06 +0000 Commit: Alexey Zapparov <alexey@zapparov.com> CommitDate: 2022-01-17 04:18:58 +0000 www-apps/zola: remove Move ebuild to my personal overlay until zola switch from libsass to more up-to-date implementation: * https://github.com/getzola/zola/issues/1535 The problem with sass-rs is that sass-sys build.rs is somewhat not fun to monkey-patch in order to make QA pass. Sorry about that. Closes: https://bugs.gentoo.org/830657 Signed-off-by: Alexey Zapparov <alexey@zapparov.com> www-apps/zola/Manifest | 350 ------------------------------------ www-apps/zola/metadata.xml | 13 -- www-apps/zola/zola-0.15.2.ebuild | 375 --------------------------------------- 3 files changed, 738 deletions(-)