+ case "${usergroup_phase}" in
+ local run_cmd
+ run_cmd=run_su
+ shift
+ run_su /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/bochs-2.7nb2/work.log
+ su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/bochs-2.7nb2/work.log
=> Bootstrap dependency digest>=20211023: found digest-20220214
===> Building for bochs-2.7nb2
cd iodev && \
/opt/pkg/bin/gmake  libiodev.a
gmake[1]: Entering directory '/home/pbulk/build/emulators/bochs/work/bochs-2.7/iodev'
g++ -c  -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread    devices.cc -o devices.o
g++ -c  -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread    virt_timer.cc -o virt_timer.o
g++ -c  -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread    slowdown_timer.cc -o slowdown_timer.o
rm -f  libiodev.a
ar rv libiodev.a devices.o virt_timer.o slowdown_timer.o 
ar: creating libiodev.a
ar: writing libiodev.a
a - devices.o
a - virt_timer.o
a - slowdown_timer.o
ranlib libiodev.a
gmake[1]: Leaving directory '/home/pbulk/build/emulators/bochs/work/bochs-2.7/iodev'
echo done
done
cd iodev/hdimage && \
/opt/pkg/bin/gmake  libhdimage.a
gmake[1]: Entering directory '/home/pbulk/build/emulators/bochs/work/bochs-2.7/iodev/hdimage'
g++ -c  -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread    hdimage.cc -o hdimage.o
g++ -c  -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread    cdrom.cc -o cdrom.o
g++ -c  -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread    cdrom_misc.cc -o cdrom_misc.o
rm -f  libhdimage.a
ar rv libhdimage.a hdimage.o cdrom.o cdrom_misc.o
ar: creating libhdimage.a
ar: writing libhdimage.a
a - hdimage.o
a - cdrom.o
a - cdrom_misc.o
ranlib libhdimage.a
gmake[1]: Leaving directory '/home/pbulk/build/emulators/bochs/work/bochs-2.7/iodev/hdimage'
echo done
done
cd iodev/usb && \
/opt/pkg/bin/gmake  libusb.a
gmake[1]: Entering directory '/home/pbulk/build/emulators/bochs/work/bochs-2.7/iodev/usb'
g++ -c  -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread    usb_common.cc -o usb_common.o
g++ -c  -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread    usb_pcap.cc -o usb_pcap.o
rm -f  libusb.a
ar rv libusb.a usb_common.o usb_pcap.o
ar: creating libusb.a
ar: writing libusb.a
a - usb_common.o
a - usb_pcap.o
ranlib libusb.a
gmake[1]: Leaving directory '/home/pbulk/build/emulators/bochs/work/bochs-2.7/iodev/usb'
echo done
done
cd iodev/network && \
/opt/pkg/bin/gmake  libnetwork.a
gmake[1]: Entering directory '/home/pbulk/build/emulators/bochs/work/bochs-2.7/iodev/network'
g++ -c  -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread    netmod.cc -o netmod.o
rm -f  libnetwork.a
ar rv libnetwork.a netmod.o
ar: creating libnetwork.a
ar: writing libnetwork.a
a - netmod.o
ranlib libnetwork.a
gmake[1]: Leaving directory '/home/pbulk/build/emulators/bochs/work/bochs-2.7/iodev/network'
echo done
done
cd iodev/sound && \
/opt/pkg/bin/gmake  libsound.a
gmake[1]: Entering directory '/home/pbulk/build/emulators/bochs/work/bochs-2.7/iodev/sound'
g++ -c  -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread    soundmod.cc -o soundmod.o
g++ -c  -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread    soundlow.cc -o soundlow.o
rm -f  libsound.a
ar rv libsound.a soundmod.o soundlow.o
ar: creating libsound.a
ar: writing libsound.a
a - soundmod.o
a - soundlow.o
ranlib libsound.a
gmake[1]: Leaving directory '/home/pbulk/build/emulators/bochs/work/bochs-2.7/iodev/sound'
echo done
done
cd cpu && \
/opt/pkg/bin/gmake  libcpu.a
gmake[1]: Entering directory '/home/pbulk/build/emulators/bochs/work/bochs-2.7/cpu'
g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   init.cc -o init.o
g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   cpu.cc -o cpu.o
g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   event.cc -o event.o
g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   icache.cc -o icache.o
g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   decoder/fetchdecode32.cc -o decoder/fetchdecode32.o
g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   access.cc -o access.o
g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   access2.cc -o access2.o
g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   shift16.cc -o shift16.o
g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   logical16.cc -o logical16.o
g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   ctrl_xfer32.cc -o ctrl_xfer32.o
g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   ctrl_xfer16.cc -o ctrl_xfer16.o
g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   mmx.cc -o mmx.o
g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   3dnow.cc -o 3dnow.o
g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   fpu_emu.cc -o fpu_emu.o
g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   sse.cc -o sse.o
g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   sse_move.cc -o sse_move.o
g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   sse_pfp.cc -o sse_pfp.o
g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   sse_rcp.cc -o sse_rcp.o
g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   sse_string.cc -o sse_string.o
g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   xsave.cc -o xsave.o
g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   aes.cc -o aes.o
g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   gf2.cc -o gf2.o
g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   sha.cc -o sha.o
g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   svm.cc -o svm.o
g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   vmx.cc -o vmx.o
g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   vmcs.cc -o vmcs.o
g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   vmexit.cc -o vmexit.o
g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   vmfunc.cc -o vmfunc.o
g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   soft_int.cc -o soft_int.o
g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   apic.cc -o apic.o
g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   bcd.cc -o bcd.o
g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   mult16.cc -o mult16.o
g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   tasking.cc -o tasking.o
g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   shift32.cc -o shift32.o
g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   shift8.cc -o shift8.o
g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   arith8.cc -o arith8.o
g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   stack.cc -o stack.o
g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   stack16.cc -o stack16.o
g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   protect_ctrl.cc -o protect_ctrl.o
g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   mult8.cc -o mult8.o
g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   load.cc -o load.o
g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   data_xfer8.cc -o data_xfer8.o
g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   vm8086.cc -o vm8086.o
g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   logical8.cc -o logical8.o
g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   logical32.cc -o logical32.o
g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   arith16.cc -o arith16.o
g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   segment_ctrl.cc -o segment_ctrl.o
g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   data_xfer16.cc -o data_xfer16.o
g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   data_xfer32.cc -o data_xfer32.o
g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   exception.cc -o exception.o
g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   cpuid.cc -o cpuid.o
g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   generic_cpuid.cc -o generic_cpuid.o
g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   proc_ctrl.cc -o proc_ctrl.o
g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   mwait.cc -o mwait.o
g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   crregs.cc -o crregs.o
g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   cet.cc -o cet.o
g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   msr.cc -o msr.o
g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   smm.cc -o smm.o
g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   flag_ctrl_pro.cc -o flag_ctrl_pro.o
g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   stack32.cc -o stack32.o
g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   debugstuff.cc -o debugstuff.o
g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   flag_ctrl.cc -o flag_ctrl.o
g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   mult32.cc -o mult32.o
g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   arith32.cc -o arith32.o
g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   jmp_far.cc -o jmp_far.o
g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   call_far.cc -o call_far.o
g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   ret_far.cc -o ret_far.o
g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   iret.cc -o iret.o
g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   ctrl_xfer_pro.cc -o ctrl_xfer_pro.o
g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   segment_ctrl_pro.cc -o segment_ctrl_pro.o
g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   io.cc -o io.o
g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   crc32.cc -o crc32.o
g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   bit.cc -o bit.o
g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   bit16.cc -o bit16.o
g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   bit32.cc -o bit32.o
g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   bmi32.cc -o bmi32.o
g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   string.cc -o string.o
g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   faststring.cc -o faststring.o
g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   paging.cc -o paging.o
g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   rdrand.cc -o rdrand.o
g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   wide_int.cc -o wide_int.o
g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   decoder/disasm.cc -o decoder/disasm.o
g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   arith64.cc -o arith64.o
g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   ctrl_xfer64.cc -o ctrl_xfer64.o
g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   data_xfer64.cc -o data_xfer64.o
g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   decoder/fetchdecode64.cc -o decoder/fetchdecode64.o
g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   logical64.cc -o logical64.o
g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   mult64.cc -o mult64.o
g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   shift64.cc -o shift64.o
g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   bit64.cc -o bit64.o
g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   stack64.cc -o stack64.o
g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   bmi64.cc -o bmi64.o
g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   vapic.cc -o vapic.o
rm -f  libcpu.a
ar rv libcpu.a init.o cpu.o event.o icache.o decoder/fetchdecode32.o access.o access2.o shift16.o logical16.o ctrl_xfer32.o ctrl_xfer16.o mmx.o 3dnow.o fpu_emu.o sse.o sse_move.o sse_pfp.o sse_rcp.o sse_string.o xsave.o aes.o gf2.o sha.o svm.o vmx.o vmcs.o vmexit.o vmfunc.o soft_int.o apic.o bcd.o mult16.o tasking.o shift32.o shift8.o arith8.o stack.o stack16.o protect_ctrl.o mult8.o load.o data_xfer8.o vm8086.o logical8.o logical32.o arith16.o segment_ctrl.o data_xfer16.o data_xfer32.o exception.o cpuid.o generic_cpuid.o proc_ctrl.o mwait.o crregs.o cet.o msr.o smm.o flag_ctrl_pro.o stack32.o debugstuff.o flag_ctrl.o mult32.o arith32.o jmp_far.o call_far.o ret_far.o iret.o ctrl_xfer_pro.o segment_ctrl_pro.o io.o crc32.o bit.o bit16.o bit32.o bmi32.o string.o faststring.o paging.o rdrand.o wide_int.o decoder/disasm.o arith64.o ctrl_xfer64.o data_xfer64.o decoder/fetchdecode64.o logical64.o mult64.o shift64.o bit64.o stack64.o bmi64.o vapic.o
ar: creating libcpu.a
ar: writing libcpu.a
a - init.o
a - cpu.o
a - event.o
a - icache.o
a - decoder/fetchdecode32.o
a - access.o
a - access2.o
a - shift16.o
a - logical16.o
a - ctrl_xfer32.o
a - ctrl_xfer16.o
a - mmx.o
a - 3dnow.o
a - fpu_emu.o
a - sse.o
a - sse_move.o
a - sse_pfp.o
a - sse_rcp.o
a - sse_string.o
a - xsave.o
a - aes.o
a - gf2.o
a - sha.o
a - svm.o
a - vmx.o
a - vmcs.o
a - vmexit.o
a - vmfunc.o
a - soft_int.o
a - apic.o
a - bcd.o
a - mult16.o
a - tasking.o
a - shift32.o
a - shift8.o
a - arith8.o
a - stack.o
a - stack16.o
a - protect_ctrl.o
a - mult8.o
a - load.o
a - data_xfer8.o
a - vm8086.o
a - logical8.o
a - logical32.o
a - arith16.o
a - segment_ctrl.o
a - data_xfer16.o
a - data_xfer32.o
a - exception.o
a - cpuid.o
a - generic_cpuid.o
a - proc_ctrl.o
a - mwait.o
a - crregs.o
a - cet.o
a - msr.o
a - smm.o
a - flag_ctrl_pro.o
a - stack32.o
a - debugstuff.o
a - flag_ctrl.o
a - mult32.o
a - arith32.o
a - jmp_far.o
a - call_far.o
a - ret_far.o
a - iret.o
a - ctrl_xfer_pro.o
a - segment_ctrl_pro.o
a - io.o
a - crc32.o
a - bit.o
a - bit16.o
a - bit32.o
a - bmi32.o
a - string.o
a - faststring.o
a - paging.o
a - rdrand.o
a - wide_int.o
a - decoder/disasm.o
a - arith64.o
a - ctrl_xfer64.o
a - data_xfer64.o
a - decoder/fetchdecode64.o
a - logical64.o
a - mult64.o
a - shift64.o
a - bit64.o
a - stack64.o
a - bmi64.o
a - vapic.o
ranlib libcpu.a
gmake[1]: Leaving directory '/home/pbulk/build/emulators/bochs/work/bochs-2.7/cpu'
echo done
done
cd cpu/avx && \
/opt/pkg/bin/gmake  libavx.a
gmake[1]: Entering directory '/home/pbulk/build/emulators/bochs/work/bochs-2.7/cpu/avx'
g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   avx.cc -o avx.o
g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   avx_pfp.cc -o avx_pfp.o
g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   avx_cvt.cc -o avx_cvt.o
g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   avx_fma.cc -o avx_fma.o
g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   avx2.cc -o avx2.o
g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   avx512.cc -o avx512.o
g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   avx512_broadcast.cc -o avx512_broadcast.o
g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   avx512_move.cc -o avx512_move.o
g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   avx512_pfp.cc -o avx512_pfp.o
g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   avx512_rcp14.cc -o avx512_rcp14.o
g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   avx512_rsqrt14.cc -o avx512_rsqrt14.o
g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   avx512_cvt.cc -o avx512_cvt.o
g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   avx512_fma.cc -o avx512_fma.o
g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   avx512_mask8.cc -o avx512_mask8.o
g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   avx512_mask16.cc -o avx512_mask16.o
g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   avx512_mask32.cc -o avx512_mask32.o
g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   avx512_mask64.cc -o avx512_mask64.o
g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   avx512_bitalg.cc -o avx512_bitalg.o
g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   vnni.cc -o vnni.o
g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   gather.cc -o gather.o
g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   tbm32.cc -o tbm32.o
g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   tbm64.cc -o tbm64.o
g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   xop.cc -o xop.o
rm -f  libavx.a
ar rv libavx.a avx.o avx_pfp.o avx_cvt.o avx_fma.o avx2.o avx512.o avx512_broadcast.o avx512_move.o avx512_pfp.o avx512_rcp14.o avx512_rsqrt14.o avx512_cvt.o avx512_fma.o avx512_mask8.o avx512_mask16.o avx512_mask32.o avx512_mask64.o avx512_bitalg.o vnni.o gather.o tbm32.o tbm64.o xop.o
ar: creating libavx.a
ar: writing libavx.a
a - avx.o
a - avx_pfp.o
a - avx_cvt.o
a - avx_fma.o
a - avx2.o
a - avx512.o
a - avx512_broadcast.o
a - avx512_move.o
a - avx512_pfp.o
a - avx512_rcp14.o
a - avx512_rsqrt14.o
a - avx512_cvt.o
a - avx512_fma.o
a - avx512_mask8.o
a - avx512_mask16.o
a - avx512_mask32.o
a - avx512_mask64.o
a - avx512_bitalg.o
a - vnni.o
a - gather.o
a - tbm32.o
a - tbm64.o
a - xop.o
ranlib libavx.a
gmake[1]: Leaving directory '/home/pbulk/build/emulators/bochs/work/bochs-2.7/cpu/avx'
echo done
done
cd cpu/cpudb && \
/opt/pkg/bin/gmake  libcpudb.a
gmake[1]: Entering directory '/home/pbulk/build/emulators/bochs/work/bochs-2.7/cpu/cpudb'
g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   intel/pentium.cc -o intel/pentium.o
g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   intel/pentium_mmx.cc -o intel/pentium_mmx.o
g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   intel/p2_klamath.cc -o intel/p2_klamath.o
g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   intel/p3_katmai.cc -o intel/p3_katmai.o
g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   intel/p4_willamette.cc -o intel/p4_willamette.o
g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   intel/p4_prescott_celeron_336.cc -o intel/p4_prescott_celeron_336.o
g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   intel/atom_n270.cc -o intel/atom_n270.o
g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   intel/core_duo_t2400_yonah.cc -o intel/core_duo_t2400_yonah.o
g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   intel/core2_penryn_t9600.cc -o intel/core2_penryn_t9600.o
g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   intel/corei5_lynnfield_750.cc -o intel/corei5_lynnfield_750.o
g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   intel/corei5_arrandale_m520.cc -o intel/corei5_arrandale_m520.o
g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   intel/corei7_sandy_bridge_2600K.cc -o intel/corei7_sandy_bridge_2600K.o
g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   intel/corei7_ivy_bridge_3770K.cc -o intel/corei7_ivy_bridge_3770K.o
g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   intel/corei7_haswell_4770.cc -o intel/corei7_haswell_4770.o
g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   intel/broadwell_ult.cc -o intel/broadwell_ult.o
g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   intel/corei7_skylake-x.cc -o intel/corei7_skylake-x.o
g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   intel/corei3_cnl.cc -o intel/corei3_cnl.o
g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   intel/corei7_icelake-u.cc -o intel/corei7_icelake-u.o
g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   intel/tigerlake.cc -o intel/tigerlake.o
g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   amd/amd_k6_2_chomper.cc -o amd/amd_k6_2_chomper.o
g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   amd/athlon64_clawhammer.cc -o amd/athlon64_clawhammer.o
g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   amd/athlon64_venice.cc -o amd/athlon64_venice.o
g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   amd/turion64_tyler.cc -o amd/turion64_tyler.o
g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   amd/phenomx3_8650_toliman.cc -o amd/phenomx3_8650_toliman.o
g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   amd/trinity_apu.cc -o amd/trinity_apu.o
g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   amd/zambezi.cc -o amd/zambezi.o
g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   amd/ryzen.cc -o amd/ryzen.o
rm -f  libcpudb.a
ar rv libcpudb.a intel/pentium.o intel/pentium_mmx.o intel/p2_klamath.o intel/p3_katmai.o intel/p4_willamette.o intel/p4_prescott_celeron_336.o intel/atom_n270.o intel/core_duo_t2400_yonah.o intel/core2_penryn_t9600.o intel/corei5_lynnfield_750.o intel/corei5_arrandale_m520.o intel/corei7_sandy_bridge_2600K.o intel/corei7_ivy_bridge_3770K.o intel/corei7_haswell_4770.o intel/broadwell_ult.o intel/corei7_skylake-x.o intel/corei3_cnl.o intel/corei7_icelake-u.o intel/tigerlake.o amd/amd_k6_2_chomper.o amd/athlon64_clawhammer.o amd/athlon64_venice.o amd/turion64_tyler.o amd/phenomx3_8650_toliman.o amd/trinity_apu.o amd/zambezi.o amd/ryzen.o
ar: creating libcpudb.a
ar: writing libcpudb.a
a - intel/pentium.o
a - intel/pentium_mmx.o
a - intel/p2_klamath.o
a - intel/p3_katmai.o
a - intel/p4_willamette.o
a - intel/p4_prescott_celeron_336.o
a - intel/atom_n270.o
a - intel/core_duo_t2400_yonah.o
a - intel/core2_penryn_t9600.o
a - intel/corei5_lynnfield_750.o
a - intel/corei5_arrandale_m520.o
a - intel/corei7_sandy_bridge_2600K.o
a - intel/corei7_ivy_bridge_3770K.o
a - intel/corei7_haswell_4770.o
a - intel/broadwell_ult.o
a - intel/corei7_skylake-x.o
a - intel/corei3_cnl.o
a - intel/corei7_icelake-u.o
a - intel/tigerlake.o
a - amd/amd_k6_2_chomper.o
a - amd/athlon64_clawhammer.o
a - amd/athlon64_venice.o
a - amd/turion64_tyler.o
a - amd/phenomx3_8650_toliman.o
a - amd/trinity_apu.o
a - amd/zambezi.o
a - amd/ryzen.o
ranlib libcpudb.a
gmake[1]: Leaving directory '/home/pbulk/build/emulators/bochs/work/bochs-2.7/cpu/cpudb'
echo done
done
cd memory && \
/opt/pkg/bin/gmake  libmemory.a
gmake[1]: Entering directory '/home/pbulk/build/emulators/bochs/work/bochs-2.7/memory'
g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   memory.cc -o memory.o
g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   misc_mem.cc -o misc_mem.o
rm -f  libmemory.a
ar rv libmemory.a memory.o misc_mem.o
ar: creating libmemory.a
ar: writing libmemory.a
a - memory.o
a - misc_mem.o
ranlib libmemory.a
gmake[1]: Leaving directory '/home/pbulk/build/emulators/bochs/work/bochs-2.7/memory'
echo done
done
cd gui && \
/opt/pkg/bin/gmake  libgui.a
gmake[1]: Entering directory '/home/pbulk/build/emulators/bochs/work/bochs-2.7/gui'
g++ -c  -I.. -I./.. -I../iodev -I./../iodev -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread     keymap.cc -o keymap.o
g++ -c  -I.. -I./.. -I../iodev -I./../iodev -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread     gui.cc -o gui.o
g++ -c  -I.. -I./.. -I../iodev -I./../iodev -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread     siminterface.cc -o siminterface.o
g++ -c  -I.. -I./.. -I../iodev -I./../iodev -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread     paramtree.cc -o paramtree.o
rm -f  libgui.a
ar rv libgui.a keymap.o gui.o siminterface.o paramtree.o 
ar: creating libgui.a
ar: writing libgui.a
a - keymap.o
a - gui.o
a - siminterface.o
a - paramtree.o
ranlib libgui.a
gmake[1]: Leaving directory '/home/pbulk/build/emulators/bochs/work/bochs-2.7/gui'
echo done
done
g++ -c -I. -I./. -Iinstrument/stubs -I./instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread     -DBX_PLUGIN_PATH="\"/opt/pkg/lib/bochs/plugins\"" -DBX_SHARE_PATH='"/opt/pkg/share/bochs"' logio.cc -o logio.o
g++ -c -I. -I./. -Iinstrument/stubs -I./instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread     -DBX_PLUGIN_PATH="\"/opt/pkg/lib/bochs/plugins\"" -DBX_SHARE_PATH='"/opt/pkg/share/bochs"' main.cc -o main.o
g++ -c -I. -I./. -Iinstrument/stubs -I./instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread     -DBX_PLUGIN_PATH="\"/opt/pkg/lib/bochs/plugins\"" -DBX_SHARE_PATH='"/opt/pkg/share/bochs"' config.cc -o config.o
g++ -c -I. -I./. -Iinstrument/stubs -I./instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread     -DBX_PLUGIN_PATH="\"/opt/pkg/lib/bochs/plugins\"" -DBX_SHARE_PATH='"/opt/pkg/share/bochs"' pc_system.cc -o pc_system.o
g++ -c -I. -I./. -Iinstrument/stubs -I./instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread     -DBX_PLUGIN_PATH="\"/opt/pkg/lib/bochs/plugins\"" -DBX_SHARE_PATH='"/opt/pkg/share/bochs"' osdep.cc -o osdep.o
g++ -c -I. -I./. -Iinstrument/stubs -I./instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread     -DBX_PLUGIN_PATH="\"/opt/pkg/lib/bochs/plugins\"" -DBX_SHARE_PATH='"/opt/pkg/share/bochs"' plugin.cc -o plugin.o
g++ -c -I. -I./. -Iinstrument/stubs -I./instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread     -DBX_PLUGIN_PATH="\"/opt/pkg/lib/bochs/plugins\"" -DBX_SHARE_PATH='"/opt/pkg/share/bochs"' crc.cc -o crc.o
g++ -c -I. -I./. -Iinstrument/stubs -I./instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread     -DBX_PLUGIN_PATH="\"/opt/pkg/lib/bochs/plugins\"" -DBX_SHARE_PATH='"/opt/pkg/share/bochs"' bxthread.cc -o bxthread.o
cd cpu/fpu && \
/opt/pkg/bin/gmake  libfpu.a
gmake[1]: Entering directory '/home/pbulk/build/emulators/bochs/work/bochs-2.7/cpu/fpu'
g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   ferr.cc -o ferr.o
g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   fpu.cc -o fpu.o
g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   fpu_arith.cc -o fpu_arith.o
g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   fpu_compare.cc -o fpu_compare.o
g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   fpu_const.cc -o fpu_const.o
g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   fpu_cmov.cc -o fpu_cmov.o
g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   fpu_load_store.cc -o fpu_load_store.o
g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   fpu_misc.cc -o fpu_misc.o
g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   fpu_trans.cc -o fpu_trans.o
g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   fprem.cc -o fprem.o
g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   fsincos.cc -o fsincos.o
g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   f2xm1.cc -o f2xm1.o
g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   fyl2x.cc -o fyl2x.o
g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   fpatan.cc -o fpatan.o
g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   softfloat.cc -o softfloat.o
g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   softfloatx80.cc -o softfloatx80.o
g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   softfloat16.cc -o softfloat16.o
g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   softfloat-muladd.cc -o softfloat-muladd.o
g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   softfloat-specialize.cc -o softfloat-specialize.o
g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   softfloat-round-pack.cc -o softfloat-round-pack.o
g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread   poly.cc -o poly.o
rm -f  libfpu.a
ar rv libfpu.a ferr.o fpu.o fpu_arith.o fpu_compare.o fpu_const.o fpu_cmov.o fpu_load_store.o fpu_misc.o fpu_trans.o fprem.o fsincos.o f2xm1.o fyl2x.o fpatan.o softfloat.o softfloatx80.o softfloat16.o softfloat-muladd.o softfloat-specialize.o softfloat-round-pack.o poly.o
ar: creating libfpu.a
ar: writing libfpu.a
a - ferr.o
a - fpu.o
a - fpu_arith.o
a - fpu_compare.o
a - fpu_const.o
a - fpu_cmov.o
a - fpu_load_store.o
a - fpu_misc.o
a - fpu_trans.o
a - fprem.o
a - fsincos.o
a - f2xm1.o
a - fyl2x.o
a - fpatan.o
a - softfloat.o
a - softfloatx80.o
a - softfloat16.o
a - softfloat-muladd.o
a - softfloat-specialize.o
a - softfloat-round-pack.o
a - poly.o
ranlib libfpu.a
gmake[1]: Leaving directory '/home/pbulk/build/emulators/bochs/work/bochs-2.7/cpu/fpu'
echo done
done
gcc -c -I. -I./. -Iinstrument/stubs -I./instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread     -DBX_PLUGIN_PATH="\"/opt/pkg/lib/bochs/plugins\"" -DBX_SHARE_PATH='"/opt/pkg/share/bochs"'  ltdl.c -o ltdl.o
ltdl.c: In function 'tryall_dlopen_module':
ltdl.c:1995:2: warning: #warning dirname could be null [-Wcpp]
 1995 | #warning dirname could be null
      |  ^~~~~~~
ltdl.c: In function 'try_dlopen':
ltdl.c:2739:2: warning: #warning dir is still NULL [-Wcpp]
 2739 | #warning dir is still NULL
      |  ^~~~~~~
/usr/bin/bash ./libtool --mode=link --tag CXX g++ -o bochs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread     -DBX_PLUGIN_PATH="\"/opt/pkg/lib/bochs/plugins\"" -DBX_SHARE_PATH='"/opt/pkg/share/bochs"' -L/opt/pkg/lib -Wl,-R/opt/pkg/lib -export-dynamic logio.o main.o config.o pc_system.o osdep.o plugin.o crc.o bxthread.o   \
	iodev/libiodev.a  iodev/hdimage/libhdimage.a iodev/usb/libusb.a iodev/network/libnetwork.a iodev/sound/libsound.a \
	 cpu/libcpu.a cpu/avx/libavx.a cpu/cpudb/libcpudb.a \
	 memory/libmemory.a gui/libgui.a \
	 ltdl.o \
	 cpu/fpu/libfpu.a \
	 \
	 \
	 \
	 \
	 \
	 \
	-lX11 -lsocket -lnsl -ldl
libtool: link: g++ -o bochs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -DBX_PLUGIN_PATH=\"/opt/pkg/lib/bochs/plugins\" -DBX_SHARE_PATH=\"/opt/pkg/share/bochs\" -Wl,-rpath -Wl,/opt/pkg/lib logio.o main.o config.o pc_system.o osdep.o plugin.o crc.o bxthread.o ltdl.o  -L/home/pbulk/build/emulators/bochs/work/.buildlink/lib iodev/libiodev.a iodev/hdimage/libhdimage.a iodev/usb/libusb.a iodev/network/libnetwork.a iodev/sound/libsound.a cpu/libcpu.a cpu/avx/libavx.a cpu/cpudb/libcpudb.a memory/libmemory.a gui/libgui.a cpu/fpu/libfpu.a /home/pbulk/build/emulators/bochs/work/.buildlink/lib/libX11.so /home/pbulk/build/emulators/bochs/work/.buildlink/lib/libxcb.so /home/pbulk/build/emulators/bochs/work/.buildlink/lib/libXau.so /home/pbulk/build/emulators/bochs/work/.buildlink/lib/libXdmcp.so -lsocket -lnsl -ldl -Wl,-R -Wl,/home/pbulk/build/emulators/bochs/work/.buildlink/lib -Wl,-R -Wl,/home/pbulk/build/emulators/bochs/work/.buildlink/lib
cd gui && \
/opt/pkg/bin/gmake plugins
gmake[1]: Entering directory '/home/pbulk/build/emulators/bochs/work/bochs-2.7/gui'
/usr/bin/bash ../libtool --mode=compile --tag CXX g++ -c -I.. -I./.. -I../iodev -I./../iodev -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread     x.cc -o x.lo
libtool: compile:  g++ -c -I.. -I./.. -I../iodev -I./../iodev -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread x.cc  -fPIC -DPIC -o .libs/x.o
libtool: compile:  g++ -c -I.. -I./.. -I../iodev -I./../iodev -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread x.cc -o x.o >/dev/null 2>&1
/usr/bin/bash ../libtool --mode=link --tag CXX g++ -module x.lo -o libbx_x_gui.la -rpath /opt/pkg/lib -L/opt/pkg/lib -lXpm -lXrandr 
libtool: link: g++ -shared  -fPIC -DPIC  .libs/x.o   -Wl,-R -Wl,/home/pbulk/build/emulators/bochs/work/.buildlink/lib -Wl,-R -Wl,/home/pbulk/build/emulators/bochs/work/.buildlink/lib -L/home/pbulk/build/emulators/bochs/work/.buildlink/lib /home/pbulk/build/emulators/bochs/work/.buildlink/lib/libXpm.so /home/pbulk/build/emulators/bochs/work/.buildlink/lib/libXrandr.so /home/pbulk/build/emulators/bochs/work/.buildlink/lib/libXext.so /home/pbulk/build/emulators/bochs/work/.buildlink/lib/libXrender.so /home/pbulk/build/emulators/bochs/work/.buildlink/lib/libX11.so /home/pbulk/build/emulators/bochs/work/.buildlink/lib/libxcb.so /home/pbulk/build/emulators/bochs/work/.buildlink/lib/libXau.so /home/pbulk/build/emulators/bochs/work/.buildlink/lib/libXdmcp.so -lnsl -lsocket    -Wl,-h -Wl,libbx_x_gui.so.0 -o .libs/libbx_x_gui.so.0.0.0
libtool: link: (cd ".libs" && rm -f "libbx_x_gui.so.0" && ln -s "libbx_x_gui.so.0.0.0" "libbx_x_gui.so.0")
libtool: link: (cd ".libs" && rm -f "libbx_x_gui.so" && ln -s "libbx_x_gui.so.0.0.0" "libbx_x_gui.so")
libtool: link: ar cr .libs/libbx_x_gui.a  x.o
libtool: link: ranlib .libs/libbx_x_gui.a
libtool: link: ( cd ".libs" && rm -f "libbx_x_gui.la" && ln -s "../libbx_x_gui.la" "libbx_x_gui.la" )
/usr/bin/bash ../libtool --mode=compile --tag CXX g++ -c -I.. -I./.. -I../iodev -I./../iodev -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread     textconfig.cc -o textconfig.lo
libtool: compile:  g++ -c -I.. -I./.. -I../iodev -I./../iodev -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread textconfig.cc  -fPIC -DPIC -o .libs/textconfig.o
libtool: compile:  g++ -c -I.. -I./.. -I../iodev -I./../iodev -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread textconfig.cc -o textconfig.o >/dev/null 2>&1
/usr/bin/bash ../libtool --mode=link --tag CXX g++ -module textconfig.lo -o libbx_textconfig.la -rpath /opt/pkg/lib
libtool: link: g++ -shared  -fPIC -DPIC  .libs/textconfig.o      -Wl,-h -Wl,libbx_textconfig.so.0 -o .libs/libbx_textconfig.so.0.0.0
libtool: link: (cd ".libs" && rm -f "libbx_textconfig.so.0" && ln -s "libbx_textconfig.so.0.0.0" "libbx_textconfig.so.0")
libtool: link: (cd ".libs" && rm -f "libbx_textconfig.so" && ln -s "libbx_textconfig.so.0.0.0" "libbx_textconfig.so")
libtool: link: ar cr .libs/libbx_textconfig.a  textconfig.o
libtool: link: ranlib .libs/libbx_textconfig.a
libtool: link: ( cd ".libs" && rm -f "libbx_textconfig.la" && ln -s "../libbx_textconfig.la" "libbx_textconfig.la" )
gmake[1]: Leaving directory '/home/pbulk/build/emulators/bochs/work/bochs-2.7/gui'
echo done
done
cd iodev && \
/opt/pkg/bin/gmake plugins
gmake[1]: Entering directory '/home/pbulk/build/emulators/bochs/work/bochs-2.7/iodev'
/usr/bin/bash ../libtool --mode=compile --tag CXX g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread    pic.cc -o pic.lo
libtool: compile:  g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread pic.cc  -fPIC -DPIC -o .libs/pic.o
libtool: compile:  g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread pic.cc -o pic.o >/dev/null 2>&1
/usr/bin/bash ../libtool --mode=link --tag CXX g++ -module pic.lo -o libbx_pic.la -rpath /opt/pkg/lib
libtool: link: g++ -shared  -fPIC -DPIC  .libs/pic.o      -Wl,-h -Wl,libbx_pic.so.0 -o .libs/libbx_pic.so.0.0.0
libtool: link: (cd ".libs" && rm -f "libbx_pic.so.0" && ln -s "libbx_pic.so.0.0.0" "libbx_pic.so.0")
libtool: link: (cd ".libs" && rm -f "libbx_pic.so" && ln -s "libbx_pic.so.0.0.0" "libbx_pic.so")
libtool: link: ar cr .libs/libbx_pic.a  pic.o
libtool: link: ranlib .libs/libbx_pic.a
libtool: link: ( cd ".libs" && rm -f "libbx_pic.la" && ln -s "../libbx_pic.la" "libbx_pic.la" )
/usr/bin/bash ../libtool --mode=compile --tag CXX g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread    pit82c54.cc -o pit82c54.lo
libtool: compile:  g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread pit82c54.cc  -fPIC -DPIC -o .libs/pit82c54.o
libtool: compile:  g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread pit82c54.cc -o pit82c54.o >/dev/null 2>&1
/usr/bin/bash ../libtool --mode=compile --tag CXX g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread    pit.cc -o pit.lo
libtool: compile:  g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread pit.cc  -fPIC -DPIC -o .libs/pit.o
libtool: compile:  g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread pit.cc -o pit.o >/dev/null 2>&1
/usr/bin/bash ../libtool --mode=link --tag CXX g++ -module pit82c54.lo pit.lo -o libbx_pit.la -rpath /opt/pkg/lib
libtool: link: g++ -shared  -fPIC -DPIC  .libs/pit82c54.o .libs/pit.o      -Wl,-h -Wl,libbx_pit.so.0 -o .libs/libbx_pit.so.0.0.0
libtool: link: (cd ".libs" && rm -f "libbx_pit.so.0" && ln -s "libbx_pit.so.0.0.0" "libbx_pit.so.0")
libtool: link: (cd ".libs" && rm -f "libbx_pit.so" && ln -s "libbx_pit.so.0.0.0" "libbx_pit.so")
libtool: link: ar cr .libs/libbx_pit.a  pit82c54.o pit.o
libtool: link: ranlib .libs/libbx_pit.a
libtool: link: ( cd ".libs" && rm -f "libbx_pit.la" && ln -s "../libbx_pit.la" "libbx_pit.la" )
/usr/bin/bash ../libtool --mode=compile --tag CXX g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread    serial.cc -o serial.lo
libtool: compile:  g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread serial.cc  -fPIC -DPIC -o .libs/serial.o
libtool: compile:  g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread serial.cc -o serial.o >/dev/null 2>&1
/usr/bin/bash ../libtool --mode=compile --tag CXX g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread    serial_raw.cc -o serial_raw.lo
libtool: compile:  g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread serial_raw.cc  -fPIC -DPIC -o .libs/serial_raw.o
libtool: compile:  g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread serial_raw.cc -o serial_raw.o >/dev/null 2>&1
/usr/bin/bash ../libtool --mode=link --tag CXX g++ -module serial.lo serial_raw.lo -o libbx_serial.la -rpath /opt/pkg/lib
libtool: link: g++ -shared  -fPIC -DPIC  .libs/serial.o .libs/serial_raw.o      -Wl,-h -Wl,libbx_serial.so.0 -o .libs/libbx_serial.so.0.0.0
libtool: link: (cd ".libs" && rm -f "libbx_serial.so.0" && ln -s "libbx_serial.so.0.0.0" "libbx_serial.so.0")
libtool: link: (cd ".libs" && rm -f "libbx_serial.so" && ln -s "libbx_serial.so.0.0.0" "libbx_serial.so")
libtool: link: ar cr .libs/libbx_serial.a  serial.o serial_raw.o
libtool: link: ranlib .libs/libbx_serial.a
libtool: link: ( cd ".libs" && rm -f "libbx_serial.la" && ln -s "../libbx_serial.la" "libbx_serial.la" )
/usr/bin/bash ../libtool --mode=compile --tag CXX g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread    parallel.cc -o parallel.lo
libtool: compile:  g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread parallel.cc  -fPIC -DPIC -o .libs/parallel.o
libtool: compile:  g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread parallel.cc -o parallel.o >/dev/null 2>&1
/usr/bin/bash ../libtool --mode=link --tag CXX g++ -module parallel.lo -o libbx_parallel.la -rpath /opt/pkg/lib
libtool: link: g++ -shared  -fPIC -DPIC  .libs/parallel.o      -Wl,-h -Wl,libbx_parallel.so.0 -o .libs/libbx_parallel.so.0.0.0
libtool: link: (cd ".libs" && rm -f "libbx_parallel.so.0" && ln -s "libbx_parallel.so.0.0.0" "libbx_parallel.so.0")
libtool: link: (cd ".libs" && rm -f "libbx_parallel.so" && ln -s "libbx_parallel.so.0.0.0" "libbx_parallel.so")
libtool: link: ar cr .libs/libbx_parallel.a  parallel.o
libtool: link: ranlib .libs/libbx_parallel.a
libtool: link: ( cd ".libs" && rm -f "libbx_parallel.la" && ln -s "../libbx_parallel.la" "libbx_parallel.la" )
/usr/bin/bash ../libtool --mode=compile --tag CXX g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread    floppy.cc -o floppy.lo
libtool: compile:  g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread floppy.cc  -fPIC -DPIC -o .libs/floppy.o
libtool: compile:  g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread floppy.cc -o floppy.o >/dev/null 2>&1
/usr/bin/bash ../libtool --mode=link --tag CXX g++ -module floppy.lo -o libbx_floppy.la -rpath /opt/pkg/lib
libtool: link: g++ -shared  -fPIC -DPIC  .libs/floppy.o      -Wl,-h -Wl,libbx_floppy.so.0 -o .libs/libbx_floppy.so.0.0.0
libtool: link: (cd ".libs" && rm -f "libbx_floppy.so.0" && ln -s "libbx_floppy.so.0.0.0" "libbx_floppy.so.0")
libtool: link: (cd ".libs" && rm -f "libbx_floppy.so" && ln -s "libbx_floppy.so.0.0.0" "libbx_floppy.so")
libtool: link: ar cr .libs/libbx_floppy.a  floppy.o
libtool: link: ranlib .libs/libbx_floppy.a
libtool: link: ( cd ".libs" && rm -f "libbx_floppy.la" && ln -s "../libbx_floppy.la" "libbx_floppy.la" )
/usr/bin/bash ../libtool --mode=compile --tag CXX g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread    keyboard.cc -o keyboard.lo
libtool: compile:  g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread keyboard.cc  -fPIC -DPIC -o .libs/keyboard.o
libtool: compile:  g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread keyboard.cc -o keyboard.o >/dev/null 2>&1
/usr/bin/bash ../libtool --mode=compile --tag CXX g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread    scancodes.cc -o scancodes.lo
libtool: compile:  g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread scancodes.cc  -fPIC -DPIC -o .libs/scancodes.o
libtool: compile:  g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread scancodes.cc -o scancodes.o >/dev/null 2>&1
/usr/bin/bash ../libtool --mode=link --tag CXX g++ -module keyboard.lo scancodes.lo -o libbx_keyboard.la -rpath /opt/pkg/lib
libtool: link: g++ -shared  -fPIC -DPIC  .libs/keyboard.o .libs/scancodes.o      -Wl,-h -Wl,libbx_keyboard.so.0 -o .libs/libbx_keyboard.so.0.0.0
libtool: link: (cd ".libs" && rm -f "libbx_keyboard.so.0" && ln -s "libbx_keyboard.so.0.0.0" "libbx_keyboard.so.0")
libtool: link: (cd ".libs" && rm -f "libbx_keyboard.so" && ln -s "libbx_keyboard.so.0.0.0" "libbx_keyboard.so")
libtool: link: ar cr .libs/libbx_keyboard.a  keyboard.o scancodes.o
libtool: link: ranlib .libs/libbx_keyboard.a
libtool: link: ( cd ".libs" && rm -f "libbx_keyboard.la" && ln -s "../libbx_keyboard.la" "libbx_keyboard.la" )
/usr/bin/bash ../libtool --mode=compile --tag CXX g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread    biosdev.cc -o biosdev.lo
libtool: compile:  g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread biosdev.cc  -fPIC -DPIC -o .libs/biosdev.o
libtool: compile:  g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread biosdev.cc -o biosdev.o >/dev/null 2>&1
/usr/bin/bash ../libtool --mode=link --tag CXX g++ -module biosdev.lo -o libbx_biosdev.la -rpath /opt/pkg/lib
libtool: link: g++ -shared  -fPIC -DPIC  .libs/biosdev.o      -Wl,-h -Wl,libbx_biosdev.so.0 -o .libs/libbx_biosdev.so.0.0.0
libtool: link: (cd ".libs" && rm -f "libbx_biosdev.so.0" && ln -s "libbx_biosdev.so.0.0.0" "libbx_biosdev.so.0")
libtool: link: (cd ".libs" && rm -f "libbx_biosdev.so" && ln -s "libbx_biosdev.so.0.0.0" "libbx_biosdev.so")
libtool: link: ar cr .libs/libbx_biosdev.a  biosdev.o
libtool: link: ranlib .libs/libbx_biosdev.a
libtool: link: ( cd ".libs" && rm -f "libbx_biosdev.la" && ln -s "../libbx_biosdev.la" "libbx_biosdev.la" )
/usr/bin/bash ../libtool --mode=compile --tag CXX g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread    cmos.cc -o cmos.lo
libtool: compile:  g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread cmos.cc  -fPIC -DPIC -o .libs/cmos.o
libtool: compile:  g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread cmos.cc -o cmos.o >/dev/null 2>&1
/usr/bin/bash ../libtool --mode=link --tag CXX g++ -module cmos.lo -o libbx_cmos.la -rpath /opt/pkg/lib
libtool: link: g++ -shared  -fPIC -DPIC  .libs/cmos.o      -Wl,-h -Wl,libbx_cmos.so.0 -o .libs/libbx_cmos.so.0.0.0
libtool: link: (cd ".libs" && rm -f "libbx_cmos.so.0" && ln -s "libbx_cmos.so.0.0.0" "libbx_cmos.so.0")
libtool: link: (cd ".libs" && rm -f "libbx_cmos.so" && ln -s "libbx_cmos.so.0.0.0" "libbx_cmos.so")
libtool: link: ar cr .libs/libbx_cmos.a  cmos.o
libtool: link: ranlib .libs/libbx_cmos.a
libtool: link: ( cd ".libs" && rm -f "libbx_cmos.la" && ln -s "../libbx_cmos.la" "libbx_cmos.la" )
/usr/bin/bash ../libtool --mode=compile --tag CXX g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread    harddrv.cc -o harddrv.lo
libtool: compile:  g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread harddrv.cc  -fPIC -DPIC -o .libs/harddrv.o
libtool: compile:  g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread harddrv.cc -o harddrv.o >/dev/null 2>&1
/usr/bin/bash ../libtool --mode=link --tag CXX g++ -module harddrv.lo -o libbx_harddrv.la -rpath /opt/pkg/lib
libtool: link: g++ -shared  -fPIC -DPIC  .libs/harddrv.o      -Wl,-h -Wl,libbx_harddrv.so.0 -o .libs/libbx_harddrv.so.0.0.0
libtool: link: (cd ".libs" && rm -f "libbx_harddrv.so.0" && ln -s "libbx_harddrv.so.0.0.0" "libbx_harddrv.so.0")
libtool: link: (cd ".libs" && rm -f "libbx_harddrv.so" && ln -s "libbx_harddrv.so.0.0.0" "libbx_harddrv.so")
libtool: link: ar cr .libs/libbx_harddrv.a  harddrv.o
libtool: link: ranlib .libs/libbx_harddrv.a
libtool: link: ( cd ".libs" && rm -f "libbx_harddrv.la" && ln -s "../libbx_harddrv.la" "libbx_harddrv.la" )
/usr/bin/bash ../libtool --mode=compile --tag CXX g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread    dma.cc -o dma.lo
libtool: compile:  g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread dma.cc  -fPIC -DPIC -o .libs/dma.o
libtool: compile:  g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread dma.cc -o dma.o >/dev/null 2>&1
/usr/bin/bash ../libtool --mode=link --tag CXX g++ -module dma.lo -o libbx_dma.la -rpath /opt/pkg/lib
libtool: link: g++ -shared  -fPIC -DPIC  .libs/dma.o      -Wl,-h -Wl,libbx_dma.so.0 -o .libs/libbx_dma.so.0.0.0
libtool: link: (cd ".libs" && rm -f "libbx_dma.so.0" && ln -s "libbx_dma.so.0.0.0" "libbx_dma.so.0")
libtool: link: (cd ".libs" && rm -f "libbx_dma.so" && ln -s "libbx_dma.so.0.0.0" "libbx_dma.so")
libtool: link: ar cr .libs/libbx_dma.a  dma.o
libtool: link: ranlib .libs/libbx_dma.a
libtool: link: ( cd ".libs" && rm -f "libbx_dma.la" && ln -s "../libbx_dma.la" "libbx_dma.la" )
/usr/bin/bash ../libtool --mode=compile --tag CXX g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread    unmapped.cc -o unmapped.lo
libtool: compile:  g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread unmapped.cc  -fPIC -DPIC -o .libs/unmapped.o
libtool: compile:  g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread unmapped.cc -o unmapped.o >/dev/null 2>&1
/usr/bin/bash ../libtool --mode=link --tag CXX g++ -module unmapped.lo -o libbx_unmapped.la -rpath /opt/pkg/lib
libtool: link: g++ -shared  -fPIC -DPIC  .libs/unmapped.o      -Wl,-h -Wl,libbx_unmapped.so.0 -o .libs/libbx_unmapped.so.0.0.0
libtool: link: (cd ".libs" && rm -f "libbx_unmapped.so.0" && ln -s "libbx_unmapped.so.0.0.0" "libbx_unmapped.so.0")
libtool: link: (cd ".libs" && rm -f "libbx_unmapped.so" && ln -s "libbx_unmapped.so.0.0.0" "libbx_unmapped.so")
libtool: link: ar cr .libs/libbx_unmapped.a  unmapped.o
libtool: link: ranlib .libs/libbx_unmapped.a
libtool: link: ( cd ".libs" && rm -f "libbx_unmapped.la" && ln -s "../libbx_unmapped.la" "libbx_unmapped.la" )
/usr/bin/bash ../libtool --mode=compile --tag CXX g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread    extfpuirq.cc -o extfpuirq.lo
libtool: compile:  g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread extfpuirq.cc  -fPIC -DPIC -o .libs/extfpuirq.o
libtool: compile:  g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread extfpuirq.cc -o extfpuirq.o >/dev/null 2>&1
/usr/bin/bash ../libtool --mode=link --tag CXX g++ -module extfpuirq.lo -o libbx_extfpuirq.la -rpath /opt/pkg/lib
libtool: link: g++ -shared  -fPIC -DPIC  .libs/extfpuirq.o      -Wl,-h -Wl,libbx_extfpuirq.so.0 -o .libs/libbx_extfpuirq.so.0.0.0
libtool: link: (cd ".libs" && rm -f "libbx_extfpuirq.so.0" && ln -s "libbx_extfpuirq.so.0.0.0" "libbx_extfpuirq.so.0")
libtool: link: (cd ".libs" && rm -f "libbx_extfpuirq.so" && ln -s "libbx_extfpuirq.so.0.0.0" "libbx_extfpuirq.so")
libtool: link: ar cr .libs/libbx_extfpuirq.a  extfpuirq.o
libtool: link: ranlib .libs/libbx_extfpuirq.a
libtool: link: ( cd ".libs" && rm -f "libbx_extfpuirq.la" && ln -s "../libbx_extfpuirq.la" "libbx_extfpuirq.la" )
/usr/bin/bash ../libtool --mode=compile --tag CXX g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread    speaker.cc -o speaker.lo
libtool: compile:  g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread speaker.cc  -fPIC -DPIC -o .libs/speaker.o
libtool: compile:  g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread speaker.cc -o speaker.o >/dev/null 2>&1
/usr/bin/bash ../libtool --mode=link --tag CXX g++ -module speaker.lo -o libbx_speaker.la -rpath /opt/pkg/lib
libtool: link: g++ -shared  -fPIC -DPIC  .libs/speaker.o      -Wl,-h -Wl,libbx_speaker.so.0 -o .libs/libbx_speaker.so.0.0.0
libtool: link: (cd ".libs" && rm -f "libbx_speaker.so.0" && ln -s "libbx_speaker.so.0.0.0" "libbx_speaker.so.0")
libtool: link: (cd ".libs" && rm -f "libbx_speaker.so" && ln -s "libbx_speaker.so.0.0.0" "libbx_speaker.so")
libtool: link: ar cr .libs/libbx_speaker.a  speaker.o
libtool: link: ranlib .libs/libbx_speaker.a
libtool: link: ( cd ".libs" && rm -f "libbx_speaker.la" && ln -s "../libbx_speaker.la" "libbx_speaker.la" )
/usr/bin/bash ../libtool --mode=compile --tag CXX g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread    ioapic.cc -o ioapic.lo
libtool: compile:  g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread ioapic.cc  -fPIC -DPIC -o .libs/ioapic.o
libtool: compile:  g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread ioapic.cc -o ioapic.o >/dev/null 2>&1
/usr/bin/bash ../libtool --mode=link --tag CXX g++ -module ioapic.lo -o libbx_ioapic.la -rpath /opt/pkg/lib
libtool: link: g++ -shared  -fPIC -DPIC  .libs/ioapic.o      -Wl,-h -Wl,libbx_ioapic.so.0 -o .libs/libbx_ioapic.so.0.0.0
libtool: link: (cd ".libs" && rm -f "libbx_ioapic.so.0" && ln -s "libbx_ioapic.so.0.0.0" "libbx_ioapic.so.0")
libtool: link: (cd ".libs" && rm -f "libbx_ioapic.so" && ln -s "libbx_ioapic.so.0.0.0" "libbx_ioapic.so")
libtool: link: ar cr .libs/libbx_ioapic.a  ioapic.o
libtool: link: ranlib .libs/libbx_ioapic.a
libtool: link: ( cd ".libs" && rm -f "libbx_ioapic.la" && ln -s "../libbx_ioapic.la" "libbx_ioapic.la" )
/usr/bin/bash ../libtool --mode=compile --tag CXX g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread    busmouse.cc -o busmouse.lo
libtool: compile:  g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread busmouse.cc  -fPIC -DPIC -o .libs/busmouse.o
libtool: compile:  g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread busmouse.cc -o busmouse.o >/dev/null 2>&1
/usr/bin/bash ../libtool --mode=link --tag CXX g++ -module busmouse.lo -o libbx_busmouse.la -rpath /opt/pkg/lib
libtool: link: g++ -shared  -fPIC -DPIC  .libs/busmouse.o      -Wl,-h -Wl,libbx_busmouse.so.0 -o .libs/libbx_busmouse.so.0.0.0
libtool: link: (cd ".libs" && rm -f "libbx_busmouse.so.0" && ln -s "libbx_busmouse.so.0.0.0" "libbx_busmouse.so.0")
libtool: link: (cd ".libs" && rm -f "libbx_busmouse.so" && ln -s "libbx_busmouse.so.0.0.0" "libbx_busmouse.so")
libtool: link: ar cr .libs/libbx_busmouse.a  busmouse.o
libtool: link: ranlib .libs/libbx_busmouse.a
libtool: link: ( cd ".libs" && rm -f "libbx_busmouse.la" && ln -s "../libbx_busmouse.la" "libbx_busmouse.la" )
/usr/bin/bash ../libtool --mode=compile --tag CXX g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread    pci.cc -o pci.lo
libtool: compile:  g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread pci.cc  -fPIC -DPIC -o .libs/pci.o
libtool: compile:  g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread pci.cc -o pci.o >/dev/null 2>&1
/usr/bin/bash ../libtool --mode=link --tag CXX g++ -module pci.lo -o libbx_pci.la -rpath /opt/pkg/lib
libtool: link: g++ -shared  -fPIC -DPIC  .libs/pci.o      -Wl,-h -Wl,libbx_pci.so.0 -o .libs/libbx_pci.so.0.0.0
libtool: link: (cd ".libs" && rm -f "libbx_pci.so.0" && ln -s "libbx_pci.so.0.0.0" "libbx_pci.so.0")
libtool: link: (cd ".libs" && rm -f "libbx_pci.so" && ln -s "libbx_pci.so.0.0.0" "libbx_pci.so")
libtool: link: ar cr .libs/libbx_pci.a  pci.o
libtool: link: ranlib .libs/libbx_pci.a
libtool: link: ( cd ".libs" && rm -f "libbx_pci.la" && ln -s "../libbx_pci.la" "libbx_pci.la" )
/usr/bin/bash ../libtool --mode=compile --tag CXX g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread    pci2isa.cc -o pci2isa.lo
libtool: compile:  g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread pci2isa.cc  -fPIC -DPIC -o .libs/pci2isa.o
libtool: compile:  g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread pci2isa.cc -o pci2isa.o >/dev/null 2>&1
/usr/bin/bash ../libtool --mode=link --tag CXX g++ -module pci2isa.lo -o libbx_pci2isa.la -rpath /opt/pkg/lib
libtool: link: g++ -shared  -fPIC -DPIC  .libs/pci2isa.o      -Wl,-h -Wl,libbx_pci2isa.so.0 -o .libs/libbx_pci2isa.so.0.0.0
libtool: link: (cd ".libs" && rm -f "libbx_pci2isa.so.0" && ln -s "libbx_pci2isa.so.0.0.0" "libbx_pci2isa.so.0")
libtool: link: (cd ".libs" && rm -f "libbx_pci2isa.so" && ln -s "libbx_pci2isa.so.0.0.0" "libbx_pci2isa.so")
libtool: link: ar cr .libs/libbx_pci2isa.a  pci2isa.o
libtool: link: ranlib .libs/libbx_pci2isa.a
libtool: link: ( cd ".libs" && rm -f "libbx_pci2isa.la" && ln -s "../libbx_pci2isa.la" "libbx_pci2isa.la" )
/usr/bin/bash ../libtool --mode=compile --tag CXX g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread    pci_ide.cc -o pci_ide.lo
libtool: compile:  g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread pci_ide.cc  -fPIC -DPIC -o .libs/pci_ide.o
libtool: compile:  g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread pci_ide.cc -o pci_ide.o >/dev/null 2>&1
/usr/bin/bash ../libtool --mode=link --tag CXX g++ -module pci_ide.lo -o libbx_pci_ide.la -rpath /opt/pkg/lib
libtool: link: g++ -shared  -fPIC -DPIC  .libs/pci_ide.o      -Wl,-h -Wl,libbx_pci_ide.so.0 -o .libs/libbx_pci_ide.so.0.0.0
libtool: link: (cd ".libs" && rm -f "libbx_pci_ide.so.0" && ln -s "libbx_pci_ide.so.0.0.0" "libbx_pci_ide.so.0")
libtool: link: (cd ".libs" && rm -f "libbx_pci_ide.so" && ln -s "libbx_pci_ide.so.0.0.0" "libbx_pci_ide.so")
libtool: link: ar cr .libs/libbx_pci_ide.a  pci_ide.o
libtool: link: ranlib .libs/libbx_pci_ide.a
libtool: link: ( cd ".libs" && rm -f "libbx_pci_ide.la" && ln -s "../libbx_pci_ide.la" "libbx_pci_ide.la" )
/usr/bin/bash ../libtool --mode=compile --tag CXX g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread    acpi.cc -o acpi.lo
libtool: compile:  g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread acpi.cc  -fPIC -DPIC -o .libs/acpi.o
libtool: compile:  g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread acpi.cc -o acpi.o >/dev/null 2>&1
/usr/bin/bash ../libtool --mode=link --tag CXX g++ -module acpi.lo -o libbx_acpi.la -rpath /opt/pkg/lib
libtool: link: g++ -shared  -fPIC -DPIC  .libs/acpi.o      -Wl,-h -Wl,libbx_acpi.so.0 -o .libs/libbx_acpi.so.0.0.0
libtool: link: (cd ".libs" && rm -f "libbx_acpi.so.0" && ln -s "libbx_acpi.so.0.0.0" "libbx_acpi.so.0")
libtool: link: (cd ".libs" && rm -f "libbx_acpi.so" && ln -s "libbx_acpi.so.0.0.0" "libbx_acpi.so")
libtool: link: ar cr .libs/libbx_acpi.a  acpi.o
libtool: link: ranlib .libs/libbx_acpi.a
libtool: link: ( cd ".libs" && rm -f "libbx_acpi.la" && ln -s "../libbx_acpi.la" "libbx_acpi.la" )
/usr/bin/bash ../libtool --mode=compile --tag CXX g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread    hpet.cc -o hpet.lo
libtool: compile:  g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread hpet.cc  -fPIC -DPIC -o .libs/hpet.o
libtool: compile:  g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread hpet.cc -o hpet.o >/dev/null 2>&1
/usr/bin/bash ../libtool --mode=link --tag CXX g++ -module hpet.lo -o libbx_hpet.la -rpath /opt/pkg/lib
libtool: link: g++ -shared  -fPIC -DPIC  .libs/hpet.o      -Wl,-h -Wl,libbx_hpet.so.0 -o .libs/libbx_hpet.so.0.0.0
libtool: link: (cd ".libs" && rm -f "libbx_hpet.so.0" && ln -s "libbx_hpet.so.0.0.0" "libbx_hpet.so.0")
libtool: link: (cd ".libs" && rm -f "libbx_hpet.so" && ln -s "libbx_hpet.so.0.0.0" "libbx_hpet.so")
libtool: link: ar cr .libs/libbx_hpet.a  hpet.o
libtool: link: ranlib .libs/libbx_hpet.a
libtool: link: ( cd ".libs" && rm -f "libbx_hpet.la" && ln -s "../libbx_hpet.la" "libbx_hpet.la" )
/usr/bin/bash ../libtool --mode=compile --tag CXX g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread    gameport.cc -o gameport.lo
libtool: compile:  g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread gameport.cc  -fPIC -DPIC -o .libs/gameport.o
libtool: compile:  g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread gameport.cc -o gameport.o >/dev/null 2>&1
/usr/bin/bash ../libtool --mode=link --tag CXX g++ -module gameport.lo -o libbx_gameport.la -rpath /opt/pkg/lib
libtool: link: g++ -shared  -fPIC -DPIC  .libs/gameport.o      -Wl,-h -Wl,libbx_gameport.so.0 -o .libs/libbx_gameport.so.0.0.0
libtool: link: (cd ".libs" && rm -f "libbx_gameport.so.0" && ln -s "libbx_gameport.so.0.0.0" "libbx_gameport.so.0")
libtool: link: (cd ".libs" && rm -f "libbx_gameport.so" && ln -s "libbx_gameport.so.0.0.0" "libbx_gameport.so")
libtool: link: ar cr .libs/libbx_gameport.a  gameport.o
libtool: link: ranlib .libs/libbx_gameport.a
libtool: link: ( cd ".libs" && rm -f "libbx_gameport.la" && ln -s "../libbx_gameport.la" "libbx_gameport.la" )
gmake[1]: Leaving directory '/home/pbulk/build/emulators/bochs/work/bochs-2.7/iodev'
echo done
done
cd iodev/display && \
/opt/pkg/bin/gmake plugins
gmake[1]: Entering directory '/home/pbulk/build/emulators/bochs/work/bochs-2.7/iodev/display'
/usr/bin/bash ../../libtool --mode=compile --tag CXX g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread    vga.cc -o vga.lo
libtool: compile:  g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread vga.cc  -fPIC -DPIC -o .libs/vga.o
libtool: compile:  g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread vga.cc -o vga.o >/dev/null 2>&1
/usr/bin/bash ../../libtool --mode=compile --tag CXX g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread    vgacore.cc -o vgacore.lo
libtool: compile:  g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread vgacore.cc  -fPIC -DPIC -o .libs/vgacore.o
libtool: compile:  g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread vgacore.cc -o vgacore.o >/dev/null 2>&1
/usr/bin/bash ../../libtool --mode=compile --tag CXX g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread    ddc.cc -o ddc.lo
libtool: compile:  g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread ddc.cc  -fPIC -DPIC -o .libs/ddc.o
libtool: compile:  g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread ddc.cc -o ddc.o >/dev/null 2>&1
/usr/bin/bash ../../libtool --mode=link --tag CXX g++ -module vga.lo vgacore.lo ddc.lo -o libbx_vga.la -rpath /opt/pkg/lib
libtool: link: g++ -shared  -fPIC -DPIC  .libs/vga.o .libs/vgacore.o .libs/ddc.o      -Wl,-h -Wl,libbx_vga.so.0 -o .libs/libbx_vga.so.0.0.0
libtool: link: (cd ".libs" && rm -f "libbx_vga.so.0" && ln -s "libbx_vga.so.0.0.0" "libbx_vga.so.0")
libtool: link: (cd ".libs" && rm -f "libbx_vga.so" && ln -s "libbx_vga.so.0.0.0" "libbx_vga.so")
libtool: link: ar cr .libs/libbx_vga.a  vga.o vgacore.o ddc.o
libtool: link: ranlib .libs/libbx_vga.a
libtool: link: ( cd ".libs" && rm -f "libbx_vga.la" && ln -s "../libbx_vga.la" "libbx_vga.la" )
/usr/bin/bash ../../libtool --mode=compile --tag CXX g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread    svga_cirrus.cc -o svga_cirrus.lo
libtool: compile:  g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread svga_cirrus.cc  -fPIC -DPIC -o .libs/svga_cirrus.o
libtool: compile:  g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread svga_cirrus.cc -o svga_cirrus.o >/dev/null 2>&1
/usr/bin/bash ../../libtool --mode=link --tag CXX g++ -module svga_cirrus.lo vgacore.lo ddc.lo -o libbx_svga_cirrus.la -rpath /opt/pkg/lib
libtool: link: g++ -shared  -fPIC -DPIC  .libs/svga_cirrus.o .libs/vgacore.o .libs/ddc.o      -Wl,-h -Wl,libbx_svga_cirrus.so.0 -o .libs/libbx_svga_cirrus.so.0.0.0
libtool: link: (cd ".libs" && rm -f "libbx_svga_cirrus.so.0" && ln -s "libbx_svga_cirrus.so.0.0.0" "libbx_svga_cirrus.so.0")
libtool: link: (cd ".libs" && rm -f "libbx_svga_cirrus.so" && ln -s "libbx_svga_cirrus.so.0.0.0" "libbx_svga_cirrus.so")
libtool: link: ar cr .libs/libbx_svga_cirrus.a  svga_cirrus.o vgacore.o ddc.o
libtool: link: ranlib .libs/libbx_svga_cirrus.a
libtool: link: ( cd ".libs" && rm -f "libbx_svga_cirrus.la" && ln -s "../libbx_svga_cirrus.la" "libbx_svga_cirrus.la" )
/usr/bin/bash ../../libtool --mode=compile --tag CXX g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread    voodoo.cc -o voodoo.lo
libtool: compile:  g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread voodoo.cc  -fPIC -DPIC -o .libs/voodoo.o
libtool: compile:  g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread voodoo.cc -o voodoo.o >/dev/null 2>&1
/usr/bin/bash ../../libtool --mode=compile --tag CXX g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread    banshee.cc -o banshee.lo
libtool: compile:  g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread banshee.cc  -fPIC -DPIC -o .libs/banshee.o
libtool: compile:  g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread banshee.cc -o banshee.o >/dev/null 2>&1
/usr/bin/bash ../../libtool --mode=link --tag CXX g++ -module voodoo.lo banshee.lo vgacore.lo ddc.lo -o libbx_voodoo.la -rpath /opt/pkg/lib
libtool: link: g++ -shared  -fPIC -DPIC  .libs/voodoo.o .libs/banshee.o .libs/vgacore.o .libs/ddc.o      -Wl,-h -Wl,libbx_voodoo.so.0 -o .libs/libbx_voodoo.so.0.0.0
libtool: link: (cd ".libs" && rm -f "libbx_voodoo.so.0" && ln -s "libbx_voodoo.so.0.0.0" "libbx_voodoo.so.0")
libtool: link: (cd ".libs" && rm -f "libbx_voodoo.so" && ln -s "libbx_voodoo.so.0.0.0" "libbx_voodoo.so")
libtool: link: ar cr .libs/libbx_voodoo.a  voodoo.o banshee.o vgacore.o ddc.o
libtool: link: ranlib .libs/libbx_voodoo.a
libtool: link: ( cd ".libs" && rm -f "libbx_voodoo.la" && ln -s "../libbx_voodoo.la" "libbx_voodoo.la" )
gmake[1]: Leaving directory '/home/pbulk/build/emulators/bochs/work/bochs-2.7/iodev/display'
echo done
done
cd iodev/hdimage && \
/opt/pkg/bin/gmake plugins
gmake[1]: Entering directory '/home/pbulk/build/emulators/bochs/work/bochs-2.7/iodev/hdimage'
/usr/bin/bash ../../libtool --mode=compile --tag CXX g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread    vbox.cc -o vbox.lo
libtool: compile:  g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread vbox.cc  -fPIC -DPIC -o .libs/vbox.o
libtool: compile:  g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread vbox.cc -o vbox.o >/dev/null 2>&1
/usr/bin/bash ../../libtool --mode=link --tag CXX g++ -module vbox.lo -o libbx_vbox_img.la -rpath /opt/pkg/lib
libtool: link: g++ -shared  -fPIC -DPIC  .libs/vbox.o      -Wl,-h -Wl,libbx_vbox_img.so.0 -o .libs/libbx_vbox_img.so.0.0.0
libtool: link: (cd ".libs" && rm -f "libbx_vbox_img.so.0" && ln -s "libbx_vbox_img.so.0.0.0" "libbx_vbox_img.so.0")
libtool: link: (cd ".libs" && rm -f "libbx_vbox_img.so" && ln -s "libbx_vbox_img.so.0.0.0" "libbx_vbox_img.so")
libtool: link: ar cr .libs/libbx_vbox_img.a  vbox.o
libtool: link: ranlib .libs/libbx_vbox_img.a
libtool: link: ( cd ".libs" && rm -f "libbx_vbox_img.la" && ln -s "../libbx_vbox_img.la" "libbx_vbox_img.la" )
/usr/bin/bash ../../libtool --mode=compile --tag CXX g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread    vmware3.cc -o vmware3.lo
libtool: compile:  g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread vmware3.cc  -fPIC -DPIC -o .libs/vmware3.o
libtool: compile:  g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread vmware3.cc -o vmware3.o >/dev/null 2>&1
/usr/bin/bash ../../libtool --mode=link --tag CXX g++ -module vmware3.lo -o libbx_vmware3_img.la -rpath /opt/pkg/lib
libtool: link: g++ -shared  -fPIC -DPIC  .libs/vmware3.o      -Wl,-h -Wl,libbx_vmware3_img.so.0 -o .libs/libbx_vmware3_img.so.0.0.0
libtool: link: (cd ".libs" && rm -f "libbx_vmware3_img.so.0" && ln -s "libbx_vmware3_img.so.0.0.0" "libbx_vmware3_img.so.0")
libtool: link: (cd ".libs" && rm -f "libbx_vmware3_img.so" && ln -s "libbx_vmware3_img.so.0.0.0" "libbx_vmware3_img.so")
libtool: link: ar cr .libs/libbx_vmware3_img.a  vmware3.o
libtool: link: ranlib .libs/libbx_vmware3_img.a
libtool: link: ( cd ".libs" && rm -f "libbx_vmware3_img.la" && ln -s "../libbx_vmware3_img.la" "libbx_vmware3_img.la" )
/usr/bin/bash ../../libtool --mode=compile --tag CXX g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread    vmware4.cc -o vmware4.lo
libtool: compile:  g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread vmware4.cc  -fPIC -DPIC -o .libs/vmware4.o
libtool: compile:  g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread vmware4.cc -o vmware4.o >/dev/null 2>&1
/usr/bin/bash ../../libtool --mode=link --tag CXX g++ -module vmware4.lo -o libbx_vmware4_img.la -rpath /opt/pkg/lib
libtool: link: g++ -shared  -fPIC -DPIC  .libs/vmware4.o      -Wl,-h -Wl,libbx_vmware4_img.so.0 -o .libs/libbx_vmware4_img.so.0.0.0
libtool: link: (cd ".libs" && rm -f "libbx_vmware4_img.so.0" && ln -s "libbx_vmware4_img.so.0.0.0" "libbx_vmware4_img.so.0")
libtool: link: (cd ".libs" && rm -f "libbx_vmware4_img.so" && ln -s "libbx_vmware4_img.so.0.0.0" "libbx_vmware4_img.so")
libtool: link: ar cr .libs/libbx_vmware4_img.a  vmware4.o
libtool: link: ranlib .libs/libbx_vmware4_img.a
libtool: link: ( cd ".libs" && rm -f "libbx_vmware4_img.la" && ln -s "../libbx_vmware4_img.la" "libbx_vmware4_img.la" )
/usr/bin/bash ../../libtool --mode=compile --tag CXX g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread    vpc.cc -o vpc.lo
libtool: compile:  g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread vpc.cc  -fPIC -DPIC -o .libs/vpc.o
libtool: compile:  g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread vpc.cc -o vpc.o >/dev/null 2>&1
/usr/bin/bash ../../libtool --mode=link --tag CXX g++ -module vpc.lo -o libbx_vpc_img.la -rpath /opt/pkg/lib
libtool: link: g++ -shared  -fPIC -DPIC  .libs/vpc.o      -Wl,-h -Wl,libbx_vpc_img.so.0 -o .libs/libbx_vpc_img.so.0.0.0
libtool: link: (cd ".libs" && rm -f "libbx_vpc_img.so.0" && ln -s "libbx_vpc_img.so.0.0.0" "libbx_vpc_img.so.0")
libtool: link: (cd ".libs" && rm -f "libbx_vpc_img.so" && ln -s "libbx_vpc_img.so.0.0.0" "libbx_vpc_img.so")
libtool: link: ar cr .libs/libbx_vpc_img.a  vpc.o
libtool: link: ranlib .libs/libbx_vpc_img.a
libtool: link: ( cd ".libs" && rm -f "libbx_vpc_img.la" && ln -s "../libbx_vpc_img.la" "libbx_vpc_img.la" )
/usr/bin/bash ../../libtool --mode=compile --tag CXX g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread    vvfat.cc -o vvfat.lo
libtool: compile:  g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread vvfat.cc  -fPIC -DPIC -o .libs/vvfat.o
libtool: compile:  g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread vvfat.cc -o vvfat.o >/dev/null 2>&1
/usr/bin/bash ../../libtool --mode=link --tag CXX g++ -module vvfat.lo -o libbx_vvfat_img.la -rpath /opt/pkg/lib
libtool: link: g++ -shared  -fPIC -DPIC  .libs/vvfat.o      -Wl,-h -Wl,libbx_vvfat_img.so.0 -o .libs/libbx_vvfat_img.so.0.0.0
libtool: link: (cd ".libs" && rm -f "libbx_vvfat_img.so.0" && ln -s "libbx_vvfat_img.so.0.0.0" "libbx_vvfat_img.so.0")
libtool: link: (cd ".libs" && rm -f "libbx_vvfat_img.so" && ln -s "libbx_vvfat_img.so.0.0.0" "libbx_vvfat_img.so")
libtool: link: ar cr .libs/libbx_vvfat_img.a  vvfat.o
libtool: link: ranlib .libs/libbx_vvfat_img.a
libtool: link: ( cd ".libs" && rm -f "libbx_vvfat_img.la" && ln -s "../libbx_vvfat_img.la" "libbx_vvfat_img.la" )
gmake[1]: Leaving directory '/home/pbulk/build/emulators/bochs/work/bochs-2.7/iodev/hdimage'
echo done
done
cd iodev/usb && \
/opt/pkg/bin/gmake plugins
gmake[1]: Entering directory '/home/pbulk/build/emulators/bochs/work/bochs-2.7/iodev/usb'
/usr/bin/bash ../../libtool --mode=compile --tag CXX g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread    usb_uhci.cc -o usb_uhci.lo
libtool: compile:  g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread usb_uhci.cc  -fPIC -DPIC -o .libs/usb_uhci.o
libtool: compile:  g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread usb_uhci.cc -o usb_uhci.o >/dev/null 2>&1
/usr/bin/bash ../../libtool --mode=compile --tag CXX g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread    uhci_core.cc -o uhci_core.lo
libtool: compile:  g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread uhci_core.cc  -fPIC -DPIC -o .libs/uhci_core.o
libtool: compile:  g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread uhci_core.cc -o uhci_core.o >/dev/null 2>&1
/usr/bin/bash ../../libtool --mode=link --tag CXX g++ -module usb_uhci.lo uhci_core.lo -o libbx_usb_uhci.la -rpath /opt/pkg/lib
libtool: link: g++ -shared  -fPIC -DPIC  .libs/usb_uhci.o .libs/uhci_core.o      -Wl,-h -Wl,libbx_usb_uhci.so.0 -o .libs/libbx_usb_uhci.so.0.0.0
libtool: link: (cd ".libs" && rm -f "libbx_usb_uhci.so.0" && ln -s "libbx_usb_uhci.so.0.0.0" "libbx_usb_uhci.so.0")
libtool: link: (cd ".libs" && rm -f "libbx_usb_uhci.so" && ln -s "libbx_usb_uhci.so.0.0.0" "libbx_usb_uhci.so")
libtool: link: ar cr .libs/libbx_usb_uhci.a  usb_uhci.o uhci_core.o
libtool: link: ranlib .libs/libbx_usb_uhci.a
libtool: link: ( cd ".libs" && rm -f "libbx_usb_uhci.la" && ln -s "../libbx_usb_uhci.la" "libbx_usb_uhci.la" )
/usr/bin/bash ../../libtool --mode=compile --tag CXX g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread    usb_ohci.cc -o usb_ohci.lo
libtool: compile:  g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread usb_ohci.cc  -fPIC -DPIC -o .libs/usb_ohci.o
libtool: compile:  g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread usb_ohci.cc -o usb_ohci.o >/dev/null 2>&1
/usr/bin/bash ../../libtool --mode=link --tag CXX g++ -module usb_ohci.lo -o libbx_usb_ohci.la -rpath /opt/pkg/lib
libtool: link: g++ -shared  -fPIC -DPIC  .libs/usb_ohci.o      -Wl,-h -Wl,libbx_usb_ohci.so.0 -o .libs/libbx_usb_ohci.so.0.0.0
libtool: link: (cd ".libs" && rm -f "libbx_usb_ohci.so.0" && ln -s "libbx_usb_ohci.so.0.0.0" "libbx_usb_ohci.so.0")
libtool: link: (cd ".libs" && rm -f "libbx_usb_ohci.so" && ln -s "libbx_usb_ohci.so.0.0.0" "libbx_usb_ohci.so")
libtool: link: ar cr .libs/libbx_usb_ohci.a  usb_ohci.o
libtool: link: ranlib .libs/libbx_usb_ohci.a
libtool: link: ( cd ".libs" && rm -f "libbx_usb_ohci.la" && ln -s "../libbx_usb_ohci.la" "libbx_usb_ohci.la" )
/usr/bin/bash ../../libtool --mode=compile --tag CXX g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread    usb_ehci.cc -o usb_ehci.lo
libtool: compile:  g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread usb_ehci.cc  -fPIC -DPIC -o .libs/usb_ehci.o
libtool: compile:  g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread usb_ehci.cc -o usb_ehci.o >/dev/null 2>&1
/usr/bin/bash ../../libtool --mode=link --tag CXX g++ -module usb_ehci.lo uhci_core.lo -o libbx_usb_ehci.la -rpath /opt/pkg/lib
libtool: link: g++ -shared  -fPIC -DPIC  .libs/usb_ehci.o .libs/uhci_core.o      -Wl,-h -Wl,libbx_usb_ehci.so.0 -o .libs/libbx_usb_ehci.so.0.0.0
libtool: link: (cd ".libs" && rm -f "libbx_usb_ehci.so.0" && ln -s "libbx_usb_ehci.so.0.0.0" "libbx_usb_ehci.so.0")
libtool: link: (cd ".libs" && rm -f "libbx_usb_ehci.so" && ln -s "libbx_usb_ehci.so.0.0.0" "libbx_usb_ehci.so")
libtool: link: ar cr .libs/libbx_usb_ehci.a  usb_ehci.o uhci_core.o
libtool: link: ranlib .libs/libbx_usb_ehci.a
libtool: link: ( cd ".libs" && rm -f "libbx_usb_ehci.la" && ln -s "../libbx_usb_ehci.la" "libbx_usb_ehci.la" )
/usr/bin/bash ../../libtool --mode=compile --tag CXX g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread    usb_xhci.cc -o usb_xhci.lo
libtool: compile:  g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread usb_xhci.cc  -fPIC -DPIC -o .libs/usb_xhci.o
libtool: compile:  g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread usb_xhci.cc -o usb_xhci.o >/dev/null 2>&1
/usr/bin/bash ../../libtool --mode=link --tag CXX g++ -module usb_xhci.lo -o libbx_usb_xhci.la -rpath /opt/pkg/lib
libtool: link: g++ -shared  -fPIC -DPIC  .libs/usb_xhci.o      -Wl,-h -Wl,libbx_usb_xhci.so.0 -o .libs/libbx_usb_xhci.so.0.0.0
libtool: link: (cd ".libs" && rm -f "libbx_usb_xhci.so.0" && ln -s "libbx_usb_xhci.so.0.0.0" "libbx_usb_xhci.so.0")
libtool: link: (cd ".libs" && rm -f "libbx_usb_xhci.so" && ln -s "libbx_usb_xhci.so.0.0.0" "libbx_usb_xhci.so")
libtool: link: ar cr .libs/libbx_usb_xhci.a  usb_xhci.o
libtool: link: ranlib .libs/libbx_usb_xhci.a
libtool: link: ( cd ".libs" && rm -f "libbx_usb_xhci.la" && ln -s "../libbx_usb_xhci.la" "libbx_usb_xhci.la" )
/usr/bin/bash ../../libtool --mode=compile --tag CXX g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread    usb_hid.cc -o usb_hid.lo
libtool: compile:  g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread usb_hid.cc  -fPIC -DPIC -o .libs/usb_hid.o
libtool: compile:  g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread usb_hid.cc -o usb_hid.o >/dev/null 2>&1
/usr/bin/bash ../../libtool --mode=link --tag CXX g++ -module usb_hid.lo -o libbx_usb_hid.la -rpath /opt/pkg/lib
libtool: link: g++ -shared  -fPIC -DPIC  .libs/usb_hid.o      -Wl,-h -Wl,libbx_usb_hid.so.0 -o .libs/libbx_usb_hid.so.0.0.0
libtool: link: (cd ".libs" && rm -f "libbx_usb_hid.so.0" && ln -s "libbx_usb_hid.so.0.0.0" "libbx_usb_hid.so.0")
libtool: link: (cd ".libs" && rm -f "libbx_usb_hid.so" && ln -s "libbx_usb_hid.so.0.0.0" "libbx_usb_hid.so")
libtool: link: ar cr .libs/libbx_usb_hid.a  usb_hid.o
libtool: link: ranlib .libs/libbx_usb_hid.a
libtool: link: ( cd ".libs" && rm -f "libbx_usb_hid.la" && ln -s "../libbx_usb_hid.la" "libbx_usb_hid.la" )
/usr/bin/bash ../../libtool --mode=compile --tag CXX g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread    usb_hub.cc -o usb_hub.lo
libtool: compile:  g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread usb_hub.cc  -fPIC -DPIC -o .libs/usb_hub.o
libtool: compile:  g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread usb_hub.cc -o usb_hub.o >/dev/null 2>&1
/usr/bin/bash ../../libtool --mode=link --tag CXX g++ -module usb_hub.lo -o libbx_usb_hub.la -rpath /opt/pkg/lib
libtool: link: g++ -shared  -fPIC -DPIC  .libs/usb_hub.o      -Wl,-h -Wl,libbx_usb_hub.so.0 -o .libs/libbx_usb_hub.so.0.0.0
libtool: link: (cd ".libs" && rm -f "libbx_usb_hub.so.0" && ln -s "libbx_usb_hub.so.0.0.0" "libbx_usb_hub.so.0")
libtool: link: (cd ".libs" && rm -f "libbx_usb_hub.so" && ln -s "libbx_usb_hub.so.0.0.0" "libbx_usb_hub.so")
libtool: link: ar cr .libs/libbx_usb_hub.a  usb_hub.o
libtool: link: ranlib .libs/libbx_usb_hub.a
libtool: link: ( cd ".libs" && rm -f "libbx_usb_hub.la" && ln -s "../libbx_usb_hub.la" "libbx_usb_hub.la" )
/usr/bin/bash ../../libtool --mode=compile --tag CXX g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread    usb_msd.cc -o usb_msd.lo
libtool: compile:  g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread usb_msd.cc  -fPIC -DPIC -o .libs/usb_msd.o
libtool: compile:  g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread usb_msd.cc -o usb_msd.o >/dev/null 2>&1
/usr/bin/bash ../../libtool --mode=compile --tag CXX g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread    scsi_device.cc -o scsi_device.lo
libtool: compile:  g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread scsi_device.cc  -fPIC -DPIC -o .libs/scsi_device.o
libtool: compile:  g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread scsi_device.cc -o scsi_device.o >/dev/null 2>&1
/usr/bin/bash ../../libtool --mode=link --tag CXX g++ -module usb_msd.lo scsi_device.lo -o libbx_usb_msd.la -rpath /opt/pkg/lib
libtool: link: g++ -shared  -fPIC -DPIC  .libs/usb_msd.o .libs/scsi_device.o      -Wl,-h -Wl,libbx_usb_msd.so.0 -o .libs/libbx_usb_msd.so.0.0.0
libtool: link: (cd ".libs" && rm -f "libbx_usb_msd.so.0" && ln -s "libbx_usb_msd.so.0.0.0" "libbx_usb_msd.so.0")
libtool: link: (cd ".libs" && rm -f "libbx_usb_msd.so" && ln -s "libbx_usb_msd.so.0.0.0" "libbx_usb_msd.so")
libtool: link: ar cr .libs/libbx_usb_msd.a  usb_msd.o scsi_device.o
libtool: link: ranlib .libs/libbx_usb_msd.a
libtool: link: ( cd ".libs" && rm -f "libbx_usb_msd.la" && ln -s "../libbx_usb_msd.la" "libbx_usb_msd.la" )
/usr/bin/bash ../../libtool --mode=compile --tag CXX g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread    usb_printer.cc -o usb_printer.lo
libtool: compile:  g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread usb_printer.cc  -fPIC -DPIC -o .libs/usb_printer.o
libtool: compile:  g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread usb_printer.cc -o usb_printer.o >/dev/null 2>&1
/usr/bin/bash ../../libtool --mode=link --tag CXX g++ -module usb_printer.lo -o libbx_usb_printer.la -rpath /opt/pkg/lib
libtool: link: g++ -shared  -fPIC -DPIC  .libs/usb_printer.o      -Wl,-h -Wl,libbx_usb_printer.so.0 -o .libs/libbx_usb_printer.so.0.0.0
libtool: link: (cd ".libs" && rm -f "libbx_usb_printer.so.0" && ln -s "libbx_usb_printer.so.0.0.0" "libbx_usb_printer.so.0")
libtool: link: (cd ".libs" && rm -f "libbx_usb_printer.so" && ln -s "libbx_usb_printer.so.0.0.0" "libbx_usb_printer.so")
libtool: link: ar cr .libs/libbx_usb_printer.a  usb_printer.o
libtool: link: ranlib .libs/libbx_usb_printer.a
libtool: link: ( cd ".libs" && rm -f "libbx_usb_printer.la" && ln -s "../libbx_usb_printer.la" "libbx_usb_printer.la" )
/usr/bin/bash ../../libtool --mode=compile --tag CXX g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread    usb_floppy.cc -o usb_floppy.lo
libtool: compile:  g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread usb_floppy.cc  -fPIC -DPIC -o .libs/usb_floppy.o
libtool: compile:  g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread usb_floppy.cc -o usb_floppy.o >/dev/null 2>&1
/usr/bin/bash ../../libtool --mode=link --tag CXX g++ -module usb_floppy.lo -o libbx_usb_floppy.la -rpath /opt/pkg/lib
libtool: link: g++ -shared  -fPIC -DPIC  .libs/usb_floppy.o      -Wl,-h -Wl,libbx_usb_floppy.so.0 -o .libs/libbx_usb_floppy.so.0.0.0
libtool: link: (cd ".libs" && rm -f "libbx_usb_floppy.so.0" && ln -s "libbx_usb_floppy.so.0.0.0" "libbx_usb_floppy.so.0")
libtool: link: (cd ".libs" && rm -f "libbx_usb_floppy.so" && ln -s "libbx_usb_floppy.so.0.0.0" "libbx_usb_floppy.so")
libtool: link: ar cr .libs/libbx_usb_floppy.a  usb_floppy.o
libtool: link: ranlib .libs/libbx_usb_floppy.a
libtool: link: ( cd ".libs" && rm -f "libbx_usb_floppy.la" && ln -s "../libbx_usb_floppy.la" "libbx_usb_floppy.la" )
gmake[1]: Leaving directory '/home/pbulk/build/emulators/bochs/work/bochs-2.7/iodev/usb'
echo done
done
cd iodev/network && \
/opt/pkg/bin/gmake plugins
gmake[1]: Entering directory '/home/pbulk/build/emulators/bochs/work/bochs-2.7/iodev/network'
/usr/bin/bash ../../libtool --mode=compile --tag CXX g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread    ne2k.cc -o ne2k.lo
libtool: compile:  g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread ne2k.cc  -fPIC -DPIC -o .libs/ne2k.o
libtool: compile:  g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread ne2k.cc -o ne2k.o >/dev/null 2>&1
/usr/bin/bash ../../libtool --mode=link --tag CXX g++ -module ne2k.lo -o libbx_ne2k.la -rpath /opt/pkg/lib
libtool: link: g++ -shared  -fPIC -DPIC  .libs/ne2k.o      -Wl,-h -Wl,libbx_ne2k.so.0 -o .libs/libbx_ne2k.so.0.0.0
libtool: link: (cd ".libs" && rm -f "libbx_ne2k.so.0" && ln -s "libbx_ne2k.so.0.0.0" "libbx_ne2k.so.0")
libtool: link: (cd ".libs" && rm -f "libbx_ne2k.so" && ln -s "libbx_ne2k.so.0.0.0" "libbx_ne2k.so")
libtool: link: ar cr .libs/libbx_ne2k.a  ne2k.o
libtool: link: ranlib .libs/libbx_ne2k.a
libtool: link: ( cd ".libs" && rm -f "libbx_ne2k.la" && ln -s "../libbx_ne2k.la" "libbx_ne2k.la" )
/usr/bin/bash ../../libtool --mode=compile --tag CXX g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread    pcipnic.cc -o pcipnic.lo
libtool: compile:  g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread pcipnic.cc  -fPIC -DPIC -o .libs/pcipnic.o
libtool: compile:  g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread pcipnic.cc -o pcipnic.o >/dev/null 2>&1
/usr/bin/bash ../../libtool --mode=link --tag CXX g++ -module pcipnic.lo -o libbx_pcipnic.la -rpath /opt/pkg/lib
libtool: link: g++ -shared  -fPIC -DPIC  .libs/pcipnic.o      -Wl,-h -Wl,libbx_pcipnic.so.0 -o .libs/libbx_pcipnic.so.0.0.0
libtool: link: (cd ".libs" && rm -f "libbx_pcipnic.so.0" && ln -s "libbx_pcipnic.so.0.0.0" "libbx_pcipnic.so.0")
libtool: link: (cd ".libs" && rm -f "libbx_pcipnic.so" && ln -s "libbx_pcipnic.so.0.0.0" "libbx_pcipnic.so")
libtool: link: ar cr .libs/libbx_pcipnic.a  pcipnic.o
libtool: link: ranlib .libs/libbx_pcipnic.a
libtool: link: ( cd ".libs" && rm -f "libbx_pcipnic.la" && ln -s "../libbx_pcipnic.la" "libbx_pcipnic.la" )
/usr/bin/bash ../../libtool --mode=compile --tag CXX g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread    eth_null.cc -o eth_null.lo
libtool: compile:  g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread eth_null.cc  -fPIC -DPIC -o .libs/eth_null.o
libtool: compile:  g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread eth_null.cc -o eth_null.o >/dev/null 2>&1
/usr/bin/bash ../../libtool --mode=link --tag CXX g++ -module eth_null.lo -o libbx_eth_null.la -rpath /opt/pkg/lib
libtool: link: g++ -shared  -fPIC -DPIC  .libs/eth_null.o      -Wl,-h -Wl,libbx_eth_null.so.0 -o .libs/libbx_eth_null.so.0.0.0
libtool: link: (cd ".libs" && rm -f "libbx_eth_null.so.0" && ln -s "libbx_eth_null.so.0.0.0" "libbx_eth_null.so.0")
libtool: link: (cd ".libs" && rm -f "libbx_eth_null.so" && ln -s "libbx_eth_null.so.0.0.0" "libbx_eth_null.so")
libtool: link: ar cr .libs/libbx_eth_null.a  eth_null.o
libtool: link: ranlib .libs/libbx_eth_null.a
libtool: link: ( cd ".libs" && rm -f "libbx_eth_null.la" && ln -s "../libbx_eth_null.la" "libbx_eth_null.la" )
/usr/bin/bash ../../libtool --mode=compile --tag CXX g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread    eth_vnet.cc -o eth_vnet.lo
libtool: compile:  g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread eth_vnet.cc  -fPIC -DPIC -o .libs/eth_vnet.o
libtool: compile:  g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread eth_vnet.cc -o eth_vnet.o >/dev/null 2>&1
/usr/bin/bash ../../libtool --mode=compile --tag CXX g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread    netutil.cc -o netutil.lo
libtool: compile:  g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread netutil.cc  -fPIC -DPIC -o .libs/netutil.o
libtool: compile:  g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread netutil.cc -o netutil.o >/dev/null 2>&1
/usr/bin/bash ../../libtool --mode=link --tag CXX g++ -module eth_vnet.lo netutil.lo -o libbx_eth_vnet.la -rpath /opt/pkg/lib
libtool: link: g++ -shared  -fPIC -DPIC  .libs/eth_vnet.o .libs/netutil.o      -Wl,-h -Wl,libbx_eth_vnet.so.0 -o .libs/libbx_eth_vnet.so.0.0.0
libtool: link: (cd ".libs" && rm -f "libbx_eth_vnet.so.0" && ln -s "libbx_eth_vnet.so.0.0.0" "libbx_eth_vnet.so.0")
libtool: link: (cd ".libs" && rm -f "libbx_eth_vnet.so" && ln -s "libbx_eth_vnet.so.0.0.0" "libbx_eth_vnet.so")
libtool: link: ar cr .libs/libbx_eth_vnet.a  eth_vnet.o netutil.o
libtool: link: ranlib .libs/libbx_eth_vnet.a
libtool: link: ( cd ".libs" && rm -f "libbx_eth_vnet.la" && ln -s "../libbx_eth_vnet.la" "libbx_eth_vnet.la" )
/usr/bin/bash ../../libtool --mode=compile --tag CXX g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread    eth_slirp.cc -o eth_slirp.lo
libtool: compile:  g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread eth_slirp.cc  -fPIC -DPIC -o .libs/eth_slirp.o
libtool: compile:  g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread eth_slirp.cc -o eth_slirp.o >/dev/null 2>&1
/usr/bin/bash ../../libtool --mode=compile --tag CXX g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread    slirp/arp_table.cc -o slirp/arp_table.lo
libtool: compile:  g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread slirp/arp_table.cc  -fPIC -DPIC -o slirp/.libs/arp_table.o
libtool: compile:  g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread slirp/arp_table.cc -o slirp/arp_table.o >/dev/null 2>&1
/usr/bin/bash ../../libtool --mode=compile --tag CXX g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread    slirp/bootp.cc -o slirp/bootp.lo
libtool: compile:  g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread slirp/bootp.cc  -fPIC -DPIC -o slirp/.libs/bootp.o
libtool: compile:  g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread slirp/bootp.cc -o slirp/bootp.o >/dev/null 2>&1
/usr/bin/bash ../../libtool --mode=compile --tag CXX g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread    slirp/cksum.cc -o slirp/cksum.lo
libtool: compile:  g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread slirp/cksum.cc  -fPIC -DPIC -o slirp/.libs/cksum.o
libtool: compile:  g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread slirp/cksum.cc -o slirp/cksum.o >/dev/null 2>&1
/usr/bin/bash ../../libtool --mode=compile --tag CXX g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread    slirp/compat.cc -o slirp/compat.lo
libtool: compile:  g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread slirp/compat.cc  -fPIC -DPIC -o slirp/.libs/compat.o
libtool: compile:  g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread slirp/compat.cc -o slirp/compat.o >/dev/null 2>&1
/usr/bin/bash ../../libtool --mode=compile --tag CXX g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread    slirp/dnssearch.cc -o slirp/dnssearch.lo
libtool: compile:  g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread slirp/dnssearch.cc  -fPIC -DPIC -o slirp/.libs/dnssearch.o
libtool: compile:  g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread slirp/dnssearch.cc -o slirp/dnssearch.o >/dev/null 2>&1
/usr/bin/bash ../../libtool --mode=compile --tag CXX g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread    slirp/if.cc -o slirp/if.lo
libtool: compile:  g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread slirp/if.cc  -fPIC -DPIC -o slirp/.libs/if.o
libtool: compile:  g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread slirp/if.cc -o slirp/if.o >/dev/null 2>&1
/usr/bin/bash ../../libtool --mode=compile --tag CXX g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread    slirp/ip_icmp.cc -o slirp/ip_icmp.lo
libtool: compile:  g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread slirp/ip_icmp.cc  -fPIC -DPIC -o slirp/.libs/ip_icmp.o
libtool: compile:  g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread slirp/ip_icmp.cc -o slirp/ip_icmp.o >/dev/null 2>&1
/usr/bin/bash ../../libtool --mode=compile --tag CXX g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread    slirp/ip_input.cc -o slirp/ip_input.lo
libtool: compile:  g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread slirp/ip_input.cc  -fPIC -DPIC -o slirp/.libs/ip_input.o
libtool: compile:  g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread slirp/ip_input.cc -o slirp/ip_input.o >/dev/null 2>&1
/usr/bin/bash ../../libtool --mode=compile --tag CXX g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread    slirp/ip_output.cc -o slirp/ip_output.lo
libtool: compile:  g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread slirp/ip_output.cc  -fPIC -DPIC -o slirp/.libs/ip_output.o
libtool: compile:  g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread slirp/ip_output.cc -o slirp/ip_output.o >/dev/null 2>&1
/usr/bin/bash ../../libtool --mode=compile --tag CXX g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread    slirp/mbuf.cc -o slirp/mbuf.lo
libtool: compile:  g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread slirp/mbuf.cc  -fPIC -DPIC -o slirp/.libs/mbuf.o
libtool: compile:  g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread slirp/mbuf.cc -o slirp/mbuf.o >/dev/null 2>&1
/usr/bin/bash ../../libtool --mode=compile --tag CXX g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread    slirp/misc.cc -o slirp/misc.lo
libtool: compile:  g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread slirp/misc.cc  -fPIC -DPIC -o slirp/.libs/misc.o
libtool: compile:  g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread slirp/misc.cc -o slirp/misc.o >/dev/null 2>&1
/usr/bin/bash ../../libtool --mode=compile --tag CXX g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread    slirp/sbuf.cc -o slirp/sbuf.lo
libtool: compile:  g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread slirp/sbuf.cc  -fPIC -DPIC -o slirp/.libs/sbuf.o
libtool: compile:  g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread slirp/sbuf.cc -o slirp/sbuf.o >/dev/null 2>&1
/usr/bin/bash ../../libtool --mode=compile --tag CXX g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread    slirp/slirp.cc -o slirp/slirp.lo
libtool: compile:  g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread slirp/slirp.cc  -fPIC -DPIC -o slirp/.libs/slirp.o
libtool: compile:  g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread slirp/slirp.cc -o slirp/slirp.o >/dev/null 2>&1
/usr/bin/bash ../../libtool --mode=compile --tag CXX g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread    slirp/socket.cc -o slirp/socket.lo
libtool: compile:  g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread slirp/socket.cc  -fPIC -DPIC -o slirp/.libs/socket.o
libtool: compile:  g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread slirp/socket.cc -o slirp/socket.o >/dev/null 2>&1
/usr/bin/bash ../../libtool --mode=compile --tag CXX g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread    slirp/tcp_input.cc -o slirp/tcp_input.lo
libtool: compile:  g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread slirp/tcp_input.cc  -fPIC -DPIC -o slirp/.libs/tcp_input.o
libtool: compile:  g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread slirp/tcp_input.cc -o slirp/tcp_input.o >/dev/null 2>&1
/usr/bin/bash ../../libtool --mode=compile --tag CXX g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread    slirp/tcp_output.cc -o slirp/tcp_output.lo
libtool: compile:  g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread slirp/tcp_output.cc  -fPIC -DPIC -o slirp/.libs/tcp_output.o
libtool: compile:  g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread slirp/tcp_output.cc -o slirp/tcp_output.o >/dev/null 2>&1
/usr/bin/bash ../../libtool --mode=compile --tag CXX g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread    slirp/tcp_subr.cc -o slirp/tcp_subr.lo
libtool: compile:  g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread slirp/tcp_subr.cc  -fPIC -DPIC -o slirp/.libs/tcp_subr.o
libtool: compile:  g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread slirp/tcp_subr.cc -o slirp/tcp_subr.o >/dev/null 2>&1
/usr/bin/bash ../../libtool --mode=compile --tag CXX g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread    slirp/tcp_timer.cc -o slirp/tcp_timer.lo
libtool: compile:  g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread slirp/tcp_timer.cc  -fPIC -DPIC -o slirp/.libs/tcp_timer.o
libtool: compile:  g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread slirp/tcp_timer.cc -o slirp/tcp_timer.o >/dev/null 2>&1
/usr/bin/bash ../../libtool --mode=compile --tag CXX g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread    slirp/tftp.cc -o slirp/tftp.lo
libtool: compile:  g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread slirp/tftp.cc  -fPIC -DPIC -o slirp/.libs/tftp.o
libtool: compile:  g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread slirp/tftp.cc -o slirp/tftp.o >/dev/null 2>&1
/usr/bin/bash ../../libtool --mode=compile --tag CXX g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread    slirp/udp.cc -o slirp/udp.lo
libtool: compile:  g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread slirp/udp.cc  -fPIC -DPIC -o slirp/.libs/udp.o
libtool: compile:  g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread slirp/udp.cc -o slirp/udp.o >/dev/null 2>&1
/usr/bin/bash ../../libtool --mode=link --tag CXX g++ -module eth_slirp.lo slirp/arp_table.lo slirp/bootp.lo slirp/cksum.lo slirp/compat.lo slirp/dnssearch.lo slirp/if.lo slirp/ip_icmp.lo slirp/ip_input.lo slirp/ip_output.lo slirp/mbuf.lo slirp/misc.lo slirp/sbuf.lo slirp/slirp.lo slirp/socket.lo slirp/tcp_input.lo slirp/tcp_output.lo slirp/tcp_subr.lo slirp/tcp_timer.lo slirp/tftp.lo slirp/udp.lo -o libbx_eth_slirp.la -rpath /opt/pkg/lib
libtool: link: g++ -shared  -fPIC -DPIC  .libs/eth_slirp.o slirp/.libs/arp_table.o slirp/.libs/bootp.o slirp/.libs/cksum.o slirp/.libs/compat.o slirp/.libs/dnssearch.o slirp/.libs/if.o slirp/.libs/ip_icmp.o slirp/.libs/ip_input.o slirp/.libs/ip_output.o slirp/.libs/mbuf.o slirp/.libs/misc.o slirp/.libs/sbuf.o slirp/.libs/slirp.o slirp/.libs/socket.o slirp/.libs/tcp_input.o slirp/.libs/tcp_output.o slirp/.libs/tcp_subr.o slirp/.libs/tcp_timer.o slirp/.libs/tftp.o slirp/.libs/udp.o      -Wl,-h -Wl,libbx_eth_slirp.so.0 -o .libs/libbx_eth_slirp.so.0.0.0
libtool: link: (cd ".libs" && rm -f "libbx_eth_slirp.so.0" && ln -s "libbx_eth_slirp.so.0.0.0" "libbx_eth_slirp.so.0")
libtool: link: (cd ".libs" && rm -f "libbx_eth_slirp.so" && ln -s "libbx_eth_slirp.so.0.0.0" "libbx_eth_slirp.so")
libtool: link: ar cr .libs/libbx_eth_slirp.a  eth_slirp.o slirp/arp_table.o slirp/bootp.o slirp/cksum.o slirp/compat.o slirp/dnssearch.o slirp/if.o slirp/ip_icmp.o slirp/ip_input.o slirp/ip_output.o slirp/mbuf.o slirp/misc.o slirp/sbuf.o slirp/slirp.o slirp/socket.o slirp/tcp_input.o slirp/tcp_output.o slirp/tcp_subr.o slirp/tcp_timer.o slirp/tftp.o slirp/udp.o
libtool: link: ranlib .libs/libbx_eth_slirp.a
libtool: link: ( cd ".libs" && rm -f "libbx_eth_slirp.la" && ln -s "../libbx_eth_slirp.la" "libbx_eth_slirp.la" )
/usr/bin/bash ../../libtool --mode=compile --tag CXX g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread    eth_socket.cc -o eth_socket.lo
libtool: compile:  g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread eth_socket.cc  -fPIC -DPIC -o .libs/eth_socket.o
libtool: compile:  g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread eth_socket.cc -o eth_socket.o >/dev/null 2>&1
/usr/bin/bash ../../libtool --mode=link --tag CXX g++ -module eth_socket.lo -o libbx_eth_socket.la -rpath /opt/pkg/lib
libtool: link: g++ -shared  -fPIC -DPIC  .libs/eth_socket.o      -Wl,-h -Wl,libbx_eth_socket.so.0 -o .libs/libbx_eth_socket.so.0.0.0
libtool: link: (cd ".libs" && rm -f "libbx_eth_socket.so.0" && ln -s "libbx_eth_socket.so.0.0.0" "libbx_eth_socket.so.0")
libtool: link: (cd ".libs" && rm -f "libbx_eth_socket.so" && ln -s "libbx_eth_socket.so.0.0.0" "libbx_eth_socket.so")
libtool: link: ar cr .libs/libbx_eth_socket.a  eth_socket.o
libtool: link: ranlib .libs/libbx_eth_socket.a
libtool: link: ( cd ".libs" && rm -f "libbx_eth_socket.la" && ln -s "../libbx_eth_socket.la" "libbx_eth_socket.la" )
/usr/bin/bash ../../libtool --mode=compile --tag CXX g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread    eth_fbsd.cc -o eth_fbsd.lo
libtool: compile:  g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_REENTRANT -pthread eth_fbsd.cc  -fPIC -DPIC -o .libs/eth_fbsd.o
eth_fbsd.cc: In constructor 'bx_fbsd_pktmover_c::bx_fbsd_pktmover_c(const char*, const char*, eth_rx_handler_t, eth_rx_status_t, logfunctions*, const char*)':
eth_fbsd.cc:258:27: error: 'FIONBIO' was not declared in this scope
  258 |   if (ioctl(this->bpf_fd, FIONBIO, &v) < 0) {
      |                           ^~~~~~~
gmake[1]: *** [Makefile:116: eth_fbsd.lo] Error 1
gmake[1]: Leaving directory '/home/pbulk/build/emulators/bochs/work/bochs-2.7/iodev/network'
gmake: *** [Makefile:235: bochs_plugins] Error 2
*** Error code 2

Stop.
bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-upstream-bulktest/emulators/bochs
*** Error code 1

Stop.
bmake: stopped in /data/jenkins/workspace/pkgsrc-upstream-bulktest/emulators/bochs