From owner-freebsd-current@FreeBSD.ORG Sat Nov 29 17:19:22 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 1D78016A4CE for ; Sat, 29 Nov 2003 17:19:22 -0800 (PST) Received: from smtp.hotbox.ru (smtp.hotbox.ru [80.68.244.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2CDC643FDD for ; Sat, 29 Nov 2003 17:19:20 -0800 (PST) (envelope-from viper5k@pisem.net) Received: from vipehost.vipenet.lan (ip121-212.dialup.wplus.net [195.131.121.212]) (authenticated bits=0) by smtp.hotbox.ru (8.12.9/8.12.9) with ESMTP id hAU1HkWX001923 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO) for ; Sun, 30 Nov 2003 04:17:49 +0300 (MSK) (envelope-from viper5k@pisem.net) From: Mikhail Manuilov Organization: mdm To: freebsd-current@freebsd.org Date: Sun, 30 Nov 2003 04:19:27 +0600 User-Agent: KMail/1.5.4 MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200311300419.27808.viper5k@pisem.net> Subject: editors/openoffice-1.1: random g++ "internal compiler error" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: viper5k@pisem.net 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 01:19:22 -0000 Stay current! Trying to build openoffice-1.1 from ports but when it comes to .cxx strange things begin In file included from /usr2/ports/editors/openoffice-1.1/work/oo_1.1_src/ solver/645/unxfbsd.pro/inc/vcl/svapp.hxx:87, from /usr2/ports/editors/openoffice-1.1/work/oo_1.1_src/ framework/source/helper/actiontriggerhelper.cxx:91: /usr2/ports/editors/openoffice-1.1/work/oo_1.1_src/solver/645/unxfbsd.pro/inc/ 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 *--- ERROR: Error 65280 occurred while making /usr2/ports/editors/openoffice-1.1/ work /oo_1.1_src/framework/source/helper dmake: Error code 1, while making 'build_all' ---* TG_SLO.MK *--- *** Error code 255 Stop in /usr2/ports/editors/openoffice-1.1. >>> typing make build again and after 15 mins of compiling real cxx source (before that make passes all of the successfully built projects)... another random segmentation fault: In file included from /usr2/ports/editors/openoffice-1.1/work/oo_1.1_src/ solver/645/unxfbsd.pro/inc/vcl/window.hxx:69, from /usr2/ports/editors/openoffice-1.1/work/oo_1.1_src/solver/645/ unxfbsd.pro/inc/vcl/syswin.hxx:69, from /usr2/ports/editors/openoffice-1.1/work/oo_1.1_src/solver/ 645/unxfbsd.pro/inc/vcl/floatwin.hxx:69, from /usr2/ports/editors/openoffice-1.1/work/oo_1.1_src/solver/ 645/unxfbsd.pro/inc/vcl/dockwin.hxx:69, from /usr2/ports/editors/openoffice-1.1/work/oo_1.1_src/solver/ 645/unxfbsd.pro/inc/vcl/toolbox.hxx:69, from ../../inc/classes/menuconfiguration.hxx:94, from /usr2/ports/editors/openoffice-1.1/work/oo_1.1_src/framewo rk/source/services/menudocumenthandler.cxx:69: /usr2/ports/editors/openoffice-1.1/work/oo_1.1_src/solver/645/unxfbsd.pro/inc/ vcl/outdev.hxx:867: 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/ menudocumenthandler.obj' ---* TG_SLO.MK *--- ERROR: Error 65280 occurred while making /usr2/ports/editors/openoffice-1.1/ work /oo_1.1_src/framework/source/services 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 Do i have to start downloading prebuilt package now or there is a chance? Help please!