[Bug 235368] net/vether-kmod: Update to g20190201

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Feb 6 13:12:58 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235368

Steve Wills <swills at FreeBSD.org> changed:

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

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

--- if_vether.o ---
cc  -O2 -pipe -fno-strict-aliasing  -Werror -D_KERNEL -DKLD_MODULE -nostdinc  
-I. -I/usr/src/sys -I/usr/src/sys/contrib/ck/include -fno-common 
-fno-omit-frame-pointer -mno-omit-leaf-frame-pointer    -MD 
-MF.depend.if_vether.o -MTif_vether.o -mcmodel=kernel -mno-red-zone -mno-mmx
-mno-sse -msoft-float  -fno-asynchronous-unwind-tables -ffreestanding -fwrapv
-fstack-protector -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes
-Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wundef -Wno-pointer-sign
-D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs
-fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare
-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=iso9899: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-80680158073ad832a7726d5d6f5e22855af9ba6f/src
1 error

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

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list