+ case "${usergroup_phase}" in
+ local run_cmd
+ run_cmd=run_su
+ shift
+ run_su /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/bochs-2.7nb2/work.log
+ su pbulk -c '"$@"' make /usr/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 && \
/bin/make  libiodev.a
make[1]: Entering directory `/home/pbulk/build/emulators/bochs/work/bochs-2.7/iodev'
c++ -c  -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread    devices.cc -o devices.o
c++ -c  -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread    virt_timer.cc -o virt_timer.o
c++ -c  -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -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
a - devices.o
a - virt_timer.o
a - slowdown_timer.o
ranlib libiodev.a
make[1]: Leaving directory `/home/pbulk/build/emulators/bochs/work/bochs-2.7/iodev'
echo done
done
cd iodev/hdimage && \
/bin/make  libhdimage.a
make[1]: Entering directory `/home/pbulk/build/emulators/bochs/work/bochs-2.7/iodev/hdimage'
c++ -c  -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread    hdimage.cc -o hdimage.o
hdimage.cc: In member function 'int redolog_t::create(int, const char*, Bit64u)':
hdimage.cc:1777:55: warning: ignoring return value of 'ssize_t write(int, const void*, size_t)', declared with attribute warn_unused_result [-Wunused-result]
   ::write(fd, &header, dtoh32(header.standard.header));
                                                       ^
hdimage.cc:1781:74: warning: ignoring return value of 'ssize_t write(int, const void*, size_t)', declared with attribute warn_unused_result [-Wunused-result]
   ::write(fd, catalog, dtoh32(header.specific.catalog) * sizeof (Bit32u));
                                                                          ^
hdimage.cc: In member function 'ssize_t redolog_t::write(const void*, size_t)':
hdimage.cc:2026:35: warning: ignoring return value of 'ssize_t write(int, const void*, size_t)', declared with attribute warn_unused_result [-Wunused-result]
       ::write(fd, zerobuffer, 512);
                                   ^
hdimage.cc:2030:35: warning: ignoring return value of 'ssize_t write(int, const void*, size_t)', declared with attribute warn_unused_result [-Wunused-result]
       ::write(fd, zerobuffer, 512);
                                   ^
c++ -c  -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread    cdrom.cc -o cdrom.o
c++ -c  -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -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
a - hdimage.o
a - cdrom.o
a - cdrom_misc.o
ranlib libhdimage.a
make[1]: Leaving directory `/home/pbulk/build/emulators/bochs/work/bochs-2.7/iodev/hdimage'
echo done
done
cd iodev/usb && \
/bin/make  libusb.a
make[1]: Entering directory `/home/pbulk/build/emulators/bochs/work/bochs-2.7/iodev/usb'
c++ -c  -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread    usb_common.cc -o usb_common.o
c++ -c  -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread    usb_pcap.cc -o usb_pcap.o
usb_pcap.cc: In member function 'int pcap_image_t::create_pcap(const char*)':
usb_pcap.cc:96:41: warning: ignoring return value of 'ssize_t write(int, const void*, size_t)', declared with attribute warn_unused_result [-Wunused-result]
   write(fd, &header, sizeof(pcap_hdr_t));
                                         ^
usb_pcap.cc: In member function 'void pcap_image_t::write_packet(void*, int, int, int, int, int, bool, bool)':
usb_pcap.cc:134:50: warning: ignoring return value of 'ssize_t write(int, const void*, size_t)', declared with attribute warn_unused_result [-Wunused-result]
       write(fd, &last_hdr, sizeof(pcaprec_hdr_t));
                                                  ^
usb_pcap.cc:135:60: warning: ignoring return value of 'ssize_t write(int, const void*, size_t)', declared with attribute warn_unused_result [-Wunused-result]
       write(fd, &last_packet, sizeof(struct usbmon_packet));
                                                            ^
usb_pcap.cc:137:27: warning: ignoring return value of 'ssize_t write(int, const void*, size_t)', declared with attribute warn_unused_result [-Wunused-result]
       write(fd, data, len);
                           ^
usb_pcap.cc:185:44: warning: ignoring return value of 'ssize_t write(int, const void*, size_t)', declared with attribute warn_unused_result [-Wunused-result]
   write(fd, &header, sizeof(pcaprec_hdr_t));
                                            ^
usb_pcap.cc:186:52: warning: ignoring return value of 'ssize_t write(int, const void*, size_t)', declared with attribute warn_unused_result [-Wunused-result]
   write(fd, &usb_hdr, sizeof(struct usbmon_packet));
                                                    ^
usb_pcap.cc:188:59: warning: ignoring return value of 'ssize_t write(int, const void*, size_t)', declared with attribute warn_unused_result [-Wunused-result]
     write(fd, data, length - sizeof(struct usbmon_packet));
                                                           ^
rm -f  libusb.a
ar rv libusb.a usb_common.o usb_pcap.o
ar: creating libusb.a
a - usb_common.o
a - usb_pcap.o
ranlib libusb.a
make[1]: Leaving directory `/home/pbulk/build/emulators/bochs/work/bochs-2.7/iodev/usb'
echo done
done
cd iodev/network && \
/bin/make  libnetwork.a
make[1]: Entering directory `/home/pbulk/build/emulators/bochs/work/bochs-2.7/iodev/network'
c++ -c  -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread    netmod.cc -o netmod.o
netmod.cc: In function 'int execute_script(logfunctions*, const char*, char*)':
netmod.cc:235:40: warning: ignoring return value of 'char* getcwd(char*, size_t)', declared with attribute warn_unused_result [-Wunused-result]
       getcwd(filename, BX_PATHNAME_LEN);
                                        ^
rm -f  libnetwork.a
ar rv libnetwork.a netmod.o
ar: creating libnetwork.a
a - netmod.o
ranlib libnetwork.a
make[1]: Leaving directory `/home/pbulk/build/emulators/bochs/work/bochs-2.7/iodev/network'
echo done
done
cd iodev/sound && \
/bin/make  libsound.a
make[1]: Entering directory `/home/pbulk/build/emulators/bochs/work/bochs-2.7/iodev/sound'
c++ -c  -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread    soundmod.cc -o soundmod.o
c++ -c  -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread    soundlow.cc -o soundlow.o
rm -f  libsound.a
ar rv libsound.a soundmod.o soundlow.o
ar: creating libsound.a
a - soundmod.o
a - soundlow.o
ranlib libsound.a
make[1]: Leaving directory `/home/pbulk/build/emulators/bochs/work/bochs-2.7/iodev/sound'
echo done
done
cd cpu && \
/bin/make  libcpu.a
make[1]: Entering directory `/home/pbulk/build/emulators/bochs/work/bochs-2.7/cpu'
c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   init.cc -o init.o
c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   cpu.cc -o cpu.o
c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   event.cc -o event.o
c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   icache.cc -o icache.o
c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   decoder/fetchdecode32.cc -o decoder/fetchdecode32.o
c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   access.cc -o access.o
c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   access2.cc -o access2.o
c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   shift16.cc -o shift16.o
c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   logical16.cc -o logical16.o
c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   ctrl_xfer32.cc -o ctrl_xfer32.o
c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   ctrl_xfer16.cc -o ctrl_xfer16.o
c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   mmx.cc -o mmx.o
c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   3dnow.cc -o 3dnow.o
c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   fpu_emu.cc -o fpu_emu.o
c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   sse.cc -o sse.o
c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   sse_move.cc -o sse_move.o
c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   sse_pfp.cc -o sse_pfp.o
c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   sse_rcp.cc -o sse_rcp.o
c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   sse_string.cc -o sse_string.o
c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   xsave.cc -o xsave.o
c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   aes.cc -o aes.o
c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   gf2.cc -o gf2.o
c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   sha.cc -o sha.o
c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   svm.cc -o svm.o
c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   vmx.cc -o vmx.o
c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   vmcs.cc -o vmcs.o
c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   vmexit.cc -o vmexit.o
c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   vmfunc.cc -o vmfunc.o
c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   soft_int.cc -o soft_int.o
c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   apic.cc -o apic.o
c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   bcd.cc -o bcd.o
c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   mult16.cc -o mult16.o
c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   tasking.cc -o tasking.o
c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   shift32.cc -o shift32.o
c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   shift8.cc -o shift8.o
c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   arith8.cc -o arith8.o
c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   stack.cc -o stack.o
c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   stack16.cc -o stack16.o
c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   protect_ctrl.cc -o protect_ctrl.o
c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   mult8.cc -o mult8.o
c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   load.cc -o load.o
c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   data_xfer8.cc -o data_xfer8.o
c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   vm8086.cc -o vm8086.o
c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   logical8.cc -o logical8.o
c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   logical32.cc -o logical32.o
c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   arith16.cc -o arith16.o
c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   segment_ctrl.cc -o segment_ctrl.o
c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   data_xfer16.cc -o data_xfer16.o
c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   data_xfer32.cc -o data_xfer32.o
c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   exception.cc -o exception.o
c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   cpuid.cc -o cpuid.o
c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   generic_cpuid.cc -o generic_cpuid.o
c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   proc_ctrl.cc -o proc_ctrl.o
c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   mwait.cc -o mwait.o
c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   crregs.cc -o crregs.o
c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   cet.cc -o cet.o
c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   msr.cc -o msr.o
c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   smm.cc -o smm.o
c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   flag_ctrl_pro.cc -o flag_ctrl_pro.o
c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   stack32.cc -o stack32.o
c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   debugstuff.cc -o debugstuff.o
c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   flag_ctrl.cc -o flag_ctrl.o
c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   mult32.cc -o mult32.o
c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   arith32.cc -o arith32.o
c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   jmp_far.cc -o jmp_far.o
c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   call_far.cc -o call_far.o
c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   ret_far.cc -o ret_far.o
c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   iret.cc -o iret.o
c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   ctrl_xfer_pro.cc -o ctrl_xfer_pro.o
c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   segment_ctrl_pro.cc -o segment_ctrl_pro.o
c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   io.cc -o io.o
c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   crc32.cc -o crc32.o
c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   bit.cc -o bit.o
c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   bit16.cc -o bit16.o
c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   bit32.cc -o bit32.o
c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   bmi32.cc -o bmi32.o
c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   string.cc -o string.o
c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   faststring.cc -o faststring.o
c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   paging.cc -o paging.o
c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   rdrand.cc -o rdrand.o
c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   wide_int.cc -o wide_int.o
c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   decoder/disasm.cc -o decoder/disasm.o
c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   arith64.cc -o arith64.o
c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   ctrl_xfer64.cc -o ctrl_xfer64.o
c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   data_xfer64.cc -o data_xfer64.o
c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   decoder/fetchdecode64.cc -o decoder/fetchdecode64.o
c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   logical64.cc -o logical64.o
c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   mult64.cc -o mult64.o
c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   shift64.cc -o shift64.o
c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   bit64.cc -o bit64.o
c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   stack64.cc -o stack64.o
c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   bmi64.cc -o bmi64.o
c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -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
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
make[1]: Leaving directory `/home/pbulk/build/emulators/bochs/work/bochs-2.7/cpu'
echo done
done
cd cpu/avx && \
/bin/make  libavx.a
make[1]: Entering directory `/home/pbulk/build/emulators/bochs/work/bochs-2.7/cpu/avx'
c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   avx.cc -o avx.o
c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   avx_pfp.cc -o avx_pfp.o
c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   avx_cvt.cc -o avx_cvt.o
c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   avx_fma.cc -o avx_fma.o
c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   avx2.cc -o avx2.o
c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   avx512.cc -o avx512.o
c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   avx512_broadcast.cc -o avx512_broadcast.o
c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   avx512_move.cc -o avx512_move.o
c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   avx512_pfp.cc -o avx512_pfp.o
c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   avx512_rcp14.cc -o avx512_rcp14.o
c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   avx512_rsqrt14.cc -o avx512_rsqrt14.o
c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   avx512_cvt.cc -o avx512_cvt.o
c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   avx512_fma.cc -o avx512_fma.o
c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   avx512_mask8.cc -o avx512_mask8.o
c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   avx512_mask16.cc -o avx512_mask16.o
c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   avx512_mask32.cc -o avx512_mask32.o
c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   avx512_mask64.cc -o avx512_mask64.o
c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   avx512_bitalg.cc -o avx512_bitalg.o
c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   vnni.cc -o vnni.o
c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   gather.cc -o gather.o
c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   tbm32.cc -o tbm32.o
c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   tbm64.cc -o tbm64.o
c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -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
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
make[1]: Leaving directory `/home/pbulk/build/emulators/bochs/work/bochs-2.7/cpu/avx'
echo done
done
cd cpu/cpudb && \
/bin/make  libcpudb.a
make[1]: Entering directory `/home/pbulk/build/emulators/bochs/work/bochs-2.7/cpu/cpudb'
c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   intel/pentium.cc -o intel/pentium.o
c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   intel/pentium_mmx.cc -o intel/pentium_mmx.o
c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   intel/p2_klamath.cc -o intel/p2_klamath.o
c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   intel/p3_katmai.cc -o intel/p3_katmai.o
c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   intel/p4_willamette.cc -o intel/p4_willamette.o
c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   intel/p4_prescott_celeron_336.cc -o intel/p4_prescott_celeron_336.o
c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   intel/atom_n270.cc -o intel/atom_n270.o
c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   intel/core_duo_t2400_yonah.cc -o intel/core_duo_t2400_yonah.o
c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   intel/core2_penryn_t9600.cc -o intel/core2_penryn_t9600.o
c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   intel/corei5_lynnfield_750.cc -o intel/corei5_lynnfield_750.o
c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   intel/corei5_arrandale_m520.cc -o intel/corei5_arrandale_m520.o
c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   intel/corei7_sandy_bridge_2600K.cc -o intel/corei7_sandy_bridge_2600K.o
c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   intel/corei7_ivy_bridge_3770K.cc -o intel/corei7_ivy_bridge_3770K.o
c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   intel/corei7_haswell_4770.cc -o intel/corei7_haswell_4770.o
c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   intel/broadwell_ult.cc -o intel/broadwell_ult.o
c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   intel/corei7_skylake-x.cc -o intel/corei7_skylake-x.o
c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   intel/corei3_cnl.cc -o intel/corei3_cnl.o
c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   intel/corei7_icelake-u.cc -o intel/corei7_icelake-u.o
c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   intel/tigerlake.cc -o intel/tigerlake.o
c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   amd/amd_k6_2_chomper.cc -o amd/amd_k6_2_chomper.o
c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   amd/athlon64_clawhammer.cc -o amd/athlon64_clawhammer.o
c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   amd/athlon64_venice.cc -o amd/athlon64_venice.o
c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   amd/turion64_tyler.cc -o amd/turion64_tyler.o
c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   amd/phenomx3_8650_toliman.cc -o amd/phenomx3_8650_toliman.o
c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   amd/trinity_apu.cc -o amd/trinity_apu.o
c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   amd/zambezi.cc -o amd/zambezi.o
c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -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
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
make[1]: Leaving directory `/home/pbulk/build/emulators/bochs/work/bochs-2.7/cpu/cpudb'
echo done
done
cd memory && \
/bin/make  libmemory.a
make[1]: Entering directory `/home/pbulk/build/emulators/bochs/work/bochs-2.7/memory'
c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   memory.cc -o memory.o
c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -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
a - memory.o
a - misc_mem.o
ranlib libmemory.a
make[1]: Leaving directory `/home/pbulk/build/emulators/bochs/work/bochs-2.7/memory'
echo done
done
cd gui && \
/bin/make  libgui.a
make[1]: Entering directory `/home/pbulk/build/emulators/bochs/work/bochs-2.7/gui'
c++ -c  -I.. -I./.. -I../iodev -I./../iodev -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread     keymap.cc -o keymap.o
c++ -c  -I.. -I./.. -I../iodev -I./../iodev -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread     gui.cc -o gui.o
gui.cc: In static member function 'static void bx_gui_c::snapshot_handler()':
gui.cc:605:30: warning: ignoring return value of 'ssize_t write(int, const void*, size_t)', declared with attribute warn_unused_result [-Wunused-result]
     write(fd, bmp_header, 54);
                              ^
gui.cc:607:46: warning: ignoring return value of 'ssize_t write(int, const void*, size_t)', declared with attribute warn_unused_result [-Wunused-result]
       write(fd, BX_GUI_THIS palette, 256 * 4);
                                              ^
gui.cc:639:34: warning: ignoring return value of 'ssize_t write(int, const void*, size_t)', declared with attribute warn_unused_result [-Wunused-result]
       write(fd, row_buffer, rlen);
                                  ^
c++ -c  -I.. -I./.. -I../iodev -I./../iodev -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread     siminterface.cc -o siminterface.o
siminterface.cc: In member function 'virtual bool bx_real_sim_c::restore_bochs_param(bx_list_c*, const char*, const char*)':
siminterface.cc:1259:76: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result [-Wunused-result]
                         fread(dparam->getptr(), 1, dparam->get_size(), fp2);
                                                                            ^
c++ -c  -I.. -I./.. -I../iodev -I./../iodev -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -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
a - keymap.o
a - gui.o
a - siminterface.o
a - paramtree.o
ranlib libgui.a
make[1]: Leaving directory `/home/pbulk/build/emulators/bochs/work/bochs-2.7/gui'
echo done
done
c++ -c -I. -I./. -Iinstrument/stubs -I./instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread     -DBX_PLUGIN_PATH="\"/usr/pkg/lib/bochs/plugins\"" -DBX_SHARE_PATH='"/usr/pkg/share/bochs"' logio.cc -o logio.o
c++ -c -I. -I./. -Iinstrument/stubs -I./instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread     -DBX_PLUGIN_PATH="\"/usr/pkg/lib/bochs/plugins\"" -DBX_SHARE_PATH='"/usr/pkg/share/bochs"' main.cc -o main.o
c++ -c -I. -I./. -Iinstrument/stubs -I./instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread     -DBX_PLUGIN_PATH="\"/usr/pkg/lib/bochs/plugins\"" -DBX_SHARE_PATH='"/usr/pkg/share/bochs"' config.cc -o config.o
c++ -c -I. -I./. -Iinstrument/stubs -I./instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread     -DBX_PLUGIN_PATH="\"/usr/pkg/lib/bochs/plugins\"" -DBX_SHARE_PATH='"/usr/pkg/share/bochs"' pc_system.cc -o pc_system.o
c++ -c -I. -I./. -Iinstrument/stubs -I./instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread     -DBX_PLUGIN_PATH="\"/usr/pkg/lib/bochs/plugins\"" -DBX_SHARE_PATH='"/usr/pkg/share/bochs"' osdep.cc -o osdep.o
c++ -c -I. -I./. -Iinstrument/stubs -I./instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread     -DBX_PLUGIN_PATH="\"/usr/pkg/lib/bochs/plugins\"" -DBX_SHARE_PATH='"/usr/pkg/share/bochs"' plugin.cc -o plugin.o
c++ -c -I. -I./. -Iinstrument/stubs -I./instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread     -DBX_PLUGIN_PATH="\"/usr/pkg/lib/bochs/plugins\"" -DBX_SHARE_PATH='"/usr/pkg/share/bochs"' crc.cc -o crc.o
c++ -c -I. -I./. -Iinstrument/stubs -I./instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread     -DBX_PLUGIN_PATH="\"/usr/pkg/lib/bochs/plugins\"" -DBX_SHARE_PATH='"/usr/pkg/share/bochs"' bxthread.cc -o bxthread.o
cd cpu/fpu && \
/bin/make  libfpu.a
make[1]: Entering directory `/home/pbulk/build/emulators/bochs/work/bochs-2.7/cpu/fpu'
c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   ferr.cc -o ferr.o
c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   fpu.cc -o fpu.o
c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   fpu_arith.cc -o fpu_arith.o
c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   fpu_compare.cc -o fpu_compare.o
c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   fpu_const.cc -o fpu_const.o
c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   fpu_cmov.cc -o fpu_cmov.o
c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   fpu_load_store.cc -o fpu_load_store.o
c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   fpu_misc.cc -o fpu_misc.o
c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   fpu_trans.cc -o fpu_trans.o
c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   fprem.cc -o fprem.o
c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   fsincos.cc -o fsincos.o
c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   f2xm1.cc -o f2xm1.o
c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   fyl2x.cc -o fyl2x.o
c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   fpatan.cc -o fpatan.o
c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   softfloat.cc -o softfloat.o
c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   softfloatx80.cc -o softfloatx80.o
c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   softfloat16.cc -o softfloat16.o
c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   softfloat-muladd.cc -o softfloat-muladd.o
c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   softfloat-specialize.cc -o softfloat-specialize.o
c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread   softfloat-round-pack.cc -o softfloat-round-pack.o
c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -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
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
make[1]: Leaving directory `/home/pbulk/build/emulators/bochs/work/bochs-2.7/cpu/fpu'
echo done
done
cc -c -I. -I./. -Iinstrument/stubs -I./instrument/stubs -pipe -O2 -I/usr/pkg/include -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread     -DBX_PLUGIN_PATH="\"/usr/pkg/lib/bochs/plugins\"" -DBX_SHARE_PATH='"/usr/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]
 #warning dirname could be null
  ^
