From owner-freebsd-java@FreeBSD.ORG Tue Aug 10 19:08:17 2004 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EBF5416A4CE for ; Tue, 10 Aug 2004 19:08:17 +0000 (GMT) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 121A743D1D for ; Tue, 10 Aug 2004 19:08:17 +0000 (GMT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.13.1/8.13.1) with ESMTP id i7AJ8BtE051336; Tue, 10 Aug 2004 21:08:11 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Greg Lewis From: "Poul-Henning Kamp" In-Reply-To: Your message of "Tue, 10 Aug 2004 12:59:49 MDT." <20040810185949.GA54509@misty.eyesbeyond.com> Date: Tue, 10 Aug 2004 21:08:11 +0200 Message-ID: <51335.1092164891@critter.freebsd.dk> Sender: phk@critter.freebsd.dk cc: java@FreeBSD.org Subject: Re: current doesn't build jdk14. X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Aug 2004 19:08:18 -0000 In message <20040810185949.GA54509@misty.eyesbeyond.com>, Greg Lewis writes: >On Tue, Aug 10, 2004 at 08:35:24PM +0200, Poul-Henning Kamp wrote: >> In message <20040810182850.GA95018@misty.eyesbeyond.com>, Greg Lewis writes: >> >On Tue, Aug 10, 2004 at 05:05:20PM +0200, Poul-Henning Kamp wrote: >> >> gmake[4]: *** [/freebsd/ports/java/jdk14/work/control/build/bsd-i586/tmp/sun/sun.awt.font/fontmanager/obj/t2kScalerContext.o] Error 1 >> >> gmake[4]: Leaving directory `/freebsd/ports/java/jdk14/work/j2se/make/sun/font' >> > >> >See PR 69853 for patches. >> >> Already building... >> >> Anyone know if opera+java has started working ? > >I've never gotten it to work. My recollection from trying this reasonably >recently is that Opera says that the JDK is valid but won't actually >display any applets. I haven't tried ktrace to see what its trying to do >yet. If anyone has any contacts at Opera I'd be interested in finding out >exactly what they do with the JDK so we can figure out why its not working. If you look at the "opera" command it is actually a shell script and there is some java automagic in there. I tried tracing some of that and came to the conclusion that the problem was that opera was for 4.x and java for 5.x and some symbols (libm possible ?) were incompatible/missing. Needless to say, I have no idea what I was really doing so I may be 100% wrong on this. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence.