From owner-freebsd-current@FreeBSD.ORG Wed Oct 22 15:13:21 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 45B5316A4B3 for ; Wed, 22 Oct 2003 15:13:21 -0700 (PDT) Received: from carver.gumbysoft.com (carver.gumbysoft.com [66.220.23.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id B4CE543F85 for ; Wed, 22 Oct 2003 15:13:18 -0700 (PDT) (envelope-from dwhite@gumbysoft.com) Received: by carver.gumbysoft.com (Postfix, from userid 1000) id A63F672DAD; Wed, 22 Oct 2003 15:13:18 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by carver.gumbysoft.com (Postfix) with ESMTP id A416472DA2; Wed, 22 Oct 2003 15:13:18 -0700 (PDT) Date: Wed, 22 Oct 2003 15:13:18 -0700 (PDT) From: Doug White To: "Vladimir B. Grebenschikov" In-Reply-To: <1066806474.959.18.camel@localhost> Message-ID: <20031022151112.M71676@carver.gumbysoft.com> References: <1066806474.959.18.camel@localhost> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: "current@freebsd.org" Subject: Re: warnings while kernel build 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: Wed, 22 Oct 2003 22:13:21 -0000 On Wed, 22 Oct 2003, Vladimir B. Grebenschikov wrote: > > While build kernel on RELENG_4 machine I have following warnings (they > prevent success build unless -Werror disabled) Is there some reason you're trying to compile RELENG_4 with gcc 3.3, which won't work? > /ext/current/src# make -j8 buildkernel > ... > /ext/current/src/sys/kern/kern_descrip.c:1914: warning: inlining failed > in call to `_fgetvp' > makeoptions CONF_CFLAGS="-O3 -mcpu=pentiumpro" This is an unsupported option. Do not compile the kernel with any optimization beyond -O. This might be the other reason why you are getting these inlining warnings. gcc -v? -- Doug White | FreeBSD: The Power to Serve dwhite@gumbysoft.com | www.FreeBSD.org