Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 08 Sep 2020 00:43:57 +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-tfCMIfSuEU@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/>

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

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

--- Comment #9 from igor.polovykh@gmail.com ---
(In reply to Gordon Tetlow from comment #7)

/usr/src ] # usr.sbin/unbound/
[ /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-tfCMIfSuEU>