=> Bootstrap dependency digest>=20010302: found digest-20121220 ===> Skipping vulnerability checks. WARNING: No /var/db/pkg/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /var/db/pkg fetch-pkg-vulnerabilities'. => Checksum SHA1 OK for qemu-0.15.1.tar.gz => Checksum RMD160 OK for qemu-0.15.1.tar.gz => Checksum SHA512 OK for qemu-0.15.1.tar.gz ===> Installing dependencies for qemu-0.15.1nb15 ========================================================================== The supported build options for qemu are: sdl The currently selected options are: sdl You can select which build options to use by setting PKG_DEFAULT_OPTIONS or the following variable. Its current value is shown: PKG_OPTIONS.qemu (not defined) ========================================================================== ========================================================================== The following variables will affect the build process of this package, qemu-0.15.1nb15. Their current value is shown below: * CURSES_DEFAULT = curses * KRB5_DEFAULT = heimdal * PYTHON_VERSION_DEFAULT = 27 * SSLBASE = /usr * SSLCERTS = /etc/openssl/certs * SSLDIR = /etc/openssl * SSLKEYS = /etc/openssl/private * TERMINFO_DEFAULT = terminfo Based on these variables, the following variables have been set: * CURSES_TYPE = curses * KRB5BASE (defined, but empty) * KRB5_TYPE = heimdal * PYPACKAGE = python27 * TERMINFO_TYPE = terminfo You may want to abort the process now with CTRL-C and change their value before continuing. Be sure to run `/usr/bin/make clean' after the changes. ========================================================================== => Tool dependency gmake>=3.81: found gmake-4.1nb1 => Tool dependency perl>=5.0: found perl-5.22.0 => Tool dependency pkg-config>=0.25: found pkg-config-0.29 => Tool dependency checkperms>=1.1: found checkperms-1.11 => Build dependency texi2html-[0-9]*: found texi2html-5.0nb5 => Build dependency x11-links>=1.00: found x11-links-1.00 => Build dependency cwrappers>=20150314: found cwrappers-20150707 => Full dependency SDL>=1.2.15nb17: found SDL-1.2.15nb18 => Full dependency glib2>=2.34.0: found glib2-2.44.1nb1 => Full dependency python27>=2.7.1nb2: found python27-2.7.10nb1 => Full dependency curl>=7.35.0nb1: found curl-7.45.0 ===> Overriding tools for qemu-0.15.1nb15 ===> Extracting for qemu-0.15.1nb15 ===> Patching for qemu-0.15.1nb15 mv /scratch/emulators/qemu0/work/qemu-0.15.1/audio/audio.h /scratch/emulators/qemu0/work/qemu-0.15.1/audio/qaudio.h => Applying pkgsrc patches for qemu-0.15.1nb15 => Verifying /bulk-data/pkgsrc/emulators/qemu0/patches/patch-aa => Applying pkgsrc patch /bulk-data/pkgsrc/emulators/qemu0/patches/patch-aa Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-aa,v 1.1 2012/06/07 21:35:37 ryoon Exp $ | |* fixes a bug with tap device detection | |--- net/tap-bsd.c.orig 2011-08-08 18:28:42.000000000 +0000 |+++ net/tap-bsd.c -------------------------- Patching file net/tap-bsd.c using Plan A... Hunk #1 succeeded at 28. Hunk #2 succeeded at 42. Hunk #3 succeeded at 83. done => Verifying /bulk-data/pkgsrc/emulators/qemu0/patches/patch-ao => Applying pkgsrc patch /bulk-data/pkgsrc/emulators/qemu0/patches/patch-ao Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-ao,v 1.1 2012/06/07 21:35:37 ryoon Exp $ | |--- audio/mixeng.c.orig 2011-08-08 18:28:42 +0000 |+++ audio/mixeng.c -------------------------- Patching file audio/mixeng.c using Plan A... Hunk #1 succeeded at 143. Hunk #2 succeeded at 210. done => Verifying /bulk-data/pkgsrc/emulators/qemu0/patches/patch-ba => Applying pkgsrc patch /bulk-data/pkgsrc/emulators/qemu0/patches/patch-ba Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-ba,v 1.1 2012/06/07 21:35:37 ryoon Exp $ | |--- hw/pcspk.c.orig 2011-08-08 18:28:42 +0000 |+++ hw/pcspk.c -------------------------- Patching file hw/pcspk.c using Plan A... Hunk #1 succeeded at 42. Hunk #2 succeeded at 111. done => Verifying /bulk-data/pkgsrc/emulators/qemu0/patches/patch-bb => Applying pkgsrc patch /bulk-data/pkgsrc/emulators/qemu0/patches/patch-bb Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-bb,v 1.1 2012/06/07 21:35:37 ryoon Exp $ | |* fix build on NetBSD/4.0.1. | |--- scripts/signrom.sh.orig 2011-08-08 18:28:42.000000000 +0000 |+++ scripts/signrom.sh -------------------------- Patching file scripts/signrom.sh using Plan A... Hunk #1 succeeded at 26. done => Verifying /bulk-data/pkgsrc/emulators/qemu0/patches/patch-cache-utils.c => Applying pkgsrc patch /bulk-data/pkgsrc/emulators/qemu0/patches/patch-cache-utils.c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-cache-utils.c,v 1.1 2014/12/27 01:53:55 dholland Exp $ | |Add NetBSD support for PowerPC cache line handling. From Ben Gergely |in PR 48865. | |--- cache-utils.c~ 2011-10-12 16:41:43.000000000 +0000 |+++ cache-utils.c -------------------------- Patching file cache-utils.c using Plan A... Hunk #1 succeeded at 57. Hunk #2 succeeded at 69. done => Verifying /bulk-data/pkgsrc/emulators/qemu0/patches/patch-dd => Applying pkgsrc patch /bulk-data/pkgsrc/emulators/qemu0/patches/patch-dd Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-dd,v 1.1 2012/06/07 21:35:37 ryoon Exp $ | |Remove confsuffix from sysconfdir so that our PKG_SYSCONFSUBDIR setting |works. | |Install man pages into ${PREFIX}/man, not ${PREFIX}/share/man. | |Handle arm and armeb case on NetBSD. |XXX: it looks mips is always treated as big endian. | |--- configure.orig 2011-08-08 18:28:42 +0000 |+++ configure -------------------------- Patching file configure using Plan A... Hunk #1 succeeded at 141. Hunk #2 succeeded at 281. Hunk #3 succeeded at 1163 (offset 5 lines). Hunk #4 succeeded at 2745 (offset 9 lines). done => Verifying /bulk-data/pkgsrc/emulators/qemu0/patches/patch-ed => Applying pkgsrc patch /bulk-data/pkgsrc/emulators/qemu0/patches/patch-ed Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-ed,v 1.1 2012/06/07 21:35:37 ryoon Exp $ | |--- target-i386/translate.c.orig 2011-08-08 18:28:42 +0000 |+++ target-i386/translate.c -------------------------- Patching file target-i386/translate.c using Plan A... Hunk #1 succeeded at 4856. done => Verifying /bulk-data/pkgsrc/emulators/qemu0/patches/patch-ef => Applying pkgsrc patch /bulk-data/pkgsrc/emulators/qemu0/patches/patch-ef Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-ef,v 1.1 2012/06/07 21:35:37 ryoon Exp $ | |Avoid conflicts with SSP read() macro in NetBSD's |(PR lib/43832: ssp causes common names to be defines) | |--- audio/audio.c.orig 2011-08-08 18:28:42 +0000 |+++ audio/audio.c -------------------------- Patching file audio/audio.c using Plan A... Hunk #1 succeeded at 1162. done => Verifying /bulk-data/pkgsrc/emulators/qemu0/patches/patch-eg => Applying pkgsrc patch /bulk-data/pkgsrc/emulators/qemu0/patches/patch-eg Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-eg,v 1.1 2012/06/07 21:35:37 ryoon Exp $ | |Avoid conflicts with SSP read() macro in NetBSD's |(PR lib/43832: ssp causes common names to be defines) | |--- hw/etraxfs_eth.c.orig 2011-08-08 18:28:42 +0000 |+++ hw/etraxfs_eth.c -------------------------- Patching file hw/etraxfs_eth.c using Plan A... Hunk #1 succeeded at 184. Hunk #2 succeeded at 347. done => Verifying /bulk-data/pkgsrc/emulators/qemu0/patches/patch-eh => Applying pkgsrc patch /bulk-data/pkgsrc/emulators/qemu0/patches/patch-eh Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-eh,v 1.1 2012/06/07 21:35:37 ryoon Exp $ | |Avoid conflicts with SSP read() macro in NetBSD's |(PR lib/43832: ssp causes common names to be defines) | |--- hw/omap_dss.c.orig 2011-08-08 18:28:42 +0000 |+++ hw/omap_dss.c -------------------------- Patching file hw/omap_dss.c using Plan A... Hunk #1 succeeded at 774. done => Verifying /bulk-data/pkgsrc/emulators/qemu0/patches/patch-ei => Applying pkgsrc patch /bulk-data/pkgsrc/emulators/qemu0/patches/patch-ei Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-ei,v 1.1 2012/06/07 21:35:37 ryoon Exp $ | |Avoid conflicts with SSP read() macro in NetBSD's |(PR lib/43832: ssp causes common names to be defines) | |--- rwhandler.c.orig 2011-08-08 18:28:42 +0000 |+++ rwhandler.c -------------------------- Patching file rwhandler.c using Plan A... Hunk #1 succeeded at 13. done => Verifying /bulk-data/pkgsrc/emulators/qemu0/patches/patch-en => Applying pkgsrc patch /bulk-data/pkgsrc/emulators/qemu0/patches/patch-en Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-en,v 1.1 2012/06/07 21:35:37 ryoon Exp $ | |--- tcg/arm/tcg-target.h.orig 2011-08-08 18:28:42 +0000 |+++ tcg/arm/tcg-target.h -------------------------- Patching file tcg/arm/tcg-target.h using Plan A... Hunk #1 succeeded at 83. done => Verifying /bulk-data/pkgsrc/emulators/qemu0/patches/patch-et => Applying pkgsrc patch /bulk-data/pkgsrc/emulators/qemu0/patches/patch-et Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-et,v 1.1 2012/06/07 21:35:37 ryoon Exp $ | |--- Makefile.orig 2011-08-08 18:28:42 +0000 |+++ Makefile -------------------------- Patching file Makefile using Plan A... Hunk #1 succeeded at 261. done => Verifying /bulk-data/pkgsrc/emulators/qemu0/patches/patch-hw_ppc__newworld.c => Applying pkgsrc patch /bulk-data/pkgsrc/emulators/qemu0/patches/patch-hw_ppc__newworld.c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-hw_ppc__newworld.c,v 1.1 2012/06/07 21:35:37 ryoon Exp $ | |Avoid conflicts with round_page() macro in DragonFly's | |--- hw/ppc_newworld.c.orig 2011-08-08 18:28:42 +0000 |+++ hw/ppc_newworld.c -------------------------- Patching file hw/ppc_newworld.c using Plan A... Hunk #1 succeeded at 120. Hunk #2 succeeded at 225. Hunk #3 succeeded at 233. done => Verifying /bulk-data/pkgsrc/emulators/qemu0/patches/patch-hw_ppc__oldworld.c => Applying pkgsrc patch /bulk-data/pkgsrc/emulators/qemu0/patches/patch-hw_ppc__oldworld.c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-hw_ppc__oldworld.c,v 1.1 2012/06/07 21:35:37 ryoon Exp $ | |Avoid conflicts with round_page() macro in DragonFly's | |--- hw/ppc_oldworld.c.orig 2011-08-08 18:28:42 +0000 |+++ hw/ppc_oldworld.c -------------------------- Patching file hw/ppc_oldworld.c using Plan A... Hunk #1 succeeded at 59. Hunk #2 succeeded at 162. Hunk #3 succeeded at 170. done => Verifying /bulk-data/pkgsrc/emulators/qemu0/patches/patch-hw_xilinx__axienet.c => Applying pkgsrc patch /bulk-data/pkgsrc/emulators/qemu0/patches/patch-hw_xilinx__axienet.c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-hw_xilinx__axienet.c,v 1.1 2012/06/07 21:35:37 ryoon Exp $ | |Avoid conflicts with SSP read() macro in NetBSD's | |--- hw/xilinx_axienet.c.orig 2011-08-08 18:28:42 +0000 |+++ hw/xilinx_axienet.c -------------------------- Patching file hw/xilinx_axienet.c using Plan A... Hunk #1 succeeded at 189. done => Verifying /bulk-data/pkgsrc/emulators/qemu0/patches/patch-ioport.c => Applying pkgsrc patch /bulk-data/pkgsrc/emulators/qemu0/patches/patch-ioport.c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-ioport.c,v 1.1 2012/06/07 21:35:37 ryoon Exp $ | |Avoid conflicts with SSP read() macro in NetBSD's | |--- ioport.c.orig 2011-08-08 18:28:42 +0000 |+++ ioport.c -------------------------- Patching file ioport.c using Plan A... Hunk #1 succeeded at 181. Hunk #2 succeeded at 190. Hunk #3 succeeded at 199. done => Verifying /bulk-data/pkgsrc/emulators/qemu0/patches/patch-scripts_texi2pod.pl => Applying pkgsrc patch /bulk-data/pkgsrc/emulators/qemu0/patches/patch-scripts_texi2pod.pl Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-scripts_texi2pod.pl,v 1.1 2013/06/03 11:54:42 obache Exp $ | |* allow UTF-8 in man | pod2man in perl-5.18 dislike using UTF-8 character without =encoding | http://git.qemu.org/?p=qemu.git;a=commitdiff;h=3179d694a8dcaa091131e3db644d445c0130713e | |--- scripts/texi2pod.pl.orig 2011-10-12 16:41:43.000000000 +0000 |+++ scripts/texi2pod.pl -------------------------- Patching file scripts/texi2pod.pl using Plan A... Hunk #1 succeeded at 36. Hunk #2 succeeded at 98. Hunk #3 succeeded at 343. done => Verifying /bulk-data/pkgsrc/emulators/qemu0/patches/patch-slirp_tcp__subr.c => Applying pkgsrc patch /bulk-data/pkgsrc/emulators/qemu0/patches/patch-slirp_tcp__subr.c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-slirp_tcp__subr.c,v 1.1 2012/06/07 21:35:37 ryoon Exp $ | |When setting up an outgoing user mode networking TCP connection, |disable the Nagle algorithm in the host-side connection. Either |the VM is already doing Nagle, in which case there is no point |in doing it twice, or it has chosen to disable it, in which case |we should respect that choice. This change speeds up GDB remote |debugging over TCP over user mode networking by multiple orders |of magnitude. | |--- slirp/tcp_subr.c.orig 2011-10-12 16:41:43.000000000 +0000 |+++ slirp/tcp_subr.c -------------------------- Patching file slirp/tcp_subr.c using Plan A... Hunk #1 succeeded at 334. done ===> Creating toolchain wrappers for qemu-0.15.1nb15 src=/usr/X11R7/lib/pkgconfig/fixesproto.pc dst=/scratch/emulators/qemu0/work/.buildlink/lib/pkgconfig/fixesext.pc; /bin/mkdir -p /scratch/emulators/qemu0/work/.buildlink/lib/pkgconfig; if test -f ${src}; then /bin/ln -sf ${src} ${dst}; fi ===> Configuring for qemu-0.15.1nb15 => Fixing audio.h confusion INFO: [subst.mk:qaudio] Nothing changed in ./hw/mips_jazz.c. INFO: [subst.mk:qaudio] Nothing changed in ./hw/mips_malta.c. => Generating pkg-config file for builtin expat package. => Replacing Perl interpreter in texi2pod.pl. WARNING: [replace-interpreter] Skipping non-existent file "texi2pod.pl". => Checking for portability problems in extracted files test: yes: unexpected operator Install prefix /usr/pkg BIOS directory /usr/pkg/share/qemu binary directory /usr/pkg/bin library directory /usr/pkg/lib config directory /usr/pkg/etc/qemu Manual directory /usr/pkg/man ELF interp prefix /usr/pkg/share/qemu Source path /scratch/emulators/qemu0/work/qemu-0.15.1 C compiler gcc Host C compiler gcc CFLAGS -O2 -g -O2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/include -I/usr/X11R7/include/libdrm -I/usr/include/krb5 QEMU_CFLAGS -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fstack-protector-all -Wendif-labels -Wmissing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits LDFLAGS -Wl,--warn-common -g -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib -L/usr/lib -Wl,-R/usr/lib make make install /usr/bin/install -c -o pbulk -g users python /usr/pkg/bin/python2.7 smbd /usr/sbin/smbd host CPU arm host big endian no target list i386-softmmu x86_64-softmmu arm-softmmu cris-softmmu lm32-softmmu m68k-softmmu microblaze-softmmu microblazeel-softmmu mips-softmmu mipsel-softmmu mips64-softmmu mips64el-softmmu ppc-softmmu ppcemb-softmmu ppc64-softmmu sh4-softmmu sh4eb-softmmu sparc-softmmu sparc64-softmmu s390x-softmmu i386-bsd-user x86_64-bsd-user sparc-bsd-user sparc64-bsd-user tcg debug enabled no Mon debug enabled no gprof enabled no sparse enabled no strip binaries yes profiler no static build no -Werror enabled no SDL support yes curses support no curl support yes check support no mingw32 support no Audio drivers oss Extra audio cards ac97 es1370 sb16 hda Block whitelist Mixer emulation no VNC support yes VNC TLS support no VNC SASL support no VNC JPEG support no VNC PNG support no VNC thread no xen support no brlapi support no bluez support no Documentation yes NPTL support no GUEST_BASE yes PIE user targets no vde support no IO thread no Linux AIO support no ATTR/XATTR support no Install blobs yes KVM support fdt support no preadv support yes fdatasync yes madvise yes posix_madvise yes uuid support no vhost-net support Trace backend nop Trace output file trace- spice support no rbd support no xfsctl support no nss used no usb net redir no OpenGL support yes build guest agent yes