On Thu, 2004-11-04 at 09:48 +0100, Rene Engelhard wrote:
> Hi,
> 
> Steve Haslam wrote:
> > bash$ openoffice
> > OpenOffice.org for Debian - see 
> > /usr/share/doc/openoffice.org/README.Debian.gz
> > running openoffice.org setup...
> > not enough space on the destination drive
> > ExitCode: 20
> > setup failed (code 0).. abort
> > ---- Please read /usr/share/doc/openoffice.org/README.Debian.gz for known 
> > problems -----
> [...]
> > 
> > So what's happening is that it's doing a statfs() on my home dir, failing 
> > with EOVERFLOW, and then doing a 
> > statfs on /home, which is an automount filesystem (and hence has 0 bytes 
> > free).
> > 
> > The solution is probably to recompile at least the setup utility with 
> > -D_FILE_OFFSET_BITS=64 
> > -D_LARGEFILE_SOURCE which will make it use statfs64()
> 
> I just built the whole Office with -D_FILE_OFFSET_BITS=64 
> -D_LARGEFILE_SOURCE. It is at
> http://people.debian.org/~rene/openoffice.org/test/lfs/openoffice.org-bin_1.1.2dfsg1-1.2pre_i386.deb.
> 
> Does this work?

Yes it worked fine.



Reply via email to