From owner-freebsd-java@FreeBSD.ORG Sat Feb 18 11:02:08 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 3E3AB16A420 for ; Sat, 18 Feb 2006 11:02:08 +0000 (GMT) (envelope-from niekdekker@gmail.com) Received: from uproxy.gmail.com (uproxy.gmail.com [66.249.92.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2EEC343D45 for ; Sat, 18 Feb 2006 11:02:04 +0000 (GMT) (envelope-from niekdekker@gmail.com) Received: by uproxy.gmail.com with SMTP id m3so384847ugc for ; Sat, 18 Feb 2006 03:02:03 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:disposition-notification-to:date:from:user-agent:x-accept-language:mime-version:to:cc:subject:references:in-reply-to:content-type; b=OtAKCBUGtYZCUJbl/Typ+EkiYXKgqqq3od7u48m5xakcUpP1clRQeiAH+M69RlXLaoua1yxBuBgy/RJlKi2E91TzmfiwLkPGZk/zZ7aIbN9H9ixuc4x7xXYx6g/xURwaAPMFrgQvqNx8eDitjHPQIZRux0ULsg8XCvMcJA/ZATA= Received: by 10.66.241.17 with SMTP id o17mr1635392ugh; Sat, 18 Feb 2006 03:02:03 -0800 (PST) Received: from ?192.168.1.5? ( [217.19.20.88]) by mx.gmail.com with ESMTP id o1sm1530546uge.2006.02.18.03.02.02; Sat, 18 Feb 2006 03:02:02 -0800 (PST) Message-ID: <43F6FEA8.7030901@gmail.com> Date: Sat, 18 Feb 2006 12:02:00 +0100 From: Niek Dekker User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; nl-NL; rv:1.7.2) Gecko/20040804 Netscape/7.2 (ax) X-Accept-Language: nl-NL,nl-BE,nl MIME-Version: 1.0 To: kalin@el.net References: <56606.24.90.33.115.1140208405.squirrel@mail.el.net> <61161.24.90.33.115.1140251148.squirrel@mail.el.net> In-Reply-To: <61161.24.90.33.115.1140251148.squirrel@mail.el.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-java@freebsd.org Subject: Re: jdk15 build failure on 6.0 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: Sat, 18 Feb 2006 11:02:08 -0000 Hi Kalin, I have 6_0_RELEASE installed on my server. I first installed native jdk1.4 (for this I had to install linux JDK and linux compatibility first). jdk1.4 was running fine, but for a certain Tomcat application I had to install jdk1.5. I downloaded the source and binaries from Sun, as well as the jdk1.5 patch set (as mentioned in the Makefile). For me the installation of jdk1.5 went well, using the native jdk1.4 as bootstrap. It runs fine and stable. I read somewhere that it is necessary to have a /compat /linux/proc directory in place before you start the make process. I did that. Just my 2 cents... Good luck, Niek kalin mintchev schreef: >>hi all... >> >>jdk15 build fails with this... any ideas? thanks.... >> >> > >any ideas yet? > > > >>../../../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. >> >> >> >> >>_______________________________________________ >>freebsd-java@freebsd.org mailing list >>http://lists.freebsd.org/mailman/listinfo/freebsd-java >>To unsubscribe, send any mail to "freebsd-java-unsubscribe@freebsd.org" >> >> >> > > >_______________________________________________ >freebsd-java@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-java >To unsubscribe, send any mail to "freebsd-java-unsubscribe@freebsd.org" > > >