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

Bug 843059

Summary: app-accessibility/edbrowse-3.8.2.1 calls cc directly
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Gentoo Accessibility Team <accessibility>
Status: RESOLVED FIXED    
Severity: normal CC: williamh
Priority: Normal Keywords: PullRequest
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/gentoo/gentoo/pull/25697
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 243502    
Attachments: build.log

Description Agostino Sarubbo gentoo-dev 2022-05-07 05:50:30 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: app-accessibility/edbrowse-3.8.2.1 calls cc directly.
Discovered on: amd64 (internal ref: ci)

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].
Comment 1 Agostino Sarubbo gentoo-dev 2022-05-07 05:50:32 UTC
Created attachment 777131 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2022-05-07 05:50:34 UTC
Error(s) that match a know pattern:


make: gcc: No such file or directory
Comment 3 Larry the Git Cow gentoo-dev 2022-05-30 23:08:05 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c671ac48e02078dad50e8e97bc453bea777609e

commit 9c671ac48e02078dad50e8e97bc453bea777609e
Author:     Anna Vyalkova <cyber+gentoo@sysrq.in>
AuthorDate: 2022-05-30 22:49:12 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-05-30 23:05:33 +0000

    app-accessibility/edbrowse: respect flags and toolchain
    
    Closes: https://bugs.gentoo.org/843059
    Signed-off-by: Anna Vyalkova <cyber+gentoo@sysrq.in>
    Signed-off-by: Sam James <sam@gentoo.org>

 .../edbrowse/edbrowse-3.8.2.1-r2.ebuild            | 14 +++++++-
 .../edbrowse-3.8.2.1-quickjs-respect-flags.patch   | 41 ++++++++++++++++++++++
 2 files changed, 54 insertions(+), 1 deletion(-)