From owner-freebsd-alpha Wed Apr 4 17:27: 7 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from mail.hiwaay.net (fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (Postfix) with ESMTP id 68D9E37B43E for ; Wed, 4 Apr 2001 17:27:05 -0700 (PDT) (envelope-from steve@havk.org) Received: from bsd.havk.org (user-24-214-88-8.knology.net [24.214.88.8]) by mail.hiwaay.net (8.11.3/8.11.3) with ESMTP id f350R3517303 for ; Wed, 4 Apr 2001 19:27:04 -0500 (CDT) Received: by bsd.havk.org (Postfix, from userid 1001) id 07F6D1A7C1; Wed, 4 Apr 2001 19:27:02 -0500 (CDT) Date: Wed, 4 Apr 2001 19:27:01 -0500 From: Steve Price To: alpha@freebsd.org Subject: -stable kernel build failures Message-ID: <20010404192701.A56091@bsd.havk.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i X-Operating-System: FreeBSD 4.2-STABLE i386 Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This from sources CVSup'd about an hour ago. Anyone else seeing this? beta# make cc -c -O0 -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -nostdinc -I- -I. -I../.. -I../../../include -D_KERNEL -include opt_global.h -elf -mno-fp-regs -Wa,-mev56 ../../kern/kern_synch.c cc -c -O0 -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -nostdinc -I- -I. -I../.. -I../../../include -D_KERNEL -include opt_global.h -elf -mno-fp-regs -Wa,-mev56 setdef0.c cc -c -O0 -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -nostdinc -I- -I. -I../.. -I../../../include -D_KERNEL -include opt_global.h -elf -mno-fp-regs -Wa,-mev56 setdef1.c sh ../../conf/newvers.sh BETA cc -c -O0 -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -nostdinc -I- -I. -I../.. -I../../../include -D_KERNEL -include opt_global.h -elf -mno-fp-regs -Wa,-mev56 vers.c linking kernel kern_synch.o: In function `tsleep': kern_synch.c(.text+0xbc0): undefined reference to `__cursig' kern_synch.c(.text+0xbc4): undefined reference to `__cursig' kern_synch.c(.text+0xd9c): undefined reference to `__cursig' kern_synch.c(.text+0xda0): undefined reference to `__cursig' kern_synch.o: In function `await': kern_synch.c(.text+0x10f8): undefined reference to `__cursig' kern_synch.o(.text+0x10fc):kern_synch.c: more undefined references to `__cursig' follow *** Error code 1 Stop in /usr/src/sys/compile/beta. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message