https://bugs.openldap.org/show_bug.cgi?id=8729
Ryan Tandy <ryan(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=8446
Ryan Tandy <ryan(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=8787
Ryan Tandy <ryan(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
See Also| |https://bugs.openldap.org/s
| |how_bug.cgi?id=7878
Resolution|--- |WORKSFORME
Status|UNCONFIRMED |RESOLVED
--- Comment #1 from Ryan Tandy <ryan(a)openldap.org> ---
(In reply to jinxinliang(a)yahoo.com from comment #0)
> the configuration run successfully,then I proceed to do "make depend". However
> it will report "regex.h" file not found. And I found that "mkdep" command does
> not make use of the CFLAGS I provided on configure command at all.
-I<dir> should be placed in CPPFLAGS, not CFLAGS. This works fine, CPPFLAGS are
correctly passed through to mkdep.
> Then next issue I found is I had to modify "portable.h" file as well. I had to
> comment out "#define socklen_t int" and add "typedef unsigned int uint32_t".
These are bug 7878 and bug 8383 and have both been fixed for 2.4.50.
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugs.openldap.org/show_bug.cgi?id=7878
Ryan Tandy <ryan(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
See Also| |https://bugs.openldap.org/s
| |how_bug.cgi?id=8787
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugs.openldap.org/show_bug.cgi?id=9001
Ryan Tandy <ryan(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
See Also| |https://bugs.openldap.org/s
| |how_bug.cgi?id=9229
--
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=9229
--
You are receiving this mail because:
You are on the CC list for the bug.
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.