In message <d404a51b-5459-e31d-a1df-6e5d986e2...@nomadlogic.org>, 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 <tue...@freebsd.org> > 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. -- Cheers, Cy Schubert <cy.schub...@cschubert.com> FreeBSD UNIX: <c...@freebsd.org> Web: https://FreeBSD.org NTP: <c...@nwtime.org> Web: https://nwtime.org The need of the many outweighs the greed of the few. _______________________________________________ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"