[Bug 198657] net/vde2 can't compile
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Mar 17 14:21:13 UTC 2015
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 at FreeBSD.org
Reporter: amp at 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.
More information about the freebsd-ports-bugs
mailing list