https://bugs.openldap.org/show_bug.cgi?id=9900
Issue ID: 9900 Summary: configure.ac contains non-portable statement (bashism) Product: OpenLDAP Version: 2.6.3 Hardware: All OS: All Status: UNCONFIRMED Keywords: needs_review Severity: normal Priority: --- Component: build Assignee: bugs@openldap.org Reporter: michael.osipov@siemens.com Target Milestone: ---
My shell on HP-UX tells me: ./configure[22349]: ==: A test command parameter is not valid. which is causes by
2038 if test $ol_enable_slapd == no && test $ol_enable_balancer != yes ; then
in configure.ac. Similar I have reported to BIND9: https://gitlab.isc.org/isc-projects/bind9/-/issues/2873. POSIX expects one equals sign.
https://bugs.openldap.org/show_bug.cgi?id=9900
Howard Chu hyc@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|UNCONFIRMED |IN_PROGRESS
--- Comment #1 from Howard Chu hyc@openldap.org --- also fixed in https://git.openldap.org/openldap/openldap/-/merge_requests/555
https://bugs.openldap.org/show_bug.cgi?id=9900
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords|needs_review | Target Milestone|--- |2.5.14
https://bugs.openldap.org/show_bug.cgi?id=9900
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Assignee|bugs@openldap.org |hyc@openldap.org
https://bugs.openldap.org/show_bug.cgi?id=9900
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|IN_PROGRESS |RESOLVED Resolution|--- |TEST
--- Comment #2 from Quanah Gibson-Mount quanah@openldap.org --- HEAD:
• f76dbe43 by Howard Chu at 2022-08-22T16:44:05+00:00 ITS#9900 configure.ac: fix bashism
RE26:
• 9e5a728c by Howard Chu at 2022-08-24T18:19:22+00:00 ITS#9900 configure.ac: fix bashism
RE25:
• d8e1fef4 by Howard Chu at 2022-08-24T18:20:56+00:00 ITS#9900 configure.ac: fix bashism
https://bugs.openldap.org/show_bug.cgi?id=9900
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|TEST |FIXED Status|RESOLVED |VERIFIED