From owner-freebsd-openoffice@FreeBSD.ORG Tue Sep 19 00:58:29 2006 Return-Path: X-Original-To: openoffice@freebsd.org Delivered-To: freebsd-openoffice@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4803816A415 for ; Tue, 19 Sep 2006 00:58:29 +0000 (UTC) (envelope-from maho.nakata@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 715CF43D55 for ; Tue, 19 Sep 2006 00:58:28 +0000 (GMT) (envelope-from maho.nakata@gmail.com) Received: by py-out-1112.google.com with SMTP id o67so5171494pye for ; Mon, 18 Sep 2006 17:58:27 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:date:message-id:to:cc:subject:from:in-reply-to:references:x-mailer:mime-version:content-type:content-transfer-encoding:sender; b=mtGjUZzUPpEWpwPhpecytJB83kc87EU9mk2q12lOw402eQBpsrTDHkZ57bNq9DOOLuKjdXmOlV+JAg/bSX3xSgX524lFw579I8P2Dr39P3+mTWstGo2Dw50mTVDzGhSBCt5PrB1+z6OavbF7joSfHKhfxSUR4VEcEIj72xTK+r4= Received: by 10.35.93.19 with SMTP id v19mr24896000pyl; Mon, 18 Sep 2006 17:58:27 -0700 (PDT) Received: from localhost ( [133.11.172.102]) by mx.gmail.com with ESMTP id m2sm1060727nzf.2006.09.18.17.58.26; Mon, 18 Sep 2006 17:58:27 -0700 (PDT) Date: Tue, 19 Sep 2006 09:58:24 +0900 (JST) Message-Id: <20060919.095824.77402370.chat95@mac.com> To: lehmann@ans-netz.de From: NAKATA Maho In-Reply-To: <20060918192032.7f475a0d.lehmann@ans-netz.de> References: <20060918180644.P1494@godot.imp.ch> <20060918183502.4948e9a4.lehmann@ans-netz.de> <20060918192032.7f475a0d.lehmann@ans-netz.de> X-Mailer: Mew version 5.1 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: Maho NAKATA Cc: ports@freebsd.org, openoffice@freebsd.org Subject: Re: missing dependencies? X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Sep 2006 00:58:29 -0000 From: Oliver Lehmann Subject: Re: missing dependencies? Date: Mon, 18 Sep 2006 19:20:32 +0200 > Oliver Lehmann wrote: > > > Martin Blapp wrote: > > > > > > > > Hi, > > > > > > I guess you've selected the linux jdk during the openoffice > > > installation. And since the linux jdk doesn't work anymore > > > you see those errors. > > > > I installed OO with -DBATCH -DWITHOUT_GNOMEVFS so I didn't selected > > anything... I only had the linux emulation installed because I've used > > the Linux binaries in the past > > It was caused by deinstalling gcc-4.1.2_20060908. When I install gcc41 > again, openoffice starts up w/o errors again... So RUN_DEPENDS should be > fixed here. Right, I suspect you are using amd64. Recently gcc-* other than gcc-ooo port install libgcc_s.so and other shared libs. Since OOo for AMD64 must be compiled with gcc41, we must add this as well. (Or we should include libgcc_so.so in OOo ports like GNU/Linux version which is broken for FBSD at the moment). Older gcc ports install libgcc_s.a and static ones only. Then problem doesn't appear. thanks, -- NAKATA, Maho (maho@FreeBSD.org)