From owner-freebsd-current Tue Jan 28 15:49:32 2003 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF49437B405 for ; Tue, 28 Jan 2003 15:49:30 -0800 (PST) Received: from mail.speakeasy.net (mail13.speakeasy.net [216.254.0.213]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B9A643F85 for ; Tue, 28 Jan 2003 15:49:30 -0800 (PST) (envelope-from pmes@speakeasy.net) Received: (qmail 12997 invoked from network); 28 Jan 2003 23:49:39 -0000 Received: from unknown (HELO speakeasy.net) (pmes@[66.93.19.250]) (envelope-sender ) by mail13.speakeasy.net (qmail-ldap-1.03) with RC4-MD5 encrypted SMTP for ; 28 Jan 2003 23:49:39 -0000 Message-ID: <3E371778.3030803@speakeasy.net> Date: Tue, 28 Jan 2003 17:51:20 -0600 From: Peter Schultz User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3a) Gecko/20030128 X-Accept-Language: en-us, en MIME-Version: 1.0 To: current@freebsd.org Subject: i386 SCHED_ULE buildkernel error Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG cc -c -O -pipe -mcpu=pentiumpro -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -nostdinc -I- -I. -I/usr/src/sys -I/usr/src/sys/dev -I/usr/src/sys/contrib/dev/acpica -I/usr/src/sys/contrib/ipfilter -D_KERNEL -include opt_global.h -fno-common -mno-align-long-strings -mpreferred-stack-boundary=2 -ffreestanding -Werror /usr/src/sys/kern/sched_ule.c cc1: warnings being treated as errors /usr/src/sys/kern/sched_ule.c: In function `sched_check_runqs': /usr/src/sys/kern/sched_ule.c:624: warning: implicit declaration of function `runq_depth' *** Error code 1 Stop in /usr/obj/usr/src/sys/MAXKERNEL. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. With -Wno-error: linking kernel sched_ule.o: In function `sched_check_runqs': sched_ule.o(.text+0x99f): undefined reference to `runq_depth' sched_ule.o(.text+0x9af): undefined reference to `runq_depth' sched_ule.o(.text+0x9c8): undefined reference to `runq_depth' sched_ule.o(.text+0x9d8): undefined reference to `runq_depth' *** Error code 1 Stop in /usr/obj/usr/src/sys/MAXKERNEL. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message