From owner-freebsd-ports-bugs@freebsd.org Fri Jul 6 05:34:12 2018 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ED077103E790 for ; Fri, 6 Jul 2018 05:34:11 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 702AE8B902 for ; Fri, 6 Jul 2018 05:34:11 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 2C708103E785; Fri, 6 Jul 2018 05:34:11 +0000 (UTC) Delivered-To: ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DFE76103E782 for ; Fri, 6 Jul 2018 05:34:10 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7350B8B8FE for ; Fri, 6 Jul 2018 05:34:10 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id AEAF7186D6 for ; Fri, 6 Jul 2018 05:34:09 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w665Y9Y5091019 for ; Fri, 6 Jul 2018 05:34:09 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w665Y9xm091018 for ports-bugs@FreeBSD.org; Fri, 6 Jul 2018 05:34:09 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 229560] net/isc-dhcp43-server: connection.c:842:59: error: too few arguments to function call (CURRENT) Date: Fri, 06 Jul 2018 05:34:09 +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 MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Jul 2018 05:34:12 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D229560 Bug ID: 229560 Summary: net/isc-dhcp43-server: connection.c:842:59: error: too few arguments to function call (CURRENT) 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) The compilation of port net/isc-dhcp43-server fails on CURRENT (FreeBSD 12.0-CURRENT #94 r335931: Wed Jul 4 07:40:15 CEST 2018) amd64) with the er= ror shown below. Building the port with poudriere jails pre-r335873 works fine,= so I suspekt this is due to changes via r335873, see below. This PR is technically a duplicate of Bug 229559 since it targets the same issue, but for a different port. [...] cc -DHAVE_CONFIG_H -I. -I../includes=20=20 -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 -O2 -pipe -fPIC -fstack-protector -DLDAP_DEPRECATED -fno-strict-aliasing -I../includes -I../bind/include -MT connection.o -MD = -MP -MF .deps/connection.Tpo -c -o connection.o connection.c cc: warning: argument unused during compilation: '-L/usr/local/lib' [-Wunused-command-line-argument] connection.c:353:2: warning: implicit declaration of function 'POST' is inv= alid in C99 [-Wimplicit-function-declaration] POST(s); ^ connection.c:842:59: error: too few arguments to function call, expected 6, have 3 status =3D dst_context_create(key, dhcp_gbl_ctx.mctx, dctx); ~~~~~~~~~~~~~~~~~~ ^ /usr/local/include/dst/dst.h:174:1: note: 'dst_context_create' declared here isc_result_t ^ 1 warning and 1 error generated. gmake[3]: *** [Makefile:443: connection.o] Error 1 gmake[3]: Leaving directory '/usr/ports/net/isc-dhcp43-server/work/dhcp-4.3.6-P1/omapip' gmake[2]: *** [Makefile:437: all-recursive] Error 1 gmake[2]: Leaving directory '/usr/ports/net/isc-dhcp43-server/work/dhcp-4.3.6-P1' *** Error code 1 Stop. make[1]: stopped in /usr/ports/net/isc-dhcp43-server *** Error code 1 Stop. make: stopped in /usr/ports/net/isc-dhcp43-server =3D=3D=3D>>> make build failed for net/isc-dhcp43-server =3D=3D=3D>>> Aborting update --=20 You are receiving this mail because: You are the assignee for the bug.=