Date: Sun, 6 Mar 2005 12:05:10 +0100 From: "Ernst W. Winter" <ewinter@ewinter.org> To: vjordana@t-online.de Cc: freebsd-amd64@freebsd.org Subject: Re: java 15 Message-ID: <20050306110510.GA30920@lobo.homeunix.org> In-Reply-To: <422A3051.40703@shih.be> References: <20050305072007.GA70581@lobo.homeunix.org> <422A1DC0.6090601@shih.be> <20050305213652.GA1708@lobo.homeunix.org> <422A3051.40703@shih.be>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050306110510.GA30920>