From owner-freebsd-current@FreeBSD.ORG Thu Oct 23 11:33:43 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 4DACA16A4B3 for ; Thu, 23 Oct 2003 11:33:43 -0700 (PDT) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C28C43FD7 for ; Thu, 23 Oct 2003 11:33:42 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.9/8.12.9) with ESMTP id h9NIXfJC073414; Thu, 23 Oct 2003 11:33:41 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.9/8.12.9/Submit) id h9NIXeCi073413; Thu, 23 Oct 2003 11:33:40 -0700 (PDT) (envelope-from obrien) Date: Thu, 23 Oct 2003 11:33:40 -0700 From: "David O'Brien" To: "Vladimir B. Grebenschikov" Message-ID: <20031023183340.GA72589@dragon.nuxi.com> Mail-Followup-To: David O'Brien , "Vladimir B. Grebenschikov" , "current@freebsd.org" References: <1066806474.959.18.camel@localhost> <20031022151112.M71676@carver.gumbysoft.com> <1066905716.829.3.camel@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1066905716.829.3.camel@localhost> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.1-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: "current@freebsd.org" Subject: Re: warnings while kernel build X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: current@freebsd.org List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Oct 2003 18:33:43 -0000 On Thu, Oct 23, 2003 at 02:41:58PM +0400, Vladimir B. Grebenschikov wrote: > ? ??, 23.10.2003, ? 02:13, Doug White ?????: > > 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? > > I am trying to compile -CURRENT code on RELENG_4 machine, with native > RELENG_4 gcc: > > % gcc -v > Using builtin specs. > gcc version 2.95.4 20020320 [FreeBSD] > % which gcc > /usr/bin/gcc Install the GCC 3.3 port on your 4.x system and use "CC=gcc33 make" when building the 5-CURRENT kernel sources.