lock with openoffice build with libkse

Martin Blapp mb at imp.ch
Thu May 29 13:33:33 PDT 2003


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


More information about the freebsd-threads mailing list