Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 800257 - [guru] dev-lang/aldor-1.2.0_p20190730-r1 calls cc directly
Summary: [guru] dev-lang/aldor-1.2.0_p20190730-r1 calls cc directly
Status: RESOLVED FIXED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Alessandro Barbieri
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: qa-guru
  Show dependency tree
 
Reported: 2021-07-04 09:13 UTC by Agostino Sarubbo
Modified: 2021-07-05 15:48 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,481.34 KB, text/plain)
2021-07-04 09:13 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 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(-)