------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/indexinfo-0.3.1.txz Installing /packages/All/gettext-runtime-0.20.1.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/gmake-4.2.1_3.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/expat-2.2.8.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/libffi-3.2.1_3.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/ncurses-6.1.20190525.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/readline-8.0.4.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/openssl-1.1.1d,1.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/python37-3.7.6.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor ===== Message from python37-3.7.6: -- Note that some standard Python modules are provided as separate ports as they require additional dependencies. They are available as: py37-gdbm databases/py-gdbm@py37 py37-sqlite3 databases/py-sqlite3@py37 py37-tkinter x11-toolkits/py-tkinter@py37 UNFLAVORED devel/binutils -> use devel/binutils@native Installing /packages/All/gmp-6.2.0.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/mpfr-4.0.2.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/libtextstyle-0.20.1.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/gettext-tools-0.20.1_1.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/binutils-2.33.1_2,1.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor UNFLAVORED devel/binutils -> use devel/binutils@native SUCCEEDED 00:00:18 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> seabios-1.11.0_3 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> seabios-1.11.0_3 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by seabios-1.11.0_3 for building SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> seabios-1.11.0_3 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by seabios-1.11.0_3 for building => SHA256 Checksum OK for seabios-1.11.0.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> seabios-1.11.0_3 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by seabios-1.11.0_3 for building ===> Extracting for seabios-1.11.0_3 ===> seabios-1.11.0_3 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by seabios-1.11.0_3 for building => SHA256 Checksum OK for seabios-1.11.0.tar.gz. Extracted Memory Use: 3.07M SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for seabios-1.11.0_3 ===> Applying dragonfly patches for seabios-1.11.0_3 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> seabios-1.11.0_3 depends on executable: gmake - found ===> seabios-1.11.0_3 depends on file: /usr/local/bin/python3.7 - found ===> seabios-1.11.0_3 depends on file: /usr/local/bin/as - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> seabios-1.11.0_3 depends on executable: gmake - found ===> seabios-1.11.0_3 depends on file: /usr/local/bin/python3.7 - found ===> seabios-1.11.0_3 depends on file: /usr/local/bin/as - found ===> Configuring for seabios-1.11.0_3 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for seabios-1.11.0_3 gmake[2]: Entering directory '/construction/misc/seabios/seabios-1.11.0' gmake[3]: Entering directory '/construction/misc/seabios/seabios-1.11.0' gmake[3]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. scripts/kconfig/conf --olddefconfig /construction/misc/seabios/seabios-1.11.0/src/Kconfig # # configuration written to /construction/misc/seabios/seabios-1.11.0/.config # gmake[3]: Leaving directory '/construction/misc/seabios/seabios-1.11.0/out' Compiling to assembler out/src/asm-offsets.s gmake[3]: Entering directory '/construction/misc/seabios/seabios-1.11.0' gmake[3]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. Build Kconfig config file gmake[3]: Leaving directory '/construction/misc/seabios/seabios-1.11.0/out' Compile checking out/src/string.o Compile checking out/src/block.o Compile checking out/src/cdrom.o Compile checking out/src/misc.o Compile checking out/src/mouse.o Compile checking out/src/kbd.o Compile checking out/src/stacks.o Compile checking out/src/output.o Compile checking out/src/disk.o In file included from src/x86.h:23, from src/farptr.h:9, from src/output.c:9: src/types.h:141: warning: "__section" redefined #define __section(S) __attribute__((section(S))) In file included from /usr/include/sys/stdarg.h:30, from /usr/include/stdarg.h:30, from src/output.c:7: /usr/include/sys/cdefs.h:169: note: this is the location of the previous definition #define __section(x) __attribute__((__section__(x))) In file included from src/x86.h:23, from src/farptr.h:9, from src/output.c:9: src/types.h:144: warning: "__aligned" redefined #define __aligned(x) __attribute__((aligned(x))) In file included from /usr/include/sys/stdarg.h:30, from /usr/include/stdarg.h:30, from src/output.c:7: /usr/include/sys/cdefs.h:168: note: this is the location of the previous definition #define __aligned(x) __attribute__((__aligned__(x))) In file included from src/x86.h:23, from src/farptr.h:9, from src/output.c:9: src/types.h:149: warning: "__always_inline" redefined #define __always_inline inline __attribute__((always_inline)) In file included from /usr/include/sys/stdarg.h:30, from /usr/include/stdarg.h:30, from src/output.c:7: /usr/include/sys/cdefs.h:190: note: this is the location of the previous definition #define __always_inline __attribute__((__always_inline__)) 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 In file included from src/fw/shadow.c:17: src/fw/shadow.c: In function 'qemu_reboot': src/string.h:23:16: warning: '__builtin_memcpy' offset -1048576 is out of the bounds [0, 1] of object 'code32flat_start' with type 'char' [-Warray-bounds] #define memcpy __builtin_memcpy src/fw/shadow.c:186:5: note: in expansion of macro 'memcpy' memcpy(cstart, cstart + BIOS_SRC_OFFSET, hrp - cstart); ^~~~~~ Compile checking out/src/fw/mtrr.o In file included from src/biosvar.h:11, from src/fw/paravirt.h:5, from src/fw/shadow.c:16: src/fw/shadow.c:176:28: note: 'code32flat_start' declared here void *cstart = VSYMBOL(code32flat_start), *cend = VSYMBOL(code32flat_end); ^~~~~~~~~~~~~~~~ src/memmap.h:18:36: note: in definition of macro 'SYMBOL' #define SYMBOL(SYM) ({ extern char SYM; (u32)&SYM; }) ^~~ src/fw/shadow.c:176:20: note: in expansion of macro 'VSYMBOL' void *cstart = VSYMBOL(code32flat_start), *cend = VSYMBOL(code32flat_end); ^~~~~~~ In file included from src/fw/shadow.c:17: src/string.h:23:16: warning: '__builtin_memcpy' offset -1048572 is out of the bounds [0, 4] of object 'HaveRunPost' with type 'int' [-Warray-bounds] #define memcpy __builtin_memcpy src/fw/shadow.c:187:5: note: in expansion of macro 'memcpy' memcpy(hrp + 4, hrp + 4 + BIOS_SRC_OFFSET, cend - (hrp + 4)); ^~~~~~ In file included from src/fw/shadow.c:18: src/util.h:193:12: note: 'HaveRunPost' declared here extern int HaveRunPost; ^~~~~~~~~~~ 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/hw/virtio-ring.o Compile checking out/src/hw/virtio-pci.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 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:4: In function 'qemu_reboot', inlined from 'tryReboot' at ./src/resume.c:129:5, inlined from 'handle_resume32' at ./src/resume.c:156:5: ./src/string.c:156:16: warning: '__builtin_memcpy' offset -1048576 is out of the bounds [0, 1] of object 'code32flat_start' with type 'char' [-Warray-bounds] #define memcpy __builtin_memcpy ./src/fw/shadow.c:186:5: note: in expansion of macro 'memcpy' memcpy(cstart, cstart + BIOS_SRC_OFFSET, hrp - cstart); ^~~~~~ In file included from ./src/biosvar.h:11, from ./src/misc.c:8, from out/ccode32flat.o.tmp.c:1: ./src/resume.c: In function 'handle_resume32': ./src/fw/shadow.c:176:28: note: 'code32flat_start' declared here void *cstart = VSYMBOL(code32flat_start), *cend = VSYMBOL(code32flat_end); ^~~~~~~~~~~~~~~~ ./src/memmap.h:18:36: note: in definition of macro 'SYMBOL' #define SYMBOL(SYM) ({ extern char SYM; (u32)&SYM; }) ^~~ ./src/fw/shadow.c:176:20: note: in expansion of macro 'VSYMBOL' void *cstart = VSYMBOL(code32flat_start), *cend = VSYMBOL(code32flat_end); ^~~~~~~ In file included from out/ccode32flat.o.tmp.c:4: In function 'qemu_reboot', inlined from 'tryReboot' at ./src/resume.c:129:5, inlined from 'handle_resume32' at ./src/resume.c:156:5: ./src/string.c:156:16: warning: '__builtin_memcpy' offset -1048572 is out of the bounds [0, 4] of object 'HaveRunPost' with type 'int' [-Warray-bounds] #define memcpy __builtin_memcpy ./src/fw/shadow.c:187:5: note: in expansion of macro 'memcpy' memcpy(hrp + 4, hrp + 4 + BIOS_SRC_OFFSET, cend - (hrp + 4)); ^~~~~~ In file included from ./src/stacks.c:17, from out/ccode32flat.o.tmp.c:2: ./src/resume.c: In function 'handle_resume32': ./src/util.h:193:12: note: 'HaveRunPost' declared here extern int HaveRunPost; ^~~~~~~~~~~ Building ld scripts Version: 1.11.0-20200318_123149-sting.dragonflybsd.org Fixed space: 0xe05b-0x10000 total: 8101 slack: 11 Percent slack: 0.1% 16bit size: 37824 32bit segmented size: 2198 32bit flat size: 38378 32bit flat init size: 80096 Lowmem size: 2240 f-segment var size: 1248 Linking out/rom16.o Linking out/rom32seg.o Stripping out/rom16.strip.o Stripping out/rom32seg.strip.o Linking out/rom.o Prepping out/bios.bin.prep Total size: 167520 Fixed: 79648 Free: 94624 (used 63.9% of 256KiB rom) Creating out/bios.bin gmake[2]: Leaving directory '/construction/misc/seabios/seabios-1.11.0' SUCCEEDED 00:00:35 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for seabios-1.11.0_3 ===> Generating temporary packing list /bin/mkdir -p /construction/misc/seabios/stage/usr/local/share/seabios install -m 0644 /construction/misc/seabios/seabios-1.11.0/out/bios.bin /construction/misc/seabios/stage/usr/local/share/seabios ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for seabios-1.11.0_3 file sizes/checksums [1]: 0% file sizes/checksums [1]: 100% packing files [1]: 0% packing files [1]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:57