From owner-freebsd-threads@FreeBSD.ORG Thu May 29 13:33:33 2003 Return-Path: Delivered-To: freebsd-threads@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 67A2837B401 for ; Thu, 29 May 2003 13:33:33 -0700 (PDT) Received: from mail.imp.ch (mail.imp.ch [157.161.1.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 78B1343F3F for ; Thu, 29 May 2003 13:33:32 -0700 (PDT) (envelope-from mb@imp.ch) Received: from cvs.imp.ch (cvs.imp.ch [157.161.4.9]) by mail.imp.ch (8.12.6p2/8.12.3) with ESMTP id h4TKXT4o002982; Thu, 29 May 2003 22:33:30 +0200 (CEST) (envelope-from Martin.Blapp@imp.ch) Date: Thu, 29 May 2003 22:33:29 +0200 (CEST) From: Martin Blapp To: Daniel Eischen In-Reply-To: Message-ID: <20030529223232.K94836@cvs.imp.ch> References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: Alexander Kabaev cc: freebsd-threads@freebsd.org Subject: Re: lock with openoffice build with libkse X-BeenThere: freebsd-threads@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Threading on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 May 2003 20:33:33 -0000 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 > > $ 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