Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 785187 - [guru] net-im/srain-1.1.3 calls cc directly
Summary: [guru] net-im/srain-1.1.3 calls cc directly
Status: RESOLVED FIXED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: GURU project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: qa-guru
  Show dependency tree
 
Reported: 2021-04-23 07:31 UTC by Agostino Sarubbo
Modified: 2021-04-27 23:24 UTC (History)
0 users

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


Attachments
build.log (build.log,14.17 KB, text/plain)
2021-04-23 07:31 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-04-23 07:31:01 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: net-im/srain-1.1.3 calls cc directly.
Discovered on: amd64 (internal ref: guru_tinderbox)

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] and set the CC variable to x86_64-pc-linux-gnu-gcc.
Comment 1 Agostino Sarubbo gentoo-dev 2021-04-23 07:31:04 UTC
Created attachment 701859 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2021-04-23 07:31:10 UTC
Possible context of error(s):

make[2]: gcc: No such file or directory
Comment 3 Agostino Sarubbo gentoo-dev 2021-04-25 14:05:44 UTC
Changing TRACKER as requested by QA.
Comment 4 Larry the Git Cow gentoo-dev 2021-04-27 23:24:04 UTC
The bug has been closed via the following commit(s):

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

commit 788849af48eaee637b4ef9eac4d761f372124794
Author:     Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
AuthorDate: 2021-04-27 13:13:31 +0000
Commit:     Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
CommitDate: 2021-04-27 13:16:30 +0000

    net-im/srain: Set CC.
    
    The Makefile uses $CC, which is initialized with `cc`.
    
    Closes: https://bugs.gentoo.org/785187
    Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de>

 net-im/srain/srain-1.1.1.ebuild | 7 ++++++-
 net-im/srain/srain-1.1.3.ebuild | 7 ++++++-
 2 files changed, 12 insertions(+), 2 deletions(-)