Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 739662 - app-emulation/virtualbox-guest-additions-6.1.12a-r1 calls cc directly
Summary: app-emulation/virtualbox-guest-additions-6.1.12a-r1 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: 2020-08-30 17:47 UTC by Agostino Sarubbo
Modified: 2022-07-06 10:19 UTC (History)
1 user (show)

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


Attachments
build.log.xz (build.log.xz,28.77 KB, application/x-xz)
2020-08-30 17:47 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 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(+)