From owner-freebsd-questions@FreeBSD.ORG Mon Sep 4 12:50:37 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A9B2E16A4DE for ; Mon, 4 Sep 2006 12:50:37 +0000 (UTC) (envelope-from donaldjoneill@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.181]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B12643D6E for ; Mon, 4 Sep 2006 12:50:33 +0000 (GMT) (envelope-from donaldjoneill@gmail.com) Received: by py-out-1112.google.com with SMTP id o67so2905157pye for ; Mon, 04 Sep 2006 05:50:33 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:to:subject:date:user-agent:cc:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=Kjgt9XSxTaPsL97+EGIGDRIhipf6ktJmuAtRf2lmhSlHfiiTxTFwYtgW/B+QugDlkbozHoOYherxz/tNkaCoHNbwmHN9rqlkNhebNJ0lQNMZO+HC3eLwM6kA62WGj50x/iWNxnzPqxQswkKzGAYROgh1gYfWFHAjx4f4xbk5FK4= Received: by 10.35.108.12 with SMTP id k12mr10096457pym; Mon, 04 Sep 2006 05:50:33 -0700 (PDT) Received: from pres1750.airedalians.com ( [75.7.74.134]) by mx.gmail.com with ESMTP id 5sm1335272nzk.2006.09.04.05.50.32; Mon, 04 Sep 2006 05:50:32 -0700 (PDT) From: "Donald J. O'Neill" To: freebsd-questions@freebsd.org Date: Mon, 4 Sep 2006 07:50:30 -0500 User-Agent: KMail/1.9.3 References: <10609040708.AA17675@pluto.rain.com> In-Reply-To: <10609040708.AA17675@pluto.rain.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200609040750.30916.donaldjoneill@gmail.com> Cc: Perry Hutchison Subject: Re: Word processor for 6.1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Sep 2006 12:50:37 -0000 On Monday 04 September 2006 02:08, Perry Hutchison wrote: > Anyone know where I can find a working word processor for 6.1? > AbiWord and OpenOffice both require Gnome, which won't build. > richtext builds OK, but as soon as I try to select "bold" it > writes 4 lines to stderr and drops core: > > Message backtrace: > bold > bold > OutOfBounds: offset 0, size 0 > _______________________________________________ You can go to http://porting.openoffice.org/freebsd/ and download openoffice2.0.3 pre-built binaries from there. I would suggest that, rather than trying to build it. You're probably going to need java. I suggest getting the pre-built binary for diablo-jdk-1.5.0.07.00, you can get it here: http://www.freebsdfoundation.org/downloads/java.shtml Try to save yourself as much pain as possible. Building openoffice from ports tends to fall in the category of pain. Don