Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 818487 - app-emulation/fs-uae-3.1.35 calls ar directly
Summary: app-emulation/fs-uae-3.1.35 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: James Le Cuirot
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: tc-directly
  Show dependency tree
 
Reported: 2021-10-16 18:37 UTC by Agostino Sarubbo
Modified: 2021-10-17 09:16 UTC (History)
0 users

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


Attachments
build.log (build.log,413.38 KB, text/plain)
2021-10-16 18:37 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-10-16 18:37:50 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: app-emulation/fs-uae-3.1.35 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-10-16 18:37:53 UTC
Created attachment 745188 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2021-10-16 18:37:55 UTC
Possible context of error(s):

make[2]: ar: No such file or directory
Comment 3 Larry the Git Cow gentoo-dev 2021-10-17 09:16:43 UTC
The bug has been closed via the following commit(s):

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

commit f712611c6f04468ae39086048324adcef92b453a
Author:     James Le Cuirot <chewi@gentoo.org>
AuthorDate: 2021-10-17 09:16:31 +0000
Commit:     James Le Cuirot <chewi@gentoo.org>
CommitDate: 2021-10-17 09:16:31 +0000

    app-emulation/fs-uae: Fix 3.1.35 to not call ar directly
    
    Closes: https://bugs.gentoo.org/818487
    Signed-off-by: James Le Cuirot <chewi@gentoo.org>

 app-emulation/fs-uae/files/fs-uae-3.1.35-ar.patch | 25 +++++++++++++++++++++++
 app-emulation/fs-uae/fs-uae-3.1.35.ebuild         |  1 +
 2 files changed, 26 insertions(+)