From owner-freebsd-java@FreeBSD.ORG Fri Sep 17 20:52:24 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 52C5D106564A; Fri, 17 Sep 2010 20:52:24 +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 2C2868FC19; Fri, 17 Sep 2010 20:52:23 +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 o8HKqMbY074495; Fri, 17 Sep 2010 15:52:22 -0500 (CDT) (envelope-from shildret@scotth.emsphone.com) Received: (from shildret@localhost) by scotth.emsphone.com (8.14.4/8.14.4/Submit) id o8HKqLNh074494; Fri, 17 Sep 2010 15:52:22 -0500 (CDT) (envelope-from shildret@scotth.emsphone.com) From: "Scott T. Hildreth" To: Jung-uk Kim In-Reply-To: <1284746702.24808.140.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> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Fri, 17 Sep 2010 15:52:21 -0500 Message-ID: <1284756741.24808.143.camel@scotth.emsphone.com> Mime-Version: 1.0 X-Mailer: Evolution 2.30.3 FreeBSD GNOME Team Port Cc: 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: Fri, 17 Sep 2010 20:52:24 -0000 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: > > On Friday 17 September 2010 11:31 am, Scott T. Hildreth wrote: > > > On Thu, 2010-09-16 at 18:49 -0400, Jung-uk Kim wrote: > > > > On Thursday 16 September 2010 05:59 pm, Scott T. Hildreth wrote: > > > > > I'm trying to build the port and getting this error, > > > > > > > > > > OME=3D\\usr\\local\\diablo-jdk1.6.0 > > > > > OUTPUTDIR=3D\\usr\\ports\\java\\openjdk6 > > > > > \\work\\build\\bsd-i586-debug\\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-debug-b20 LIBRARY_SUFFIX=3Ddll > > > > > HOTSPOT_BUILD_VERSION=3D jvmg > > > > > nmake: not found > > > > > gmake[4]: *** [generic_build2] Error 127 > > > > > gmake[4]: Leaving directory > > > > > `/usr/ports/java/openjdk6/work/hotspot/make' gmake[3]: *** > > > > > [jvmg] Error 2 > > > > > gmake[3]: Leaving directory > > > > > `/usr/ports/java/openjdk6/work/hotspot/make' gmake[2]: *** > > > > > [hotspot-build] Error 2 > > > > > gmake[2]: Leaving directory `/usr/ports/java/openjdk6/work' > > > > > gmake[1]: *** [generic_debug_build] Error 2 > > > > > gmake[1]: Leaving directory `/usr/ports/java/openjdk6/work' > > > > > gmake: *** [build_debug_image] Error 2 > > > > > *** Error code 1 > > > > > > > > Something went horribly wrong and it is trying to build Windows > > > > binaries. Most likely BSD patches failed to apply somehow.=20 > > > > Please clean up and update your ports tree and retry from > > > > scratch. You may have some stale patches around. > > > > > > I did a cvsup of ports, make clean and still get the same error. > >=20 > > I am sorry if I wasn't clear enough. cvsup does not remove stale=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 have 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 and > removed the make.conf and is still no luck. =20 >=20 >=20 > Here is my options file, >=20 > cat /var/db/ports/openjdk6/options > # This file is auto-generated by 'make config'. > # No user-servicable parts inside! > # Options for openjdk6-b20_2 > _OPTIONS_READ=3Dopenjdk6-b20_2 > WITH_DEBUG=3Dtrue > WITHOUT_FASTDEBUG=3Dtrue > WITHOUT_IPV6=3Dtrue > WITH_WEB=3Dtrue > WITHOUT_POLICY=3Dtrue > WITHOUT_TEST=3Dtrue This time I tried a make clean, unset CLASSPATH and LD_LIBRARY_PATH envs, turned off WITH_DEBUG (only WITH_WEB is set) and same error occurs...not sure what to do now. >=20 > > Jung-uk Kim > > _______________________________________________ > > 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 >=20 >=20 >=20