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

Bug 793128

Summary: net-misc/pedro-1.12 calls ar directly
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Keri Harris <keri>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 243502    
Attachments: build.log

Description Agostino Sarubbo gentoo-dev 2021-05-31 06:02:56 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: net-misc/pedro-1.12 calls ar directly.
Discovered on: amd64 (internal ref: 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-05-31 06:02:59 UTC
Created attachment 712674 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2021-05-31 06:03:01 UTC
Possible context of error(s):

aclocal-1.16: warning: couldn't open directory 'm4': No such file or directory
make[3]: ar: No such file or directory
Comment 3 Larry the Git Cow gentoo-dev 2021-05-31 18:56:58 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3c076cd49aba4b71bfc4b7ace2abb68510a87ee

commit c3c076cd49aba4b71bfc4b7ace2abb68510a87ee
Author:     Keri Harris <keri@gentoo.org>
AuthorDate: 2021-05-31 18:56:27 +0000
Commit:     Keri Harris <keri@gentoo.org>
CommitDate: 2021-05-31 18:56:27 +0000

    net-misc/pedro: Do not call ar directly
    
    Closes: https://bugs.gentoo.org/793128
    Package-Manager: Portage-3.0.18, Repoman-3.0.2
    Signed-off-by: Keri Harris <keri@gentoo.org>

 net-misc/pedro/files/pedro-1.12-portage.patch | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)