Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 09 Jun 2007 20:13:18 -0400
From:      Walter Vaughan <wvaughan@steelerubber.com>
To:        freebsd-current@freebsd.org
Subject:   Re: Threading breaking FreeBSD Foundation's Java?
Message-ID:  <466B421E.8030000@steelerubber.com>
In-Reply-To: <466B1E2C.5000907@FreeBSD.org>
References:  <466A5CA2.8010301@steelerubber.com>	<Pine.GSO.4.64.0706090814530.8402@sea.ntplx.net>	<20070609191636.GA52501@rot13.obsecurity.org> <466AFFB4.9020605@steelerubber.com> <466B1E2C.5000907@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?466B421E.8030000>