From owner-freebsd-stable Thu Jun 20 18:55:24 1996 Return-Path: owner-stable Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA05232 for stable-outgoing; Thu, 20 Jun 1996 18:55:24 -0700 (PDT) Received: from netcomsv.netcom.com (uucp12.netcom.com [163.179.3.12]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id SAA05223 for ; Thu, 20 Jun 1996 18:55:20 -0700 (PDT) Received: from asic11.UUCP by netcomsv.netcom.com with UUCP (8.6.12/SMI-4.1) id SAA20434; Thu, 20 Jun 1996 18:40:19 -0700 Received: from asic12.iecorp.com by asic11.iecorp.com (4.1/SMI-4.1) id AA29414; Thu, 20 Jun 96 18:30:35 PDT Received: by asic12.iecorp.com (4.1/SMI-4.1) id AA05293; Thu, 20 Jun 96 18:29:51 PDT From: bartleym@iecorp.com (Matt Bartley) Message-Id: <9606210129.AA05293@asic12.iecorp.com> Subject: modload: Undefined entry symbol `_xxxinit' To: freebsd-stable@freebsd.org Date: Thu, 20 Jun 1996 18:29:51 -0700 (PDT) X-Mailer: ELM [version 2.4 PL23] Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-stable@freebsd.org X-Loop: FreeBSD.org Precedence: bulk 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