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

Bug 812116

Summary: [guru] app-text/smu-1.5 calls cc directly
Product: GURU Reporter: Agostino Sarubbo <ago>
Component: Package issuesAssignee: NRK <nrk>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 785607    
Attachments: build.log

Description Agostino Sarubbo gentoo-dev 2021-09-08 06:48:35 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: app-text/smu-1.5 calls cc directly.
Discovered on: amd64 (internal ref: guru_ci)

NOTE:
This machine uses GCC-11: https://gcc.gnu.org/gcc-11/porting_to.html
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 2021-09-08 06:48:37 UTC
Created attachment 738151 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2021-09-08 06:48:39 UTC
Possible context of error(s):

make: cc: No such file or directory
Comment 3 Larry the Git Cow gentoo-dev 2021-09-08 15:20:43 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f21d03ff3c0ce73b8be3da53cd309690fe9b2948

commit f21d03ff3c0ce73b8be3da53cd309690fe9b2948
Author:     Nickolas Raymond Kaczynski <nrk@disroot.org>
AuthorDate: 2021-09-08 10:07:12 +0000
Commit:     Nickolas Raymond Kaczynski <nrk@disroot.org>
CommitDate: 2021-09-08 10:09:30 +0000

    app-text/smu: fix calling CC directly
    
    Closes: https://bugs.gentoo.org/812116
    Package-Manager: Portage-3.0.22, Repoman-3.0.3
    Signed-off-by: Nickolas Raymond Kaczynski <nrk@disroot.org>

 app-text/smu/smu-1.5.ebuild  | 7 +++++++
 app-text/smu/smu-9999.ebuild | 7 +++++++
 2 files changed, 14 insertions(+)