Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 762232 - media-sound/dvda-author-10.06-r1 calls ar directly
Summary: media-sound/dvda-author-10.06-r1 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 Sound Team
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: tc-directly
  Show dependency tree
 
Reported: 2020-12-28 13:17 UTC by Agostino Sarubbo
Modified: 2020-12-29 16:40 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,24.48 KB, text/plain)
2020-12-28 13:17 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 2020-12-28 13:17:49 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: media-sound/dvda-author-10.06-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-12-28 13:17:51 UTC
Created attachment 680053 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2020-12-28 13:17:53 UTC
Possible context of error(s):

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

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

commit c7de0f8340f24f7d55edb67242f3969ee3eeca2b
Author:     Jakov Smolic <jakov.smolic@sartura.hr>
AuthorDate: 2020-12-29 16:40:03 +0000
Commit:     David Seifert <soap@gentoo.org>
CommitDate: 2020-12-29 16:40:03 +0000

    media-sound/dvda-author: Respect AR
    
    Closes: https://bugs.gentoo.org/762232
    Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
    Signed-off-by: David Seifert <soap@gentoo.org>

 media-sound/dvda-author/dvda-author-10.06-r1.ebuild | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)