openoffice.org-2.0 does not build on amd64 with 6.1
Bartosz Fabianowski
freebsd at chillt.de
Tue Oct 31 00:07:42 UTC 2006
It seems that you have run into a know problem with the OpenOffice.org
build system - it does not work when file names become too long. In the
error message you posted,
"file:///mnt/files/usr/ports/editors/openoffice.org-2.0/work/OOD680_m5/udkapi/unxfbsdx.pro/ucr/com/sun/star/uno/Exception._idlc_"
is clearly truncated and is also precisely 128 characters long. While
your NFS mount point "/mnt/files/" adds only 11 characters to the file
name, this may be enough to overflow a fixed 128 character buffer used
by the idlc. Try mounting the NFS file system at say "/mnt" or even "/m"
to keep the file names as short as possible.
- Bartosz
More information about the freebsd-openoffice
mailing list