[Bug 288368] net/openldap26-server: smbk5pwd.c:47:10: fatal error: 'hdb.h' file not found
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 21 Jul 2025 18:39:05 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=288368
Bug ID: 288368
Summary: net/openldap26-server: smbk5pwd.c:47:10: fatal error:
'hdb.h' file not found
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Many People
Priority: ---
Component: Individual Port(s)
Assignee: delphij@FreeBSD.org
Reporter: ohartmann@walstatt.org
Flags: maintainer-feedback?(delphij@FreeBSD.org)
Assignee: delphij@FreeBSD.org
On recent CURRENT, after "git: c7da9fb90b0b - main - KRB5: Enable MIT KRB5 by
default", port net/openldap26-server fails to build when OPTIONS GSSAPO is
enabled:
[...]
libtool: compile: cc -O2 -pipe -fstack-protector-strong -isystem
/usr/local/include -fno-strict-aliasing -O2 -pipe -fstack-protector-strong
-isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include -isystem
/usr/local/include -DDO_KRB5 -DDO_SAMBA -DDO_SHADOW -I../../../include
-I../../../include -I../../../servers/slapd -I/usr/include -c smbk5pwd.c -fPIC
-DPIC -o .libs/smbk5pwd.o
smbk5pwd.c:47:10: fatal error: 'hdb.h' file not found
47 | #include <hdb.h>
| ^~~~~~~
1 error generated.
gmake: *** [Makefile:59: smbk5pwd.lo] Error 1
*** Error code 2
--
You are receiving this mail because:
You are the assignee for the bug.