From owner-freebsd-questions@FreeBSD.ORG Thu Jul 15 21:44:13 2004 Return-Path: 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 18B8416A4CE for ; Thu, 15 Jul 2004 21:44:13 +0000 (GMT) Received: from outbox.allstream.net (outbox.allstream.net [207.245.244.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED90843D46 for ; Thu, 15 Jul 2004 21:44:12 +0000 (GMT) (envelope-from epilogue@allstream.net) Received: from localhost (mon-pq56-034.dial.allstream.net [216.123.134.34]) by outbox.allstream.net (Allstream MTA) with SMTP id 815341EC368; Thu, 15 Jul 2004 17:44:11 -0400 (EDT) Date: Thu, 15 Jul 2004 17:43:48 -0400 From: epilogue To: Gustaaf Wijnands Message-Id: <20040715174348.7176cd71@localhost> In-Reply-To: <40F6C710.6090106@xs4all.nl> References: <20040715113247.X92354@mirrorball.theloosingend.net> <40F6C710.6090106@xs4all.nl> X-Mailer: Sylpheed-Claws 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd4.10) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: questions@freebsd.org Subject: Re: Building JDK-1.4 fails, even with linprocfs mounted X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Jul 2004 21:44:13 -0000 On Thu, 15 Jul 2004 20:04:00 +0200 Gustaaf Wijnands wrote: > Svein Halvor Halvorsen wrote: > > Trying to build the port jdk14, I get the following error message: > > > > /.amd_mnt/mirrorball/export/ports/java/jdk14/work/control/build/bsd-i5 > > 86/gensrc/java/util/CurrencyData.java:1: 'class' or 'interface' > > expected Java HotSpot(TM) Client VM warning: Can't detect initial > > thread stack location^ > > /.amd_mnt/mirrorball/export/ports/java/jdk14/work/control/build/bsd-i5 > > 86/gensrc/java/util/CurrencyData.java:1: unclosed character literal > > Java HotSpot(TM) Client VM warning: Can't detect initial thread stack > > location > > > > > > A search for this gives quite a lot of hits, but all seem to suggest > > that the linprcfs is either not mounted, or that linux-supprt is not > > loaded into the kernel. Well in my case neither seems to hold true: > > > Svein, > > Did you do a make install (not make install clean) in linux-sun-jdk14 ? > If so, do a make deinstall in ports/java/jdk14/ and remove > ports/java/jdk14/work and its contents. this can be achieved by a simple 'make clean' ;) > then make install clean in that > port. At least that's what helped me. so, try 'make clean; make install clean' this will clear out any cruft from a previous build, it will build anew, then install, and finally tidy-up after the install. > http://www.freebsdforums.org/forums/showthread.php?s=&threadid=23254 > > > good luck! > > -- > > Gustaaf > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" >