Did a recent change break building from git? Make install is erroring off.
I wiped my repo, cloned from https://github.com/openldap/openldap.git and tried a clean configure/make depend/make all went well. Make install not so well. Looks like the install is executing the tools:
Making install in /home/nick/git/openldap/clients Entering subdirectory tools make[2]: Entering directory '/home/nick/git/openldap/clients/tools' ../../build/shtool mkdir -p /apps/openldap/bin libtool: install: ../../build/shtool install -c -m 755 -s ldapsearch /apps/openldap/bin/ldapsearch ldap_sasl_interactive_bind: Can't contact LDAP server (-1) libtool: install: ../../build/shtool install -c -m 755 -s ldapmodify /apps/openldap/bin/ldapmodify ldap_sasl_interactive_bind: Can't contact LDAP server (-1) libtool: install: ../../build/shtool install -c -m 755 -s ldapdelete /apps/openldap/bin/ldapdelete ldap_sasl_interactive_bind: Can't contact LDAP server (-1) libtool: install: ../../build/shtool install -c -m 755 -s ldapmodrdn /apps/openldap/bin/ldapmodrdn ldap_sasl_interactive_bind: Can't contact LDAP server (-1) libtool: install: ../../build/shtool install -c -m 755 -s ldappasswd /apps/openldap/bin/ldappasswd ldap_sasl_interactive_bind: Can't contact LDAP server (-1) libtool: install: ../../build/shtool install -c -m 755 -s ldapwhoami /apps/openldap/bin/ldapwhoami ldap_sasl_interactive_bind: Can't contact LDAP server (-1) libtool: install: ../../build/shtool install -c -m 755 -s ldapvc /apps/openldap/bin/ldapvc ldap_sasl_interactive_bind: Can't contact LDAP server (-1) libtool: install: ../../build/shtool install -c -m 755 -s ldapcompare /apps/openldap/bin/ldapcompare usage: #INST@1151854# [options] DN attr:value|attr::b64value where: DN Distinguished Name attr assertion attribute value assertion value b64value base64 encoding of assertion value
Nick
Nick Folino wrote:
Did a recent change break building from git? Make install is erroring off.
I wiped my repo, cloned from https://github.com/openldap/openldap.git and tried a clean configure/make depend/make all went well. Make install not so well. Looks like the install is executing the tools:
I suspect the culprit is commit 8df03b435e74508a5465d6f46e871cba652d6701 and the STRIP variable isn't set.
Making install in /home/nick/git/openldap/clients Entering subdirectory tools make[2]: Entering directory '/home/nick/git/openldap/clients/tools' ../../build/shtool mkdir -p /apps/openldap/bin libtool: install: ../../build/shtool install -c -m 755 -s ldapsearch /apps/openldap/bin/ldapsearch ldap_sasl_interactive_bind: Can't contact LDAP server (-1) libtool: install: ../../build/shtool install -c -m 755 -s ldapmodify /apps/openldap/bin/ldapmodify ldap_sasl_interactive_bind: Can't contact LDAP server (-1) libtool: install: ../../build/shtool install -c -m 755 -s ldapdelete /apps/openldap/bin/ldapdelete ldap_sasl_interactive_bind: Can't contact LDAP server (-1) libtool: install: ../../build/shtool install -c -m 755 -s ldapmodrdn /apps/openldap/bin/ldapmodrdn ldap_sasl_interactive_bind: Can't contact LDAP server (-1) libtool: install: ../../build/shtool install -c -m 755 -s ldappasswd /apps/openldap/bin/ldappasswd ldap_sasl_interactive_bind: Can't contact LDAP server (-1) libtool: install: ../../build/shtool install -c -m 755 -s ldapwhoami /apps/openldap/bin/ldapwhoami ldap_sasl_interactive_bind: Can't contact LDAP server (-1) libtool: install: ../../build/shtool install -c -m 755 -s ldapvc /apps/openldap/bin/ldapvc ldap_sasl_interactive_bind: Can't contact LDAP server (-1) libtool: install: ../../build/shtool install -c -m 755 -s ldapcompare /apps/openldap/bin/ldapcompare usage: #INST@1151854# [options] DN attr:value|attr::b64value where: DN Distinguished Name attr assertion attribute value assertion value b64value base64 encoding of assertion value
Nick
Confirmed. Backing out that patch fixed the issue.
Nick
On Mon, Aug 31, 2020 at 8:11 AM Howard Chu hyc@symas.com wrote:
Nick Folino wrote:
Did a recent change break building from git? Make install is erroring
off.
I wiped my repo, cloned from https://github.com/openldap/openldap.git
and tried a clean configure/make depend/make all went well. Make install not so well.
Looks like the install is executing the tools:
I suspect the culprit is commit 8df03b435e74508a5465d6f46e871cba652d6701 and the STRIP variable isn't set.
Making install in /home/nick/git/openldap/clients Entering subdirectory tools make[2]: Entering directory '/home/nick/git/openldap/clients/tools' ../../build/shtool mkdir -p /apps/openldap/bin libtool: install: ../../build/shtool install -c -m 755 -s ldapsearch
/apps/openldap/bin/ldapsearch
ldap_sasl_interactive_bind: Can't contact LDAP server (-1) libtool: install: ../../build/shtool install -c -m 755 -s ldapmodify
/apps/openldap/bin/ldapmodify
ldap_sasl_interactive_bind: Can't contact LDAP server (-1) libtool: install: ../../build/shtool install -c -m 755 -s ldapdelete
/apps/openldap/bin/ldapdelete
ldap_sasl_interactive_bind: Can't contact LDAP server (-1) libtool: install: ../../build/shtool install -c -m 755 -s ldapmodrdn
/apps/openldap/bin/ldapmodrdn
ldap_sasl_interactive_bind: Can't contact LDAP server (-1) libtool: install: ../../build/shtool install -c -m 755 -s ldappasswd
/apps/openldap/bin/ldappasswd
ldap_sasl_interactive_bind: Can't contact LDAP server (-1) libtool: install: ../../build/shtool install -c -m 755 -s ldapwhoami
/apps/openldap/bin/ldapwhoami
ldap_sasl_interactive_bind: Can't contact LDAP server (-1) libtool: install: ../../build/shtool install -c -m 755 -s ldapvc
/apps/openldap/bin/ldapvc
ldap_sasl_interactive_bind: Can't contact LDAP server (-1) libtool: install: ../../build/shtool install -c -m 755 -s ldapcompare
/apps/openldap/bin/ldapcompare
usage: #INST@1151854# [options] DN attr:value|attr::b64value where: DN Distinguished Name attr assertion attribute value assertion value b64value base64 encoding of assertion value
Nick
-- -- Howard Chu CTO, Symas Corp. http://www.symas.com Director, Highland Sun http://highlandsun.com/hyc/ Chief Architect, OpenLDAP http://www.openldap.org/project/
Nick Folino wrote:
Confirmed. Backing out that patch fixed the issue.
Should also be fixed now in git. 9535e757df81dbd237e90358ee25a9fff7d0f97a
Nick
On Mon, Aug 31, 2020 at 8:11 AM Howard Chu <hyc@symas.com mailto:hyc@symas.com> wrote:
Nick Folino wrote: > Did a recent change break building from git? Make install is erroring off. > > I wiped my repo, cloned from https://github.com/openldap/openldap.git and tried a clean configure/make depend/make all went well. Make install not so well. > Looks like the install is executing the tools: I suspect the culprit is commit 8df03b435e74508a5465d6f46e871cba652d6701 and the STRIP variable isn't set.
Confirmed as well. Thanks Howard!
On Mon, Aug 31, 2020 at 11:08 AM Howard Chu hyc@symas.com wrote:
Nick Folino wrote:
Confirmed. Backing out that patch fixed the issue.
Should also be fixed now in git. 9535e757df81dbd237e90358ee25a9fff7d0f97a
Nick
On Mon, Aug 31, 2020 at 8:11 AM Howard Chu <hyc@symas.com <mailto:
hyc@symas.com>> wrote:
Nick Folino wrote: > Did a recent change break building from git? Make install is
erroring off.
> > I wiped my repo, cloned from
https://github.com/openldap/openldap.git and tried a clean configure/make depend/make all went well. Make install not so well.
> Looks like the install is executing the tools: I suspect the culprit is commit
8df03b435e74508a5465d6f46e871cba652d6701 and the STRIP variable isn't set.
-- -- Howard Chu CTO, Symas Corp. http://www.symas.com Director, Highland Sun http://highlandsun.com/hyc/ Chief Architect, OpenLDAP http://www.openldap.org/project/
openldap-technical@openldap.org