Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 856664 - app-emulation/virtualbox-6.1.34-r4 calls cc directly
Summary: app-emulation/virtualbox-6.1.34-r4 calls cc directly
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: tc-directly
  Show dependency tree
 
Reported: 2022-07-06 07:09 UTC by Agostino Sarubbo
Modified: 2022-07-06 08:06 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log.xz (build.log.xz,75.02 KB, application/x-xz)
2022-07-06 07:09 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
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(-)