git: 2fe5a79425c7 - main - Fix dst/netmask handling in routing socket code.

Mark Millard marklmi at yahoo.com
Tue Feb 16 21:57:29 UTC 2021


Alexander V. Chernikov melifaro at freebsd.org wrote on
Tue Feb 16 21:26:00 UTC 2021 :

> 16.02.2021, 20:43, "Mateusz Guzik" <mjguzik at gmail.com>:
> > This breaks the built at least without INET6.
> It would help if you could share the actual build error.
> I see -Wunused for 2 function (which I will fix soon), but I'm not sure if that's the error you're running into.
> >
> > can you please start testing your patches on NOINET kernels
> Well, it actually builds for me:
> --------------------------------------------------------------
> >>> Kernel build for LINT-NOINET completed on Tue Feb 16 21:21:39 UTC 2021
> --------------------------------------------------------------
> >>> Kernel(s)  LINT-NOINET built in 28 seconds, ncpu: 2, make -j6
> --------------------------------------------------------------

It is nice that ci.freebsd.org is working for main now . . .

https://ci.freebsd.org/job/FreeBSD-main-mips-build/15707/console

shows:

13:05:40 --- rtsock.o ---
13:05:41 /usr/src/sys/net/rtsock.c:1427:2: error: implicit declaration of function 'IN6_MASK_ADDR' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
13:05:41         IN6_MASK_ADDR(&dst_sa->sin6_addr, &mask);
13:05:41         ^
13:05:41 1 error generated.
13:05:41 *** [rtsock.o] Error code 1

===
Mark Millard
marklmi at yahoo.com
( dsl-only.net went
away in early 2018-Mar)



More information about the dev-commits-src-main mailing list