Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Apr 2006 22:48:38 +0300
From:      Panagiotis Astithas <past@ebs.gr>
To:        Derrick Edwards <derrick@uniquestrength.net>
Cc:        freebsd-ports@freebsd.org
Subject:   Re: Problems building java/jdk15
Message-ID:  <443FFC96.5040300@ebs.gr>
In-Reply-To: <200604140706.14745.derrick@uniquestrength.net>
References:  <200604140706.14745.derrick@uniquestrength.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Derrick Edwards wrote:
> 	Hi,
> I am attempting to build java however, I am getting this error message is 
> there something else I need to do?
> Thanks Derrick
> FreeBSD 6.1-RC i386 SMP-GENERIC
> 
> 
> {snip}
> 
> ../../../src/share/classes/javax/xml/transform/TransformerException.java:329: 
> warning: non-varargs call of varargs method with inexact argument type for 
> last parameter;
> cast to java.lang.Class for a varargs call
> cast to java.lang.Class[] for a non-varargs call and to suppress this warning
>                         null);
>                         ^
> ../../../src/share/classes/javax/xml/transform/TransformerException.java:334: 
> 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
>                     exception = (Throwable) meth.invoke(exception, null);
>                                                                    ^
> ../../../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.

You seem to have posted some warnings, but not the actual errors, so one 
cannot be sure about the actual problem. Perhaps you would like to try 
the binary packages from the FreeBSD Foundation and avoid the hassle 
altogether?

Cheers,

Panagiotis




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?443FFC96.5040300>