Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 114199 - Emerge of openoffice 2.0 uses all space in /var by filing /var/tmp/portage
Summary: Emerge of openoffice 2.0 uses all space in /var by filing /var/tmp/portage
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-01 14:35 UTC by James Mason
Modified: 2005-12-01 14:55 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 James Mason 2005-12-01 14:35:19 UTC
After emerge sync, openoffice was shown as a package that needed updating. 
Emerging openoffice emerge continued for several hours (700Mhz processor), and 
finaly ended with the following error messages:

/var/tmp/portage/openoffice-2.0.0/work/ooo-build-2.0.0.1/build/ooo680-m3/sw/
source/ui/uno
dmake:  Error code 1, while making '../../../unxlngi4.pro/misc/s_unotxvw.dpcc'
dmake:  '../../../unxlngi4.pro/misc/s_unotxvw.dpcc' removed.
'---* TG_SLO.MK *---'

ERROR: Error 65280 occurred while making /var/tmp/portage/openoffice-2.0.0/work/
ooo-build-2.0.0.1/build/ooo680-m3/sw/source/ui/uno
make: *** [stamp/build] Error 1
+ diefunc src_compile 204 2 'Build failed'
+ local funcname=src_compile lineno=204 exitcode=2
+ shift 3

I discovered /var was full when I couldnt load a web page, and started looking 
for the reason

Before compilation of openoffice, there was approx 3.5GB of free space on /var. 
I cant imagine that it should require that much space to compile.

Reproducible: Always
Steps to Reproduce:
1. emerge -u openoffice
2.
3.

Actual Results:  
Compilation continues until all space on /var has been used, then exists with 
errors

Expected Results:  
Successful emerge of openoffice

System Spec
Pentium 3 700Mhz
384MB RAM
Kernel 2.6.13-gentoo-r3
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2005-12-01 14:55:24 UTC
OOo uses a lot of disk space while compiling, unfortunately. There are several 
approaches to accomodating OOo's build process, notably by expanding the amount 
of disk space on the partition that the /var/tmp/portage resides on. This disk 
space requirement could not be considered a bug in OOo, though.