Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 892469 - dev-ml/core_unix-0.15.2-r1 calls cc directly
Summary: dev-ml/core_unix-0.15.2-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: Gentoo Team for the ML programming language family
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: tc-directly
  Show dependency tree
 
Reported: 2023-01-28 21:51 UTC by Agostino Sarubbo
Modified: 2023-04-20 18:59 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,146.28 KB, text/plain)
2023-01-28 21:51 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 2023-01-28 21:51:29 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-ml/core_unix-0.15.2-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].
Comment 1 Agostino Sarubbo gentoo-dev 2023-01-28 21:51:31 UTC
Created attachment 849385 [details]
build.log

build log and emerge --info
Comment 2 Larry the Git Cow gentoo-dev 2023-04-20 18:59:27 UTC
The bug has been closed via the following commit(s):

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

commit 296f14a222a1cb690b376b2e4617d95250d1602c
Author:     Alfredo Tupone <tupone@gentoo.org>
AuthorDate: 2023-04-20 18:58:29 +0000
Commit:     Alfredo Tupone <tupone@gentoo.org>
CommitDate: 2023-04-20 18:59:00 +0000

    dev-ml/core_unix: don't use gcc directly
    
    Closes: https://bugs.gentoo.org/892469
    Signed-off-by: Alfredo Tupone <tupone@gentoo.org>

 dev-ml/core_unix/core_unix-0.15.2-r1.ebuild | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)