Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 06 Feb 2019 13:12:56 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 235368] net/vether-kmod: Update to g20190201
Message-ID:  <bug-235368-7788-gGFUsA8NgO@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-235368-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-235368-7788@https.bugs.freebsd.org/bugzilla/>

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

Steve Wills <swills@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |swills@FreeBSD.org

--- Comment #1 from Steve Wills <swills@FreeBSD.org> ---
Fails to build on HEAD:

--- if_vether.o ---
cc  -O2 -pipe -fno-strict-aliasing  -Werror -D_KERNEL -DKLD_MODULE -nostdin=
c=20=20
-I. -I/usr/src/sys -I/usr/src/sys/contrib/ck/include -fno-common=20
-fno-omit-frame-pointer -mno-omit-leaf-frame-pointer    -MD=20
-MF.depend.if_vether.o -MTif_vether.o -mcmodel=3Dkernel -mno-red-zone -mno-=
mmx
-mno-sse -msoft-float  -fno-asynchronous-unwind-tables -ffreestanding -fwra=
pv
-fstack-protector -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototy=
pes
-Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wundef -Wno-pointer-sign
-D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs
-fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-comp=
are
-Wno-error-empty-body -Wno-error-parentheses-equality
-Wno-error-unused-function -Wno-error-pointer-sign
-Wno-error-shift-negative-value -Wno-address-of-packed-member  -mno-aes
-mno-avx  -std=3Diso9899:1999 -c if_vether.c -o if_vether.o
if_vether.c:272:4: error: use of undeclared identifier 'ifnet_rlock_et'; did
you mean 'ifnet_rwlock'?
                        IFNET_RUNLOCK_NOSLEEP();
                        ^
/usr/src/sys/net/if_var.h:595:72: note: expanded from macro
'IFNET_RUNLOCK_NOSLEEP'
#define IFNET_RUNLOCK_NOSLEEP() epoch_exit_preempt(net_epoch_preempt,
&ifnet_rlock_et)
                                                                       ^
/usr/src/sys/net/if_var.h:568:22: note: 'ifnet_rwlock' declared here
extern  struct rwlock ifnet_rwlock;
                      ^
1 error generated.
*** [if_vether.o] Error code 1

make[1]: stopped in
/wrkdirs/usr/ports/net/vether-kmod/work/if_vether-80680158073ad832a7726d5d6=
f5e22855af9ba6f/src
1 error

make[1]: stopped in
/wrkdirs/usr/ports/net/vether-kmod/work/if_vether-80680158073ad832a7726d5d6=
f5e22855af9ba6f/src

--=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-235368-7788-gGFUsA8NgO>