[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: RE24 testing call (2.4.49) LMDB RE0.9 testing call (0.9.25)
- To: openldap-technical@openldap.org
- Subject: Re: RE24 testing call (2.4.49) LMDB RE0.9 testing call (0.9.25)
- From: "A. Schulze" <sca@andreasschulze.de>
- Date: Sun, 26 Jan 2020 20:59:32 +0100
- Authentication-results: dahlem.somaf.de; arc=none smtp.remote-ip=2001:470:77b3:103::25
- Authentication-results: dahlem.somaf.de; dmarc=pass (p=NONE dis=NONE) header.from=andreasschulze.de
- Authentication-results: dahlem.somaf.de; spf=pass smtp.mailfrom=sca@andreasschulze.de
- Authentication-results: dahlem.somaf.de; dkim=pass (2048-bit key; secure) header.d=andreasschulze.de header.i=@andreasschulze.de header.a=rsa-sha256 header.s=202001-55C40D38 header.b=YpSsVc/N
- Content-language: en-US
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=andreasschulze.de; s=202001-55C40D38; t=1580068806; x=1585068806; bh=rUzmdtwiSCHsNRClObF5A8n71voAtrVqjmM3GL/Djv8=; h=Subject:To:References:From:Message-ID:Date:MIME-Version: In-Reply-To:Content-Type:Content-Transfer-Encoding:autocrypt:cc: content-transfer-encoding:content-type:date:from:in-reply-to: message-id:mime-version:openpgp:references:subject:to; b=YpSsVc/N042L2PNHneZ/zFZJOODIjAXUnFXvZWvsSlFftIgi0ofJomnfnvvt2sjB0 ISbbJulpkB4A1OhGfN/ilxwwnh8GskhAzWPG5DX3oRgDq1n7huo7EldQiP0V3BRyY8 n/gSzLrWsCsP/MKlAmFYUG/ZhIenAIqjz1tj253lang6kXMJGVzqw3ak2oMkh2vYz4 fsdpf3LNzHZINbzsY1AY6k4p5yN76zASbSHXFcvrKRiBLI3uDglB9J03Su6CjC7iLd oCOXQsON4Y3YljkXFt2R7wp5YedS9YdFUhQT9+87enVAkm0xwrW8xzWafy6Z1l16UX 7PSEgd1sUw6Ag==
- In-reply-to: <CDEDFFA78DD1DD893C0A5A7F@[192.168.1.144]>
- References: <CDEDFFA78DD1DD893C0A5A7F@[192.168.1.144]>
Am 13.01.20 um 18:12 schrieb Quanah Gibson-Mount:
> This is the first testing call for OpenLDAP 2.4.49. Depending on the results, this may be the only testing call.
>
> Generally, get the code for RE24:
>
> <http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=snapshot;h=refs/heads/OPENLDAP_REL_ENG_2_4;sf=tgz>
>
> Configure & build.
>
> Execute the test suite (via make test) after it is built. Optionally, cd tests && make its to run through the regression suite.
Hello,
using Debian sbuild to build for Debian Stretch/9 and Debian Buster/10,
"make test" fail:
>>>>> Starting test050-syncrepl-multimaster for mdb...
running defines.sh
Initializing server configurations...
Starting server 1 on TCP/IP port 9011...
Using ldapsearch to check that server 1 is running...
Inserting syncprov overlay on server 1...
Starting server 2 on TCP/IP port 9012...
Using ldapsearch to check that server 2 is running...
Configuring syncrepl on server 2...
Starting server 3 on TCP/IP port 9013...
Using ldapsearch to check that server 3 is running...
Configuring syncrepl on server 3...
Starting server 4 on TCP/IP port 9014...
Using ldapsearch to check that server 4 is running...
Configuring syncrepl on server 4...
Adding schema and databases on server 1...
Using ldapadd to populate server 1...
Waiting 15 seconds for syncrepl to receive changes...
Using ldapsearch to read config from server 1...
ldapsearch failed at server 1 (51)!
>>>>> test050-syncrepl-multimaster failed for mdb
(exit 51)
Makefile:308: recipe for target 'mdb-mod' failed
make[3]: *** [mdb-mod] Error 51
make[3]: Leaving directory '/<<PKGBUILDDIR>>/tests'
Makefile:278: recipe for target 'test' failed
make[2]: *** [test] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/tests'
Makefile:290: recipe for target 'test' failed
make[1]: *** [test] Error 2
Any suggestions, how I may provide more details?
Andreas