From owner-freebsd-stable@FreeBSD.ORG Sun Jun 4 01:25:21 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B0EFB16A41F for ; Sun, 4 Jun 2006 01:25:21 +0000 (UTC) (envelope-from dwhite@gumbysoft.com) Received: from carver.gumbysoft.com (carver.gumbysoft.com [66.220.23.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7DBBE43D45 for ; Sun, 4 Jun 2006 01:25:21 +0000 (GMT) (envelope-from dwhite@gumbysoft.com) Received: by carver.gumbysoft.com (Postfix, from userid 1000) id A8D0E72DA5; Sat, 3 Jun 2006 18:23:54 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by carver.gumbysoft.com (Postfix) with ESMTP id A3B4572DA2; Sat, 3 Jun 2006 18:23:54 -0700 (PDT) Date: Sat, 3 Jun 2006 18:23:54 -0700 (PDT) From: Doug White To: doug@safeport.com In-Reply-To: <20060602183817.M85685@pemaquid.safeport.com> Message-ID: <20060603181845.D40001@carver.gumbysoft.com> References: <20060602183817.M85685@pemaquid.safeport.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-stable@freebsd.org Subject: Re: 6.1 buildkernel question X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Jun 2006 01:25:21 -0000 On Fri, 2 Jun 2006, doug@safeport.com wrote: > My system works, however the buildkernel process had about 2000 > warnings, with 1/2 of those compiling aic7xxx (see below). This was > discussed on BSDForums but as far as I can tell, different compiler > options were used; the conclusion was using -O3 was the problem. Using compilation options other than the defaults (except for options enabled through the CPUTYPE make.conf option) is not recommended or supported. Bug reports about compile errors or warnings while non-standard options are enabled will be ignored. That being said: > ./machine/bus.h:221: warning: inlining failed in call to 'bus_space_read_1': --p > aram inline-unit-growth limit reached This is normal. We're not entirely sure how we're hitting the limit in this component, but the warning is harmless. You may safely ignore this message. -- Doug White | FreeBSD: The Power to Serve dwhite@gumbysoft.com | www.FreeBSD.org