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

Bug 829696

Summary: sys-boot/tboot-1.10.3 calls strip directly
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Jason Zaman <perfinion>
Status: RESOLVED FIXED    
Severity: normal CC: ajak, salah.coronya
Priority: Normal Keywords: PullRequest
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/gentoo/gentoo/pull/23439
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 243502    
Attachments: build.log

Description Agostino Sarubbo gentoo-dev 2021-12-20 07:18:06 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: sys-boot/tboot-1.10.3 calls strip 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 STRIP implementation (like llvm-strip). To reproduce, please use sys-devel/gcc-config[-native-symlinks], sys-devel/binutils-config[-native-symlinks].
Comment 1 Agostino Sarubbo gentoo-dev 2021-12-20 07:18:08 UTC
CC'ing also the author of the commit (302e8ab6fca4bb824c4b9b657fa454ad163ff10e)
Comment 2 Agostino Sarubbo gentoo-dev 2021-12-20 07:18:09 UTC
Created attachment 759864 [details]
build.log

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


make[2]: strip: No such file or directory
Comment 4 Larry the Git Cow gentoo-dev 2021-12-21 01:56:13 UTC
The bug has been closed via the following commit(s):

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

commit a347efebb631f7cda18364295afe2858c11a36b1
Author:     Christopher Byrne <salah.coronya@gmail.com>
AuthorDate: 2021-12-20 17:31:59 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-12-21 01:39:17 +0000

    sys-boot/tboot: Don't call strip directly
    
    Closes: https://bugs.gentoo.org/829696
    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/23439
    Signed-off-by: Sam James <sam@gentoo.org>

 .../tboot/files/tboot-1.10.3-dont-call-strip-directly.patch  | 12 ++++++++++++
 sys-boot/tboot/tboot-1.10.3.ebuild                           |  5 +++--
 2 files changed, 15 insertions(+), 2 deletions(-)