From owner-freebsd-questions@FreeBSD.ORG Tue Aug 31 13:07:21 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 874DB16A4CE for ; Tue, 31 Aug 2004 13:07:21 +0000 (GMT) Received: from tpa6.isomedia.com (mailout.isomedia.com [207.115.64.110]) by mx1.FreeBSD.org (Postfix) with ESMTP id 526C843D5C for ; Tue, 31 Aug 2004 13:07:21 +0000 (GMT) (envelope-from chip@wiegand.org) Received: from linhost01.isomedia.com (linhost01.isomedia.com [207.115.64.63]) by tpa6.isomedia.com (Postfix) with ESMTP id A89CC1C8532 for ; Tue, 31 Aug 2004 06:07:19 -0700 (PDT) Received: from wiegand.org (pia152-128.pioneernet.net [66.114.152.128]) (authenticated bits=0)i7VD7H1k022523 for ; Tue, 31 Aug 2004 06:07:18 -0700 Message-ID: <413479AC.407@wiegand.org> Date: Tue, 31 Aug 2004 06:14:20 -0700 From: Chip User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5) Gecko/20031208 Thunderbird/0.3 X-Accept-Language: en-us, en MIME-Version: 1.0 To: FreeBSD Question Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at isomedia.com X-Spam-Status: No, hits=-4.9 tagged_above=-999.0 required=999.0 tests=BAYES_00 X-Spam-Level: X-MailScanner-SpamCheck: LEVEL= Subject: java install errors 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: Tue, 31 Aug 2004 13:07:21 -0000 After letting the build of java run all night I got these error 2's (here's the end snippet of code) - -------------------- Java HotSpot(TM) Client VM warning: Can't detect initial thread stack location /usr/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 ^ /usr/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 ^ 2 errors gmake[4]: *** [.compile.classlist] Error 1 gmake[4]: Leaving directory `/usr/ports/java/jdk14/work/j2se/make/java/java' gmake[3]: *** [optimized] Error 2 gmake[3]: Leaving directory `/usr/ports/java/jdk14/work/j2se/make/java/java' gmake[2]: *** [all] Error 1 gmake[2]: Leaving directory `/usr/ports/java/jdk14/work/j2se/make/java' gmake[1]: *** [all] Error 1 gmake[1]: Leaving directory `/usr/ports/java/jdk14/work/j2se/make' gmake: *** [j2se-build] Error 2 *** Error code 2 Stop in /usr/ports/java/jdk14. ------------------ What needs to be done to make this actually install correctly? Thanks, Chip