Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 836798 - [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: 2022-04-05 06:15 UTC by Agostino Sarubbo
Modified: 2022-05-03 23:14 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,126.87 KB, text/plain)
2022-04-05 06:15 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-04-05 06:15:22 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:
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-04-05 06:15:24 UTC
Created attachment 768817 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2022-04-05 06:15:26 UTC
Error(s) that match a know pattern:


  886 |                 dbg.print(ERRORS, FL, "error:%i problems accepting member: %s
", ecode, Error::GetErrorString( ecode ).c_str() );
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-15 20:57:58 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=510e90ff9df65de7c35baff5edbd13bd0cf45514

commit 510e90ff9df65de7c35baff5edbd13bd0cf45514
Author:     Alessandro Barbieri <lssndrbarbieri@gmail.com>
AuthorDate: 2022-04-05 09:29:16 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri@gmail.com>
CommitDate: 2022-04-15 20:34:11 +0000

    sys-cluster/libi: respect AR
    
    Bug: https://bugs.gentoo.org/836798
    Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>

 .../libi-5.0.1_p20180510-respect-variables.patch     | 20 ++++++++++++++++++++
 ...0180510.ebuild => libi-5.0.1_p20180510-r1.ebuild} | 13 +++++++++++--
 2 files changed, 31 insertions(+), 2 deletions(-)