ltdl.c: In function 'try_dlopen':
ltdl.c:2739:2: warning: #warning dir is still NULL [-Wcpp]
 #warning dir is still NULL
  ^
/bin/bash ./libtool --mode=link --tag CXX c++ -o bochs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread     -DBX_PLUGIN_PATH="\"/usr/pkg/lib/bochs/plugins\"" -DBX_SHARE_PATH='"/usr/pkg/share/bochs"' -Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/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 -ldl
libtool: link: c++ -o bochs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DBX_PLUGIN_PATH=\"/usr/pkg/lib/bochs/plugins\" -DBX_SHARE_PATH=\"/usr/pkg/share/bochs\" -Wl,-zrelro -Wl,-rpath -Wl,/usr/pkg/lib logio.o main.o config.o pc_system.o osdep.o plugin.o crc.o bxthread.o ltdl.o -Wl,--export-dynamic  -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 -lpthread /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 -ldl -pthread -Wl,-rpath -Wl,/home/pbulk/build/emulators/bochs/work/.buildlink/lib -Wl,-rpath -Wl,/home/pbulk/build/emulators/bochs/work/.buildlink/lib
cd gui && \
/bin/make plugins
make[1]: Entering directory `/home/pbulk/build/emulators/bochs/work/bochs-2.7/gui'
/bin/bash ../libtool --mode=compile --tag CXX c++ -c -I.. -I./.. -I../iodev -I./../iodev -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread     x.cc -o x.lo
libtool: compile:  c++ -c -I.. -I./.. -I../iodev -I./../iodev -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread x.cc  -fPIC -DPIC -o .libs/x.o
libtool: compile:  c++ -c -I.. -I./.. -I../iodev -I./../iodev -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread x.cc -o x.o >/dev/null 2>&1
/bin/bash ../libtool --mode=link --tag CXX c++ -module x.lo -o libbx_x_gui.la -rpath /usr/pkg/lib -L/usr/pkg/lib -lXpm -lXrandr 
libtool: link: c++  -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtbeginS.o  .libs/x.o   -Wl,-rpath -Wl,/home/pbulk/build/emulators/bochs/work/.buildlink/lib -Wl,-rpath -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 -lpthread /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 -ldl -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtendS.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crtn.o    -Wl,-soname -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" )
/bin/bash ../libtool --mode=compile --tag CXX c++ -c -I.. -I./.. -I../iodev -I./../iodev -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread     textconfig.cc -o textconfig.lo
libtool: compile:  c++ -c -I.. -I./.. -I../iodev -I./../iodev -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread textconfig.cc  -fPIC -DPIC -o .libs/textconfig.o
libtool: compile:  c++ -c -I.. -I./.. -I../iodev -I./../iodev -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread textconfig.cc -o textconfig.o >/dev/null 2>&1
/bin/bash ../libtool --mode=link --tag CXX c++ -module textconfig.lo -o libbx_textconfig.la -rpath /usr/pkg/lib
libtool: link: c++  -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtbeginS.o  .libs/textconfig.o   -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtendS.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crtn.o    -Wl,-soname -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" )
make[1]: Leaving directory `/home/pbulk/build/emulators/bochs/work/bochs-2.7/gui'
echo done
done
cd iodev && \
/bin/make plugins
make[1]: Entering directory `/home/pbulk/build/emulators/bochs/work/bochs-2.7/iodev'
/bin/bash ../libtool --mode=compile --tag CXX c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread    pic.cc -o pic.lo
libtool: compile:  c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread pic.cc  -fPIC -DPIC -o .libs/pic.o
libtool: compile:  c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread pic.cc -o pic.o >/dev/null 2>&1
/bin/bash ../libtool --mode=link --tag CXX c++ -module pic.lo -o libbx_pic.la -rpath /usr/pkg/lib
libtool: link: c++  -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtbeginS.o  .libs/pic.o   -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtendS.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crtn.o    -Wl,-soname -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" )
/bin/bash ../libtool --mode=compile --tag CXX c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread    pit82c54.cc -o pit82c54.lo
libtool: compile:  c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread pit82c54.cc  -fPIC -DPIC -o .libs/pit82c54.o
libtool: compile:  c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread pit82c54.cc -o pit82c54.o >/dev/null 2>&1
/bin/bash ../libtool --mode=compile --tag CXX c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread    pit.cc -o pit.lo
libtool: compile:  c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread pit.cc  -fPIC -DPIC -o .libs/pit.o
libtool: compile:  c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread pit.cc -o pit.o >/dev/null 2>&1
/bin/bash ../libtool --mode=link --tag CXX c++ -module pit82c54.lo pit.lo -o libbx_pit.la -rpath /usr/pkg/lib
libtool: link: c++  -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtbeginS.o  .libs/pit82c54.o .libs/pit.o   -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtendS.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crtn.o    -Wl,-soname -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" )
/bin/bash ../libtool --mode=compile --tag CXX c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread    serial.cc -o serial.lo
libtool: compile:  c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread serial.cc  -fPIC -DPIC -o .libs/serial.o
serial.cc: In static member function 'static void bx_serial_c::tx_timer()':
serial.cc:1454:89: warning: ignoring return value of 'ssize_t write(int, const void*, size_t)', declared with attribute warn_unused_result [-Wunused-result]
         write(BX_SER_THIS s[port].tty_id, (bx_ptr_t) & BX_SER_THIS s[port].tsrbuffer, 1);
                                                                                         ^
serial.cc: In static member function 'static void bx_serial_c::rx_timer()':
serial.cc:1611:61: warning: ignoring return value of 'ssize_t read(int, void*, size_t)', declared with attribute warn_unused_result [-Wunused-result]
           (void) read(BX_SER_THIS s[port].tty_id, &chbuf, 1);
                                                             ^
libtool: compile:  c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread serial.cc -o serial.o >/dev/null 2>&1
/bin/bash ../libtool --mode=compile --tag CXX c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread    serial_raw.cc -o serial_raw.lo
libtool: compile:  c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread serial_raw.cc  -fPIC -DPIC -o .libs/serial_raw.o
libtool: compile:  c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread serial_raw.cc -o serial_raw.o >/dev/null 2>&1
/bin/bash ../libtool --mode=link --tag CXX c++ -module serial.lo serial_raw.lo -o libbx_serial.la -rpath /usr/pkg/lib
libtool: link: c++  -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtbeginS.o  .libs/serial.o .libs/serial_raw.o   -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtendS.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crtn.o    -Wl,-soname -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" )
/bin/bash ../libtool --mode=compile --tag CXX c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread    parallel.cc -o parallel.lo
libtool: compile:  c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread parallel.cc  -fPIC -DPIC -o .libs/parallel.o
libtool: compile:  c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread parallel.cc -o parallel.o >/dev/null 2>&1
/bin/bash ../libtool --mode=link --tag CXX c++ -module parallel.lo -o libbx_parallel.la -rpath /usr/pkg/lib
libtool: link: c++  -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtbeginS.o  .libs/parallel.o   -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtendS.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crtn.o    -Wl,-soname -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" )
/bin/bash ../libtool --mode=compile --tag CXX c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread    floppy.cc -o floppy.lo
libtool: compile:  c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread floppy.cc  -fPIC -DPIC -o .libs/floppy.o
libtool: compile:  c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread floppy.cc -o floppy.o >/dev/null 2>&1
/bin/bash ../libtool --mode=link --tag CXX c++ -module floppy.lo -o libbx_floppy.la -rpath /usr/pkg/lib
libtool: link: c++  -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtbeginS.o  .libs/floppy.o   -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtendS.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crtn.o    -Wl,-soname -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" )
/bin/bash ../libtool --mode=compile --tag CXX c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread    keyboard.cc -o keyboard.lo
libtool: compile:  c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread keyboard.cc  -fPIC -DPIC -o .libs/keyboard.o
libtool: compile:  c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread keyboard.cc -o keyboard.o >/dev/null 2>&1
/bin/bash ../libtool --mode=compile --tag CXX c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread    scancodes.cc -o scancodes.lo
libtool: compile:  c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread scancodes.cc  -fPIC -DPIC -o .libs/scancodes.o
libtool: compile:  c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread scancodes.cc -o scancodes.o >/dev/null 2>&1
/bin/bash ../libtool --mode=link --tag CXX c++ -module keyboard.lo scancodes.lo -o libbx_keyboard.la -rpath /usr/pkg/lib
libtool: link: c++  -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtbeginS.o  .libs/keyboard.o .libs/scancodes.o   -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtendS.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crtn.o    -Wl,-soname -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" )
/bin/bash ../libtool --mode=compile --tag CXX c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread    biosdev.cc -o biosdev.lo
libtool: compile:  c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread biosdev.cc  -fPIC -DPIC -o .libs/biosdev.o
libtool: compile:  c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread biosdev.cc -o biosdev.o >/dev/null 2>&1
/bin/bash ../libtool --mode=link --tag CXX c++ -module biosdev.lo -o libbx_biosdev.la -rpath /usr/pkg/lib
libtool: link: c++  -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtbeginS.o  .libs/biosdev.o   -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtendS.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crtn.o    -Wl,-soname -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" )
/bin/bash ../libtool --mode=compile --tag CXX c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread    cmos.cc -o cmos.lo
libtool: compile:  c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread cmos.cc  -fPIC -DPIC -o .libs/cmos.o
libtool: compile:  c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread cmos.cc -o cmos.o >/dev/null 2>&1
/bin/bash ../libtool --mode=link --tag CXX c++ -module cmos.lo -o libbx_cmos.la -rpath /usr/pkg/lib
libtool: link: c++  -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtbeginS.o  .libs/cmos.o   -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtendS.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crtn.o    -Wl,-soname -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" )
/bin/bash ../libtool --mode=compile --tag CXX c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread    harddrv.cc -o harddrv.lo
libtool: compile:  c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread harddrv.cc  -fPIC -DPIC -o .libs/harddrv.o
libtool: compile:  c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread harddrv.cc -o harddrv.o >/dev/null 2>&1
/bin/bash ../libtool --mode=link --tag CXX c++ -module harddrv.lo -o libbx_harddrv.la -rpath /usr/pkg/lib
libtool: link: c++  -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtbeginS.o  .libs/harddrv.o   -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtendS.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crtn.o    -Wl,-soname -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" )
/bin/bash ../libtool --mode=compile --tag CXX c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread    dma.cc -o dma.lo
libtool: compile:  c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread dma.cc  -fPIC -DPIC -o .libs/dma.o
libtool: compile:  c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread dma.cc -o dma.o >/dev/null 2>&1
/bin/bash ../libtool --mode=link --tag CXX c++ -module dma.lo -o libbx_dma.la -rpath /usr/pkg/lib
libtool: link: c++  -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtbeginS.o  .libs/dma.o   -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtendS.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crtn.o    -Wl,-soname -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" )
/bin/bash ../libtool --mode=compile --tag CXX c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread    unmapped.cc -o unmapped.lo
libtool: compile:  c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread unmapped.cc  -fPIC -DPIC -o .libs/unmapped.o
libtool: compile:  c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread unmapped.cc -o unmapped.o >/dev/null 2>&1
/bin/bash ../libtool --mode=link --tag CXX c++ -module unmapped.lo -o libbx_unmapped.la -rpath /usr/pkg/lib
libtool: link: c++  -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtbeginS.o  .libs/unmapped.o   -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtendS.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crtn.o    -Wl,-soname -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" )
/bin/bash ../libtool --mode=compile --tag CXX c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread    extfpuirq.cc -o extfpuirq.lo
libtool: compile:  c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread extfpuirq.cc  -fPIC -DPIC -o .libs/extfpuirq.o
libtool: compile:  c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread extfpuirq.cc -o extfpuirq.o >/dev/null 2>&1
/bin/bash ../libtool --mode=link --tag CXX c++ -module extfpuirq.lo -o libbx_extfpuirq.la -rpath /usr/pkg/lib
libtool: link: c++  -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtbeginS.o  .libs/extfpuirq.o   -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtendS.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crtn.o    -Wl,-soname -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" )
/bin/bash ../libtool --mode=compile --tag CXX c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread    speaker.cc -o speaker.lo
libtool: compile:  c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread speaker.cc  -fPIC -DPIC -o .libs/speaker.o
libtool: compile:  c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread speaker.cc -o speaker.o >/dev/null 2>&1
/bin/bash ../libtool --mode=link --tag CXX c++ -module speaker.lo -o libbx_speaker.la -rpath /usr/pkg/lib
libtool: link: c++  -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtbeginS.o  .libs/speaker.o   -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtendS.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crtn.o    -Wl,-soname -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" )
/bin/bash ../libtool --mode=compile --tag CXX c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread    ioapic.cc -o ioapic.lo
libtool: compile:  c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread ioapic.cc  -fPIC -DPIC -o .libs/ioapic.o
libtool: compile:  c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread ioapic.cc -o ioapic.o >/dev/null 2>&1
/bin/bash ../libtool --mode=link --tag CXX c++ -module ioapic.lo -o libbx_ioapic.la -rpath /usr/pkg/lib
libtool: link: c++  -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtbeginS.o  .libs/ioapic.o   -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtendS.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crtn.o    -Wl,-soname -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" )
/bin/bash ../libtool --mode=compile --tag CXX c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread    busmouse.cc -o busmouse.lo
libtool: compile:  c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread busmouse.cc  -fPIC -DPIC -o .libs/busmouse.o
libtool: compile:  c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread busmouse.cc -o busmouse.o >/dev/null 2>&1
/bin/bash ../libtool --mode=link --tag CXX c++ -module busmouse.lo -o libbx_busmouse.la -rpath /usr/pkg/lib
libtool: link: c++  -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtbeginS.o  .libs/busmouse.o   -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtendS.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crtn.o    -Wl,-soname -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" )
/bin/bash ../libtool --mode=compile --tag CXX c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread    pci.cc -o pci.lo
libtool: compile:  c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread pci.cc  -fPIC -DPIC -o .libs/pci.o
libtool: compile:  c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread pci.cc -o pci.o >/dev/null 2>&1
/bin/bash ../libtool --mode=link --tag CXX c++ -module pci.lo -o libbx_pci.la -rpath /usr/pkg/lib
libtool: link: c++  -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtbeginS.o  .libs/pci.o   -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtendS.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crtn.o    -Wl,-soname -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" )
/bin/bash ../libtool --mode=compile --tag CXX c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread    pci2isa.cc -o pci2isa.lo
libtool: compile:  c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread pci2isa.cc  -fPIC -DPIC -o .libs/pci2isa.o
libtool: compile:  c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread pci2isa.cc -o pci2isa.o >/dev/null 2>&1
/bin/bash ../libtool --mode=link --tag CXX c++ -module pci2isa.lo -o libbx_pci2isa.la -rpath /usr/pkg/lib
libtool: link: c++  -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtbeginS.o  .libs/pci2isa.o   -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtendS.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crtn.o    -Wl,-soname -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" )
/bin/bash ../libtool --mode=compile --tag CXX c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread    pci_ide.cc -o pci_ide.lo
libtool: compile:  c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread pci_ide.cc  -fPIC -DPIC -o .libs/pci_ide.o
libtool: compile:  c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread pci_ide.cc -o pci_ide.o >/dev/null 2>&1
/bin/bash ../libtool --mode=link --tag CXX c++ -module pci_ide.lo -o libbx_pci_ide.la -rpath /usr/pkg/lib
libtool: link: c++  -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtbeginS.o  .libs/pci_ide.o   -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtendS.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crtn.o    -Wl,-soname -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" )
/bin/bash ../libtool --mode=compile --tag CXX c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread    acpi.cc -o acpi.lo
libtool: compile:  c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread acpi.cc  -fPIC -DPIC -o .libs/acpi.o
libtool: compile:  c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread acpi.cc -o acpi.o >/dev/null 2>&1
/bin/bash ../libtool --mode=link --tag CXX c++ -module acpi.lo -o libbx_acpi.la -rpath /usr/pkg/lib
libtool: link: c++  -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtbeginS.o  .libs/acpi.o   -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtendS.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crtn.o    -Wl,-soname -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" )
/bin/bash ../libtool --mode=compile --tag CXX c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread    hpet.cc -o hpet.lo
libtool: compile:  c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread hpet.cc  -fPIC -DPIC -o .libs/hpet.o
libtool: compile:  c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread hpet.cc -o hpet.o >/dev/null 2>&1
/bin/bash ../libtool --mode=link --tag CXX c++ -module hpet.lo -o libbx_hpet.la -rpath /usr/pkg/lib
libtool: link: c++  -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtbeginS.o  .libs/hpet.o   -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtendS.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crtn.o    -Wl,-soname -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" )
/bin/bash ../libtool --mode=compile --tag CXX c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread    -I./../host/linux/pcidev pcidev.cc -o pcidev.lo
libtool: compile:  c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread -I./../host/linux/pcidev pcidev.cc  -fPIC -DPIC -o .libs/pcidev.o
libtool: compile:  c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread -I./../host/linux/pcidev pcidev.cc -o pcidev.o >/dev/null 2>&1
/bin/bash ../libtool --mode=link --tag CXX c++ -module pcidev.lo -o libbx_pcidev.la -rpath /usr/pkg/lib
libtool: link: c++  -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtbeginS.o  .libs/pcidev.o   -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtendS.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crtn.o    -Wl,-soname -Wl,libbx_pcidev.so.0 -o .libs/libbx_pcidev.so.0.0.0
libtool: link: (cd ".libs" && rm -f "libbx_pcidev.so.0" && ln -s "libbx_pcidev.so.0.0.0" "libbx_pcidev.so.0")
libtool: link: (cd ".libs" && rm -f "libbx_pcidev.so" && ln -s "libbx_pcidev.so.0.0.0" "libbx_pcidev.so")
libtool: link: ar cr .libs/libbx_pcidev.a  pcidev.o
libtool: link: ranlib .libs/libbx_pcidev.a
libtool: link: ( cd ".libs" && rm -f "libbx_pcidev.la" && ln -s "../libbx_pcidev.la" "libbx_pcidev.la" )
/bin/bash ../libtool --mode=compile --tag CXX c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread    gameport.cc -o gameport.lo
libtool: compile:  c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread gameport.cc  -fPIC -DPIC -o .libs/gameport.o
gameport.cc: In static member function 'static void bx_gameport_c::poll_joydev()':
gameport.cc:150:62: warning: ignoring return value of 'ssize_t read(int, void*, size_t)', declared with attribute warn_unused_result [-Wunused-result]
     read(BX_GAMEPORT_THIS joyfd, &e, sizeof(struct js_event));
                                                              ^
libtool: compile:  c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread gameport.cc -o gameport.o >/dev/null 2>&1
/bin/bash ../libtool --mode=link --tag CXX c++ -module gameport.lo -o libbx_gameport.la -rpath /usr/pkg/lib
libtool: link: c++  -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtbeginS.o  .libs/gameport.o   -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtendS.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crtn.o    -Wl,-soname -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" )
make[1]: Leaving directory `/home/pbulk/build/emulators/bochs/work/bochs-2.7/iodev'
echo done
done
cd iodev/display && \
/bin/make plugins
make[1]: Entering directory `/home/pbulk/build/emulators/bochs/work/bochs-2.7/iodev/display'
/bin/bash ../../libtool --mode=compile --tag CXX c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread    vga.cc -o vga.lo
libtool: compile:  c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread vga.cc  -fPIC -DPIC -o .libs/vga.o
libtool: compile:  c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread vga.cc -o vga.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=compile --tag CXX c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread    vgacore.cc -o vgacore.lo
libtool: compile:  c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread vgacore.cc  -fPIC -DPIC -o .libs/vgacore.o
libtool: compile:  c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread vgacore.cc -o vgacore.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=compile --tag CXX c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread    ddc.cc -o ddc.lo
libtool: compile:  c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread ddc.cc  -fPIC -DPIC -o .libs/ddc.o
libtool: compile:  c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread ddc.cc -o ddc.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=link --tag CXX c++ -module vga.lo vgacore.lo ddc.lo -o libbx_vga.la -rpath /usr/pkg/lib
libtool: link: c++  -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtbeginS.o  .libs/vga.o .libs/vgacore.o .libs/ddc.o   -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtendS.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crtn.o    -Wl,-soname -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" )
/bin/bash ../../libtool --mode=compile --tag CXX c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread    svga_cirrus.cc -o svga_cirrus.lo
libtool: compile:  c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread svga_cirrus.cc  -fPIC -DPIC -o .libs/svga_cirrus.o
libtool: compile:  c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread svga_cirrus.cc -o svga_cirrus.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=link --tag CXX c++ -module svga_cirrus.lo vgacore.lo ddc.lo -o libbx_svga_cirrus.la -rpath /usr/pkg/lib
libtool: link: c++  -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtbeginS.o  .libs/svga_cirrus.o .libs/vgacore.o .libs/ddc.o   -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtendS.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crtn.o    -Wl,-soname -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" )
/bin/bash ../../libtool --mode=compile --tag CXX c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread    voodoo.cc -o voodoo.lo
libtool: compile:  c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread voodoo.cc  -fPIC -DPIC -o .libs/voodoo.o
libtool: compile:  c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread voodoo.cc -o voodoo.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=compile --tag CXX c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread    banshee.cc -o banshee.lo
libtool: compile:  c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread banshee.cc  -fPIC -DPIC -o .libs/banshee.o
libtool: compile:  c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread banshee.cc -o banshee.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=link --tag CXX c++ -module voodoo.lo banshee.lo vgacore.lo ddc.lo -o libbx_voodoo.la -rpath /usr/pkg/lib
libtool: link: c++  -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtbeginS.o  .libs/voodoo.o .libs/banshee.o .libs/vgacore.o .libs/ddc.o   -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtendS.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crtn.o    -Wl,-soname -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" )
make[1]: Leaving directory `/home/pbulk/build/emulators/bochs/work/bochs-2.7/iodev/display'
echo done
done
cd iodev/hdimage && \
/bin/make plugins
make[1]: Entering directory `/home/pbulk/build/emulators/bochs/work/bochs-2.7/iodev/hdimage'
/bin/bash ../../libtool --mode=compile --tag CXX c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread    vbox.cc -o vbox.lo
libtool: compile:  c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread vbox.cc  -fPIC -DPIC -o .libs/vbox.o
libtool: compile:  c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread vbox.cc -o vbox.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=link --tag CXX c++ -module vbox.lo -o libbx_vbox_img.la -rpath /usr/pkg/lib
libtool: link: c++  -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtbeginS.o  .libs/vbox.o   -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtendS.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crtn.o    -Wl,-soname -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" )
/bin/bash ../../libtool --mode=compile --tag CXX c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread    vmware3.cc -o vmware3.lo
libtool: compile:  c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread vmware3.cc  -fPIC -DPIC -o .libs/vmware3.o
libtool: compile:  c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread vmware3.cc -o vmware3.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=link --tag CXX c++ -module vmware3.lo -o libbx_vmware3_img.la -rpath /usr/pkg/lib
libtool: link: c++  -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtbeginS.o  .libs/vmware3.o   -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtendS.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crtn.o    -Wl,-soname -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" )
/bin/bash ../../libtool --mode=compile --tag CXX c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread    vmware4.cc -o vmware4.lo
libtool: compile:  c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread vmware4.cc  -fPIC -DPIC -o .libs/vmware4.o
vmware4.cc: In member function 'off_t vmware4_image_t::perform_seek()':
vmware4.cc:341:83: warning: ignoring return value of 'ssize_t write(int, const void*, size_t)', declared with attribute warn_unused_result [-Wunused-result]
     ::write(file_descriptor, tlb, (unsigned)header.tlb_size_sectors * SECTOR_SIZE);
                                                                                   ^
vmware4.cc:350:82: warning: ignoring return value of 'ssize_t read(int, void*, size_t)', declared with attribute warn_unused_result [-Wunused-result]
     ::read(file_descriptor, tlb, (unsigned)header.tlb_size_sectors * SECTOR_SIZE);
                                                                                  ^
vmware4.cc: In member function 'void vmware4_image_t::flush()':
vmware4.cc:366:81: warning: ignoring return value of 'ssize_t write(int, const void*, size_t)', declared with attribute warn_unused_result [-Wunused-result]
   ::write(file_descriptor, tlb, (unsigned)header.tlb_size_sectors * SECTOR_SIZE);
                                                                                 ^
libtool: compile:  c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread vmware4.cc -o vmware4.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=link --tag CXX c++ -module vmware4.lo -o libbx_vmware4_img.la -rpath /usr/pkg/lib
libtool: link: c++  -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtbeginS.o  .libs/vmware4.o   -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtendS.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crtn.o    -Wl,-soname -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" )
/bin/bash ../../libtool --mode=compile --tag CXX c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread    vpc.cc -o vpc.lo
libtool: compile:  c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread vpc.cc  -fPIC -DPIC -o .libs/vpc.o
libtool: compile:  c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread vpc.cc -o vpc.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=link --tag CXX c++ -module vpc.lo -o libbx_vpc_img.la -rpath /usr/pkg/lib
libtool: link: c++  -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtbeginS.o  .libs/vpc.o   -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtendS.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crtn.o    -Wl,-soname -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" )
/bin/bash ../../libtool --mode=compile --tag CXX c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread    vvfat.cc -o vvfat.lo
libtool: compile:  c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread vvfat.cc  -fPIC -DPIC -o .libs/vvfat.o
vvfat.cc: In member function 'bool vvfat_image_t::write_file(const char*, direntry_t*, bool)':
vvfat.cc:1522:33: warning: ignoring return value of 'ssize_t write(int, const void*, size_t)', declared with attribute warn_unused_result [-Wunused-result]
       ::write(fd, buffer, csize);
                                 ^
vvfat.cc:1525:33: warning: ignoring return value of 'ssize_t write(int, const void*, size_t)', declared with attribute warn_unused_result [-Wunused-result]
       ::write(fd, buffer, fsize);
                                 ^
libtool: compile:  c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread vvfat.cc -o vvfat.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=link --tag CXX c++ -module vvfat.lo -o libbx_vvfat_img.la -rpath /usr/pkg/lib
libtool: link: c++  -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtbeginS.o  .libs/vvfat.o   -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtendS.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crtn.o    -Wl,-soname -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" )
make[1]: Leaving directory `/home/pbulk/build/emulators/bochs/work/bochs-2.7/iodev/hdimage'
echo done
done
cd iodev/usb && \
/bin/make plugins
make[1]: Entering directory `/home/pbulk/build/emulators/bochs/work/bochs-2.7/iodev/usb'
/bin/bash ../../libtool --mode=compile --tag CXX c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread    usb_uhci.cc -o usb_uhci.lo
libtool: compile:  c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread usb_uhci.cc  -fPIC -DPIC -o .libs/usb_uhci.o
libtool: compile:  c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread usb_uhci.cc -o usb_uhci.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=compile --tag CXX c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread    uhci_core.cc -o uhci_core.lo
libtool: compile:  c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread uhci_core.cc  -fPIC -DPIC -o .libs/uhci_core.o
libtool: compile:  c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread uhci_core.cc -o uhci_core.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=link --tag CXX c++ -module usb_uhci.lo uhci_core.lo -o libbx_usb_uhci.la -rpath /usr/pkg/lib
libtool: link: c++  -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtbeginS.o  .libs/usb_uhci.o .libs/uhci_core.o   -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtendS.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crtn.o    -Wl,-soname -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" )
/bin/bash ../../libtool --mode=compile --tag CXX c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread    usb_ohci.cc -o usb_ohci.lo
libtool: compile:  c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread usb_ohci.cc  -fPIC -DPIC -o .libs/usb_ohci.o
libtool: compile:  c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread usb_ohci.cc -o usb_ohci.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=link --tag CXX c++ -module usb_ohci.lo -o libbx_usb_ohci.la -rpath /usr/pkg/lib
libtool: link: c++  -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtbeginS.o  .libs/usb_ohci.o   -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtendS.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crtn.o    -Wl,-soname -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" )
/bin/bash ../../libtool --mode=compile --tag CXX c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread    usb_ehci.cc -o usb_ehci.lo
libtool: compile:  c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread usb_ehci.cc  -fPIC -DPIC -o .libs/usb_ehci.o
libtool: compile:  c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread usb_ehci.cc -o usb_ehci.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=link --tag CXX c++ -module usb_ehci.lo uhci_core.lo -o libbx_usb_ehci.la -rpath /usr/pkg/lib
libtool: link: c++  -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtbeginS.o  .libs/usb_ehci.o .libs/uhci_core.o   -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtendS.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crtn.o    -Wl,-soname -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" )
/bin/bash ../../libtool --mode=compile --tag CXX c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread    usb_xhci.cc -o usb_xhci.lo
libtool: compile:  c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread usb_xhci.cc  -fPIC -DPIC -o .libs/usb_xhci.o
libtool: compile:  c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread usb_xhci.cc -o usb_xhci.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=link --tag CXX c++ -module usb_xhci.lo -o libbx_usb_xhci.la -rpath /usr/pkg/lib
libtool: link: c++  -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtbeginS.o  .libs/usb_xhci.o   -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtendS.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crtn.o    -Wl,-soname -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" )
/bin/bash ../../libtool --mode=compile --tag CXX c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread    usb_hid.cc -o usb_hid.lo
libtool: compile:  c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread usb_hid.cc  -fPIC -DPIC -o .libs/usb_hid.o
libtool: compile:  c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread usb_hid.cc -o usb_hid.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=link --tag CXX c++ -module usb_hid.lo -o libbx_usb_hid.la -rpath /usr/pkg/lib
libtool: link: c++  -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtbeginS.o  .libs/usb_hid.o   -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtendS.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crtn.o    -Wl,-soname -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" )
/bin/bash ../../libtool --mode=compile --tag CXX c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread    usb_hub.cc -o usb_hub.lo
libtool: compile:  c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread usb_hub.cc  -fPIC -DPIC -o .libs/usb_hub.o
libtool: compile:  c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread usb_hub.cc -o usb_hub.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=link --tag CXX c++ -module usb_hub.lo -o libbx_usb_hub.la -rpath /usr/pkg/lib
libtool: link: c++  -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtbeginS.o  .libs/usb_hub.o   -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtendS.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crtn.o    -Wl,-soname -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" )
/bin/bash ../../libtool --mode=compile --tag CXX c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread    usb_msd.cc -o usb_msd.lo
libtool: compile:  c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread usb_msd.cc  -fPIC -DPIC -o .libs/usb_msd.o
libtool: compile:  c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread usb_msd.cc -o usb_msd.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=compile --tag CXX c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread    scsi_device.cc -o scsi_device.lo
libtool: compile:  c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread scsi_device.cc  -fPIC -DPIC -o .libs/scsi_device.o
scsi_device.cc: In member function 'void scsi_device_t::restore_requests(const char*)':
scsi_device.cc:299:66: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result [-Wunused-result]
                     fread(r->dma_buf, 1, (size_t)r->buf_len, fp2);
                                                                  ^
libtool: compile:  c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread scsi_device.cc -o scsi_device.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=link --tag CXX c++ -module usb_msd.lo scsi_device.lo -o libbx_usb_msd.la -rpath /usr/pkg/lib
libtool: link: c++  -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtbeginS.o  .libs/usb_msd.o .libs/scsi_device.o   -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtendS.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crtn.o    -Wl,-soname -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" )
/bin/bash ../../libtool --mode=compile --tag CXX c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread    usb_printer.cc -o usb_printer.lo
libtool: compile:  c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread usb_printer.cc  -fPIC -DPIC -o .libs/usb_printer.o
libtool: compile:  c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread usb_printer.cc -o usb_printer.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=link --tag CXX c++ -module usb_printer.lo -o libbx_usb_printer.la -rpath /usr/pkg/lib
libtool: link: c++  -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtbeginS.o  .libs/usb_printer.o   -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtendS.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crtn.o    -Wl,-soname -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" )
/bin/bash ../../libtool --mode=compile --tag CXX c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread    usb_floppy.cc -o usb_floppy.lo
libtool: compile:  c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread usb_floppy.cc  -fPIC -DPIC -o .libs/usb_floppy.o
libtool: compile:  c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread usb_floppy.cc -o usb_floppy.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=link --tag CXX c++ -module usb_floppy.lo -o libbx_usb_floppy.la -rpath /usr/pkg/lib
libtool: link: c++  -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtbeginS.o  .libs/usb_floppy.o   -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtendS.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crtn.o    -Wl,-soname -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" )
make[1]: Leaving directory `/home/pbulk/build/emulators/bochs/work/bochs-2.7/iodev/usb'
echo done
done
cd iodev/network && \
/bin/make plugins
make[1]: Entering directory `/home/pbulk/build/emulators/bochs/work/bochs-2.7/iodev/network'
/bin/bash ../../libtool --mode=compile --tag CXX c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread    ne2k.cc -o ne2k.lo
libtool: compile:  c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread ne2k.cc  -fPIC -DPIC -o .libs/ne2k.o
libtool: compile:  c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread ne2k.cc -o ne2k.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=link --tag CXX c++ -module ne2k.lo -o libbx_ne2k.la -rpath /usr/pkg/lib
libtool: link: c++  -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtbeginS.o  .libs/ne2k.o   -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtendS.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crtn.o    -Wl,-soname -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" )
/bin/bash ../../libtool --mode=compile --tag CXX c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread    pcipnic.cc -o pcipnic.lo
libtool: compile:  c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread pcipnic.cc  -fPIC -DPIC -o .libs/pcipnic.o
libtool: compile:  c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread pcipnic.cc -o pcipnic.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=link --tag CXX c++ -module pcipnic.lo -o libbx_pcipnic.la -rpath /usr/pkg/lib
libtool: link: c++  -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtbeginS.o  .libs/pcipnic.o   -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtendS.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crtn.o    -Wl,-soname -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" )
/bin/bash ../../libtool --mode=compile --tag CXX c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread    eth_null.cc -o eth_null.lo
libtool: compile:  c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread eth_null.cc  -fPIC -DPIC -o .libs/eth_null.o
libtool: compile:  c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread eth_null.cc -o eth_null.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=link --tag CXX c++ -module eth_null.lo -o libbx_eth_null.la -rpath /usr/pkg/lib
libtool: link: c++  -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtbeginS.o  .libs/eth_null.o   -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtendS.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crtn.o    -Wl,-soname -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" )
/bin/bash ../../libtool --mode=compile --tag CXX c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread    eth_vnet.cc -o eth_vnet.lo
libtool: compile:  c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread eth_vnet.cc  -fPIC -DPIC -o .libs/eth_vnet.o
libtool: compile:  c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread eth_vnet.cc -o eth_vnet.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=compile --tag CXX c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread    netutil.cc -o netutil.lo
libtool: compile:  c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread netutil.cc  -fPIC -DPIC -o .libs/netutil.o
netutil.cc: In member function 'void vnet_server_c::tcpipv4_ftp_handler_ns(tcp_conn_t*, const Bit8u*, unsigned int)':
netutil.cc:1391:50: warning: ignoring return value of 'ssize_t write(int, const void*, size_t)', declared with attribute warn_unused_result [-Wunused-result]
           write(fs->data_xfer_fd, data, data_len);
                                                  ^
netutil.cc: In member function 'void vnet_server_c::ftp_send_data(tcp_conn_t*, tcp_conn_t*)':
netutil.cc:1596:45: warning: ignoring return value of 'ssize_t read(int, void*, size_t)', declared with attribute warn_unused_result [-Wunused-result]
     read(fs->data_xfer_fd, buffer, data_len);
                                             ^
netutil.cc: In member function 'void vnet_server_c::ftp_list_directory(tcp_conn_t*, tcp_conn_t*, const char*, const char*)':
netutil.cc:1685:48: warning: ignoring return value of 'ssize_t write(int, const void*, size_t)', declared with attribute warn_unused_result [-Wunused-result]
             write(fd, linebuf, strlen(linebuf));
                                                ^
libtool: compile:  c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread netutil.cc -o netutil.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=link --tag CXX c++ -module eth_vnet.lo netutil.lo -o libbx_eth_vnet.la -rpath /usr/pkg/lib
libtool: link: c++  -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtbeginS.o  .libs/eth_vnet.o .libs/netutil.o   -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtendS.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crtn.o    -Wl,-soname -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" )
/bin/bash ../../libtool --mode=compile --tag CXX c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread    eth_slirp.cc -o eth_slirp.lo
libtool: compile:  c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread eth_slirp.cc  -fPIC -DPIC -o .libs/eth_slirp.o
libtool: compile:  c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread eth_slirp.cc -o eth_slirp.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=compile --tag CXX c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread    slirp/arp_table.cc -o slirp/arp_table.lo
libtool: compile:  c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread slirp/arp_table.cc  -fPIC -DPIC -o slirp/.libs/arp_table.o
libtool: compile:  c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread slirp/arp_table.cc -o slirp/arp_table.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=compile --tag CXX c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread    slirp/bootp.cc -o slirp/bootp.lo
libtool: compile:  c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread slirp/bootp.cc  -fPIC -DPIC -o slirp/.libs/bootp.o
libtool: compile:  c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread slirp/bootp.cc -o slirp/bootp.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=compile --tag CXX c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread    slirp/cksum.cc -o slirp/cksum.lo
libtool: compile:  c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread slirp/cksum.cc  -fPIC -DPIC -o slirp/.libs/cksum.o
libtool: compile:  c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread slirp/cksum.cc -o slirp/cksum.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=compile --tag CXX c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread    slirp/compat.cc -o slirp/compat.lo
libtool: compile:  c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread slirp/compat.cc  -fPIC -DPIC -o slirp/.libs/compat.o
libtool: compile:  c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread slirp/compat.cc -o slirp/compat.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=compile --tag CXX c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread    slirp/dnssearch.cc -o slirp/dnssearch.lo
libtool: compile:  c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread slirp/dnssearch.cc  -fPIC -DPIC -o slirp/.libs/dnssearch.o
libtool: compile:  c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread slirp/dnssearch.cc -o slirp/dnssearch.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=compile --tag CXX c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread    slirp/if.cc -o slirp/if.lo
libtool: compile:  c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread slirp/if.cc  -fPIC -DPIC -o slirp/.libs/if.o
libtool: compile:  c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread slirp/if.cc -o slirp/if.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=compile --tag CXX c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread    slirp/ip_icmp.cc -o slirp/ip_icmp.lo
libtool: compile:  c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread slirp/ip_icmp.cc  -fPIC -DPIC -o slirp/.libs/ip_icmp.o
libtool: compile:  c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread slirp/ip_icmp.cc -o slirp/ip_icmp.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=compile --tag CXX c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread    slirp/ip_input.cc -o slirp/ip_input.lo
libtool: compile:  c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread slirp/ip_input.cc  -fPIC -DPIC -o slirp/.libs/ip_input.o
libtool: compile:  c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread slirp/ip_input.cc -o slirp/ip_input.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=compile --tag CXX c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread    slirp/ip_output.cc -o slirp/ip_output.lo
libtool: compile:  c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread slirp/ip_output.cc  -fPIC -DPIC -o slirp/.libs/ip_output.o
libtool: compile:  c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread slirp/ip_output.cc -o slirp/ip_output.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=compile --tag CXX c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread    slirp/mbuf.cc -o slirp/mbuf.lo
libtool: compile:  c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread slirp/mbuf.cc  -fPIC -DPIC -o slirp/.libs/mbuf.o
libtool: compile:  c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread slirp/mbuf.cc -o slirp/mbuf.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=compile --tag CXX c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread    slirp/misc.cc -o slirp/misc.lo
libtool: compile:  c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread slirp/misc.cc  -fPIC -DPIC -o slirp/.libs/misc.o
libtool: compile:  c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread slirp/misc.cc -o slirp/misc.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=compile --tag CXX c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread    slirp/sbuf.cc -o slirp/sbuf.lo
libtool: compile:  c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread slirp/sbuf.cc  -fPIC -DPIC -o slirp/.libs/sbuf.o
libtool: compile:  c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread slirp/sbuf.cc -o slirp/sbuf.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=compile --tag CXX c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread    slirp/slirp.cc -o slirp/slirp.lo
libtool: compile:  c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread slirp/slirp.cc  -fPIC -DPIC -o slirp/.libs/slirp.o
libtool: compile:  c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread slirp/slirp.cc -o slirp/slirp.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=compile --tag CXX c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread    slirp/socket.cc -o slirp/socket.lo
libtool: compile:  c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread slirp/socket.cc  -fPIC -DPIC -o slirp/.libs/socket.o
libtool: compile:  c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread slirp/socket.cc -o slirp/socket.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=compile --tag CXX c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread    slirp/tcp_input.cc -o slirp/tcp_input.lo
libtool: compile:  c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread slirp/tcp_input.cc  -fPIC -DPIC -o slirp/.libs/tcp_input.o
libtool: compile:  c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread slirp/tcp_input.cc -o slirp/tcp_input.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=compile --tag CXX c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread    slirp/tcp_output.cc -o slirp/tcp_output.lo
libtool: compile:  c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread slirp/tcp_output.cc  -fPIC -DPIC -o slirp/.libs/tcp_output.o
libtool: compile:  c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread slirp/tcp_output.cc -o slirp/tcp_output.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=compile --tag CXX c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread    slirp/tcp_subr.cc -o slirp/tcp_subr.lo
libtool: compile:  c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread slirp/tcp_subr.cc  -fPIC -DPIC -o slirp/.libs/tcp_subr.o
libtool: compile:  c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread slirp/tcp_subr.cc -o slirp/tcp_subr.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=compile --tag CXX c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread    slirp/tcp_timer.cc -o slirp/tcp_timer.lo
libtool: compile:  c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread slirp/tcp_timer.cc  -fPIC -DPIC -o slirp/.libs/tcp_timer.o
libtool: compile:  c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread slirp/tcp_timer.cc -o slirp/tcp_timer.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=compile --tag CXX c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread    slirp/tftp.cc -o slirp/tftp.lo
libtool: compile:  c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread slirp/tftp.cc  -fPIC -DPIC -o slirp/.libs/tftp.o
slirp/tftp.cc: In function 'void tftp_handle_data(Slirp*, tftp_t*, int)':
slirp/tftp.cc:580:52: warning: ignoring return value of 'ssize_t write(int, const void*, size_t)', declared with attribute warn_unused_result [-Wunused-result]
       write(spt->fd, tp->x.tp_data.tp_buf, nobytes);
                                                    ^
libtool: compile:  c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread slirp/tftp.cc -o slirp/tftp.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=compile --tag CXX c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread    slirp/udp.cc -o slirp/udp.lo
libtool: compile:  c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread slirp/udp.cc  -fPIC -DPIC -o slirp/.libs/udp.o
libtool: compile:  c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread slirp/udp.cc -o slirp/udp.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=link --tag CXX c++ -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 /usr/pkg/lib
libtool: link: c++  -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtbeginS.o  .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   -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtendS.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crtn.o    -Wl,-soname -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" )
/bin/bash ../../libtool --mode=compile --tag CXX c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread    eth_socket.cc -o eth_socket.lo
libtool: compile:  c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread eth_socket.cc  -fPIC -DPIC -o .libs/eth_socket.o
libtool: compile:  c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread eth_socket.cc -o eth_socket.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=link --tag CXX c++ -module eth_socket.lo -o libbx_eth_socket.la -rpath /usr/pkg/lib
libtool: link: c++  -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtbeginS.o  .libs/eth_socket.o   -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtendS.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crtn.o    -Wl,-soname -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" )
/bin/bash ../../libtool --mode=compile --tag CXX c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread    eth_linux.cc -o eth_linux.lo
libtool: compile:  c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread eth_linux.cc  -fPIC -DPIC -o .libs/eth_linux.o
libtool: compile:  c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread eth_linux.cc -o eth_linux.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=link --tag CXX c++ -module eth_linux.lo -o libbx_eth_linux.la -rpath /usr/pkg/lib
libtool: link: c++  -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtbeginS.o  .libs/eth_linux.o   -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtendS.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crtn.o    -Wl,-soname -Wl,libbx_eth_linux.so.0 -o .libs/libbx_eth_linux.so.0.0.0
libtool: link: (cd ".libs" && rm -f "libbx_eth_linux.so.0" && ln -s "libbx_eth_linux.so.0.0.0" "libbx_eth_linux.so.0")
libtool: link: (cd ".libs" && rm -f "libbx_eth_linux.so" && ln -s "libbx_eth_linux.so.0.0.0" "libbx_eth_linux.so")
libtool: link: ar cr .libs/libbx_eth_linux.a  eth_linux.o
libtool: link: ranlib .libs/libbx_eth_linux.a
libtool: link: ( cd ".libs" && rm -f "libbx_eth_linux.la" && ln -s "../libbx_eth_linux.la" "libbx_eth_linux.la" )
/bin/bash ../../libtool --mode=compile --tag CXX c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread    eth_vde.cc -o eth_vde.lo
libtool: compile:  c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread eth_vde.cc  -fPIC -DPIC -o .libs/eth_vde.o
libtool: compile:  c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread eth_vde.cc -o eth_vde.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=link --tag CXX c++ -module eth_vde.lo -o libbx_eth_vde.la -rpath /usr/pkg/lib
libtool: link: c++  -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtbeginS.o  .libs/eth_vde.o   -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtendS.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crtn.o    -Wl,-soname -Wl,libbx_eth_vde.so.0 -o .libs/libbx_eth_vde.so.0.0.0
libtool: link: (cd ".libs" && rm -f "libbx_eth_vde.so.0" && ln -s "libbx_eth_vde.so.0.0.0" "libbx_eth_vde.so.0")
libtool: link: (cd ".libs" && rm -f "libbx_eth_vde.so" && ln -s "libbx_eth_vde.so.0.0.0" "libbx_eth_vde.so")
libtool: link: ar cr .libs/libbx_eth_vde.a  eth_vde.o
libtool: link: ranlib .libs/libbx_eth_vde.a
libtool: link: ( cd ".libs" && rm -f "libbx_eth_vde.la" && ln -s "../libbx_eth_vde.la" "libbx_eth_vde.la" )
/bin/bash ../../libtool --mode=compile --tag CXX c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread    eth_tuntap.cc -o eth_tuntap.lo
libtool: compile:  c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread eth_tuntap.cc  -fPIC -DPIC -o .libs/eth_tuntap.o
libtool: compile:  c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread eth_tuntap.cc -o eth_tuntap.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=link --tag CXX c++ -module eth_tuntap.lo -o libbx_eth_tuntap.la -rpath /usr/pkg/lib
libtool: link: c++  -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtbeginS.o  .libs/eth_tuntap.o   -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtendS.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crtn.o    -Wl,-soname -Wl,libbx_eth_tuntap.so.0 -o .libs/libbx_eth_tuntap.so.0.0.0
libtool: link: (cd ".libs" && rm -f "libbx_eth_tuntap.so.0" && ln -s "libbx_eth_tuntap.so.0.0.0" "libbx_eth_tuntap.so.0")
libtool: link: (cd ".libs" && rm -f "libbx_eth_tuntap.so" && ln -s "libbx_eth_tuntap.so.0.0.0" "libbx_eth_tuntap.so")
libtool: link: ar cr .libs/libbx_eth_tuntap.a  eth_tuntap.o
libtool: link: ranlib .libs/libbx_eth_tuntap.a
libtool: link: ( cd ".libs" && rm -f "libbx_eth_tuntap.la" && ln -s "../libbx_eth_tuntap.la" "libbx_eth_tuntap.la" )
make[1]: Leaving directory `/home/pbulk/build/emulators/bochs/work/bochs-2.7/iodev/network'
echo done
done
cd iodev/sound && \
/bin/make plugins
make[1]: Entering directory `/home/pbulk/build/emulators/bochs/work/bochs-2.7/iodev/sound'
/bin/bash ../../libtool --mode=compile --tag CXX c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread    sb16.cc -o sb16.lo
libtool: compile:  c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread sb16.cc  -fPIC -DPIC -o .libs/sb16.o
libtool: compile:  c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread sb16.cc -o sb16.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=compile --tag CXX c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread    opl.cc -o opl.lo
libtool: compile:  c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread opl.cc  -fPIC -DPIC -o .libs/opl.o
libtool: compile:  c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread opl.cc -o opl.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=link --tag CXX c++ -module sb16.lo opl.lo -o libbx_sb16.la -rpath /usr/pkg/lib
libtool: link: c++  -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtbeginS.o  .libs/sb16.o .libs/opl.o   -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtendS.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crtn.o    -Wl,-soname -Wl,libbx_sb16.so.0 -o .libs/libbx_sb16.so.0.0.0
libtool: link: (cd ".libs" && rm -f "libbx_sb16.so.0" && ln -s "libbx_sb16.so.0.0.0" "libbx_sb16.so.0")
libtool: link: (cd ".libs" && rm -f "libbx_sb16.so" && ln -s "libbx_sb16.so.0.0.0" "libbx_sb16.so")
libtool: link: ar cr .libs/libbx_sb16.a  sb16.o opl.o
libtool: link: ranlib .libs/libbx_sb16.a
libtool: link: ( cd ".libs" && rm -f "libbx_sb16.la" && ln -s "../libbx_sb16.la" "libbx_sb16.la" )
/bin/bash ../../libtool --mode=compile --tag CXX c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread    es1370.cc -o es1370.lo
libtool: compile:  c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread es1370.cc  -fPIC -DPIC -o .libs/es1370.o
libtool: compile:  c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread es1370.cc -o es1370.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=link --tag CXX c++ -module es1370.lo -o libbx_es1370.la -rpath /usr/pkg/lib
libtool: link: c++  -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtbeginS.o  .libs/es1370.o   -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtendS.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crtn.o    -Wl,-soname -Wl,libbx_es1370.so.0 -o .libs/libbx_es1370.so.0.0.0
libtool: link: (cd ".libs" && rm -f "libbx_es1370.so.0" && ln -s "libbx_es1370.so.0.0.0" "libbx_es1370.so.0")
libtool: link: (cd ".libs" && rm -f "libbx_es1370.so" && ln -s "libbx_es1370.so.0.0.0" "libbx_es1370.so")
libtool: link: ar cr .libs/libbx_es1370.a  es1370.o
libtool: link: ranlib .libs/libbx_es1370.a
libtool: link: ( cd ".libs" && rm -f "libbx_es1370.la" && ln -s "../libbx_es1370.la" "libbx_es1370.la" )
/bin/bash ../../libtool --mode=compile --tag CXX c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread    sounddummy.cc -o sounddummy.lo
libtool: compile:  c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread sounddummy.cc  -fPIC -DPIC -o .libs/sounddummy.o
libtool: compile:  c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread sounddummy.cc -o sounddummy.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=link --tag CXX c++ -module sounddummy.lo -o libbx_sounddummy.la -rpath /usr/pkg/lib
libtool: link: c++  -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtbeginS.o  .libs/sounddummy.o   -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtendS.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crtn.o    -Wl,-soname -Wl,libbx_sounddummy.so.0 -o .libs/libbx_sounddummy.so.0.0.0
libtool: link: (cd ".libs" && rm -f "libbx_sounddummy.so.0" && ln -s "libbx_sounddummy.so.0.0.0" "libbx_sounddummy.so.0")
libtool: link: (cd ".libs" && rm -f "libbx_sounddummy.so" && ln -s "libbx_sounddummy.so.0.0.0" "libbx_sounddummy.so")
libtool: link: ar cr .libs/libbx_sounddummy.a  sounddummy.o
libtool: link: ranlib .libs/libbx_sounddummy.a
libtool: link: ( cd ".libs" && rm -f "libbx_sounddummy.la" && ln -s "../libbx_sounddummy.la" "libbx_sounddummy.la" )
/bin/bash ../../libtool --mode=compile --tag CXX c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread    soundfile.cc -o soundfile.lo
libtool: compile:  c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread soundfile.cc  -fPIC -DPIC -o .libs/soundfile.o
libtool: compile:  c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread soundfile.cc -o soundfile.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=link --tag CXX c++ -module soundfile.lo -o libbx_soundfile.la -rpath /usr/pkg/lib
libtool: link: c++  -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtbeginS.o  .libs/soundfile.o   -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtendS.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crtn.o    -Wl,-soname -Wl,libbx_soundfile.so.0 -o .libs/libbx_soundfile.so.0.0.0
libtool: link: (cd ".libs" && rm -f "libbx_soundfile.so.0" && ln -s "libbx_soundfile.so.0.0.0" "libbx_soundfile.so.0")
libtool: link: (cd ".libs" && rm -f "libbx_soundfile.so" && ln -s "libbx_soundfile.so.0.0.0" "libbx_soundfile.so")
libtool: link: ar cr .libs/libbx_soundfile.a  soundfile.o
libtool: link: ranlib .libs/libbx_soundfile.a
libtool: link: ( cd ".libs" && rm -f "libbx_soundfile.la" && ln -s "../libbx_soundfile.la" "libbx_soundfile.la" )
/bin/bash ../../libtool --mode=compile --tag CXX c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread    soundoss.cc -o soundoss.lo
libtool: compile:  c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread soundoss.cc  -fPIC -DPIC -o .libs/soundoss.o
libtool: compile:  c++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread soundoss.cc -o soundoss.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=link --tag CXX c++ -module soundoss.lo -o libbx_soundoss.la -rpath /usr/pkg/lib
libtool: link: c++  -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtbeginS.o  .libs/soundoss.o   -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtendS.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crtn.o    -Wl,-soname -Wl,libbx_soundoss.so.0 -o .libs/libbx_soundoss.so.0.0.0
libtool: link: (cd ".libs" && rm -f "libbx_soundoss.so.0" && ln -s "libbx_soundoss.so.0.0.0" "libbx_soundoss.so.0")
libtool: link: (cd ".libs" && rm -f "libbx_soundoss.so" && ln -s "libbx_soundoss.so.0.0.0" "libbx_soundoss.so")
libtool: link: ar cr .libs/libbx_soundoss.a  soundoss.o
libtool: link: ranlib .libs/libbx_soundoss.a
libtool: link: ( cd ".libs" && rm -f "libbx_soundoss.la" && ln -s "../libbx_soundoss.la" "libbx_soundoss.la" )
make[1]: Leaving directory `/home/pbulk/build/emulators/bochs/work/bochs-2.7/iodev/sound'
echo done
done
c++ -c -I. -I./. -Iinstrument/stubs -I./instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES   ./misc/bximage.cc -o misc/bximage.o
c++ -c -I. -I./. -Iinstrument/stubs -I./instrument/stubs -DBXIMAGE -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES   ./iodev/hdimage/hdimage.cc -o misc/hdimage.o
./iodev/hdimage/hdimage.cc: In member function 'int redolog_t::create(int, const char*, Bit64u)':
./iodev/hdimage/hdimage.cc:1777:55: warning: ignoring return value of 'ssize_t write(int, const void*, size_t)', declared with attribute warn_unused_result [-Wunused-result]
   ::write(fd, &header, dtoh32(header.standard.header));
                                                       ^
