Re: amd64-current live image build failure

2024-04-21 Thread Chavdar Ivanov
On Sun, 21 Apr 2024 at 06:42, Izumi Tsutsui wrote: > > > cat work.mbr.truncated work.efi imgroot.fs work.gpt > work.img > > /dumps/sysbuild/amd64/tools/bin/nbgpt work.img biosboot -i 2 > > -c > >

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

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,

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

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 >