From owner-freebsd-java@FreeBSD.ORG Thu Nov 20 11:47:35 2003 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 999B616A4CF for ; Thu, 20 Nov 2003 11:47:35 -0800 (PST) Received: from hacking.kicks-ass.org (c-24-1-13-105.client.comcast.net [24.1.13.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2445843F75 for ; Thu, 20 Nov 2003 11:47:34 -0800 (PST) (envelope-from jeff@kreska.org) Received: from STATIC (gnat.xxi.com [209.176.38.93] (may be forged)) (authenticated bits=0)hAKJlPQS027777 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Thu, 20 Nov 2003 13:47:25 -0600 (CST) (envelope-from jeff@kreska.org) From: "Jeff" To: "'Greg Lewis'" Date: Thu, 20 Nov 2003 13:47:24 -0600 Message-ID: <01a301c3af9f$1f5634b0$db0aa8c0@xxi.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 In-Reply-To: <20031120193301.GA76685@misty.eyesbeyond.com> cc: freebsd-java@FreeBSD.org Subject: RE: jdk1.4.2-p5 compile failure on 4.8-RELEASE 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: Thu, 20 Nov 2003 19:47:35 -0000 > -----Original Message----- > From: Greg Lewis [mailto:glewis@eyesbeyond.com] > Sent: Thursday, November 20, 2003 1:33 PM > To: Jeff > Cc: freebsd-java@FreeBSD.org > Subject: Re: jdk1.4.2-p5 compile failure on 4.8-RELEASE > > On Wed, Nov 19, 2003 at 04:15:34PM -0600, Jeff wrote: > > I compiled 1.4.1-p3 without problems, any ideas what I could be doing > > wrong? > > You're not doing anything wrong. I've seen this too, its a bug. > ok. So I will ignore it and try and fix the second bug > > (/usr/ports/distfiles/j2sdk/control/build/bsd-i586/bin/java -ms16m > > -mx64m \ > > -classpath > > "/usr/ports/distfiles/j2sdk/control/build/bsd-i586/tmp/javax/swing/html/ > > dtbuilder/dtdgenclasses:" \ > > -Ddtd_home=../../../tools/dtdbuilder/dtds \ > > dtdbuilder.DTDBuilder html32 > > > /usr/ports/distfiles/j2sdk/control/build/bsd-i586/classes/javax/swing/te > > xt/html/parser/html32.bdtd) || exit 1 > > [Parsed DTD html32 in 135ms] > > Abort trap (core dumped) > > ../../../src/plugin/oji-plugin/src/motif/navig5/Navig5.h:11: nspr.h: No > > such file or directory > > gmake[4]: *** > > [/usr/ports/distfiles/j2sdk/control/build/bsd-i586/tmp/plugin/javaplugin > > _oji/obj/GetFactory5.o] Error 1 > > Hmm, have you got nspr installed? That is a dependency, so it should > be... > no I don't have nspr installed, I wasn't sure how to cvsup the ports so I just followed the instructions in the BUILD file that came with the patches. I noticed there is a scsl file "j2sdk-1_4_2-mozilla_headers-unix.zip" it happens to include a nspr dir in it. Is this where I get nspr from or is it a port? -- Regards, Jeff