From owner-freebsd-stable@FreeBSD.ORG Wed May 21 17:09:14 2003 Return-Path: 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 0194537B401 for ; Wed, 21 May 2003 17:09:14 -0700 (PDT) Received: from mail.gmx.net (pop.gmx.net [213.165.65.60]) by mx1.FreeBSD.org (Postfix) with SMTP id B369143FA3 for ; Wed, 21 May 2003 17:09:12 -0700 (PDT) (envelope-from christian-koch@gmx.net) Received: (qmail 12782 invoked by uid 65534); 22 May 2003 00:09:11 -0000 Received: from port-212-202-184-107.reverse.qdsl-home.de (EHLO 192.168.99.100) (212.202.184.107) by mail.gmx.net (mp008-rz3) with SMTP; 22 May 2003 02:09:11 +0200 From: Christian Koch To: Joe Marcus Clarke Date: Thu, 22 May 2003 02:09:29 +0200 User-Agent: KMail/1.5.2 References: <3ECBE25B.6050106@mukappabeta.de> <1053554366.415.73.camel@gyros> In-Reply-To: <1053554366.415.73.camel@gyros> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200305220209.29952.christian-koch@gmx.net> cc: Matthias Buelow cc: Garrett Wollman cc: freebsd-stable@freebsd.org cc: Marcel Moolenaar Subject: Re: 5.0-RELEASE --> cannot build any Mozilla Version X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 May 2003 00:09:14 -0000 On Wednesday May 21 2003 23:59, you wrote: > On Wed, 2003-05-21 at 16:32, Matthias Buelow wrote: > > Marcel Moolenaar wrote: > > > On Wed, May 21, 2003 at 04:18:59PM +0200, Christian Koch wrote: > > >>I am running FreeBSD 5.0-RELEASE-p7 and cannot build any Mozilla > > >> version from ports. The build exits for all versions at the same > > >> point. A source file called jsdtoa.c. > > > > > > A compiler bug. Drop the optimization to plain -O and you should > > > be fine. > > > > Hmm, I built mine with -O2 -mpentiumpro and it worked ok; which options > > exactly trigger the bug? > > --march=p4 or pentium4 will cause Mozilla to break. > > Joe Thanks for the info, and sorry for wrong group. Now with i686 setting in /etc/make.conf everything compiles. I checked man(5) make.conf for info about the specific flags passed to gcc by a setting like p4 or i686 but did not find anything. It is true however, that I have a new PC with a Pentium 4. Something like that happened never before with my old Athlon and the i686 setting. Anyway I will bother the gcc newsgroup with that and want to thank you all for your help.