Skip site navigation (1)Skip section navigation (2)
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/>

index | next in thread | previous in thread | raw e-mail

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=248010

--- 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
===> 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/libpthread.a
>> .depend
clang  -O2 -pipe -I/usr/src/contrib/unbound -I/usr/src/contrib/ldns   -g -MD 
-MF.depend.acl_list.o -MTacl_list.o -std=gnu99 -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-align
-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 
-Qunused-arguments  -c /usr/src/contrib/unbound/daemon/acl_list.c -o acl_list.o
/usr/src/contrib/unbound/daemon/acl_list.c:42:10: fatal error: 'config.h' file
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

-- 
You are receiving this mail because:
You are the assignee for the bug.

help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-248010-227-tth8YgZhnj>