From owner-freebsd-openoffice@FreeBSD.ORG Tue Sep 22 08:30:54 2009 Return-Path: Delivered-To: freebsd-openoffice@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E572C10656A8; Tue, 22 Sep 2009 08:30:54 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id ACCBD8FC1D; Tue, 22 Sep 2009 08:30:26 +0000 (UTC) Received: from porto.topspin.kiev.ua (porto-e.starpoint.kiev.ua [212.40.38.100]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id LAA22439; Tue, 22 Sep 2009 11:30:16 +0300 (EEST) (envelope-from avg@icyb.net.ua) Received: from localhost.topspin.kiev.ua ([127.0.0.1]) by porto.topspin.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1Mq0lL-0008Kd-Nn; Tue, 22 Sep 2009 11:30:15 +0300 Message-ID: <4AB88B16.2090103@icyb.net.ua> Date: Tue, 22 Sep 2009 11:30:14 +0300 From: Andriy Gapon User-Agent: Thunderbird 2.0.0.23 (X11/20090823) MIME-Version: 1.0 To: Vinicius Abrahao References: <1e31c7980909200426h44a65a53g7d5f47ea707d8b9c@mail.gmail.com> <11167f520909200438q3a2a8b7ey11ec8e644d91fc5a@mail.gmail.com> <4AB76600.8090407@icyb.net.ua> <20090921191509.GA55401@troutmask.apl.washington.edu> <1e31c7980909220111t4cb1ea39gdd26127a977d1b8f@mail.gmail.com> In-Reply-To: <1e31c7980909220111t4cb1ea39gdd26127a977d1b8f@mail.gmail.com> X-Enigmail-Version: 0.96.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: sfourman@gmail.com, freebsd-openoffice@freebsd.org, Steve Kargl , miwi@freebsd.org Subject: Re: Problem building Openoffice 3.1.1 at -current 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, 22 Sep 2009 08:30:55 -0000 on 22/09/2009 11:11 Vinicius Abrahao said the following: > On Mon, Sep 21, 2009 at 02:39:44PM +0300, Andriy Gapon wrote: >> $ ln -s >> /usr/obj/usr/ports/editors/openoffice.org-3/work/OOO310_m19/solver/310/unxfbsdx.pro/lib/python >> /usr/obj/usr/ports/editors/openoffice.org-3/work/OOO310_m19/solver/310/unxfbsdx.pro/lib/python2.6 >> >> $ cp >> /usr/obj/usr/ports/editors/openoffice.org-3/work/OOO310_m19/python/unxfbsdx.pro/misc/build/Python-2.6.1/build/lib.freebsd-9.0-CURRENT-amd64-2.6/*.so >> /usr/obj/usr/ports/editors/openoffice.org-3/work/OOO310_m19/solver/310/unxfbsdx.pro/lib/python2.6/ >> > > > Thanks Andriy, Sam, Steve, > > With ln and cp, the build was success and the OOo works fine. > I don't know so much about building process of OOo so I can't send a > patch to fix this, sorry. > If you know some docs, explain the OO build process it will be great. I found this solution by trying to execute OO python: /usr/obj/usr/ports/editors/openoffice.org-3/work/OOO310_m19/pyuno/unxfbsdx.pro/bin/python.bin and trying to import necessary modules. It seems that this is a problem with building OO private python. -- Andriy Gapon