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

Re: RE24 testing round 3



On 31/08/2009 00:57, Quanah Gibson-Mount wrote:
Please test.  Thanks!

I'm getting an error in test018, on Ubuntu 64 bits. It happens every run, and I've tried rebuilding from scratch.

Unfortunately I don't have time to look deeper now, so here is what I'm getting.

I build with:
8<---------------------------------------------------------------------
make veryclean && ./configure --enable-debug --enable-overlays=mod --enable-hdb=mod --enable-bdb=no --enable-monitor --enable-ldap=mod --enable-modules --prefix=/tmp/ol && make -j3 depend && make -j3 && make test
8<---------------------------------------------------------------------

And I get the following failure, every time:
8<---------------------------------------------------------------------
>>>>> Starting test018-syncreplication-persist for hdb...
running defines.sh
Starting producer slapd on TCP/IP port 9011...
Using ldapsearch to check that producer slapd is running...
Using ldapadd to create the context prefix entry in the producer...
Starting consumer slapd on TCP/IP port 9014...
Using ldapsearch to check that consumer slapd is running...
Using ldapadd to populate the producer directory...
Waiting 7 seconds for syncrepl to receive changes...
Stopping the provider, sleeping 10 seconds and restarting it...
Using ldapsearch to check that producer slapd is running...
Waiting 7 seconds for consumer to reconnect...
Using ldapmodify to modify producer directory...
Using ldappasswd to change some passwords...
Waiting 7 seconds for syncrepl to receive changes...
Stopping consumer to test recovery...
Modifying more entries on the producer...
Restarting consumer...
Waiting 7 seconds for syncrepl to receive changes...
Try updating the consumer slapd...
ldapmodify failed (255)!
killing 30617 30635
kill: 358: No such process

>>>>> ./scripts/test018-syncreplication-persist failed for hdb (exit 255)
make[2]: *** [hdb-mod] Erreur 255
make[2]: quittant le répertoire « /home/jclarke/COMMUNAUTES/OpenLDAP/openldap-RE24/tests »
make[1]: *** [test] Erreur 2
make[1]: quittant le répertoire « /home/jclarke/COMMUNAUTES/OpenLDAP/openldap-RE24/tests »
make: *** [test] Erreur 2
8<---------------------------------------------------------------------

And a 'tail tests/testrun/slapd.4.log' gives:
8<---------------------------------------------------------------------
/home/jclarke/COMMUNAUTES/OpenLDAP/openldap-RE24/tests/../servers/slapd/slapd: symbol lookup error: ../servers/slapd/back-ldap/.libs/back_ldap-2.4-releng.so.2: undefined symbol: ldap_modify_ext
8<---------------------------------------------------------------------

I can provide more details/output/etc, if needed.

Jonathan