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

Bug 729998

Summary: net-misc/rdate calls ar directly
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Robin Johnson <robbat2>
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
other.tar.bz2

Description Agostino Sarubbo gentoo-dev 2020-06-28 11:55:24 UTC
@@This is an auto-filed bug@@
Feel free to change the summary at your convenience.

Issue: net-misc/rdate calls ar directly.
Discovered on: amd64

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] and set the AR variable to x86_64-pc-linux-gnu-ar.
Comment 1 Agostino Sarubbo gentoo-dev 2020-06-28 11:55:29 UTC
Created attachment 646934 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2020-06-28 11:55:31 UTC
Created attachment 646936 [details]
other.tar.bz2

other logs
Comment 4 Larry the Git Cow gentoo-dev 2022-02-03 09:34:10 UTC
The bug has been referenced in the following commit(s):

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

commit 475fe45c89d774a7dbf72de27486b0fe8de84596
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2022-02-03 09:33:36 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-02-03 09:33:58 +0000

    net-misc/rdate: convert respect AR sed into patch
    
    Sent upstream.
    
    Bug: https://bugs.gentoo.org/729998
    Signed-off-by: Sam James <sam@gentoo.org>

 net-misc/rdate/files/rdate-1.10.2-respect-AR.patch | 40 ++++++++++++++++++++++
 net-misc/rdate/rdate-1.10.2.ebuild                 |  3 +-
 2 files changed, 41 insertions(+), 2 deletions(-)