Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 799269 - sci-electronics/puff-20181104 calls cc directly
Summary: sci-electronics/puff-20181104 calls cc directly
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Thomas Beierlein
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: tc-directly
  Show dependency tree
 
Reported: 2021-06-29 18:22 UTC by Agostino Sarubbo
Modified: 2021-06-30 18:23 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,35.74 KB, text/plain)
2021-06-29 18:22 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-06-29 18:22:51 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: sci-electronics/puff-20181104 calls cc directly.
Discovered on: amd64 (internal ref: 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-06-29 18:22:53 UTC
Created attachment 720240 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2021-06-29 18:22:55 UTC
Possible context of error(s):

make: gcc: No such file or directory
Comment 3 Thomas Beierlein gentoo-dev 2021-06-30 18:22:47 UTC
Thanks for pointing it out. Fixed version in tree. Please retest.
Comment 4 Larry the Git Cow gentoo-dev 2021-06-30 18:23:38 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ae6627d53481ea1859fd1f071949f062e441a0a

commit 6ae6627d53481ea1859fd1f071949f062e441a0a
Author:     Thomas Beierlein <tomjbe@gentoo.org>
AuthorDate: 2021-06-30 18:23:24 +0000
Commit:     Thomas Beierlein <tomjbe@gentoo.org>
CommitDate: 2021-06-30 18:23:24 +0000

    sci-electronics/puff: Do not call gcc directly
    
    Closes: https://bugs.gentoo.org/799269
    Package-Manager: Portage-3.0.20, Repoman-3.0.3
    Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>

 sci-electronics/puff/puff-20100127-r1.ebuild | 5 +++--
 sci-electronics/puff/puff-20181104.ebuild    | 5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)