From owner-freebsd-amd64@FreeBSD.ORG Sun Mar 6 11:07:01 2005 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C11D16A4CE for ; Sun, 6 Mar 2005 11:07:01 +0000 (GMT) Received: from lobo.homeunix.org (reverse-82-141-59-81.dialin.kamp-dsl.de [82.141.59.81]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0138843D1D for ; Sun, 6 Mar 2005 11:07:00 +0000 (GMT) (envelope-from ewinter@lobo.homeunix.org) Received: from lobo.homeunix.org (localhost.homeunix.org [127.0.0.1]) by lobo.homeunix.org (8.13.3/8.13.1) with ESMTP id j26B5B1D033882; Sun, 6 Mar 2005 12:05:12 +0100 (CET) (envelope-from ewinter@lobo.homeunix.org) Received: (from ewinter@localhost) by lobo.homeunix.org (8.13.3/8.13.1/Submit) id j26B5Ak2033881; Sun, 6 Mar 2005 12:05:10 +0100 (CET) (envelope-from ewinter) Date: Sun, 6 Mar 2005 12:05:10 +0100 From: "Ernst W. Winter" To: vjordana@t-online.de Message-ID: <20050306110510.GA30920@lobo.homeunix.org> References: <20050305072007.GA70581@lobo.homeunix.org> <422A1DC0.6090601@shih.be> <20050305213652.GA1708@lobo.homeunix.org> <422A3051.40703@shih.be> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <422A3051.40703@shih.be> X-Phone: + 49-89-3075-6800 Organization: FreeBSD Evangelist X-Operating-System: FreeBSD lobo.homeunix.org 5.4-PRERELEASE FreeBSD 5.4-PRERELEASE User-Agent: Mutt/1.5.8i cc: freebsd-amd64@freebsd.org Subject: Re: java 15 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "Ernst W. Winter" List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Mar 2005 11:07:01 -0000 On Sat, 05 Mar 2005, vjordana@t-online.de wrote: [...] > >>>has anyone experienced this probelm with java15? and what could > >>>be done to fix it? > >>> > >>>Ernst > > > >[...] > > > > > >>I had the same problem and solved it executing the last command > >>which caused the error manually. Looks like the error comes > >>because it's a very long command. Just put the command that comes > >>between 'then' and 'fi' in a shell file and execute it manually > >>in the directory > > worked well! Thanks > > > >Hmm, where is or would be the command? In the Makefile? > > > > > >>work/j2sre/make/java/java (I'm not seating now in my amd64 FreeBSD > > > > > >that would be the directory. > > > > > >>computer but I think that was the directory). The compilation > >>will go on without any problem if you resume it afterwards with a > >>'make build'. > >> yep, installed and all so at least it is in native amd64 now! > > Try 'make build |& tee build.out' (if your shell is csh or tcsh) or > 'make build 2>&1 | tee build.out' (if sh or bash). After the error > comes, edit build.out and you will see the command causing it > (takes about two pages). > It all worked well and THANK's again for the help! Ernst