Please test RE24, thanks!
--Quanah
--
Quanah Gibson-Mount Principal Software Engineer Zimbra, Inc -------------------- Zimbra :: the leader in open source messaging and collaboration
<quote who="Quanah Gibson-Mount">
Please test RE24, thanks!
Fine as expected on Fedora 8 i386. More later.
On Jul 12, 2008, at 07:55 , Quanah Gibson-Mount wrote:
Please test RE24, thanks!
Hm... Seeing a problem during "make" on OS X 10.5.4/Intel. This is a test sandbox I've been using for months to run these tests, I always just "cvs up", then "make clean; make depend; make". Anyone have an idea what's happening?
Making all in /usr/local/src/openldap-2.4-branch/clients Entering subdirectory tools ../../build/mkversion -v "2.4.X" -s ldapsearch > ldsversion.c cc -I/usr/local/BerkeleyDB.4.6/include -I../../include -I../../ include -I/usr/local/BerkeleyDB.4.6/include -c -o ldapsearch.o ldapsearch.c cc -I/usr/local/BerkeleyDB.4.6/include -I../../include -I../../ include -I/usr/local/BerkeleyDB.4.6/include -c -o common.o common.c cc -I/usr/local/BerkeleyDB.4.6/include -I../../include -I../../ include -I/usr/local/BerkeleyDB.4.6/include -c -o ldsversion.o ldsversion.c /bin/sh ../..//libtool --mode=link cc -static -I/usr/local/BerkeleyDB. 4.6/include -L/usr/local/BerkeleyDB.4.6/lib -o ldapsearch ldapsearch.o common.o ldsversion.o ../../libraries/liblutil/ liblutil.a ../../libraries/libldap/libldap.la ../../libraries/liblber/ liblber.la -lsasl2 -lssl -lcrypto -lresolv cc -I/usr/local/BerkeleyDB.4.6/include -o ldapsearch ldapsearch.o common.o ldsversion.o -L/usr/local/BerkeleyDB.4.6/lib ../../libraries/ liblutil/liblutil.a ../../libraries/libldap/.libs/libldap.a /usr/local/ src/openldap-2.4-branch/libraries/liblber/.libs/liblber.a ../../ libraries/liblber/.libs/liblber.a -lsasl2 -lssl -lcrypto -lresolv Undefined symbols: "_ldap_create_assertion_control_value", referenced from: _tool_server_controls in common.o ld: symbol(s) not found collect2: ld returned 1 exit status make[2]: *** [ldapsearch] Error 1 make[1]: *** [all-common] Error 1 make: *** [all-common] Error 1
jens
Jens Vagelpohl wrote:
Undefined symbols: "_ldap_create_assertion_control_value", referenced from: _tool_server_controls in common.o ld: symbol(s) not found
I think partial code from HEAD slipped into RE24. Well, I'd appreciate if support for assertion control would show up in RE24. ;-)
Ciao, Michael.
Michael Ströder wrote:
Jens Vagelpohl wrote:
Undefined symbols: "_ldap_create_assertion_control_value", referenced from: _tool_server_controls in common.o ld: symbol(s) not found
I think partial code from HEAD slipped into RE24. Well, I'd appreciate if support for assertion control would show up in RE24. ;-)
Not checked yet, but I believe Quanah basically sync'ed re24 with HEAD or so... a make distclean && configure && make depend && make would probably help.
p.
Ing. Pierangelo Masarati OpenLDAP Core Team
SysNet s.r.l. via Dossi, 8 - 27100 Pavia - ITALIA http://www.sys-net.it ----------------------------------- Office: +39 02 23998309 Mobile: +39 333 4963172 Email: ando@sys-net.it -----------------------------------
Pierangelo Masarati wrote:
Michael Ströder wrote:
Jens Vagelpohl wrote:
Undefined symbols: "_ldap_create_assertion_control_value", referenced from: _tool_server_controls in common.o ld: symbol(s) not found
I think partial code from HEAD slipped into RE24. Well, I'd appreciate if support for assertion control would show up in RE24. ;-)
Not checked yet, but I believe Quanah basically sync'ed re24 with HEAD or so... a make distclean&& configure&& make depend&& make would probably help.
Yes, the libldap Makefile needs to be regenerated, which only happens after running configure. (Actually, I believe just running config.status will regenerate it correctly in this case.) Then make depend / make ...
Quanah Gibson-Mount wrote:
Please test RE24, thanks!
Not a showstopper, but a fix to ITS#5592 is available in HEAD.
p.
Ing. Pierangelo Masarati OpenLDAP Core Team
SysNet s.r.l. via Dossi, 8 - 27100 Pavia - ITALIA http://www.sys-net.it ----------------------------------- Office: +39 02 23998309 Mobile: +39 333 4963172 Email: ando@sys-net.it -----------------------------------
Pierangelo Masarati wrote:
Quanah Gibson-Mount wrote:
Please test RE24, thanks!
Not a showstopper, but a fix to ITS#5592 is available in HEAD.
Same for ITS#5609. p.
Ing. Pierangelo Masarati OpenLDAP Core Team
SysNet s.r.l. via Dossi, 8 - 27100 Pavia - ITALIA http://www.sys-net.it ----------------------------------- Office: +39 02 23998309 Mobile: +39 333 4963172 Email: ando@sys-net.it -----------------------------------
Quanah Gibson-Mount a écrit :
Please test RE24, thanks!
I get a failure on test 036, not every time but almost. See files at: http://milopita.phillipoux.net/openldap-test-failure-20080712/
Configuration: - Debian 4.0 / x86_64 - BDB 4.4.20 ./configure --enable-slurpd --enable-overlays --enable-shell --enable-relay --enable-perl --enable-passwd --enable-null --enable-monitor --enable-meta --enable-ldbm --enable -ldap --enable-hdb --enable-dnssrv --enable-bdb --enable-spasswd --enable-debug --prefix /opt/openldap-RE23-20080708
(yes, these options were originally for RE23, but I'm lazy and just used the same ./configure line, although this is RE24)
Let me know if I can provide any further data.
Jonathan
On Jul 12, 2008, at 18:28 , Jonathan Clarke wrote:
Quanah Gibson-Mount a écrit :
Please test RE24, thanks!
I get a failure on test 036, not every time but almost. See files at: http://milopita.phillipoux.net/openldap-test-failure-20080712/
Configuration:
- Debian 4.0 / x86_64
- BDB 4.4.20
./configure --enable-slurpd --enable-overlays --enable-shell --enable-relay --enable-perl --enable-passwd --enable-null --enable-monitor --enable-meta --enable-ldbm --enable -ldap --enable-hdb --enable-dnssrv --enable-bdb --enable-spasswd --enable-debug --prefix /opt/openldap-RE23-20080708
I'm getting a failure on the same test, but in a different place. Test output is at http://www.dataflake.org/test036.txt. I'm on Mac OS X 10.5.4/Intel.
jens
Jens Vagelpohl wrote:
On Jul 12, 2008, at 18:28 , Jonathan Clarke wrote:
Quanah Gibson-Mount a écrit :
Please test RE24, thanks!
I get a failure on test 036, not every time but almost. See files at: http://milopita.phillipoux.net/openldap-test-failure-20080712/
Configuration:
- Debian 4.0 / x86_64
- BDB 4.4.20
./configure --enable-slurpd --enable-overlays --enable-shell --enable-relay --enable-perl --enable-passwd --enable-null --enable-monitor --enable-meta --enable-ldbm --enable -ldap --enable-hdb --enable-dnssrv --enable-bdb --enable-spasswd --enable-debug --prefix /opt/openldap-RE23-20080708
I'm getting a failure on the same test, but in a different place. Test output is at http://www.dataflake.org/test036.txt. I'm on Mac OS X 10.5.4/Intel.
These are all the same... http://www.openldap.org/lists/openldap-bugs/200807/msg00039.html
For now I'm assuming it's a bug in the test case.
Howard Chu wrote:
Jens Vagelpohl wrote:
On Jul 12, 2008, at 18:28 , Jonathan Clarke wrote:
Quanah Gibson-Mount a écrit :
Please test RE24, thanks!
I get a failure on test 036, not every time but almost. See files at: http://milopita.phillipoux.net/openldap-test-failure-20080712/
Configuration:
- Debian 4.0 / x86_64
- BDB 4.4.20
./configure --enable-slurpd --enable-overlays --enable-shell --enable-relay --enable-perl --enable-passwd --enable-null --enable-monitor --enable-meta --enable-ldbm --enable -ldap --enable-hdb --enable-dnssrv --enable-bdb --enable-spasswd --enable-debug --prefix /opt/openldap-RE23-20080708
I'm getting a failure on the same test, but in a different place. Test output is at http://www.dataflake.org/test036.txt. I'm on Mac OS X 10.5.4/Intel.
These are all the same... http://www.openldap.org/lists/openldap-bugs/200807/msg00039.html
For now I'm assuming it's a bug in the test case.
I've removed that idle-timeout statement from slapd-meta.conf in HEAD; apparently I forgot to commit it :(. Would it be possible to add this modification to re24 before 2.4.11 is announced?
p.
Ing. Pierangelo Masarati OpenLDAP Core Team
SysNet s.r.l. via Dossi, 8 - 27100 Pavia - ITALIA http://www.sys-net.it ----------------------------------- Office: +39 02 23998309 Mobile: +39 333 4963172 Email: ando@sys-net.it -----------------------------------