From owner-freebsd-java@FreeBSD.ORG Fri Aug 10 12:50:44 2007 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 45DF416A419 for ; Fri, 10 Aug 2007 12:50:44 +0000 (UTC) (envelope-from datahead4@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.236]) by mx1.freebsd.org (Postfix) with ESMTP id E4B1113C428 for ; Fri, 10 Aug 2007 12:50:43 +0000 (UTC) (envelope-from datahead4@gmail.com) Received: by wr-out-0506.google.com with SMTP id 70so45243wra for ; Fri, 10 Aug 2007 05:50:43 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Wn5xgew+iNgz19dYiyo9+h8tMWGIUTzb3TwWIX5UBx4waqOisQv7vgVlQhHjMQMx/+e14euVbsBdLm+42pRC+pJLxAFdaiZTjNjACcIWVCzkqk3kN3g0qrg3dKRSK8IZBg1nyeL9dayCWkLnIm7l4tCmv+aGpvE6cDYu07RpjnQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=uF9Qphg69a1P8B/PTNXM7g7D7NUR83CW6gbhWt084etuPx8BGZleNVfE+ujs4M2cqIj2hJU29AFsFSsApTnxT6vcmblJPFBeE0A9UvQpJ6eyHJM9tDu6VEknchWot27ljNtApeAOYjO/N5zCMWKFsmfVzvfs5VDc6ompABTH0JY= Received: by 10.90.25.3 with SMTP id 3mr3122243agy.1186750242231; Fri, 10 Aug 2007 05:50:42 -0700 (PDT) Received: by 10.90.55.10 with HTTP; Fri, 10 Aug 2007 05:50:42 -0700 (PDT) Message-ID: Date: Fri, 10 Aug 2007 07:50:42 -0500 From: Matt To: "Rene Ladan" In-Reply-To: <46BB9860.4050105@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20070803053142.GA4434@misty.eyesbeyond.com> <46B5EDF6.3020603@gmail.com> <200708091645.05680.jkim@FreeBSD.org> <46BB9860.4050105@gmail.com> Cc: Jung-uk Kim , freebsd-java@freebsd.org Subject: Re: JDK 1.6.0 patchset 1 "Brumby" 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: Fri, 10 Aug 2007 12:50:44 -0000 On 8/9/07, Rene Ladan wrote: > Jung-uk Kim schreef: > > On Sunday 05 August 2007 11:34 am, Rene Ladan wrote: > >> I tried installing this on my i386 FreeBSD-CURRENT SMP box > >> (2007-08-04 06:32 UTC) using diablo-jdk15 as bootstrap. The build > >> first failed because of GCC 4.2 warnings-as-errors about deprecated > >> string conversions. After commenting out a -Werror in > >> work/hotspot/build/bsd/makefiles/gcc.make , the hotspot-fastdebug > >> server built fine, but it failed in test_gamma. I've attached the > >> hs_err log. > > > > The attached patch should fix the build problem on -CURRENT. > > > Got it. > > Your error log shows that you set JAVA_HOME wrong: > > > > Environment Variables: > > JAVA_HOME=/usr/local/diablo-jdk1.5.0 > > > Building with diablo-jdk15 is supported? > > After moving the patch to files/ and removing work/ , rebuilding the > port now lets the gamma tests succeed. But now it fails with an > AssertionError when zipping up rt.jar. The build log including some > additional information is available at > http://home.tiscali.nl/rladan/freebsd/AssertionError.bz2 (35kB). > See suggestion noted in http://lists.freebsd.org/pipermail/freebsd-java/2007-August/006579.html The optimization reduction noted there fixed my build issues on current for both jdk16 and jdk15. > Regards, > Rene > -- > GPG fingerprint = E738 5471 D185 7013 0EE0 4FC8 3C1D 6F83 12E1 84F6 > (subkeys.pgp.net) > > "It won't fit on the line." > -- me, 2001 > > _______________________________________________ > 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" >