Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Oct 2021 19:05:41 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 259464] net/isc-dhcp44-server: error: unknown type name 'dns_clientupdateevent_t' (option LDAP enabled)
Message-ID:  <bug-259464-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D259464

            Bug ID: 259464
           Summary: net/isc-dhcp44-server: error: unknown type name
                    'dns_clientupdateevent_t' (option LDAP enabled)
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: zi@FreeBSD.org
          Reporter: ohartmann@walstatt.org
          Assignee: zi@FreeBSD.org
             Flags: maintainer-feedback?(zi@FreeBSD.org)

When option "LDAP" is enabled (see below), the build on 14-CURRENT (FreeBSD
14.0-CURRENT #70 main-n250238-dfd704b7fb2: Sun Oct 24 08:54:40 CEST 2021 am=
d64)
with port bind916-9.16.21 (dns/bind916) installed, will fail due to this er=
ror:

[...]

cc -DHAVE_CONFIG_H -I. -I../includes  -I.. -DLOCALSTATEDIR=3D'"/var"'
-D_PATH_DHCLIENT_SCRIPT=3D'"/usr/local/sbin/dhclient-script"'
-D_PATH_DHCLIENT_CONF=3D'"/usr/local/etc/dhclient.conf"'
-D_PATH_DHCPD_CONF=3D'"/usr/local/etc/dhcpd.conf"' -I/usr/local/include
-L/usr/local/lib -DLDAP_CONFIGURATION -DLDAP_USE_SSL -O2 -pipe  -fPIC
-fstack-protector-strong -DLDAP_DEPRECATED -fno-strict-aliasing   -I../incl=
udes
-I/usr/ports/net/isc-dhcp44-server/work/dhcp-4.4.2-P1/bind/include -MT dns.o
-MD -MP -MF .deps/dns.Tpo -c -o dns.o dns.c
cc: warning: argument unused during compilation: '-L/usr/local/lib'
[-Wunused-command-line-argument]
dns.c:364:2: error: unknown type name 'dns_clientupdateevent_t'; did you me=
an
'dns_clientupdatetrans_t'?
        dns_clientupdateevent_t *eventp;
        ^~~~~~~~~~~~~~~~~~~~~~~
        dns_clientupdatetrans_t
/usr/local/include/dns/types.h:50:23: note: 'dns_clientupdatetrans_t' decla=
red
here
typedef void                           dns_clientupdatetrans_t;



[...]
/usr/ports/net/isc-dhcp44-server # make showconfig
=3D=3D=3D> The following configuration options are available for
isc-dhcp44-server-4.4.2P1_1:
     BIND_SYMBOLS=3Doff: Enable BIND internal symbol table
     BINLEASES=3Doff: Enable support for binary insertion of leases
     DHCP4O6=3Doff: Enable DHCPv4-over-DHCPv6 (TSV)
     DOCS=3Don: Build and/or install documentation
     IPV6=3Don: IPv6 protocol support
     LDAP=3Don: LDAP protocol support
     LDAP_SSL=3Don: Support LDAP over SSL/TLS
     PARANOIA=3Don: Enable support for chroot
=3D=3D=3D> Use 'make config' to modify these settings

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-259464-7788>