Date: Tue, 17 Mar 2015 14:21:13 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 198657] net/vde2 can't compile Message-ID: <bug-198657-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198657 Bug ID: 198657 Summary: net/vde2 can't compile Product: Ports & Packages Version: Latest Hardware: amd64 OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: amp@nforced.net Created attachment 154454 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=154454&action=edit build log Can't compile, full log attached. vde_pcapplug.c:204:34: error: use of undeclared identifier 'BIOCSHDRCMPLT' { unsigned int i = 1; ioctl(fd, BIOCSHDRCMPLT, &i); } ^ vde_pcapplug.c:208:34: error: use of undeclared identifier 'BIOCIMMEDIATE' { unsigned int i = 1; ioctl(fd, BIOCIMMEDIATE, &i); } ^ vde_pcapplug.c:212:34: error: use of undeclared identifier 'BIOCFEEDBACK' { unsigned int i = 1; ioctl(fd, BIOCFEEDBACK, &i); } ^ 3 errors generated. Makefile:499: recipe for target 'vde_pcapplug.o' failed gmake[5]: *** [vde_pcapplug.o] Error 1 gmake[5]: Leaving directory '/usr/ports/net/vde2/work/vde2-2.3.2/src' Makefile:538: recipe for target 'all-recursive' failed gmake[4]: *** [all-recursive] Error 1 gmake[4]: Leaving directory '/usr/ports/net/vde2/work/vde2-2.3.2/src' Makefile:309: recipe for target 'all-recursive' failed gmake[3]: *** [all-recursive] Error 1 gmake[3]: Leaving directory '/usr/ports/net/vde2/work/vde2-2.3.2' *** Error code 1 Stop. make[2]: stopped in /usr/ports/net/vde2 *** Error code 1 Stop. make[1]: stopped in /usr/ports/net/vde2 *** Error code 1 Stop. make: stopped in /usr/ports/net/vde2 -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-198657-13>