From owner-freebsd-java@FreeBSD.ORG Thu Dec 1 22:15:55 2005 Return-Path: X-Original-To: java@FreeBSD.org Delivered-To: freebsd-java@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E95C716A41F for ; Thu, 1 Dec 2005 22:15:55 +0000 (GMT) (envelope-from adam.stroud@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CEDD43D5C for ; Thu, 1 Dec 2005 22:15:55 +0000 (GMT) (envelope-from adam.stroud@gmail.com) Received: by zproxy.gmail.com with SMTP id 9so150072nzo for ; Thu, 01 Dec 2005 14:15:54 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=KRQH7GX8pkx90X+s1Y4EWdPQZPiWO+wd0FmoVes484C+8ek83V+V19petkwSvFjRccCfbreeg848+ZLAFEAmLXhRpyakdyMCVmqyWjCgOosiUs84PCn0vBP6g33qtzk04eLI+Ju/KftiR2AZjOzHtn9FOBYrfvIJ1wv2kqS+iYU= Received: by 10.36.224.71 with SMTP id w71mr1919749nzg; Thu, 01 Dec 2005 14:15:54 -0800 (PST) Received: by 10.36.46.14 with HTTP; Thu, 1 Dec 2005 14:15:54 -0800 (PST) Message-ID: Date: Thu, 1 Dec 2005 17:15:54 -0500 From: Adam Stroud To: java@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: java/jdk15-doc 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: Thu, 01 Dec 2005 22:15:56 -0000 All: I was trying to install the jdk15-doc port and it kept failing even after I downloaded the zip file from Sun and placed it in /usr/ports/distfiles. Th= e build error says that there is a md5 mismatch then naturally tries to download the file and fails. I looked at the distinfo file and sure enough the file size and md5sum are different that for the zip file I am downloading. The file that I downloaded (jdk-1_5_0-doc.zip) as of 12/1/200= 5 17:02 EST has the following properties: prompt# md5 /usr/ports/distfiles/jdk-1_5_0-doc.zip MD5 (/usr/ports/distfiles/jdk-1_5_0-doc.zip) =3D 06d108655466460e12bc9018c5fee863 prompt# ls -l /usr/ports/distfiles/jdk-1_5_0-doc.zip -rw-r--r-- 1 root wheel 46191338 Dec 1 17:02 /usr/ports/distfiles/jdk-1_5_0-doc.zip prompt# does the distinfo file need to be updated, or am I just losing my mind? Thanks A