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

Bug 912926

Summary: [guru] dev-lang/cc65-2.19-r2 calls cc directly
Product: GURU Reporter: Agostino Sarubbo <ago>
Component: Package issuesAssignee: Seth M. Price <sprice623>
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 2023-08-24 06:44:41 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-lang/cc65-2.19-r2 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-08-24 06:44:42 UTC
Created attachment 868586 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2023-08-24 06:44:44 UTC
Error(s) that match a know pattern:


/bin/sh: line 1: gcc: command not found
Comment 3 Larry the Git Cow gentoo-dev 2023-08-24 22:41:54 UTC
The bug has been closed via the following commit(s):

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

commit 5a5e5ff13e23f1fa621a1039939bfe8bc6893004
Author:     Seth Price <sprice623@aol.com>
AuthorDate: 2023-08-24 16:32:27 +0000
Commit:     Seth Price <sprice623@aol.com>
CommitDate: 2023-08-24 16:38:38 +0000

    dev-lang/cc65: do not call toolchain directly
    
    Closes: https://bugs.gentoo.org/912926
    Signed-off-by: Seth Price <sprice623@aol.com>

 dev-lang/cc65/{cc65-2.19-r2.ebuild => cc65-2.19-r3.ebuild} | 6 ++++--
 dev-lang/cc65/{cc65-9999.ebuild => cc65-9999-r1.ebuild}    | 4 ++--
 2 files changed, 6 insertions(+), 4 deletions(-)