https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: net-nds/openldap-2.6.1-r1 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].
Created attachment 773740 [details] build.log build log and emerge --info
Created attachment 773743 [details] 1-config.log 1-config.log
Error(s) that match a know pattern: configure: error: Unable to locate strip(1) or suitable replacement. Check PATH or set STRIP.
ci has reproduced this issue with version 2.6.3-r4 - Updating summary.
ci has reproduced this issue with version 2.6.4-r1 - Updating summary.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fe404138fa2136da29108e542713187e5d13b75 commit 9fe404138fa2136da29108e542713187e5d13b75 Author: Robin H. Johnson <robbat2@gentoo.org> AuthorDate: 2024-08-25 20:32:39 +0000 Commit: Robin H. Johnson <robbat2@gentoo.org> CommitDate: 2024-08-25 20:34:25 +0000 net-nds/openldap: QA fix, false positive on strip STRIP was already patched out in all the paths that actually generated final objects or binaries, but that wasn't enough to stop the QA test firing. Fix it a bit more (package output is identical). Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> Closes: https://bugs.gentoo.org/show_bug.cgi?id=840451 net-nds/openldap/openldap-2.6.8.ebuild | 33 +++++++++++++++++++++++++-------- 1 file changed, 25 insertions(+), 8 deletions(-)