Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 05 Nov 2016 11:49:20 +0100
From:      "Herbert J. Skuhra" <herbert@mailbox.org>
To:        freebsd-questions@freebsd.org
Subject:   Re: buildworld failure due to bspatch
Message-ID:  <86oa1umcb3.wl-herbert@mailbox.org>
In-Reply-To: <CAAdA2WMqB2VYNM5sLeHem_s1chib9Pd7Oft=4DGo0rEjVw-vtw@mail.gmail.com>
References:  <CAAdA2WPkRHRqAXLRO%2B=%2BagdqUdLV21wF0nWX8b7pQkdPA7ZbSg@mail.gmail.com> <86pombmc6q.wl-herbert@mailbox.org> <CAAdA2WMqB2VYNM5sLeHem_s1chib9Pd7Oft=4DGo0rEjVw-vtw@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Odhiambo Washington skrev:
> 
> On 4 November 2016 at 19:39, Herbert J. Skuhra <herbert@mailbox.org> wrote:
>> Odhiambo Washington skrev:
>> >
>> > After applying the bind and openssl patches on two servers running
>> > 9.3-STABLE, the buildworld process fails at the same point in both and I
>> > wonder what could be the reason.
>> 
>> I think the patches are for RELEASE branches. If you are tracking
>> STABLE then revert and update via svn(lite).
>> 
>> 
> Hello Herbert,
> 
> You were right. I just deleted my /usr/src and fetched fresh sources via
> svn.
> How does one 'revert' a patch applied using patch < /path/to/patch-file?


Try 'patch -R < ...'. Or better run 'svnlite revert -R .' in /usr/src.

You can also check for modified/added files with 'svnlite status' and
manually remove them and then run svnlite up again.

--
Herbert



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86oa1umcb3.wl-herbert>