From owner-freebsd-questions@FreeBSD.ORG Thu May 24 00:07:27 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3EC8F106566B for ; Thu, 24 May 2012 00:07:27 +0000 (UTC) (envelope-from garya@dreamchaser.org) Received: from nightmare.dreamchaser.org (nightmare.dreamchaser.org [12.32.44.142]) by mx1.freebsd.org (Postfix) with ESMTP id 83B0E8FC12 for ; Thu, 24 May 2012 00:07:03 +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 q4O06udO014138; Wed, 23 May 2012 18:06:57 -0600 (MDT) (envelope-from garya@dreamchaser.org) Message-ID: <4FBD7BA0.7070502@dreamchaser.org> Date: Wed, 23 May 2012 18:06:56 -0600 From: Gary Aitken User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:9.0) Gecko/20111228 Thunderbird/9.0 MIME-Version: 1.0 To: goksin.akdeniz@gmail.com References: <4FBBF32D.9070505@dreamchaser.org> <20120522234510.a406941d.goksin.akdeniz@gmail.com> In-Reply-To: <20120522234510.a406941d.goksin.akdeniz@gmail.com> Content-Type: text/plain; charset=ISO-8859-9; format=flowed Content-Transfer-Encoding: 8bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (nightmare.dreamchaser.org [12.32.36.65]); Wed, 23 May 2012 18:06:57 -0600 (MDT) Cc: freebsd-questions@freebsd.org Subject: Re: openoffice on 9.0 (JDK issues) 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: Thu, 24 May 2012 00:07:27 -0000 On 05/22/12 14:45, Gökşin Akdeniz wrote: > The OpenOffice.org package is a big one and consumes a lot of bandwith. > Therefore some may not be available. > > Try to build OpenOffice.org from ports. It takes time, be patient. ok, attempting that... After copying the jdk-6u3-fcs... files that it complained about from the oracle site: OO requires ant, but the ant install fails: 123 /usr/ports/devel/apache-ant#make install ===> Installing for apache-ant-1.8.2_1 ===> apache-ant-1.8.2_1 depends on executable: classpath - found ===> apache-ant-1.8.2_1 depends on file: /usr/local/jdk1.6.0/bin/java - not found ===> Verifying install for /usr/local/jdk1.6.0/bin/java in /usr/ports/java/jdk16 ===> Vulnerability check disabled, database not found ===> License check disabled, port has not defined LICENSE ===> Found saved configuration for jdk-1.6.0.3p4_27 IMPORTANT: To build the JDK 1.6.0 port, you should have at least 2.5Gb of free disk space in the build area! Due to licensing restrictions, certain files must be fetched manually. Please open http://www.oracle.com/technetwork/java/javase/downloads/index.html in a web browser and follow the "Download" link for "JDK DST Timezone Update Tool - 1_3_42" to obtain the time zone update file, tzupdater-1_3_42-2011k.zip. Please place the downloaded file(s) in /usr/ports/distfiles and restart the build. *** Error code 1 Stop in /usr/ports/java/jdk16. *** Error code 1 Stop in /usr/ports/java/jdk16. *** Error code 1 Stop in /usr/ports/devel/apache-ant. The oracle site does not contain the proper version of tzupdater -- it includes a more recent version, 1_3_47-2012c.zip. What's the right way to get around that issue? Thanks, Gary