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

Bug 798795

Summary: [guru] net-dialup/atinout-0.9.1 calls cc directly
Product: GURU Reporter: Agostino Sarubbo <ago>
Component: Package issuesAssignee: Marco Scardovi (scardracs) <mscardovi>
Status: RESOLVED FIXED    
Severity: normal CC: guru-bugs
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 785607    
Attachments: build.log

Description Agostino Sarubbo gentoo-dev 2021-06-26 15:37:53 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: net-dialup/atinout-0.9.1 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-06-26 15:37:55 UTC
Created attachment 719439 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2021-06-26 15:37:58 UTC
Possible context of error(s):

make: gcc: No such file or directory
Comment 3 Larry the Git Cow gentoo-dev 2021-06-27 07:19:14 UTC
The bug has been closed via the following commit(s):

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

commit 42795b6061170e10b0ec74e15e5bf6bb02cd45eb
Author:     Marco Scardovi <marco@scardovi.com>
AuthorDate: 2021-06-26 19:25:37 +0000
Commit:     Marco Scardovi <marco@scardovi.com>
CommitDate: 2021-06-26 19:25:37 +0000

    net-dialup/atinout: fix calls cc directly
    
    Closes: https://bugs.gentoo.org/798795
    Package-Manager: Portage-3.0.20, Repoman-3.0.3
    Signed-off-by: Marco Scardovi <marco@scardovi.com>

 net-dialup/atinout/atinout-0.9.1.ebuild | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)