Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 806260 - [guru] sys-cluster/libi-5.0.1_p20180510 calls ar directly
Summary: [guru] sys-cluster/libi-5.0.1_p20180510 calls ar directly
Status: RESOLVED FIXED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Alessandro Barbieri
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: qa-guru
  Show dependency tree
 
Reported: 2021-08-03 09:29 UTC by Agostino Sarubbo
Modified: 2022-04-04 14:49 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,122.55 KB, text/plain)
2021-08-03 09:29 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 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(-)