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

Bug 762595

Summary: net-print/cndrvcups-common-lb-3.70 calls cc directly
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed>
Status: RESOLVED FIXED    
Severity: normal CC: jsmolic
Priority: Normal Keywords: PullRequest
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/gentoo/gentoo/pull/18878
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 243502    
Attachments: build.log

Description Agostino Sarubbo gentoo-dev 2020-12-30 08:55:56 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: net-print/cndrvcups-common-lb-3.70 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] and set the CC variable to x86_64-pc-linux-gnu-gcc.
Comment 1 Agostino Sarubbo gentoo-dev 2020-12-30 08:55:59 UTC
Created attachment 680254 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2020-12-30 08:56:01 UTC
Possible context of error(s):

make: gcc: No such file or directory
make: gcc: No such file or directory
make: gcc: No such file or directory
make: gcc: No such file or directory
Comment 3 Larry the Git Cow gentoo-dev 2020-12-30 11:10:00 UTC
The bug has been closed via the following commit(s):

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

commit e458d657f6e8c4b4e6570eb5fc145ec1494efce4
Author:     Jakov Smolic <jakov.smolic@sartura.hr>
AuthorDate: 2020-12-30 11:09:53 +0000
Commit:     David Seifert <soap@gentoo.org>
CommitDate: 2020-12-30 11:09:53 +0000

    net-print/cndrvcups-common-lb: Respect CC
    
    Closes: https://github.com/gentoo/gentoo/pull/18878
    Closes: https://bugs.gentoo.org/762595
    Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
    Signed-off-by: David Seifert <soap@gentoo.org>

 net-print/cndrvcups-common-lb/cndrvcups-common-lb-3.70.ebuild | 2 ++
 1 file changed, 2 insertions(+)