From owner-freebsd-bugs Thu Mar 2 17:03:25 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id RAA19898 for bugs-outgoing; Thu, 2 Mar 1995 17:03:25 -0800 Received: from herman.tiac.net (herman.tiac.net [199.3.131.153]) by freefall.cdrom.com (8.6.9/8.6.6) with ESMTP id RAA19883 for ; Thu, 2 Mar 1995 17:03:17 -0800 Received: (from emb@localhost) by herman.tiac.net (8.6.10/8.6.9) id KAA10731; Thu, 2 Mar 1995 10:39:45 GMT Date: Thu, 2 Mar 1995 10:39:44 +0000 () From: "Eric M. Busalacchi" To: bugs@FreeBSD.org Subject: A recent sup problem? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: bugs-owner@FreeBSD.org Precedence: bulk I did a sup 24 yesterday, and the proceeded to do a 'make world'. I did a sup again this morning at 9:00am Eastern Standard Time and when I went to compile my kernel I got two errors, the first had to do with sound: cc -c -O -W -Wreturn-type -Wcomment -Wredundant-decls -nostdinc -I. -I../.. -I../../sys -I../../../include -DHERMAN -DI586_CPU -DUSER_LDT -DPROBE_VERBOSE -DGATEWAY -DAUTO_EOI_1 -DALLOW_CONFLICT_IRQ -DBOUNCE_BUFFERS -DNCONS=8 -DSCSI_DELAY=15 -DFAT_CURSOR -DUCONSOLE -DXSERVER -DCOMPAT_43 -DCD9660 -DPROCFS -DMSDOSFS -DFFS -DINET -DKERNEL -Di386 -DLOAD_ADDRESS=0xF0100000 ../../i386/isa/sound/adlib_card.c In file included from ../../i386/isa/sound/os.h:51, from ../../i386/isa/sound/sound_config.h:276, from ../../i386/isa/sound/adlib_card.c:31: ../../sys/proc.h:275: warning: type mismatch with previous external decl ../../vm/vm_object.h:155: warning: previous external decl of `wakeup' ../../sys/proc.h:275: warning: type mismatch with previous implicit declaration ../../vm/vm_object.h:155: warning: previous implicit declaration of `wakeup' ../../sys/proc.h:275: warning: `wakeup' was previously implicitly declared to return `int' -> (Please note, it does this for just about every /sound/*.c) the second error was at the end of the compile and was: loading kernel userconfig.o: Undefined symbol `_scsi_cinit' referenced from text segment userconfig.o: Undefined symbol `_scsi_cinit' referenced from text segment userconfig.o: Undefined symbol `_scsi_cinit' referenced from text segment userconfig.o: Undefined symbol `_scsi_dinit' referenced from text segment userconfig.o: Undefined symbol `_scsi_dinit' referenced from text segment userconfig.o: Undefined symbol `_scsi_dinit' referenced from text segment userconfig.o: Undefined symbol `_scsi_dinit' referenced from text segment userconfig.o: Undefined symbol `_scsi_dinit' referenced from text segment *** Error code 1 Stop. root@herman: Hope this will help if it is a bug, if it is me, then I am sorry to bother you! -- Eric M. Busalacchi emb@herman.tiac.net