From owner-freebsd-threads@FreeBSD.ORG Fri May 30 12:35:32 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 9121137B401 for ; Fri, 30 May 2003 12:35:32 -0700 (PDT) Received: from mail.imp.ch (mail.imp.ch [157.161.1.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8083243F93 for ; Fri, 30 May 2003 12:35:31 -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 h4UJZSEU081042; Fri, 30 May 2003 21:35:29 +0200 (CEST) (envelope-from Martin.Blapp@imp.ch) Date: Fri, 30 May 2003 21:35:28 +0200 (CEST) From: Martin Blapp To: Daniel Eischen In-Reply-To: Message-ID: <20030530213225.S94836@cvs.imp.ch> References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-threads@freebsd.org Subject: Re: panic during 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: Fri, 30 May 2003 19:35:32 -0000 Hi, > Mine is built, but the damn thing won't install. This is > a fresh installation of openoffice, so there was no prior > installation of it. First it bombed on not finding > OpenOffice.org1.0, so a did a 'mkdir /usr/local/OpenOffice.org1.0' > and it got past that. Now it's stopping in other places. > What magic am I missing? Well. I think you should use the graphical install then. Just set yout DISPLAY-variable to a working display, then remove "-r:oo_setup.resp" from the ports Makefile from line 606. You will then get a graphical install and see the reason for the breakage. I'm interested in it too. Martin