From owner-freebsd-current@freebsd.org Sun Nov 8 05:42:29 2020 Return-Path: Delivered-To: freebsd-current@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 0649B2E6C27 for ; Sun, 8 Nov 2020 05:42:29 +0000 (UTC) (envelope-from pete@nomadlogic.org) Received: from mail.nomadlogic.org (mail.nomadlogic.org [174.136.98.114]) (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 (2048 bits) client-digest SHA256) (Client CN "mail.nomadlogic.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CTNLW6Fryz4mSZ for ; Sun, 8 Nov 2020 05:42:27 +0000 (UTC) (envelope-from pete@nomadlogic.org) Received: from [192.168.1.160] (cpe-24-24-163-126.socal.res.rr.com [24.24.163.126]) by mail.nomadlogic.org (OpenSMTPD) with ESMTPSA id e3be0216 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Sun, 8 Nov 2020 05:42:26 +0000 (UTC) Subject: Re: CURRENT failing at contrib/unbound/util/config_file.c:122:20 To: Cy Schubert Cc: FreeBSD Current References: <202011072356.0A7NuY0R043044@slippy.cwsent.com> From: Pete Wright Message-ID: Date: Sat, 7 Nov 2020 21:42:25 -0800 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:78.0) Gecko/20100101 Thunderbird/78.4.0 MIME-Version: 1.0 In-Reply-To: <202011072356.0A7NuY0R043044@slippy.cwsent.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US X-Rspamd-Queue-Id: 4CTNLW6Fryz4mSZ X-Spamd-Bar: - X-Spamd-Result: default: False [-1.75 / 15.00]; RCVD_TLS_ALL(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; FROM_HAS_DN(0.00)[]; RBL_DBL_DONT_QUERY_IPS(0.00)[174.136.98.114:from]; R_SPF_ALLOW(-0.20)[+mx]; NEURAL_HAM_LONG(-1.00)[-1.000]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[nomadlogic.org]; ARC_NA(0.00)[]; SPAMHAUS_ZRD(0.00)[174.136.98.114:from:127.0.2.255]; TO_MATCH_ENVRCPT_SOME(0.00)[]; TO_DN_ALL(0.00)[]; NEURAL_HAM_SHORT(-0.25)[-0.253]; RCPT_COUNT_TWO(0.00)[2]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; R_MIXED_CHARSET(0.81)[]; ASN(0.00)[asn:25795, ipnet:174.136.96.0/20, country:US]; MIME_TRACE(0.00)[0:+]; MAILMAN_DEST(0.00)[freebsd-current]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Nov 2020 05:42:29 -0000 On 11/7/20 3:56 PM, Cy Schubert wrote: > In message , Pete > Wright w > rites: >> wondering if anyone else is having this error building CURRENT today: >> >> >> --- config_file.o --- >> /usr/home/pete/git/freebsd/contrib/unbound/util/config_file.c:122:20: >> error: use of undeclared identifier 'UNBOUND_DNS_OVER_HTTPS_PORT' >>         cfg->https_port = UNBOUND_DNS_OVER_HTTPS_PORT; >>                           ^ >> 1 error generated. >> --- all_subdir_lib/ncurses --- >> >> >> my last commit from the github mirror is: >> >> commit efb48d58bee75fdb221adece8ef5a13cede99e8c (HEAD -> master, >> origin/master, origin/HEAD) >> Author: tuexen >> Date:   Sat Nov 7 21:17:49 2020 +0000 >> >>     The ioctl() calls using FIONREAD, FIONWRITE, FIONSPACE, and SIOCATMAR >> K >>     access the socket send or receive buffer. This is not possible for >>     listening sockets since r319722. >>     Because send()/recv() calls fail on listening sockets, fail also >> ioctl() >>     indicating EINVAL. >> >> so not sure if it's been found or if this is a real issue. > No such problem here. > > What do you see on line 1397 of /usr/src/usr.sbin/unbound/config.h? > > Also, uname -a, please. > > And, git status usr.sbin/unbound, looking for local mods. Your cwd will > need to be the root of your git tree. > > Thanks Cy for the confirmation that it is working on your end. I think my git checkout must be in a bad state locally.  Even after a make clean and purge of my obj directory it was still failing.  I then did a fresh checkout using the cgit-beta server and it is building fine now by the looks of it. I should have done that before spam'ing the list - d'oh. -pete -- Pete Wright pete@nomadlogic.org @nomadlogicLA