From owner-freebsd-java@FreeBSD.ORG Wed Oct 1 23:28:58 2008 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 19DDD1065687 for ; Wed, 1 Oct 2008 23:28:58 +0000 (UTC) (envelope-from fgagnon@sce.carleton.ca) Received: from smtp127.rog.mail.re2.yahoo.com (smtp127.rog.mail.re2.yahoo.com [206.190.53.32]) by mx1.freebsd.org (Postfix) with SMTP id AB7048FC1B for ; Wed, 1 Oct 2008 23:28:57 +0000 (UTC) (envelope-from fgagnon@sce.carleton.ca) Received: (qmail 58599 invoked from network); 1 Oct 2008 23:02:16 -0000 Received: from unknown (HELO ?192.168.1.220?) (fgagnon@99.240.237.154 with plain) by smtp127.rog.mail.re2.yahoo.com with SMTP; 1 Oct 2008 23:02:16 -0000 X-YMail-OSG: SgppEP8VM1ljGdqNi0DVYjRrAlHbcbFVM9ZW5kc9iOFWBmQRiVkAM53LptsNl1ywjw-- X-Yahoo-Newman-Property: ymail-3 Message-ID: <48E40241.1050205@sce.carleton.ca> Date: Wed, 01 Oct 2008 19:05:37 -0400 From: =?ISO-8859-1?Q?Fran=E7ois_Gagnon?= User-Agent: Thunderbird 1.5.0.12 (Windows/20070509) MIME-Version: 1.0 To: freebsd-java@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Subject: Problem Installing JDK 1.6 in FreeBSD 7.0 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2008 23:28:58 -0000 Hi, I am trying to install JDK 1.6 in FreeBSD 7.0 and here's what's wrong: I used the command: cd /usr/ports/java/jdk16 && make install clean and it told me to manually download 5 files and put them in /usr/ports/distfiles/. The files where: jdk-6u3-fcs-bin-b05-jrl-24_sep_2007.jar jdk-6u3-fcs-mozilla_headers-b05-unix-24_sep_2007.jar jdk-6u3-fcs-src-b05-jrl-24_sep_2007.jar tzupdater-1_3_0-2007h.zip bsd-jdk16-patches-3.tar.bz2 I could not find 1.3.0 of tzupdater as only 1.3.3 is available from sun website. So I downloaded tzupdater-1_3_6-2008c.zip instead and modified two entries in /usr/ports/java/jdk16/Makefile os it would look for 1.3.6 instead of 1.3.0. I runned the command "cd /usr/ports/java/jdk16 && make install clean" again and now it started unzipping some file. At some point it did a checksum on the 5 files I downloaded and everything was fine except for the tzupdater file. I get the following error message: No MD5 checksum recorded for tzupdater-1_3_6-2008c.zip No SHA256 checksum recorded for tzupdater-1_3_6-2008c.zip No suitable checksum found for tzupdater-1_3_6-2008c.zip Error code 1 and the installation aborts. Any ideas how to fix my problem ? Thanks! -- François Gagnon Ph.D. Student Network Management and Artificial Intelligence Laboratory Carleton University www.sce.carleton.ca/~fgagnon