Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 854885 - media-plugins/vdr-streamdev-0.6.3 calls ar directly
Summary: media-plugins/vdr-streamdev-0.6.3 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: Martin Dummer
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: tc-directly
  Show dependency tree
 
Reported: 2022-06-28 18:14 UTC by Agostino Sarubbo
Modified: 2022-07-05 09:47 UTC (History)
2 users (show)

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


Attachments
build.log (build.log,46.38 KB, text/plain)
2022-06-28 18:14 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-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(-)