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

Bug 794106

Summary: [guru] dev-R/commonmark-1.7 calls ar directly
Product: GURU Reporter: Agostino Sarubbo <ago>
Component: Package issuesAssignee: Alessandro Barbieri <lssndrbarbieri>
Status: RESOLVED FIXED    
Severity: normal CC: nowa
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-06-04 06:43:30 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-R/commonmark-1.7 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-06-04 06:43:33 UTC
Created attachment 713511 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2021-06-04 06:43:35 UTC
Possible context of error(s):

/var/tmp/portage/dev-R/commonmark-1.7/temp/environment: line 232: cd: /var/tmp/portage/dev-R/commonmark-1.7/work/commonmark: No such file or directory
make: ar: No such file or directory
Comment 3 Larry the Git Cow gentoo-dev 2021-09-07 02:58:40 UTC
The bug has been closed via the following commit(s):

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

commit 38dda6fd52aabf6b8319d707347e523030f61670
Author:     Alessandro Barbieri <lssndrbarbieri@gmail.com>
AuthorDate: 2021-09-04 22:39:04 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri@gmail.com>
CommitDate: 2021-09-04 22:51:02 +0000

    dev-R/commonmark: respect AR
    
    Closes: https://bugs.gentoo.org/794106
    Package-Manager: Portage-3.0.22, Repoman-3.0.3
    Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>

 dev-R/commonmark/commonmark-1.7.ebuild |  7 ++++++-
 dev-R/commonmark/metadata.xml          | 10 ++++++++++
 2 files changed, 16 insertions(+), 1 deletion(-)