Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 801073 - games-puzzle/construo-0.2.3 calls ar directly
Summary: games-puzzle/construo-0.2.3 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: 2021-07-07 20:12 UTC by Agostino Sarubbo
Modified: 2021-07-08 08:46 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,50.92 KB, text/plain)
2021-07-07 20:12 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-07-07 20:12:30 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: games-puzzle/construo-0.2.3 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-07-07 20:12:34 UTC
Created attachment 722602 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2021-07-07 20:12:36 UTC
Possible context of error(s):

make[2]: ar: No such file or directory
Comment 3 Larry the Git Cow gentoo-dev 2021-07-08 08:46:22 UTC
The bug has been closed via the following commit(s):

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

commit a1264b5ff3d7341248b30ca7e7bd82a7a9f658ce
Author:     Alexey Sokolov <sokolov@google.com>
AuthorDate: 2021-07-08 08:46:00 +0000
Commit:     David Seifert <soap@gentoo.org>
CommitDate: 2021-07-08 08:46:00 +0000

    games-puzzle/construo: use correct AR
    
    Closes: https://github.com/gentoo/gentoo/pull/21557
    Closes: https://bugs.gentoo.org/801073
    Package-Manager: Portage-3.0.20, Repoman-3.0.2
    Signed-off-by: Alexey Sokolov <alexey+gentoo@asokolov.org>
    Signed-off-by: David Seifert <soap@gentoo.org>

 games-puzzle/construo/construo-0.2.3.ebuild | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)