Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 836246 - dev-scheme/bigloo-4.4c_p4 calls ar directly
Summary: dev-scheme/bigloo-4.4c_p4 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: Scheme Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: tc-directly
  Show dependency tree
 
Reported: 2022-03-27 06:19 UTC by Agostino Sarubbo
Modified: 2022-03-27 15:55 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,41.09 KB, text/plain)
2022-03-27 06:19 UTC, Agostino Sarubbo
Details
1-configure.log (1-configure.log,2.37 KB, text/plain)
2022-03-27 06:19 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-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(-)