From owner-freebsd-openoffice@FreeBSD.ORG Sun Nov 20 08:11:32 2005 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 652B516A41F for ; Sun, 20 Nov 2005 08:11:32 +0000 (GMT) (envelope-from ftigeot@aoi.wolfpond.org) Received: from aoi.wolfpond.org (gw.zefyris.com [213.41.131.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id E8A4543D5C for ; Sun, 20 Nov 2005 08:11:29 +0000 (GMT) (envelope-from ftigeot@aoi.wolfpond.org) Received: from aoi.wolfpond.org (localhost [127.0.0.1]) by aoi.wolfpond.org (8.13.4/8.13.4) with ESMTP id jAK8BYNO037388 for ; Sun, 20 Nov 2005 09:11:34 +0100 (CET) (envelope-from ftigeot@aoi.wolfpond.org) Received: (from ftigeot@localhost) by aoi.wolfpond.org (8.13.4/8.13.1/Submit) id jAK8BYEC037387 for openoffice@freebsd.org; Sun, 20 Nov 2005 09:11:34 +0100 (CET) (envelope-from ftigeot) Date: Sun, 20 Nov 2005 09:11:34 +0100 From: Francois Tigeot To: openoffice@freebsd.org Message-ID: <20051120081134.GA31753@aoi.wolfpond.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Cc: Subject: OpenOffice/i386 emulation on -amd64 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: Sun, 20 Nov 2005 08:11:32 -0000 For the record, I tried to install an i386 binary of OpenOffice on a FreeBSD-6.0/amd64 machine. I used the OOo_2.0.0_FreeBSD60Intel_install_fr.tbz package found on ftp://ooopackages.good-day.net/pub/OpenOffice.org/FreeBSD/2.0/FreeBSD6/ I copied FreeBSD/i386 /usr/X11R6/lib and /usr/local/lib directories to /compat/freebsd and used ldconfig -32 -m to add them to the loader path, as well as /usr/local/openoffice.org2.0.0/program/ Now, when I try to launch openoffice.org, I get the following messages: $ openoffice.org Segmentation fault (core dumped) no suitable windowing system found, exiting. A core dump named 'javaldx.core' can then be found in the current directory. The segmentation fault doesn't seem to be fatal, but the last message sure is. I am now trying to find something obvious by grepping the source, but if someone as some insight as to the "windowing system" part, it sure would be nice. -- Francois Tigeot