From owner-freebsd-stable Wed Dec 4 15: 0:43 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B98B637B401 for ; Wed, 4 Dec 2002 15:00:39 -0800 (PST) Received: from illusion.demihost.com (SP1-24.207.215.234.charter-stl.com [24.207.215.234]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4241D43EC2 for ; Wed, 4 Dec 2002 14:59:39 -0800 (PST) (envelope-from nemesis@crypto.tk) Received: from HYRULE ([192.168.0.3]) by illusion.demihost.com (8.11.4/8.11.4) with SMTP id gB4G0st00251 for ; Wed, 4 Dec 2002 10:00:54 -0600 Message-ID: <013001c29bae$536f19c0$0300a8c0@HYRULE> From: "Scott Anderson" To: Subject: Problems with make buildkernel Date: Wed, 4 Dec 2002 10:00:54 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I have just installed a fresh copy of FreeBSD 4.7-RELEASE and immediately cvsup'ed the entire RELENG_4 (4.0 -stable) branch to /usr/src. The only packages I excluded were the games. I was able to get the make buildworld to work successfully. When I go to do a make buildkernel KERNCONF=gravity it starts to compile and then I get the following error: ===> coda @ -> /usr/src/sys machine -> /usr/src/sys/i386/include perl @/kern/vnode_if.pl -h @/kern/vnode_if.src echo "#define NVCODA 4" > vcoda.h rm -f .depend mkdep -f .depend -a -nostdinc -D_KERNEL -DKLD_MODULE -I- -I. -I@ -I@/../include -I/ usr/obj/usr/src/i386/usr/include /usr/src/sys/modules/coda/../../coda/coda_fbsd.c /usr/src/sys/modules/coda/../../coda/coda_namecache.c /usr/src/sys/modules/coda/../../coda/coda_psdev.c /usr/src/sys/modules/coda/../../coda/coda_subr.c /usr/src/sys/modules/coda/../../coda/coda_venus.c /usr/src/sys/modules/coda/../../coda/coda_vfsops.c /usr/src/sys/modules/coda/../../coda/coda_vnops.c ===> crypto @ -> /usr/src/sys machine -> /usr/src/sys/i386/include make: don't know how to make bf_enc.c. Stop *** Error code 2 Stop in /usr/src/sys/modules. *** Error code 1 Stop in /usr/obj/usr/src/sys/gravity. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. For reference, here is my kernel config (/usr/src/sys/i386/conf/gravity): machine i386 cpu I386_CPU cpu I486_CPU cpu I586_CPU cpu I686_CPU ident gravity maxusers 0 options USER_LDT options MATH_EMULATE #Support for x87 emulation options INET #InterNETworking options INET6 #IPv6 communications protocols options FFS #Berkeley Fast Filesystem options FFS_ROOT #FFS usable as root device [keep this!] options SOFTUPDATES #Enable FFS soft updates support options MFS #Memory Filesystem options MD_ROOT #MD is a potential root device options NFS #Network Filesystem options NFS_ROOT #NFS usable as root device, NFS required options MSDOSFS #MSDOS Filesystem options CD9660 #ISO 9660 Filesystem options CD9660_ROOT #CD-ROM usable as root, CD9660 required options PROCFS #Process filesystem options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!] options SCSI_DELAY=15000 #Delay (in ms) before probing SCSI options UCONSOLE #Allow users to grab the console options USERCONFIG #boot -c editor options VISUAL_USERCONFIG #visual boot -c editor options KTRACE #ktrace(1) support options SYSVSHM #SYSV-style shared memory options SYSVMSG #SYSV-style message queues options SYSVSEM #SYSV-style semaphores options P1003_1B #Posix P1003_1B real-time extensions options _KPOSIX_PRIORITY_SCHEDULING options ICMP_BANDLIM #Rate limit bad replies options KBD_INSTALL_CDEV # install a CDEV entry in /dev options IPFIREWALL options IPDIVERT options ATA_STATIC_ID options QUOTA device isa device eisa device pci device fdc0 at isa? port IO_FD1 irq 6 drq 2 device fd0 at fdc0 drive 0 device ata0 at isa? port IO_WD1 irq 14 device ata1 at isa? port IO_WD2 irq 15 device ata device atadisk # ATA disk drives device atapicd # ATAPI CDROM drives device atapifd # ATAPI floppy drives device atapist # ATAPI tape drives device atkbdc0 at isa? port IO_KBD device atkbd0 at atkbdc? irq 1 flags 0x1 device psm0 at atkbdc? irq 12 device vga0 at isa? device sc0 at isa? flags 0x100 device npx0 at nexus? port IO_NPX irq 13 device miibus # MII bus support device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'') pseudo-device loop # Network loopback pseudo-device ether # Ethernet support pseudo-device pty # Pseudo-ttys (telnet etc) pseudo-device gif 1 # IPv6 and IPv4 tunneling pseudo-device bpf #Berkeley packet filter pseudo-device splash Anyone that can help me out would be GREATLY appreciated. Thanks! Scott To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message