From owner-freebsd-ports@FreeBSD.ORG Mon Oct 5 02:01:58 2009 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 83F5A1065679; Mon, 5 Oct 2009 02:01:58 +0000 (UTC) (envelope-from sfourman@gmail.com) Received: from mail-yw0-f204.google.com (mail-yw0-f204.google.com [209.85.211.204]) by mx1.freebsd.org (Postfix) with ESMTP id 10B468FC27; Mon, 5 Oct 2009 02:01:57 +0000 (UTC) Received: by ywh42 with SMTP id 42so2024301ywh.28 for ; Sun, 04 Oct 2009 19:01:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=xj18O0217WC70waY9mXQ2TuVNlV5LWKJYkxSD8+3UNM=; b=tZRlW3AOl4vzzI93h8Sokm01IjC69rbDIqgGKzIF1lYpnpmI7ENUtUIuGPxy2wUwdw 5hMqqx8I36S9xQcG+qFsCBIyIHUHIsx6OsqY9/aAxDkoPK0i4ydWeyB5KfofB+MLOHvn TiAT2pgDyIpqfAmMYx6rkjurXEg6nNqJAufY4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=oJFAmiOXkg+Q3+HcEi7EKPMPw9NsQErGm/7ag+wQOu9l1M1+eBq4fznC7ZsoKH0dBB yWxl5w58kis2gtqlwia6m8RPAQpLoOSzv55JyywTt8+KE/VhoVNVuQ5UsnY3p4r2PeQ8 pgvcENcHjJemDk9DE8HXHZbqXLYR9RA3SgQc0= MIME-Version: 1.0 Received: by 10.150.61.15 with SMTP id j15mr8844302yba.292.1254708117407; Sun, 04 Oct 2009 19:01:57 -0700 (PDT) In-Reply-To: <20091004003452.GA55656@wep4035.physik.uni-wuerzburg.de> References: <1e31c7980909200426h44a65a53g7d5f47ea707d8b9c@mail.gmail.com> <11167f520909200438q3a2a8b7ey11ec8e644d91fc5a@mail.gmail.com> <4AB76600.8090407@icyb.net.ua> <20090921191509.GA55401@troutmask.apl.washington.edu> <20091004003452.GA55656@wep4035.physik.uni-wuerzburg.de> Date: Sun, 4 Oct 2009 21:01:57 -0500 Message-ID: <11167f520910041901h12169b14rc845c70f26db47f9@mail.gmail.com> From: "Sam Fourman Jr." To: Steve Kargl , Andriy Gapon , "Sam Fourman Jr." , freebsd-openoffice@freebsd.org, Vinicius Abrahao , freebsd-ports , miwi@freebsd.org, mwlucas@blackhelicopters.org, maho@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: Subject: Re: Problem building Openoffice 3.1.1 at -current X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Oct 2009 02:01:58 -0000 On Sat, Oct 3, 2009 at 7:34 PM, Alexey Shuvaev wrote: > On Mon, Sep 21, 2009 at 12:15:09PM -0700, Steve Kargl wrote: >> On Mon, Sep 21, 2009 at 02:39:44PM +0300, Andriy Gapon wrote: >> > on 20/09/2009 14:38 Sam Fourman Jr. said the following: >> > > On Sun, Sep 20, 2009 at 6:26 AM, Vinicius Abrahao wrote: >> > >> Hello dear fellows, >> > >> >> > >> I'm trying to upgrade my openoffice.org3 from 3.1.0 to 3.1.1, but I= 'm >> > >> getting an strange error (associated with python). >> > >> This is the error that appears many hours after I start the upgrade= : >> > > >> > > >> > > I am getting this same error on FreeBSD 8.0 Beta4 >> > > any idea how to fix the build? >> > >> > I also had a compilation problem like this. >> > Perhaps this is related to having python 2.6 installed on a system? >> > >> > Anyway, I was able to continue the build by doing the following (adjus= t the paths >> > to your environment): >> > >> > $ 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/unx= fbsdx.pro/misc/build/Python-2.6.1/build/lib.freebsd-9.0-CURRENT-amd64-2.6/*= .so >> > =A0/usr/obj/usr/ports/editors/openoffice.org-3/work/OOO310_m19/solver/= 310/unxfbsdx.pro/lib/python2.6/ >> > >> > Maybe something else, it was a while ago. >> > >> >> The above ln and cp were sufficient to complete my build. >> I haven't tested the resulting exectuables. >> >> Thanks, Andriy >> > Rrrr.... > The openoffice guys are trying to bundle every piece of code under > the sun into their tarball in attempt to not depend upon system libraries= ... > ... and are getting away from what they want to achieve (IMHO). > > OOO is as fragile as porcelain plate and > still as complex to repair as nuclear u-boot. > > I hate OOO... > > With the attached patch I was able to complete the build on > amd64 9-CURRENT. Will charge 9-amd64-Ports and 9-i386-Ports tinderboxes > to test in a clean environment. Testing on 8-RC is still welcome. > Just drop patch-OOO_XXX_CURRENT into files/ and try to rebuild. > > Alexey. This Worked on 9-CURRENT i386 thanks. Will this patch be included in the ports tree so it isn't broken Sam