CURRENT failing at contrib/unbound/util/config_file.c:122:20

Pete Wright pete at nomadlogic.org
Sat Nov 7 21:48:45 UTC 2020


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 <tuexen at FreeBSD.org>
Date:   Sat Nov 7 21:17:49 2020 +0000

     The ioctl() calls using FIONREAD, FIONWRITE, FIONSPACE, and SIOCATMARK
     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.

thx!
-p

-- 
Pete Wright
pete at nomadlogic.org
@nomadlogicLA



More information about the freebsd-current mailing list