From owner-freebsd-java@FreeBSD.ORG Thu Jul 24 23:47:39 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 29A8337B401 for ; Thu, 24 Jul 2003 23:47:39 -0700 (PDT) Received: from axl.seasidesoftware.co.za (axl.seasidesoftware.co.za [196.31.7.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id EAEFC43F93 for ; Thu, 24 Jul 2003 23:47:36 -0700 (PDT) (envelope-from sheldonh@starjuice.net) Received: from sheldonh by axl.seasidesoftware.co.za with local (Exim 4.20) id 19fwMX-0008gQ-H7; Fri, 25 Jul 2003 08:47:33 +0200 Date: Fri, 25 Jul 2003 08:47:33 +0200 From: Sheldon Hearn To: Yamada Ken Takeshi Message-ID: <20030725064733.GB33318@starjuice.net> Mail-Followup-To: Yamada Ken Takeshi , freebsd-java@freebsd.org References: <20030723.235204.607965245.ken@tydfam.jp> <20030723145346.GF792@starjuice.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030723145346.GF792@starjuice.net> User-Agent: Mutt/1.5.4i Sender: Sheldon Hearn cc: freebsd-java@freebsd.org Subject: Re: Q) jdk1.4.1 compile on -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: Fri, 25 Jul 2003 06:47:39 -0000 On (2003/07/23 16:53), Sheldon Hearn wrote: > > > Are you using the freshly imported gcc-3.3.1? I haven't tried building > > > with it yet, but it has caused problems for a number of ports. > > > > # gcc --version > > gcc (GCC) 3.3.1 [FreeBSD] 20030711 (prerelease) > > > > Is not this default compiler of R5.1? > > It recently became the default compiler for 5.1-CURRENT. I'll try build > the JDK again overnight, in case nobody else can give you an answer > before tomorrow morning (2003-07-24 07:00 UTC). Sorry I'm late. I've just checked my overnight build and it failed in the way you reported: /usr/ports/java/jdk14/work/hotspot/src/share/vm/prims/jni.cpp:1349:56: pasting "." and "d" does not give a valid preprocessing token So it's definitely the gcc-3.3.1 import in -CURRENT that's broken the build. Probably not what you were hoping to hear, but at least now you know it's not "just you". :-) Ciao, Sheldon.