Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 93889 - openoffice and openoffice-ximian compile failure on "out of memory"
Summary: openoffice and openoffice-ximian compile failure on "out of memory"
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Office Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-24 23:42 UTC by Sang Shuduo
Modified: 2005-05-26 23:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sang Shuduo 2005-05-24 23:42:47 UTC
openoffice 1.1.4-r1 and openoffice-ximian 1.3.9-r1(based openoffice 1.1.4-r1)
both failed on compiling

Reproducible: Always
Steps to Reproduce:
1. emerge --sync
2. emerge world
3. failed at emerge openoffice-1.1.4-r1

Actual Results:  
Making: ../../unxlngi4.pro/slo/analysis.obj
g++ -fmessage-length=0 -c -I.  -I../../unxlngi4.pro/inc/addin/analysis -I../inc
-I../../inc -I../../unx/inc -I../../unxlngi4.pro/inc -I.
-I/var/tmp/portage/openoffice-1.1.4-r1/work/solver/645/unxlngi4.pro/inc/stl
-I/var/tmp/portage/openoffice-1.1.4-r1/work/solver/645/unxlngi4.pro/inc/external
-I/var/tmp/portage/openoffice-1.1.4-r1/work/solver/645/unxlngi4.pro/inc
-I/var/tmp/portage/openoffice-1.1.4-r1/work/solenv/unxlngi4/inc
-I/var/tmp/portage/openoffice-1.1.4-r1/work/solenv/inc
-I/var/tmp/portage/openoffice-1.1.4-r1/work/res
-I/var/tmp/portage/openoffice-1.1.4-r1/work/solver/645/unxlngi4.pro/inc/stl
-I/var/tmp/portage/openoffice-1.1.4-r1/work/solenv/inc/Xp31
-I/opt/blackdown-jdk-1.4.2.01/include
-I/opt/blackdown-jdk-1.4.2.01/include/linux
-I/opt/blackdown-jdk-1.4.2.01/include/native_threads/include
-I/usr/X11R6/include     -I. -I../../res -I. -O2 -march=i686
-fno-strict-aliasing   -O2 -march=i686 -fno-strict-aliasing -fno-for-scope
-fpermissive -fno-rtti -include preinclude.h -fexceptions -fno-enforce-eh-specs
  -fpic -DLINUX -DUNX -DVCL -DGCC -DC300 -DINTEL
-DGXX_INCLUDE_PATH=/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5-20050130/include/g++-v3
-DCVER=C300 -D_USE_NAMESPACE -DGLIBC=2 -DX86 -D_PTHREADS -D_REENTRANT
-DNEW_SOLAR -D_USE_NAMESPACE=1 -DSTLPORT_VERSION=400 -D__DMAKE -DUNIX
-DCPPU_ENV=gcc3 -DSUPD=645 -DPRODUCT -DNDEBUG -DPRODUCT_FULL -DOSL_DEBUG_LEVEL=0
-DOPTIMIZE -DEXCEPTIONS_ON -DCUI -DSOLAR_JAVA -DSRX645  -DSHAREDLIB -D_DLL_ 
-DMULTITHREAD   -o ../../unxlngi4.pro/slo/analysis.o
/var/tmp/portage/openoffice-1.1.4-r1/work/scaddins/source/analysis/analysis.cxx
/var/tmp/portage/openoffice-1.1.4-r1/work/scaddins/source/analysis/analysis.cxx:
In member function `virtual rtl::OUString AnalysisAddIn::getBin2Hex(const
com::sun::star::uno::Reference<com::sun::star::beans::XPropertySet>&, const
rtl::OUString&, const com::sun::star::uno::Any&)':
/var/tmp/portage/openoffice-1.1.4-r1/work/scaddins/source/analysis/analysis.cxx:1012:
warning: integer constant is too large for "long" type
/var/tmp/portage/openoffice-1.1.4-r1/work/scaddins/source/analysis/analysis.cxx:1012:
warning: integer constant is too large for "long" type
/var/tmp/portage/openoffice-1.1.4-r1/work/scaddins/source/analysis/analysis.cxx:
In member function `virtual rtl::OUString AnalysisAddIn::getOct2Hex(const
com::sun::star::uno::Reference<com::sun::star::beans::XPropertySet>&, const
rtl::OUString&, const com::sun::star::uno::Any&)':
/var/tmp/portage/openoffice-1.1.4-r1/work/scaddins/source/analysis/analysis.cxx:1031:
warning: integer constant is too large for "long" type
/var/tmp/portage/openoffice-1.1.4-r1/work/scaddins/source/analysis/analysis.cxx:1031:
warning: integer constant is too large for "long" type
/var/tmp/portage/openoffice-1.1.4-r1/work/scaddins/source/analysis/analysis.cxx:
In member function `virtual rtl::OUString AnalysisAddIn::getDec2Hex(const
com::sun::star::uno::Reference<com::sun::star::beans::XPropertySet>&, double,
const com::sun::star::uno::Any&)':
/var/tmp/portage/openoffice-1.1.4-r1/work/scaddins/source/analysis/analysis.cxx:1049:
warning: integer constant is too large for "long" type
/var/tmp/portage/openoffice-1.1.4-r1/work/scaddins/source/analysis/analysis.cxx:1049:
warning: integer constant is too large for "long" type

cc1plus: out of memory allocating 69713920 bytes after a total of 10297344 bytes
dmake:  Error code 1, while making '../../unxlngi4.pro/slo/analysis.obj'
---* TG_SLO.MK *---

ERROR: Error 65280 occurred while making
/var/tmp/portage/openoffice-1.1.4-r1/work/scaddins/source/analysis

!!! ERROR: app-office/openoffice-1.1.4-r1 failed.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-05-25 17:02:51 UTC
Well, out of memory is nothing that Gentoo could fix. ;-)

Compiling OO.org requires at least 256MB of memory and ~4GB of disk space. If
you satisfy these requirements and still are running out of memory, increase you
swap space and try again...
Comment 2 Andreas Proschofsky (RETIRED) gentoo-dev 2005-05-26 23:10:07 UTC
Jakub said it all, closing this. Nothing we can do against hardware problems
Comment 3 Sang Shuduo 2005-05-26 23:42:54 UTC
(In reply to comment #2)
> Jakub said it all, closing this. Nothing we can do against hardware problems

:-( 
It's my mistake. I have 512M sdram but I forgot enable swap after i reinstall
gentoo on my box.