>>> seabios: Building main/seabios 1.16.0-r0 (using abuild 3.9.0-r0) started Wed, 13 Apr 2022 04:40:40 +0000 >>> seabios: Checking sanity of /home/buildozer/aports/main/seabios/APKBUILD... >>> seabios: Analyzing dependencies... >>> seabios: Installing for build: build-base python3 iasl (1/12) Installing libbz2 (1.0.8-r1) (2/12) Installing libffi (3.4.2-r1) (3/12) Installing gdbm (1.23-r0) (4/12) Installing xz-libs (5.2.5-r1) (5/12) Installing mpdecimal (2.5.1-r1) (6/12) Installing ncurses-terminfo-base (6.3_p20220402-r0) (7/12) Installing ncurses-libs (6.3_p20220402-r0) (8/12) Installing readline (8.1.2-r0) (9/12) Installing sqlite-libs (3.37.2-r0) (10/12) Installing python3 (3.10.3-r0) (11/12) Installing iasl (20210930-r0) (12/12) Installing .makedepends-seabios (20220413.044041) Executing busybox-1.35.0-r8.trigger OK: 378 MiB in 97 packages >>> seabios: Cleaning up srcdir >>> seabios: Cleaning up pkgdir >>> seabios: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/seabios-1.16.0.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> seabios: Fetching https://www.seabios.org/downloads/seabios-1.16.0.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 61 620k 61 383k 0 0 1276k 0 --:--:-- --:--:-- --:--:-- 1274k 100 620k 100 620k 0 0 1962k 0 --:--:-- --:--:-- --:--:-- 1957k >>> seabios: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/seabios-1.16.0.tar.gz >>> seabios: Checking sha512sums... seabios-1.16.0.tar.gz: OK 0001-Workaround-for-a-win8.1-32-S4-resume-bug.patch: OK 0002-reserve-more-memory-on-fseg.patch: OK config.coreboot: OK config.csm: OK config.seabios-128k: OK config.seabios-256k: OK config.vga.cirrus: OK config.vga.isavga: OK config.vga.qxl: OK config.vga.stdvga: OK config.vga.virtio: OK config.vga.vmware: OK >>> seabios: Unpacking /var/cache/distfiles/v3.16/seabios-1.16.0.tar.gz... >>> seabios: 0001-Workaround-for-a-win8.1-32-S4-resume-bug.patch patching file src/clock.c >>> seabios: 0002-reserve-more-memory-on-fseg.patch patching file scripts/layoutrom.py >>> seabios: building bios-csm.bin make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c: In function 'check_stdin': /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c:77:17: warning: format not a string literal and no format arguments [-Wformat-security] 77 | printf(_("aborted!\n\n")); | ^~~~~~ /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c:78:17: warning: format not a string literal and no format arguments [-Wformat-security] 78 | printf(_("Console input/output is redirected. ")); | ^~~~~~ /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c:79:17: warning: format not a string literal and no format arguments [-Wformat-security] 79 | printf(_("Run 'make oldconfig' to update configuration.\n\n")); | ^~~~~~ /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c: In function 'conf_askvalue': /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c:89:17: warning: format not a string literal and no format arguments [-Wformat-security] 89 | printf(_("(NEW) ")); | ^~~~~~ /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c: In function 'conf_choice': /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c:290:33: warning: format not a string literal and no format arguments [-Wformat-security] 290 | printf(_(" (NEW)")); | ^~~~~~ /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c: In function 'check_conf': /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c:438:41: warning: format not a string literal and no format arguments [-Wformat-security] 438 | printf(_("*\n* Restart config...\n*\n")); | ^~~~~~ /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c: In function 'main': /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c:636:41: warning: format not a string literal and no format arguments [-Wformat-security] 636 | _("\n*** The configuration requires explicit update.\n\n")); | ^ /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c:689:25: warning: format not a string literal and no format arguments [-Wformat-security] 689 | fprintf(stderr, _("\n*** Error during writing of the configuration.\n\n")); | ^~~~~~~ /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c:693:25: warning: format not a string literal and no format arguments [-Wformat-security] 693 | fprintf(stderr, _("\n*** Error during update of the configuration.\n\n")); | ^~~~~~~ /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c:704:25: warning: format not a string literal and no format arguments [-Wformat-security] 704 | fprintf(stderr, _("\n*** Error during writing of the configuration.\n\n")); | ^~~~~~~ scripts/kconfig/conf --olddefconfig /home/buildozer/aports/main/seabios/src/seabios-1.16.0/src/Kconfig # # configuration written to /home/buildozer/aports/main/seabios/src/seabios-1.16.0/.config # make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c: In function 'check_stdin': /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c:77:17: warning: format not a string literal and no format arguments [-Wformat-security] 77 | printf(_("aborted!\n\n")); | ^~~~~~ /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c:78:17: warning: format not a string literal and no format arguments [-Wformat-security] 78 | printf(_("Console input/output is redirected. ")); | ^~~~~~ /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c:79:17: warning: format not a string literal and no format arguments [-Wformat-security] 79 | printf(_("Run 'make oldconfig' to update configuration.\n\n")); | ^~~~~~ /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c: In function 'conf_askvalue': /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c:89:17: warning: format not a string literal and no format arguments [-Wformat-security] 89 | printf(_("(NEW) ")); | ^~~~~~ /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c: In function 'conf_choice': /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c:290:33: warning: format not a string literal and no format arguments [-Wformat-security] 290 | printf(_(" (NEW)")); | ^~~~~~ /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c: In function 'check_conf': /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c:438:41: warning: format not a string literal and no format arguments [-Wformat-security] 438 | printf(_("*\n* Restart config...\n*\n")); | ^~~~~~ /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c: In function 'main': /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c:636:41: warning: format not a string literal and no format arguments [-Wformat-security] 636 | _("\n*** The configuration requires explicit update.\n\n")); | ^ /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c:689:25: warning: format not a string literal and no format arguments [-Wformat-security] 689 | fprintf(stderr, _("\n*** Error during writing of the configuration.\n\n")); | ^~~~~~~ /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c:693:25: warning: format not a string literal and no format arguments [-Wformat-security] 693 | fprintf(stderr, _("\n*** Error during update of the configuration.\n\n")); | ^~~~~~~ /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c:704:25: warning: format not a string literal and no format arguments [-Wformat-security] 704 | fprintf(stderr, _("\n*** Error during writing of the configuration.\n\n")); | ^~~~~~~ scripts/kconfig/conf --olddefconfig /home/buildozer/aports/main/seabios/src/seabios-1.16.0/src/Kconfig # # configuration written to /home/buildozer/aports/main/seabios/src/seabios-1.16.0/.config # Compiling to assembler out/src/asm-offsets.s make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. Build Kconfig config file Compile checking out/src/misc.o Compile checking out/src/stacks.o Compile checking out/src/output.o Compile checking out/src/string.o Compile checking out/src/block.o Compile checking out/src/cdrom.o Compile checking out/src/disk.o Compile checking out/src/mouse.o Compile checking out/src/kbd.o Compile checking out/src/system.o Compile checking out/src/serial.o Compile checking out/src/sercon.o Compile checking out/src/clock.o Compile checking out/src/resume.o Compile checking out/src/pnpbios.o Compile checking out/src/vgahooks.o Compile checking out/src/pcibios.o Compile checking out/src/apm.o Compile checking out/src/cp437.o Compile checking out/src/hw/pci.o Compile checking out/src/hw/timer.o Compile checking out/src/hw/rtc.o Compile checking out/src/hw/dma.o Compile checking out/src/hw/pic.o Compile checking out/src/hw/ps2port.o Compile checking out/src/hw/serialio.o Compile checking out/src/hw/usb.o Compile checking out/src/hw/usb-uhci.o Compile checking out/src/hw/usb-ohci.o Compile checking out/src/hw/usb-ehci.o Compile checking out/src/hw/usb-hid.o Compile checking out/src/hw/usb-msc.o Compile checking out/src/hw/usb-uas.o Compile checking out/src/hw/blockcmd.o Compile checking out/src/hw/floppy.o Compile checking out/src/hw/ata.o Compile checking out/src/hw/ramdisk.o Compile checking out/src/hw/lsi-scsi.o Compile checking out/src/hw/esp-scsi.o Compile checking out/src/hw/megasas.o Compile checking out/src/hw/mpt-scsi.o Compile checking out/src/post.o Compile checking out/src/e820map.o Compile checking out/src/malloc.o Compile checking out/src/romfile.o Compile checking out/src/x86.o Compile checking out/src/optionroms.o Compile checking out/src/pmm.o Compile checking out/src/font.o Compile checking out/src/boot.o Compile checking out/src/bootsplash.o Compile checking out/src/jpeg.o Compile checking out/src/bmp.o Compile checking out/src/tcgbios.o Compile checking out/src/sha1.o Compile checking out/src/hw/pcidevice.o Compile checking out/src/hw/ahci.o Compile checking out/src/hw/pvscsi.o Compile checking out/src/hw/usb-xhci.o Compile checking out/src/hw/usb-hub.o Compile checking out/src/hw/sdcard.o Compile checking out/src/fw/coreboot.o Compile checking out/src/fw/lzmadecode.o Compile checking out/src/fw/multiboot.o Compile checking out/src/fw/csm.o Compile checking out/src/fw/biostables.o Compile checking out/src/fw/paravirt.o Compile checking out/src/fw/shadow.o Compile checking out/src/fw/pciinit.o Compile checking out/src/fw/smm.o Compile checking out/src/fw/smp.o Compile checking out/src/fw/mtrr.o Compile checking out/src/fw/xen.o Compile checking out/src/fw/acpi.o Compile checking out/src/fw/mptable.o Compile checking out/src/fw/pirtable.o Compile checking out/src/fw/smbios.o Compile checking out/src/fw/romfile_loader.o Compile checking out/src/fw/dsdt_parser.o Compile checking out/src/hw/virtio-ring.o Compile checking out/src/hw/virtio-pci.o Compile checking out/src/hw/virtio-mmio.o Compile checking out/src/hw/virtio-blk.o Compile checking out/src/hw/virtio-scsi.o Compile checking out/src/hw/tpm_drivers.o Compile checking out/src/hw/nvme.o Compile checking out/src/sha256.o Compile checking out/src/sha512.o Compiling whole program out/code32seg.o Compiling whole program out/ccode16.o Generating offset file out/asm-offsets.h Compiling (16bit) out/romlayout.o Compiling whole program out/ccode32flat.o In file included from out/ccode32flat.o.tmp.c:52: ./src/jpeg.c:42: warning: "__LITTLE_ENDIAN" redefined 42 | #define __LITTLE_ENDIAN | In file included from /usr/include/stdarg.h:10, from ./src/output.c:7, from out/ccode32flat.o.tmp.c:3: /usr/include/bits/alltypes.h:45: note: this is the location of the previous definition 45 | #define __LITTLE_ENDIAN 1234 | Building ld scripts Version: 1.16.0-20220413_044055-build-3-16-x86_64 Fixed space: 0xe05b-0x10000 total: 8101 slack: 14 Percent slack: 0.2% 16bit size: 36704 32bit segmented size: 2347 32bit flat size: 43749 32bit flat init size: 55552 Lowmem size: 2224 f-segment var size: 1392 Linking out/rom16.o Linking out/rom32seg.o Stripping out/rom32seg.noexec.o Stripping out/rom16.noexec.o Linking out/rom.o Prepping out/bios.bin.prep Total size: 145984 Fixed: 84192 Free: 116160 (used 55.7% of 256KiB rom) Creating out/Csm16.bin >>> seabios: building bios-coreboot.bin make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c: In function 'check_stdin': /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c:77:17: warning: format not a string literal and no format arguments [-Wformat-security] 77 | printf(_("aborted!\n\n")); | ^~~~~~ /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c:78:17: warning: format not a string literal and no format arguments [-Wformat-security] 78 | printf(_("Console input/output is redirected. ")); | ^~~~~~ /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c:79:17: warning: format not a string literal and no format arguments [-Wformat-security] 79 | printf(_("Run 'make oldconfig' to update configuration.\n\n")); | ^~~~~~ /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c: In function 'conf_askvalue': /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c:89:17: warning: format not a string literal and no format arguments [-Wformat-security] 89 | printf(_("(NEW) ")); | ^~~~~~ /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c: In function 'conf_choice': /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c:290:33: warning: format not a string literal and no format arguments [-Wformat-security] 290 | printf(_(" (NEW)")); | ^~~~~~ /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c: In function 'check_conf': /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c:438:41: warning: format not a string literal and no format arguments [-Wformat-security] 438 | printf(_("*\n* Restart config...\n*\n")); | ^~~~~~ /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c: In function 'main': /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c:636:41: warning: format not a string literal and no format arguments [-Wformat-security] 636 | _("\n*** The configuration requires explicit update.\n\n")); | ^ /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c:689:25: warning: format not a string literal and no format arguments [-Wformat-security] 689 | fprintf(stderr, _("\n*** Error during writing of the configuration.\n\n")); | ^~~~~~~ /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c:693:25: warning: format not a string literal and no format arguments [-Wformat-security] 693 | fprintf(stderr, _("\n*** Error during update of the configuration.\n\n")); | ^~~~~~~ /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c:704:25: warning: format not a string literal and no format arguments [-Wformat-security] 704 | fprintf(stderr, _("\n*** Error during writing of the configuration.\n\n")); | ^~~~~~~ scripts/kconfig/conf --olddefconfig /home/buildozer/aports/main/seabios/src/seabios-1.16.0/src/Kconfig # # configuration written to /home/buildozer/aports/main/seabios/src/seabios-1.16.0/.config # Compiling to assembler out/src/asm-offsets.s make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. Build Kconfig config file Compile checking out/src/misc.o Compile checking out/src/stacks.o Compile checking out/src/output.o Compile checking out/src/string.o Compile checking out/src/block.o Compile checking out/src/cdrom.o Compile checking out/src/disk.o Compile checking out/src/mouse.o Compile checking out/src/kbd.o Compile checking out/src/system.o Compile checking out/src/serial.o Compile checking out/src/sercon.o Compile checking out/src/clock.o Compile checking out/src/resume.o Compile checking out/src/pnpbios.o Compile checking out/src/vgahooks.o Compile checking out/src/pcibios.o Compile checking out/src/apm.o Compile checking out/src/cp437.o Compile checking out/src/hw/pci.o Compile checking out/src/hw/timer.o Compile checking out/src/hw/rtc.o Compile checking out/src/hw/dma.o Compile checking out/src/hw/pic.o Compile checking out/src/hw/ps2port.o Compile checking out/src/hw/serialio.o Compile checking out/src/hw/usb.o Compile checking out/src/hw/usb-uhci.o Compile checking out/src/hw/usb-ohci.o Compile checking out/src/hw/usb-ehci.o Compile checking out/src/hw/usb-hid.o Compile checking out/src/hw/usb-msc.o Compile checking out/src/hw/usb-uas.o Compile checking out/src/hw/blockcmd.o Compile checking out/src/hw/floppy.o Compile checking out/src/hw/ata.o Compile checking out/src/hw/ramdisk.o Compile checking out/src/hw/lsi-scsi.o Compile checking out/src/hw/esp-scsi.o Compile checking out/src/hw/megasas.o Compile checking out/src/hw/mpt-scsi.o Compile checking out/src/post.o Compile checking out/src/e820map.o Compile checking out/src/malloc.o Compile checking out/src/romfile.o Compile checking out/src/x86.o Compile checking out/src/optionroms.o Compile checking out/src/pmm.o Compile checking out/src/font.o Compile checking out/src/boot.o Compile checking out/src/bootsplash.o Compile checking out/src/jpeg.o Compile checking out/src/bmp.o Compile checking out/src/tcgbios.o Compile checking out/src/sha1.o Compile checking out/src/hw/pcidevice.o Compile checking out/src/hw/ahci.o Compile checking out/src/hw/pvscsi.o Compile checking out/src/hw/usb-xhci.o Compile checking out/src/hw/usb-hub.o Compile checking out/src/hw/sdcard.o Compile checking out/src/fw/coreboot.o Compile checking out/src/fw/lzmadecode.o Compile checking out/src/fw/multiboot.o Compile checking out/src/fw/csm.o Compile checking out/src/fw/biostables.o Compile checking out/src/fw/paravirt.o Compile checking out/src/fw/shadow.o Compile checking out/src/fw/pciinit.o Compile checking out/src/fw/smm.o Compile checking out/src/fw/smp.o Compile checking out/src/fw/mtrr.o Compile checking out/src/fw/xen.o Compile checking out/src/fw/acpi.o Compile checking out/src/fw/mptable.o Compile checking out/src/fw/pirtable.o Compile checking out/src/fw/smbios.o Compile checking out/src/fw/romfile_loader.o Compile checking out/src/fw/dsdt_parser.o Compile checking out/src/hw/virtio-ring.o Compile checking out/src/hw/virtio-pci.o Compile checking out/src/hw/virtio-mmio.o Compile checking out/src/hw/virtio-blk.o Compile checking out/src/hw/virtio-scsi.o Compile checking out/src/hw/tpm_drivers.o Compile checking out/src/hw/nvme.o Compile checking out/src/sha256.o Compile checking out/src/sha512.o Compiling whole program out/code32seg.o Compiling whole program out/ccode16.o Generating offset file out/asm-offsets.h Compiling (16bit) out/romlayout.o Compiling whole program out/ccode32flat.o In file included from out/ccode32flat.o.tmp.c:52: ./src/jpeg.c:42: warning: "__LITTLE_ENDIAN" redefined 42 | #define __LITTLE_ENDIAN | In file included from /usr/include/stdarg.h:10, from ./src/output.c:7, from out/ccode32flat.o.tmp.c:3: /usr/include/bits/alltypes.h:45: note: this is the location of the previous definition 45 | #define __LITTLE_ENDIAN 1234 | Building ld scripts Version: 1.16.0-20220413_044108-build-3-16-x86_64 Fixed space: 0xe05b-0x10000 total: 8101 slack: 13 Percent slack: 0.2% 16bit size: 38112 32bit segmented size: 2347 32bit flat size: 47589 32bit flat init size: 61728 Lowmem size: 2240 f-segment var size: 1232 Linking out/rom16.o Linking out/rom32seg.o Stripping out/rom32seg.noexec.o Stripping out/rom16.noexec.o Linking out/rom.o Prepping out/bios.bin.prep Total size: 157824 Fixed: 89280 Free: 104320 (used 60.2% of 256KiB rom) Creating out/bios.bin.elf >>> seabios: building bios.bin make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c: In function 'check_stdin': /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c:77:17: warning: format not a string literal and no format arguments [-Wformat-security] 77 | printf(_("aborted!\n\n")); | ^~~~~~ /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c:78:17: warning: format not a string literal and no format arguments [-Wformat-security] 78 | printf(_("Console input/output is redirected. ")); | ^~~~~~ /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c:79:17: warning: format not a string literal and no format arguments [-Wformat-security] 79 | printf(_("Run 'make oldconfig' to update configuration.\n\n")); | ^~~~~~ /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c: In function 'conf_askvalue': /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c:89:17: warning: format not a string literal and no format arguments [-Wformat-security] 89 | printf(_("(NEW) ")); | ^~~~~~ /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c: In function 'conf_choice': /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c:290:33: warning: format not a string literal and no format arguments [-Wformat-security] 290 | printf(_(" (NEW)")); | ^~~~~~ /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c: In function 'check_conf': /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c:438:41: warning: format not a string literal and no format arguments [-Wformat-security] 438 | printf(_("*\n* Restart config...\n*\n")); | ^~~~~~ /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c: In function 'main': /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c:636:41: warning: format not a string literal and no format arguments [-Wformat-security] 636 | _("\n*** The configuration requires explicit update.\n\n")); | ^ /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c:689:25: warning: format not a string literal and no format arguments [-Wformat-security] 689 | fprintf(stderr, _("\n*** Error during writing of the configuration.\n\n")); | ^~~~~~~ /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c:693:25: warning: format not a string literal and no format arguments [-Wformat-security] 693 | fprintf(stderr, _("\n*** Error during update of the configuration.\n\n")); | ^~~~~~~ /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c:704:25: warning: format not a string literal and no format arguments [-Wformat-security] 704 | fprintf(stderr, _("\n*** Error during writing of the configuration.\n\n")); | ^~~~~~~ scripts/kconfig/conf --olddefconfig /home/buildozer/aports/main/seabios/src/seabios-1.16.0/src/Kconfig /home/buildozer/aports/main/seabios/src/seabios-1.16.0/.config:9:warning: override: reassigning to symbol USB_OHCI /home/buildozer/aports/main/seabios/src/seabios-1.16.0/.config:16:warning: override: reassigning to symbol NVME /home/buildozer/aports/main/seabios/src/seabios-1.16.0/.config:17:warning: override: reassigning to symbol VGAHOOKS # # configuration written to /home/buildozer/aports/main/seabios/src/seabios-1.16.0/.config # Compiling to assembler out/src/asm-offsets.s make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. Build Kconfig config file Compile checking out/src/misc.o Compile checking out/src/stacks.o Compile checking out/src/output.o Compile checking out/src/string.o Compile checking out/src/block.o Compile checking out/src/cdrom.o Compile checking out/src/disk.o Compile checking out/src/mouse.o Compile checking out/src/kbd.o Compile checking out/src/system.o Compile checking out/src/serial.o Compile checking out/src/sercon.o Compile checking out/src/clock.o Compile checking out/src/resume.o Compile checking out/src/pnpbios.o Compile checking out/src/vgahooks.o Compile checking out/src/pcibios.o Compile checking out/src/apm.o Compile checking out/src/cp437.o Compile checking out/src/hw/pci.o Compile checking out/src/hw/timer.o Compile checking out/src/hw/rtc.o Compile checking out/src/hw/dma.o Compile checking out/src/hw/pic.o Compile checking out/src/hw/ps2port.o Compile checking out/src/hw/serialio.o Compile checking out/src/hw/usb.o Compile checking out/src/hw/usb-uhci.o Compile checking out/src/hw/usb-ohci.o Compile checking out/src/hw/usb-ehci.o Compile checking out/src/hw/usb-hid.o Compile checking out/src/hw/usb-msc.o Compile checking out/src/hw/usb-uas.o Compile checking out/src/hw/blockcmd.o Compile checking out/src/hw/floppy.o Compile checking out/src/hw/ata.o Compile checking out/src/hw/ramdisk.o Compile checking out/src/hw/lsi-scsi.o Compile checking out/src/hw/esp-scsi.o Compile checking out/src/hw/megasas.o Compile checking out/src/hw/mpt-scsi.o Compile checking out/src/post.o Compile checking out/src/e820map.o Compile checking out/src/malloc.o Compile checking out/src/romfile.o Compile checking out/src/x86.o Compile checking out/src/optionroms.o Compile checking out/src/pmm.o Compile checking out/src/font.o Compile checking out/src/boot.o Compile checking out/src/bootsplash.o Compile checking out/src/jpeg.o Compile checking out/src/bmp.o Compile checking out/src/tcgbios.o Compile checking out/src/sha1.o Compile checking out/src/hw/pcidevice.o Compile checking out/src/hw/ahci.o Compile checking out/src/hw/pvscsi.o Compile checking out/src/hw/usb-xhci.o Compile checking out/src/hw/usb-hub.o Compile checking out/src/hw/sdcard.o Compile checking out/src/fw/coreboot.o Compile checking out/src/fw/lzmadecode.o Compile checking out/src/fw/multiboot.o Compile checking out/src/fw/csm.o Compile checking out/src/fw/biostables.o Compile checking out/src/fw/paravirt.o Compile checking out/src/fw/shadow.o Compile checking out/src/fw/pciinit.o Compile checking out/src/fw/smm.o Compile checking out/src/fw/smp.o Compile checking out/src/fw/mtrr.o Compile checking out/src/fw/xen.o Compile checking out/src/fw/acpi.o Compile checking out/src/fw/mptable.o Compile checking out/src/fw/pirtable.o Compile checking out/src/fw/smbios.o Compile checking out/src/fw/romfile_loader.o Compile checking out/src/fw/dsdt_parser.o Compile checking out/src/hw/virtio-ring.o Compile checking out/src/hw/virtio-pci.o Compile checking out/src/hw/virtio-mmio.o Compile checking out/src/hw/virtio-blk.o Compile checking out/src/hw/virtio-scsi.o Compile checking out/src/hw/tpm_drivers.o Compile checking out/src/hw/nvme.o Compile checking out/src/sha256.o Compile checking out/src/sha512.o Compiling whole program out/code32seg.o Generating offset file out/asm-offsets.h Compiling (16bit) out/romlayout.o Compiling whole program out/ccode16.o Compiling whole program out/ccode32flat.o In file included from out/ccode32flat.o.tmp.c:52: ./src/jpeg.c:42: warning: "__LITTLE_ENDIAN" redefined 42 | #define __LITTLE_ENDIAN | In file included from /usr/include/stdarg.h:10, from ./src/output.c:7, from out/ccode32flat.o.tmp.c:3: /usr/include/bits/alltypes.h:45: note: this is the location of the previous definition 45 | #define __LITTLE_ENDIAN 1234 | Building ld scripts Version: 1.16.0-20220413_044119-build-3-16-x86_64 Fixed space: 0xe05b-0x10000 total: 8101 slack: 9 Percent slack: 0.1% 16bit size: 30720 32bit segmented size: 2335 32bit flat size: 35793 32bit flat init size: 53760 Lowmem size: 2176 f-segment var size: 1200 Linking out/rom16.o Linking out/rom32seg.o Stripping out/rom32seg.noexec.o Stripping out/rom16.noexec.o Linking out/rom.o Prepping out/bios.bin.prep Total size: 130240 Fixed: 70048 Free: 832 (used 99.4% of 128KiB rom) Creating out/bios.bin >>> seabios: building bios-256k.bin make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c: In function 'check_stdin': /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c:77:17: warning: format not a string literal and no format arguments [-Wformat-security] 77 | printf(_("aborted!\n\n")); | ^~~~~~ /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c:78:17: warning: format not a string literal and no format arguments [-Wformat-security] 78 | printf(_("Console input/output is redirected. ")); | ^~~~~~ /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c:79:17: warning: format not a string literal and no format arguments [-Wformat-security] 79 | printf(_("Run 'make oldconfig' to update configuration.\n\n")); | ^~~~~~ /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c: In function 'conf_askvalue': /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c:89:17: warning: format not a string literal and no format arguments [-Wformat-security] 89 | printf(_("(NEW) ")); | ^~~~~~ /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c: In function 'conf_choice': /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c:290:33: warning: format not a string literal and no format arguments [-Wformat-security] 290 | printf(_(" (NEW)")); | ^~~~~~ /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c: In function 'check_conf': /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c:438:41: warning: format not a string literal and no format arguments [-Wformat-security] 438 | printf(_("*\n* Restart config...\n*\n")); | ^~~~~~ /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c: In function 'main': /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c:636:41: warning: format not a string literal and no format arguments [-Wformat-security] 636 | _("\n*** The configuration requires explicit update.\n\n")); | ^ /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c:689:25: warning: format not a string literal and no format arguments [-Wformat-security] 689 | fprintf(stderr, _("\n*** Error during writing of the configuration.\n\n")); | ^~~~~~~ /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c:693:25: warning: format not a string literal and no format arguments [-Wformat-security] 693 | fprintf(stderr, _("\n*** Error during update of the configuration.\n\n")); | ^~~~~~~ /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c:704:25: warning: format not a string literal and no format arguments [-Wformat-security] 704 | fprintf(stderr, _("\n*** Error during writing of the configuration.\n\n")); | ^~~~~~~ scripts/kconfig/conf --olddefconfig /home/buildozer/aports/main/seabios/src/seabios-1.16.0/src/Kconfig # # configuration written to /home/buildozer/aports/main/seabios/src/seabios-1.16.0/.config # Compiling to assembler out/src/asm-offsets.s make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. Build Kconfig config file Compile checking out/src/misc.o Compile checking out/src/stacks.o Compile checking out/src/output.o Compile checking out/src/string.o Compile checking out/src/block.o Compile checking out/src/cdrom.o Compile checking out/src/disk.o Compile checking out/src/mouse.o Compile checking out/src/kbd.o Compile checking out/src/system.o Compile checking out/src/serial.o Compile checking out/src/sercon.o Compile checking out/src/clock.o Compile checking out/src/resume.o Compile checking out/src/pnpbios.o Compile checking out/src/vgahooks.o Compile checking out/src/pcibios.o Compile checking out/src/apm.o Compile checking out/src/cp437.o Compile checking out/src/hw/pci.o Compile checking out/src/hw/timer.o Compile checking out/src/hw/rtc.o Compile checking out/src/hw/dma.o Compile checking out/src/hw/pic.o Compile checking out/src/hw/ps2port.o Compile checking out/src/hw/serialio.o Compile checking out/src/hw/usb.o Compile checking out/src/hw/usb-uhci.o Compile checking out/src/hw/usb-ohci.o Compile checking out/src/hw/usb-ehci.o Compile checking out/src/hw/usb-hid.o Compile checking out/src/hw/usb-msc.o Compile checking out/src/hw/usb-uas.o Compile checking out/src/hw/blockcmd.o Compile checking out/src/hw/floppy.o Compile checking out/src/hw/ata.o Compile checking out/src/hw/ramdisk.o Compile checking out/src/hw/lsi-scsi.o Compile checking out/src/hw/esp-scsi.o Compile checking out/src/hw/megasas.o Compile checking out/src/hw/mpt-scsi.o Compile checking out/src/post.o Compile checking out/src/e820map.o Compile checking out/src/malloc.o Compile checking out/src/romfile.o Compile checking out/src/x86.o Compile checking out/src/optionroms.o Compile checking out/src/pmm.o Compile checking out/src/font.o Compile checking out/src/boot.o Compile checking out/src/bootsplash.o Compile checking out/src/jpeg.o Compile checking out/src/bmp.o Compile checking out/src/tcgbios.o Compile checking out/src/sha1.o Compile checking out/src/hw/pcidevice.o Compile checking out/src/hw/ahci.o Compile checking out/src/hw/pvscsi.o Compile checking out/src/hw/usb-xhci.o Compile checking out/src/hw/usb-hub.o Compile checking out/src/hw/sdcard.o Compile checking out/src/fw/coreboot.o Compile checking out/src/fw/lzmadecode.o Compile checking out/src/fw/multiboot.o Compile checking out/src/fw/csm.o Compile checking out/src/fw/biostables.o Compile checking out/src/fw/paravirt.o Compile checking out/src/fw/shadow.o Compile checking out/src/fw/pciinit.o Compile checking out/src/fw/smm.o Compile checking out/src/fw/smp.o Compile checking out/src/fw/mtrr.o Compile checking out/src/fw/xen.o Compile checking out/src/fw/acpi.o Compile checking out/src/fw/mptable.o Compile checking out/src/fw/pirtable.o Compile checking out/src/fw/smbios.o Compile checking out/src/fw/romfile_loader.o Compile checking out/src/fw/dsdt_parser.o Compile checking out/src/hw/virtio-ring.o Compile checking out/src/hw/virtio-pci.o Compile checking out/src/hw/virtio-mmio.o Compile checking out/src/hw/virtio-blk.o Compile checking out/src/hw/virtio-scsi.o Compile checking out/src/hw/tpm_drivers.o Compile checking out/src/hw/nvme.o Compile checking out/src/sha256.o Compile checking out/src/sha512.o Compiling whole program out/code32seg.o Generating offset file out/asm-offsets.h Compiling whole program out/ccode16.o Compiling (16bit) out/romlayout.o Compiling whole program out/ccode32flat.o In file included from out/ccode32flat.o.tmp.c:52: ./src/jpeg.c:42: warning: "__LITTLE_ENDIAN" redefined 42 | #define __LITTLE_ENDIAN | In file included from /usr/include/stdarg.h:10, from ./src/output.c:7, from out/ccode32flat.o.tmp.c:3: /usr/include/bits/alltypes.h:45: note: this is the location of the previous definition 45 | #define __LITTLE_ENDIAN 1234 | Building ld scripts Version: 1.16.0-20220413_044134-build-3-16-x86_64 Fixed space: 0xe05b-0x10000 total: 8101 slack: 13 Percent slack: 0.2% 16bit size: 38144 32bit segmented size: 2335 32bit flat size: 56849 32bit flat init size: 84800 Lowmem size: 2240 f-segment var size: 1232 Linking out/rom16.o Linking out/rom32seg.o Stripping out/rom32seg.noexec.o Stripping out/rom16.noexec.o Linking out/rom.o Prepping out/bios.bin.prep Total size: 191936 Fixed: 98560 Free: 70208 (used 73.2% of 256KiB rom) Creating out/bios.bin cp: can't stat 'out/src/fw/*dsdt*.aml': No such file or directory >>> seabios: building vgabios-cirrus.bin make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c: In function 'check_stdin': /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c:77:17: warning: format not a string literal and no format arguments [-Wformat-security] 77 | printf(_("aborted!\n\n")); | ^~~~~~ /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c:78:17: warning: format not a string literal and no format arguments [-Wformat-security] 78 | printf(_("Console input/output is redirected. ")); | ^~~~~~ /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c:79:17: warning: format not a string literal and no format arguments [-Wformat-security] 79 | printf(_("Run 'make oldconfig' to update configuration.\n\n")); | ^~~~~~ /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c: In function 'conf_askvalue': /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c:89:17: warning: format not a string literal and no format arguments [-Wformat-security] 89 | printf(_("(NEW) ")); | ^~~~~~ /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c: In function 'conf_choice': /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c:290:33: warning: format not a string literal and no format arguments [-Wformat-security] 290 | printf(_(" (NEW)")); | ^~~~~~ /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c: In function 'check_conf': /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c:438:41: warning: format not a string literal and no format arguments [-Wformat-security] 438 | printf(_("*\n* Restart config...\n*\n")); | ^~~~~~ /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c: In function 'main': /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c:636:41: warning: format not a string literal and no format arguments [-Wformat-security] 636 | _("\n*** The configuration requires explicit update.\n\n")); | ^ /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c:689:25: warning: format not a string literal and no format arguments [-Wformat-security] 689 | fprintf(stderr, _("\n*** Error during writing of the configuration.\n\n")); | ^~~~~~~ /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c:693:25: warning: format not a string literal and no format arguments [-Wformat-security] 693 | fprintf(stderr, _("\n*** Error during update of the configuration.\n\n")); | ^~~~~~~ /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c:704:25: warning: format not a string literal and no format arguments [-Wformat-security] 704 | fprintf(stderr, _("\n*** Error during writing of the configuration.\n\n")); | ^~~~~~~ scripts/kconfig/conf --olddefconfig /home/buildozer/aports/main/seabios/src/seabios-1.16.0/src/Kconfig # # configuration written to /home/buildozer/aports/main/seabios/src/seabios-1.16.0/.config # Compiling to assembler out/src/asm-offsets.s Precompiling out/vgasrc/vgalayout.lds make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. Build Kconfig config file Compile checking out/src/output.o Compile checking out/src/string.o Compile checking out/src/hw/pci.o Compile checking out/src/hw/serialio.o Compile checking out/vgasrc/vgainit.o Compile checking out/vgasrc/vgabios.o Compile checking out/vgasrc/vgafb.o Compile checking out/vgasrc/swcursor.o Compile checking out/vgasrc/vgafonts.o Compile checking out/vgasrc/vbe.o Compile checking out/vgasrc/stdvga.o Compile checking out/vgasrc/stdvgamodes.o Compile checking out/vgasrc/stdvgaio.o Compile checking out/vgasrc/clext.o Compile checking out/vgasrc/svgamodes.o Compile checking out/vgasrc/atiext.o Compile checking out/vgasrc/bochsvga.o Compile checking out/vgasrc/geodevga.o Compile checking out/src/fw/coreboot.o Compile checking out/vgasrc/cbvga.o Compile checking out/vgasrc/bochsdisplay.o Compile checking out/vgasrc/ramfb.o Generating offset file out/asm-offsets.h Compiling (16bit) out/vgaentry.o Compiling whole program out/vgaccode16.raw.s Fixup VGA rom assembler Linking out/vgarom.o Version: 1.16.0-20220413_044141-build-3-16-x86_64 Extracting binary out/vgabios.bin.raw Finalizing rom out/vgabios.bin >>> seabios: building vgabios-isavga.bin make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c: In function 'check_stdin': /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c:77:17: warning: format not a string literal and no format arguments [-Wformat-security] 77 | printf(_("aborted!\n\n")); | ^~~~~~ /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c:78:17: warning: format not a string literal and no format arguments [-Wformat-security] 78 | printf(_("Console input/output is redirected. ")); | ^~~~~~ /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c:79:17: warning: format not a string literal and no format arguments [-Wformat-security] 79 | printf(_("Run 'make oldconfig' to update configuration.\n\n")); | ^~~~~~ /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c: In function 'conf_askvalue': /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c:89:17: warning: format not a string literal and no format arguments [-Wformat-security] 89 | printf(_("(NEW) ")); | ^~~~~~ /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c: In function 'conf_choice': /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c:290:33: warning: format not a string literal and no format arguments [-Wformat-security] 290 | printf(_(" (NEW)")); | ^~~~~~ /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c: In function 'check_conf': /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c:438:41: warning: format not a string literal and no format arguments [-Wformat-security] 438 | printf(_("*\n* Restart config...\n*\n")); | ^~~~~~ /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c: In function 'main': /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c:636:41: warning: format not a string literal and no format arguments [-Wformat-security] 636 | _("\n*** The configuration requires explicit update.\n\n")); | ^ /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c:689:25: warning: format not a string literal and no format arguments [-Wformat-security] 689 | fprintf(stderr, _("\n*** Error during writing of the configuration.\n\n")); | ^~~~~~~ /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c:693:25: warning: format not a string literal and no format arguments [-Wformat-security] 693 | fprintf(stderr, _("\n*** Error during update of the configuration.\n\n")); | ^~~~~~~ /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c:704:25: warning: format not a string literal and no format arguments [-Wformat-security] 704 | fprintf(stderr, _("\n*** Error during writing of the configuration.\n\n")); | ^~~~~~~ scripts/kconfig/conf --olddefconfig /home/buildozer/aports/main/seabios/src/seabios-1.16.0/src/Kconfig # # configuration written to /home/buildozer/aports/main/seabios/src/seabios-1.16.0/.config # Compiling to assembler out/src/asm-offsets.s Precompiling out/vgasrc/vgalayout.lds make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. Build Kconfig config file Compile checking out/src/output.o Compile checking out/src/string.o Compile checking out/src/hw/pci.o Compile checking out/src/hw/serialio.o Compile checking out/vgasrc/vgainit.o Compile checking out/vgasrc/vgabios.o Compile checking out/vgasrc/vgafb.o Compile checking out/vgasrc/swcursor.o Compile checking out/vgasrc/vgafonts.o Compile checking out/vgasrc/vbe.o Compile checking out/vgasrc/stdvga.o Compile checking out/vgasrc/stdvgamodes.o Compile checking out/vgasrc/stdvgaio.o Compile checking out/vgasrc/clext.o Compile checking out/vgasrc/svgamodes.o Compile checking out/vgasrc/atiext.o Compile checking out/vgasrc/bochsvga.o Compile checking out/vgasrc/geodevga.o Compile checking out/src/fw/coreboot.o Compile checking out/vgasrc/cbvga.o Compile checking out/vgasrc/bochsdisplay.o Compile checking out/vgasrc/ramfb.o Generating offset file out/asm-offsets.h Compiling (16bit) out/vgaentry.o Compiling whole program out/vgaccode16.raw.s Fixup VGA rom assembler Linking out/vgarom.o Version: 1.16.0-20220413_044147-build-3-16-x86_64 Extracting binary out/vgabios.bin.raw Finalizing rom out/vgabios.bin >>> seabios: building vgabios-qxl.bin make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c: In function 'check_stdin': /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c:77:17: warning: format not a string literal and no format arguments [-Wformat-security] 77 | printf(_("aborted!\n\n")); | ^~~~~~ /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c:78:17: warning: format not a string literal and no format arguments [-Wformat-security] 78 | printf(_("Console input/output is redirected. ")); | ^~~~~~ /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c:79:17: warning: format not a string literal and no format arguments [-Wformat-security] 79 | printf(_("Run 'make oldconfig' to update configuration.\n\n")); | ^~~~~~ /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c: In function 'conf_askvalue': /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c:89:17: warning: format not a string literal and no format arguments [-Wformat-security] 89 | printf(_("(NEW) ")); | ^~~~~~ /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c: In function 'conf_choice': /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c:290:33: warning: format not a string literal and no format arguments [-Wformat-security] 290 | printf(_(" (NEW)")); | ^~~~~~ /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c: In function 'check_conf': /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c:438:41: warning: format not a string literal and no format arguments [-Wformat-security] 438 | printf(_("*\n* Restart config...\n*\n")); | ^~~~~~ /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c: In function 'main': /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c:636:41: warning: format not a string literal and no format arguments [-Wformat-security] 636 | _("\n*** The configuration requires explicit update.\n\n")); | ^ /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c:689:25: warning: format not a string literal and no format arguments [-Wformat-security] 689 | fprintf(stderr, _("\n*** Error during writing of the configuration.\n\n")); | ^~~~~~~ /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c:693:25: warning: format not a string literal and no format arguments [-Wformat-security] 693 | fprintf(stderr, _("\n*** Error during update of the configuration.\n\n")); | ^~~~~~~ /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c:704:25: warning: format not a string literal and no format arguments [-Wformat-security] 704 | fprintf(stderr, _("\n*** Error during writing of the configuration.\n\n")); | ^~~~~~~ scripts/kconfig/conf --olddefconfig /home/buildozer/aports/main/seabios/src/seabios-1.16.0/src/Kconfig # # configuration written to /home/buildozer/aports/main/seabios/src/seabios-1.16.0/.config # Compiling to assembler out/src/asm-offsets.s Precompiling out/vgasrc/vgalayout.lds make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. Build Kconfig config file Compile checking out/src/output.o Compile checking out/src/string.o Compile checking out/src/hw/pci.o Compile checking out/src/hw/serialio.o Compile checking out/vgasrc/vgainit.o Compile checking out/vgasrc/vgabios.o Compile checking out/vgasrc/vgafb.o Compile checking out/vgasrc/swcursor.o Compile checking out/vgasrc/vgafonts.o Compile checking out/vgasrc/vbe.o Compile checking out/vgasrc/stdvga.o Compile checking out/vgasrc/stdvgamodes.o Compile checking out/vgasrc/stdvgaio.o Compile checking out/vgasrc/clext.o Compile checking out/vgasrc/svgamodes.o Compile checking out/vgasrc/atiext.o Compile checking out/vgasrc/bochsvga.o Compile checking out/vgasrc/geodevga.o Compile checking out/src/fw/coreboot.o Compile checking out/vgasrc/cbvga.o Compile checking out/vgasrc/bochsdisplay.o Compile checking out/vgasrc/ramfb.o Generating offset file out/asm-offsets.h Compiling (16bit) out/vgaentry.o Compiling whole program out/vgaccode16.raw.s Fixup VGA rom assembler Linking out/vgarom.o Version: 1.16.0-20220413_044153-build-3-16-x86_64 Extracting binary out/vgabios.bin.raw Finalizing rom out/vgabios.bin >>> seabios: building vgabios-stdvga.bin make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c: In function 'check_stdin': /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c:77:17: warning: format not a string literal and no format arguments [-Wformat-security] 77 | printf(_("aborted!\n\n")); | ^~~~~~ /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c:78:17: warning: format not a string literal and no format arguments [-Wformat-security] 78 | printf(_("Console input/output is redirected. ")); | ^~~~~~ /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c:79:17: warning: format not a string literal and no format arguments [-Wformat-security] 79 | printf(_("Run 'make oldconfig' to update configuration.\n\n")); | ^~~~~~ /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c: In function 'conf_askvalue': /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c:89:17: warning: format not a string literal and no format arguments [-Wformat-security] 89 | printf(_("(NEW) ")); | ^~~~~~ /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c: In function 'conf_choice': /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c:290:33: warning: format not a string literal and no format arguments [-Wformat-security] 290 | printf(_(" (NEW)")); | ^~~~~~ /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c: In function 'check_conf': /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c:438:41: warning: format not a string literal and no format arguments [-Wformat-security] 438 | printf(_("*\n* Restart config...\n*\n")); | ^~~~~~ /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c: In function 'main': /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c:636:41: warning: format not a string literal and no format arguments [-Wformat-security] 636 | _("\n*** The configuration requires explicit update.\n\n")); | ^ /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c:689:25: warning: format not a string literal and no format arguments [-Wformat-security] 689 | fprintf(stderr, _("\n*** Error during writing of the configuration.\n\n")); | ^~~~~~~ /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c:693:25: warning: format not a string literal and no format arguments [-Wformat-security] 693 | fprintf(stderr, _("\n*** Error during update of the configuration.\n\n")); | ^~~~~~~ /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c:704:25: warning: format not a string literal and no format arguments [-Wformat-security] 704 | fprintf(stderr, _("\n*** Error during writing of the configuration.\n\n")); | ^~~~~~~ scripts/kconfig/conf --olddefconfig /home/buildozer/aports/main/seabios/src/seabios-1.16.0/src/Kconfig # # configuration written to /home/buildozer/aports/main/seabios/src/seabios-1.16.0/.config # Compiling to assembler out/src/asm-offsets.s Precompiling out/vgasrc/vgalayout.lds make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. Build Kconfig config file Compile checking out/src/output.o Compile checking out/src/string.o Compile checking out/src/hw/pci.o Compile checking out/src/hw/serialio.o Compile checking out/vgasrc/vgainit.o Compile checking out/vgasrc/vgabios.o Compile checking out/vgasrc/vgafb.o Compile checking out/vgasrc/swcursor.o Compile checking out/vgasrc/vgafonts.o Compile checking out/vgasrc/vbe.o Compile checking out/vgasrc/stdvga.o Compile checking out/vgasrc/stdvgamodes.o Compile checking out/vgasrc/stdvgaio.o Compile checking out/vgasrc/clext.o Compile checking out/vgasrc/svgamodes.o Compile checking out/vgasrc/atiext.o Compile checking out/vgasrc/bochsvga.o Compile checking out/vgasrc/geodevga.o Compile checking out/src/fw/coreboot.o Compile checking out/vgasrc/cbvga.o Compile checking out/vgasrc/bochsdisplay.o Compile checking out/vgasrc/ramfb.o Generating offset file out/asm-offsets.h Compiling (16bit) out/vgaentry.o Compiling whole program out/vgaccode16.raw.s Fixup VGA rom assembler Linking out/vgarom.o Version: 1.16.0-20220413_044159-build-3-16-x86_64 Extracting binary out/vgabios.bin.raw Finalizing rom out/vgabios.bin >>> seabios: building vgabios-virtio.bin make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c: In function 'check_stdin': /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c:77:17: warning: format not a string literal and no format arguments [-Wformat-security] 77 | printf(_("aborted!\n\n")); | ^~~~~~ /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c:78:17: warning: format not a string literal and no format arguments [-Wformat-security] 78 | printf(_("Console input/output is redirected. ")); | ^~~~~~ /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c:79:17: warning: format not a string literal and no format arguments [-Wformat-security] 79 | printf(_("Run 'make oldconfig' to update configuration.\n\n")); | ^~~~~~ /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c: In function 'conf_askvalue': /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c:89:17: warning: format not a string literal and no format arguments [-Wformat-security] 89 | printf(_("(NEW) ")); | ^~~~~~ /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c: In function 'conf_choice': /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c:290:33: warning: format not a string literal and no format arguments [-Wformat-security] 290 | printf(_(" (NEW)")); | ^~~~~~ /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c: In function 'check_conf': /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c:438:41: warning: format not a string literal and no format arguments [-Wformat-security] 438 | printf(_("*\n* Restart config...\n*\n")); | ^~~~~~ /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c: In function 'main': /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c:636:41: warning: format not a string literal and no format arguments [-Wformat-security] 636 | _("\n*** The configuration requires explicit update.\n\n")); | ^ /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c:689:25: warning: format not a string literal and no format arguments [-Wformat-security] 689 | fprintf(stderr, _("\n*** Error during writing of the configuration.\n\n")); | ^~~~~~~ /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c:693:25: warning: format not a string literal and no format arguments [-Wformat-security] 693 | fprintf(stderr, _("\n*** Error during update of the configuration.\n\n")); | ^~~~~~~ /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c:704:25: warning: format not a string literal and no format arguments [-Wformat-security] 704 | fprintf(stderr, _("\n*** Error during writing of the configuration.\n\n")); | ^~~~~~~ scripts/kconfig/conf --olddefconfig /home/buildozer/aports/main/seabios/src/seabios-1.16.0/src/Kconfig # # configuration written to /home/buildozer/aports/main/seabios/src/seabios-1.16.0/.config # Compiling to assembler out/src/asm-offsets.s Precompiling out/vgasrc/vgalayout.lds make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. Build Kconfig config file Compile checking out/src/output.o Compile checking out/src/string.o Compile checking out/src/hw/pci.o Compile checking out/src/hw/serialio.o Compile checking out/vgasrc/vgainit.o Compile checking out/vgasrc/vgabios.o Compile checking out/vgasrc/vgafb.o Compile checking out/vgasrc/swcursor.o Compile checking out/vgasrc/vgafonts.o Compile checking out/vgasrc/vbe.o Compile checking out/vgasrc/stdvga.o Compile checking out/vgasrc/stdvgamodes.o Compile checking out/vgasrc/stdvgaio.o Compile checking out/vgasrc/clext.o Compile checking out/vgasrc/svgamodes.o Compile checking out/vgasrc/atiext.o Compile checking out/vgasrc/bochsvga.o Compile checking out/vgasrc/geodevga.o Compile checking out/src/fw/coreboot.o Compile checking out/vgasrc/cbvga.o Compile checking out/vgasrc/bochsdisplay.o Compile checking out/vgasrc/ramfb.o Generating offset file out/asm-offsets.h Compiling (16bit) out/vgaentry.o Compiling whole program out/vgaccode16.raw.s Fixup VGA rom assembler Linking out/vgarom.o Version: 1.16.0-20220413_044205-build-3-16-x86_64 Extracting binary out/vgabios.bin.raw Finalizing rom out/vgabios.bin >>> seabios: building vgabios-vmware.bin make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c: In function 'check_stdin': /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c:77:17: warning: format not a string literal and no format arguments [-Wformat-security] 77 | printf(_("aborted!\n\n")); | ^~~~~~ /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c:78:17: warning: format not a string literal and no format arguments [-Wformat-security] 78 | printf(_("Console input/output is redirected. ")); | ^~~~~~ /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c:79:17: warning: format not a string literal and no format arguments [-Wformat-security] 79 | printf(_("Run 'make oldconfig' to update configuration.\n\n")); | ^~~~~~ /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c: In function 'conf_askvalue': /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c:89:17: warning: format not a string literal and no format arguments [-Wformat-security] 89 | printf(_("(NEW) ")); | ^~~~~~ /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c: In function 'conf_choice': /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c:290:33: warning: format not a string literal and no format arguments [-Wformat-security] 290 | printf(_(" (NEW)")); | ^~~~~~ /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c: In function 'check_conf': /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c:438:41: warning: format not a string literal and no format arguments [-Wformat-security] 438 | printf(_("*\n* Restart config...\n*\n")); | ^~~~~~ /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c: In function 'main': /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c:636:41: warning: format not a string literal and no format arguments [-Wformat-security] 636 | _("\n*** The configuration requires explicit update.\n\n")); | ^ /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c:689:25: warning: format not a string literal and no format arguments [-Wformat-security] 689 | fprintf(stderr, _("\n*** Error during writing of the configuration.\n\n")); | ^~~~~~~ /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c:693:25: warning: format not a string literal and no format arguments [-Wformat-security] 693 | fprintf(stderr, _("\n*** Error during update of the configuration.\n\n")); | ^~~~~~~ /home/buildozer/aports/main/seabios/src/seabios-1.16.0/scripts/kconfig/conf.c:704:25: warning: format not a string literal and no format arguments [-Wformat-security] 704 | fprintf(stderr, _("\n*** Error during writing of the configuration.\n\n")); | ^~~~~~~ scripts/kconfig/conf --olddefconfig /home/buildozer/aports/main/seabios/src/seabios-1.16.0/src/Kconfig # # configuration written to /home/buildozer/aports/main/seabios/src/seabios-1.16.0/.config # Compiling to assembler out/src/asm-offsets.s Precompiling out/vgasrc/vgalayout.lds make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. Build Kconfig config file Compile checking out/src/output.o Compile checking out/src/string.o Compile checking out/src/hw/pci.o Compile checking out/src/hw/serialio.o Compile checking out/vgasrc/vgainit.o Compile checking out/vgasrc/vgabios.o Compile checking out/vgasrc/vgafb.o Compile checking out/vgasrc/swcursor.o Compile checking out/vgasrc/vgafonts.o Compile checking out/vgasrc/vbe.o Compile checking out/vgasrc/stdvga.o Compile checking out/vgasrc/stdvgamodes.o Compile checking out/vgasrc/stdvgaio.o Compile checking out/vgasrc/clext.o Compile checking out/vgasrc/svgamodes.o Compile checking out/vgasrc/atiext.o Compile checking out/vgasrc/bochsvga.o Compile checking out/vgasrc/geodevga.o Compile checking out/src/fw/coreboot.o Compile checking out/vgasrc/cbvga.o Compile checking out/vgasrc/bochsdisplay.o Compile checking out/vgasrc/ramfb.o Generating offset file out/asm-offsets.h Compiling (16bit) out/vgaentry.o Compiling whole program out/vgaccode16.raw.s Fixup VGA rom assembler Linking out/vgarom.o Version: 1.16.0-20220413_044211-build-3-16-x86_64 Extracting binary out/vgabios.bin.raw Finalizing rom out/vgabios.bin >>> WARNING: seabios: APKBUILD does not run any tests! Alpine policy will soon require that packages have any relevant testsuites run during the build process. To fix, either define a check() function, or declare !check in $options to indicate the package does not have a testsuite. >>> seabios: Entering fakeroot... >>> seabios-doc*: Running split function doc... >>> seabios-doc*: Preparing subpackage seabios-doc... >>> seabios-doc*: Running postcheck for seabios-doc >>> seabios-bin*: Running split function _seabios... >>> seabios-bin*: Preparing subpackage seabios-bin... >>> seabios-bin*: Stripping binaries >>> seabios-bin*: Running postcheck for seabios-bin >>> seavgabios-bin*: Running split function _seavgabios... >>> seavgabios-bin*: Preparing subpackage seavgabios-bin... >>> seavgabios-bin*: Stripping binaries >>> WARNING: seavgabios-bin*: No arch specific binaries found so arch should probably be set to "noarch" >>> seavgabios-bin*: Running postcheck for seavgabios-bin >>> seabios*: Running postcheck for seabios >>> seabios*: Preparing package seabios... >>> seabios*: Stripping binaries >>> WARNING: seabios*: No arch specific binaries found so arch should probably be set to "noarch" >>> seabios-bin*: Scanning shared objects >>> seabios-doc*: Scanning shared objects >>> seabios*: Scanning shared objects >>> seavgabios-bin*: Scanning shared objects >>> seabios-bin*: Tracing dependencies... >>> seabios-bin*: Package size: 812.0 KB >>> seabios-bin*: Compressing data... >>> seabios-bin*: Create checksum... >>> seabios-bin*: Create seabios-bin-1.16.0-r0.apk >>> seabios-doc*: Tracing dependencies... >>> seabios-doc*: Package size: 184.0 KB >>> seabios-doc*: Compressing data... >>> seabios-doc*: Create checksum... >>> seabios-doc*: Create seabios-doc-1.16.0-r0.apk >>> seabios*: Tracing dependencies... >>> seabios*: Package size: 12.0 KB >>> seabios*: Compressing data... >>> seabios*: Create checksum... >>> seabios*: Create seabios-1.16.0-r0.apk >>> seavgabios-bin*: Tracing dependencies... >>> seavgabios-bin*: Package size: 256.0 KB >>> seavgabios-bin*: Compressing data... >>> seavgabios-bin*: Create checksum... >>> seavgabios-bin*: Create seavgabios-bin-1.16.0-r0.apk >>> seabios: Build complete at Wed, 13 Apr 2022 04:42:12 +0000 elapsed time 0h 1m 32s >>> seabios: Cleaning up srcdir >>> seabios: Cleaning up pkgdir >>> seabios: Uninstalling dependencies... (1/12) Purging .makedepends-seabios (20220413.044041) (2/12) Purging python3 (3.10.3-r0) (3/12) Purging iasl (20210930-r0) (4/12) Purging libbz2 (1.0.8-r1) (5/12) Purging libffi (3.4.2-r1) (6/12) Purging gdbm (1.23-r0) (7/12) Purging xz-libs (5.2.5-r1) (8/12) Purging mpdecimal (2.5.1-r1) (9/12) Purging readline (8.1.2-r0) (10/12) Purging ncurses-libs (6.3_p20220402-r0) (11/12) Purging ncurses-terminfo-base (6.3_p20220402-r0) (12/12) Purging sqlite-libs (3.37.2-r0) Executing busybox-1.35.0-r8.trigger OK: 327 MiB in 85 packages >>> seabios: Updating the main/x86_64 repository index... >>> seabios: Signing the index...