From owner-freebsd-java@FreeBSD.ORG Wed Jan 4 19:03:25 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 1BDE116A41F for ; Wed, 4 Jan 2006 19:03:25 +0000 (GMT) (envelope-from hans@cyberxdesigns.com) Received: from host.cxdhosting.com (host.cxdhosting.com [66.98.192.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id A48D943D48 for ; Wed, 4 Jan 2006 19:03:24 +0000 (GMT) (envelope-from hans@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 1EuDn8-0001FR-DJ for freebsd-java@freebsd.org; Wed, 04 Jan 2006 13:55:23 -0500 Message-ID: <43BC1BFA.7040304@cyberxdesigns.com> Date: Wed, 04 Jan 2006 14:03:22 -0500 From: "Hans C. Kaspersetz" Organization: Cyber X Designs, LLC. User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-java@freebsd.org 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: 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: Wed, 04 Jan 2006 19:03:25 -0000 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 -- Hans C. Kaspersetz Cyber X Designs hans at cyberxdesigns.com http://www.cyberxdesigns.com ---------------- snip ------------------------------------------ ../../../src/share/classes/sun/net/www/protocol/http/HttpURLConnection.java:1186: warning: non-varargs call of varargs method with inexact argument type for last parameter; cast to java.lang.Object for a varargs call cast to java.lang.Object[] for a non-varargs call and to suppress this warning return (IOException)ctr.newInstance(args); ^ ../../../src/share/classes/com/sun/jmx/mbeanserver/StandardMetaDataImpl.java:637: warning: non-varargs call of varargs method with inexact argument type for last parameter; cast to java.lang.Object for a varargs call cast to java.lang.Object[] for a non-varargs call and to suppress this warning result = meth.invoke(instance,null); ^ ../../../src/share/classes/com/sun/jmx/mbeanserver/MBeanInstantiatorImpl.java:162: warning: non-varargs call of varargs method with inexact argument type for last parameter; cast to java.lang.Object for a varargs call cast to java.lang.Object[] for a non-varargs call and to suppress this warning moi= cons.newInstance(null); ^ Note: * uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. 21 errors 12 warnings gmake[3]: *** [.compile.classlist] Error 1 gmake[3]: Leaving directory `/usr/ports/java/jdk15/work/j2se/make/java/java' gmake[2]: *** [all] Error 1 gmake[2]: Leaving directory `/usr/ports/java/jdk15/work/j2se/make/java' gmake[1]: *** [all] Error 1 gmake[1]: Leaving directory `/usr/ports/java/jdk15/work/j2se/make' gmake: *** [j2se-build] Error 2 *** Error code 2 Stop in /usr/ports/java/jdk15.