Re: problem with LOCAL_MODULES

2019-08-31 Thread Gary Jennejohn
On Fri, 30 Aug 2019 14:33:06 -0500 Kyle Evans wrote: > On Fri, Aug 30, 2019 at 2:26 PM Kyle Evans wrote: > > > > On Fri, Aug 30, 2019 at 2:11 PM John Baldwin wrote: > > > > > > On 8/30/19 10:42 AM, Kyle Evans wrote: > > > > On Fri, Aug 16, 2019 at 7:38 PM John Baldwin wrote: > > > >> >

Re: problem with LOCAL_MODULES

2019-08-30 Thread Kyle Evans
On Fri, Aug 30, 2019 at 2:26 PM Kyle Evans wrote: > > On Fri, Aug 30, 2019 at 2:11 PM John Baldwin wrote: > > > > On 8/30/19 10:42 AM, Kyle Evans wrote: > > > On Fri, Aug 16, 2019 at 7:38 PM John Baldwin wrote: > > >> > > >> On 8/16/19 3:05 AM, Gary Jennejohn wrote: > > >>> I tried to build a

Re: problem with LOCAL_MODULES

2019-08-30 Thread Kyle Evans
On Fri, Aug 30, 2019 at 2:11 PM John Baldwin wrote: > > On 8/30/19 10:42 AM, Kyle Evans wrote: > > On Fri, Aug 16, 2019 at 7:38 PM John Baldwin wrote: > >> > >> On 8/16/19 3:05 AM, Gary Jennejohn wrote: > >>> I tried to build a kernel today and it failed in modules-all even > >>> though I had

Re: problem with LOCAL_MODULES

2019-08-30 Thread John Baldwin
On 8/30/19 10:42 AM, Kyle Evans wrote: > On Fri, Aug 16, 2019 at 7:38 PM John Baldwin wrote: >> >> On 8/16/19 3:05 AM, Gary Jennejohn wrote: >>> I tried to build a kernel today and it failed in modules-all even >>> though I had LOCAL_MODULES="" in /etc/src.conf, as recommended by >>> jhb. >>> >>>

Re: problem with LOCAL_MODULES

2019-08-30 Thread Warner Losh
On Fri, Aug 30, 2019 at 11:42 AM Kyle Evans wrote: > On Fri, Aug 16, 2019 at 7:38 PM John Baldwin wrote: > > > > On 8/16/19 3:05 AM, Gary Jennejohn wrote: > > > I tried to build a kernel today and it failed in modules-all even > > > though I had LOCAL_MODULES="" in /etc/src.conf, as recommended

Re: problem with LOCAL_MODULES

2019-08-30 Thread Kyle Evans
On Fri, Aug 16, 2019 at 7:38 PM John Baldwin wrote: > > On 8/16/19 3:05 AM, Gary Jennejohn wrote: > > I tried to build a kernel today and it failed in modules-all even > > though I had LOCAL_MODULES="" in /etc/src.conf, as recommended by > > jhb. > > > > That's wrong. It has to be

Re: problem with LOCAL_MODULES

2019-08-17 Thread Gary Jennejohn
On Fri, 16 Aug 2019 17:37:56 -0700 John Baldwin wrote: > On 8/16/19 3:05 AM, Gary Jennejohn wrote: > > I tried to build a kernel today and it failed in modules-all even > > though I had LOCAL_MODULES="" in /etc/src.conf, as recommended by > > jhb. > > > > That's wrong. It has to be

Re: problem with LOCAL_MODULES

2019-08-16 Thread John Baldwin
On 8/16/19 3:05 AM, Gary Jennejohn wrote: > I tried to build a kernel today and it failed in modules-all even > though I had LOCAL_MODULES="" in /etc/src.conf, as recommended by > jhb. > > That's wrong. It has to be LOCAL_MODULES=, otherwise > /sys/conf/kern.post.mk seems to conclude that there

problem with LOCAL_MODULES

2019-08-16 Thread Gary Jennejohn
I tried to build a kernel today and it failed in modules-all even though I had LOCAL_MODULES="" in /etc/src.conf, as recommended by jhb. That's wrong. It has to be LOCAL_MODULES=, otherwise /sys/conf/kern.post.mk seems to conclude that there should be a module under /usr/local/sys/modules with