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

Bug 740138

Summary: app-cdr/isomaster-1.3.15 calls ar directly
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Sebastian Pipping <sping>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 243502    
Attachments: build.log

Description Agostino Sarubbo gentoo-dev 2020-09-03 05:57:03 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: app-cdr/isomaster-1.3.15 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-03 05:57:06 UTC
Created attachment 658004 [details]
build.log

build log and emerge --info
Comment 2 Larry the Git Cow gentoo-dev 2021-02-06 18:49:31 UTC
The bug has been closed via the following commit(s):

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

commit c9b663c6de96b2d326bdfe9afdbe04c7954806a0
Author:     Sebastian Pipping <sping@gentoo.org>
AuthorDate: 2021-02-06 18:45:26 +0000
Commit:     Sebastian Pipping <sping@gentoo.org>
CommitDate: 2021-02-06 18:48:17 +0000

    app-cdr/isomaster: Respect variable AR
    
    Closes: https://bugs.gentoo.org/740138
    Signed-off-by: Sebastian Pipping <sping@gentoo.org>
    Package-Manager: Portage-3.0.14, Repoman-3.0.2

 app-cdr/isomaster/files/isomaster-1.3.15-ar.patch | 25 +++++++++++++++++++++++
 app-cdr/isomaster/isomaster-1.3.15.ebuild         |  5 +++--
 2 files changed, 28 insertions(+), 2 deletions(-)
Comment 3 Sebastian Pipping gentoo-dev 2021-02-06 18:55:05 UTC
PS: Patch sent upstream just now.