From owner-freebsd-java@FreeBSD.ORG Sat May 19 08:06:22 2012 Return-Path: Delivered-To: java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 92521106567A; Sat, 19 May 2012 08:06:22 +0000 (UTC) (envelope-from patfbsd@davenulle.org) Received: from smtp.lamaiziere.net (net.lamaiziere.net [94.23.254.147]) by mx1.freebsd.org (Postfix) with ESMTP id 51BD58FC0C; Sat, 19 May 2012 08:06:22 +0000 (UTC) Received: from roxette.lamaiziere.net (104.169.100.84.rev.sfr.net [84.100.169.104]) by smtp.lamaiziere.net (Postfix) with ESMTPA id 7C987FAA2D08; Sat, 19 May 2012 10:06:21 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by roxette.lamaiziere.net (Postfix) with ESMTP id EDF0FD00B; Sat, 19 May 2012 10:06:20 +0200 (CEST) Date: Sat, 19 May 2012 10:06:20 +0200 From: Patrick Lamaiziere To: Horst Leitenmueller Message-ID: <20120519100620.4f7660b7@davenulle.org> In-Reply-To: <907F19BE-DB86-42A7-A153-60830A5CD5CC@liwest.at> References: <907F19BE-DB86-42A7-A153-60830A5CD5CC@liwest.at> X-Mailer: Claws Mail 3.8.0 (GTK+ 2.24.6; amd64-portbld-freebsd9.0) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Cc: java@freebsd.org, glewis@FreeBSD.org, freebsd-ports@freebsd.org Subject: Re: Procfs in Jail on fresh install of 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: Sat, 19 May 2012 08:06:22 -0000 Le Fri, 18 May 2012 09:22:31 +0200, Horst Leitenmueller a écrit : Hello > i have a question regarding the hint that procfs must be enabled on > openjdk6 > > if this is already mounted before installation of openjdk6 the build > fails with: > build Error: could not find libjava.so Error: could not find Java 2 Not sure if this is related but java uses /proc/curproc/file to retrieve the path of its libraries. This failed when a nullfs mount is used. I was hited by this: http://www.freebsd.org/cgi/query-pr.cgi?pr=docs/157234 Regards.