./iodev/hdimage/hdimage.cc:1781:74: warning: ignoring return value of 'ssize_t write(int, const void*, size_t)', declared with attribute warn_unused_result [-Wunused-result]
   ::write(fd, catalog, dtoh32(header.specific.catalog) * sizeof (Bit32u));
                                                                          ^
./iodev/hdimage/hdimage.cc: In member function 'ssize_t redolog_t::write(const void*, size_t)':
./iodev/hdimage/hdimage.cc:2026:35: warning: ignoring return value of 'ssize_t write(int, const void*, size_t)', declared with attribute warn_unused_result [-Wunused-result]
       ::write(fd, zerobuffer, 512);
                                   ^
./iodev/hdimage/hdimage.cc:2030:35: warning: ignoring return value of 'ssize_t write(int, const void*, size_t)', declared with attribute warn_unused_result [-Wunused-result]
       ::write(fd, zerobuffer, 512);
                                   ^
c++ -c -I. -I./. -Iinstrument/stubs -I./instrument/stubs -DBXIMAGE -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES   ./iodev/hdimage/vmware3.cc -o misc/vmware3.o
c++ -c -I. -I./. -Iinstrument/stubs -I./instrument/stubs -DBXIMAGE -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES   ./iodev/hdimage/vmware4.cc -o misc/vmware4.o
./iodev/hdimage/vmware4.cc: In member function 'off_t vmware4_image_t::perform_seek()':
./iodev/hdimage/vmware4.cc:341:83: warning: ignoring return value of 'ssize_t write(int, const void*, size_t)', declared with attribute warn_unused_result [-Wunused-result]
     ::write(file_descriptor, tlb, (unsigned)header.tlb_size_sectors * SECTOR_SIZE);
                                                                                   ^
