# patch is also valid for described ways to solve stuff, this is one tag 245861 + patch thanks
Hi, Am Donnerstag, 4. November 2004 10:43 schrieb Kenneth Johansson: > > 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. Cool. Unfortunately enabling that changes the ABI: 12:59 < asuffield> _rene_: note that it's an ABI change 13:00 < asuffield> a few of the file-related structs change size and offsets 13:00 < asuffield> (plus off_t itself, of course) So I'll try to build just setup with it for now but I am not sure what happens when just setup changes the ABI... Regards, Rene -- .''`. René Engelhard -- Debian GNU/Linux Developer : :' : http://www.debian.org | http://people.debian.org/~rene/ `. `' [EMAIL PROTECTED] | GnuPG-Key ID: 248AEB73 `- Fingerprint: 41FA F208 28D4 7CA5 19BB 7AD9 F859 90B0 248A EB73

