Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 910281 - games-action/wordwarvi-1.00-r1 calls cc directly
Summary: games-action/wordwarvi-1.00-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 Games
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: tc-directly
  Show dependency tree
 
Reported: 2023-07-13 06:44 UTC by Agostino Sarubbo
Modified: 2023-12-31 02:48 UTC (History)
2 users (show)

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


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

Issue: games-action/wordwarvi-1.00-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-07-13 06:44:21 UTC
CC'ing also the author of the commit (6d8a5a240d0d99c0d6587899a0b2f01e24aa6890)
Comment 2 Agostino Sarubbo gentoo-dev 2023-07-13 06:44:23 UTC
Created attachment 865444 [details]
build.log

build log and emerge --info
Comment 3 Agostino Sarubbo gentoo-dev 2023-07-13 06:44:24 UTC
Error(s) that match a know pattern:


make: gcc: No such file or directory
Package 'vorbisfile', required by 'virtual:world', not found
Package vorbisfile was not found in the pkg-config search path.
Comment 4 Larry the Git Cow gentoo-dev 2023-12-31 02:48:55 UTC
The bug has been closed via the following commit(s):

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

commit 4199179f0d5134613838d3f2a746721f50df20ac
Author:     Michael Mair-Keimberger <mmk@levelnine.at>
AuthorDate: 2023-12-29 21:17:46 +0000
Commit:     Conrad Kostecki <conikost@gentoo.org>
CommitDate: 2023-12-31 02:46:30 +0000

    games-action/wordwarvi: EAPI8 bump, fix bug #910281
    
    Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
    
    Closes: https://bugs.gentoo.org/910281
    Closes: https://github.com/gentoo/gentoo/pull/34549
    Signed-off-by: Conrad Kostecki <conikost@gentoo.org>

 games-action/wordwarvi/wordwarvi-1.00-r1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)