Date: Thu, 29 May 2003 22:33:29 +0200 (CEST) From: Martin Blapp <mb@imp.ch> To: Daniel Eischen <eischen@pcnet.com> Cc: freebsd-threads@freebsd.org Subject: Re: lock with openoffice build with libkse Message-ID: <20030529223232.K94836@cvs.imp.ch> In-Reply-To: <Pine.GSO.4.10.10305291621040.24487-100000@pcnet5.pcnet.com> References: <Pine.GSO.4.10.10305291621040.24487-100000@pcnet5.pcnet.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi, > Martin, is there some magic to building open-office. My > ports tree is pristine and I recently rebuilt X, KDE, > and mozilla using portupgrade. This was without any > previous /usr/local or /usr/X11R6 (I mean clean!). > portinstall just returns and does nothing: > > $ sudo portinstall -NR editors/openoffice > <silently thinks for a couple of minutes> > $ Yes there is some magic. Please try to set the DISPLAY before you are using portsupgrade. > @@ -185,6 +185,7 @@ > ucp->uc_sigmask = _thr_proc_sigmask; > if (((__sighandler_t *)sigfunc != SIG_DFL) && > ((__sighandler_t *)sigfunc != SIG_IGN)) { > + __sys_sigprocmask(SIG_SETMASK, &_thr_proc_sigmask, NULL); > if (((_thread_sigact[sig - 1].sa_flags & SA_SIGINFO) > != 0) || (info == NULL)) I'll try this. Martin
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030529223232.K94836>