Date: Tue, 31 Oct 2006 00:06:55 +0000 From: Bartosz Fabianowski <freebsd@chillt.de> To: Oliver Lehmann <oliver@FreeBSD.org> Cc: ports@freebsd.org, openoffice@freebsd.org Subject: Re: openoffice.org-2.0 does not build on amd64 with 6.1 Message-ID: <4546939F.5070501@chillt.de> In-Reply-To: <20061030224319.1ed7ddf4.oliver@FreeBSD.org> References: <20061030224319.1ed7ddf4.oliver@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4546939F.5070501>