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

Bug 797454

Summary: dev-libs/tvision-2.2.3 calls strip directly
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Bernd <waebbl-gentoo>
Status: RESOLVED FIXED    
Severity: normal CC: proxy-maint, sam
Priority: Normal Keywords: PullRequest
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/gentoo/gentoo/pull/21372
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 243502    
Attachments: build.log

Description Agostino Sarubbo gentoo-dev 2021-06-22 06:31:42 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-libs/tvision-2.2.3 calls strip directly.
Discovered on: amd64 (internal ref: ci)

NOTE:
This machine uses GCC-11: https://gcc.gnu.org/gcc-11/porting_to.html
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-06-22 06:31:45 UTC
Created attachment 717573 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2021-06-22 06:31:47 UTC
Possible context of error(s):

make: strip: No such file or directory
Comment 3 Larry the Git Cow gentoo-dev 2021-07-08 07:35:13 UTC
The bug has been closed via the following commit(s):

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

commit 0a15594259c70697f0997aa9e39991c21068bfd7
Author:     Bernd Waibel <waebbl-gentoo@posteo.net>
AuthorDate: 2021-06-22 11:28:11 +0000
Commit:     Joonas Niilola <juippis@gentoo.org>
CommitDate: 2021-07-08 07:35:04 +0000

    dev-libs/tvision: avoid pre-stripping
    
    Closes: https://bugs.gentoo.org/797454
    Package-Manager: Portage-3.0.20, Repoman-3.0.3
    Signed-off-by: Bernd Waibel <waebbl-gentoo@posteo.net>
    Closes: https://github.com/gentoo/gentoo/pull/21372
    Signed-off-by: Joonas Niilola <juippis@gentoo.org>

 dev-libs/tvision/tvision-2.2.3.ebuild | 2 ++
 1 file changed, 2 insertions(+)