Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 912926 - [guru] dev-lang/cc65-2.19-r2 calls cc directly
Summary: [guru] dev-lang/cc65-2.19-r2 calls cc directly
Status: RESOLVED FIXED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Seth M. Price
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: qa-guru
  Show dependency tree
 
Reported: 2023-08-24 06:44 UTC by Agostino Sarubbo
Modified: 2023-08-24 22:41 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,43.72 KB, text/plain)
2023-08-24 06:44 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
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(-)