From owner-freebsd-current@FreeBSD.ORG Mon Jul 7 08:23:59 2003 Return-Path: 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 6B51537B401 for ; Mon, 7 Jul 2003 08:23:59 -0700 (PDT) Received: from alternator.sgh.waw.pl (alternator.sgh.waw.pl [194.145.96.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id 072FA43F3F for ; Mon, 7 Jul 2003 08:23:58 -0700 (PDT) (envelope-from dry@dry.pl) Received: from localhost (localhost [127.0.0.1]) by alternator.sgh.waw.pl (Postfix) with SMTP id 0691D2AB1AE for ; Mon, 7 Jul 2003 17:20:12 +0200 (CEST) Received: from hermes.sgh.waw.pl (hermes.sgh.waw.pl [194.145.96.10]) by alternator.sgh.waw.pl (Postfix) with ESMTP id EEDC62AB19F for ; Mon, 7 Jul 2003 17:20:11 +0200 (CEST) Received: from prolongator.sgh.waw.pl (prolongator.sgh.waw.pl [194.145.96.30]) by hermes.sgh.waw.pl (Postfix) with ESMTP id BB15594CC1 for ; Mon, 7 Jul 2003 17:20:11 +0200 (MET DST) Received: by prolongator.sgh.waw.pl (Postfix, from userid 5250) id 0453E2A; Mon, 7 Jul 2003 17:20:10 +0200 (CEST) Date: Mon, 7 Jul 2003 17:20:10 +0200 From: Michal Suszko To: freebsd-current@freebsd.org Message-ID: <20030707152010.GB39108@dry.pl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i X-Organization: Warsaw School of Economics Subject: buildkernel ULE related breakage X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Jul 2003 15:23:59 -0000 Hi, Got this error compiling GENERIC with s/4BSD/ULE/ on recent -CURRENT ( wrapped long lines ) cc -c -O -pipe -march=pentium3 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -g -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 -I/usr/src/sys/contrib/dev/ath -I/usr/src/sys/contrib/dev/ath/freebsd -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_setup': /usr/src/sys/kern/sched_ule.c:531: warning: unused variable `i' *** Error code 1 Stop in /usr/obj/usr/src/sys/TEST. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. Michal