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

Bug 856664

Summary: app-emulation/virtualbox-6.1.34-r4 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: sam
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 243502    
Attachments: build.log.xz

Description Agostino Sarubbo gentoo-dev 2022-07-06 07:09:15 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: app-emulation/virtualbox-6.1.34-r4 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-07-06 07:09:20 UTC
Created attachment 790319 [details]
build.log.xz

build log and emerge --info (compressed because it exceeds attachment limit, use 'xzless' to read it)
Comment 2 Agostino Sarubbo gentoo-dev 2022-07-06 07:09:22 UTC
Error(s) that match a know pattern:


Checking for liblzf: not found -- builing liblzf from in-tree code.
gcc: not found
g++: not found
kmk: gcc: Command not found
nasm: not found
Comment 3 Larry the Git Cow gentoo-dev 2022-07-06 08:06:44 UTC
The bug has been closed via the following commit(s):

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

commit e70a893ff6e26d0259ef64ca9293aeaaa4481b0a
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2022-07-06 08:06:16 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-07-06 08:06:37 +0000

    app-emulation/virtualbox: respect CC and other toolchain env. variables
    
    No comment.
    
    Closes: https://bugs.gentoo.org/856664
    Signed-off-by: Sam James <sam@gentoo.org>

 .../virtualbox/virtualbox-6.1.34-r4.ebuild         | 66 ++++++++++++++++++----
 1 file changed, 55 insertions(+), 11 deletions(-)