Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 856352 - [guru] games-emulation/dosbox-x-0.84.1 calls ar directly
Summary: [guru] games-emulation/dosbox-x-0.84.1 calls ar directly
Status: RESOLVED FIXED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Yuan Liao (Leo3418)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: qa-guru
  Show dependency tree
 
Reported: 2022-07-04 06:50 UTC by Agostino Sarubbo
Modified: 2022-07-05 07:14 UTC (History)
1 user (show)

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


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

Issue: games-emulation/dosbox-x-0.84.1 calls ar directly.
Discovered on: amd64 (internal ref: guru_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-07-04 06:50:22 UTC
Created attachment 790019 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2022-07-04 06:50:24 UTC
Error(s) that match a know pattern:


make[4]: ar: No such file or directory
Comment 3 Larry the Git Cow gentoo-dev 2022-07-05 07:14:29 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=69b445fb0adf73818e5d67f5cb6b32ff2bf90579

commit 69b445fb0adf73818e5d67f5cb6b32ff2bf90579
Author:     Yuan Liao <liaoyuan@gmail.com>
AuthorDate: 2022-07-04 16:01:25 +0000
Commit:     Yuan Liao <liaoyuan@gmail.com>
CommitDate: 2022-07-04 16:10:43 +0000

    games-emulation/dosbox-x: Respect the 'AR' variable
    
    Closes: https://bugs.gentoo.org/856352
    Signed-off-by: Yuan Liao <liaoyuan@gmail.com>

 games-emulation/dosbox-x/dosbox-x-0.84.1.ebuild | 7 ++++++-
 games-emulation/dosbox-x/dosbox-x-9999.ebuild   | 7 ++++++-
 2 files changed, 12 insertions(+), 2 deletions(-)