Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 743883 - media-libs/rubberband-1.9.0 calls ar directly
Summary: media-libs/rubberband-1.9.0 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: Professional Audio Applications Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: tc-directly
  Show dependency tree
 
Reported: 2020-09-21 05:54 UTC by Agostino Sarubbo
Modified: 2020-09-27 09:46 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,14.23 KB, text/plain)
2020-09-21 05:54 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-09-21 05:54:08 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: media-libs/rubberband-1.9.0 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-09-21 05:54:10 UTC
Created attachment 661740 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2020-09-21 05:54:13 UTC
Possible context of error(s):

make: ar: No such file or directory
Comment 3 Larry the Git Cow gentoo-dev 2020-09-27 09:46:23 UTC
The bug has been closed via the following commit(s):

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

commit 3062c5d68e34b8bd55a539743ebfcd6a2c8bcb1e
Author:     Miroslav Šulc <fordfrog@gentoo.org>
AuthorDate: 2020-09-27 09:45:59 +0000
Commit:     Miroslav Šulc <fordfrog@gentoo.org>
CommitDate: 2020-09-27 09:46:16 +0000

    media-libs/rubberband: fixed calling ar in 1.9.0
    
    Closes: https://bugs.gentoo.org/743883
    Package-Manager: Portage-3.0.8, Repoman-3.0.1
    Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>

 media-libs/rubberband/files/rubberband-1.9.0-makefile.patch | 13 +++++++++++++
 media-libs/rubberband/rubberband-1.9.0.ebuild               | 10 +++++++++-
 2 files changed, 22 insertions(+), 1 deletion(-)