Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Oct 1995 16:48:24 -0700 (PDT)
From:      Frank Mayhar <frank@exit.com>
To:        freebsd-stable@freebsd.org
Subject:   Breakage in -STABLE?
Message-ID:  <199510142348.QAA10145@exit.com>

next in thread | raw e-mail | index | archive | help
Latest sup (as of this afternoon) of 2.1-stable, fails with the following
error when making the kernel:

loading kernel
scsi_base.o: Undefined symbol `_memcmp' referenced from text segment
*** Error code 1

Stop.


Here's the config file:

#
# GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks
#
#	$Id: GENERIC,v 1.46 1995/06/11 19:31:11 rgrimes Exp $
#

machine		"i386"
cpu		"I586_CPU"
ident		TINKER
maxusers	64

options		ALLOW_CONFLICT_IOADDR
#options		MATH_EMULATE		#Support for x87 emulation
options		INET			#InterNETworking
options		FFS			#Berkeley Fast Filesystem
options		NFS			#Network Filesystem
options		MFS			#Memory File System
options		MSDOSFS			#MSDOS Filesystem
#options		"CD9660"		#ISO 9660 Filesystem
options		PROCFS			#Process filesystem
options		"COMPAT_43"		#Compatible with BSD 4.3
options		"SCSI_DELAY=15"		#Be pessimistic about Joe SCSI device
options		UCONSOLE		#Allow users to grab the console
options		"NSWAPDEV=4"
options		COMPAT_LINUX
options		SYSVSHM
options		SYSVSEM
options		SYSVMSG
options		KTRACE			#kernel tracing

#options		DDB			#kernel debugger

config		kernel	root on sd0 

controller	isa0
controller	pci0

controller	fdc0	at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr
disk		fd0	at fdc0 drive 0
disk		fd1	at fdc0 drive 1
#tape		ft0	at fdc0 drive 2

controller	ahc0	at pci? bio irq ? vector ahcintr

controller	scbus0

device		sd0

device		st0

device		cd0	#Only need one of these, the code dynamically grows

# syscons is the default console driver, resembling an SCO console
device		sc0	at isa? port "IO_KBD" tty irq 1 vector scintr
options		XSERVER			# include code for XFree86

device		npx0	at isa? port "IO_NPX" irq 13 vector npxintr

device		sio0	at isa? port "IO_COM1" tty irq 4 vector siointr
device		sio1	at isa? port "IO_COM2" tty irq 3 vector siointr
device		sio2	at isa? port 0x338 tty irq 12 vector siointr

device		lpt0	at isa? port? tty

controller	snd0
device sb0      at isa? port 0x220 irq 7 conflicts drq 1 vector sbintr
device pas0     at isa? port 0x388 irq 5 drq 3 vector pasintr
device opl0     at isa? port 0x388

pseudo-device	loop
pseudo-device	ether
pseudo-device	log
pseudo-device	tun	2
pseudo-device	pty	16
pseudo-device	gzip		# Exec gzipped a.out's
pseudo-device	bpfilter	4	#Berkeley packet filter
pseudo-device	vn		1	#Vnode driver
-- 
Frank Mayhar frank@exit.com



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