https://bugs.openldap.org/show_bug.cgi?id=9399
Issue ID: 9399 Summary: OpenLDAP build fails due to lloadd Product: OpenLDAP Version: unspecified Hardware: All OS: All Status: UNCONFIRMED Severity: normal Priority: --- Component: build Assignee: bugs@openldap.org Reporter: tero.saarni@est.tech Target Milestone: ---
Cloning current git head and running build steps according to INSTALL fails:
./configure make depends
The error is following:
Entering subdirectory lloadd make[2]: Entering directory '/home/tsaarni/work/openldap/servers/lloadd' make[2]: *** No rule to make target 'depend'. Stop. make[2]: Leaving directory '/home/tsaarni/work/openldap/servers/lloadd' make[1]: *** [Makefile:333: depend-common] Error 1 make[1]: Leaving directory '/home/tsaarni/work/openldap/servers' make: *** [Makefile:354: depend-common] Error 1
The reason is that "autoreconf" results have not been committed to git.
Running autoreconf && ./configure && make depend && make works.
https://bugs.openldap.org/show_bug.cgi?id=9399
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED
--- Comment #1 from Quanah Gibson-Mount quanah@openldap.org --- Thanks for the report, although this should have been a reopen of 8747.
Commits: • 1aef660f by Quanah Gibson-Mount at 2020-11-20T16:18:15+00:00 ITS#8747 - Regenreate for lloadd
https://bugs.openldap.org/show_bug.cgi?id=9399
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |VERIFIED