Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Feb 2005 08:58:29 -0700
From:      Greg Lewis <glewis@eyesbeyond.com>
To:        kalin mintchev <kalin@el.net>
Cc:        freebsd-java@FreeBSD.org
Subject:   Re: build error...
Message-ID:  <20050225155829.GA98658@misty.eyesbeyond.com>
In-Reply-To: <60333.24.90.34.93.1109332230.squirrel@24.90.34.93>
References:  <60333.24.90.34.93.1109332230.squirrel@24.90.34.93>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Feb 25, 2005 at 06:50:30AM -0500, kalin mintchev wrote:
> i'm trying to build the sdk 1.4.2 from ports...  bsd 5.3
> 
> after an hour or so here is what happens:
> 
> Java HotSpot(TM) Client VM warning: Can't detect initial thread stack
> location/usr/ports/java/jdk14/work/control/build/bsd-i586/gensrc/java/util/CurrencyData.java:1:
> 'class' or 'interface' expected
> Java HotSpot(TM) Client VM warning: Can't detect initial thread stack
> location^
> /usr/ports/java/jdk14/work/control/build/bsd-i586/gensrc/java/util/CurrencyData.java:1:
> unclosed character literal
> Java HotSpot(TM) Client VM warning: Can't detect initial thread stack
> location                                       ^
> 2 errors
> gmake[4]: *** [.compile.classlist] Error 1
> gmake[4]: Leaving directory `/usr/ports/java/jdk14/work/j2se/make/java/java'
> gmake[3]: *** [optimized] Error 2
> gmake[3]: Leaving directory `/usr/ports/java/jdk14/work/j2se/make/java/java'
> gmake[2]: *** [all] Error 1
> gmake[2]: Leaving directory `/usr/ports/java/jdk14/work/j2se/make/java'
> gmake[1]: *** [all] Error 1
> gmake[1]: Leaving directory `/usr/ports/java/jdk14/work/j2se/make'
> gmake: *** [j2se-build] Error 2
> *** Error code 2
> 
> Stop in /usr/ports/java/jdk14.
> 
> 
> what now?

kldload libprocfs
mount /compat/linux/proc

You must also have an older version of the ports tree since the current
jdk14 port has a patch to avoid this.

-- 
Greg Lewis                          Email   : glewis@eyesbeyond.com
Eyes Beyond                         Web     : http://www.eyesbeyond.com
Information Technology              FreeBSD : glewis@FreeBSD.org



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