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

Bug 909726

Summary: [guru] dev-libs/lsbcrypt-1.0.0-r1 calls cc directly
Product: GURU Reporter: Agostino Sarubbo <ago>
Component: Package issuesAssignee: trakrailysurely
Status: CONFIRMED ---    
Severity: normal CC: guru-bugs
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 2023-07-05 07:18:47 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-libs/lsbcrypt-1.0.0-r1 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 2023-07-05 07:18:49 UTC
Created attachment 865152 [details]
build.log

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


make: gcc: No such file or directory
Comment 3 trakrailysurely 2023-07-07 06:28:15 UTC
I have attempted to correct this problem.

https://gitweb.gentoo.org/repo/proj/guru.git/commit/?h=dev&id=7c74790b3ae12967717d328d67f65c3043b30f17
Comment 4 trakrailysurely 2023-07-14 06:37:22 UTC
The build system itself will be refurbished, as there are several places where CC is directly specified.