From owner-freebsd-questions@FreeBSD.ORG Sun Apr 18 20:31:39 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 351B116A4CE for ; Sun, 18 Apr 2004 20:31:39 -0700 (PDT) Received: from sys03.mail.msu.edu (sys03.mail.msu.edu [35.9.75.103]) by mx1.FreeBSD.org (Postfix) with ESMTP id F0CAC43D39 for ; Sun, 18 Apr 2004 20:31:38 -0700 (PDT) (envelope-from bushous2@msu.edu) Received: from [198.70.64.112] (helo=msu.edu) by sys03.mail.msu.edu with asmtp (Exim 4.24 #37) (TLSv1:AES256-SHA:256) id 1BFPVR-0007LX-UK; Sun, 18 Apr 2004 23:31:38 -0400 Message-ID: <408347FD.30609@msu.edu> Date: Sun, 18 Apr 2004 23:31:09 -0400 From: Micah Bushouse User-Agent: Mozilla Thunderbird 0.5 (X11/20040411) X-Accept-Language: en-us, en MIME-Version: 1.0 To: "R. M. Los" References: <1082319637.46227.2.camel@frog.boundariez.com> In-Reply-To: <1082319637.46227.2.camel@frog.boundariez.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus: None found by Clam AV cc: freebsd-questions@freebsd.org Subject: Re: OpenOffice-1.1 won't compile.....craps out 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: Mon, 19 Apr 2004 03:31:39 -0000 cd /usr/ports/java/jdk14/work/control/build/bsd-i586/gensrc/java/util/ open up CurrencyData.java in vi remove the FIRST LINE from the file by hitting 'dd' go back to /usr/ports/editors/openoffice-1.1 or whatever resume make R. M. Los wrote: > Hello, > Another good time with OpenOffice. For some reason, it appears as > though everything involving JAVA on this FreeBSD machine craps out and > crashes for one crazy reason or another...can anyone help me make sense > of this crash message while doing a make install? > > > /AtomicLong.java > ../../../src/share/classes/sun/misc/AtomicLongCSImpl.java > ../../../src/share/classes/sun/misc/AtomicLongLockImpl.java ; \ > fi > /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. > *** Error code 1 > > Stop in /usr/ports/editors/openoffice-1.1. > frog# > > > > Please help - this laptop's sole purpose is to be use-able...and I need > to have some office suite working asap. > > Thanks!