------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/pciids-20200222.txz Installing /packages/All/libpci-3.6.4.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/libx86-1.1_2.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> vbetool-1.1_2 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> vbetool-1.1_2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by vbetool-1.1_2 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> vbetool-1.1_2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by vbetool-1.1_2 for building => SHA256 Checksum OK for vbetool-1.1.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> vbetool-1.1_2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by vbetool-1.1_2 for building ===> Extracting for vbetool-1.1_2 ===> vbetool-1.1_2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by vbetool-1.1_2 for building => SHA256 Checksum OK for vbetool-1.1.tar.gz. Extracted Memory Use: 0.72M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for vbetool-1.1_2 ===> Applying ports patches for vbetool-1.1_2 /usr/bin/env WRKSRC=/construction/sysutils/vbetool/vbetool-1.1 REWARNFILE=/construction/sysutils/vbetool/reinplace_warnings.txt /xports/Tools/scripts/sed_checked.sh -e 's@ifndef \(__FreeBSD__\)@if \!defined(\1) \&\& \!defined(__DragonFly__)@g' -e 's@ifdef \(__FreeBSD__\)@if defined(\1) || defined(__DragonFly__)@g' /construction/sysutils/vbetool/vbetool-1.1/vbetool.c SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- ===> vbetool-1.1_2 depends on shared library: libpci.so - found (/usr/local/lib/libpci.so) ===> vbetool-1.1_2 depends on shared library: libx86.so - found (/usr/local/lib/libx86.so) SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> vbetool-1.1_2 depends on shared library: libpci.so - found (/usr/local/lib/libpci.so) ===> vbetool-1.1_2 depends on shared library: libx86.so - found (/usr/local/lib/libx86.so) ===> Configuring for vbetool-1.1_2 configure: loading site script /xports/Templates/config.site checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p checking for gawk... (cached) /usr/bin/awk checking whether make sets $(MAKE)... yes checking for gcc... cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of cc... gcc3 configure: creating ./config.status config.status: creating Makefile config.status: executing depfiles commands SUCCEEDED 00:00:03 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for vbetool-1.1_2 --- ./configure --- --- vbetool.o --- --- ./configure --- cd . && /bin/sh /construction/sysutils/vbetool/vbetool-1.1/missing --run autoconf --- vbetool.o --- cc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"vbetool\" -DVERSION=\"0.3\" -I. -g -Wall -pedantic -std=gnu99 -pipe -I/usr/local/include -L/usr/local/lib -O2 -fno-strict-aliasing -MT vbetool.o -MD -MP -MF .deps/vbetool.Tpo -c -o vbetool.o vbetool.c --- ./configure --- /construction/sysutils/vbetool/vbetool-1.1/missing: autoconf: not found WARNING: `autoconf' is missing on your system. You should only need it if you modified `configure.in'. You might want to install the `Autoconf' and `GNU m4' packages. Grab them from any GNU archive site. --- ./config.status --- /bin/sh ./config.status --recheck --- vbetool.o --- vbetool.c: In function 'main': vbetool.c:134:11: warning: passing argument 1 of 'munmap' makes pointer from integer without a cast [-Wint-conversion] munmap(0xc0000, 64*1024); ^~~~~~~ In file included from vbetool.c:28: /usr/include/sys/mman.h:195:12: note: expected 'void *' but argument is of type 'int' int munmap(void *, size_t); ^~~~~~ vbetool.c:135:14: warning: passing argument 1 of 'mmap' makes pointer from integer without a cast [-Wint-conversion] rc = mmap(0xc0000, 64*1024, ^~~~~~~ In file included from vbetool.c:28: /usr/include/sys/mman.h:191:8: note: expected 'void *' but argument is of type 'int' void * mmap(void *, size_t, int, int, int, off_t); ^~~~ vbetool.c:131:10: warning: variable 'rc' set but not used [-Wunused-but-set-variable] void *rc; ^~ vbetool.c: In function 'restore_state_from': vbetool.c:271:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] r.es = (unsigned int) (data - LRMI_base_addr()) >> 4; ^ vbetool.c:272:10: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] r.ebx = (unsigned int) (data - LRMI_base_addr()) & 0xf; ^ vbetool.c: In function '__save_state': vbetool.c:348:54: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'size_t' {aka 'long unsigned int'} [-Wformat=] fprintf(stderr, "Allocated buffer at %p (base is 0x%x)\n", buffer, ~^ %lx LRMI_base_addr()); ~~~~~~~~~~~~~~~~ vbetool.c:355:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] r.es = (unsigned int) (buffer - LRMI_base_addr()) >> 4; ^ vbetool.c:356:10: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] r.ebx = (unsigned int) (buffer - LRMI_base_addr()) & 0xf; ^ vbetool.c: In function 'save_state': vbetool.c:375:10: warning: variable 'num_written' set but not used [-Wunused-but-set-variable] ssize_t num_written; ^~~~~~~~~~~ In file included from vbetool.c:20: vbetool.c: In function 'enable_vga': vbetool.c:515:27: warning: unsigned conversion from 'int' to 'u_char' {aka 'unsigned char'} changes value from '962' to '194' [-Woverflow] outb(0x03 | inb(0x3CC), 0x3C2); ^~~~~ vbetool.c:515:27: warning: unsigned conversion from 'int' to 'u_char' {aka 'unsigned char'} changes value from '962' to '194' [-Woverflow] outb(0x03 | inb(0x3CC), 0x3C2); ^~~~~ vbetool.c:516:27: warning: unsigned conversion from 'int' to 'u_char' {aka 'unsigned char'} changes value from '963' to '195' [-Woverflow] outb(0x01 | inb(0x3C3), 0x3C3); ^~~~~ vbetool.c:516:27: warning: unsigned conversion from 'int' to 'u_char' {aka 'unsigned char'} changes value from '963' to '195' [-Woverflow] outb(0x01 | inb(0x3C3), 0x3C3); ^~~~~ vbetool.c:517:27: warning: unsigned conversion from 'int' to 'u_char' {aka 'unsigned char'} changes value from '18152' to '232' [-Woverflow] outb(0x08 | inb(0x46e8), 0x46e8); ^~~~~~ vbetool.c:517:27: warning: unsigned conversion from 'int' to 'u_char' {aka 'unsigned char'} changes value from '18152' to '232' [-Woverflow] outb(0x08 | inb(0x46e8), 0x46e8); ^~~~~~ vbetool.c:518:27: warning: unsigned conversion from 'int' to 'u_char' {aka 'unsigned char'} changes value from '258' to '2' [-Woverflow] outb(0x01 | inb(0x102), 0x102); ^~~~~ vbetool.c:518:27: warning: unsigned conversion from 'int' to 'u_char' {aka 'unsigned char'} changes value from '258' to '2' [-Woverflow] outb(0x01 | inb(0x102), 0x102); ^~~~~ vbetool.c: In function 'disable_vga': vbetool.c:523:28: warning: unsigned conversion from 'int' to 'u_char' {aka 'unsigned char'} changes value from '962' to '194' [-Woverflow] outb(~0x03 & inb(0x3CC), 0x3C2); ^~~~~ vbetool.c:523:28: warning: unsigned conversion from 'int' to 'u_char' {aka 'unsigned char'} changes value from '962' to '194' [-Woverflow] outb(~0x03 & inb(0x3CC), 0x3C2); ^~~~~ vbetool.c:524:28: warning: unsigned conversion from 'int' to 'u_char' {aka 'unsigned char'} changes value from '963' to '195' [-Woverflow] outb(~0x01 & inb(0x3C3), 0x3C3); ^~~~~ vbetool.c:524:28: warning: unsigned conversion from 'int' to 'u_char' {aka 'unsigned char'} changes value from '963' to '195' [-Woverflow] outb(~0x01 & inb(0x3C3), 0x3C3); ^~~~~ vbetool.c:525:28: warning: unsigned conversion from 'int' to 'u_char' {aka 'unsigned char'} changes value from '18152' to '232' [-Woverflow] outb(~0x08 & inb(0x46e8), 0x46e8); ^~~~~~ vbetool.c:525:28: warning: unsigned conversion from 'int' to 'u_char' {aka 'unsigned char'} changes value from '18152' to '232' [-Woverflow] outb(~0x08 & inb(0x46e8), 0x46e8); ^~~~~~ vbetool.c:526:28: warning: unsigned conversion from 'int' to 'u_char' {aka 'unsigned char'} changes value from '258' to '2' [-Woverflow] outb(~0x01 & inb(0x102), 0x102); ^~~~~ vbetool.c:526:28: warning: unsigned conversion from 'int' to 'u_char' {aka 'unsigned char'} changes value from '258' to '2' [-Woverflow] outb(~0x01 & inb(0x102), 0x102); ^~~~~ vbetool.c: In function 'do_get_panel_id': vbetool.c:546:28: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] r.es = (unsigned short)(((int)(id-LRMI_base_addr()) >> 4) & 0xffff); ^ --- ./config.status --- running CONFIG_SHELL=/bin/sh /bin/sh ./configure --with-x86emu --prefix=/usr/local --localstatedir=/var --mandir=/usr/local/man --infodir=/usr/local/share/info/ --build=x86_64-portbld-dragonfly5.9 build_alias=x86_64-portbld-dragonfly5.9 CC=cc CFLAGS=-pipe -I/usr/local/include -L/usr/local/lib -O2 -fno-strict-aliasing LDFLAGS= LIBS= CPPFLAGS= --no-create --no-recursion --- vbetool.o --- mv -f .deps/vbetool.Tpo .deps/vbetool.Po --- vbetool --- cc -g -Wall -pedantic -std=gnu99 -pipe -I/usr/local/include -L/usr/local/lib -O2 -fno-strict-aliasing -lz -lx86 -o vbetool vbetool.o /usr/local/lib/libpci.a --- ./config.status --- checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... ./install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes checking for gcc... cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of cc... gcc3 configure: creating ./config.status --- Makefile --- /bin/sh ./config.status config.status: creating Makefile config.status: executing depfiles commands SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for vbetool-1.1_2 ===> Generating temporary packing list test -z "/usr/local/sbin" || ./install-sh -c -d "/construction/sysutils/vbetool/stage/usr/local/sbin" /usr/bin/install -c 'vbetool' '/construction/sysutils/vbetool/stage/usr/local/sbin/vbetool' test -z "/usr/local/man/man1" || ./install-sh -c -d "/construction/sysutils/vbetool/stage/usr/local/man/man1" /usr/bin/install -c -m 644 './vbetool.1' '/construction/sysutils/vbetool/stage/usr/local/man/man1/vbetool.1' ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Warning: 'sbin/vbetool' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for vbetool-1.1_2 file sizes/checksums [2]: 0% file sizes/checksums [2]: 100% packing files [2]: 0% packing files [2]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:08