@@This is an auto-filed bug@@ If you think that a different summary clarifies the issue better, feel free to change it. Issue: app-editors/e3 calls strip directly. Discovered on: amd64 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.
Created attachment 645974 [details] build.log build log and emerge --info
The ebuild has RESTRICT="strip" which was added when fixing bug 2937. AFAICS this is no longer needed.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8adf5d1c64ece2fccc3d00baf35a26929948af7 commit f8adf5d1c64ece2fccc3d00baf35a26929948af7 Author: Ulrich Müller <ulm@gentoo.org> AuthorDate: 2020-06-24 08:21:02 +0000 Commit: Ulrich Müller <ulm@gentoo.org> CommitDate: 2020-06-24 08:21:33 +0000 app-editors/e3: Drop strip restriction. Disable stripping by the build system. Closes: https://bugs.gentoo.org/729378 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Ulrich Müller <ulm@gentoo.org> app-editors/e3/e3-2.8.2.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)