Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 729998 - net-misc/rdate calls ar directly
Summary: net-misc/rdate calls ar directly
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Robin Johnson
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: tc-directly
  Show dependency tree
 
Reported: 2020-06-28 11:55 UTC by Agostino Sarubbo
Modified: 2022-02-03 09:34 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,12.58 KB, text/plain)
2020-06-28 11:55 UTC, Agostino Sarubbo
Details
other.tar.bz2 (other.tar.bz2,241 bytes, application/x-bzip-compressed-tar)
2020-06-28 11:55 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
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(-)