Date: Fri, 21 Nov 2014 10:57:45 +0100 From: Jan Beich <jbeich@vfemail.net> To: Juergen Lock <nox@FreeBSD.org> Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r372573 - head/emulators/qemu-devel/files Message-ID: <tx1s-dgfa-wny@vfemail.net> In-Reply-To: <201411141852.sAEIqXwd092288@svn.freebsd.org> (Juergen Lock's message of "Fri, 14 Nov 2014 18:52:33 %2B0000 (UTC)") References: <201411141852.sAEIqXwd092288@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Juergen Lock <nox@FreeBSD.org> writes: > Log: > (Attempt to) fix build on head after faith(4) removal. (r274331) > > Submitted by: beefy1 via pkg-fallout > > Added: > head/emulators/qemu-devel/files/extra-patch-bsd-user-freebsd-os-socket.h > (contents, props changed) Did you miss connect the patch to the build? It still fails otherwise. $ make DISABLE_MAKE_JOBS= ===> Building for qemu-user-static-2.0.2_6 gmake[2]: Entering directory '/work/qemu-2.0.2' CC i386-bsd-user/bsd-user/syscall.o In file included from /work/qemu-2.0.2/bsd-user/syscall.c:52: /work/qemu-2.0.2/bsd-user/freebsd/os-socket.h:184:14: error: use of undeclared identifier 'IP_FAITH' case IP_FAITH: /* bool; accept FAITH'ed connections */ ^ /work/qemu-2.0.2/bsd-user/freebsd/os-socket.h:457:14: error: use of undeclared identifier 'IP_FAITH' case IP_FAITH: ^ 2 errors generated. Index: emulators/qemu-devel/Makefile =================================================================== --- emulators/qemu-devel/Makefile (revision 372830) +++ emulators/qemu-devel/Makefile (working copy) @@ -48,6 +48,7 @@ CONFLICTS_INSTALL= qemu-[0-9]* .if ${PORT_OPTIONS:MBSD_USER} EXTRA_PATCHES+= ${FILESDIR}/extra-patch-790d0ef625d22ff3f1a895d266a48e2bacd63776 +EXTRA_PATCHES+= ${FILESDIR}/extra-patch-bsd-user-freebsd-os-socket.h EXTRA_PATCHES+= ${FILESDIR}/extra-patch-3d175d6ed5b809976662135369c639f53780ca5c EXTRA_PATCHES+= ${FILESDIR}/extra-patch-a3129eea10f188bfd39ce83b18b25dcefbc5bffc EXTRA_PATCHES+= ${FILESDIR}/extra-patch-fd7ec8e06cd1876ef478975f052ff64134d19c6c ------------------------------------------------- VFEmail.net - http://www.vfemail.net ONLY AT VFEmail! - Use our Metadata Mitigator to keep your email out of the NSA's hands! $24.95 ONETIME Lifetime accounts with Privacy Features! 15GB disk! No bandwidth quotas! Commercial and Bulk Mail Options!
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?tx1s-dgfa-wny>