daily CVS update output

2023-06-04 Thread NetBSD source update
Updating src tree: P src/BUILDING P src/UPDATING P src/doc/BUILDING.mdoc P src/external/apache2/llvm/Makefile.inc P src/libexec/ld.elf_so/rtld.c P src/libexec/ld.elf_so/arch/i386/mdreloc.c P src/share/man/man5/mk.conf.5 P src/tests/net/ipsec/t_ipsec_ah_keys.sh P

Re: current installation image fails to boot up

2023-06-04 Thread bsdprg
Jun 4, 2023, 15:20 by ll...@must-have-coffee.gen.nz: > You can use "userconf" commands from the boot prompt to disable > auto-detection of problematic devices. You should be able to interrupt the > boot and disable ugen0 with the command "userconf disable ugen*". > > You can also put that

Re: current installation image fails to boot up

2023-06-04 Thread Lloyd Parkes
You can use "userconf" commands from the boot prompt to disable auto-detection of problematic devices. You should be able to interrupt the boot and disable ugen0 with the command "userconf disable ugen*". You can also put that command into boot.cfg so that you don't have to interrupt the boot

Re: -current build failure

2023-06-04 Thread Thomas Klausner
On Mon, Jun 05, 2023 at 03:01:37AM +1000, Luke Mewburn wrote: > I managed to reproduced this just building the tools with -V MKLLVM=yes. > I've reverted tools/Makefile.host revision 1.35 and it seems to fix the > tools build for me. > > Does this resolve the issue for you? Yes. Now I just have

Re: -current build failure

2023-06-04 Thread Luke Mewburn
On 23-06-05 03:01, I wrote: | BTW: I don't know why replacing | NOINFO= # defined | NOLINT= # defined | NOMAN= # defined | MKREPRO=no # Native toolchain might be unable to do it | .include | | with | .include | | where

Re: -current build failure

2023-06-04 Thread Luke Mewburn
On 23-06-04 14:40, Thomas Klausner wrote: | Hi! | | I just tried updating my -current but the build failed: | | build.sh -j 32 -x -V MKDEBUG=yes -V MKDEBUGLIB=yes -V MKLLVM=yes -V NOGCCERROR=yes -T /usr/obj/tools.gcc -m amd64 -O /usr/obj/src.amd64 -D /usr/obj/amd64.gcc.20230604 -R

Re: -current build failure

2023-06-04 Thread Martin Husemann
> /usr/obj/amd64.gcc.20230604 -R /usr/obj/amd64.gcc.20230604.release > distribution > > --- support-modules --- > g++: error: unrecognized command-line option '-stdlib=libc++' > g++: error: unrecognized command-line option '-fmodules'; did you mean > '-fmoduleinfo'? > g+

-current build failure

2023-06-04 Thread Thomas Klausner
Hi! I just tried updating my -current but the build failed: build.sh -j 32 -x -V MKDEBUG=yes -V MKDEBUGLIB=yes -V MKLLVM=yes -V NOGCCERROR=yes -T /usr/obj/tools.gcc -m amd64 -O /usr/obj/src.amd64 -D /usr/obj/amd64.gcc.20230604 -R /usr/obj/amd64.gcc.20230604.release distribution --- support