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

Bug 718666

Summary: dev-db/redis calls ar directly
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Robin Johnson <robbat2>
Status: RESOLVED FIXED    
Severity: normal Keywords: PullRequest
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/gentoo/gentoo/pull/16028
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 243502    
Attachments: build.log

Description Agostino Sarubbo gentoo-dev 2020-04-20 18:21:48 UTC
This is an auto-filled bug because dev-db/redis calls ar directly.
The issue was originally discovered on arm64, but it may be reproducible on other arches as well.
Attached build log and emerge --info.

NOTE:
To reproduce this issue you may want to temporarily move the /usr/bin/ar binary.
Comment 1 Agostino Sarubbo gentoo-dev 2020-04-20 18:21:57 UTC
Created attachment 633960 [details]
build.log

build log and emerge --info
Comment 2 Tomáš Mózes 2020-05-31 08:13:32 UTC
Fix for 5.x in the PR, the 6.x branch has the fix included upstream.
Comment 3 Larry the Git Cow gentoo-dev 2020-06-12 14:33:16 UTC
The bug has been closed via the following commit(s):

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

commit 6a4031d4d8dd9a856f0285635ae03f1568c67d92
Author:     Tomáš Mózes <hydrapolic@gmail.com>
AuthorDate: 2020-06-12 03:46:24 +0000
Commit:     Thomas Deutschmann <whissi@gentoo.org>
CommitDate: 2020-06-12 14:32:03 +0000

    dev-db/redis: don't call ar directly
    
    Closes: https://bugs.gentoo.org/718666
    Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com>
    Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>

 dev-db/redis/redis-5.0.9-r1.ebuild | 162 +++++++++++++++++++++++++++++++++++++
 1 file changed, 162 insertions(+)