From owner-freebsd-java@FreeBSD.ORG Wed Sep 1 07:36:37 2004 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 42E3116A4CE for ; Wed, 1 Sep 2004 07:36:37 +0000 (GMT) Received: from fly.ebs.gr (fly.ebs.gr [62.103.84.177]) by mx1.FreeBSD.org (Postfix) with ESMTP id 73D6643D53 for ; Wed, 1 Sep 2004 07:36:33 +0000 (GMT) (envelope-from past@ebs.gr) Received: from ebs.gr (root@hal.ebs.gr [10.1.1.2]) by fly.ebs.gr (8.12.9p1/8.12.9) with ESMTP id i817aOP8025566; Wed, 1 Sep 2004 10:36:24 +0300 (EEST) (envelope-from past@ebs.gr) Received: from [10.1.1.52] (edgar.ebs.gr [10.1.1.52]) by ebs.gr (8.12.11/8.12.11) with ESMTP id i817aIkj004767; Wed, 1 Sep 2004 10:36:20 +0300 (EEST) (envelope-from past@ebs.gr) Message-ID: <41357BEA.4080200@ebs.gr> Date: Wed, 01 Sep 2004 10:36:10 +0300 From: Panagiotis Astithas Organization: EBS Ltd. User-Agent: Mozilla Thunderbird 0.7.2 (Windows/20040707) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Achilleus Mantzios References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: java@freebsd.org Subject: Re: 1.4.2p6 build failure, build success and run problems 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: Wed, 01 Sep 2004 07:36:37 -0000 Achilleus Mantzios wrote: > Since 5.3-BETA2 has gcc3.4.2 as default and kse is now renamed to > libpthread and libpthread is now default > (entry 20040303,20040130 in UPDATING) > and since 5.3 is due on October, and since i got zero feedback > for this problem, and in case something is not completely > screwd up in my system, > i'd like to ask if someone runs 1.4.2p6 on a recently cvsup'd > -CURRENT (with libpthread,gcc34), using -server switch (e.g jboss), or > happily using eclipse. > > My intuition says this is not a threading lib problem. > Your feedback is invaluable. > > (Note, i did MEM checks, CPU temp checks, DISK cheks, > and rebuilt world,kernel,cvsuped ports and rebuild jdk14 > at least 3 times). I have been following your reports, but I can't reproduce your problem at the moment. My BETA2 -current system has a jdk built before the new compiler import and I can successfully run eclipse and jboss. If you can use a jdk compiled with the previous gcc it would be interesting to see whether this fixes things for you. Otherwise I will definitely recompile my jdk port at some point in the future and try to reproduce your problem, but I don't know when I'll get around to it. Cheers, Panagiotis