From owner-freebsd-office@FreeBSD.ORG Sun May 13 08:53:55 2012 Return-Path: Delivered-To: freebsd-office@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1244C1065688; Sun, 13 May 2012 08:53:54 +0000 (UTC) (envelope-from maho.nakata@gmail.com) Received: from mail-pb0-f54.google.com (mail-pb0-f54.google.com [209.85.160.54]) by mx1.freebsd.org (Postfix) with ESMTP id B8B148FC0C; Sun, 13 May 2012 08:53:54 +0000 (UTC) Received: by pbbro2 with SMTP id ro2so5587412pbb.13 for ; Sun, 13 May 2012 01:53:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:message-id:to:cc:subject:from:in-reply-to:references :x-mailer:mime-version:content-type:content-transfer-encoding; bh=UxUCfUks7d4dh2w49Cask9ZZIM0cvZ9vY3KR6vlR92M=; b=swatP8O1uNaAxK0GklL5cxyMKrRMpYRbCb0y6w5I4F/V5pfKgT+cw102z3suKqAoj9 sEjjQ7N9vZKWqF3/8EmK0Xv0cdc3WLTL2uYzfhx12vV++3QajSZ4utdCcpqUAPKOVOO1 0LIJE1o5afYB7hdSydK1Z9dv4JNmAsE5uF9J8D5u+t/IAiTXzJ1LD2H73zmA2S1I+UvO Wo4cSgz/Rhi6Jihp5A6upaP1HuQSAcjW2Jrdd9Ui86XdTR5Rv4loV93+cIXsxRIL3rhQ DphfQgMFulHBm7ryPhxVLzWlFBG2NQVhvCNAKPPxsHXF+iWoMUGY/XrWUzMAkCxrx7U3 TVig== Received: by 10.68.190.5 with SMTP id gm5mr2256891pbc.21.1336899234276; Sun, 13 May 2012 01:53:54 -0700 (PDT) Received: from localhost (rikad42.riken.jp. [134.160.214.42]) by mx.google.com with ESMTPS id py6sm18492112pbc.13.2012.05.13.01.53.51 (version=SSLv3 cipher=OTHER); Sun, 13 May 2012 01:53:53 -0700 (PDT) Sender: Maho NAKATA Date: Sun, 13 May 2012 17:53:50 +0900 (JST) Message-Id: <20120513.175350.2201605309636480425.maho@FreeBSD.org> To: pfg@FreeBSD.org From: Maho NAKATA In-Reply-To: <4FAD3CD4.50503@FreeBSD.org> References: <4FAD3CD4.50503@FreeBSD.org> X-Mailer: Mew version 6.3 on Emacs 23.4 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: me@janh.de, freebsd-office@freebsd.org Subject: Re: editors/openoffice-3 fails on i386 while it builds on amd64 X-BeenThere: freebsd-office@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Office applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 May 2012 08:53:55 -0000 Hi I'll fix it soon. I'm now upgrading my FreeBSD i386 box to 9.0. It will take a day or so. Thanks Nakata Maho From: Pedro Giffuni Subject: Re: editors/openoffice-3 fails on i386 while it builds on amd64 Date: Fri, 11 May 2012 11:22:44 -0500 > Hello; > > The problem seems to be caused by an incomplete update to > the bridge code. The attached patch (for the files directory) > should fix it. > > I will go ahead and commit it upstream since it can't be more > broken than it currently is but I am not using i386 so some > success report would be good :). > > Pedro.