From owner-freebsd-current@FreeBSD.ORG Sat Nov 29 18:01:38 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 0ECDD16A4CF for ; Sat, 29 Nov 2003 18:01:38 -0800 (PST) Received: from rwcrmhc12.comcast.net (rwcrmhc12.comcast.net [216.148.227.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id C9F9043FBD for ; Sat, 29 Nov 2003 18:01:35 -0800 (PST) (envelope-from rodrigc@crodrigues.org) Received: from h00609772adf0.ne.client2.attbi.com ([66.31.45.197]) by comcast.net (rwcrmhc12) with ESMTP id <20031130020134014007e096e>; Sun, 30 Nov 2003 02:01:35 +0000 Received: from h00609772adf0.ne.client2.attbi.com (localhost.crodrigues.org [127.0.0.1])hAU23nOw094933; Sat, 29 Nov 2003 21:03:49 -0500 (EST) (envelope-from rodrigc@h00609772adf0.ne.client2.attbi.com) Received: (from rodrigc@localhost)hAU23iGD094932; Sat, 29 Nov 2003 21:03:44 -0500 (EST) (envelope-from rodrigc) Date: Sat, 29 Nov 2003 21:03:44 -0500 From: Craig Rodrigues To: Mikhail Manuilov Message-ID: <20031130020344.GA94889@crodrigues.org> References: <200311300419.27808.viper5k@pisem.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200311300419.27808.viper5k@pisem.net> User-Agent: Mutt/1.4.1i cc: freebsd-current@freebsd.org Subject: Re: editors/openoffice-1.1: random g++ "internal compiler error" 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: Sun, 30 Nov 2003 02:01:38 -0000 On Sun, Nov 30, 2003 at 04:19:27AM +0600, Mikhail Manuilov wrote: > vcl/settings.hxx:1165: internal compiler error: Segmentation fault > Please submit a full bug report, with preprocessed source if appropriate. > See for instructions. > dmake: Error code 1, while making '../../unxfbsd.pro/slo/ > actiontriggerhelper.obj' > ---* TG_SLO.MK *--- > > It appears to be randomly, but does it will help to cvsup and buildworld? > I really hate that script =): > > #!/bin/sh > make build; > while [ $? -ne 0 ]; > do > make build; > done; > > # c++ -v > Using built-in specs. > Configured with: FreeBSD/i386 system compiler > Thread model: posix > gcc version 3.3.3 [FreeBSD] 20031106 > > Bit of uname output: > FreeBSD 5.1-CURRENT #0: Mon Nov 17 23:29:49 OMST 2003 > I've built with that ( not exactly - but 14-15 Nov build world - there was > panic with ntfs copy ) system XFree86+kde3.14 from sources Hi, I managed to successfully build the OpenOffice 1.1 port (it took a LONG time, and a lot of disk space). FreeBSD 5.1-CURRENT FreeBSD 5.1-CURRENT #21: Sat Nov 15 23:40:30 EST 2003 Using built-in specs. Configured with: FreeBSD/i386 system compiler Thread model: posix gcc version 3.3.3 [FreeBSD] 20031106 Sometimes when gcc crashes unpredictably, this is an indication of some hardware problems: i.e. faulty memory, faulty disk, CPU may not be cooled properly, etc. I recommend that you just use your script to "make build" in a loop, so that the build will resume in case of a failure. -- Craig Rodrigues http://crodrigues.org rodrigc@crodrigues.org