daily CVS update output

2023-12-04 Thread NetBSD source update


Updating src tree:

Updating xsrc tree:


Killing core files:




Updating file list:
-rw-rw-r--  1 srcmastr  netbsd  42412789 Dec  5 03:03 ls-lRA.gz


Re: Failure to build kernel i386 - am7990 struct access

2023-12-04 Thread Riccardo Mottola
Hi,

Riccardo Mottola wrote:
> /usr/src/sys/dev/ic/am7990.c -o am7990.o
> /usr/src/sys/dev/ic/am7990.c: In function 'am7990_meminit':
> /usr/src/sys/dev/ic/am7990.c:163:39: error: taking address of packed
> member of 'struct leinit' may result in an unaligned pointer value
> [-Werror=address-of-packed-member]
>   163 |  lance_setladrf(>sc_ethercom, init.init_ladrf);
>   |   ^~~
> cc1: all warnings being treated as errors

this was due to a partial checkout, I did cvs update only on
/usr/src/sys, once I upgraded /usr/src as a whole, everything compiled.

Sorry for the noise,

Riccardo