From owner-freebsd-stable@freebsd.org Sun May 24 12:39:12 2020 Return-Path: Delivered-To: freebsd-stable@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 848FD32CEC7 for ; Sun, 24 May 2020 12:39:12 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (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 "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49VKXw2zJbz3gY7; Sun, 24 May 2020 12:39:12 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from tensor.andric.com (tensor.andric.com [87.251.56.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "tensor.andric.com", Issuer "Let's Encrypt Authority X3" (verified OK)) (Authenticated sender: dim) by smtp.freebsd.org (Postfix) with ESMTPSA id 47F6518DBC; Sun, 24 May 2020 12:39:12 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from [IPv6:2001:470:7a58::5878:5508:fb13:56a0] (unknown [IPv6:2001:470:7a58:0:5878:5508:fb13:56a0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 95B6358249; Sun, 24 May 2020 14:39:10 +0200 (CEST) From: Dimitry Andric Message-Id: Content-Type: multipart/signed; boundary="Apple-Mail=_35848A70-2E5B-493D-B838-A217A0DF5D96"; protocol="application/pgp-signature"; micalg=pgp-sha1 Mime-Version: 1.0 (Mac OS X Mail 12.4 \(3445.104.14\)) Subject: Re: crash while building libunbound.so on 12-STABLE Date: Sun, 24 May 2020 14:39:04 +0200 In-Reply-To: Cc: freebsd-stable , jaap@nlnetlabs.nl To: dwilde1@gmail.com References: X-Mailer: Apple Mail (2.3445.104.14) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 May 2020 12:39:12 -0000 --Apple-Mail=_35848A70-2E5B-493D-B838-A217A0DF5D96 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii On 24 May 2020, at 12:17, Donald Wilde wrote: >=20 > Let's see if I can report this adequately enough. The macro-task I am > attempting to accomplish is to update my (English) FreeBSD Handbook to > 12-STABLE from the ports collection asextracted 2020-05-23. >=20 > The actual failure in creating libunbound.so is that the command to > compile iterator.c is short one argument. This occurs while trying to > compile ghostscript9. >=20 > MAKE_JOBS_UNSAFE=3Dyes ... > ./iterator/iterator.c:2159:47: error: too few arguments to function = call, expected 12, have 11 > INIT_REQUEST_STATE, FINISHED_STATE, &subq, 1)) { > ^ > ./iterator/iterator.c:679:1: note: 'generate_sub_request' declared = here > static int > ^ > 1 error generated. It looks like this error has already been reported here: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D246648 and here: https://github.com/NLnetLabs/unbound/issues/239 There is a patch in the upstream ticket, maybe you can try that. -Dimitry --Apple-Mail=_35848A70-2E5B-493D-B838-A217A0DF5D96 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.2 iF0EARECAB0WIQR6tGLSzjX8bUI5T82wXqMKLiCWowUCXspq6AAKCRCwXqMKLiCW ox8gAKDv/ItPoKW+7kdGfDmTog+Ck9WlZQCgsdQuEqfnh3l5TgF3BmjtlS4h4yI= =oiq1 -----END PGP SIGNATURE----- --Apple-Mail=_35848A70-2E5B-493D-B838-A217A0DF5D96--