Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 812116 - [guru] app-text/smu-1.5 calls cc directly
Summary: [guru] app-text/smu-1.5 calls cc directly
Status: RESOLVED FIXED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: NRK
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: qa-guru
  Show dependency tree
 
Reported: 2021-09-08 06:48 UTC by Agostino Sarubbo
Modified: 2021-09-08 15:20 UTC (History)
0 users

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


Attachments
build.log (build.log,37.51 KB, text/plain)
2021-09-08 06:48 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-09-08 06:48:35 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: app-text/smu-1.5 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-09-08 06:48:37 UTC
Created attachment 738151 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2021-09-08 06:48:39 UTC
Possible context of error(s):

make: cc: No such file or directory
Comment 3 Larry the Git Cow gentoo-dev 2021-09-08 15:20:43 UTC
The bug has been closed via the following commit(s):

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

commit f21d03ff3c0ce73b8be3da53cd309690fe9b2948
Author:     Nickolas Raymond Kaczynski <nrk@disroot.org>
AuthorDate: 2021-09-08 10:07:12 +0000
Commit:     Nickolas Raymond Kaczynski <nrk@disroot.org>
CommitDate: 2021-09-08 10:09:30 +0000

    app-text/smu: fix calling CC directly
    
    Closes: https://bugs.gentoo.org/812116
    Package-Manager: Portage-3.0.22, Repoman-3.0.3
    Signed-off-by: Nickolas Raymond Kaczynski <nrk@disroot.org>

 app-text/smu/smu-1.5.ebuild  | 7 +++++++
 app-text/smu/smu-9999.ebuild | 7 +++++++
 2 files changed, 14 insertions(+)