https://bugs.openldap.org/show_bug.cgi?id=10163
Issue ID: 10163 Summary: Cleanup configure/test integration Product: OpenLDAP Version: 2.6.6 Hardware: All OS: All Status: UNCONFIRMED Keywords: needs_review Severity: normal Priority: --- Component: build Assignee: bugs@openldap.org Reporter: hyc@openldap.org Target Milestone: ---
The sed commandline configure uses to perform substitutions is getting unwieldy and may be exceeding platform limits on various systems.
All of the BUILD_xxx substitutions for overlays are only used in tests/run.in. They could be completely removed, and instead each of the enabled overlays could be emitted into a separate file that just gets included by the test scripts. There's no need for them to be part of the sed invocation at all.
There's also leftover BUILD_xxx cruft from backends that we've removed (e.g. back-shell BUILD_SHELL) that nothing else in the tree references any more.
https://bugs.openldap.org/show_bug.cgi?id=10163
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |2.7.0 Assignee|bugs@openldap.org |hyc@openldap.org Status|UNCONFIRMED |IN_PROGRESS Ever confirmed|0 |1 Keywords|needs_review |
https://bugs.openldap.org/show_bug.cgi?id=10163
--- Comment #1 from Quanah Gibson-Mount quanah@openldap.org --- https://git.openldap.org/openldap/openldap/-/merge_requests/678
https://bugs.openldap.org/show_bug.cgi?id=10163
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|IN_PROGRESS |RESOLVED
--- Comment #2 from Quanah Gibson-Mount quanah@openldap.org --- • 7e21081f by Howard Chu at 2024-02-05T21:13:35+00:00 ITS#10163 cleanup configure/tests integration
Streamline backend/overlay definition.
• 62a59446 by Howard Chu at 2024-02-05T21:13:35+00:00 Review tweaks (squash this)
• 6cef0c56 by Howard Chu at 2024-02-05T21:13:35+00:00 Review tweak (squash this)
https://bugs.openldap.org/show_bug.cgi?id=10163
--- Comment #3 from Quanah Gibson-Mount quanah@openldap.org --- • 63521932 by Quanah Gibson-Mount at 2024-02-06T17:07:52+00:00 ITS#10163 - Regenerate configure