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

OPENLDAP_REL_ENG_2: make test fails



HI!

make test fails on a freshly checked out OPENLDAP_REL_ENG_2 branch
(cvs -z3 co -P -rOPENLDAP_REL_ENG_2 ldap). I think the reason is the
line:

ln: `./data': cannot overwrite directory

------------------------------ snip ------------------------------
$ make test
cd tests; make test
make[1]: Entering directory
`/home/michael/src/openldap2-REL_ENG_2/ldap/tests'
ln: `./data': cannot overwrite directory
make[1]: [test-ldbm] Error 1 (ignored)
Initiating LDAP tests for LDBM...
>>>>> Executing all LDAP tests...
>>>>> Test Directory: .
>>>>> Backend: ldbm
>>>>> Starting test000-rootdse ...
running defines.sh . ldbm
Datadir is ./data
Cleaning up in ./test-db...
Starting slapd on TCP/IP port 9009...
Using ldapsearch to retrieve all the entries...
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: kill: (2625) - No such pid
ldap_bind: Can't contact LDAP server
>>>>> Test failed
>>>>> ./scripts/test000-rootdse failed (exit 1)
make[1]: *** [test-ldbm] Error 1
make[1]: Leaving directory
`/home/michael/src/openldap2-REL_ENG_2/ldap/tests'
make: *** [test] Error 2
------------------------------ snip ------------------------------

Ciao, Michael.