From owner-freebsd-java@FreeBSD.ORG Mon Sep 27 21:34:11 2010 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 A0EED1065672 for ; Mon, 27 Sep 2010 21:34:11 +0000 (UTC) (envelope-from ronald-freebsd8@klop.yi.org) Received: from fep19.mx.upcmail.net (fep19.mx.upcmail.net [62.179.121.39]) by mx1.freebsd.org (Postfix) with ESMTP id DBA7A8FC1F for ; Mon, 27 Sep 2010 21:34:10 +0000 (UTC) Received: from edge03.upcmail.net ([192.168.13.238]) by viefep19-int.chello.at (InterMail vM.8.01.02.02 201-2260-120-106-20100312) with ESMTP id <20100927213409.ROTX1892.viefep19-int.chello.at@edge03.upcmail.net>; Mon, 27 Sep 2010 23:34:09 +0200 Received: from pinky ([213.46.23.80]) by edge03.upcmail.net with edge id Bxa71f03U1jgp3H03xa8WQ; Mon, 27 Sep 2010 23:34:09 +0200 X-SourceIP: 213.46.23.80 Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes To: freebsd-java@freebsd.org, "tom oakes" References: <4C9EBC4B.8070703@comcast.net> Date: Mon, 27 Sep 2010 23:34:06 +0200 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: "Ronald Klop" Message-ID: In-Reply-To: <4C9EBC4B.8070703@comcast.net> User-Agent: Opera Mail/10.62 (Win32) X-Cloudmark-Analysis: v=1.1 cv=BBXmjR/jrMMj1wHBsuD7Cdv69cLzNztNz9uR8CXiauo= c=1 sm=0 a=bgpUlknNv7MA:10 a=kj9zAlcOel0A:10 a=C_IRinGWAAAA:8 a=ANcvExOBzuy3CcyvdWsA:9 a=GiZjzVDjDeZiTTI7svRW7EuxphIA:4 a=CjuIK1q_8ugA:10 a=si9q_4b84H0A:10 a=HpAAvcLHHh0Zw7uRqdWCyQ==:117 Cc: Subject: Re: Port Install jdk16 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: Mon, 27 Sep 2010 21:34:11 -0000 On Sun, 26 Sep 2010 05:21:47 +0200, tom oakes wrote: > Hello, > > I am attempting a port install of jdk16 on a new Freebsd 8.1 system. > > I have managed to get the port through displaying the license. The next > output is: > > "Do you agree to the above license terms? [yes or no] > yes > unzip: cannot find or open /usr/ports/distfiles/E, > /usr/ports/distfiles/E.zip or /usr/ports/distfiles/E.ZIP. > *** Error code 1 > > Stop in /usr/ports/java/jdk16. > *** Error code 1 > > Stop in /usr/ports/java/jdk16." > > > I have no idea what the file E, E.zip, or E.ZIP is or where to find it. > > Any help you can give me will be appreciated! > > Tom Oakes Does /use/ports/java/openjdk6 work for you? Ronald.