buildworld failure due to bspatch

Herbert J. Skuhra herbert at mailbox.org
Sat Nov 5 10:49:27 UTC 2016


Odhiambo Washington skrev:
> 
> On 4 November 2016 at 19:39, Herbert J. Skuhra <herbert at 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


More information about the freebsd-questions mailing list