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

Bug 794097

Summary: [guru] dev-R/openssl-1.4.4 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:09 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-R/openssl-1.4.4 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:11 UTC
Created attachment 713502 [details]
build.log

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

./configure: /usr/share/bashdb/bashdb-main.inc: No such file or directory
/var/tmp/portage/dev-R/openssl-1.4.4/temp/environment: line 237: cd: /var/tmp/portage/dev-R/openssl-1.4.4/work/openssl: 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:38 UTC
The bug has been closed via the following commit(s):

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

commit 5ed6a5c734ce1867fb59cfe9e7c41add3a37f8f7
Author:     Alessandro Barbieri <lssndrbarbieri@gmail.com>
AuthorDate: 2021-09-04 22:50:34 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri@gmail.com>
CommitDate: 2021-09-04 22:51:02 +0000

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

 dev-R/openssl/Manifest                                       |  2 +-
 dev-R/openssl/metadata.xml                                   | 10 ++++++++++
 dev-R/openssl/{openssl-1.4.4.ebuild => openssl-1.4.5.ebuild} |  7 ++++++-
 3 files changed, 17 insertions(+), 2 deletions(-)