Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 778590 - games-puzzle/fish-fillets-1.0.1-r100 calls ar directly
Summary: games-puzzle/fish-fillets-1.0.1-r100 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:
Depends on:
Blocks: tc-directly
  Show dependency tree
 
Reported: 2021-03-27 08:58 UTC by Agostino Sarubbo
Modified: 2021-04-10 09:11 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,12.78 KB, text/plain)
2021-03-27 08:58 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-03-27 08:58:19 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: games-puzzle/fish-fillets-1.0.1-r100 calls ar directly.
Discovered on: amd64 (internal ref: 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] and set the AR variable to x86_64-pc-linux-gnu-ar.
Comment 1 Agostino Sarubbo gentoo-dev 2021-03-27 08:58:22 UTC
Created attachment 694842 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2021-03-27 08:58:24 UTC
Possible context of error(s):

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

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

commit 89640a2f491436778c7caf49b1103e31314c159d
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2021-04-10 09:03:25 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-04-10 09:03:38 +0000

    games-puzzle/fish-fillets: respect AR
    
    Closes: https://bugs.gentoo.org/778590
    Signed-off-by: Sam James <sam@gentoo.org>

 .../fish-fillets/fish-fillets-1.0.1-r100.ebuild    | 28 ++++++++++++++--------
 1 file changed, 18 insertions(+), 10 deletions(-)
Comment 4 Larry the Git Cow gentoo-dev 2021-04-10 09:11:05 UTC
The bug has been closed via the following commit(s):

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

commit 898623b6c028af447679ce06655365da58846ce9
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2021-04-10 09:10:45 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-04-10 09:10:45 +0000

    games-puzzle/fish-fillets: actually commit AR patch
    
    Closes: https://bugs.gentoo.org/778590
    Signed-off-by: Sam James <sam@gentoo.org>

 .../fish-fillets/files/fish-fillets-1.0.1-respect-AR.patch    | 11 +++++++++++
 1 file changed, 11 insertions(+)