Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Jun 1996 18:29:51 -0700 (PDT)
From:      bartleym@iecorp.com (Matt Bartley)
To:        freebsd-stable@freebsd.org
Subject:   modload: Undefined entry symbol `_xxxinit'
Message-ID:  <9606210129.AA05293@asic12.iecorp.com>

next in thread | raw e-mail | index | archive | help
As of today, my -stable box has been complaining during bootup when it
tries to load the syscons screensaver module lkm.

I can reproduce the error as follows:

# modload -u -o /tmp/saver_mod -q /lkm/snake_saver_mod.o
Undefined entry symbol `_xxxinit'
ld: Spurious undefined symbols: # undefined symbols 1, reported 0
modload: /usr/bin/ld: return code 1
#

The machine is at CTM level src-2.1 0124.  The most recent make world
was just completed, June 18 01:20 UTC.  The snake screensaver is not
the only one that fails to load - all the syscons screensavers do
that.

machine		"i386"
cpu		"I486_CPU"
ident		MYKERNEL
maxusers	10

options		INET			#InterNETworking
options		FFS			#Berkeley Fast Filesystem
options		NFS			#Network Filesystem
options		MSDOSFS			#MSDOS Filesystem
options		PROCFS			#Process filesystem
options		"COMPAT_43"		#Compatible with BSD 4.3
options		"SCSI_DELAY=15"		#Be pessimistic about Joe SCSI device
options		BOUNCE_BUFFERS		#include support for DMA bounce buffers
options		UCONSOLE		#Allow users to grab the console

options		SYSVSHM
options		SYSVSEM
options		SYSVMSG

config		kernel	root on wd0 

controller	isa0

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

controller	wdc0	at isa? port "IO_WD1" bio irq 14 vector wdintr
disk		wd0	at wdc0 drive 0

# syscons is the default console driver, resembling an SCO console
device		sc0	at isa? port "IO_KBD" tty irq 1 vector scintr
# Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver
#device		vt0	at isa? port "IO_KBD" tty irq 1 vector pcrint
#options		"PCVT_FREEBSD=210"	# pcvt running on FreeBSD 2.1
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		lpt0	at isa? port? tty irq 7 vector lptintr

# Order is important here due to intrusive probes, do *not* alphabetize
# this list of network interfaces until the probes have been fixed.
# Right now it appears that the ie0 must be probed before ep0. See
# revision 1.20 of this file.

device ed0 at isa? port 0x280 net irq  11 iomem 0xd0000 vector edintr

pseudo-device	loop
pseudo-device	ether
pseudo-device	log
pseudo-device	sl	1
# ijppp uses tun instead of ppp device
#pseudo-device	ppp	1
pseudo-device	tun	1
pseudo-device	pty	16
pseudo-device	gzip		# Exec gzipped a.out's



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