Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 910051 - dev-vcs/breezy-3.3.0 calls strip directly
Summary: dev-vcs/breezy-3.3.0 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: Arthur Zamarin
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: tc-directly
  Show dependency tree
 
Reported: 2023-07-08 10:03 UTC by Agostino Sarubbo
Modified: 2023-07-10 20:21 UTC (History)
0 users

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


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

Issue: dev-vcs/breezy-3.3.0 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 2023-07-08 10:03:54 UTC
Created attachment 865265 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2023-07-08 10:03:55 UTC
Error(s) that match a know pattern:


error: [Errno 2] No such file or directory: 'strip'
error: [Errno 2] No such file or directory: 'strip'
Comment 3 Larry the Git Cow gentoo-dev 2023-07-10 20:21:06 UTC
The bug has been closed via the following commit(s):

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

commit 9e7e88c20f804d3b515792fb523ea397586efcfe
Author:     Arthur Zamarin <arthurzam@gentoo.org>
AuthorDate: 2023-07-10 20:17:56 +0000
Commit:     Arthur Zamarin <arthurzam@gentoo.org>
CommitDate: 2023-07-10 20:19:06 +0000

    dev-vcs/breezy: fix missing RDEPs, fix strip call
    
    Closes: https://bugs.gentoo.org/910051
    Closes: https://bugs.gentoo.org/909846
    Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>

 .../breezy/{breezy-3.3.0.ebuild => breezy-3.3.0-r1.ebuild}    | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)