./iodev/hdimage/vmware4.cc:350:82: warning: ignoring return value of 'ssize_t read(int, void*, size_t)', declared with attribute warn_unused_result [-Wunused-result]
     ::read(file_descriptor, tlb, (unsigned)header.tlb_size_sectors * SECTOR_SIZE);
                                                                                  ^
./iodev/hdimage/vmware4.cc: In member function 'void vmware4_image_t::flush()':
./iodev/hdimage/vmware4.cc:366:81: warning: ignoring return value of 'ssize_t write(int, const void*, size_t)', declared with attribute warn_unused_result [-Wunused-result]
   ::write(file_descriptor, tlb, (unsigned)header.tlb_size_sectors * SECTOR_SIZE);
                                                                                 ^
c++ -c -I. -I./. -Iinstrument/stubs -I./instrument/stubs -DBXIMAGE -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES   ./iodev/hdimage/vpc.cc -o misc/vpc.o
c++ -c -I. -I./. -Iinstrument/stubs -I./instrument/stubs -DBXIMAGE -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES   ./iodev/hdimage/vbox.cc -o misc/vbox.o
/bin/bash ./libtool --mode=link --tag CXX c++ -o bximage -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES   -Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib  misc/bximage.o misc/hdimage.o misc/vmware3.o misc/vmware4.o misc/vpc.o misc/vbox.o
libtool: link: c++ -o bximage -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -Wl,-zrelro -Wl,-rpath -Wl,/usr/pkg/lib misc/bximage.o misc/hdimage.o misc/vmware3.o misc/vmware4.o misc/vpc.o misc/vbox.o  -L/home/pbulk/build/emulators/bochs/work/.buildlink/lib
cc -c -I. -I./. -Iinstrument/stubs -I./instrument/stubs -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES   ./misc/bxhub.cc -o misc/bxhub.o
c++ -c -I. -I./. -Iinstrument/stubs -I./instrument/stubs -DBXHUB -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES   ./iodev/network/netutil.cc -o misc/netutil.o
./iodev/network/netutil.cc: In member function 'void vnet_server_c::tcpipv4_ftp_handler_ns(tcp_conn_t*, const Bit8u*, unsigned int)':
./iodev/network/netutil.cc:1391:50: warning: ignoring return value of 'ssize_t write(int, const void*, size_t)', declared with attribute warn_unused_result [-Wunused-result]
           write(fs->data_xfer_fd, data, data_len);
                                                  ^
