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

Test fails on Solaris 2.4 (ITS#104)



Full_Name: Bram Bouwens
Version: 1.2
OS: Solaris 2.4
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (145.36.13.15)


I tried to build OpenLDAP 1.2 to run on db-2.3.16.
% export CPPFLAGS=-I/home/bbouwens/db-2.3.16/include
% export LDFLAGS=-L/home/bbouwens/db-2.3.16/lib
% ./configure --prefix=/tool/openldap-1.2 --with-ldbm-api=db2
% make depend && make
% cd tests
% make
>>>>> ./scripts/test001-ldif2ldbm completed OK.
>>>>> ./scripts/test002-populate completed OK.
>>>>> Starting test003-search ...
Cleaning up in ./test-db...
Running ldif2ldbm to build slapd database...
Starting slapd on TCP/IP port 9009...
Testing slapd searching...
Waiting 5 seconds for slapd to start...
Testing exact searching...
Testing OR searching...
Testing AND matching and ends-with searching...
Testing NOT searching...
Comparing results
./test-db/ldapsearch.out ./data/search.out.master differ: char 8529, line 219
Comparison failed
>>>>> ./scripts/test003-search failed (exit 1)
make: *** [all-local] Error 1
% diff ./test-db/ldapsearch.out ./data/search.out.master 
218a219,271
> dn: cn=All Staff,ou=Groups,o=University of Michigan,c=US
> member: cn=Manager, o=University of Michigan, c=US
> member: cn=Barbara Jensen, ou=Information Technology Division, ou=People,
o=Un
>  iversity of Michigan, c=US
> member: cn=Jane Doe, ou=Alumni Association, ou=People, o=University of
Michiga
>  n, c=US
etc. (that's all the diffs)

What could be wrong? I tried db-2.7.3 before but that gave exactly
the same result.


Bram Bouwens