Date: Sat, 19 Jan 2008 14:15:51 +0100 From: "Colin Brace" <cb@lim.nl> To: freebsd-questions@freebsd.org Subject: kernel make error: /usr/src/sys/crypto/rijndael/* missing Message-ID: <aec9371b0801190515q457c68f7sabee8b994f370a73@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
Hi all, I am trying to compile the kernel for the first time, and I got an error message: make -V CFILES -V SYSTEM_CFILES -V GEN_CFILES | MKDEP_CPP="cc -E" CC="cc" xargs mkdep -a -f .newdep -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/altq -I/usr/src/sys/contrib/ipfilter -I/usr/src/sys/contrib/pf -I/usr/src/sys/dev/ath -I/usr/src/sys/contrib/ngatm -I/usr/src/sys/dev/twa -I/usr/src/sys/gnu/fs/xfs/FreeBSD -I/usr/src/sys/gnu/fs/xfs/FreeBSD/support -I/usr/src/sys/gnu/fs/xfs -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -ffreestanding cc: /usr/src/sys/crypto/rijndael/rijndael-alg-fst.c: No such file or directory cc: /usr/src/sys/crypto/rijndael/rijndael-api-fst.c: No such file or directory cc: /usr/src/sys/crypto/rijndael/rijndael-api.c: No such file or directory cc: /usr/src/sys/crypto/sha1.c: No such file or directory cc: /usr/src/sys/crypto/sha2/sha2.c: No such file or directory /usr/src/sys/dev/random/hash.c:34:46: error: crypto/rijndael/rijndael- api-fst.h: No such file or directory /usr/src/sys/dev/random/hash.c:35:30: error: crypto/sha2/sha2.h: No such file or directory /usr/src/sys/dev/random/yarrow.c:40:46: error: crypto/rijndael/rijndael- api-fst.h: No such file or directory /usr/src/sys/dev/random/yarrow.c:41:30: error: crypto/sha2/sha2.h: No such file or directory /usr/src/sys/net80211/ieee80211_crypto_ccmp.c:51:38: error: crypto/rijndael/rijndael.h: No such file or directory In file included from /usr/src/sys/netinet/sctp_os.h:59, from /usr/src/sys/netinet/sctp_pcb.h:39, from /usr/src/sys/netinet/in_proto.c:80: /usr/src/sys/netinet/sctp_os_bsd.h:448:25: error: crypto/sha1.h: No such file or directory [...] mkdep: compile failed *** Error code 1 Stop in /usr/obj/usr/src/sys/VENUS. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. I installed the base and kernel source (CURRENT) with cvsup last night. Any idea what files I am still missing? Thanks -- Colin Brace Amsterdam http://lim.nl
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?aec9371b0801190515q457c68f7sabee8b994f370a73>