Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Jul 2001 19:49:00 -0700
From:      Dave Tweten <tweten@nas.nasa.gov>
To:        stable@FreeBSD.ORG
Subject:   STABLE Kernel Won't Build as of 7/28
Message-ID:  <200108010249.f712n5772348@gilmore.nas.nasa.gov>

next in thread | raw e-mail | index | archive | help
This is a multipart MIME message.

--==_Exmh_-19650788480
Content-Type: text/plain; charset=us-ascii

Since last Saturday, my attempts to "make kernel" have produced the following 
tail of woe:

cc -c -O -pipe -m486 -Wall -Wredundant-decls -Wnested-externs 
-Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual 
 -fformat-extensions -ansi -g -nostdinc -I- -I. -I/usr/src/sys 
-I/usr/src/sys/../include -I/usr/src/sys/contrib/ipfilter  -D_KERNEL -include 
opt_global.h -elf  -mpreferred-stack-boundary=2  vers.c
linking kernel.debug
if_ed.o: In function `ed_tick':
/usr/src/sys/dev/ed/if_ed.c(.text+0x26dd): undefined reference to `mii_tick'
if_ed.o: In function `ed_init':
/usr/src/sys/dev/ed/if_ed.c(.text+0x2ace): undefined reference to 
`mii_mediachg'
if_ed.o: In function `ed_ifmedia_upd':
/usr/src/sys/dev/ed/if_ed.c(.text+0x4c19): undefined reference to 
`mii_mediachg'
if_ed.o: In function `ed_ifmedia_sts':
/usr/src/sys/dev/ed/if_ed.c(.text+0x4c4e): undefined reference to 
`mii_pollstat'
*** Error code 1

Stop in /usr/obj/usr/src/sys/GILMORE.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.

Anybody have any ideas?  My /etc/make.conf and kernel config files are 
attached.

--==_Exmh_-19650788480
Content-Type: text/plain ; name="make.conf"; charset=us-ascii
Content-Description: make.conf

COMPAT22=yes
CPUTYPE=i486
DOC_LANG=en_US.ISO8859-1
HAVE_MOTIF=yes
JADETEX=yes
KERNCONF=GILMORE
MAKE_RSAINTL=yes
PORTSSUPFILE=/root/cvs-ports
PRINTERDEVICE=ps
SENDMAIL_MC=/etc/mail/gilmore.mc
SUP_UPDATE=yes
SUPFILE=/root/cvs-core
SUPFLAGS=-g
SUPHOST=cvsup10.FreeBSD.org
TOP_TABLE_SIZE=41
USA_RESIDENT=YES
WITH_DES=yes
WITH_ISPELL=yes
WITH_X11=yes

--==_Exmh_-19650788480
Content-Type: text/plain ; name="GILMORE"; charset=us-ascii
Content-Description: GILMORE

#
# GILMORE -- Gilmore.nas.nasa.gov configuration
#

machine		i386
cpu		I486_CPU
ident		GILMORE
maxusers	64

makeoptions	DEBUG=-g		#Build kernel with gdb(1) debug symbols

options 	CD9660			#ISO 9660 filesystem
options 	COMPAT_43		#Compatible with BSD 4.3 [KEEP THIS!]
options 	CPU_SUSP_HLT		#Enables suspend on HALT
options 	FFS			#Berkeley Fast Filesystem
options 	FFS_ROOT		#FFS usable as root device [keep this!]
options		ICMP_BANDLIM		#Rate limit bad replies
options 	INCLUDE_CONFIG_FILE     #Include this file in kernel
options 	INET			#InterNETworking
options 	IPSEC			#IP security
options 	IPSEC_ESP		#IP security (crypto; define w/ IPSEC)
options 	KTRACE			#ktrace(1) support
options 	MFS			#Memory Filesystem
options 	MSDOSFS			#MSDOS Filesystem
options 	NFS			#Network Filesystem
options 	NFS_NOSERVER		#Disable the NFS-server code.
options 	NSWAPDEV=2		#Number of swap devices
options 	PROCFS			#Process filesystem
options 	SCSI_DELAY=5000		#Delay (in ms) before probing SCSI
options		SHMMAXPGS=4096		#16 meg reputed to be required by Gimp
options 	SOFTUPDATES		#Improves disk speed, reduces risk
options 	SYSVMSG			#SYSV-style message queues
options 	SYSVSEM			#SYSV-style semaphores
options 	SYSVSHM			#SYSV-style shared memory
options 	UCONSOLE		#Allow users to grab the console
options 	USERCONFIG		#boot -c editor
options 	VISUAL_USERCONFIG	#visual boot -c editor

device		isa
device		eisa

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

# SCSI Controllers
device		ahb0
device		ahb1
device		ahc0

# SCSI peripherals
device		scbus0		at ahb0
device		scbus1		at ahb1
device		scbus2		at ahc0
device		da0		at scbus0 target 0
device		da1		at scbus0 target 1
device		da2		at scbus2 target 0
device		da3		at scbus1 target 1
device		sa		# Sequential Access (tape etc)
device		cd		# CD

# atkbdc0 controls both the keyboard and the PS/2 mouse
device		atkbdc0		at isa? port IO_KBD
device		atkbd0		at atkbdc? irq 1

device		vga0		at isa?

# splash screen/screen saver
pseudo-device	splash

# syscons is the default console driver, resembling an SCO console
device		sc0		at isa?

# Floating point support - do not disable.
device		npx0		at nexus? port IO_NPX irq 13

# Serial (COM) ports
device		sio0		at isa? port IO_COM1 flags 0x10 irq 4
device		sio1		at isa? port IO_COM2 irq 3

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

# ISA Ethernet NICs.
device		ed0		at isa? port 0x280 irq 9 iomem 0xd0000

# Pseudo devices - the number indicates how many units to allocated.
pseudo-device	loop		# Network loopback
pseudo-device	ether		# Ethernet support
pseudo-device	pty	64	# Pseudo-ttys (telnet etc)

--==_Exmh_-19650788480
Content-Type: text/plain; charset=us-ascii

M/S 258-5                     | 1024-bit PGP fingerprint: | tweten@nas.nasa.gov
NASA Ames Research Center     |  41 B0 89 0A  8F 94 6C 59 |      (650) 604-4416
Moffett Field, CA  94035-1000 |  7C 80 10 20  25 C7 2F E6 | FAX: (650) 604-4377
We each earn what freedom of speech we defend for those who most offend us.

--==_Exmh_-19650788480--



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?200108010249.f712n5772348>