From owner-freebsd-current@FreeBSD.ORG Wed Oct 22 21:26:01 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 AA7B116A4B3 for ; Wed, 22 Oct 2003 21:26:01 -0700 (PDT) Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 270B743FB1 for ; Wed, 22 Oct 2003 21:26:00 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: from gamplex.bde.org (katana.zip.com.au [61.8.7.246]) by mailman.zeta.org.au (8.9.3p2/8.8.7) with ESMTP id OAA09642; Thu, 23 Oct 2003 14:25:41 +1000 Date: Thu, 23 Oct 2003 14:24:19 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Doug White In-Reply-To: <20031022151112.M71676@carver.gumbysoft.com> Message-ID: <20031023141455.R3642@gamplex.bde.org> References: <1066806474.959.18.camel@localhost> <20031022151112.M71676@carver.gumbysoft.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: "Vladimir B. Grebenschikov" 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: Thu, 23 Oct 2003 04:26:01 -0000 On Wed, 22 Oct 2003, Doug White wrote: > 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? It works for me. %%% RCS file: /home/ncvs/src/sys/i386/i386/identcpu.c,v Working file: identcpu.c head: 1.130 ... ---------------------------- revision 1.57.2.17 date: 2003/08/05 07:07:37; author: bde; state: Exp; lines: +20 -20 MFC: 1.94 and 1.125 (don't use hard newlines in string literals, and fix some style bugs on the same lines). This completes making some RELENG_3 kernels work when compiled by gcc-3.3. ---------------------------- ... ---------------------------- revision 1.80.2.16 date: 2003/08/05 07:05:39; author: bde; state: Exp; lines: +19 -19 MFC: 1.94 and 1.125 (don't use hard newlines in string literals, and fix some style bugs on the same lines). This completes making some RELENG_4 kernels work when compiled by gcc-3.3. I intended to make more than some work, but gave up on LINT. GENERIC compliles but has not been tested at runtime. ---------------------------- %%% Bruce