Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 784863 - [guru] mail-client/heirloom-mailx-12.5 calls strip directly
Summary: [guru] mail-client/heirloom-mailx-12.5 calls strip directly
Status: RESOLVED FIXED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Marcin Woźniak
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: qa-guru
  Show dependency tree
 
Reported: 2021-04-21 20:20 UTC by Agostino Sarubbo
Modified: 2021-04-25 20:28 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,23.73 KB, text/plain)
2021-04-21 20:20 UTC, Agostino Sarubbo
Details
Build after pushing changes into dev branch (log,5.86 KB, text/plain)
2021-04-25 14:05 UTC, Marcin Woźniak
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2021-04-21 20:20:51 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: mail-client/heirloom-mailx-12.5 calls strip directly.
Discovered on: amd64 (internal ref: guru_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] and set the STRIP variable to x86_64-pc-linux-gnu-strip.
Comment 1 Agostino Sarubbo gentoo-dev 2021-04-21 20:20:53 UTC
Created attachment 701547 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2021-04-21 20:20:55 UTC
Possible context of error(s):

make: strip: No such file or directory
Comment 3 Agostino Sarubbo gentoo-dev 2021-04-22 17:06:37 UTC
Changing the Assignee as per https://archives.gentoo.org/gentoo-dev/message/74ee632e9fe2f4c12890524fec132205
Comment 4 Agostino Sarubbo gentoo-dev 2021-04-25 14:05:02 UTC
Changing TRACKER as requested by QA.
Comment 5 Marcin Woźniak 2021-04-25 14:05:16 UTC
Created attachment 702417 [details]
Build after pushing changes into dev branch
Comment 6 Larry the Git Cow gentoo-dev 2021-04-25 20:28:11 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9cd2843910d3ef20ae2e6052a436210a035c8e5d

commit 9cd2843910d3ef20ae2e6052a436210a035c8e5d
Author:     Marcin Woźniak <y0rune@aol.com>
AuthorDate: 2021-04-25 14:01:38 +0000
Commit:     Marcin Woźniak <y0rune@aol.com>
CommitDate: 2021-04-25 14:15:55 +0000

    mail-client/heirloom-mailx: Fix problem with strip
    
    I added the sys-libs/binutils-libs into ebuild.
    I had also tested it in the diffrent env and it works too.
    
    Signed-off-by: Marcin Woźniak <y0rune@aol.com>
    Closes: https://bugs.gentoo.org/784863
    Closes: https://bugs.gentoo.org/783672
    Closes: https://bugs.gentoo.org/784440

 mail-client/heirloom-mailx/heirloom-mailx-12.5.ebuild | 1 +
 1 file changed, 1 insertion(+)