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

Bug 754861

Summary: media-sound/spek-0.8.3-r1 calls ar directly
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed>
Status: RESOLVED FIXED    
Severity: normal Keywords: PullRequest
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/gentoo/gentoo/pull/18280
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 243502    
Attachments: build.log.xz

Description Agostino Sarubbo gentoo-dev 2020-11-16 06:43:57 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: media-sound/spek-0.8.3-r1 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 2020-11-16 06:44:00 UTC
Created attachment 671587 [details]
build.log.xz

build log and emerge --info (compressed because it exceeds attachment limit, use 'xzless' to read it)
Comment 2 Agostino Sarubbo gentoo-dev 2020-11-16 06:44:02 UTC
Possible context of error(s):

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

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

commit da47b0e74bb59cdc66804a13bce61f1d4f335171
Author:     Jakov Smolic <jakov.smolic@sartura.hr>
AuthorDate: 2020-11-16 09:39:40 +0000
Commit:     David Seifert <soap@gentoo.org>
CommitDate: 2020-11-16 09:39:40 +0000

    media-sound/spek: respect AR
    
    Closes: https://bugs.gentoo.org/754861
    Closes: https://github.com/gentoo/gentoo/pull/18280
    Package-Manager: Portage-3.0.8, Repoman-3.0.1
    Reported-by: Agostino Sarrubo <ago@gentoo.org>
    Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
    Signed-off-by: David Seifert <soap@gentoo.org>

 media-sound/spek/files/spek-0.8.3-AR.patch | 18 ++++++++++++++++++
 media-sound/spek/spek-0.8.3-r1.ebuild      |  1 +
 2 files changed, 19 insertions(+)