Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 836796 - [guru] sys-cluster/mrnet-5.0.1_p20180510-r4 calls ar directly
Summary: [guru] sys-cluster/mrnet-5.0.1_p20180510-r4 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:13 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,167.75 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:09 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: sys-cluster/mrnet-5.0.1_p20180510-r4 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:11 UTC
Created attachment 768813 [details]
build.log

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


make[1]: crv: No such file or directory
Comment 3 Larry the Git Cow gentoo-dev 2022-04-15 20:58:01 UTC
The bug has been referenced in the following commit(s):

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

commit ce98255fdb691cf9454eca90bd828d3c12a0b51f
Author:     Alessandro Barbieri <lssndrbarbieri@gmail.com>
AuthorDate: 2022-04-05 09:28:06 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri@gmail.com>
CommitDate: 2022-04-15 20:34:11 +0000

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

 .../mrnet-5.0.1_p20180510-respect-AR-CFLAGS.patch  | 53 ++++++++++++++++++++++
 ...0-r4.ebuild => mrnet-5.0.1_p20180510-r5.ebuild} | 11 +++--
 2 files changed, 61 insertions(+), 3 deletions(-)