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

Problems with make test on OpenBSD 3.0



Hello,

I am currently compiling OpenLDAP 2.0.27 on a SPARC box running OpenBSD
3.0, the compile goes fine but when I issue a make test it won't work well
as you can see here:

cd tests; make test
ln: ./data: File exists
*** Error code 1 (ignored)
ln: ./schema: File exists
*** Error code 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...
db1:openldap-2.0.27 {157} make test
cd tests; make test
ln: ./data: File exists
*** Error code 1 (ignored)
ln: ./schema: File exists
*** Error code 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...
./scripts/test000-rootdse[37]: kill: 1171: No such process
dn:
namingContexts: o=OpenLDAP Project,l=Internet
supportedControl: 2.16.840.1.113730.3.4.2
supportedExtension: 1.3.6.1.4.1.4203.1.11.1
supportedExtension: 1.3.6.1.4.1.1466.20037
supportedFeatures: 1.3.6.1.4.1.4203.1.5.1
supportedLDAPVersion: 2
supportedLDAPVersion: 3
subschemaSubentry: cn=Subschema

>>>>> Test succeeded
>>>>> ./scripts/test000-rootdse completed OK.
>>>>> waiting 10 seconds for things to exit

>>>>> Starting test001-slapadd ...
running defines.sh . ldbm
Datadir is ./data
Cleaning up in ./test-db...
Running slapadd to build slapd database...
Starting slapd on TCP/IP port 9009...
Using ldapsearch to retrieve all the entries...
./scripts/test001-slapadd[45]: kill: 6542: No such process
ldapsearch failed (32)!
>>>>> ./scripts/test001-slapadd failed (exit 32)
*** Error code 32

Stop in /usr/local/source/openldap-2.0.27/tests (line 206 of Makefile).
*** Error code 1

Stop in /usr/local/source/openldap-2.0.27 (line 225 of Makefile).


Does anyone have an idea what's going wrong here ? Or maybe how can I find
more informations on what is relleay going wrong ?

Thanks for the help

Regards