Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 892563 - [guru] sys-devel/just-1.13.0 calls cc directly
Summary: [guru] sys-devel/just-1.13.0 calls cc directly
Status: RESOLVED FIXED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Joe Kappus
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: qa-guru
  Show dependency tree
 
Reported: 2023-01-30 06:57 UTC by Agostino Sarubbo
Modified: 2023-02-04 11:46 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,87.29 KB, text/plain)
2023-01-30 06:58 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-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(-)