Re: breaking modules

2022-05-03 Thread Julian H. Stacey
I wrote: > > > From: bugzilla-nore...@freebsd.org > > Date: Tue, 03 May 2022 17:20:14 + > > To: j...@berklix.com > > > > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263758 > > > > Li-Wen Hsu changed: > > > >What|Removed |Added > > -

Re: breaking modules

2022-05-03 Thread Eugene Grosbein
04.05.2022 2:42, Ed Maste wrote: > On Fri, 29 Apr 2022 at 14:43, Eugene Grosbein wrote: >> >> For example: >> >> if_em >> https://cgit.freebsd.org/src/commit/?id=c0460cf2e42d2819c1f191a1d6e1b3dc0c7ea010 >> if_epair >> https://cgit.freebsd.org/src/commit/?id=7a382e744b0b0ba9b51d

Re: breaking modules

2022-05-03 Thread Ed Maste
On Fri, 29 Apr 2022 at 14:43, Eugene Grosbein wrote: > > For example: > > if_em > https://cgit.freebsd.org/src/commit/?id=c0460cf2e42d2819c1f191a1d6e1b3dc0c7ea010 > if_epair > https://cgit.freebsd.org/src/commit/?id=7a382e744b0b0ba9b51dc34bfa0cd1515f744f25 > linuxkpi > h

Re: breaking modules

2022-05-03 Thread Julian H. Stacey
> From: bugzilla-nore...@freebsd.org > Date: Tue, 03 May 2022 17:20:14 + > To: j...@berklix.com > > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263758 > > Li-Wen Hsu changed: > >What|Removed |Added > ---

Re: breaking modules

2022-05-03 Thread Julian H. Stacey
Hi, Reference: > From: Eugene Grosbein > Date: Tue, 3 May 2022 22:13:26 +0700 Eugene Grosbein wrote: > 03.05.2022 21:46, Julian H. Stacey wrote: > > > Hi, Reference: > >> From: "Julian H. Stacey" > >> Date: Fri, 29 Apr 2022 23:57:02 +0200 > > > > "Juli

Re: breaking modules

2022-05-03 Thread Eugene Grosbein
03.05.2022 21:46, Julian H. Stacey wrote: > Hi, Reference: >> From:"Julian H. Stacey" >> Date:Fri, 29 Apr 2022 23:57:02 +0200 > > "Julian H. Stacey" wrote: >> Ed Maste wrote: >>> On Thu, 28 Apr 2022 at 11:28, Julian H. Stacey wrote: but that's crude. It

Re: breaking modules

2022-05-03 Thread Julian H. Stacey
Hi, Reference: > From: "Julian H. Stacey" > Date: Fri, 29 Apr 2022 23:57:02 +0200 "Julian H. Stacey" wrote: > Ed Maste wrote: > > On Thu, 28 Apr 2022 at 11:28, Julian H. Stacey wrote: > > > > > > but that's crude. It's nice to be able to build most modules ready > > > in case wan

Re: breaking modules

2022-04-29 Thread Julian H. Stacey
Ed Maste wrote: > On Thu, 28 Apr 2022 at 11:28, Julian H. Stacey wrote: > > > > but that's crude. It's nice to be able to build most modules ready > > in case wanted later, so how about a DUDS env. mechanism like ports/ ? > > I'd rather not add additional complexity to our build infrastructure >

Re: breaking modules

2022-04-29 Thread Eugene Grosbein
29.04.2022 21:49, Ed Maste wrote: > On Thu, 28 Apr 2022 at 11:28, Julian H. Stacey wrote: >> >> but that's crude. It's nice to be able to build most modules ready >> in case wanted later, so how about a DUDS env. mechanism like ports/ ? > > I'd rather not add additional complexity to our build i

Re: breaking modules

2022-04-29 Thread Ed Maste
On Thu, 28 Apr 2022 at 11:28, Julian H. Stacey wrote: > > but that's crude. It's nice to be able to build most modules ready > in case wanted later, so how about a DUDS env. mechanism like ports/ ? I'd rather not add additional complexity to our build infrastructure to address a situation that sh

breaking modules

2022-04-28 Thread Julian H. Stacey
module(s) will break, such has been the way for years with breaking modules. The only current way round breaking modules is to use .if defined(MODULES_OVERRIDE) && !defined(ALL_MODULES) SUBDIR=${MODULES_OVERRIDE} .else but that's crude. It's nice to be abl