Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 830657 - [guru] www-apps/zola-0.15.2 calls cc directly
Summary: [guru] www-apps/zola-0.15.2 calls cc directly
Status: RESOLVED FIXED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Alexey Zapparov
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: qa-guru
  Show dependency tree
 
Reported: 2022-01-05 20:52 UTC by Agostino Sarubbo
Modified: 2022-01-20 19:21 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,326.41 KB, text/plain)
2022-01-05 20:52 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 2022-01-05 20:52:51 UTC
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].
Comment 1 Agostino Sarubbo gentoo-dev 2022-01-05 20:52:54 UTC
Created attachment 761383 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2022-01-05 20:52:56 UTC
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`
Comment 3 Alexey Zapparov 2022-01-19 22:25:17 UTC
I've removed zola from the repo until upstream will switch to a better sass deendency.
Comment 4 Larry the Git Cow gentoo-dev 2022-01-20 19:21:14 UTC
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(-)