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: [email protected]
Reporter: [email protected]
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.
--
You are receiving this mail because:
You are on the CC list for the issue.