From owner-freebsd-questions@FreeBSD.ORG Sat Jan 19 13:15:54 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A289C16A41A for ; Sat, 19 Jan 2008 13:15:54 +0000 (UTC) (envelope-from colin.brace@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.158]) by mx1.freebsd.org (Postfix) with ESMTP id 09B3413C457 for ; Sat, 19 Jan 2008 13:15:53 +0000 (UTC) (envelope-from colin.brace@gmail.com) Received: by fg-out-1718.google.com with SMTP id 16so1540575fgg.35 for ; Sat, 19 Jan 2008 05:15:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:mime-version:content-type:x-google-sender-auth; bh=rVz26ZH4BqnZ8Cxaj6CiZp6cscT4OSjU5k28nGJcj54=; b=w1V6THlkzG8aR+cIEEN09Ai9+EFlpUFecxABnEW4eyi4LcDP4tttw6fhyOF4bqYYrfeyLB1717+DX+GCXcVcX7H2J24+eHg4l9WIMGCCztUMb2kBTZX15oLfVl0SalikousPWAVegRtWoZspaXiR5XmXxxYzQgIJ3V4K4rusx8o= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:mime-version:content-type:x-google-sender-auth; b=UgaSnHush5Dc5/7/Wjtq0/LxwSzVHgzbbcH3rhqGmEAFyEu/ih51AwSAjjGh5kJzuneP8ryWNxSsti5+D0WjZ7jpg0QkDapNUKowbccwf8INybwMVMqulpSSWHgHmpF8FcDiDwR5fqRqnmb3mLpocn522sMidnhTsmEzTa1zxDY= Received: by 10.82.150.20 with SMTP id x20mr8229150bud.5.1200748551570; Sat, 19 Jan 2008 05:15:51 -0800 (PST) Received: by 10.82.108.2 with HTTP; Sat, 19 Jan 2008 05:15:51 -0800 (PST) Message-ID: Date: Sat, 19 Jan 2008 14:15:51 +0100 From: "Colin Brace" Sender: colin.brace@gmail.com To: freebsd-questions@freebsd.org MIME-Version: 1.0 X-Google-Sender-Auth: b74fcd9219c74185 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: kernel make error: /usr/src/sys/crypto/rijndael/* missing X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Jan 2008 13:15:54 -0000 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