From owner-freebsd-current@FreeBSD.ORG Sun Jun 10 00:11:46 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8DDB616A41F for ; Sun, 10 Jun 2007 00:11:46 +0000 (UTC) (envelope-from wvaughan@steelerubber.com) Received: from smtp2.mail.ctc.net (smtp2.mail.ctc.net [166.82.29.2]) by mx1.freebsd.org (Postfix) with ESMTP id 5763C13C45A for ; Sun, 10 Jun 2007 00:11:46 +0000 (UTC) (envelope-from wvaughan@steelerubber.com) Received: from [166.82.96.28] (wvaughan.steelerubber.com [166.82.96.28]) by smtp2.mail.ctc.net (Switch-3.1.7/Switch-3.1.7) with ESMTP id l5A0BiYn021223 for ; Sat, 9 Jun 2007 20:11:45 -0400 (EDT) Message-ID: <466B421E.8030000@steelerubber.com> Date: Sat, 09 Jun 2007 20:13:18 -0400 From: Walter Vaughan User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.2) Gecko/20040804 Netscape/7.2 (ax) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-current@freebsd.org References: <466A5CA2.8010301@steelerubber.com> <20070609191636.GA52501@rot13.obsecurity.org> <466AFFB4.9020605@steelerubber.com> <466B1E2C.5000907@FreeBSD.org> In-Reply-To: <466B1E2C.5000907@FreeBSD.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit 'X-MASF': '0.00%' Subject: Re: Threading breaking FreeBSD Foundation's Java? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Jun 2007 00:11:46 -0000 Marcus Alves Grando wrote: > Walter Vaughan wrote: > >> Kris Kennaway wrote: >> >>>> You probably need to wait for compat6x support >>> >>> >>> >>> Or test the proposed port so that we have increased confidence that it >>> actually does what it is supposed to ;-) >> >> >> Actually I would LOVE to do that but I couldn't turn up instructions. >> >> How do I get the compat6x port into my ports collection. I just did a >> cvsup and its not in misc. > > > fetch http://people.freebsd.org/~mnag/compat6x.shar > sh compat6x.shar > cd compat6x > make all install clean > > Enjoy Argh. Did that first w/o the "all" option Then I fetched latest current put option COMPAT_FREEBSD6 in MYKERNEL make -j24 buildworld make -j24 buildkernel KERNCONF=MYKERNEL make installkernel make installworld deinstalled & distcleaned compat6x then did make all install clean ran the java class and same error... whining about libpthread and a core dump got upset stomach Then decided to re-compile the java file and re-execute the .class file *NO MORE libpthread errors! still a core dump though... PROGRESS! Thanks everyone -- Walter