Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Dec 2002 21:34:31 -0600
From:      "Scott Anderson" <nemesis@crypto.tk>
To:        <freebsd-stable@FreeBSD.Org>
Subject:   Problems with make buildkernel
Message-ID:  <004001c29b46$123f27a0$0300a8c0@HYRULE>

next in thread | raw e-mail | index | archive | help
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:

<begin make snip>
===> 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.
<end make snip>

For reference, here is my kernel config (/usr/src/sys/i386/conf/gravity):

<begin kernel config>
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
<end kernel config>

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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?004001c29b46$123f27a0$0300a8c0>