From owner-freebsd-java@FreeBSD.ORG Tue Nov 17 06:26:24 2009 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3C80A106566B for ; Tue, 17 Nov 2009 06:26:24 +0000 (UTC) (envelope-from curtis@occnc.com) Received: from harbor.orleans.occnc.com (harbor.orleans.occnc.com [173.9.106.135]) by mx1.freebsd.org (Postfix) with ESMTP id EB8788FC19 for ; Tue, 17 Nov 2009 06:26:23 +0000 (UTC) Received: from harbor.orleans.occnc.com (harbor.orleans.occnc.com [173.9.106.135]) by harbor.orleans.occnc.com (8.13.6/8.13.6) with ESMTP id nAH6QMLN066673; Tue, 17 Nov 2009 01:26:22 -0500 (EST) (envelope-from curtis@harbor.orleans.occnc.com) Message-Id: <200911170626.nAH6QMLN066673@harbor.orleans.occnc.com> To: "Ronald Klop" From: Curtis Villamizar In-reply-to: Your message of "Mon, 16 Nov 2009 22:30:53 +0100." Date: Tue, 17 Nov 2009 01:26:22 -0500 Sender: curtis@occnc.com Cc: freebsd-java@freebsd.org, curtis@occnc.com Subject: Re: diablo-jdk-1.6.0.07.02_7 and FreeBSD 8.0 (RELENG8) X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: curtis@occnc.com List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Nov 2009 06:26:24 -0000 In message "Ronald Klop" writes: > > On Mon, 16 Nov 2009 03:59:24 +0100, Curtis Villamizar > wrote: > > > > > I've compiled RELENG8 a number of times over the last few beta and RC > > versions and recently I noticed that diablo doesn't work and therefore > > jdk and anything else depending on jdk cant be built. I'm not using > > jave except that I'd like to be able to build textproc/fop again. > > > > The symptom is: > > > > # /usr/local/bin/java > > Error: could not find libjava.so > > Error: could not find Java 2 Runtime Environment. > > > > Other specifics: > > > > FreeBSD tux.orleans.occnc.com 8.0-PRERELEASE FreeBSD 8.0-PRERELEASE > > #0: Sat Nov 14 12:06:32 PST 2009 > > curtis@tux.orleans.occnc.com:/usr/src/sys/i386/compile/occnc i386 > > > > diablo-jdk-1.6.0.07.02_7 > > > > I'm just using two machines running 8.0 for light use and casual > > testing so not a big deal for me, but good to get this fixed before > > 8.0 is announced if it is 8.0 related. > > > > Any hints? btw- I'm not subcribed so please keep my email on the Cc. > > Do you have port misc/compat7x installed? And COMPAT_FREEBSD7 in your > kernel? > > Ronald. Ronald, /var/db/pkg/compat7x-i386-7.2.702000.200906.1/ # grep COMPAT_FREEBSD7 occnc options COMPAT_FREEBSD7 # Compatible with FreeBSD7 That would be "yes" and "yes". Curtis