------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/indexinfo-0.3.1.txz Installing /packages/All/gettext-runtime-0.21.txz Installing /packages/All/gmake-4.3_2.txz SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> libx86-1.1_2 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> libx86-1.1_2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by libx86-1.1_2 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> libx86-1.1_2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by libx86-1.1_2 for building => SHA256 Checksum OK for libx86-1.1.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> libx86-1.1_2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by libx86-1.1_2 for building ===> Extracting for libx86-1.1_2 ===> libx86-1.1_2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by libx86-1.1_2 for building => SHA256 Checksum OK for libx86-1.1.tar.gz. Extracted Memory Use: 0.88M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for libx86-1.1_2 ===> Applying ports patches for libx86-1.1_2 from /xports/devel/libx86/files /usr/bin/env WRKSRC=/construction/devel/libx86/libx86-1.1 REWARNFILE=/construction/devel/libx86/reinplace_warnings.txt /xports/Mk/Scripts/sed_checked.sh -e 's@ifndef \(__FreeBSD__\)@if \!defined(\1) \&\& \!defined(__DragonFly__)@g' /construction/devel/libx86/libx86-1.1/thunk.c SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> libx86-1.1_2 depends on package: gmake>=4.3 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> libx86-1.1_2 depends on package: gmake>=4.3 - found ===> Configuring for libx86-1.1_2 SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for libx86-1.1_2 gmake[2]: Entering directory '/construction/devel/libx86/libx86-1.1' gmake LIBRARY=static static gmake[3]: Entering directory '/construction/devel/libx86/libx86-1.1' cc -pipe -O2 -fno-strict-aliasing -c -o x86-common.o x86-common.c cc -pipe -O2 -fno-strict-aliasing -c -o thunk.o thunk.c cc -pipe -O2 -fno-strict-aliasing -c -o x86emu/decode.o x86emu/decode.c cc -pipe -O2 -fno-strict-aliasing -c -o x86emu/debug.o x86emu/debug.c cc -pipe -O2 -fno-strict-aliasing -c -o x86emu/fpu.o x86emu/fpu.c cc -pipe -O2 -fno-strict-aliasing -c -o x86emu/ops.o x86emu/ops.c cc -pipe -O2 -fno-strict-aliasing -c -o x86emu/ops2.o x86emu/ops2.c cc -pipe -O2 -fno-strict-aliasing -c -o x86emu/prim_ops.o x86emu/prim_ops.c cc -pipe -O2 -fno-strict-aliasing -c -o x86emu/sys.o x86emu/sys.c x86-common.c: In function 'get_int_seg': x86-common.c:193:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] return *(unsigned short *)(i * 4 + 2); ^ x86-common.c: In function 'get_int_off': x86-common.c:200:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] return *(unsigned short *)(i * 4); ^ thunk.c: In function 'LRMI_init': thunk.c:152:3: warning: initialization of 'x86emuu32 (*)(X86EMU_pioAddr)' {aka 'unsigned int (*)(short unsigned int)'} from incompatible pointer type 'long unsigned int (*)(short unsigned int)' [-Wincompatible-pointer-types] (&x_inl), ^ thunk.c:152:3: note: (near initialization for 'pioFuncs.inl') thunk.c:155:3: warning: initialization of 'void (*)(X86EMU_pioAddr, x86emuu32)' {aka 'void (*)(short unsigned int, unsigned int)'} from incompatible pointer type 'void (*)(short unsigned int, long unsigned int)' [-Wincompatible-pointer-types] (&x_outl) ^ thunk.c:155:3: note: (near initialization for 'pioFuncs.outl') thunk.c:170:11: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] X86_SS = (unsigned int) stack >> 4; ^ thunk.c: In function 'real_call': thunk.c:202:19: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] X86_SS = (unsigned int) stack >> 4; ^ ar cru libx86.a x86-common.o thunk.o x86emu/decode.o x86emu/debug.o x86emu/fpu.o x86emu/ops.o x86emu/ops2.o x86emu/prim_ops.o x86emu/sys.o /usr/libexec/binutils227/elf/ar: `u' modifier ignored since `D' is the default (see `U') gmake[3]: Leaving directory '/construction/devel/libx86/libx86-1.1' gmake objclean gmake[3]: Entering directory '/construction/devel/libx86/libx86-1.1' gmake -C x86emu clean gmake[4]: Entering directory '/construction/devel/libx86/libx86-1.1/x86emu' rm -f *.a *.o *~ gmake[4]: Leaving directory '/construction/devel/libx86/libx86-1.1/x86emu' rm -f *.o *~ gmake[3]: Leaving directory '/construction/devel/libx86/libx86-1.1' gmake LIBRARY=shared shared gmake[3]: Entering directory '/construction/devel/libx86/libx86-1.1' cc -pipe -O2 -fno-strict-aliasing -fPIC -c -o x86-common.o x86-common.c cc -pipe -O2 -fno-strict-aliasing -fPIC -c -o thunk.o thunk.c cc -pipe -O2 -fno-strict-aliasing -fPIC -c -o x86emu/decode.o x86emu/decode.c cc -pipe -O2 -fno-strict-aliasing -fPIC -c -o x86emu/debug.o x86emu/debug.c cc -pipe -O2 -fno-strict-aliasing -fPIC -c -o x86emu/fpu.o x86emu/fpu.c cc -pipe -O2 -fno-strict-aliasing -fPIC -c -o x86emu/ops.o x86emu/ops.c cc -pipe -O2 -fno-strict-aliasing -fPIC -c -o x86emu/ops2.o x86emu/ops2.c cc -pipe -O2 -fno-strict-aliasing -fPIC -c -o x86emu/prim_ops.o x86emu/prim_ops.c cc -pipe -O2 -fno-strict-aliasing -fPIC -c -o x86emu/sys.o x86emu/sys.c x86-common.c: In function 'get_int_seg': x86-common.c:193:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] return *(unsigned short *)(i * 4 + 2); ^ x86-common.c: In function 'get_int_off': x86-common.c:200:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] return *(unsigned short *)(i * 4); ^ thunk.c: In function 'LRMI_init': thunk.c:152:3: warning: initialization of 'x86emuu32 (*)(X86EMU_pioAddr)' {aka 'unsigned int (*)(short unsigned int)'} from incompatible pointer type 'long unsigned int (*)(short unsigned int)' [-Wincompatible-pointer-types] (&x_inl), ^ thunk.c:152:3: note: (near initialization for 'pioFuncs.inl') thunk.c:155:3: warning: initialization of 'void (*)(X86EMU_pioAddr, x86emuu32)' {aka 'void (*)(short unsigned int, unsigned int)'} from incompatible pointer type 'void (*)(short unsigned int, long unsigned int)' [-Wincompatible-pointer-types] (&x_outl) ^ thunk.c:155:3: note: (near initialization for 'pioFuncs.outl') thunk.c:170:11: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] X86_SS = (unsigned int) stack >> 4; ^ thunk.c: In function 'real_call': thunk.c:202:19: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] X86_SS = (unsigned int) stack >> 4; ^ cc -pipe -O2 -fno-strict-aliasing -fPIC -o libx86.so.1 -shared -Wl,-soname,libx86.so.1 x86-common.o thunk.o x86emu/decode.o x86emu/debug.o x86emu/fpu.o x86emu/ops.o x86emu/ops2.o x86emu/prim_ops.o x86emu/sys.o gmake[3]: Leaving directory '/construction/devel/libx86/libx86-1.1' gmake[2]: Leaving directory '/construction/devel/libx86/libx86-1.1' SUCCEEDED 00:00:14 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for libx86-1.1_2 ===> Generating temporary packing list install -m 0644 /construction/devel/libx86/libx86-1.1/lrmi.h /construction/devel/libx86/stage/usr/local/include/libx86.h install -m 0644 /construction/devel/libx86/libx86-1.1/libx86.a /construction/devel/libx86/stage/usr/local/lib install -s -m 555 /construction/devel/libx86/libx86-1.1/libx86.so.1 /construction/devel/libx86/stage/usr/local/lib ln -sf libx86.so.1 /construction/devel/libx86/stage/usr/local/lib/libx86.so ====> 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:00 ------------------------------------------------------------------------------- -- Phase: check-plist ------------------------------------------------------------------------------- ====> Checking for pkg-plist issues (check-plist) ===> Parsing plist ===> Checking for items in STAGEDIR missing from pkg-plist ===> Checking for items in pkg-plist which are not in STAGEDIR ===> No pkg-plist issues found (check-plist) SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for libx86-1.1_2 file sizes/checksums [4]: 0% file sizes/checksums [4]: 100% packing files [4]: 0% packing files [4]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:17