From owner-freebsd-java@FreeBSD.ORG Mon Sep 8 02:03:06 2003 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4ABCC16A4BF; Mon, 8 Sep 2003 02:03:06 -0700 (PDT) Received: from relay1.cris.net (relay1.cris.net [212.110.128.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id D297243FE0; Mon, 8 Sep 2003 02:02:57 -0700 (PDT) (envelope-from phantom@phantom.cris.net) Received: from phantom.cris.net (root@phantom.cris.net [212.110.130.74]) by relay1.cris.net (8.12.6/8.12.6) with ESMTP id h88C7rFW034837; Mon, 8 Sep 2003 12:07:54 GMT Received: (from phantom@localhost) by phantom.cris.net (8.12.6/8.12.2) id h889BWej061832; Mon, 8 Sep 2003 12:11:32 +0300 (EEST) (envelope-from phantom) Date: Mon, 8 Sep 2003 12:11:32 +0300 From: Alexey Zelkin To: Jens Rehsack Message-ID: <20030908121132.B61701@phantom.cris.net> References: <3F573110.90106@liwing.de> <20030908115507.A61581@phantom.cris.net> <3F5C4342.4050200@liwing.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3F5C4342.4050200@liwing.de>; from rehsack@liwing.de on Mon, Sep 08, 2003 at 08:52:18AM +0000 X-Operating-System: FreeBSD 4.7-STABLE i386 cc: glewis@freebsd.org cc: freebsd-java@freebsd.org Subject: Re: jdk-1.4 on 5.1-current X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Sep 2003 09:03:06 -0000 hi, On Mon, Sep 08, 2003 at 08:52:18AM +0000, Jens Rehsack wrote: > >>as all others I have problems getting jdk-1.4 compiled under -current. > >>The preprocessor problems I could solve on my own, but later in the > >>progress I'm getting a bus error with a core dump. > > > > > > This is strange. I did not expirienced any such problems with latest > > gcc imported. > > I get: > > [...] > /usr/ports/java/jdk14/work/control/build/bsd-i586/bin/java -classpath > ../../../tools/strip StripProperties < > ../../../../src/share/javac/com/sun/tools/javac/v8/resources/compiler.properties > > > /usr/ports/java/jdk14/work/control/build/bsd-i586/gensrc/com/sun/tools/javac/v8/resources/compiler.properties > Bus error (core dumped) Fine. Would you please look into following file and send me output from there ? [/usr/ports/java/jdk14/work/control/build/bsd-i586/gensrc/com/sun/tools/javac/v8/resources/compiler.properties] [..] > I modified them using attached 4 files. I get even the same result. I'd prefer if you send me diffs, not complete files. > And no output :-( No output ? :-) Most simple question -- in commands above you may see that output redirection commands are used, so 'stdout' is being sent to compiler.properties file.