From owner-freebsd-questions@FreeBSD.ORG Mon May 19 03:31:41 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 78D8CA36 for ; Mon, 19 May 2014 03:31:41 +0000 (UTC) Received: from nightmare.dreamchaser.org (nightmare.dreamchaser.org [12.32.44.142]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3DC9127D3 for ; Mon, 19 May 2014 03:31:40 +0000 (UTC) Received: from breakaway.dreamchaser.org (breakaway.dreamchaser.org. [12.32.36.73]) by nightmare.dreamchaser.org (8.13.6/8.13.6) with ESMTP id s4J3VbWg059845; Sun, 18 May 2014 21:31:38 -0600 (MDT) (envelope-from freebsd@dreamchaser.org) Message-ID: <53797B19.7000304@dreamchaser.org> Date: Sun, 18 May 2014 21:31:37 -0600 From: Gary Aitken Reply-To: freebsd@dreamchaser.org User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: Edward M , freebsd-questions@freebsd.org Subject: Re: openoffice-4 dist file missing; openoffice.org-3 fails to extract References: <537930DE.7010904@dreamchaser.org> <5379776B.3060706@gmail.com> In-Reply-To: <5379776B.3060706@gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (nightmare.dreamchaser.org [12.32.36.65]); Sun, 18 May 2014 21:31:38 -0600 (MDT) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 May 2014 03:31:41 -0000 >> Trying to build either of these: >> openoffice-4 >> openoffice.org-3 >> >> For openoffice-4, I get: >> Requires distfile: ApacheOpenOffice.ext_sources.4.0.1.r1524958.tar.bz2 >> doesn't seem to exist. >> It's not clear to me from the build message where >> ApacheOpenOffice.ext_sources.4.0.1.r1524958.tar.bz2 >> is supposed to be; >> I don't see it at >> ftp.freebsd.org/pub/FreeBSD/ports/distfiles/openoffice >> >> For openoffice.org-3 I get: >> >> ===> Fetching all distfiles required by openoffice.org-3.3.0 for building >> ===> Extracting for openoffice.org-3.3.0 >> => SHA256 Checksum OK for openoffice.org3/OOo_OOO330_m20_source.tar.bz2. >> => SHA256 Checksum OK for openoffice.org3/ext_sources.20110129.tar.bz2. >> => SHA256 Checksum OK for openoffice.org3/unowinreg.dll. >> tar: Unrecognized archive format >> tar: Error exit delayed from previous errors. >> *** [do-extract] Error code 1 >> >> Has anyone built either of these successfully recently? >> If so, what's the magic? > > > Hello, > > I also had the same problem, I just went for libreoffice instead. > I don't know, probably, openoffice ports are depreciating? > > Best regards > ed I just got a good build using openoffice-devel, which is 4.1.0, and so far seems to work. I've only crudely tested with calc and writer; can't test the db stuff until I get a jdk that works. Gary