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

Bug 836246

Summary: dev-scheme/bigloo-4.4c_p4 calls ar directly
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Scheme Project <scheme>
Status: RESOLVED FIXED    
Severity: normal CC: xgqt
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 243502    
Attachments: build.log
1-configure.log

Description Agostino Sarubbo gentoo-dev 2022-03-27 06:19:26 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-scheme/bigloo-4.4c_p4 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-03-27 06:19:28 UTC
Created attachment 767941 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2022-03-27 06:19:29 UTC
Created attachment 767942 [details]
1-configure.log

1-configure.log
Comment 3 Larry the Git Cow gentoo-dev 2022-03-27 15:55:14 UTC
The bug has been closed via the following commit(s):

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

commit 3c6a4d25077a40a7bd9aa8c2fb082bfe1cd02c1c
Author:     Maciej Barć <xgqt@gentoo.org>
AuthorDate: 2022-03-27 15:45:50 +0000
Commit:     Maciej Barć <xgqt@gentoo.org>
CommitDate: 2022-03-27 15:53:48 +0000

    dev-scheme/bigloo: respect AS, AR and RANLIB
    
    Closes: https://bugs.gentoo.org/836246
    Clsoes: https://bugs.gentoo.org/836247
    Signed-off-by: Maciej Barć <xgqt@gentoo.org>

 dev-scheme/bigloo/bigloo-4.4c_p4-r1.ebuild | 20 ++++++++++++++++----
 1 file changed, 16 insertions(+), 4 deletions(-)