Re: /sys/boot compile broken

2017-10-22 Thread Warner Losh
On Sun, Oct 22, 2017 at 10:53 AM, Gary Jennejohn wrote: > On Sun, 22 Oct 2017 08:59:52 -0600 > Warner Losh wrote: > > > On Sun, Oct 22, 2017 at 1:39 AM, Gary Jennejohn > > wrote: > > > > > On Sat, 21 Oct 2017 09:33:41 -0600 > > >

Re: /sys/boot compile broken

2017-10-22 Thread Gary Jennejohn
On Sun, 22 Oct 2017 08:59:52 -0600 Warner Losh wrote: > On Sun, Oct 22, 2017 at 1:39 AM, Gary Jennejohn > wrote: > > > On Sat, 21 Oct 2017 09:33:41 -0600 > > Warner Losh wrote: > > > > > On Oct 21, 2017 8:02 AM, "Allan Jude"

Re: /sys/boot compile broken

2017-10-22 Thread Warner Losh
On Sun, Oct 22, 2017 at 1:39 AM, Gary Jennejohn wrote: > On Sat, 21 Oct 2017 09:33:41 -0600 > Warner Losh wrote: > > > On Oct 21, 2017 8:02 AM, "Allan Jude" wrote: > > > > On 2017-10-21 02:41, Gary Jennejohn wrote: > > > SVN for

Re: /sys/boot compile broken

2017-10-22 Thread Gary Jennejohn
On Sat, 21 Oct 2017 09:33:41 -0600 Warner Losh wrote: > On Oct 21, 2017 8:02 AM, "Allan Jude" wrote: > > On 2017-10-21 02:41, Gary Jennejohn wrote: > > SVN for HEAD source at 324810. > > > > Compiling /sys/boot is totally screwed up. The failure is that

Re: /sys/boot compile broken

2017-10-21 Thread Warner Losh
On Oct 21, 2017 8:02 AM, "Allan Jude" wrote: On 2017-10-21 02:41, Gary Jennejohn wrote: > SVN for HEAD source at 324810. > > Compiling /sys/boot is totally screwed up. The failure is that > geliboot.c cannot be found. > > This prevents a successful ``make buildworld''. >

Re: /sys/boot compile broken

2017-10-21 Thread Allan Jude
On 2017-10-21 02:41, Gary Jennejohn wrote: > SVN for HEAD source at 324810. > > Compiling /sys/boot is totally screwed up. The failure is that > geliboot.c cannot be found. > > This prevents a successful ``make buildworld''. > > This error occurs despite the fact that I have

Re: /sys/boot compile broken

2017-10-21 Thread David Wolfskill
On Sat, Oct 21, 2017 at 08:41:04AM +0200, Gary Jennejohn wrote: > SVN for HEAD source at 324810. > > Compiling /sys/boot is totally screwed up. The failure is that > geliboot.c cannot be found. > > This prevents a successful ``make buildworld''. I did not encounter this issue in my upgrade

/sys/boot compile broken

2017-10-21 Thread Gary Jennejohn
SVN for HEAD source at 324810. Compiling /sys/boot is totally screwed up. The failure is that geliboot.c cannot be found. This prevents a successful ``make buildworld''. This error occurs despite the fact that I have LOADER_NO_GELI_SUPPORT set to yes in src.conf. Looking at the various