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

Bug 831320

Summary: sys-libs/efivar-38 calls cc directly
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Mike Gilbert <floppym>
Status: RESOLVED FIXED    
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 2022-01-16 18:01:00 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: sys-libs/efivar-38 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 2022-01-16 18:01:02 UTC
Created attachment 762358 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2022-01-16 18:01:05 UTC
Error(s) that match a know pattern:


make[1]: gcc: No such file or directory
Comment 3 Larry the Git Cow gentoo-dev 2022-01-16 18:25:06 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a05249144a4add3f0927f6dc367384f7bfda4db

commit 8a05249144a4add3f0927f6dc367384f7bfda4db
Author:     Mike Gilbert <floppym@gentoo.org>
AuthorDate: 2022-01-16 18:23:50 +0000
Commit:     Mike Gilbert <floppym@gentoo.org>
CommitDate: 2022-01-16 18:25:02 +0000

    sys-libs/efivar: fix toolchain vars
    
    Closes: https://bugs.gentoo.org/831320
    Signed-off-by: Mike Gilbert <floppym@gentoo.org>

 sys-libs/efivar/efivar-38.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)