From owner-freebsd-java@FreeBSD.ORG Thu Jan 5 05:22:41 2006 Return-Path: X-Original-To: freebsd-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 EB75E16A41F for ; Thu, 5 Jan 2006 05:22:41 +0000 (GMT) (envelope-from lamolist@cyberxdesigns.com) Received: from host.cxdhosting.com (host.cxdhosting.com [66.98.192.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9158343D5E for ; Thu, 5 Jan 2006 05:22:41 +0000 (GMT) (envelope-from lamolist@cyberxdesigns.com) Received: from ool-44c46c65.dyn.optonline.net ([68.196.108.101] helo=[192.168.0.105]) by host.cxdhosting.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.52) id 1EuNSN-0002OK-KQ for freebsd-java@freebsd.org; Thu, 05 Jan 2006 00:14:37 -0500 Message-ID: <43BCAD21.7080102@cyberxdesigns.com> Date: Thu, 05 Jan 2006 00:22:41 -0500 From: Hans Kaspersetz User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-java@freebsd.org References: <43BC1BFA.7040304@cyberxdesigns.com> In-Reply-To: <43BC1BFA.7040304@cyberxdesigns.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus-Scanner: Clean mail though you should still use an Antivirus X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - host.cxdhosting.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [47 12] X-AntiAbuse: Sender Address Domain - cyberxdesigns.com X-Source: X-Source-Args: X-Source-Dir: Subject: Re: Java JDK15 Port Fails to Make 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, 05 Jan 2006 05:22:42 -0000 I solved my own problem today. After I wrote this email I did the following. 1. I ran cvsup and updated all my ports 2. I recompiled my kernel with linux compatibility. 3. mount -t linprocfs linprocfs /compat/linux/proc 4. cd /usr/ports/java/jdk15 5. make clean 6. make 7. make install And it worked. I must have missed a step at someother point. Thanks, Hans Kaspersetz Hans C. Kaspersetz wrote: > I am trying to install Java JDK15 from ports and it fails to make. I > am trying to build it on: 5.3-RELEASE FreeBSD 5.3-RELEASE #0. My > failure is very similar to the failure reported in this post: > > http://lists.freebsd.org/pipermail/freebsd-java/2005-April/003763.html > > Actually my errors are exactly the same. I looked through the > archives and could not find the resolution for this problem. Please > help. I have pasted in my error below. > > Hans >