Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 842333 - [guru] sci-mathematics/mccs-1.1 calls ar directly
Summary: [guru] sci-mathematics/mccs-1.1 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-05-03 06:15 UTC by Agostino Sarubbo
Modified: 2022-05-05 04:07 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,66.78 KB, text/plain)
2022-05-03 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-05-03 06:15:54 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: sci-mathematics/mccs-1.1 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-05-03 06:15:56 UTC
Created attachment 776240 [details]
build.log

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


make: ar: No such file or directory
Comment 3 Larry the Git Cow gentoo-dev 2022-05-05 04:07:26 UTC
The bug has been closed via the following commit(s):

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

commit e8e0f024a20aa6b85dea57aaa6ba91082d6ff943
Author:     Alessandro Barbieri <lssndrbarbieri@gmail.com>
AuthorDate: 2022-05-03 18:17:36 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri@gmail.com>
CommitDate: 2022-05-03 20:21:34 +0000

    sci-mathematics/mccs: respect AR
    
    Closes: https://bugs.gentoo.org/842333
    Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>

 sci-mathematics/mccs/files/mccs-1.1-respect-AR.patch | 11 +++++++++++
 sci-mathematics/mccs/mccs-1.1.ebuild                 |  3 ++-
 2 files changed, 13 insertions(+), 1 deletion(-)