Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 829745 - sys-boot/tboot-1.10.3 calls ar directly
Summary: sys-boot/tboot-1.10.3 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: Jason Zaman
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: tc-directly
  Show dependency tree
 
Reported: 2021-12-21 07:17 UTC by Agostino Sarubbo
Modified: 2021-12-22 19:55 UTC (History)
2 users (show)

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


Attachments
build.log (build.log,154.61 KB, text/plain)
2021-12-21 07:17 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 2021-12-21 07:17:01 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: sys-boot/tboot-1.10.3 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 2021-12-21 07:17:03 UTC
CC'ing also the author of the commit (a347efebb631f7cda18364295afe2858c11a36b1)
Comment 2 Agostino Sarubbo gentoo-dev 2021-12-21 07:17:04 UTC
Created attachment 759942 [details]
build.log

build log and emerge --info
Comment 3 Agostino Sarubbo gentoo-dev 2021-12-21 07:17:06 UTC
Error(s) that match a know pattern:


make[2]: ar: No such file or directory
Comment 4 Larry the Git Cow gentoo-dev 2021-12-22 19:55:55 UTC
The bug has been closed via the following commit(s):

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

commit b41c080c3595a1cd80bad72222887866b8372f0c
Author:     Christopher Byrne <salah.coronya@gmail.com>
AuthorDate: 2021-12-21 18:49:28 +0000
Commit:     John Helmert III <ajak@gentoo.org>
CommitDate: 2021-12-22 19:55:43 +0000

    sys-boot/tboot: Don't call ar directly
    
    Closes: https://bugs.gentoo.org/829745
    Package-Manager: Portage-3.0.28, Repoman-3.0.3
    Signed-off-by: Christopher Byrne <salah.coronya@gmail.com>
    Closes: https://github.com/gentoo/gentoo/pull/23456
    Signed-off-by: John Helmert III <ajak@gentoo.org>

 .../tboot-1.10.3-dont-call-strip-directly.patch    | 12 -----------
 ...tboot-1.10.3-dont-call-toolchain-directly.patch | 24 ++++++++++++++++++++++
 sys-boot/tboot/tboot-1.10.3.ebuild                 |  2 +-
 3 files changed, 25 insertions(+), 13 deletions(-)