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

Re: (ITS#5036) test034-translucent fails on HEAD



<quote who="hyc@symas.com">
> hyc@symas.com wrote:
>> h.b.furuseth@usit.uio.no wrote:
>>> Full_Name: Hallvard B Furuseth
>>> Version: HEAD
>>> OS: Linux
>>> URL: ftp://ftp.openldap.org/incoming/Hallvard-Furuseth.070703.tgz.1
>>> Submission from: (NULL) (129.240.202.105)
>>> Submitted by: hallvard
>>>
>>>
>>> test034-translucent fails.  Output:
>>
>>> Configuration: --disable-dynamic --enable-crypt --enable-lmpasswd
>>> --enable-spasswd --enable-rlookups --enable-slapi --enable-wrappers
>>> --disable-backends --enable-bdb --enable-ldap --enable-relay
>>> --enable-null
>>> --enable-meta --enable-overlays CC=gcc-4.2.0
>>> 'CPPFLAGS=-DLDAP_DEPRECATED
>>> -DLDAP_THREAD_DEBUG -DLDAP_RDWR_DEBUG'
>>
>> Strange. I got the same result with those options. But with this
>> configuration,
>> the test works fine:
>>
>> --enable-modules --enable-backends=mod --enable-overlays=mod
>> --enable-slapi
>> --disable-sql
>>
>> The test also fails with your options, but without any of the CPPFLAGS
>> set.
>>
> Duh... In your test back-monitor is missing. Usually the monitor would be
> olcDatabase={1} in the config, so the bdb instance would be
> olcDatabase={2},
> and that's the name that's coded into the script.
>

I'm trying to get push based Syncrepl going for the docs and this test is
also failing for me with HEAD updated 2 hrs ago.

My options:

env CC=gcc CPPFLAGS="-I/usr/local/BerkeleyDB.4.2/include" \
LDFLAGS="-L/usr/local/BerkeleyDB.4.2/lib" \
LD_LIBRARY_PATH="/usr/local/BerkeleyDB.4.2/lib" ./configure \
--prefix=/opt/suretec/ldap --enable-slapd --enable-syslog
--with-cyrus-sasl=yes \
--enable-dynamic --enable-rewrite --disable-ipv6 --disable-shell \
--disable-sql --with-threads --enable-modules --enable-backends=mod \
--enable-overlays=mod --with-tls --enable-wrappers

Gavin.