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

Bug 854885

Summary: media-plugins/vdr-streamdev-0.6.3 calls ar directly
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Martin Dummer <martin.dummer>
Status: RESOLVED FIXED    
Severity: normal CC: proxy-maint, vdr
Priority: Normal Keywords: PullRequest
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/gentoo/gentoo/pull/26174
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 243502    
Attachments: build.log

Description Agostino Sarubbo gentoo-dev 2022-06-28 18:14:03 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: media-plugins/vdr-streamdev-0.6.3 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].
Comment 1 Agostino Sarubbo gentoo-dev 2022-06-28 18:14:05 UTC
Created attachment 788516 [details]
build.log

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


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

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

commit 78c22f568a3feaa88baa273e19c5e0c65c235d9f
Author:     Martin Dummer <martin.dummer@gmx.net>
AuthorDate: 2022-06-30 21:29:49 +0000
Commit:     Joonas Niilola <juippis@gentoo.org>
CommitDate: 2022-07-05 09:47:13 +0000

    media-plugins/vdr-streamdev: fix Makefiles calling ar directly
    
    Closes: https://bugs.gentoo.org/854885
    Signed-off-by: Martin Dummer <martin.dummer@gmx.net>
    Closes: https://github.com/gentoo/gentoo/pull/26174
    Signed-off-by: Joonas Niilola <juippis@gentoo.org>

 .../files/vdr-streamdev-0.6.3-Makefile.patch       | 36 ++++++++++++++++++++++
 .../vdr-streamdev/vdr-streamdev-0.6.3.ebuild       |  7 ++++-
 2 files changed, 42 insertions(+), 1 deletion(-)