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

Bug 739662

Summary: app-emulation/virtualbox-guest-additions-6.1.12a-r1 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 2020-08-30 17:47:47 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: app-emulation/virtualbox-guest-additions-6.1.12a-r1 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-08-30 17:47:50 UTC
Created attachment 657536 [details]
build.log.xz

build log and emerge --info (compressed because it exceeds attachment limit, use 'xzless' to read it)
Comment 2 Larry the Git Cow gentoo-dev 2022-07-06 09:04:24 UTC
The bug has been closed via the following commit(s):

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

commit dccb419d713441f745564eadfab23156bfcade0d
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2022-07-06 09:03:32 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-07-06 09:04:17 +0000

    app-emulation/virtualbox-guest-additions: respect toolchain env (mostly)
    
    Nearly there but there's some snags with LD. Most of this is syncing
    with vbox.
    
    Bug: https://bugs.gentoo.org/759100
    Closes: https://bugs.gentoo.org/739662
    Signed-off-by: Sam James <sam@gentoo.org>

 .../virtualbox-guest-additions-6.1.34-r2.ebuild    | 272 +++++++++++++++++++++
 1 file changed, 272 insertions(+)