Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 797454 - dev-libs/tvision-2.2.3 calls strip directly
Summary: dev-libs/tvision-2.2.3 calls strip directly
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Bernd
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: tc-directly
  Show dependency tree
 
Reported: 2021-06-22 06:31 UTC by Agostino Sarubbo
Modified: 2021-07-08 07:35 UTC (History)
2 users (show)

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


Attachments
build.log (build.log,111.57 KB, text/plain)
2021-06-22 06:31 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-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(+)