./iodev/network/netutil.cc: In member function 'void vnet_server_c::ftp_send_data(tcp_conn_t*, tcp_conn_t*)':
./iodev/network/netutil.cc:1596:45: warning: ignoring return value of 'ssize_t read(int, void*, size_t)', declared with attribute warn_unused_result [-Wunused-result]
     read(fs->data_xfer_fd, buffer, data_len);
                                             ^
./iodev/network/netutil.cc: In member function 'void vnet_server_c::ftp_list_directory(tcp_conn_t*, tcp_conn_t*, const char*, const char*)':
./iodev/network/netutil.cc:1685:48: warning: ignoring return value of 'ssize_t write(int, const void*, size_t)', declared with attribute warn_unused_result [-Wunused-result]
             write(fd, linebuf, strlen(linebuf));
                                                ^
/bin/bash ./libtool --mode=link --tag CXX c++ -o bxhub -pipe -O2 -I/usr/pkg/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES   -Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib misc/bxhub.o misc/netutil.o 
libtool: link: c++ -o bxhub -pipe -O2 -I/home/pbulk/build/emulators/bochs/work/.buildlink/include -DPARANOID -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -Wl,-zrelro -Wl,-rpath -Wl,/usr/pkg/lib misc/bxhub.o misc/netutil.o  -L/home/pbulk/build/emulators/bochs/work/.buildlink/lib