Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Nov 2008 14:24:49 +0900 (JST)
From:      Maho NAKATA <chat95@mac.com>
To:        oliver@FreeBSD.org
Cc:        openoffice@freebsd.org
Subject:   idlc: compile 'Exception.idl' ... udkapi (Re: openoffice kinda broken here)
Message-ID:  <20081113.142449.48509684.chat95@mac.com>
In-Reply-To: <20080229202952.c4cf7150.oliver@FreeBSD.org>
References:  <20080229202952.c4cf7150.oliver@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi Oliver,

I assume you are using NFS to build OpenOffice.org.
Please add following line to /etc/rc.conf of NFS server
rpc_lockd_enable="YES" 
rpc_statd_enable="YES" 
and reboot.
also I assumed your NFS host OS is FreeBSD :)

Just now, I faced this problem, too, (NFS host is FreeBSD,
and mounted on MacOSX).
I suspected this is a lock problem, and now I solved.

Thanks,

From: Oliver Lehmann <oliver@FreeBSD.org>
Subject: openoffice kinda broken here
Date: Fri, 29 Feb 2008 20:29:52 +0100

> Hi,
> 
> today I was trying to build openoffice.org-2 on my FreeBSD-8 box. The
> WRKSRC is nfs mounted because the CURRENT system doesn't have enough
> buildspace. I know this error from the past where always a too long path
> was the cause (because the length of the pathname was limited to 256
> bytes iirc). But now I made the path nearly as short as possible (99
> chars) but it is still not working :(
> 
> I'm searching for ideas what is now wrong here....
> 
> Please keep me CCed, I'm not subscribed.
> 
> 
> =============
> Building project udkapi
> =============
> /o/openoffice.org-2/work/OOG680_m9/udkapi/com/sun/star/uno
> mkout -- version: 1.7
> idlc @/tmp/mk5OXlgn
> idlc: compile 'Exception.idl' ... 
> idlc: could not create registry file 'file:///o/openoffice.org-2/work/OOG680_m9/udkapi/unxfbsdi.pro/ucr/com/sun/star/uno/Exception._idlc_'
> idlc: cannot remove directory '/o/openoffice.org-2/work/OOG680_m9/udkapi/unxfbsdi.pro/ucr/com/sun/star/uno'
> idlc: detected 1 errors
> Sun Microsystems (R) idlc Version 1.1
> 
> dmake:  Error code 1, while making '../../../../unxfbsdi.pro/ucr/cssuno.db'
> ---* tg_merge.mk *---
> 
> ERROR: Error 65280 occurred while making /o/openoffice.org-2/work/OOG680_m9/udkapi/com/sun/star/uno
> dmake:  Error code 1, while making 'build_instsetoo_native'
> ---*  *---
> *** Error code 255
> 
> Stop in /openoffice.org-2.
> Exit 1
> root@curry /openoffice.org-2> 
> 
> -- 
>  Oliver Lehmann
>   http://www.pofo.de/
>   http://wishlist.ans-netz.de/
> _______________________________________________
> freebsd-openoffice@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-openoffice
> To unsubscribe, send any mail to "freebsd-openoffice-unsubscribe@freebsd.org"
> 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20081113.142449.48509684.chat95>