From owner-freebsd-current@FreeBSD.ORG Wed Mar 10 21:46:35 2010 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6F1861065673 for ; Wed, 10 Mar 2010 21:46:35 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.156]) by mx1.freebsd.org (Postfix) with ESMTP id F1AC58FC13 for ; Wed, 10 Mar 2010 21:46:34 +0000 (UTC) Received: by fg-out-1718.google.com with SMTP id 22so2859565fge.13 for ; Wed, 10 Mar 2010 13:46:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:from:date:to:cc :subject:message-id:reply-to:references:mime-version:content-type :content-disposition:in-reply-to:user-agent; bh=mgwGdyxqKWJIGBhSVe8B3X6VThtz4UrqRI93WaZnnVM=; b=ns5vcRLQaAf+6Pjz0CAKkqiT/H5bUA/LnsX19jinTBhWbxBwFHY4AWCuB+YYDRrWIh ezjBpOmmaD4OKc9SSidNtL/ep/M3M+mQ/FDXT0rEEH6D83eeT47j+/4B4QnUF8huIJrr aYrUncLNbuAT31UFFyDmOcSl5GgUwGq5k6dKg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:date:to:cc:subject:message-id:reply-to:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=eykZpF4mX3ghU6boyjRbx06vhoOZJKdHaGOwfNDvd7NYHSfTTgWT5kMHSTcAXlW0iF BirIvRDzqwXPIVPl8RIZErvWIFinHzEi4aZDGaXZUIIsmClSjlkl+Wk2BHTcSrItOCRA SKLe0sH6WQ0Ul5yOIYXtgn3HreUauHroWJlyk= Received: by 10.87.68.35 with SMTP id v35mr205280fgk.25.1268257593843; Wed, 10 Mar 2010 13:46:33 -0800 (PST) Received: from pyunyh@gmail.com ([174.35.1.224]) by mx.google.com with ESMTPS id 12sm1537506fgg.29.2010.03.10.13.46.31 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 10 Mar 2010 13:46:32 -0800 (PST) Received: by pyunyh@gmail.com (sSMTP sendmail emulation); Wed, 10 Mar 2010 13:46:27 -0800 From: Pyun YongHyeon Date: Wed, 10 Mar 2010 13:46:27 -0800 To: Rainer Hurling Message-ID: <20100310214627.GE10657@michelle.cdnetworks.com> References: <4B97FFBE.90504@gwdg.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4B97FFBE.90504@gwdg.de> User-Agent: Mutt/1.4.2.3i Cc: current@freebsd.org Subject: Re: Kernel from today does not build any more X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pyunyh@gmail.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Mar 2010 21:46:35 -0000 On Wed, Mar 10, 2010 at 09:23:26PM +0100, Rainer Hurling wrote: > After cvsup my CURRENT amd64 systems today I am not able to build custom > kernel any more. Does anyone else observes the following breakage? > Fixed in r204983. > ===> bwn (all) > cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE > -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include > /usr/obj/usr/src/sys/RHURLIN/opt_global.h -I. -I@ -I@/contrib/altq > -finline-limit=8000 --param inline-unit-growth=100 --param > large-function-growth=1000 -fno-common -fno-omit-frame-pointer > -I/usr/obj/usr/src/sys/RHURLIN -mcmodel=kernel -mno-red-zone > -mfpmath=387 -mno-sse -mno-sse2 -mno-sse3 -mno-mmx -mno-3dnow > -msoft-float -fno-asynchronous-unwind-tables -ffreestanding > -fstack-protector -std=iso9899:1999 -fstack-protector -Wall > -Wredundant-decls -Wnested-externs -Wstrict-prototypes > -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef > -Wno-pointer-sign -fformat-extensions -c > /usr/src/sys/modules/bwn/../../dev/bwn/if_bwn.c > cc1: warnings being treated as errors > /usr/src/sys/modules/bwn/../../dev/bwn/if_bwn.c: In function 'bwn_tsf_read': > /usr/src/sys/modules/bwn/../../dev/bwn/if_bwn.c:10384: warning: unused > variable 'sc' > *** Error code 1 > Stop in /usr/src/sys/modules/bwn. > *** Error code 1 > Stop in /usr/src/sys/modules. > *** Error code 1 > ... > > Thanks in advance, > Rainer Hurling