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 >

Re: Live Image build failure

2015-05-12 Thread Chavdar Ivanov
It is OK now after a few attempts, without me doing anything other than cvs update. Today I got both i386 and mad64 live-image builds. Chavdar On Fri, 1 May 2015 at 21:14 Iain Hibbert plu...@ogmig.net wrote: On Mon, 27 Apr 2015, Chavdar Ivanov wrote: I've been trying to build liveimage for

Re: Live Image build failure

2015-05-01 Thread Iain Hibbert
On Mon, 27 Apr 2015, Chavdar Ivanov wrote: I've been trying to build liveimage for i386 and amd64 the last few dayw without success. Today I cleaned the distdir and tried again, with the same result: ... --- NetBSD-7.99.13-amd64-live-wd0root.img --- creating MBR labels... dd

Live Image build failure

2015-04-30 Thread Chavdar Ivanov
Hi, I've been trying to build liveimage for i386 and amd64 the last few dayw without success. Today I cleaned the distdir and tried again, with the same result: ... --- NetBSD-7.99.13-amd64-live-wd0root.img --- creating MBR labels... dd if=/dev/zero of=work.mbr seek=$((4194304 - 1)) count=1