Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 910445 - [guru] net-news/newsraft-0.19 calls cc directly
Summary: [guru] net-news/newsraft-0.19 calls cc directly
Status: RESOLVED FIXED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: GURU project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: qa-guru
  Show dependency tree
 
Reported: 2023-07-17 07:13 UTC by Agostino Sarubbo
Modified: 2023-07-25 07:52 UTC (History)
0 users

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


Attachments
build.log (build.log,42.11 KB, text/plain)
2023-07-17 07:13 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-07-17 07:13:06 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: net-news/newsraft-0.19 calls cc directly.
Discovered on: amd64 (internal ref: guru_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-07-17 07:13:08 UTC
Created attachment 865635 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2023-07-17 07:13:10 UTC
Error(s) that match a know pattern:


make: cc: No such file or directory
Comment 3 Larry the Git Cow gentoo-dev 2023-07-25 07:52:00 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8d1f7304dd70fdaa99b2839a19a33329fa114e68

commit 8d1f7304dd70fdaa99b2839a19a33329fa114e68
Author:     Haelwenn (lanodan) Monnier <contact@hacktivis.me>
AuthorDate: 2023-07-25 04:57:19 +0000
Commit:     Haelwenn (lanodan) Monnier <contact@hacktivis.me>
CommitDate: 2023-07-25 04:57:59 +0000

    net-news/newsraft: := for subslotted deps, USE=-native-symlinks compatibility
    
    Closes: https://bugs.gentoo.org/910445
    Closes: https://bugs.gentoo.org/910448
    Closes: https://bugs.gentoo.org/910449
    Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>

 net-news/newsraft/newsraft-0.19.ebuild | 10 +++++++---
 net-news/newsraft/newsraft-9999.ebuild | 10 +++++++---
 2 files changed, 14 insertions(+), 6 deletions(-)