Date: Mon, 07 Sep 2020 23:33:02 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 248010] 'make buildworld': unbound build failure on 12.1-RELEASE-p7 Message-ID: <bug-248010-227-tth8YgZhnj@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-248010-227@https.bugs.freebsd.org/bugzilla/> References: <bug-248010-227@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D248010 --- Comment #6 from igor.polovykh@gmail.com --- (In reply to Teran McKinney from comment #3) trying to apply this (https://www.freebsd.org/security/advisories/FreeBSD-SA-20:19.unbound.asc) patch: Unable to find file config.orig ............... Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |--- contrib/unbound/config.h.orig |+++ contrib/unbound/config.h -------------------------- ............... if I skip it I get error while compilation: /usr/src/usr.sbin/unbound ] # make =3D=3D=3D> daemon (all) rm -f .depend echo local-unbound.full: /usr/lib/libc.a /usr/lib/libprivateunbound.a /usr/lib/libutil.a /usr/lib/libssl.a /usr/lib/libcrypto.a /usr/lib/libpthre= ad.a >> .depend clang -O2 -pipe -I/usr/src/contrib/unbound -I/usr/src/contrib/ldns -g -M= D=20 -MF.depend.acl_list.o -MTacl_list.o -std=3Dgnu99 -fstack-protector-strong -Wsystem-headers -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-ali= gn -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -Wmissing-variable-declarations -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable=20 -Qunused-arguments -c /usr/src/contrib/unbound/daemon/acl_list.c -o acl_li= st.o /usr/src/contrib/unbound/daemon/acl_list.c:42:10: fatal error: 'config.h' f= ile not found #include "config.h" ^~~~~~~~~~ 1 error generated. *** Error code 1 Stop. make[1]: stopped in /usr/src/usr.sbin/unbound/daemon *** Error code 1 Stop. make: stopped in /usr/src/usr.sbin/unbound --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-248010-227-tth8YgZhnj>