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

Bug 892563

Summary: [guru] sys-devel/just-1.13.0 calls cc directly
Product: GURU Reporter: Agostino Sarubbo <ago>
Component: Package issuesAssignee: Joe Kappus <joe>
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-01-30 06:57:59 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: sys-devel/just-1.13.0 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-01-30 06:58:01 UTC
Created attachment 849449 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2023-01-30 06:58:03 UTC
Error(s) that match a know pattern:


  = note: No such file or directory (os error 2)
error: linker `cc` not found
Comment 3 Larry the Git Cow gentoo-dev 2023-02-04 11:46:34 UTC
The bug has been closed via the following commit(s):

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

commit f766b3d9eb3018d6aca531c5a64ba97bd35fc947
Author:     Joe Kappus <joe@wt.gd>
AuthorDate: 2023-02-04 11:27:13 +0000
Commit:     Joe Kappus <joe@wt.gd>
CommitDate: 2023-02-04 11:27:13 +0000

    sys-devel/just: run tc-export CC
    
    Should make QA happy
    
    Closes: https://bugs.gentoo.org/892563
    Signed-off-by: Joe Kappus <joe@wt.gd>

 sys-devel/just/just-1.12.0.ebuild | 12 ++++++++----
 sys-devel/just/just-1.13.0.ebuild | 12 ++++++++----
 2 files changed, 16 insertions(+), 8 deletions(-)