Date: Fri, 21 Nov 2014 18:34:14 +0100 From: Juergen Lock <nox@jelal.kn-bremen.de> To: Jan Beich <jbeich@vfemail.net> Cc: svn-ports-head@FreeBSD.org, Juergen Lock <nox@FreeBSD.org>, svn-ports-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: svn commit: r372573 - head/emulators/qemu-devel/files Message-ID: <20141121173414.GA46766@enceladus10.kn-bremen.de> In-Reply-To: <tx1s-dgfa-wny@vfemail.net> References: <201411141852.sAEIqXwd092288@svn.freebsd.org> <tx1s-dgfa-wny@vfemail.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Nov 21, 2014 at 10:57:45AM +0100, Jan Beich wrote: > 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. > Yeah I just noticed the same from the pkg-fallout mail... will fix. Juergen > $ 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?20141121173414.GA46766>