Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 794013 - games-action/gltron-0.70-r2 calls ar directly
Summary: games-action/gltron-0.70-r2 calls ar directly
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: tc-directly
  Show dependency tree
 
Reported: 2021-06-03 09:02 UTC by Agostino Sarubbo
Modified: 2025-03-14 08:11 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,47.95 KB, text/plain)
2021-06-03 09:02 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 2021-06-03 09:02:09 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: games-action/gltron-0.70-r2 calls ar directly.
Discovered on: amd64 (internal ref: ci)

NOTE:
This machine uses GCC-11: https://gcc.gnu.org/gcc-11/porting_to.html
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 2021-06-03 09:02:12 UTC
Created attachment 713397 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2021-06-03 09:02:14 UTC
Possible context of error(s):

make[3]: ar: No such file or directory
Comment 3 Larry the Git Cow gentoo-dev 2025-03-14 08:11:59 UTC
The bug has been closed via the following commit(s):

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

commit bf5d76c9e6f19f6d3d55c439b26d623fadca5467
Author:     Alexey Sokolov <alexey+gentoo@asokolov.org>
AuthorDate: 2025-02-06 14:56:45 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2025-03-14 08:10:34 +0000

    games-action/gltron: update EAPI 7 -> 8, fix build
    
    Closes: https://bugs.gentoo.org/794013
    Closes: https://bugs.gentoo.org/898790
    Closes: https://bugs.gentoo.org/921024
    Signed-off-by: Alexey Sokolov <alexey+gentoo@asokolov.org>
    Signed-off-by: Sam James <sam@gentoo.org>

 .../gltron/files/gltron-0.70-automake.patch        | 24 ++++++++
 games-action/gltron/files/gltron-0.70-gcc14.patch  | 13 +++++
 games-action/gltron/gltron-0.70-r3.ebuild          | 66 ++++++++++++++++++++++
 3 files changed, 103 insertions(+)