From owner-freebsd-openoffice@FreeBSD.ORG Sat Sep 16 22:50:15 2006 Return-Path: X-Original-To: openoffice@freebsd.org Delivered-To: freebsd-openoffice@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B7A2216A412 for ; Sat, 16 Sep 2006 22:50:15 +0000 (UTC) (envelope-from nakaji@takamatsu-nct.ac.jp) Received: from www.heimat.gr.jp (www.heimat.gr.jp [221.186.186.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A58F43D58 for ; Sat, 16 Sep 2006 22:50:14 +0000 (GMT) (envelope-from nakaji@takamatsu-nct.ac.jp) Received: from ra333.heimat.gr.jp.takamatsu-nct.ac.jp ([IPv6:2001:3e0:a84:0:200:4cff:fe17:573c]) by www.heimat.gr.jp (8.13.8/8.13.8) with ESMTP id k8GMnwUu092396 for ; Sun, 17 Sep 2006 07:49:59 +0900 (JST) (envelope-from nakaji@takamatsu-nct.ac.jp) From: NAKAJI Hiroyuki To: openoffice@freebsd.org References: <200607060038.k660cmB0087491@repoman.freebsd.org> <1152183280.21776.13.camel@zeuux.zeuux.com> <20060706.201143.74704861.chat95@mac.com> <86r70qsvpb.fsf@ra333.heimat.gr.jp> <867j2hedsv.fsf@ra333.heimat.gr.jp> Date: Sun, 17 Sep 2006 07:49:57 +0900 In-Reply-To: <867j2hedsv.fsf@ra333.heimat.gr.jp> (NAKAJI Hiroyuki's message of "Fri, 14 Jul 2006 00:15:44 +0900") Message-ID: <86d59vpgtm.fsf@ra333.heimat.gr.jp> User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Virus-Scanned: by amavisd-new Cc: Subject: Re: cvs commit: ports/editors/openoffice.org-2.0/files patch-i65512 ports/editors/openoffice.org-2.0-devel/files patch-i65512 X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Sep 2006 22:50:15 -0000 I found a possible reason. SlideSorterView.cxx requires incredibly huge memory. I added 256MB of swapfile, tried again on my FreeBSD/pc98 7-CURRENT, and observed how much memory is in use. It was more than 700MB! $ swapinfo=20 Device 1K-blocks Used Avail Capacity /dev/ad0s1b 524288 493604 30684 94% /dev/md0 262144 254620 7524 97% Total 786432 748224 38208 95% After I added a swapfile, the file was successfully compiled and the build process seems going well. >>>>> In <867j2hedsv.fsf@ra333.heimat.gr.jp>=20 >>>>> NAKAJI Hiroyuki wrote: > > Updated OOo fails to compile on FreeBSD/pc98 7.0-CURRENT. G++-ooo got > > internal error. > Same internal error of cc1plus also occurs on FreeBSD/i386 6.1-STABLE > while compiling the same c++ file. > > ----->8---------->8---------->8---------->8---------->8----- > > --- EXCEPTIONSFILES OVER --- > > ------------------------------ > > Making: ../../../../unxfbsdi.pro/slo/SlideSorterView.obj > > g++-ooo -Wreturn-type -fmessage-length=3D0 -c -I. -I/usr/ports/editors= /openoffice.org-2.0/work/OOC680_m7/solver/680/unxfbsdi.pro/inc/offuh -I../i= nc -I../../inc -I../../../../inc -I../../../../unx/inc -I../../../../unxfbs= di.pro/inc -I. -I/usr/ports/editors/openoffice.org-2.0/work/OOC680_m7/solve= r/680/unxfbsdi.pro/inc/stl -I/usr/ports/editors/openoffice.org-2.0/work/OOC= 680_m7/solver/680/unxfbsdi.pro/inc/external -I/usr/ports/editors/openoffice= .org-2.0/work/OOC680_m7/solver/680/unxfbsdi.pro/inc -I/usr/ports/editors/op= enoffice.org-2.0/work/OOC680_m7/solenv/unxfbsdi/inc -I/usr/ports/editors/op= enoffice.org-2.0/work/OOC680_m7/solenv/inc -I/usr/ports/editors/openoffice.= org-2.0/work/OOC680_m7/res -I/usr/ports/editors/openoffice.org-2.0/work/OOC= 680_m7/solver/680/unxfbsdi.pro/inc/stl -I/usr/ports/editors/openoffice.org-= 2.0/work/OOC680_m7/solenv/inc/Xp31 -I/usr/local/jdk1.4.2/include -I/usr/loc= al/jdk1.4.2/include/freebsd -I/usr/local/jdk1.4.2/include/bsd -I/usr/local/= jdk1.4.2/include/linux -I/usr/local/jdk1.4.2/include/native_threads/include= -I/usr/X11R6/include -I. -I../../../../res -I. -Os -fno-strict-aliasin= g -Wuninitialized -fvisibility=3Dhidden -pipe -mtune=3Dpentiumpro -Wno-ct= or-dtor-privacy -fvisibility-inlines-hidden -g1 -fexceptions -fno-enforce-e= h-specs -fpic -DFREEBSD -DUNX -DVCL -DGCC -DC341 -DINTEL -DCVER=3DC341 -D= _USE_NAMESPACE -DX86 -D_PTHREADS -D_REENTRANT -DNEW_SOLAR -D_USE_NAMESPACE= =3D1 -DSTLPORT_VERSION=3D450 -DHAVE_GCC_VISIBILITY_FEATURE -D__DMAKE -DUNIX= -DCPPU_ENV=3Dgcc3 -DGXX_INCLUDE_PATH=3D/usr/local/gcc-ooo/i386-portbld-fre= ebsd7.0/3.4.1/include/c++ -DSUPD=3D680 -DPRODUCT -DNDEBUG -DPRODUCT_FULL -D= OSL_DEBUG_LEVEL=3D0 -DOPTIMIZE -DEXCEPTIONS_ON -DCUI -DSOLAR_JAVA -DOOC680= =3DOOC680 -DSD_DLLIMPLEMENTATION -DSHAREDLIB -D_DLL_ -DMULTITHREAD -o .= ./../../../unxfbsdi.pro/slo/SlideSorterView.o /usr/ports/editors/openoffice= .org-2.0/work/OOC680_m7/sd/source/ui/slidesorter/view/SlideSorterView.cxx > > g++-ooo: Internal error: Killed: 9 (program cc1plus) > > Please submit a full bug report. > > See for instructions. > > dmake: Error code 1, while making '../../../../unxfbsdi.pro/slo/SlideS= orterView.obj' > > '---* tg_merge.mk *---' > > ERROR: Error 65280 occurred while making /usr/ports/editors/openoffice.= org-2.0/work/OOC680_m7/sd/source/ui/slidesorter/view > > dmake: Error code 1, while making 'build_instsetoo_native' > > '---* *---' > > *** Error code 255 > > Stop in /usr/ports/editors/openoffice.org-2.0. > > ----->8---------->8---------->8---------->8---------->8----- --=20 NAKAJI Hiroyuki