Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Sep 2010 12:06:05 -0500
From:      "Scott T. Hildreth" <shildret@scotth.emsphone.com>
To:        Jonathan Chen <jonc@chen.org.nz>
Cc:        Jung-uk Kim <jkim@freebsd.org>, freebsd-java <freebsd-java@freebsd.org>
Subject:   Re: IcedTea6 Mozilla plugin with OpenJDK6
Message-ID:  <1285002365.4385.38.camel@scotth.emsphone.com>
In-Reply-To: <1284994734.4385.32.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>

next in thread | previous in thread | raw e-mail | index | archive | help
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 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 t=
hat
> > > > is updated daily.  I checked my files against another server here w=
hich
> > > > 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
> > 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=3D=
1
> JAVA_HOME=3D\\usr\\local\\diablo-jdk1.6.0 OUTPUTDIR=3D\\usr\\ports\\java\
> \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

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)?


cd /usr/ports/java/openjdk6/work/build/bsd-i586/hotspot/outputdir; \^M
            gmake -f /usr/ports/java/openjdk6/work/hotspot/make/bsd/Makefil=
e \^M
                       JAVA_HOME=3D/usr/local/openjdk6 OUTPUTDIR=3D/usr/por=
ts/java/openjdk6/work/build/bsd-i586/hotspot/outputdir GAMMADIR=3D/usr/port=
s/java/o
penjdk6/work/hotspot MAKE_VERBOSE=3Dy HOTSPOT_RELEASE_VERSION=3D17.0-b16 JR=
E_RELEASE_VERSION=3D1.6.0-b20 LIBRARY_SUFFIX=3Dso HOTSPOT_BUILD_VER


> I was able to compile it on my server at home, so it something on my box
> here at work that is causing the failure.
>=20
> >=20
> > and the csup again, you may have better luck.
>=20




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