Re: amd64-current live image build failure

2024-04-20 Thread Izumi Tsutsui
> cat work.mbr.truncated work.efi imgroot.fs work.gpt > work.img > /dumps/sysbuild/amd64/tools/bin/nbgpt work.img biosboot -i 2 > -c > /dumps/sysbuild/amd64/obj/home/sysbuild/src/distrib/amd64/liveimage/emuimage/work/usr/mdec/gptmbr.bin > nbgpt: work.img: No primary GPT header; run create or r

Re: amd64-current live image build failure

2024-04-20 Thread maya
I made some changes to the live image which is probably triggering this behaviour, but it's working on releng's builds - I expect that there's a stale object that the live-image target isn't re-creating despite it needing changes. You could take the easy-for-human approach and do a clean build, bu

daily CVS update output

2024-04-20 Thread NetBSD source update
Updating src tree: P src/UPDATING P src/build.sh P src/bin/Makefile.inc P src/external/bsd/ntp/lib/libntp/Makefile P src/external/mit/xorg/lib/dri/Makefile P src/lib/libc/arch/hppa/genassym.cf P src/lib/libc/arch/hppa/gen/__setjmp14.S P src/sbin/Makefile.inc P src/sbin/fsck_lfs/Makefile P src/sbi

amd64-current live image build failure

2024-04-20 Thread Chavdar Ivanov
Hi, I am presently getting: mv work.rootfs imgroot.fs create EFI system partition... /dumps/sysbuild/amd64/tools/bin/x86_64--netbsd-install -c -m 0644 work/usr/mdec/bootx64.efi work.efidir/EFI/boot/`basename work/usr/mdec/bootx64.efi` /dumps/sysbuild/amd64/tools/bin/x86_64--netbsd-install -c

Re: amd64-current live image build failure

2024-04-20 Thread Chavdar Ivanov
On Sat, 20 Apr 2024 at 17:49, Chavdar Ivanov wrote: > > Hi, > > I am presently getting: > > > mv work.rootfs imgroot.fs > create EFI system partition... > /dumps/sysbuild/amd64/tools/bin/x86_64--netbsd-install -c -m 0644 > work/usr/mdec/bootx64.efi work.efidir/EFI/boot/`basename > work/usr/md

[PATCH] [RFC] i386/i386_mainbus: fix the build when MPBIOS and ACPI are disabled

2024-04-20 Thread Paolo Pisati
I'm not entirely sure about this one, but anyhow: ... /home/flag/bsd/netbsd/src/../obj.i386/tooldir.Linux-6.6.0-14-generic-x86_64/bin/i486--netbsdelf-ld -Map netbsd.map --cref -T netbsd.ldscript -Ttext c010 -e start -z noseparate-code -X -o netbsd ${SYSTEM_OBJ:[@]:Nswapnetbsd.o} ${EXTRA_OBJ}

vmt driver

2024-04-20 Thread Chavdar Ivanov
Hi, Can anybody enlighten me regards the vmt driver? I have a few VMs running under VMWare Workstation (17.5.1 at present) and Player. My console is spammed by continuous messages, repeating [70.197688] vmt0: unknown command: "Set_Option toolScripts.afterPowerOn 1" [70.197688] vmt0: unkno

daily CVS update output

2024-04-20 Thread NetBSD source update
Updating src tree: P src/external/bsd/ntp/lib/libntp/Makefile P src/external/mpl/bind/dist/lib/ns/query.c P src/sys/dev/pci/pci_subr.c P src/sys/dev/pci/pcireg.h P src/sys/netinet6/frag6.c P src/tests/usr.bin/xlint/lint1/msg_207.c Updating xsrc tree: Killing core files: Updating tar files: s

[PATCH] x86/intr.c: fix build if NO_PCI_MSI_MSIX is defined

2024-04-20 Thread Paolo Pisati
... /home/flag/bsd/netbsd/src/sys/arch/x86/x86/intr.c: In function 'intr_create_intrid': /home/flag/bsd/netbsd/src/sys/arch/x86/x86/intr.c:315:34: error: 'MSI_INT_DEV_MASK' undeclared (first use in this function) 315 | pih = __SHIFTIN((uint64_t)dev, MSI_INT_DEV_MASK) |