From owner-freebsd-questions@FreeBSD.ORG Thu Jul 15 18:04:05 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 CD93C16A4CE for ; Thu, 15 Jul 2004 18:04:05 +0000 (GMT) Received: from smtps-out1.xs4all.nl (smtps-out1.xs4all.nl [194.109.24.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D45943D45 for ; Thu, 15 Jul 2004 18:04:05 +0000 (GMT) (envelope-from gwg.wijnands.freebsd@xs4all.nl) Received: from [192.168.2.104] (213-84-96-74.adsl.xs4all.nl [213.84.96.74]) (authenticated bits=0) by smtps-out1.xs4all.nl (8.12.10/8.12.10) with ESMTP id i6FI430R060043 for ; Thu, 15 Jul 2004 20:04:04 +0200 (CEST) Message-ID: <40F6C710.6090106@xs4all.nl> Date: Thu, 15 Jul 2004 20:04:00 +0200 From: Gustaaf Wijnands User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7) Gecko/20040630 X-Accept-Language: en-us, en MIME-Version: 1.0 To: questions@freebsd.org References: <20040715113247.X92354@mirrorball.theloosingend.net> In-Reply-To: <20040715113247.X92354@mirrorball.theloosingend.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit 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 18:04:06 -0000 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-i586/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-i586/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, then make install clean in that port. At least that's what helped me. http://www.freebsdforums.org/forums/showthread.php?s=&threadid=23254 good luck! -- Gustaaf