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

Bug 806260

Summary: [guru] sys-cluster/libi-5.0.1_p20180510 calls ar directly
Product: GURU Reporter: Agostino Sarubbo <ago>
Component: Package issuesAssignee: Alessandro Barbieri <lssndrbarbieri>
Status: RESOLVED FIXED    
Severity: normal CC: guru-bugs
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-08-03 09:29:00 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: sys-cluster/libi-5.0.1_p20180510 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-08-03 09:29:02 UTC
Created attachment 729858 [details]
build.log

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

make: crv: No such file or directory
   89 |             dbg.print(ERRORS, FL, "error: unexpected return code of 0 while reading. Read %i of %i bytes.", read_size, buf_size );
Comment 3 Larry the Git Cow gentoo-dev 2022-04-04 14:49:12 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=30d294a03028ef678a33e3f96a74477dd09a0d9b

commit 30d294a03028ef678a33e3f96a74477dd09a0d9b
Author:     Alessandro Barbieri <lssndrbarbieri@gmail.com>
AuthorDate: 2022-03-31 13:05:44 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri@gmail.com>
CommitDate: 2022-03-31 13:27:34 +0000

    sys-cluster/libi: export AR
    
    Closes: https://bugs.gentoo.org/806260
    Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>

 sys-cluster/libi/libi-5.0.1_p20180510.ebuild | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)