Re: openjdk6 broken on current

From: Daniel Eischen <deischen_at_freebsd.org>
Date: Wed, 8 May 2013 13:00:20 -0400 (EDT)
On Wed, 8 May 2013, Daniel Eischen wrote:

> On Wed, 8 May 2013, Larry Rosenman wrote:
>
>> Daniel Eischen <deischen_at_freebsd.org> wrote:
>>> On Wed, 8 May 2013, Larry Rosenman wrote:
>>> 
>>>> Can SOMEONE please look at this?
>>>> 
>>>> I have a real need to get java back on my -CURRENT server soon.
>>> 
>>> Did/can you try just backing out r249606?
>>> 
>>> --
>>> DE
>> 
>> How can I generate a patch to do that?
>
> Go here:
>
>  http://svnweb.freebsd.org/base/head/lib/libthr/thread/thr_sig.c?sortby=date&view=log
>
> then click on "Diff to previous 249606", then click on "Patch"
> at the top.  You can try backing out each/all of the recent
> changes to thr_sig.c to see what the culprit is.
>
> You'll have to use "-R" to reverse the patch I believe.

Or, if you have a checked out svn repo, you can always use
svn to generate the patch:

   $ cd /path/to/svn/src
   $ svn diff -r249606:249605  # no need to use -R on this patch

-- 
DE
Received on Wed May 08 2013 - 15:00:21 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:40:37 UTC