RE: Daily build compiler

Marcin Gondek <[email protected]> Sun, 14 Jun 2026 19:29:18 +0000
Newsgroups gmane.os.netbsd.devel.packages
Message-ID <AM9PR03MB7993385365C9BE090B9036B7F6E72__29716.4205623389$1781465387$gmane$org@AM9PR03MB7993.eurprd03.prod.outlook.com>
Hello,

Could you elaborate little more, on what to focus, what to setup in mk.conf to be more compatible with future changes planned, to test new packages/updated against newer required params for complication.
Just to make our life easier in future.

I'm asking from person who trying to do some packaging stuff, but I'm not C/C++ developer as such.

In the mk.conf
CFLAGS+=	-std=gnu2x
CFLAGS+=	-Werror=implicit-function-declaration

Only this is required, or something more? Some prerequisites? Some other configuration?

Thanks.

--
Marcin Gondek / Drixter
http://fido.e-utp.net/
AS56662

-----Original Message-----
From: [email protected] <[email protected]> On Behalf Of nia
Sent: Sunday, June 14, 2026 9:08 PM
To: [email protected]; [email protected]
Subject: Re: Daily build compiler

On Sun, Jun 14, 2026 at 02:05:59PM +0100, Jonathan Perkin wrote:
> Happy to go back to 15.x once NetBSD is closer to moving to it.

I think we are close to moving to it and I would like to work on these issues during the freeze.

By the way, I forgot to mention, for testing, I have this in my mk.conf:

CFLAGS+=	-std=gnu2x
CFLAGS+=	-Werror=implicit-function-declaration

This uncovers a lot of problems.