Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 867622 - games-fps/alephone-20220115 calls ar directly
Summary: games-fps/alephone-20220115 calls ar 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: 2022-08-31 05:05 UTC by Agostino Sarubbo
Modified: 2022-09-21 00:12 UTC (History)
2 users (show)

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


Attachments
build.log (build.log,69.76 KB, text/plain)
2022-08-31 05:05 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-08-31 05:05:12 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: games-fps/alephone-20220115 calls ar 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 AR implementation (like llvm-ar). To reproduce, please use sys-devel/gcc-config[-native-symlinks], sys-devel/binutils-config[-native-symlinks].
Comment 1 Agostino Sarubbo gentoo-dev 2022-08-31 05:05:14 UTC
Created attachment 802066 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2022-08-31 05:05:17 UTC
Error(s) that match a know pattern:


make[3]: ar: No such file or directory
Comment 3 Larry the Git Cow gentoo-dev 2022-09-21 00:12:28 UTC
The bug has been closed via the following commit(s):

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

commit a6342eae7590b9d527023d4a983c29e2b08dc149
Author:     Matt Jolly <Matt.Jolly@footclan.ninja>
AuthorDate: 2022-09-05 11:06:37 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-09-21 00:04:15 +0000

    games-fps/alephone: override AR in src_compile
    
    Closes: https://bugs.gentoo.org/867622
    
    Signed-off-by: Matt Jolly <Matt.Jolly@footclan.ninja>
    Closes: https://github.com/gentoo/gentoo/pull/27152
    Signed-off-by: Sam James <sam@gentoo.org>

 games-fps/alephone/alephone-20220115.ebuild | 7 ++++++-
 games-fps/alephone/alephone-9999.ebuild     | 7 ++++++-
 2 files changed, 12 insertions(+), 2 deletions(-)