IcedTea6 Mozilla plugin with OpenJDK6

Scott T. Hildreth shildret at scotth.emsphone.com
Mon Sep 20 17:06:12 UTC 2010


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 
> > > > > patches.  portsnap(8) can do that for you.
> > > > > 
> > > > > If it still doesn't work after that, please show 
> > > > > me /var/db/ports/openjdk6/options and /etc/make.conf if you have one.
> > > > 
> > > >  
> > > > 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.  
> > 
> > What Jung-uk is saying is that you may have stale patches in the
> > java/openjdk6 subtree of your ports tree. If you:
> > 
> >     # rm -r /usr/ports/java/openjdk6
> 
> I've compared the port files to other servers and they were the same,
> but I removed the port, cvsup and still same error,
> 
> cd /usr/ports/java/openjdk6/work/build/bsd-i586/hotspot/outputdir; \
>             MAKEFLAGS= MFLAGS= nmake /NOLOGO -f \\usr\\ports\\java\
> \openjdk6\\work\\hotspot\\make\\windows\\build.make \
>                       Variant=compiler2 \
>                       WorkSpace=\\usr\\ports\\java\\openjdk6\\work\
> \hotspot \
>                       BootStrapDir=\\usr\\local\\diablo-jdk1.6.0 \
>                       BuildUser=shildret \
>                        JDK_MKTG_VERSION=6 JDK_MAJOR_VER=1
> JDK_MINOR_VER=6 JDK_MICRO_VER=0 JDK_BUILD_NUMBER=20 BUILD_WIN_SA=1
> JAVA_HOME=\\usr\\local\\diablo-jdk1.6.0 OUTPUTDIR=\\usr\\ports\\java\
> \openjdk6\\work\\build\\bsd-i586\\hotspot\\outputdir GAMMADIR=\\usr\
> \ports\\java\\openjdk6\\work\\hotspot MAKE_VERBOSE=y
> HOTSPOT_RELEASE_VERSION=17.0-b16 JRE_RELEASE_VERSION=1.6.0-b20
> LIBRARY_SUFFIX=dll HOTSPOT_BUILD_VERSION= product
> nmake: not found
> 
> 

I compiled on another server and looked at the build messages,
the build should be using the below gmake command, why does it think 
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/Makefile \^M
                       JAVA_HOME=/usr/local/openjdk6 OUTPUTDIR=/usr/ports/java/openjdk6/work/build/bsd-i586/hotspot/outputdir GAMMADIR=/usr/ports/java/o
penjdk6/work/hotspot MAKE_VERBOSE=y HOTSPOT_RELEASE_VERSION=17.0-b16 JRE_RELEASE_VERSION=1.6.0-b20 LIBRARY_SUFFIX=so 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.
> 
> > 
> > and the csup again, you may have better luck.
> 



More information about the freebsd-java mailing list