Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 799269

Summary: sci-electronics/puff-20181104 calls cc directly
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Thomas Beierlein <tomjbe>
Status: RESOLVED FIXED    
Severity: normal CC: sci-electronics
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 243502    
Attachments: build.log

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(-)