RE: -current kernel won't build on 10.0RC3/amd64

2024-02-07 Thread Josh Moyer
build.sh worked great after it made me build the tools, first.  Thanks!

Kind regards,
Josh

-Original Message-
From: Christopher Pinnock  
Sent: Wednesday, February 7, 2024 11:44 AM
To: Josh Moyer 
Cc: netbsd-curr...@netbsd.org
Subject: Re: -current kernel won't build on 10.0RC3/amd64



> On 7 Feb 2024, at 18:23, Josh Moyer  wrote:
> 
> Hello NetBSD-current-users,
> Last night I checkedout and this morning updated a clear copy of the src tree 
> and am unable to build the -current GENERIC kernel for amd64 on 
> 10.0RC3/amd64.  At first, there was an unaligned pointer warning somewhere in 
> the Atheros drivers that was fatal due to -Werror, then I added CFLAGS+=-w, 
> encountered another break in intel(4), commented it out in the GENERIC 
> config, made clean, ran config, and then made depends and then the main 
> target and now it won't link, due to some "relocation truncated to fit: 
> R_X86_64_32 against `.rodata'" errors in autoconf.o function `cpu_configure'. 
>  Seems like a lot of grief -- am I doing something wrong?  Is -current 
> expected to build on RC3 right now?
> 
> Thanks and kind regards,
> 
>_
>   | * * |   Josh Moyer (he/him) 
>   |*(*)*|   http://jmoyer.nodomain.net/
>\ - /http://www.nodomain.net/
> \// 
> Love, Responsibility, Justice
> Liebe, Verantwortung, Gerechtigkeit
> 
> Please don't eat the animals.
> Thanks.

It will build with build.sh. To build direct you might need to update some 
tools first.
C


smime.p7s
Description: S/MIME cryptographic signature


Automated report: NetBSD-current/i386 test failure

2024-02-07 Thread NetBSD Test Fixture
This is an automatically generated notice of a new failure of the
NetBSD test suite.

The newly failing test case is:

usr.bin/xlint/lint1/t_integration:platform_ilp32_trad

The above test failed in each of the last 4 test runs, and passed in
at least 26 consecutive runs before that.

The following commits were made between the last successful test and
the first failed test:

2024.02.07.07.42.50 rillig 
src/tests/usr.bin/xlint/lint1/platform_lp64_trad.c 1.4
2024.02.07.07.42.50 rillig src/usr.bin/xlint/lint1/lex.c 1.214

Logs can be found at:


http://releng.NetBSD.org/b5reports/i386/commits-2024.02.html#2024.02.07.07.42.50


-current kernel won't build on 10.0RC3/amd64

2024-02-07 Thread Josh Moyer
Hello NetBSD-current-users,
Last night I checkedout and this morning updated a clear copy of the src tree 
and am unable to build the -current GENERIC kernel for amd64 on 10.0RC3/amd64.  
At first, there was an unaligned pointer warning somewhere in the Atheros 
drivers that was fatal due to -Werror, then I added CFLAGS+=-w, encountered 
another break in intel(4), commented it out in the GENERIC config, made clean, 
ran config, and then made depends and then the main target and now it won't 
link, due to some "relocation truncated to fit: R_X86_64_32 against `.rodata'" 
errors in autoconf.o function `cpu_configure'.  Seems like a lot of grief -- am 
I doing something wrong?  Is -current expected to build on RC3 right now?

Thanks and kind regards,

_
   | * * |   Josh Moyer (he/him) 
   |*(*)*|   http://jmoyer.nodomain.net/
\ - /http://www.nodomain.net/
 \// 
 Love, Responsibility, Justice
 Liebe, Verantwortung, Gerechtigkeit
 
 Please don't eat the animals.
 Thanks.