From owner-freebsd-questions@FreeBSD.ORG Sat Apr 1 01:36:39 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 722F316A420 for ; Sat, 1 Apr 2006 01:36:39 +0000 (UTC) (envelope-from freebsd@meijome.net) Received: from sigma.octantis.com.au (ns2.octantis.com.au [207.44.189.124]) by mx1.FreeBSD.org (Postfix) with ESMTP id EDB8843D45 for ; Sat, 1 Apr 2006 01:36:38 +0000 (GMT) (envelope-from freebsd@meijome.net) Received: (qmail 14081 invoked from network); 1 Apr 2006 11:36:38 +1000 Received: from 210-84-32-140.dyn.iinet.net.au (HELO localhost) (210.84.32.140) by joanathan.com with (DHE-RSA-AES256-SHA encrypted) SMTP; 1 Apr 2006 11:36:37 +1000 Date: Sat, 1 Apr 2006 11:36:34 +1100 From: Norberto Meijome To: Jonathan Chen Message-ID: <20060401113634.0064c9dc@localhost> In-Reply-To: <20060331204413.GA54488@osiris.chen.org.nz> References: <20060331133524.59025.qmail@web31606.mail.mud.yahoo.com> <20060331204413.GA54488@osiris.chen.org.nz> X-Mailer: Sylpheed-Claws 2.0.0 (GTK+ 2.8.16; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Aguiar Magalhaes , freebsd-questions@freebsd.org Subject: Re: Compiling Java 1.5 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2006 01:36:39 -0000 On Sat, 1 Apr 2006 08:44:13 +1200 Jonathan Chen wrote: > If that doesn't work, you can installing the navtive linux-sun-jdk15 > to enable your build. FYI, if you had native JDK1.4 installed, that > would work as well. ah, but there's something else also... I had some problems building 1.5 too (havent got all the details - the disk in my brand new thinkpad just died, so i lost a few of those notes I keep around)... anyway, i seem to remember some conflicts between the following ports: libX11 libXau libXcursor libXdmcp libXfixes libXrender xproto (MAINLY this one) xextensions as they overwrite files installed by xorg-libraries. uninstalling xproto (with -f) , then reinstalling xorglibraries seemed to get the jdk15 build process further than before. (I'll try to put all this conflicting libraries issue in an email soon...) I had linprocfs mounted, linux.ko loaded and it was outside a jail this was only 2 weeks ago. Interestinly enough, I went back to an older laptop on which I had jdk15 installed from... hmm.... 2 months ago or so... so it seems something has broken over the last few weeks, (but I have no hard data to back this up with). Beto