Date: Mon, 10 Apr 2006 12:48:17 -0300 (ADT) From: "Marc G. Fournier" <scrappy@hub.org> To: freebsd-java@freebsd.org Subject: Building java in a Jail ... Message-ID: <20060410124528.T1096@ganymede.hub.org>
next in thread | raw e-mail | index | archive | help
I just tried to build java 1.5 within a FreeBSD 6.x / amd64 based jail ... it gets most of the way through, and hangs, with several java processes running with very high %CPU ... so, I killed it all off, figured I'd start from scratch and see how it goes a second time through ... but, now when I type 'make', it fails with: # make ===> Building for jdk-1.5.0p3 ERROR: You must have LINPROCFS mounted before starting to build the native JDK 1.5.0. You may do it with the following commands: # kldload linprocfs and # mount -t linprocfs linprocfs /compat/linux/proc *** Error code 1 Stop in /usr/ports/java/jdk15. But, I did mount it ... the problem is, 'df' doesn't show it ... not sure if there is a 'clean workaround' for this, but figured I'd mention it ... I'm going to do the 'make package' on a different machine that has more CPU/memory, so not too concerned with the above ... but it might hit someone else ... ---- Marc G. Fournier Hub.Org Networking Services (http://www.hub.org) Email: scrappy@hub.org Yahoo!: yscrappy ICQ: 7615664
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060410124528.T1096>