From owner-freebsd-java@FreeBSD.ORG Tue May 29 22:25:49 2007 Return-Path: X-Original-To: freebsd-java@freebsd.org Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9C45F16A46B for ; Tue, 29 May 2007 22:25:49 +0000 (UTC) (envelope-from dudu@dudu.ro) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.242]) by mx1.freebsd.org (Postfix) with ESMTP id 50B3C13C468 for ; Tue, 29 May 2007 22:25:49 +0000 (UTC) (envelope-from dudu@dudu.ro) Received: by an-out-0708.google.com with SMTP id c14so714873anc for ; Tue, 29 May 2007 15:25:33 -0700 (PDT) Received: by 10.66.219.11 with SMTP id r11mr94602ugg.1180477532652; Tue, 29 May 2007 15:25:32 -0700 (PDT) Received: by 10.82.148.14 with HTTP; Tue, 29 May 2007 15:25:32 -0700 (PDT) Message-ID: Date: Wed, 30 May 2007 01:25:32 +0300 From: "Vlad GALU" To: "Jung-uk Kim" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <465B457D.30006@gmail.com> <200705291217.47065.jkim@FreeBSD.org> Cc: Rene Ladan , Henrik Brix Andersen , phk@freebsd.org, freebsd-java@freebsd.org Subject: Re: jdk15 build failure on CURRENT 20070524 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 May 2007 22:25:49 -0000 On 5/29/07, Vlad GALU wrote: > On 5/29/07, Jung-uk Kim wrote: > > On Tuesday 29 May 2007 03:02 am, Rene Ladan wrote: > > > 2007/5/28, Rene Ladan : > > > > Hi, > > > > > > > > on my i386-CURRENT box as of 20070524, (i.e. with GCC 4.2 and > > > > symbol versioning), building jdk15 fails with the attached log. > > > > This seems to be a different error than the one reported earlier > > > > on java@ > > > > > > > > Any ideas? > > > > > > Vlad GALU also reported this error ("Compiling JDK 1.5 on recent > > > -CURRENT fails") > > > > I have received several build failure reports on -CURRENT. However, > > all failures are i386 + GCC 4.2 + symbol versioning. Something is > > not right with the combination. Unfortunately Greg is away at the > > moment and I have very limited i386 resources to track it down. Can > > anyone help me on this? > > > > I'll retry compiling it on amd64/CURRENT and post the results. Indeed, on amd64 it built successfully: -- cut here -- dudu@snakepit ~ $ java -version java version "1.5.0-p4" Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0-p4-root_29_may_2007_23_33) Java HotSpot(TM) 64-Bit Server VM (build 1.5.0-p4-root_29_may_2007_23_33, mixed mode) dudu@snakepit ~ $ uname -a FreeBSD snakepit.dudu.ro 7.0-CURRENT FreeBSD 7.0-CURRENT #0: Wed May 23 22:56:40 EEST 2007 root@snakepit.dudu.ro:/usr/src/sys/amd64/compile/SNAKEPIT amd64 dudu@snakepit ~ $ -- and here-- > > > Jung-uk Kim > > _______________________________________________ > > freebsd-java@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-java > > To unsubscribe, send any mail to "freebsd-java-unsubscribe@freebsd.org" > > > > > -- > If it's there, and you can see it, it's real. > If it's not there, and you can see it, it's virtual. > If it's there, and you can't see it, it's transparent. > If it's not there, and you can't see it, you erased it. > -- If it's there, and you can see it, it's real. If it's not there, and you can see it, it's virtual. If it's there, and you can't see it, it's transparent. If it's not there, and you can't see it, you erased it.