Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 05 Jul 2018 05:00:13 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 229525] net/vde2: error: use of undeclared identifier 'BIOCSHDRCMPLT'
Message-ID:  <bug-229525-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D229525

            Bug ID: 229525
           Summary: net/vde2: error: use of undeclared identifier
                    'BIOCSHDRCMPLT'
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: ohartmann@walstatt.org

This problem pops up on recent CURRENT, hosting a poudriere CURRENT jail and
the port is part of packages being compiled via poudriere (also most recent
version as of today). The problem is present on CURRENT, not RELENG!

[...]
/bin/sh ../libtool  --tag=3DCC   --mode=3Dlink cc  -Wall  -O2 -pipe=20
-fstack-protector -fno-strict-aliasing  -L/usr/local/lib -fstack-protector =
-o
vdeterm vdeterm.o common/libvdecommon.la -lm lib/libvdeplug.la
lib/libvdehist.la -ldl=20
libtool: link: cc -Wall -O2 -pipe -fstack-protector -fno-strict-aliasing
-fstack-protector -o .libs/vdeterm vdeterm.o  -L/usr/local/lib
common/.libs/libvdecommon.a -lm lib/.libs/libvdeplug.so lib/.libs/libvdehis=
t.so
-ldl -Wl,-rpath -Wl,/usr/local/lib
depbase=3D`echo vde_pcapplug.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
cc -DHAVE_CONFIG_H -I. -I../include  -I../include
-DSYSCONFDIR=3D"\"/usr/local/etc\"" -DLOCALSTATEDIR=3D"\"/var\""
-I/usr/local/include  -Wall  -O2 -pipe  -fstack-protector -fno-strict-alias=
ing
-MT vde_pcapplug.o -MD -MP -MF $depbase.Tpo -c -o vde_pcapplug.o vde_pcappl=
ug.c
&&\
mv -f $depbase.Tpo $depbase.Po
vde_pcapplug.c:204:34: error: use of undeclared identifier 'BIOCSHDRCMPLT'
        { unsigned int i =3D 1; ioctl(fd, BIOCSHDRCMPLT, &i); }
                                        ^

--=20
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-229525-7788>