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

Bug 812095

Summary: [guru] dev-R/utf8-1.2.2 calls ar directly
Product: GURU Reporter: Agostino Sarubbo <ago>
Component: Package issuesAssignee: Alessandro Barbieri <lssndrbarbieri>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 785607    
Attachments: build.log

Description Agostino Sarubbo gentoo-dev 2021-09-08 06:47:49 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-R/utf8-1.2.2 calls ar directly.
Discovered on: amd64 (internal ref: guru_ci)

NOTE:
This machine uses GCC-11: https://gcc.gnu.org/gcc-11/porting_to.html
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 2021-09-08 06:47:52 UTC
Created attachment 738130 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2021-09-08 06:47:54 UTC
Possible context of error(s):

make: ar: No such file or directory
Comment 3 Larry the Git Cow gentoo-dev 2021-09-08 15:20:48 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9ac9f8dfc1decbcd2b10565935252c72da807d51

commit 9ac9f8dfc1decbcd2b10565935252c72da807d51
Author:     Alessandro Barbieri <lssndrbarbieri@gmail.com>
AuthorDate: 2021-09-08 10:43:25 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri@gmail.com>
CommitDate: 2021-09-08 10:46:18 +0000

    R-packages.eclass: pass AR via MAKEFLAGS
    
    Closes: https://bugs.gentoo.org/812113
    Closes: https://bugs.gentoo.org/812110
    Closes: https://bugs.gentoo.org/812107
    Closes: https://bugs.gentoo.org/812104
    Closes: https://bugs.gentoo.org/812101
    Closes: https://bugs.gentoo.org/812098
    Closes: https://bugs.gentoo.org/812095
    Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>

 eclass/R-packages.eclass | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)