Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Jul 2001 14:27:02 -0500
From:      Ben Kadish <Ben.Kadish@happcontrols.com>
To:        freebsd-questions@FreeBSD.org
Subject:   FreeBSD-STABLE build problems
Message-ID:  <5.1.0.14.0.20010725135643.0255ae98@mail.happcontrols.com>

next in thread | raw e-mail | index | archive | help
Hello,

I'm trying to do a kernel build off of the up-to-the-minute STABLE source 
branch, and I'm getting an error with a kernel build (make buildworld and 
installworld work just fine, and a GENERIC kernel build works as well). The 
error comes during a "make all", and is as follows:

"===> ipfilter
make: don't know how to make 
/usr/src/sys/modules/ipfilter/../../netinet/mlfk_ipl.c.
Stop"

machine i386
#cpu I386_CPU
#cpu I486_CPU
cpu I586_CPU
cpu I686_CPU
ident NSKERNEL
maxusers 64
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 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

device isa

device pci

device fdc0 at isa? port IO_FD1 irq 6 drq 2
device fd0 at fdc0 drive 0
device fd1 at fdc0 drive 1

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
options ATA_STATIC_ID #Static device numbering

device ahb # EISA AHA1742 family
device ahc # AHA2940 and onboard AIC7xxx devices
device aha0 at isa?
device aic0 at isa?

device scbus # SCSI bus (required)
device da # Direct Access (disks)
device sa # Sequential Access (tape etc)
device cd # CD
device pass # Passthrough device (direct SCSI access)

device asr # DPT SmartRAID V, VI and Adaptec SCSI RAID

device aac # Adaptec FSA RAID, Dell PERC2/PERC3
device ida # Compaq Smart RAID

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?

pseudo-device splash
device sc0 at isa? flags 0x100

device npx0 at nexus? port IO_NPX irq 13

device apm0 at nexus? disable flags 0x20 # Advanced Power Management

device sio0 at isa? port IO_COM1 flags 0x10 irq 4
device sio1 at isa? port IO_COM2 irq 3
device sio2 at isa? disable port IO_COM3 irq 5
device sio3 at isa? disable port IO_COM4 irq 9

device ppc0 at isa? irq 7
device ppbus # Parallel port bus (required)
device lpt # Printer
#device ppi # Parallel port interface device

device de # DEC/Intel DC21x4x (``Tulip'')
device vx # 3Com 3c590, 3c595 (``Vortex'')

device miibus # MII bus support
device dc # DEC/Intel 21143 and various workalikes
device fxp # Intel EtherExpress PRO/100B (82557, 82558)
device pcn # AMD Am79C97x PCI 10/100 NICs
device rl # RealTek 8129/8139
device sf # Adaptec AIC-6915 (``Starfire'')
device sis # Silicon Integrated Systems SiS 900/SiS 7016
device ste # Sundance ST201 (D-Link DFE-550TX)
device tl # Texas Instruments ThunderLAN
device tx # SMC EtherPower II (83c170 ``EPIC'')
device vr # VIA Rhine, Rhine II
device wb # Winbond W89C840F
device wx # Intel Gigabit Ethernet Card (``Wiseman'')
device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'')

device ed0 at isa? port 0x280 irq 10 iomem 0xd8000
device ie0 at isa? port 0x300 irq 10 iomem 0xd0000
device lnc0 at isa? port 0x280 irq 10 drq 0
device cs0 at isa? port 0x300
device sn0 at isa? port 0x300 irq 10

pseudo-device loop # Network loopback
pseudo-device ether # Ethernet support
pseudo-device pty # Pseudo-ttys (telnet etc)
pseudo-device md # Memory "disks"
pseudo-device bpf #Berkeley packet filter

I've been staring at this thing for awhile and it looks identical to other 
builds I've done (except that in trying to troubleshoot I've left much more 
in than I have with my builds on the 4.3-RELEASE source tree). Please help.

Thanks,
Ben



Ben Kadish              Ben@happcontrols.com
Network Analyst
Happ Controls, Inc.


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5.1.0.14.0.20010725135643.0255ae98>