From owner-freebsd-stable Sat Oct 14 16:50:58 1995 Return-Path: owner-stable Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id QAA23029 for stable-outgoing; Sat, 14 Oct 1995 16:50:58 -0700 Received: from kaiwan.kaiwan.com (4@kaiwan.kaiwan.com [198.178.203.2]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id QAA23024 for ; Sat, 14 Oct 1995 16:50:56 -0700 Received: from exit.com (uucp@localhost) by kaiwan.kaiwan.com (8.6.12/8.6.12) with UUCP id QAA12544 for freebsd-stable@freebsd.org; Sat, 14 Oct 1995 16:50:50 -0700 *** KAIWAN Internet Access *** Received: (from frank@localhost) by exit.com (8.6.12/8.6.12) id QAA10145 for freebsd-stable@freebsd.org; Sat, 14 Oct 1995 16:48:24 -0700 From: Frank Mayhar Message-Id: <199510142348.QAA10145@exit.com> Subject: Breakage in -STABLE? To: freebsd-stable@freebsd.org Date: Sat, 14 Oct 1995 16:48:24 -0700 (PDT) X-Mailer: ELM [version 2.4 PL24 ME5a] Content-Type: text Content-Length: 2347 Sender: owner-stable@freebsd.org Precedence: bulk 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