Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 801073

Summary: games-puzzle/construo-0.2.3 calls ar directly
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Gentoo Games <games>
Status: RESOLVED FIXED    
Severity: normal CC: soap
Priority: Normal Keywords: PullRequest
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/gentoo/gentoo/pull/21557
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 243502    
Attachments: build.log

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(-)