https://bugs.openldap.org/show_bug.cgi?id=6517
Ondřej Kuzník <ondra(a)mistotebe.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
See Also| |https://bugs.openldap.org/s
| |how_bug.cgi?id=9001
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugs.openldap.org/show_bug.cgi?id=9001
Ondřej Kuzník <ondra(a)mistotebe.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
See Also| |https://bugs.openldap.org/s
| |how_bug.cgi?id=6517
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugs.openldap.org/show_bug.cgi?id=7821
Ryan Tandy <ryan(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords|OL_2_5_REQ |
Status|UNCONFIRMED |RESOLVED
Resolution|--- |WORKSFORME
--- Comment #1 from Ryan Tandy <ryan(a)openldap.org> ---
I'm not sure what version of MinGW this report applied to.
In the current version of MinGW32, strcasecmp exists as a stub in libmingwex.a.
https://osdn.net/projects/mingw/scm/git/mingw-org-wsl/commits/93fc8c251370d…
In the current version of MinGW-w64, strcasecmp exists as an alias in
libmsvcrt.a.
https://github.com/mirror/mingw-w64/commit/3ce37840afba411f0cc836c5ff73a5f4…
It looks like there's no longer any need for OpenLDAP to do anything special
with strcasecmp.
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugs.openldap.org/show_bug.cgi?id=8416
--- Comment #3 from Ryan Tandy <ryan(a)openldap.org> ---
A better (but still hacky) workaround for GNU systems would be:
make INSTALL=install STRIP='-s --strip-program=arm-linux-gnueabihf-strip'
install
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugs.openldap.org/show_bug.cgi?id=8416
Ryan Tandy <ryan(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|unspecified |2.4.44
See Also| |https://bugs.openldap.org/s
| |how_bug.cgi?id=4502
Ever confirmed|0 |1
Status|UNCONFIRMED |CONFIRMED
--- Comment #1 from Ryan Tandy <ryan(a)openldap.org> ---
Still occurs, but the bug is in GNU shtool, not OpenLDAP.
Note that for OpenLDAP the STRIP variable contains the -s flag that makes
install(1) strip binaries. Not a path to a program.
GNU install(1) has a --strip-program=PROGRAM flag that might help with this.
shtool strip doesn't seem to have any options about the strip program.
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugs.openldap.org/show_bug.cgi?id=4502
Ryan Tandy <ryan(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
See Also| |https://bugs.openldap.org/s
| |how_bug.cgi?id=8416
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugs.openldap.org/show_bug.cgi?id=6517
Ryan Tandy <ryan(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
See Also| |https://bugs.openldap.org/s
| |how_bug.cgi?id=9226
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugs.openldap.org/show_bug.cgi?id=8155
Ryan Tandy <ryan(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|slapd |libraries
Assignee|bugs(a)openldap.org |ryan(a)openldap.org
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugs.openldap.org/show_bug.cgi?id=8224
Ryan Tandy <ryan(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|slapd |build
Status|UNCONFIRMED |IN_PROGRESS
Ever confirmed|0 |1
--- Comment #2 from Ryan Tandy <ryan(a)openldap.org> ---
https://git.openldap.org/openldap/openldap/-/merge_requests/46
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugs.openldap.org/show_bug.cgi?id=8202
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |VERIFIED
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugs.openldap.org/show_bug.cgi?id=8202
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords|OL_2_5_REQ |
Resolution|--- |WONTFIX
Status|UNCONFIRMED |RESOLVED
--- Comment #12 from Quanah Gibson-Mount <quanah(a)openldap.org> ---
C99 is required.
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugs.openldap.org/show_bug.cgi?id=9087
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords|OL_2_5_REQ |
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugs.openldap.org/show_bug.cgi?id=9087
Ryan Tandy <ryan(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|IN_PROGRESS |RESOLVED
Resolution|--- |TEST
--- Comment #5 from Ryan Tandy <ryan(a)openldap.org> ---
Commits:
7985626f by Chris Zagar at 2020-04-17T21:01:05+00:00
ITS#9087 - Change hard-coded windres to $(RC) to support mingw cross-compiling
84ab23f3 by Ryan Tandy at 2020-04-17T21:39:52+00:00
ITS#9087 Let configure detect cross windres tool
bfb20d3e by Ryan Tandy at 2020-04-17T16:08:54-07:00
ITS#9087 Regenerate configure
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugs.openldap.org/show_bug.cgi?id=8151
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |VERIFIED
Keywords|OL_2_5_REQ |
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugs.openldap.org/show_bug.cgi?id=8151
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|IN_PROGRESS |RESOLVED
Resolution|--- |DUPLICATE
--- Comment #4 from Quanah Gibson-Mount <quanah(a)openldap.org> ---
*** This bug has been marked as a duplicate of bug 7639 ***
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugs.openldap.org/show_bug.cgi?id=7639
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |michael(a)stroeder.com
--- Comment #4 from Quanah Gibson-Mount <quanah(a)openldap.org> ---
*** Bug 8151 has been marked as a duplicate of this bug. ***
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugs.openldap.org/show_bug.cgi?id=7639
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|test062-config-delete |test062-config-delete
|intermittently succeeds |intermittently crashes
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugs.openldap.org/show_bug.cgi?id=8202
--- Comment #11 from Quanah Gibson-Mount <quanah(a)openldap.org> ---
Actually looks like liblmdb still has this issue, just harder to see because of
MDB_FMT_Z
Perhaps we just say C99 required?
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugs.openldap.org/show_bug.cgi?id=8202
--- Comment #10 from Quanah Gibson-Mount <quanah(a)openldap.org> ---
(In reply to Quanah Gibson-Mount from comment #9)
> Looks like it's only a problem now with the constraint overlay and
> back-mdb/tools.c,
The code in back-mdb/tools.c is ifdef'd out.
So constraint.c is the only remaining problem.
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugs.openldap.org/show_bug.cgi?id=8202
--- Comment #9 from Quanah Gibson-Mount <quanah(a)openldap.org> ---
Looks like it's only a problem now with the constraint overlay and
back-mdb/tools.c,
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugs.openldap.org/show_bug.cgi?id=9087
--- Comment #4 from Quanah Gibson-Mount <quanah(a)openldap.org> ---
Hi Chris,
This patch doesn't actually appear to work right, as RC is unset. Was there
more to this patch?
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugs.openldap.org/show_bug.cgi?id=8694
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |OL_2_5_REQ
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugs.openldap.org/show_bug.cgi?id=9087
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Assignee|bugs(a)openldap.org |quanah(a)openldap.org
Status|UNCONFIRMED |IN_PROGRESS
Ever confirmed|0 |1
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugs.openldap.org/show_bug.cgi?id=8224
Ryan Tandy <ryan(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Assignee|bugs(a)openldap.org |ryan(a)openldap.org
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugs.openldap.org/show_bug.cgi?id=7639
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|normal |blocker
--- Comment #3 from Quanah Gibson-Mount <quanah(a)openldap.org> ---
Just hit today...
>>>>> Starting test062-config-delete for mdb...
running defines.sh
Starting slapd on TCP/IP port 9011... /builds/quanah/openldap/tests
Using ldapsearch to check that slapd is running...
Inserting syncprov overlay ...
Starting a refreshAndPersist search in background
Removing syncprov overlay again ...
Waiting 2 seconds for RefreshAndPersist search to end ...
Checking return code of backgrounded RefreshAndPersist search ...
Exit code correct.
Running a refreshOnly search, should fail...
./scripts/test062-config-delete: 164: kill: No such process
ldapsearch should have failed with Critical extension is unavailable (12)!
>>>>> test062-config-delete failed for mdb after 5 seconds
(exit 255)
make[2]: *** [Makefile:291: mdb-mod] Error 255
make[2]: Leaving directory '/builds/quanah/openldap/tests'
make[1]: *** [Makefile:278: test] Error 2
make[1]: Leaving directory '/builds/quanah/openldap/tests'
make: *** [Makefile:292: test] Error 2
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugs.openldap.org/show_bug.cgi?id=8159
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|slapd |documentation
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugs.openldap.org/show_bug.cgi?id=5042
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |VERIFIED
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugs.openldap.org/show_bug.cgi?id=5042
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |SUSPENDED
Keywords|IPR_OK |
Status|UNCONFIRMED |RESOLVED
--- Comment #15 from Quanah Gibson-Mount <quanah(a)openldap.org> ---
suspending, no updates after 13 years to address points made.
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugs.openldap.org/show_bug.cgi?id=4825
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |VERIFIED
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugs.openldap.org/show_bug.cgi?id=4825
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords|IPR_OK |
Resolution|--- |SUSPENDED
Status|UNCONFIRMED |RESOLVED
--- Comment #6 from Quanah Gibson-Mount <quanah(a)openldap.org> ---
suspending, no follow up on the issues raised after 13 years.
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugs.openldap.org/show_bug.cgi?id=6740
--- Comment #9 from Quanah Gibson-Mount <quanah(a)openldap.org> ---
(In reply to Ryan Tandy from comment #8)
> (In reply to Quanah Gibson-Mount from comment #6)
> > Note: The --enable-rewrite flag literally has no effect, since BUILD_REWRITE
> > is not honored anywhere as it is.
>
> Maybe not in the build system, but the ENABLE_REWRITE and SLAP_AUTH_REWRITE
> defines in the code are fully respected.
Right, I noted that in comment#7 ;)
I was referring back to comment#5 ;)
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugs.openldap.org/show_bug.cgi?id=6740
--- Comment #8 from Ryan Tandy <ryan(a)openldap.org> ---
(In reply to Quanah Gibson-Mount from comment #6)
> Note: The --enable-rewrite flag literally has no effect, since BUILD_REWRITE
> is not honored anywhere as it is.
Maybe not in the build system, but the ENABLE_REWRITE and SLAP_AUTH_REWRITE
defines in the code are fully respected.
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugs.openldap.org/show_bug.cgi?id=6740
--- Comment #7 from Quanah Gibson-Mount <quanah(a)openldap.org> ---
Ah, actually... it does affect how back-meta etc are built... but not whether
or not the library is built.
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugs.openldap.org/show_bug.cgi?id=6740
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Ever confirmed|0 |1
Status|UNCONFIRMED |IN_PROGRESS
--- Comment #6 from Quanah Gibson-Mount <quanah(a)openldap.org> ---
Note: The --enable-rewrite flag literally has no effect, since BUILD_REWRITE is
not honored anywhere as it is.
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugs.openldap.org/show_bug.cgi?id=6207
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target Milestone|2.5.0 |---
--- Comment #8 from Quanah Gibson-Mount <quanah(a)openldap.org> ---
It would be nice to have a FreeBSD build box though
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugs.openldap.org/show_bug.cgi?id=6207
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|IN_PROGRESS |CONFIRMED
Keywords|OL_2_5_REQ |
--- Comment #7 from Quanah Gibson-Mount <quanah(a)openldap.org> ---
We're blocked on windows regardless, due to
https://cygwin.com/pipermail/cygwin/2019-July/241961.html
Until that's handled, there's no way to rely on make test with a windows
system.
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugs.openldap.org/show_bug.cgi?id=6207
--- Comment #6 from Ondřej Kuzník <ondra(a)mistotebe.net> ---
GNOME seem to have done this:
https://gitlab.gnome.org/Infrastructure/GitLab/-/issues/141
And we would need to have a Windows machine to run it on.
If we wanted to use the free Azure Pipelines, we would have to write the
webhooks ourselves (they only support GitHub natively) and hope that's
still part of the free offer?
This seems to be the relevant REST endpoint to trigger a build:
https://docs.microsoft.com/en-us/rest/api/azure/devops/build/builds/queue
Someone else will have to pursue this further as I have no idea how to
get a build environment going on windows...
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugs.openldap.org/show_bug.cgi?id=5573
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|CONFIRMED |IN_PROGRESS
--- Comment #4 from Quanah Gibson-Mount <quanah(a)openldap.org> ---
https://git.openldap.org/openldap/openldap/-/merge_requests/39
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugs.openldap.org/show_bug.cgi?id=6166
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords|OL_2_5_REQ |
Target Milestone|2.5.0 |2.6.0
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugs.openldap.org/show_bug.cgi?id=7966
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target Milestone|2.5.0 |2.6.0
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugs.openldap.org/show_bug.cgi?id=9009
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|2.5: Switch to LMDB v1.0 |2.6: Switch to LMDB v1.0
Target Milestone|2.5.0 |2.6.0
Keywords|OL_2_5_REQ |
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugs.openldap.org/show_bug.cgi?id=6745
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords|OL_2_5_REQ |
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugs.openldap.org/show_bug.cgi?id=6745
Howard Chu <hyc(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |TEST
Status|UNCONFIRMED |RESOLVED
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugs.openldap.org/show_bug.cgi?id=9181
--- Comment #9 from Quanah Gibson-Mount <quanah(a)openldap.org> ---
commit 0daf80129a7e3fa9ac10738fb8b86dfcdfa6eb09 (HEAD -> OPENLDAP_REL_ENG_2_4,
origin/OPENLDAP_REL_ENG_2_4)
Author: Ryan Tandy <ryan(a)nardis.ca>
Date: Thu Apr 16 10:46:18 2020 -0700
ITS#9181 fix ldap_pvt_thread_mutex_t used before its definition
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugs.openldap.org/show_bug.cgi?id=9181
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
Status|CONFIRMED |RESOLVED
--- Comment #8 from Quanah Gibson-Mount <quanah(a)openldap.org> ---
Commits:
• d5e133f4
by Ryan Tandy at 2020-04-16T19:15:31+00:00
ITS#9181 fix ldap_pvt_thread_mutex_t used before its definition
2 changed files:
• include/ldap_int_thread.h
• libraries/libldap_r/thr_nt.c
--
You are receiving this mail because:
You are on the CC list for the bug.