Recent patch(1) update

2017-11-21 Thread Kyle Evans
Hello!

I've recently fixed a bug in patch(1) that caused patches with limited
context to be misapplied under some circumstances. Patches that were
candidates to be misapplied either had low context with respect to the
default max fuzzing (-U0 / -U1) or had lower context due to being near the
beginning/end of a file.

The fix was applied in base r326084; please test port updates with an
updated patch(1) to avoid build failures on -HEAD.

A sweep of the ports tree was done by portmgr@ to correct current cases of
these candidate patches.

Thanks,

Kyle Evans
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: Loader.conf problem

2017-11-21 Thread Thomas Laus
On 11/21/17 13:04, Warner Losh wrote:
>
> I think I see the problem... There's no LOADER_SUPPORT_GELI in the
> gptzfsboot built. Let me fix that... Seems to be caused by having
> HAVE_GPT instead of HAVE_GELI r326069 should get this working again.
> Can you confirm this independently.
> 
> Sorry for the breakage. Clearly a bonehead mistake on my part.
>
Updating to r326070 fixed that problem.  I have another one when
performing a nfs mount on my desktop to update my laptop to the same
release.  Mergemaster complains about not having permission to write to
the nfs mounted /usr/src directory.  All of my previous updates always
wrote the temporary files to a local laptop tmp directory and never
required write access to the nfs mounted /usr/src.

I'll dig into the second problem a little more and see if additional
information can be gained.

Thank you and Andriy for the help in solving this one.

Tom


-- 
Public Keys:
PGP KeyID = 0x5F22FDC1
GnuPG KeyID = 0x620836CF
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: Loader.conf problem

2017-11-21 Thread Warner Losh
On Tue, Nov 21, 2017 at 11:53 AM, Thomas Laus  wrote:

> On 11/21/17 12:38, Andriy Gapon wrote:
> > On 21/11/2017 14:48, Thomas Laus wrote:
> >> I had boot success when copying gptzfsboot file from my laptop that is
> >> running r325474.  The problem CURRENT version running on my desktop is
> >> r326012.
> >
> > could you please compare sizes of the files before going further?
> >
> The gptzfsboot file size on r326102 is 69839 bytes.  The gptzfsboot file
> size on r325474 is 116940 bytes.  I hope that this helps finding this
> issue.


That's the ticket. My commit this morning should fix it.

Warner
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: Loader.conf problem

2017-11-21 Thread Thomas Laus
On 11/21/17 12:38, Andriy Gapon wrote:
> On 21/11/2017 14:48, Thomas Laus wrote:
>> I had boot success when copying gptzfsboot file from my laptop that is
>> running r325474.  The problem CURRENT version running on my desktop is
>> r326012.
>
> could you please compare sizes of the files before going further? 
>
The gptzfsboot file size on r326102 is 69839 bytes.  The gptzfsboot file
size on r325474 is 116940 bytes.  I hope that this helps finding this issue.

Tom


-- 
Public Keys:
PGP KeyID = 0x5F22FDC1
GnuPG KeyID = 0x620836CF
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: Loader.conf problem

2017-11-21 Thread Warner Losh
On Tue, Nov 21, 2017 at 10:38 AM, Andriy Gapon  wrote:

> On 21/11/2017 14:48, Thomas Laus wrote:
> > I had boot success when copying gptzfsboot file from my laptop that is
> > running r325474.  The problem CURRENT version running on my desktop is
> > r326012.
>
> Thomas,
>
> could you please compare sizes of the files before going further?
>

I think I see the problem... There's no LOADER_SUPPORT_GELI in the
gptzfsboot built. Let me fix that... Seems to be caused by having HAVE_GPT
instead of HAVE_GELI r326069 should get this working again. Can you
confirm this independently.

Sorry for the breakage. Clearly a bonehead mistake on my part.

Warner
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: Loader.conf problem

2017-11-21 Thread Andriy Gapon
On 21/11/2017 14:48, Thomas Laus wrote:
> I had boot success when copying gptzfsboot file from my laptop that is
> running r325474.  The problem CURRENT version running on my desktop is
> r326012.

Thomas,

could you please compare sizes of the files before going further?

-- 
Andriy Gapon
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: XBOX/i386 and xlint removal

2017-11-21 Thread Konstantin Belousov
On Thu, Nov 09, 2017 at 03:52:21PM +0200, Konstantin Belousov wrote:
> Hello,
> I created two reviews to axe two features which I personally find of
> little use in modern FreeBSD.

...

I put the follow up to remove the lint support from the headers.
Feel free to review and comment, after adding yourself as reviewer.

https://reviews.freebsd.org/D13156

Only include/ include/sys and x86 are handled.
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: Loader.conf problem

2017-11-21 Thread Thomas Laus
On 11/20/17 18:46, Warner Losh wrote:
> 
> 
> On Mon, Nov 20, 2017 at 4:31 PM, Thomas Laus  > wrote:
> 
> Warner Losh [i...@bsdimp.com ] wrote:
> >
> > Can you revert this part of the change? Go back to a known-working 
> version
> > of those files? Let me know if that fixes the problem? Bonus points for
> > bisecting which one of the few dozen commits I did that caused this
> > regression...
> >
> > I don't have  a GELI + ZFS test bed here.
> >
> I have another PC that is operational and is running CURRENT last
> built about a week ago.  I'll copy it's gptzfsboot file to a memory
> stick and try loading it on the non-functioning PC in the morning.
> I'll let you know how it comes out.
> 
> 
> Please do. I fear I screwed something up in the massive rototilling I
> did, despite efforts to the contrary, and any help you can give me
> tracking it down would be greatly appreciated.
>
I had boot success when copying gptzfsboot file from my laptop that is
running r325474.  The problem CURRENT version running on my desktop is
r326012.  The UPDATING note describing the latest changes just has a
date of 201711xx.  How far back should I go to start the isolation process?

Tom


-- 
Public Keys:
PGP KeyID = 0x5F22FDC1
GnuPG KeyID = 0x620836CF
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"