Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 840451 - net-nds/openldap-2.6.4-r1 calls strip directly
Summary: net-nds/openldap-2.6.4-r1 calls strip directly
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo LDAP project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: tc-directly
  Show dependency tree
 
Reported: 2022-04-24 06:23 UTC by Agostino Sarubbo
Modified: 2024-08-25 20:34 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,54.47 KB, text/plain)
2022-04-24 06:23 UTC, Agostino Sarubbo
Details
1-config.log (1-config.log,20.69 KB, text/plain)
2022-04-24 06:23 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 2022-04-24 06:23:13 UTC
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].
Comment 1 Agostino Sarubbo gentoo-dev 2022-04-24 06:23:15 UTC
Created attachment 773740 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2022-04-24 06:23:16 UTC
Created attachment 773743 [details]
1-config.log

1-config.log
Comment 3 Agostino Sarubbo gentoo-dev 2022-04-24 06:23:18 UTC
Error(s) that match a know pattern:

configure: error: Unable to locate strip(1) or suitable replacement.  Check PATH or set STRIP.
Comment 4 Agostino Sarubbo gentoo-dev 2023-01-01 19:02:33 UTC
ci has reproduced this issue with version 2.6.3-r4 - Updating summary.
Comment 5 Agostino Sarubbo gentoo-dev 2023-06-28 11:23:51 UTC
ci has reproduced this issue with version 2.6.4-r1 - Updating summary.
Comment 6 Larry the Git Cow gentoo-dev 2024-08-25 20:34:27 UTC
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(-)