From openldap-technical Sat Jan 20 21:19:12 2024 From: Howard Chu Date: Sat, 20 Jan 2024 21:19:12 +0000 To: openldap-technical Subject: Re: RE25 testing call (2.5.17) #1 Message-Id: <949d9162-58f4-bb7b-98ca-36168600c603 () symas ! com> X-MARC-Message: https://marc.info/?l=openldap-technical&m=170578549631689 Armin T=C3=BCting wrote: > On Fri, 2024-01-19 at 10:27 -0800, Quanah Gibson-Mount wrote: >> I sent this yesterday, but many people didn't get it due to the >> mailman=20 >> upgrade issue that's now resolved. >> >> Thanks! >> >> --Quanah > Compile error in 'ibraries/liblmdb' mdb_load.c >=20 > --- openldap-OPENLDAP_REL_ENG_2_5/libraries/liblmdb/mdb_load.c 2024- > 01-18 19:42:31.000000000 +0100 > +++ openldap-2.5.16/libraries/liblmdb/mdb_load.c 2024-01-20 > 16:54:45.533564971 +0100 > @@ -449,7 +449,7 @@ > if (rc =3D=3D MDB_KEYEXIST && putflags) > continue; > if (rc) { > - fprintf(stderr, "%s: line %"Yu": > mdb_cursor_put failed, error %d %s\n", prog, lineno, rc, > mdb_strerror(rc)); > + fprintf(stderr, "%s: line %" Z "d: > mdb_cursor_put failed, error %d %s\n", prog, lineno, rc, > mdb_strerror(rc)); > goto txn_abort; > } > batch++; >=20 > ... >=20 >=20 Thanks for the feedback. This was a merge conflict from mdb.master. You h= ave the correct fix above, and it's now committed in mdb.RE/0.9 5eb93a3b8a3b6139d= a9321117ea013ea6c95c2c4 The fix will have to be merged to RE25 and RE26 as well. --=20 -- Howard Chu CTO, Symas Corp. http://www.symas.com Director, Highland Sun http://highlandsun.com/hyc/ Chief Architect, OpenLDAP http://www.openldap.org/project/