From owner-freebsd-current@freebsd.org Thu Feb 18 22:10:42 2016 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A35AFAAD4F8 for ; Thu, 18 Feb 2016 22:10:42 +0000 (UTC) (envelope-from Michal@dry.pl) Received: from milos.dry.pl (dry.pl [151.80.178.168]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 73AC61D3A for ; Thu, 18 Feb 2016 22:10:42 +0000 (UTC) (envelope-from Michal@dry.pl) Received: from mailpile.local (milos [151.80.178.168]) (Authenticated sender: dry) by milos.dry.pl (Postfix) with ESMTPSA id 464468675; Thu, 18 Feb 2016 23:10:40 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=dry.pl; s=dkim; t=1455833440; bh=DQ6sRzjzR4hxhT1qoWgsN6IXrV2kEYIcTOIgN9HrC8U=; h=From:To:Subject:Date; b=Zli/3DWeKUF5kcAGRJXHiUzWyR6EIWCs78sEDcTMml0iKx6lHKDfhZ9NhO8mNQfP9 5YRSh9fNhPehoGDpejWJZmJwEh4gdc21XQjLkEQEAtCVdHrUyC9ED4ej0zxkNUoOSQ q+qHPJnPnOGtV3bWM32jJuUShi1Oah0elu6bRFTo= From: Michal Suszko To: freebsd-current@freebsd.org Subject: buildkernel ULE related breakage 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 Status: RO Date: Thu, 18 Feb 2016 22:10:40 -0000 X-Mailman-Approved-At: Thu, 18 Feb 2016 22:13:11 +0000 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 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: Thu, 18 Feb 2016 22:10:42 -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