[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: RE24 testing call (OpenLDAP 2.4.34)



Hi Quanah,

On 02/22/2013 12:24 AM, Quanah Gibson-Mount wrote:
If you know how to build OpenLDAP manually, and would like to
participate in testing the next set of code for the 2.4.34 release,
please do so.

Generally, get the code for RE24:

<http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=snapshot;h=refs/heads/OPENLDAP_REL_ENG_2_4;sf=tgz>


Configure & build.

Execute the test suite (via make test) after it is built.

Here's an undefined symbol error I got with RE24 rev 1e38e77 from a few minutes ago. I built it without any GnuTLS stuff but with Red Hat RPM_OPT_FLAGS which are -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -Wl,--as-needed -DLDAP_CONNECTIONLESS".

Initiating LDAP tests for BDB...
Running ./scripts/all for bdb...
>>>>> Executing all LDAP tests for bdb
>>>>> Starting test000-rootdse for bdb...
running defines.sh
Starting slapd on TCP/IP port 9011...
Using ldapsearch to retrieve the root DSE...
Waiting 5 seconds for slapd to start...
Waiting 5 seconds for slapd to start...
Waiting 5 seconds for slapd to start...
Waiting 5 seconds for slapd to start...
Waiting 5 seconds for slapd to start...
Waiting 5 seconds for slapd to start...
./scripts/test000-rootdse: line 66: kill: (21814) - No such process
/home/mockbuild/rpmbuild/BUILD/openldap-1e38e77/clients/tools/.libs/lt-ldapsearch: symbol lookup error: /home/mockbuild/rpmbuild/BUILD/openldap-1e38e77/clients/tools/.libs/lt-ldapsearch: undefined symbol: ldif_debug
>>>>> Test failed
>>>>> test000-rootdse failed for bdb


Regards,
Patrick