cvs commit: ports/editors/openoffice.org-2.0/files patch-i65512
ports/editors/openoffice.org-2.0-devel/files patch-i65512
NAKAJI Hiroyuki
nakaji at takamatsu-nct.ac.jp
Sat Sep 16 15:50:15 PDT 2006
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
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 at ra333.heimat.gr.jp>
>>>>> NAKAJI Hiroyuki <nakaji at jp.freebsd.org> 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=0 -c -I. -I/usr/ports/editors/openoffice.org-2.0/work/OOC680_m7/solver/680/unxfbsdi.pro/inc/offuh -I../inc -I../../inc -I../../../../inc -I../../../../unx/inc -I../../../../unxfbsdi.pro/inc -I. -I/usr/ports/editors/openoffice.org-2.0/work/OOC680_m7/solver/680/unxfbsdi.pro/inc/stl -I/usr/ports/editors/openoffice.org-2.0/work/OOC680_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/openoffice.org-2.0/work/OOC680_m7/solenv/unxfbsdi/inc -I/usr/ports/editors/openoffice.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/OOC680_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/local/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-aliasing -Wuninitialized -fvisibility=hidden -pipe -mtune=pentiumpro -Wno-ctor-dtor-privacy -fvisibility-inlines-hidden -g1 -fexceptions -fno-enforce-eh-specs -fpic -DFREEBSD -DUNX -DVCL -DGCC -DC341 -DINTEL -DCVER=C341 -D_USE_NAMESPACE -DX86 -D_PTHREADS -D_REENTRANT -DNEW_SOLAR -D_USE_NAMESPACE=1 -DSTLPORT_VERSION=450 -DHAVE_GCC_VISIBILITY_FEATURE -D__DMAKE -DUNIX -DCPPU_ENV=gcc3 -DGXX_INCLUDE_PATH=/usr/local/gcc-ooo/i386-portbld-freebsd7.0/3.4.1/include/c++ -DSUPD=680 -DPRODUCT -DNDEBUG -DPRODUCT_FULL -DOSL_DEBUG_LEVEL=0 -DOPTIMIZE -DEXCEPTIONS_ON -DCUI -DSOLAR_JAVA -DOOC680=OOC680 -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 <URL:http://gcc.gnu.org/bugs.html> for instructions.
> > dmake: Error code 1, while making '../../../../unxfbsdi.pro/slo/SlideSorterView.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-----
--
NAKAJI Hiroyuki
More information about the freebsd-openoffice
mailing list