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

Bug 800257

Summary: [guru] dev-lang/aldor-1.2.0_p20190730-r1 calls cc directly
Product: GURU Reporter: Agostino Sarubbo <ago>
Component: Package issuesAssignee: Alessandro Barbieri <lssndrbarbieri>
Status: RESOLVED FIXED    
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 2021-07-04 09:13:22 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-lang/aldor-1.2.0_p20190730-r1 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-07-04 09:13:24 UTC
Created attachment 721462 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2021-07-04 09:13:27 UTC
Possible context of error(s):

sh: line 1: gcc: command not found
Comment 3 Larry the Git Cow gentoo-dev 2021-07-05 15:48:02 UTC
The bug has been closed via the following commit(s):

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

commit 4dd5263f945a2ae32f4afb3b9633b10546497b27
Author:     Alessandro Barbieri <lssndrbarbieri@gmail.com>
AuthorDate: 2021-07-05 01:37:38 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri@gmail.com>
CommitDate: 2021-07-05 01:37:47 +0000

    dev-lang/aldor: fix hardcoded cc
    
    Closes: https://bugs.gentoo.org/800257
    Package-Manager: Portage-3.0.20, Repoman-3.0.3
    Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>

 dev-lang/aldor/aldor-1.2.0_p20190730-r1.ebuild | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)