Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 906117 - net-dialup/rp-pppoe-4.0 calls ar directly
Summary: net-dialup/rp-pppoe-4.0 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: Jaco Kroon
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: tc-directly
  Show dependency tree
 
Reported: 2023-05-11 05:10 UTC by Agostino Sarubbo
Modified: 2023-05-13 03:31 UTC (History)
2 users (show)

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


Attachments
build.log (build.log,50.26 KB, text/plain)
2023-05-11 05:10 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 2023-05-11 05:10:57 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: net-dialup/rp-pppoe-4.0 calls ar directly.
Discovered on: amd64 (internal ref: ci)

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].
Comment 1 Agostino Sarubbo gentoo-dev 2023-05-11 05:10:59 UTC
Created attachment 861469 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2023-05-11 05:11:00 UTC
Error(s) that match a know pattern:


make[1]: ar: No such file or directory
Comment 3 Larry the Git Cow gentoo-dev 2023-05-13 03:31:55 UTC
The bug has been closed via the following commit(s):

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

commit 364787c2116f366f1303a7af1751035ec90c5266
Author:     Jaco Kroon <jaco@uls.co.za>
AuthorDate: 2023-05-11 12:01:50 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2023-05-13 03:30:29 +0000

    net-dialup/rp-pppoe: 4.0 ar fixes
    
    Closes: https://bugs.gentoo.org/906117
    Signed-off-by: Jaco Kroon <jaco@uls.co.za>
    Closes: https://github.com/gentoo/gentoo/pull/30985
    Signed-off-by: Sam James <sam@gentoo.org>

 .../files/rp-pppoe-4.0-ar_environment.patch        | 81 ++++++++++++++++++++++
 net-dialup/rp-pppoe/rp-pppoe-4.0.ebuild            |  4 +-
 net-dialup/rp-pppoe/rp-pppoe-9999.ebuild           |  2 -
 3 files changed, 84 insertions(+), 3 deletions(-)