From owner-freebsd-java@FreeBSD.ORG Mon Sep 20 18:01:14 2010 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 7EB6B10656AB; Mon, 20 Sep 2010 18:01:14 +0000 (UTC) (envelope-from shildret@scotth.emsphone.com) Received: from scotth.emsphone.com (scotth.emsphone.com [199.67.51.179]) by mx1.freebsd.org (Postfix) with ESMTP id 6FFB78FC19; Mon, 20 Sep 2010 18:01:12 +0000 (UTC) Received: from scotth.emsphone.com (localhost [127.0.0.1]) by scotth.emsphone.com (8.14.4/8.14.4) with ESMTP id o8KI192a042842; Mon, 20 Sep 2010 13:01:09 -0500 (CDT) (envelope-from shildret@scotth.emsphone.com) Received: (from shildret@localhost) by scotth.emsphone.com (8.14.4/8.14.4/Submit) id o8KI192G042841; Mon, 20 Sep 2010 13:01:09 -0500 (CDT) (envelope-from shildret@scotth.emsphone.com) From: "Scott T. Hildreth" To: Jonathan Chen In-Reply-To: <1285002365.4385.38.camel@scotth.emsphone.com> References: <201009091743.01109.jkim@FreeBSD.org> <201009161849.31624.jkim@FreeBSD.org> <1284737480.24808.35.camel@scotth.emsphone.com> <201009171150.06170.jkim@FreeBSD.org> <1284746702.24808.140.camel@scotth.emsphone.com> <1284756741.24808.143.camel@scotth.emsphone.com> <20100918043745.GB77890@osiris.chen.org.nz> <1284994734.4385.32.camel@scotth.emsphone.com> <1285002365.4385.38.camel@scotth.emsphone.com> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Mon, 20 Sep 2010 13:01:08 -0500 Message-ID: <1285005668.4385.40.camel@scotth.emsphone.com> Mime-Version: 1.0 X-Mailer: Evolution 2.30.3 FreeBSD GNOME Team Port Cc: Jung-uk Kim , freebsd-java Subject: Re: IcedTea6 Mozilla plugin with OpenJDK6 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: Mon, 20 Sep 2010 18:01:14 -0000 On Mon, 2010-09-20 at 12:06 -0500, Scott T. Hildreth wrote: > On Mon, 2010-09-20 at 09:58 -0500, Scott T. Hildreth wrote: > > On Sat, 2010-09-18 at 16:37 +1200, Jonathan Chen wrote: > > > On Fri, Sep 17, 2010 at 03:52:21PM -0500, Scott T. Hildreth wrote: > > > > On Fri, 2010-09-17 at 13:05 -0500, Scott T. Hildreth wrote: > > > > > On Fri, 2010-09-17 at 11:49 -0400, Jung-uk Kim wrote: > > > > > > I am sorry if I wasn't clear enough. cvsup does not remove sta= le=20 > > > > > > patches. portsnap(8) can do that for you. > > > > > >=20 > > > > > > If it still doesn't work after that, please show=20 > > > > > > me /var/db/ports/openjdk6/options and /etc/make.conf if you hav= e one. > > > > >=20 > > > > > =20 > > > > > My ports is definitely up to date, we have a copy of the cvs resp= that > > > > > is updated daily. I checked my files against another server here= which > > > > > built the port without issue. I moved my make.conf to a backup a= nd > > > > > removed the make.conf and is still no luck. =20 > > >=20 > > > What Jung-uk is saying is that you may have stale patches in the > > > java/openjdk6 subtree of your ports tree. If you: > > >=20 > > > # rm -r /usr/ports/java/openjdk6 > >=20 > > I've compared the port files to other servers and they were the same, > > but I removed the port, cvsup and still same error, > >=20 > > cd /usr/ports/java/openjdk6/work/build/bsd-i586/hotspot/outputdir; \ > > MAKEFLAGS=3D MFLAGS=3D nmake /NOLOGO -f \\usr\\ports\\java\ > > \openjdk6\\work\\hotspot\\make\\windows\\build.make \ > > Variant=3Dcompiler2 \ > > WorkSpace=3D\\usr\\ports\\java\\openjdk6\\work\ > > \hotspot \ > > BootStrapDir=3D\\usr\\local\\diablo-jdk1.6.0 \ > > BuildUser=3Dshildret \ > > JDK_MKTG_VERSION=3D6 JDK_MAJOR_VER=3D1 > > JDK_MINOR_VER=3D6 JDK_MICRO_VER=3D0 JDK_BUILD_NUMBER=3D20 BUILD_WIN_SA= =3D1 > > JAVA_HOME=3D\\usr\\local\\diablo-jdk1.6.0 OUTPUTDIR=3D\\usr\\ports\\jav= a\ > > \openjdk6\\work\\build\\bsd-i586\\hotspot\\outputdir GAMMADIR=3D\\usr\ > > \ports\\java\\openjdk6\\work\\hotspot MAKE_VERBOSE=3Dy > > HOTSPOT_RELEASE_VERSION=3D17.0-b16 JRE_RELEASE_VERSION=3D1.6.0-b20 > > LIBRARY_SUFFIX=3Ddll HOTSPOT_BUILD_VERSION=3D product > > nmake: not found > >=20 > >=20 >=20 > I compiled on another server and looked at the build messages, > the build should be using the below gmake command, why does it think=20 > my server is a windows machine and trying to use nmake (above)? >=20 It was something in my user env that was causing this, not sure what though. I su - root and it is compiling without errors. Thanks for listening. :-) >=20 > cd /usr/ports/java/openjdk6/work/build/bsd-i586/hotspot/outputdir; \^M > gmake -f /usr/ports/java/openjdk6/work/hotspot/make/bsd/Makef= ile \^M > JAVA_HOME=3D/usr/local/openjdk6 OUTPUTDIR=3D/usr/p= orts/java/openjdk6/work/build/bsd-i586/hotspot/outputdir GAMMADIR=3D/usr/po= rts/java/o > penjdk6/work/hotspot MAKE_VERBOSE=3Dy HOTSPOT_RELEASE_VERSION=3D17.0-b16 = JRE_RELEASE_VERSION=3D1.6.0-b20 LIBRARY_SUFFIX=3Dso HOTSPOT_BUILD_VER >=20 >=20 > > I was able to compile it on my server at home, so it something on my bo= x > > here at work that is causing the failure. > >=20 > > >=20 > > > and the csup again, you may have better luck. > >=20 >=20 > _______________________________________________ > 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" >=20