From nobody Tue Oct 26 19:05:41 2021 X-Original-To: ports-bugs@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 72851181E9D6 for ; Tue, 26 Oct 2021 19:05:41 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Hf1Vs2k4mz4fSM for ; Tue, 26 Oct 2021 19:05:41 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 39C9D220BB for ; Tue, 26 Oct 2021 19:05:41 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 19QJ5ffJ036271 for ; Tue, 26 Oct 2021 19:05:41 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 19QJ5fht036270 for ports-bugs@FreeBSD.org; Tue, 26 Oct 2021 19:05:41 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f 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) Date: Tue, 26 Oct 2021 19:05:41 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: ohartmann@walstatt.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: zi@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Ports bug reports List-Archive: https://lists.freebsd.org/archives/freebsd-ports-bugs List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports-bugs@freebsd.org X-BeenThere: freebsd-ports-bugs@freebsd.org MIME-Version: 1.0 X-ThisMailContainsUnwantedMimeParts: N 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.=