From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: henry.snow@nielsen.com Received: from krantz.zx2c4.com (localhost [127.0.0.1]) by krantz.zx2c4.com (ZX2C4 Mail Server) with ESMTP id f3445888 for ; Thu, 10 May 2018 13:48:11 +0000 (UTC) Received: from mail-pl0-x236.google.com (mail-pl0-x236.google.com [IPv6:2607:f8b0:400e:c01::236]) by krantz.zx2c4.com (ZX2C4 Mail Server) with ESMTP id 2bc00f7f for ; Thu, 10 May 2018 13:48:11 +0000 (UTC) Received: by mail-pl0-x236.google.com with SMTP id t12-v6so1350821plo.7 for ; Thu, 10 May 2018 06:50:55 -0700 (PDT) MIME-Version: 1.0 From: Henry Snow Date: Thu, 10 May 2018 13:50:42 +0000 Message-ID: Subject: wireguard-dkms and CentOS 7.5 To: wireguard@lists.zx2c4.com Content-Type: multipart/alternative; boundary="000000000000d0e5d5056bda4e43" List-Id: Development discussion of WireGuard List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , --000000000000d0e5d5056bda4e43 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Hi Wireguard Users, It looks like CentOS 7.5 was released recently, bringing with it new kernel and tools versions. When installing the wireguard-dkms package from the RHEL/CentOS7 repo, I'm seeing the following error: make -j40 KERNELRELEASE=3D3.10.0-862.el7.x86_64 -C /lib/modules/3.10.0-862.el7.x86_64/build M=3D/var/lib/dkms/wireguard/0.0.20180420/build...(bad exit status: 2) Error! Bad return status for module build on kernel: 3.10.0-862.el7.x86_64 (x86_64) Consult /var/lib/dkms/wireguard/0.0.20180420/build/make.log for more information. The make.log is pasted below. Any new requirements needed to build, or is a code change required? DKMS make.log for wireguard-0.0.20180420 for kernel 3.10.0-862.el7.x86_64 (x86_64) Thu May 10 09:37:05 EDT 2018 make: Entering directory `/usr/src/kernels/3.10.0-862.el7.x86_64' LD /var/lib/dkms/wireguard/0.0.20180420/build/built-in.o CC [M] /var/lib/dkms/wireguard/0.0.20180420/build/main.o CC [M] /var/lib/dkms/wireguard/0.0.20180420/build/noise.o CC [M] /var/lib/dkms/wireguard/0.0.20180420/build/device.o CC [M] /var/lib/dkms/wireguard/0.0.20180420/build/peer.o CC [M] /var/lib/dkms/wireguard/0.0.20180420/build/timers.o CC [M] /var/lib/dkms/wireguard/0.0.20180420/build/queueing.o CC [M] /var/lib/dkms/wireguard/0.0.20180420/build/send.o CC [M] /var/lib/dkms/wireguard/0.0.20180420/build/receive.o CC [M] /var/lib/dkms/wireguard/0.0.20180420/build/socket.o CC [M] /var/lib/dkms/wireguard/0.0.20180420/build/hashtables.o CC [M] /var/lib/dkms/wireguard/0.0.20180420/build/allowedips.o CC [M] /var/lib/dkms/wireguard/0.0.20180420/build/ratelimiter.o CC [M] /var/lib/dkms/wireguard/0.0.20180420/build/cookie.o CC [M] /var/lib/dkms/wireguard/0.0.20180420/build/netlink.o CC [M] /var/lib/dkms/wireguard/0.0.20180420/build/crypto/curve25519.o CC [M] /var/lib/dkms/wireguard/0.0.20180420/build/crypto/chacha20poly1305.o AS [M] /var/lib/dkms/wireguard/0.0.20180420/build/crypto/chacha20-x86_64.o CC [M] /var/lib/dkms/wireguard/0.0.20180420/build/crypto/blake2s.o AS [M] /var/lib/dkms/wireguard/0.0.20180420/build/crypto/poly1305-x86_64.o AS [M] /var/lib/dkms/wireguard/0.0.20180420/build/crypto/blake2s-x86_64.= o CC [M] /var/lib/dkms/wireguard/0.0.20180420/build/compat/siphash/siphash.o /var/lib/dkms/wireguard/0.0.20180420/build/crypto/chacha20-x86_64.o: warning: objtool: chacha20_avx512vl()+0x3f: can't find jump dest instruction at .text+0x2669 In file included from :0:0: /var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:115:20: error: redefinition of =E2=80=98skb_reset_tc=E2=80=99 static inline void skb_reset_tc(struct sk_buff *skb) ^ In file included from include/linux/filter.h:11:0, from include/net/sock.h:67, from include/linux/tcp.h:23, from include/linux/ipv6.h:70, from include/net/dsfield.h:11, from include/net/ip_tunnels.h:12, from /var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:80, from :0: include/net/sch_generic.h:454:20: note: previous definition of =E2=80=98skb_reset_tc=E2=80=99 was here static inline void skb_reset_tc(struct sk_buff *skb) ^ In file included from :0:0: /var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:115:20: error: redefinition of =E2=80=98skb_reset_tc=E2=80=99 static inline void skb_reset_tc(struct sk_buff *skb) ^ In file included from include/linux/filter.h:11:0, from include/net/sock.h:67, from include/linux/tcp.h:23, from include/linux/ipv6.h:70, from include/net/dsfield.h:11, from include/net/ip_tunnels.h:12, from /var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:80, from :0: include/net/sch_generic.h:454:20: note: previous definition of =E2=80=98skb_reset_tc=E2=80=99 was here static inline void skb_reset_tc(struct sk_buff *skb) ^ In file included from :0:0: /var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:115:20: error: redefinition of =E2=80=98skb_reset_tc=E2=80=99 static inline void skb_reset_tc(struct sk_buff *skb) ^ In file included from include/linux/filter.h:11:0, from include/net/sock.h:67, from include/linux/tcp.h:23, from include/linux/ipv6.h:70, from include/net/dsfield.h:11, from include/net/ip_tunnels.h:12, from /var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:80, from :0: include/net/sch_generic.h:454:20: note: previous definition of =E2=80=98skb_reset_tc=E2=80=99 was here static inline void skb_reset_tc(struct sk_buff *skb) ^ In file included from :0:0: /var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:115:20: error: redefinition of =E2=80=98skb_reset_tc=E2=80=99 static inline void skb_reset_tc(struct sk_buff *skb) ^ In file included from /var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:177:0, from :0: /var/lib/dkms/wireguard/0.0.20180420/build/compat/checksum/checksum_partial= _compat.h:192:19: error: static declaration of =E2=80=98skb_checksum_setup=E2=80=99 follows n= on-static declaration static inline int skb_checksum_setup(struct sk_buff *skb, bool recalculate= ) ^ In file included from include/linux/filter.h:11:0, from include/net/sock.h:67, from include/linux/tcp.h:23, from include/linux/ipv6.h:70, from include/net/dsfield.h:11, from include/net/ip_tunnels.h:12, from /var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:80, from :0: include/net/sch_generic.h:454:20: note: previous definition of =E2=80=98skb_reset_tc=E2=80=99 was here static inline void skb_reset_tc(struct sk_buff *skb) ^ In file included from include/linux/ip.h:20:0, from include/linux/if_tunnel.h:4, from include/net/ip_tunnels.h:4, from /var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:80, from :0: include/linux/skbuff.h:3855:5: note: previous declaration of =E2=80=98skb_checksum_setup=E2=80=99 was here int skb_checksum_setup(struct sk_buff *skb, bool recalculate); ^ In file included from /var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:177:0, from :0: /var/lib/dkms/wireguard/0.0.20180420/build/compat/checksum/checksum_partial= _compat.h:192:19: error: static declaration of =E2=80=98skb_checksum_setup=E2=80=99 follows n= on-static declaration static inline int skb_checksum_setup(struct sk_buff *skb, bool recalculate= ) ^ In file included from /var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:177:0, from :0: /var/lib/dkms/wireguard/0.0.20180420/build/compat/checksum/checksum_partial= _compat.h:192:19: error: static declaration of =E2=80=98skb_checksum_setup=E2=80=99 follows n= on-static declaration static inline int skb_checksum_setup(struct sk_buff *skb, bool recalculate= ) ^ In file included from include/linux/ip.h:20:0, from include/linux/if_tunnel.h:4, from include/net/ip_tunnels.h:4, from /var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:80, from :0: include/linux/skbuff.h:3855:5: note: previous declaration of =E2=80=98skb_checksum_setup=E2=80=99 was here int skb_checksum_setup(struct sk_buff *skb, bool recalculate); ^ In file included from :0:0: /var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:445:31: error: static declaration of =E2=80=98genl_family_attrbuf=E2=80=99 follows non-sta= tic declaration static inline struct nlattr **genl_family_attrbuf(const struct genl_family *family) ^ In file included from /var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:439:0, from :0: include/net/genetlink.h:77:17: note: previous declaration of =E2=80=98genl_family_attrbuf=E2=80=99 was here struct nlattr **genl_family_attrbuf(const struct genl_family *family); ^ In file included from include/linux/ip.h:20:0, from include/linux/if_tunnel.h:4, from include/net/ip_tunnels.h:4, from /var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:80, from :0: include/linux/skbuff.h:3855:5: note: previous declaration of =E2=80=98skb_checksum_setup=E2=80=99 was here int skb_checksum_setup(struct sk_buff *skb, bool recalculate); ^ In file included from /var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:177:0, from :0: /var/lib/dkms/wireguard/0.0.20180420/build/compat/checksum/checksum_partial= _compat.h:192:19: error: static declaration of =E2=80=98skb_checksum_setup=E2=80=99 follows n= on-static declaration static inline int skb_checksum_setup(struct sk_buff *skb, bool recalculate= ) ^ In file included from include/linux/ip.h:20:0, from include/linux/if_tunnel.h:4, from include/net/ip_tunnels.h:4, from /var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:80, from :0: include/linux/skbuff.h:3855:5: note: previous declaration of =E2=80=98skb_checksum_setup=E2=80=99 was here int skb_checksum_setup(struct sk_buff *skb, bool recalculate); ^ In file included from :0:0: /var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:445:31: error: static declaration of =E2=80=98genl_family_attrbuf=E2=80=99 follows non-sta= tic declaration static inline struct nlattr **genl_family_attrbuf(const struct genl_family *family) ^ In file included from /var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:439:0, from :0: include/net/genetlink.h:77:17: note: previous declaration of =E2=80=98genl_family_attrbuf=E2=80=99 was here struct nlattr **genl_family_attrbuf(const struct genl_family *family); ^ In file included from :0:0: /var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:445:31: error: static declaration of =E2=80=98genl_family_attrbuf=E2=80=99 follows non-sta= tic declaration static inline struct nlattr **genl_family_attrbuf(const struct genl_family *family) ^ In file included from /var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:439:0, from :0: include/net/genetlink.h:77:17: note: previous declaration of =E2=80=98genl_family_attrbuf=E2=80=99 was here struct nlattr **genl_family_attrbuf(const struct genl_family *family); ^ In file included from :0:0: /var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:115:20: error: redefinition of =E2=80=98skb_reset_tc=E2=80=99 static inline void skb_reset_tc(struct sk_buff *skb) ^ In file included from :0:0: /var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:115:20: error: redefinition of =E2=80=98skb_reset_tc=E2=80=99 static inline void skb_reset_tc(struct sk_buff *skb) ^ In file included from :0:0: /var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:115:20: error: redefinition of =E2=80=98skb_reset_tc=E2=80=99 static inline void skb_reset_tc(struct sk_buff *skb) ^ In file included from include/linux/filter.h:11:0, from include/net/sock.h:67, from include/linux/tcp.h:23, from include/linux/ipv6.h:70, from include/net/dsfield.h:11, from include/net/ip_tunnels.h:12, from /var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:80, from :0: include/net/sch_generic.h:454:20: note: previous definition of =E2=80=98skb_reset_tc=E2=80=99 was here static inline void skb_reset_tc(struct sk_buff *skb) ^ In file included from include/linux/filter.h:11:0, from include/net/sock.h:67, from include/linux/tcp.h:23, from include/linux/ipv6.h:70, from include/net/dsfield.h:11, from include/net/ip_tunnels.h:12, from /var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:80, from :0: include/net/sch_generic.h:454:20: note: previous definition of =E2=80=98skb_reset_tc=E2=80=99 was here static inline void skb_reset_tc(struct sk_buff *skb) ^ In file included from include/linux/filter.h:11:0, from include/net/sock.h:67, from include/linux/tcp.h:23, from include/linux/ipv6.h:70, from include/net/dsfield.h:11, from include/net/ip_tunnels.h:12, from /var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:80, from :0: include/net/sch_generic.h:454:20: note: previous definition of =E2=80=98skb_reset_tc=E2=80=99 was here static inline void skb_reset_tc(struct sk_buff *skb) ^ In file included from :0:0: /var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:445:31: error: static declaration of =E2=80=98genl_family_attrbuf=E2=80=99 follows non-sta= tic declaration static inline struct nlattr **genl_family_attrbuf(const struct genl_family *family) ^ In file included from /var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:439:0, from :0: include/net/genetlink.h:77:17: note: previous declaration of =E2=80=98genl_family_attrbuf=E2=80=99 was here struct nlattr **genl_family_attrbuf(const struct genl_family *family); ^ In file included from :0:0: /var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:115:20: error: redefinition of =E2=80=98skb_reset_tc=E2=80=99 static inline void skb_reset_tc(struct sk_buff *skb) ^ In file included from include/linux/filter.h:11:0, from include/net/sock.h:67, from include/linux/tcp.h:23, from include/linux/ipv6.h:70, from include/net/dsfield.h:11, from include/net/ip_tunnels.h:12, from /var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:80, from :0: include/net/sch_generic.h:454:20: note: previous definition of =E2=80=98skb_reset_tc=E2=80=99 was here static inline void skb_reset_tc(struct sk_buff *skb) ^ In file included from :0:0: /var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:115:20: error: redefinition of =E2=80=98skb_reset_tc=E2=80=99 static inline void skb_reset_tc(struct sk_buff *skb) ^ In file included from include/linux/filter.h:11:0, from include/net/sock.h:67, from include/linux/tcp.h:23, from include/linux/ipv6.h:70, from include/net/dsfield.h:11, from include/net/ip_tunnels.h:12, from /var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:80, from :0: include/net/sch_generic.h:454:20: note: previous definition of =E2=80=98skb_reset_tc=E2=80=99 was here static inline void skb_reset_tc(struct sk_buff *skb) ^ In file included from /var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:177:0, from :0: /var/lib/dkms/wireguard/0.0.20180420/build/compat/checksum/checksum_partial= _compat.h:192:19: error: static declaration of =E2=80=98skb_checksum_setup=E2=80=99 follows n= on-static declaration static inline int skb_checksum_setup(struct sk_buff *skb, bool recalculate= ) ^ In file included from /var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:177:0, from :0: /var/lib/dkms/wireguard/0.0.20180420/build/compat/checksum/checksum_partial= _compat.h:192:19: error: static declaration of =E2=80=98skb_checksum_setup=E2=80=99 follows n= on-static declaration static inline int skb_checksum_setup(struct sk_buff *skb, bool recalculate= ) ^ In file included from /var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:177:0, from :0: /var/lib/dkms/wireguard/0.0.20180420/build/compat/checksum/checksum_partial= _compat.h:192:19: error: static declaration of =E2=80=98skb_checksum_setup=E2=80=99 follows n= on-static declaration static inline int skb_checksum_setup(struct sk_buff *skb, bool recalculate= ) ^ In file included from include/linux/ip.h:20:0, from include/linux/if_tunnel.h:4, from include/net/ip_tunnels.h:4, from /var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:80, from :0: include/linux/skbuff.h:3855:5: note: previous declaration of =E2=80=98skb_checksum_setup=E2=80=99 was here int skb_checksum_setup(struct sk_buff *skb, bool recalculate); ^ In file included from :0:0: /var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:115:20: error: redefinition of =E2=80=98skb_reset_tc=E2=80=99 static inline void skb_reset_tc(struct sk_buff *skb) ^ In file included from include/linux/ip.h:20:0, from include/linux/if_tunnel.h:4, from include/net/ip_tunnels.h:4, from /var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:80, from :0: include/linux/skbuff.h:3855:5: note: previous declaration of =E2=80=98skb_checksum_setup=E2=80=99 was here int skb_checksum_setup(struct sk_buff *skb, bool recalculate); ^ In file included from include/linux/ip.h:20:0, from include/linux/if_tunnel.h:4, from include/net/ip_tunnels.h:4, from /var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:80, from :0: include/linux/skbuff.h:3855:5: note: previous declaration of =E2=80=98skb_checksum_setup=E2=80=99 was here int skb_checksum_setup(struct sk_buff *skb, bool recalculate); ^ In file included from include/linux/filter.h:11:0, from include/net/sock.h:67, from include/linux/tcp.h:23, from include/linux/ipv6.h:70, from include/net/dsfield.h:11, from include/net/ip_tunnels.h:12, from /var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:80, from :0: include/net/sch_generic.h:454:20: note: previous definition of =E2=80=98skb_reset_tc=E2=80=99 was here static inline void skb_reset_tc(struct sk_buff *skb) ^ In file included from /var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:177:0, from :0: /var/lib/dkms/wireguard/0.0.20180420/build/compat/checksum/checksum_partial= _compat.h:192:19: error: static declaration of =E2=80=98skb_checksum_setup=E2=80=99 follows n= on-static declaration static inline int skb_checksum_setup(struct sk_buff *skb, bool recalculate= ) ^ In file included from /var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:177:0, from :0: /var/lib/dkms/wireguard/0.0.20180420/build/compat/checksum/checksum_partial= _compat.h:192:19: error: static declaration of =E2=80=98skb_checksum_setup=E2=80=99 follows n= on-static declaration static inline int skb_checksum_setup(struct sk_buff *skb, bool recalculate= ) ^ In file included from include/linux/ip.h:20:0, from include/linux/if_tunnel.h:4, from include/net/ip_tunnels.h:4, from /var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:80, from :0: include/linux/skbuff.h:3855:5: note: previous declaration of =E2=80=98skb_checksum_setup=E2=80=99 was here int skb_checksum_setup(struct sk_buff *skb, bool recalculate); ^ In file included from include/linux/ip.h:20:0, from include/linux/if_tunnel.h:4, from include/net/ip_tunnels.h:4, from /var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:80, from :0: include/linux/skbuff.h:3855:5: note: previous declaration of =E2=80=98skb_checksum_setup=E2=80=99 was here int skb_checksum_setup(struct sk_buff *skb, bool recalculate); ^ In file included from :0:0: /var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:445:31: error: static declaration of =E2=80=98genl_family_attrbuf=E2=80=99 follows non-sta= tic declaration static inline struct nlattr **genl_family_attrbuf(const struct genl_family *family) ^ In file included from :0:0: /var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:445:31: error: static declaration of =E2=80=98genl_family_attrbuf=E2=80=99 follows non-sta= tic declaration static inline struct nlattr **genl_family_attrbuf(const struct genl_family *family) ^ In file included from /var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:439:0, from :0: include/net/genetlink.h:77:17: note: previous declaration of =E2=80=98genl_family_attrbuf=E2=80=99 was here struct nlattr **genl_family_attrbuf(const struct genl_family *family); ^ In file included from /var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:439:0, from :0: include/net/genetlink.h:77:17: note: previous declaration of =E2=80=98genl_family_attrbuf=E2=80=99 was here struct nlattr **genl_family_attrbuf(const struct genl_family *family); ^ In file included from :0:0: /var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:445:31: error: static declaration of =E2=80=98genl_family_attrbuf=E2=80=99 follows non-sta= tic declaration static inline struct nlattr **genl_family_attrbuf(const struct genl_family *family) ^ In file included from :0:0: /var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:115:20: error: redefinition of =E2=80=98skb_reset_tc=E2=80=99 static inline void skb_reset_tc(struct sk_buff *skb) ^ In file included from /var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:439:0, from :0: include/net/genetlink.h:77:17: note: previous declaration of =E2=80=98genl_family_attrbuf=E2=80=99 was here struct nlattr **genl_family_attrbuf(const struct genl_family *family); ^ In file included from include/linux/filter.h:11:0, from include/net/sock.h:67, from include/linux/tcp.h:23, from include/linux/ipv6.h:70, from include/net/dsfield.h:11, from include/net/ip_tunnels.h:12, from /var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:80, from :0: include/net/sch_generic.h:454:20: note: previous definition of =E2=80=98skb_reset_tc=E2=80=99 was here static inline void skb_reset_tc(struct sk_buff *skb) ^ In file included from /var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:177:0, from :0: /var/lib/dkms/wireguard/0.0.20180420/build/compat/checksum/checksum_partial= _compat.h:192:19: error: static declaration of =E2=80=98skb_checksum_setup=E2=80=99 follows n= on-static declaration static inline int skb_checksum_setup(struct sk_buff *skb, bool recalculate= ) ^ In file included from :0:0: /var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:115:20: error: redefinition of =E2=80=98skb_reset_tc=E2=80=99 static inline void skb_reset_tc(struct sk_buff *skb) ^ In file included from include/linux/filter.h:11:0, from include/net/sock.h:67, from include/linux/tcp.h:23, from include/linux/ipv6.h:70, from include/net/dsfield.h:11, from include/net/ip_tunnels.h:12, from /var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:80, from :0: include/net/sch_generic.h:454:20: note: previous definition of =E2=80=98skb_reset_tc=E2=80=99 was here static inline void skb_reset_tc(struct sk_buff *skb) ^ In file included from :0:0: /var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:115:20: error: redefinition of =E2=80=98skb_reset_tc=E2=80=99 static inline void skb_reset_tc(struct sk_buff *skb) ^ In file included from include/linux/ip.h:20:0, from include/linux/if_tunnel.h:4, from include/net/ip_tunnels.h:4, from /var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:80, from :0: include/linux/skbuff.h:3855:5: note: previous declaration of =E2=80=98skb_checksum_setup=E2=80=99 was here int skb_checksum_setup(struct sk_buff *skb, bool recalculate); ^ In file included from include/linux/filter.h:11:0, from include/net/sock.h:67, from include/linux/tcp.h:23, from include/linux/ipv6.h:70, from include/net/dsfield.h:11, from include/net/ip_tunnels.h:12, from /var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:80, from :0: include/net/sch_generic.h:454:20: note: previous definition of =E2=80=98skb_reset_tc=E2=80=99 was here static inline void skb_reset_tc(struct sk_buff *skb) ^ In file included from :0:0: /var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:445:31: error: static declaration of =E2=80=98genl_family_attrbuf=E2=80=99 follows non-sta= tic declaration static inline struct nlattr **genl_family_attrbuf(const struct genl_family *family) ^ In file included from /var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:439:0, from :0: include/net/genetlink.h:77:17: note: previous declaration of =E2=80=98genl_family_attrbuf=E2=80=99 was here struct nlattr **genl_family_attrbuf(const struct genl_family *family); ^ In file included from :0:0: /var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:445:31: error: static declaration of =E2=80=98genl_family_attrbuf=E2=80=99 follows non-sta= tic declaration static inline struct nlattr **genl_family_attrbuf(const struct genl_family *family) ^ In file included from /var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:439:0, from :0: include/net/genetlink.h:77:17: note: previous declaration of =E2=80=98genl_family_attrbuf=E2=80=99 was here struct nlattr **genl_family_attrbuf(const struct genl_family *family); ^ In file included from :0:0: /var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:115:20: error: redefinition of =E2=80=98skb_reset_tc=E2=80=99 static inline void skb_reset_tc(struct sk_buff *skb) ^ In file included from include/linux/filter.h:11:0, from include/net/sock.h:67, from include/linux/tcp.h:23, from include/linux/ipv6.h:70, from include/net/dsfield.h:11, from include/net/ip_tunnels.h:12, from /var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:80, from :0: include/net/sch_generic.h:454:20: note: previous definition of =E2=80=98skb_reset_tc=E2=80=99 was here static inline void skb_reset_tc(struct sk_buff *skb) ^ In file included from :0:0: /var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:115:20: error: redefinition of =E2=80=98skb_reset_tc=E2=80=99 static inline void skb_reset_tc(struct sk_buff *skb) ^ In file included from include/linux/filter.h:11:0, from include/net/sock.h:67, from include/linux/tcp.h:23, from include/linux/ipv6.h:70, from include/net/dsfield.h:11, from include/net/ip_tunnels.h:12, from /var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:80, from :0: include/net/sch_generic.h:454:20: note: previous definition of =E2=80=98skb_reset_tc=E2=80=99 was here static inline void skb_reset_tc(struct sk_buff *skb) ^ In file included from /var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:177:0, from :0: /var/lib/dkms/wireguard/0.0.20180420/build/compat/checksum/checksum_partial= _compat.h:192:19: error: static declaration of =E2=80=98skb_checksum_setup=E2=80=99 follows n= on-static declaration static inline int skb_checksum_setup(struct sk_buff *skb, bool recalculate= ) ^ In file included from :0:0: /var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:445:31: error: static declaration of =E2=80=98genl_family_attrbuf=E2=80=99 follows non-sta= tic declaration static inline struct nlattr **genl_family_attrbuf(const struct genl_family *family) ^ In file included from /var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:439:0, from :0: include/net/genetlink.h:77:17: note: previous declaration of =E2=80=98genl_family_attrbuf=E2=80=99 was here struct nlattr **genl_family_attrbuf(const struct genl_family *family); ^ In file included from include/linux/ip.h:20:0, from include/linux/if_tunnel.h:4, from include/net/ip_tunnels.h:4, from /var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:80, from :0: include/linux/skbuff.h:3855:5: note: previous declaration of =E2=80=98skb_checksum_setup=E2=80=99 was here int skb_checksum_setup(struct sk_buff *skb, bool recalculate); ^ In file included from /var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:177:0, from :0: /var/lib/dkms/wireguard/0.0.20180420/build/compat/checksum/checksum_partial= _compat.h:192:19: error: static declaration of =E2=80=98skb_checksum_setup=E2=80=99 follows n= on-static declaration static inline int skb_checksum_setup(struct sk_buff *skb, bool recalculate= ) ^ In file included from :0:0: /var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:115:20: error: redefinition of =E2=80=98skb_reset_tc=E2=80=99 static inline void skb_reset_tc(struct sk_buff *skb) ^ In file included from include/linux/filter.h:11:0, from include/net/sock.h:67, from include/linux/tcp.h:23, from include/linux/ipv6.h:70, from include/net/dsfield.h:11, from include/net/ip_tunnels.h:12, from /var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:80, from :0: include/net/sch_generic.h:454:20: note: previous definition of =E2=80=98skb_reset_tc=E2=80=99 was here static inline void skb_reset_tc(struct sk_buff *skb) ^ In file included from /var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:177:0, from :0: /var/lib/dkms/wireguard/0.0.20180420/build/compat/checksum/checksum_partial= _compat.h:192:19: error: static declaration of =E2=80=98skb_checksum_setup=E2=80=99 follows n= on-static declaration static inline int skb_checksum_setup(struct sk_buff *skb, bool recalculate= ) ^ In file included from include/linux/ip.h:20:0, from include/linux/if_tunnel.h:4, from include/net/ip_tunnels.h:4, from /var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:80, from :0: include/linux/skbuff.h:3855:5: note: previous declaration of =E2=80=98skb_checksum_setup=E2=80=99 was here int skb_checksum_setup(struct sk_buff *skb, bool recalculate); ^ In file included from include/linux/ip.h:20:0, from include/linux/if_tunnel.h:4, from include/net/ip_tunnels.h:4, from /var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:80, from :0: include/linux/skbuff.h:3855:5: note: previous declaration of =E2=80=98skb_checksum_setup=E2=80=99 was here int skb_checksum_setup(struct sk_buff *skb, bool recalculate); ^ In file included from /var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:177:0, from :0: /var/lib/dkms/wireguard/0.0.20180420/build/compat/checksum/checksum_partial= _compat.h:192:19: error: static declaration of =E2=80=98skb_checksum_setup=E2=80=99 follows n= on-static declaration static inline int skb_checksum_setup(struct sk_buff *skb, bool recalculate= ) ^ In file included from /var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:177:0, from :0: /var/lib/dkms/wireguard/0.0.20180420/build/compat/checksum/checksum_partial= _compat.h:192:19: error: static declaration of =E2=80=98skb_checksum_setup=E2=80=99 follows n= on-static declaration static inline int skb_checksum_setup(struct sk_buff *skb, bool recalculate= ) ^ In file included from include/linux/ip.h:20:0, from include/linux/if_tunnel.h:4, from include/net/ip_tunnels.h:4, from /var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:80, from :0: include/linux/skbuff.h:3855:5: note: previous declaration of =E2=80=98skb_checksum_setup=E2=80=99 was here int skb_checksum_setup(struct sk_buff *skb, bool recalculate); ^ In file included from include/linux/ip.h:20:0, from include/linux/if_tunnel.h:4, from include/net/ip_tunnels.h:4, from /var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:80, from :0: include/linux/skbuff.h:3855:5: note: previous declaration of =E2=80=98skb_checksum_setup=E2=80=99 was here int skb_checksum_setup(struct sk_buff *skb, bool recalculate); ^ In file included from :0:0: /var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:445:31: error: static declaration of =E2=80=98genl_family_attrbuf=E2=80=99 follows non-sta= tic declaration static inline struct nlattr **genl_family_attrbuf(const struct genl_family *family) ^ In file included from /var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:439:0, from :0: include/net/genetlink.h:77:17: note: previous declaration of =E2=80=98genl_family_attrbuf=E2=80=99 was here struct nlattr **genl_family_attrbuf(const struct genl_family *family); ^ In file included from :0:0: /var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:445:31: error: static declaration of =E2=80=98genl_family_attrbuf=E2=80=99 follows non-sta= tic declaration static inline struct nlattr **genl_family_attrbuf(const struct genl_family *family) ^ In file included from /var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:439:0, from :0: include/net/genetlink.h:77:17: note: previous declaration of =E2=80=98genl_family_attrbuf=E2=80=99 was here struct nlattr **genl_family_attrbuf(const struct genl_family *family); ^ In file included from /var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:177:0, from :0: /var/lib/dkms/wireguard/0.0.20180420/build/compat/checksum/checksum_partial= _compat.h:192:19: error: static declaration of =E2=80=98skb_checksum_setup=E2=80=99 follows n= on-static declaration static inline int skb_checksum_setup(struct sk_buff *skb, bool recalculate= ) ^ In file included from :0:0: /var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:445:31: error: static declaration of =E2=80=98genl_family_attrbuf=E2=80=99 follows non-sta= tic declaration static inline struct nlattr **genl_family_attrbuf(const struct genl_family *family) ^ In file included from /var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:439:0, from :0: include/net/genetlink.h:77:17: note: previous declaration of =E2=80=98genl_family_attrbuf=E2=80=99 was here struct nlattr **genl_family_attrbuf(const struct genl_family *family); ^ In file included from include/linux/ip.h:20:0, from include/linux/if_tunnel.h:4, from include/net/ip_tunnels.h:4, from /var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:80, from :0: include/linux/skbuff.h:3855:5: note: previous declaration of =E2=80=98skb_checksum_setup=E2=80=99 was here int skb_checksum_setup(struct sk_buff *skb, bool recalculate); ^ In file included from :0:0: /var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:445:31: error: static declaration of =E2=80=98genl_family_attrbuf=E2=80=99 follows non-sta= tic declaration static inline struct nlattr **genl_family_attrbuf(const struct genl_family *family) ^ In file included from /var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:439:0, from :0: include/net/genetlink.h:77:17: note: previous declaration of =E2=80=98genl_family_attrbuf=E2=80=99 was here struct nlattr **genl_family_attrbuf(const struct genl_family *family); ^ In file included from :0:0: /var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:445:31: error: static declaration of =E2=80=98genl_family_attrbuf=E2=80=99 follows non-sta= tic declaration static inline struct nlattr **genl_family_attrbuf(const struct genl_family *family) ^ In file included from /var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:439:0, from :0: include/net/genetlink.h:77:17: note: previous declaration of =E2=80=98genl_family_attrbuf=E2=80=99 was here struct nlattr **genl_family_attrbuf(const struct genl_family *family); ^ In file included from :0:0: /var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:445:31: error: static declaration of =E2=80=98genl_family_attrbuf=E2=80=99 follows non-sta= tic declaration static inline struct nlattr **genl_family_attrbuf(const struct genl_family *family) ^ In file included from /var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:439:0, from :0: include/net/genetlink.h:77:17: note: previous declaration of =E2=80=98genl_family_attrbuf=E2=80=99 was here struct nlattr **genl_family_attrbuf(const struct genl_family *family); ^ In file included from :0:0: /var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:115:20: error: redefinition of =E2=80=98skb_reset_tc=E2=80=99 static inline void skb_reset_tc(struct sk_buff *skb) ^ In file included from include/linux/filter.h:11:0, from include/net/sock.h:67, from include/linux/tcp.h:23, from include/linux/ipv6.h:70, from include/net/dsfield.h:11, from include/net/ip_tunnels.h:12, from /var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:80, from :0: include/net/sch_generic.h:454:20: note: previous definition of =E2=80=98skb_reset_tc=E2=80=99 was here static inline void skb_reset_tc(struct sk_buff *skb) ^ In file included from :0:0: /var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:115:20: error: redefinition of =E2=80=98skb_reset_tc=E2=80=99 static inline void skb_reset_tc(struct sk_buff *skb) ^ In file included from include/linux/filter.h:11:0, from include/net/sock.h:67, from include/linux/tcp.h:23, from include/linux/ipv6.h:70, from include/net/dsfield.h:11, from include/net/ip_tunnels.h:12, from /var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:80, from :0: include/net/sch_generic.h:454:20: note: previous definition of =E2=80=98skb_reset_tc=E2=80=99 was here static inline void skb_reset_tc(struct sk_buff *skb) ^ In file included from /var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:177:0, from :0: /var/lib/dkms/wireguard/0.0.20180420/build/compat/checksum/checksum_partial= _compat.h:192:19: error: static declaration of =E2=80=98skb_checksum_setup=E2=80=99 follows n= on-static declaration static inline int skb_checksum_setup(struct sk_buff *skb, bool recalculate= ) ^ make[1]: *** [/var/lib/dkms/wireguard/0.0.20180420/build/main.o] Error 1 make[1]: *** Waiting for unfinished jobs.... In file included from /var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:177:0, from :0: /var/lib/dkms/wireguard/0.0.20180420/build/compat/checksum/checksum_partial= _compat.h:192:19: error: static declaration of =E2=80=98skb_checksum_setup=E2=80=99 follows n= on-static declaration static inline int skb_checksum_setup(struct sk_buff *skb, bool recalculate= ) ^ In file included from include/linux/ip.h:20:0, from include/linux/if_tunnel.h:4, from include/net/ip_tunnels.h:4, from /var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:80, from :0: include/linux/skbuff.h:3855:5: note: previous declaration of =E2=80=98skb_checksum_setup=E2=80=99 was here int skb_checksum_setup(struct sk_buff *skb, bool recalculate); ^ In file included from include/linux/ip.h:20:0, from include/linux/if_tunnel.h:4, from include/net/ip_tunnels.h:4, from /var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:80, from :0: include/linux/skbuff.h:3855:5: note: previous declaration of =E2=80=98skb_checksum_setup=E2=80=99 was here int skb_checksum_setup(struct sk_buff *skb, bool recalculate); ^ make[1]: *** [/var/lib/dkms/wireguard/0.0.20180420/build/peer.o] Error 1 In file included from :0:0: /var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:445:31: error: static declaration of =E2=80=98genl_family_attrbuf=E2=80=99 follows non-sta= tic declaration static inline struct nlattr **genl_family_attrbuf(const struct genl_family *family) ^ In file included from /var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:439:0, from :0: include/net/genetlink.h:77:17: note: previous declaration of =E2=80=98genl_family_attrbuf=E2=80=99 was here struct nlattr **genl_family_attrbuf(const struct genl_family *family); ^ In file included from :0:0: /var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:445:31: error: static declaration of =E2=80=98genl_family_attrbuf=E2=80=99 follows non-sta= tic declaration static inline struct nlattr **genl_family_attrbuf(const struct genl_family *family) ^ In file included from /var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:439:0, from :0: include/net/genetlink.h:77:17: note: previous declaration of =E2=80=98genl_family_attrbuf=E2=80=99 was here struct nlattr **genl_family_attrbuf(const struct genl_family *family); ^ make[1]: *** [/var/lib/dkms/wireguard/0.0.20180420/build/noise.o] Error 1 /var/lib/dkms/wireguard/0.0.20180420/build/netlink.c: In function =E2=80=98genetlink_init=E2=80=99: /var/lib/dkms/wireguard/0.0.20180420/build/netlink.c:511:2: error: implicit declaration of function =E2=80=98genl_register_family_with_ops=E2=80=99 [-Werror=3Dimplicit-function-declaration] return genl_register_family(&genl_family); ^ make[1]: *** [/var/lib/dkms/wireguard/0.0.20180420/build/queueing.o] Error = 1 make[1]: *** [/var/lib/dkms/wireguard/0.0.20180420/build/device.o] Error 1 make[1]: *** [/var/lib/dkms/wireguard/0.0.20180420/build/hashtables.o] Error 1 make[1]: *** [/var/lib/dkms/wireguard/0.0.20180420/build/ratelimiter.o] Error 1 make[1]: *** [/var/lib/dkms/wireguard/0.0.20180420/build/allowedips.o] Error 1 make[1]: *** [/var/lib/dkms/wireguard/0.0.20180420/build/socket.o] Error 1 cc1: some warnings being treated as errors make[1]: *** [/var/lib/dkms/wireguard/0.0.20180420/build/receive.o] Error 1 make[1]: *** [/var/lib/dkms/wireguard/0.0.20180420/build/send.o] Error 1 make[1]: *** [/var/lib/dkms/wireguard/0.0.20180420/build/netlink.o] Error 1 make[1]: *** [/var/lib/dkms/wireguard/0.0.20180420/build/timers.o] Error 1 make[1]: *** [/var/lib/dkms/wireguard/0.0.20180420/build/crypto/curve25519.o] Error 1 make[1]: *** [/var/lib/dkms/wireguard/0.0.20180420/build/compat/siphash/siphash.o] Error 1 make[1]: *** [/var/lib/dkms/wireguard/0.0.20180420/build/crypto/blake2s.o] Error 1 make[1]: *** [/var/lib/dkms/wireguard/0.0.20180420/build/cookie.o] Error 1 make[1]: *** [/var/lib/dkms/wireguard/0.0.20180420/build/crypto/chacha20poly1305.o] Error 1 make: *** [_module_/var/lib/dkms/wireguard/0.0.20180420/build] Error 2 make: Leaving directory `/usr/src/kernels/3.10.0-862.el7.x86_64' --=20 Henry Snow | Director, Site Reliability Engineering eXelate, a Nielsen company E: henry.snow@nielsen.com | M: 347.366.2700 675 6th Ave, 3rd Floor, New York, NY 10010 --000000000000d0e5d5056bda4e43 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi Wireguard Users,

It looks= like CentOS 7.5 was released recently, bringing with it new kernel and too= ls versions. When installing the wireguard-dkms package from the RHEL/CentO= S7 repo, I'm seeing the following error:

= make -j40 KERNELRELEASE=3D3.10.0-862.el7.x86_64 -C /lib/modules/3.10.0-862.= el7.x86_64/build M=3D/var/lib/dkms/wireguard/0.0.20180420/build...(bad exit= status: 2)
Error! Bad return status for module build on kernel: = 3.10.0-862.el7.x86_64 (x86_64)
Consult /var/lib/dkms/wireguard/0.= 0.20180420/build/make.log for more information.

<= div>The make.log is pasted below. Any new requirements needed to build, or = is a code change required?=C2=A0

DKMS make.lo= g for wireguard-0.0.20180420 for kernel 3.10.0-862.el7.x86_64 (x86_64)
Thu May 10 09:37:05 EDT 2018
make: Entering directory `/usr= /src/kernels/3.10.0-862.el7.x86_64'
=C2=A0 LD=C2=A0 =C2=A0 = =C2=A0 /var/lib/dkms/wireguard/0.0.20180420/build/built-in.o
=C2= =A0 CC [M]=C2=A0 /var/lib/dkms/wireguard/0.0.20180420/build/main.o
=C2=A0 CC [M]=C2=A0 /var/lib/dkms/wireguard/0.0.20180420/build/noise.o
=C2=A0 CC [M]=C2=A0 /var/lib/dkms/wireguard/0.0.20180420/build/devi= ce.o
=C2=A0 CC [M]=C2=A0 /var/lib/dkms/wireguard/0.0.20180420/bui= ld/peer.o
=C2=A0 CC [M]=C2=A0 /var/lib/dkms/wireguard/0.0.2018042= 0/build/timers.o
=C2=A0 CC [M]=C2=A0 /var/lib/dkms/wireguard/0.0.= 20180420/build/queueing.o
=C2=A0 CC [M]=C2=A0 /var/lib/dkms/wireg= uard/0.0.20180420/build/send.o
=C2=A0 CC [M]=C2=A0 /var/lib/dkms/= wireguard/0.0.20180420/build/receive.o
=C2=A0 CC [M]=C2=A0 /var/l= ib/dkms/wireguard/0.0.20180420/build/socket.o
=C2=A0 CC [M]=C2=A0= /var/lib/dkms/wireguard/0.0.20180420/build/hashtables.o
=C2=A0 C= C [M]=C2=A0 /var/lib/dkms/wireguard/0.0.20180420/build/allowedips.o
=C2=A0 CC [M]=C2=A0 /var/lib/dkms/wireguard/0.0.20180420/build/ratelimit= er.o
=C2=A0 CC [M]=C2=A0 /var/lib/dkms/wireguard/0.0.20180420/bui= ld/cookie.o
=C2=A0 CC [M]=C2=A0 /var/lib/dkms/wireguard/0.0.20180= 420/build/netlink.o
=C2=A0 CC [M]=C2=A0 /var/lib/dkms/wireguard/0= .0.20180420/build/crypto/curve25519.o
=C2=A0 CC [M]=C2=A0 /var/li= b/dkms/wireguard/0.0.20180420/build/crypto/chacha20poly1305.o
=C2= =A0 AS [M]=C2=A0 /var/lib/dkms/wireguard/0.0.20180420/build/crypto/chacha20= -x86_64.o
=C2=A0 CC [M]=C2=A0 /var/lib/dkms/wireguard/0.0.2018042= 0/build/crypto/blake2s.o
=C2=A0 AS [M]=C2=A0 /var/lib/dkms/wiregu= ard/0.0.20180420/build/crypto/poly1305-x86_64.o
=C2=A0 AS [M]=C2= =A0 /var/lib/dkms/wireguard/0.0.20180420/build/crypto/blake2s-x86_64.o
=C2=A0 CC [M]=C2=A0 /var/lib/dkms/wireguard/0.0.20180420/build/compat= /siphash/siphash.o
/var/lib/dkms/wireguard/0.0.20180420/build/cry= pto/chacha20-x86_64.o: warning: objtool: chacha20_avx512vl()+0x3f: can'= t find jump dest instruction at .text+0x2669
In file included fro= m <command-line>:0:0:
/var/lib/dkms/wireguard/0.0.20180420/= build/compat/compat.h:115:20: error: redefinition of =E2=80=98skb_reset_tc= =E2=80=99
=C2=A0static inline void skb_reset_tc(struct sk_buff *s= kb)
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 ^
In file included from include/linux/filter.h:11:0,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from= include/net/sock.h:67,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0= =C2=A0 =C2=A0 =C2=A0from include/linux/tcp.h:23,
=C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from include/linux/ipv6.h:7= 0,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0= from include/net/dsfield.h:11,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0= =C2=A0 =C2=A0 =C2=A0 =C2=A0from include/net/ip_tunnels.h:12,
=C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from /var/lib/dk= ms/wireguard/0.0.20180420/build/compat/compat.h:80,
=C2=A0 =C2=A0= =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from <command-line>:= 0:
include/net/sch_generic.h:454:20: note: previous definition of= =E2=80=98skb_reset_tc=E2=80=99 was here
=C2=A0static inline void= skb_reset_tc(struct sk_buff *skb)
=C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 ^
In file included from= <command-line>:0:0:
/var/lib/dkms/wireguard/0.0.20180420/b= uild/compat/compat.h:115:20: error: redefinition of =E2=80=98skb_reset_tc= =E2=80=99
=C2=A0static inline void skb_reset_tc(struct sk_buff *s= kb)
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 ^
In file included from include/linux/filter.h:11:0,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from= include/net/sock.h:67,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0= =C2=A0 =C2=A0 =C2=A0from include/linux/tcp.h:23,
=C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from include/linux/ipv6.h:7= 0,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0= from include/net/dsfield.h:11,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0= =C2=A0 =C2=A0 =C2=A0 =C2=A0from include/net/ip_tunnels.h:12,
=C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from /var/lib/dk= ms/wireguard/0.0.20180420/build/compat/compat.h:80,
=C2=A0 =C2=A0= =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from <command-line>:= 0:
include/net/sch_generic.h:454:20: note: previous definition of= =E2=80=98skb_reset_tc=E2=80=99 was here
=C2=A0static inline void= skb_reset_tc(struct sk_buff *skb)
=C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 ^
In file included from= <command-line>:0:0:
/var/lib/dkms/wireguard/0.0.20180420/b= uild/compat/compat.h:115:20: error: redefinition of =E2=80=98skb_reset_tc= =E2=80=99
=C2=A0static inline void skb_reset_tc(struct sk_buff *s= kb)
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 ^
In file included from include/linux/filter.h:11:0,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from= include/net/sock.h:67,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0= =C2=A0 =C2=A0 =C2=A0from include/linux/tcp.h:23,
=C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from include/linux/ipv6.h:7= 0,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0= from include/net/dsfield.h:11,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0= =C2=A0 =C2=A0 =C2=A0 =C2=A0from include/net/ip_tunnels.h:12,
=C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from /var/lib/dk= ms/wireguard/0.0.20180420/build/compat/compat.h:80,
=C2=A0 =C2=A0= =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from <command-line>:= 0:
include/net/sch_generic.h:454:20: note: previous definition of= =E2=80=98skb_reset_tc=E2=80=99 was here
=C2=A0static inline void= skb_reset_tc(struct sk_buff *skb)
=C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 ^
In file included from= <command-line>:0:0:
/var/lib/dkms/wireguard/0.0.20180420/b= uild/compat/compat.h:115:20: error: redefinition of =E2=80=98skb_reset_tc= =E2=80=99
=C2=A0static inline void skb_reset_tc(struct sk_buff *s= kb)
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 ^
In file included from /var/lib/dkms/wireguard/0.0.20= 180420/build/compat/compat.h:177:0,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from <command-line>:0:
/v= ar/lib/dkms/wireguard/0.0.20180420/build/compat/checksum/checksum_partial_c= ompat.h:192:19: error: static declaration of =E2=80=98skb_checksum_setup=E2= =80=99 follows non-static declaration
=C2=A0static inline int skb= _checksum_setup(struct sk_buff *skb, bool recalculate)
=C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0^
In f= ile included from include/linux/filter.h:11:0,
=C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from include/net/sock.h:67,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from = include/linux/tcp.h:23,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0= =C2=A0 =C2=A0 =C2=A0from include/linux/ipv6.h:70,
=C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from include/net/dsfield.h:= 11,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0from include/net/ip_tunnels.h:12,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from /var/lib/dkms/wireguard/0.0.20180420= /build/compat/compat.h:80,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0from <command-line>:0:
include/net/= sch_generic.h:454:20: note: previous definition of =E2=80=98skb_reset_tc=E2= =80=99 was here
=C2=A0static inline void skb_reset_tc(struct sk_b= uff *skb)
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0= =C2=A0 =C2=A0 ^
In file included from include/linux/ip.h:20:0,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from= include/linux/if_tunnel.h:4,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0from include/net/ip_tunnels.h:4,
=C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from /var/lib/dk= ms/wireguard/0.0.20180420/build/compat/compat.h:80,
=C2=A0 =C2=A0= =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from <command-line>:= 0:
include/linux/skbuff.h:3855:5: note: previous declaration of = =E2=80=98skb_checksum_setup=E2=80=99 was here
=C2=A0int skb_check= sum_setup(struct sk_buff *skb, bool recalculate);
=C2=A0 =C2=A0 = =C2=A0^
In file included from /var/lib/dkms/wireguard/0.0.2018042= 0/build/compat/compat.h:177:0,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0= =C2=A0 =C2=A0 =C2=A0 =C2=A0from <command-line>:0:
/var/lib= /dkms/wireguard/0.0.20180420/build/compat/checksum/checksum_partial_compat.= h:192:19: error: static declaration of =E2=80=98skb_checksum_setup=E2=80=99= follows non-static declaration
=C2=A0static inline int skb_check= sum_setup(struct sk_buff *skb, bool recalculate)
=C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0^
In file = included from /var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:17= 7:0,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0from <command-line>:0:
/var/lib/dkms/wireguard/0.0.20180= 420/build/compat/checksum/checksum_partial_compat.h:192:19: error: static d= eclaration of =E2=80=98skb_checksum_setup=E2=80=99 follows non-static decla= ration
=C2=A0static inline int skb_checksum_setup(struct sk_buff = *skb, bool recalculate)
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0= =C2=A0 =C2=A0 =C2=A0 =C2=A0^
In file included from include/linux= /ip.h:20:0,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0from include/linux/if_tunnel.h:4,
=C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from include/net/ip_tunnels.h:4,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from= /var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:80,
= =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from <comm= and-line>:0:
include/linux/skbuff.h:3855:5: note: previous dec= laration of =E2=80=98skb_checksum_setup=E2=80=99 was here
=C2=A0i= nt skb_checksum_setup(struct sk_buff *skb, bool recalculate);
=C2= =A0 =C2=A0 =C2=A0^
In file included from <command-line>:0:0= :
/var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:445:= 31: error: static declaration of =E2=80=98genl_family_attrbuf=E2=80=99 foll= ows non-static declaration
=C2=A0static inline struct nlattr **ge= nl_family_attrbuf(const struct genl_family *family)
=C2=A0 =C2=A0= =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0^
In file included from /var/lib/dkms/wir= eguard/0.0.20180420/build/compat/compat.h:439:0,
=C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from <command-line>:0= :
include/net/genetlink.h:77:17: note: previous declaration of = =E2=80=98genl_family_attrbuf=E2=80=99 was here
=C2=A0struct nlatt= r **genl_family_attrbuf(const struct genl_family *family);
=C2=A0= =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0^
In file= included from include/linux/ip.h:20:0,
=C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from include/linux/if_tunnel.h:4,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from i= nclude/net/ip_tunnels.h:4,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0from /var/lib/dkms/wireguard/0.0.20180420/build/com= pat/compat.h:80,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0= =C2=A0 =C2=A0from <command-line>:0:
include/linux/skbuff.h= :3855:5: note: previous declaration of =E2=80=98skb_checksum_setup=E2=80=99= was here
=C2=A0int skb_checksum_setup(struct sk_buff *skb, bool = recalculate);
=C2=A0 =C2=A0 =C2=A0^
In file included fr= om /var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:177:0,
<= div>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from <= command-line>:0:
/var/lib/dkms/wireguard/0.0.20180420/build/co= mpat/checksum/checksum_partial_compat.h:192:19: error: static declaration o= f =E2=80=98skb_checksum_setup=E2=80=99 follows non-static declaration
=
=C2=A0static inline int skb_checksum_setup(struct sk_buff *skb, bool r= ecalculate)
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0^
In file included from include/linux/ip.h:20:0,=
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0fr= om include/linux/if_tunnel.h:4,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from include/net/ip_tunnels.h:4,
= =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from /var/lib= /dkms/wireguard/0.0.20180420/build/compat/compat.h:80,
=C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from <command-line&g= t;:0:
include/linux/skbuff.h:3855:5: note: previous declaration o= f =E2=80=98skb_checksum_setup=E2=80=99 was here
=C2=A0int skb_che= cksum_setup(struct sk_buff *skb, bool recalculate);
=C2=A0 =C2=A0= =C2=A0^
In file included from <command-line>:0:0:
/var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:445:31: error:= static declaration of =E2=80=98genl_family_attrbuf=E2=80=99 follows non-st= atic declaration
=C2=A0static inline struct nlattr **genl_family_= attrbuf(const struct genl_family *family)
=C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0^
In file included from /var/lib/dkms/wireguard/= 0.0.20180420/build/compat/compat.h:439:0,
=C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from <command-line>:0:
=
include/net/genetlink.h:77:17: note: previous declaration of =E2=80=98= genl_family_attrbuf=E2=80=99 was here
=C2=A0struct nlattr **genl_= family_attrbuf(const struct genl_family *family);
=C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0^
In file include= d from <command-line>:0:0:
/var/lib/dkms/wireguard/0.0.2018= 0420/build/compat/compat.h:445:31: error: static declaration of =E2=80=98ge= nl_family_attrbuf=E2=80=99 follows non-static declaration
=C2=A0s= tatic inline struct nlattr **genl_family_attrbuf(const struct genl_family *= family)
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0^
In file = included from /var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:43= 9:0,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0from <command-line>:0:
include/net/genetlink.h:77:17: no= te: previous declaration of =E2=80=98genl_family_attrbuf=E2=80=99 was here<= /div>
=C2=A0struct nlattr **genl_family_attrbuf(const struct genl_famil= y *family);
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0^
In file included from <command-line>:0:0:
=
/var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:115:20: err= or: redefinition of =E2=80=98skb_reset_tc=E2=80=99
=C2=A0static i= nline void skb_reset_tc(struct sk_buff *skb)
=C2=A0 =C2=A0 =C2=A0= =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 ^
In file inclu= ded from <command-line>:0:0:
/var/lib/dkms/wireguard/0.0.20= 180420/build/compat/compat.h:115:20: error: redefinition of =E2=80=98skb_re= set_tc=E2=80=99
=C2=A0static inline void skb_reset_tc(struct sk_b= uff *skb)
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0= =C2=A0 =C2=A0 ^
In file included from <command-line>:0:0:<= /div>
/var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:115:20= : error: redefinition of =E2=80=98skb_reset_tc=E2=80=99
=C2=A0sta= tic inline void skb_reset_tc(struct sk_buff *skb)
=C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 ^
In file= included from include/linux/filter.h:11:0,
=C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from include/net/sock.h:67,
<= div>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from incl= ude/linux/tcp.h:23,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0from include/linux/ipv6.h:70,
=C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from include/net/dsfield.h:11,=
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0fr= om include/net/ip_tunnels.h:12,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from /var/lib/dkms/wireguard/0.0.20180420/bu= ild/compat/compat.h:80,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0= =C2=A0 =C2=A0 =C2=A0from <command-line>:0:
include/net/sch= _generic.h:454:20: note: previous definition of =E2=80=98skb_reset_tc=E2=80= =99 was here
=C2=A0static inline void skb_reset_tc(struct sk_buff= *skb)
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 ^
In file included from include/linux/filter.h:11:0= ,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0f= rom include/net/sock.h:67,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0from include/linux/tcp.h:23,
=C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from include/linux/ipv6= .h:70,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0from include/net/dsfield.h:11,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from include/net/ip_tunnels.h:12,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from /var/= lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:80,
=C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from <command-lin= e>:0:
include/net/sch_generic.h:454:20: note: previous definit= ion of =E2=80=98skb_reset_tc=E2=80=99 was here
=C2=A0static inlin= e void skb_reset_tc(struct sk_buff *skb)
=C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 ^
In file included = from include/linux/filter.h:11:0,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from include/net/sock.h:67,
=C2=A0= =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from include/linux/= tcp.h:23,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0= =C2=A0from include/linux/ipv6.h:70,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from include/net/dsfield.h:11,
= =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from include/= net/ip_tunnels.h:12,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0from /var/lib/dkms/wireguard/0.0.20180420/build/compat/= compat.h:80,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0from <command-line>:0:
include/net/sch_generic.h:= 454:20: note: previous definition of =E2=80=98skb_reset_tc=E2=80=99 was her= e
=C2=A0static inline void skb_reset_tc(struct sk_buff *skb)
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0= ^
In file included from <command-line>:0:0:
/var= /lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:445:31: error: stati= c declaration of =E2=80=98genl_family_attrbuf=E2=80=99 follows non-static d= eclaration
=C2=A0static inline struct nlattr **genl_family_attrbu= f(const struct genl_family *family)
=C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0^
In file included from /var/lib/dkms/wireguard/0.0.201= 80420/build/compat/compat.h:439:0,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from <command-line>:0:
in= clude/net/genetlink.h:77:17: note: previous declaration of =E2=80=98genl_fa= mily_attrbuf=E2=80=99 was here
=C2=A0struct nlattr **genl_family_= attrbuf(const struct genl_family *family);
=C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0^
In file included from = <command-line>:0:0:
/var/lib/dkms/wireguard/0.0.20180420/bu= ild/compat/compat.h:115:20: error: redefinition of =E2=80=98skb_reset_tc=E2= =80=99
=C2=A0static inline void skb_reset_tc(struct sk_buff *skb)=
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 ^
In file included from include/linux/filter.h:11:0,
=
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from inc= lude/net/sock.h:67,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0from include/linux/tcp.h:23,
=C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from include/linux/ipv6.h:70,<= /div>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0fro= m include/net/dsfield.h:11,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0from include/net/ip_tunnels.h:12,
=C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from /var/lib/dk= ms/wireguard/0.0.20180420/build/compat/compat.h:80,
=C2=A0 =C2=A0= =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from <command-line>:= 0:
include/net/sch_generic.h:454:20: note: previous definition of= =E2=80=98skb_reset_tc=E2=80=99 was here
=C2=A0static inline void= skb_reset_tc(struct sk_buff *skb)
=C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 ^
In file included from= <command-line>:0:0:
/var/lib/dkms/wireguard/0.0.20180420/b= uild/compat/compat.h:115:20: error: redefinition of =E2=80=98skb_reset_tc= =E2=80=99
=C2=A0static inline void skb_reset_tc(struct sk_buff *s= kb)
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 ^
In file included from include/linux/filter.h:11:0,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from= include/net/sock.h:67,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0= =C2=A0 =C2=A0 =C2=A0from include/linux/tcp.h:23,
=C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from include/linux/ipv6.h:7= 0,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0= from include/net/dsfield.h:11,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0= =C2=A0 =C2=A0 =C2=A0 =C2=A0from include/net/ip_tunnels.h:12,
=C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from /var/lib/dk= ms/wireguard/0.0.20180420/build/compat/compat.h:80,
=C2=A0 =C2=A0= =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from <command-line>:= 0:
include/net/sch_generic.h:454:20: note: previous definition of= =E2=80=98skb_reset_tc=E2=80=99 was here
=C2=A0static inline void= skb_reset_tc(struct sk_buff *skb)
=C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 ^
In file included from= /var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:177:0,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from <co= mmand-line>:0:
/var/lib/dkms/wireguard/0.0.20180420/build/comp= at/checksum/checksum_partial_compat.h:192:19: error: static declaration of = =E2=80=98skb_checksum_setup=E2=80=99 follows non-static declaration
=C2=A0static inline int skb_checksum_setup(struct sk_buff *skb, bool rec= alculate)
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0= =C2=A0 =C2=A0^
In file included from /var/lib/dkms/wireguard/0.0= .20180420/build/compat/compat.h:177:0,
=C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from <command-line>:0:
/var/lib/dkms/wireguard/0.0.20180420/build/compat/checksum/checksum_parti= al_compat.h:192:19: error: static declaration of =E2=80=98skb_checksum_setu= p=E2=80=99 follows non-static declaration
=C2=A0static inline int= skb_checksum_setup(struct sk_buff *skb, bool recalculate)
=C2=A0= =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0^
= In file included from /var/lib/dkms/wireguard/0.0.20180420/build/compat/com= pat.h:177:0,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0from <command-line>:0:
/var/lib/dkms/wireguard/0.= 0.20180420/build/compat/checksum/checksum_partial_compat.h:192:19: error: s= tatic declaration of =E2=80=98skb_checksum_setup=E2=80=99 follows non-stati= c declaration
=C2=A0static inline int skb_checksum_setup(struct s= k_buff *skb, bool recalculate)
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0= =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0^
In file included from includ= e/linux/ip.h:20:0,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0from include/linux/if_tunnel.h:4,
=C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from include/net/ip_tunnels= .h:4,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0from /var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:80,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from &l= t;command-line>:0:
include/linux/skbuff.h:3855:5: note: previo= us declaration of =E2=80=98skb_checksum_setup=E2=80=99 was here
= =C2=A0int skb_checksum_setup(struct sk_buff *skb, bool recalculate);
<= div>=C2=A0 =C2=A0 =C2=A0^
In file included from <command-line&= gt;:0:0:
/var/lib/dkms/wireguard/0.0.20180420/build/compat/compat= .h:115:20: error: redefinition of =E2=80=98skb_reset_tc=E2=80=99
= =C2=A0static inline void skb_reset_tc(struct sk_buff *skb)
=C2=A0= =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 ^
In file included from include/linux/ip.h:20:0,
=C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from include/linux/if_tunnel.h= :4,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0from include/net/ip_tunnels.h:4,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from /var/lib/dkms/wireguard/0.0.20180420= /build/compat/compat.h:80,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0from <command-line>:0:
include/linu= x/skbuff.h:3855:5: note: previous declaration of =E2=80=98skb_checksum_setu= p=E2=80=99 was here
=C2=A0int skb_checksum_setup(struct sk_buff *= skb, bool recalculate);
=C2=A0 =C2=A0 =C2=A0^
In file i= ncluded from include/linux/ip.h:20:0,
=C2=A0 =C2=A0 =C2=A0 =C2=A0= =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from include/linux/if_tunnel.h:4,
<= div>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from incl= ude/net/ip_tunnels.h:4,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0= =C2=A0 =C2=A0 =C2=A0from /var/lib/dkms/wireguard/0.0.20180420/build/compat= /compat.h:80,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0from <command-line>:0:
include/linux/skbuff.h:= 3855:5: note: previous declaration of =E2=80=98skb_checksum_setup=E2=80=99 = was here
=C2=A0int skb_checksum_setup(struct sk_buff *skb, bool r= ecalculate);
=C2=A0 =C2=A0 =C2=A0^
In file included fro= m include/linux/filter.h:11:0,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0= =C2=A0 =C2=A0 =C2=A0 =C2=A0from include/net/sock.h:67,
=C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from include/linux/t= cp.h:23,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0from include/linux/ipv6.h:70,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from include/net/dsfield.h:11,
= =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from include/= net/ip_tunnels.h:12,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0from /var/lib/dkms/wireguard/0.0.20180420/build/compat/= compat.h:80,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0from <command-line>:0:
include/net/sch_generic.h:= 454:20: note: previous definition of =E2=80=98skb_reset_tc=E2=80=99 was her= e
=C2=A0static inline void skb_reset_tc(struct sk_buff *skb)
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0= ^
In file included from /var/lib/dkms/wireguard/0.0.20180420/bui= ld/compat/compat.h:177:0,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0from <command-line>:0:
/var/lib/dkm= s/wireguard/0.0.20180420/build/compat/checksum/checksum_partial_compat.h:19= 2:19: error: static declaration of =E2=80=98skb_checksum_setup=E2=80=99 fol= lows non-static declaration
=C2=A0static inline int skb_checksum_= setup(struct sk_buff *skb, bool recalculate)
=C2=A0 =C2=A0 =C2=A0= =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0^
In file includ= ed from /var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:177:0,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from= <command-line>:0:
/var/lib/dkms/wireguard/0.0.20180420/bui= ld/compat/checksum/checksum_partial_compat.h:192:19: error: static declarat= ion of =E2=80=98skb_checksum_setup=E2=80=99 follows non-static declaration<= /div>
=C2=A0static inline int skb_checksum_setup(struct sk_buff *skb, b= ool recalculate)
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0= =C2=A0 =C2=A0 =C2=A0^
In file included from include/linux/ip.h:2= 0:0,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0from include/linux/if_tunnel.h:4,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from include/net/ip_tunnels.h:4,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from /var/l= ib/dkms/wireguard/0.0.20180420/build/compat/compat.h:80,
=C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from <command-lin= e>:0:
include/linux/skbuff.h:3855:5: note: previous declaratio= n of =E2=80=98skb_checksum_setup=E2=80=99 was here
=C2=A0int skb_= checksum_setup(struct sk_buff *skb, bool recalculate);
=C2=A0 =C2= =A0 =C2=A0^
In file included from include/linux/ip.h:20:0,
<= div>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from incl= ude/linux/if_tunnel.h:4,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0from include/net/ip_tunnels.h:4,
=C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from /var/lib/dkms/w= ireguard/0.0.20180420/build/compat/compat.h:80,
=C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from <command-line>:0:
include/linux/skbuff.h:3855:5: note: previous declaration of =E2= =80=98skb_checksum_setup=E2=80=99 was here
=C2=A0int skb_checksum= _setup(struct sk_buff *skb, bool recalculate);
=C2=A0 =C2=A0 =C2= =A0^
In file included from <command-line>:0:0:
/v= ar/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:445:31: error: sta= tic declaration of =E2=80=98genl_family_attrbuf=E2=80=99 follows non-static= declaration
=C2=A0static inline struct nlattr **genl_family_attr= buf(const struct genl_family *family)
=C2=A0 =C2=A0 =C2=A0 =C2=A0= =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0^
In file included from <command-line>:0:0:
=
/var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:445:31: err= or: static declaration of =E2=80=98genl_family_attrbuf=E2=80=99 follows non= -static declaration
=C2=A0static inline struct nlattr **genl_fami= ly_attrbuf(const struct genl_family *family)
=C2=A0 =C2=A0 =C2=A0= =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0^
In file included from /var/lib/dkms/wireguard/= 0.0.20180420/build/compat/compat.h:439:0,
=C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from <command-line>:0:
=
include/net/genetlink.h:77:17: note: previous declaration of =E2=80=98= genl_family_attrbuf=E2=80=99 was here
=C2=A0struct nlattr **genl_= family_attrbuf(const struct genl_family *family);
=C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0^
In file include= d from /var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:439:0,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from = <command-line>:0:
include/net/genetlink.h:77:17: note: prev= ious declaration of =E2=80=98genl_family_attrbuf=E2=80=99 was here
=C2=A0struct nlattr **genl_family_attrbuf(const struct genl_family *famil= y);
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0^
In file included from <command-line>:0:0:
/v= ar/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:445:31: error: sta= tic declaration of =E2=80=98genl_family_attrbuf=E2=80=99 follows non-static= declaration
=C2=A0static inline struct nlattr **genl_family_attr= buf(const struct genl_family *family)
=C2=A0 =C2=A0 =C2=A0 =C2=A0= =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0^
In file included from <command-line>:0:0:
=
/var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:115:20: err= or: redefinition of =E2=80=98skb_reset_tc=E2=80=99
=C2=A0static i= nline void skb_reset_tc(struct sk_buff *skb)
=C2=A0 =C2=A0 =C2=A0= =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 ^
In file inclu= ded from /var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:439:0,<= /div>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0fro= m <command-line>:0:
include/net/genetlink.h:77:17: note: pr= evious declaration of =E2=80=98genl_family_attrbuf=E2=80=99 was here
<= div>=C2=A0struct nlattr **genl_family_attrbuf(const struct genl_family *fam= ily);
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0^
In file included from include/linux/filter.h:11:0,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from include= /net/sock.h:67,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0from include/linux/tcp.h:23,
=C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from include/linux/ipv6.h:70,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from in= clude/net/dsfield.h:11,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0= =C2=A0 =C2=A0 =C2=A0from include/net/ip_tunnels.h:12,
=C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from /var/lib/dkms/wire= guard/0.0.20180420/build/compat/compat.h:80,
=C2=A0 =C2=A0 =C2=A0= =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from <command-line>:0:
include/net/sch_generic.h:454:20: note: previous definition of =E2=80= =98skb_reset_tc=E2=80=99 was here
=C2=A0static inline void skb_re= set_tc(struct sk_buff *skb)
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 ^
In file included from /var/l= ib/dkms/wireguard/0.0.20180420/build/compat/compat.h:177:0,
=C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from <command= -line>:0:
/var/lib/dkms/wireguard/0.0.20180420/build/compat/ch= ecksum/checksum_partial_compat.h:192:19: error: static declaration of =E2= =80=98skb_checksum_setup=E2=80=99 follows non-static declaration
= =C2=A0static inline int skb_checksum_setup(struct sk_buff *skb, bool recalc= ulate)
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0^
In file included from <command-line>:0:0:
/var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:115:20: = error: redefinition of =E2=80=98skb_reset_tc=E2=80=99
=C2=A0stati= c inline void skb_reset_tc(struct sk_buff *skb)
=C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 ^
In file in= cluded from include/linux/filter.h:11:0,
=C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from include/net/sock.h:67,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from include= /linux/tcp.h:23,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0= =C2=A0 =C2=A0from include/linux/ipv6.h:70,
=C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from include/net/dsfield.h:11,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from i= nclude/net/ip_tunnels.h:12,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0from /var/lib/dkms/wireguard/0.0.20180420/build/= compat/compat.h:80,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0from <command-line>:0:
include/net/sch_gen= eric.h:454:20: note: previous definition of =E2=80=98skb_reset_tc=E2=80=99 = was here
=C2=A0static inline void skb_reset_tc(struct sk_buff *sk= b)
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0= =C2=A0 ^
In file included from <command-line>:0:0:
/var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:115:20: error= : redefinition of =E2=80=98skb_reset_tc=E2=80=99
=C2=A0static inl= ine void skb_reset_tc(struct sk_buff *skb)
=C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 ^
In file includ= ed from include/linux/ip.h:20:0,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from include/linux/if_tunnel.h:4,
= =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from include/= net/ip_tunnels.h:4,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0from /var/lib/dkms/wireguard/0.0.20180420/build/compat/com= pat.h:80,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0= =C2=A0from <command-line>:0:
include/linux/skbuff.h:3855:5= : note: previous declaration of =E2=80=98skb_checksum_setup=E2=80=99 was he= re
=C2=A0int skb_checksum_setup(struct sk_buff *skb, bool recalcu= late);
=C2=A0 =C2=A0 =C2=A0^
In file included from incl= ude/linux/filter.h:11:0,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0from include/net/sock.h:67,
=C2=A0 =C2=A0= =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from include/linux/tcp.h:2= 3,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0= from include/linux/ipv6.h:70,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0from include/net/dsfield.h:11,
=C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from include/net/ip_= tunnels.h:12,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0from /var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.= h:80,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0from <command-line>:0:
include/net/sch_generic.h:454:20:= note: previous definition of =E2=80=98skb_reset_tc=E2=80=99 was here
=
=C2=A0static inline void skb_reset_tc(struct sk_buff *skb)
= =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 ^
In file included from <command-line>:0:0:
/var/lib/d= kms/wireguard/0.0.20180420/build/compat/compat.h:445:31: error: static decl= aration of =E2=80=98genl_family_attrbuf=E2=80=99 follows non-static declara= tion
=C2=A0static inline struct nlattr **genl_family_attrbuf(cons= t struct genl_family *family)
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0^
In file included from /var/lib/dkms/wireguard/0.0.20180420/b= uild/compat/compat.h:439:0,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0from <command-line>:0:
include/n= et/genetlink.h:77:17: note: previous declaration of =E2=80=98genl_family_at= trbuf=E2=80=99 was here
=C2=A0struct nlattr **genl_family_attrbuf= (const struct genl_family *family);
=C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0^
In file included from <com= mand-line>:0:0:
/var/lib/dkms/wireguard/0.0.20180420/build/com= pat/compat.h:445:31: error: static declaration of =E2=80=98genl_family_attr= buf=E2=80=99 follows non-static declaration
=C2=A0static inline s= truct nlattr **genl_family_attrbuf(const struct genl_family *family)
<= div>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0^
In file included from = /var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:439:0,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from <com= mand-line>:0:
include/net/genetlink.h:77:17: note: previous de= claration of =E2=80=98genl_family_attrbuf=E2=80=99 was here
=C2= =A0struct nlattr **genl_family_attrbuf(const struct genl_family *family);
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0^
In file included from <command-line>:0:0:
/var/lib/= dkms/wireguard/0.0.20180420/build/compat/compat.h:115:20: error: redefiniti= on of =E2=80=98skb_reset_tc=E2=80=99
=C2=A0static inline void skb= _reset_tc(struct sk_buff *skb)
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0= =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 ^
In file included from inclu= de/linux/filter.h:11:0,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0= =C2=A0 =C2=A0 =C2=A0from include/net/sock.h:67,
=C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from include/linux/tcp.h:23= ,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0f= rom include/linux/ipv6.h:70,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0from include/net/dsfield.h:11,
=C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from include/net/ip_= tunnels.h:12,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0from /var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.= h:80,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0from <command-line>:0:
include/net/sch_generic.h:454:20:= note: previous definition of =E2=80=98skb_reset_tc=E2=80=99 was here
=
=C2=A0static inline void skb_reset_tc(struct sk_buff *skb)
= =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 ^
In file included from <command-line>:0:0:
/var/lib/d= kms/wireguard/0.0.20180420/build/compat/compat.h:115:20: error: redefinitio= n of =E2=80=98skb_reset_tc=E2=80=99
=C2=A0static inline void skb_= reset_tc(struct sk_buff *skb)
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 ^
In file included from includ= e/linux/filter.h:11:0,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0from include/net/sock.h:67,
=C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from include/linux/tcp.h:23,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from= include/linux/ipv6.h:70,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0from include/net/dsfield.h:11,
=C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from include/net/ip_tun= nels.h:12,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0from /var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:8= 0,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0= from <command-line>:0:
include/net/sch_generic.h:454:20: no= te: previous definition of =E2=80=98skb_reset_tc=E2=80=99 was here
=C2=A0static inline void skb_reset_tc(struct sk_buff *skb)
=C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 ^
<= div>In file included from /var/lib/dkms/wireguard/0.0.20180420/build/compat= /compat.h:177:0,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0= =C2=A0 =C2=A0from <command-line>:0:
/var/lib/dkms/wireguar= d/0.0.20180420/build/compat/checksum/checksum_partial_compat.h:192:19: erro= r: static declaration of =E2=80=98skb_checksum_setup=E2=80=99 follows non-s= tatic declaration
=C2=A0static inline int skb_checksum_setup(stru= ct sk_buff *skb, bool recalculate)
=C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0^
In file included from = <command-line>:0:0:
/var/lib/dkms/wireguard/0.0.20180420/bu= ild/compat/compat.h:445:31: error: static declaration of =E2=80=98genl_fami= ly_attrbuf=E2=80=99 follows non-static declaration
=C2=A0static i= nline struct nlattr **genl_family_attrbuf(const struct genl_family *family)=
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0^
In file include= d from /var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:439:0,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from = <command-line>:0:
include/net/genetlink.h:77:17: note: prev= ious declaration of =E2=80=98genl_family_attrbuf=E2=80=99 was here
=C2=A0struct nlattr **genl_family_attrbuf(const struct genl_family *famil= y);
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0^
In file included from include/linux/ip.h:20:0,
=C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from include/lin= ux/if_tunnel.h:4,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0from include/net/ip_tunnels.h:4,
=C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from /var/lib/dkms/wireguar= d/0.0.20180420/build/compat/compat.h:80,
=C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from <command-line>:0:
include/linux/skbuff.h:3855:5: note: previous declaration of =E2=80=98skb= _checksum_setup=E2=80=99 was here
=C2=A0int skb_checksum_setup(st= ruct sk_buff *skb, bool recalculate);
=C2=A0 =C2=A0 =C2=A0^
=
In file included from /var/lib/dkms/wireguard/0.0.20180420/build/compa= t/compat.h:177:0,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0from <command-line>:0:
/var/lib/dkms/wireg= uard/0.0.20180420/build/compat/checksum/checksum_partial_compat.h:192:19: e= rror: static declaration of =E2=80=98skb_checksum_setup=E2=80=99 follows no= n-static declaration
=C2=A0static inline int skb_checksum_setup(s= truct sk_buff *skb, bool recalculate)
=C2=A0 =C2=A0 =C2=A0 =C2=A0= =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0^
In file included from= <command-line>:0:0:
/var/lib/dkms/wireguard/0.0.20180420/b= uild/compat/compat.h:115:20: error: redefinition of =E2=80=98skb_reset_tc= =E2=80=99
=C2=A0static inline void skb_reset_tc(struct sk_buff *s= kb)
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 ^
In file included from include/linux/filter.h:11:0,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from= include/net/sock.h:67,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0= =C2=A0 =C2=A0 =C2=A0from include/linux/tcp.h:23,
=C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from include/linux/ipv6.h:7= 0,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0= from include/net/dsfield.h:11,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0= =C2=A0 =C2=A0 =C2=A0 =C2=A0from include/net/ip_tunnels.h:12,
=C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from /var/lib/dk= ms/wireguard/0.0.20180420/build/compat/compat.h:80,
=C2=A0 =C2=A0= =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from <command-line>:= 0:
include/net/sch_generic.h:454:20: note: previous definition of= =E2=80=98skb_reset_tc=E2=80=99 was here
=C2=A0static inline void= skb_reset_tc(struct sk_buff *skb)
=C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 ^
In file included from= /var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:177:0,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from <co= mmand-line>:0:
/var/lib/dkms/wireguard/0.0.20180420/build/comp= at/checksum/checksum_partial_compat.h:192:19: error: static declaration of = =E2=80=98skb_checksum_setup=E2=80=99 follows non-static declaration
=C2=A0static inline int skb_checksum_setup(struct sk_buff *skb, bool rec= alculate)
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0= =C2=A0 =C2=A0^
In file included from include/linux/ip.h:20:0,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from = include/linux/if_tunnel.h:4,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0from include/net/ip_tunnels.h:4,
=C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from /var/lib/dk= ms/wireguard/0.0.20180420/build/compat/compat.h:80,
=C2=A0 =C2=A0= =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from <command-line>:= 0:
include/linux/skbuff.h:3855:5: note: previous declaration of = =E2=80=98skb_checksum_setup=E2=80=99 was here
=C2=A0int skb_check= sum_setup(struct sk_buff *skb, bool recalculate);
=C2=A0 =C2=A0 = =C2=A0^
In file included from include/linux/ip.h:20:0,
= =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from include/= linux/if_tunnel.h:4,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0from include/net/ip_tunnels.h:4,
=C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from /var/lib/dkms/wire= guard/0.0.20180420/build/compat/compat.h:80,
=C2=A0 =C2=A0 =C2=A0= =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from <command-line>:0:
include/linux/skbuff.h:3855:5: note: previous declaration of =E2=80= =98skb_checksum_setup=E2=80=99 was here
=C2=A0int skb_checksum_se= tup(struct sk_buff *skb, bool recalculate);
=C2=A0 =C2=A0 =C2=A0^=
In file included from /var/lib/dkms/wireguard/0.0.20180420/build= /compat/compat.h:177:0,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0= =C2=A0 =C2=A0 =C2=A0from <command-line>:0:
/var/lib/dkms/w= ireguard/0.0.20180420/build/compat/checksum/checksum_partial_compat.h:192:1= 9: error: static declaration of =E2=80=98skb_checksum_setup=E2=80=99 follow= s non-static declaration
=C2=A0static inline int skb_checksum_set= up(struct sk_buff *skb, bool recalculate)
=C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0^
In file include= d from /var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:177:0,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from = <command-line>:0:
/var/lib/dkms/wireguard/0.0.20180420/buil= d/compat/checksum/checksum_partial_compat.h:192:19: error: static declarati= on of =E2=80=98skb_checksum_setup=E2=80=99 follows non-static declaration
=C2=A0static inline int skb_checksum_setup(struct sk_buff *skb, bo= ol recalculate)
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0^
In file included from include/linux/ip.h:20= :0,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0from include/linux/if_tunnel.h:4,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from include/net/ip_tunnels.h:4,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from /var/l= ib/dkms/wireguard/0.0.20180420/build/compat/compat.h:80,
=C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from <command-lin= e>:0:
include/linux/skbuff.h:3855:5: note: previous declaratio= n of =E2=80=98skb_checksum_setup=E2=80=99 was here
=C2=A0int skb_= checksum_setup(struct sk_buff *skb, bool recalculate);
=C2=A0 =C2= =A0 =C2=A0^
In file included from include/linux/ip.h:20:0,
<= div>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from incl= ude/linux/if_tunnel.h:4,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0from include/net/ip_tunnels.h:4,
=C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from /var/lib/dkms/w= ireguard/0.0.20180420/build/compat/compat.h:80,
=C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from <command-line>:0:
include/linux/skbuff.h:3855:5: note: previous declaration of =E2= =80=98skb_checksum_setup=E2=80=99 was here
=C2=A0int skb_checksum= _setup(struct sk_buff *skb, bool recalculate);
=C2=A0 =C2=A0 =C2= =A0^
In file included from <command-line>:0:0:
/v= ar/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:445:31: error: sta= tic declaration of =E2=80=98genl_family_attrbuf=E2=80=99 follows non-static= declaration
=C2=A0static inline struct nlattr **genl_family_attr= buf(const struct genl_family *family)
=C2=A0 =C2=A0 =C2=A0 =C2=A0= =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0^
In file included from /var/lib/dkms/wireguard/0.0.201= 80420/build/compat/compat.h:439:0,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from <command-line>:0:
in= clude/net/genetlink.h:77:17: note: previous declaration of =E2=80=98genl_fa= mily_attrbuf=E2=80=99 was here
=C2=A0struct nlattr **genl_family_= attrbuf(const struct genl_family *family);
=C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0^
In file included from = <command-line>:0:0:
/var/lib/dkms/wireguard/0.0.20180420/bu= ild/compat/compat.h:445:31: error: static declaration of =E2=80=98genl_fami= ly_attrbuf=E2=80=99 follows non-static declaration
=C2=A0static i= nline struct nlattr **genl_family_attrbuf(const struct genl_family *family)=
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0^
In file include= d from /var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:439:0,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from = <command-line>:0:
include/net/genetlink.h:77:17: note: prev= ious declaration of =E2=80=98genl_family_attrbuf=E2=80=99 was here
=C2=A0struct nlattr **genl_family_attrbuf(const struct genl_family *famil= y);
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0^
In file included from /var/lib/dkms/wireguard/0.0.20180420/b= uild/compat/compat.h:177:0,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0from <command-line>:0:
/var/lib/= dkms/wireguard/0.0.20180420/build/compat/checksum/checksum_partial_compat.h= :192:19: error: static declaration of =E2=80=98skb_checksum_setup=E2=80=99 = follows non-static declaration
=C2=A0static inline int skb_checks= um_setup(struct sk_buff *skb, bool recalculate)
=C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0^
In file inc= luded from <command-line>:0:0:
/var/lib/dkms/wireguard/0.0.= 20180420/build/compat/compat.h:445:31: error: static declaration of =E2=80= =98genl_family_attrbuf=E2=80=99 follows non-static declaration
= =C2=A0static inline struct nlattr **genl_family_attrbuf(const struct genl_f= amily *family)
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0^
I= n file included from /var/lib/dkms/wireguard/0.0.20180420/build/compat/comp= at.h:439:0,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0from <command-line>:0:
include/net/genetlink.h:77= :17: note: previous declaration of =E2=80=98genl_family_attrbuf=E2=80=99 wa= s here
=C2=A0struct nlattr **genl_family_attrbuf(const struct gen= l_family *family);
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0^
In file included from include/linux/ip.h:20:0,=
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0fr= om include/linux/if_tunnel.h:4,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from include/net/ip_tunnels.h:4,
= =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from /var/lib= /dkms/wireguard/0.0.20180420/build/compat/compat.h:80,
=C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from <command-line&g= t;:0:
include/linux/skbuff.h:3855:5: note: previous declaration o= f =E2=80=98skb_checksum_setup=E2=80=99 was here
=C2=A0int skb_che= cksum_setup(struct sk_buff *skb, bool recalculate);
=C2=A0 =C2=A0= =C2=A0^
In file included from <command-line>:0:0:
/var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:445:31: error:= static declaration of =E2=80=98genl_family_attrbuf=E2=80=99 follows non-st= atic declaration
=C2=A0static inline struct nlattr **genl_family_= attrbuf(const struct genl_family *family)
=C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0^
In file included from /var/lib/dkms/wireguard/= 0.0.20180420/build/compat/compat.h:439:0,
=C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from <command-line>:0:
=
include/net/genetlink.h:77:17: note: previous declaration of =E2=80=98= genl_family_attrbuf=E2=80=99 was here
=C2=A0struct nlattr **genl_= family_attrbuf(const struct genl_family *family);
=C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0^
In file include= d from <command-line>:0:0:
/var/lib/dkms/wireguard/0.0.2018= 0420/build/compat/compat.h:445:31: error: static declaration of =E2=80=98ge= nl_family_attrbuf=E2=80=99 follows non-static declaration
=C2=A0s= tatic inline struct nlattr **genl_family_attrbuf(const struct genl_family *= family)
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0^
In file = included from /var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:43= 9:0,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0from <command-line>:0:
include/net/genetlink.h:77:17: no= te: previous declaration of =E2=80=98genl_family_attrbuf=E2=80=99 was here<= /div>
=C2=A0struct nlattr **genl_family_attrbuf(const struct genl_famil= y *family);
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0^
In file included from <command-line>:0:0:
=
/var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:445:31: err= or: static declaration of =E2=80=98genl_family_attrbuf=E2=80=99 follows non= -static declaration
=C2=A0static inline struct nlattr **genl_fami= ly_attrbuf(const struct genl_family *family)
=C2=A0 =C2=A0 =C2=A0= =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0^
In file included from /var/lib/dkms/wireguard/= 0.0.20180420/build/compat/compat.h:439:0,
=C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from <command-line>:0:
=
include/net/genetlink.h:77:17: note: previous declaration of =E2=80=98= genl_family_attrbuf=E2=80=99 was here
=C2=A0struct nlattr **genl_= family_attrbuf(const struct genl_family *family);
=C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0^
In file include= d from <command-line>:0:0:
/var/lib/dkms/wireguard/0.0.2018= 0420/build/compat/compat.h:115:20: error: redefinition of =E2=80=98skb_rese= t_tc=E2=80=99
=C2=A0static inline void skb_reset_tc(struct sk_buf= f *skb)
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 ^
In file included from include/linux/filter.h:11:0= ,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0f= rom include/net/sock.h:67,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0from include/linux/tcp.h:23,
=C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from include/linux/ipv6= .h:70,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0from include/net/dsfield.h:11,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from include/net/ip_tunnels.h:12,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from /var/= lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:80,
=C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from <command-lin= e>:0:
include/net/sch_generic.h:454:20: note: previous definit= ion of =E2=80=98skb_reset_tc=E2=80=99 was here
=C2=A0static inlin= e void skb_reset_tc(struct sk_buff *skb)
=C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 ^
In file included = from <command-line>:0:0:
/var/lib/dkms/wireguard/0.0.201804= 20/build/compat/compat.h:115:20: error: redefinition of =E2=80=98skb_reset_= tc=E2=80=99
=C2=A0static inline void skb_reset_tc(struct sk_buff = *skb)
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 ^
In file included from include/linux/filter.h:11:0,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from= include/net/sock.h:67,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0= =C2=A0 =C2=A0 =C2=A0from include/linux/tcp.h:23,
=C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from include/linux/ipv6.h:7= 0,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0= from include/net/dsfield.h:11,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0= =C2=A0 =C2=A0 =C2=A0 =C2=A0from include/net/ip_tunnels.h:12,
=C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from /var/lib/dk= ms/wireguard/0.0.20180420/build/compat/compat.h:80,
=C2=A0 =C2=A0= =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from <command-line>:= 0:
include/net/sch_generic.h:454:20: note: previous definition of= =E2=80=98skb_reset_tc=E2=80=99 was here
=C2=A0static inline void= skb_reset_tc(struct sk_buff *skb)
=C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 ^
In file included from= /var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:177:0,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from <co= mmand-line>:0:
/var/lib/dkms/wireguard/0.0.20180420/build/comp= at/checksum/checksum_partial_compat.h:192:19: error: static declaration of = =E2=80=98skb_checksum_setup=E2=80=99 follows non-static declaration
=C2=A0static inline int skb_checksum_setup(struct sk_buff *skb, bool rec= alculate)
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0= =C2=A0 =C2=A0^
make[1]: *** [/var/lib/dkms/wireguard/0.0.2018042= 0/build/main.o] Error 1
make[1]: *** Waiting for unfinished jobs.= ...
In file included from /var/lib/dkms/wireguard/0.0.20180420/bu= ild/compat/compat.h:177:0,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0from <command-line>:0:
/var/lib/dkm= s/wireguard/0.0.20180420/build/compat/checksum/checksum_partial_compat.h:19= 2:19: error: static declaration of =E2=80=98skb_checksum_setup=E2=80=99 fol= lows non-static declaration
=C2=A0static inline int skb_checksum_= setup(struct sk_buff *skb, bool recalculate)
=C2=A0 =C2=A0 =C2=A0= =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0^
In file includ= ed from include/linux/ip.h:20:0,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from include/linux/if_tunnel.h:4,
= =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from include/= net/ip_tunnels.h:4,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0from /var/lib/dkms/wireguard/0.0.20180420/build/compat/com= pat.h:80,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0= =C2=A0from <command-line>:0:
include/linux/skbuff.h:3855:5= : note: previous declaration of =E2=80=98skb_checksum_setup=E2=80=99 was he= re
=C2=A0int skb_checksum_setup(struct sk_buff *skb, bool recalcu= late);
=C2=A0 =C2=A0 =C2=A0^
In file included from incl= ude/linux/ip.h:20:0,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0from include/linux/if_tunnel.h:4,
=C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from include/net/ip_tun= nels.h:4,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0= =C2=A0from /var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:80,<= /div>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0fro= m <command-line>:0:
include/linux/skbuff.h:3855:5: note: pr= evious declaration of =E2=80=98skb_checksum_setup=E2=80=99 was here
=C2=A0int skb_checksum_setup(struct sk_buff *skb, bool recalculate);
=C2=A0 =C2=A0 =C2=A0^
make[1]: *** [/var/lib/dkms/wireguar= d/0.0.20180420/build/peer.o] Error 1
In file included from <co= mmand-line>:0:0:
/var/lib/dkms/wireguard/0.0.20180420/build/co= mpat/compat.h:445:31: error: static declaration of =E2=80=98genl_family_att= rbuf=E2=80=99 follows non-static declaration
=C2=A0static inline = struct nlattr **genl_family_attrbuf(const struct genl_family *family)
=
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0^
In file included from = /var/lib/dkms/wireguard/0.0.20180420/build/compat/compat.h:439:0,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from <com= mand-line>:0:
include/net/genetlink.h:77:17: note: previous de= claration of =E2=80=98genl_family_attrbuf=E2=80=99 was here
=C2= =A0struct nlattr **genl_family_attrbuf(const struct genl_family *family);
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0^
In file included from <command-line>:0:0:
/var/lib/= dkms/wireguard/0.0.20180420/build/compat/compat.h:445:31: error: static dec= laration of =E2=80=98genl_family_attrbuf=E2=80=99 follows non-static declar= ation
=C2=A0static inline struct nlattr **genl_family_attrbuf(con= st struct genl_family *family)
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0= =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0^
In file included from /var/lib/dkms/wireguard/0.0.20180420/b= uild/compat/compat.h:439:0,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0from <command-line>:0:
include/n= et/genetlink.h:77:17: note: previous declaration of =E2=80=98genl_family_at= trbuf=E2=80=99 was here
=C2=A0struct nlattr **genl_family_attrbuf= (const struct genl_family *family);
=C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0^
make[1]: *** [/var/lib/dkms/w= ireguard/0.0.20180420/build/noise.o] Error 1
/var/lib/dkms/wiregu= ard/0.0.20180420/build/netlink.c: In function =E2=80=98genetlink_init=E2=80= =99:
/var/lib/dkms/wireguard/0.0.20180420/build/netlink.c:511:2: = error: implicit declaration of function =E2=80=98genl_register_family_with_= ops=E2=80=99 [-Werror=3Dimplicit-function-declaration]
=C2=A0 ret= urn genl_register_family(&genl_family);
=C2=A0 ^
ma= ke[1]: *** [/var/lib/dkms/wireguard/0.0.20180420/build/queueing.o] Error 1<= /div>
make[1]: *** [/var/lib/dkms/wireguard/0.0.20180420/build/device.o= ] Error 1
make[1]: *** [/var/lib/dkms/wireguard/0.0.20180420/buil= d/hashtables.o] Error 1
make[1]: *** [/var/lib/dkms/wireguard/0.0= .20180420/build/ratelimiter.o] Error 1
make[1]: *** [/var/lib/dkm= s/wireguard/0.0.20180420/build/allowedips.o] Error 1
make[1]: ***= [/var/lib/dkms/wireguard/0.0.20180420/build/socket.o] Error 1
cc= 1: some warnings being treated as errors
make[1]: *** [/var/lib/d= kms/wireguard/0.0.20180420/build/receive.o] Error 1
make[1]: *** = [/var/lib/dkms/wireguard/0.0.20180420/build/send.o] Error 1
make[= 1]: *** [/var/lib/dkms/wireguard/0.0.20180420/build/netlink.o] Error 1
make[1]: *** [/var/lib/dkms/wireguard/0.0.20180420/build/timers.o] Er= ror 1
make[1]: *** [/var/lib/dkms/wireguard/0.0.20180420/build/cr= ypto/curve25519.o] Error 1
make[1]: *** [/var/lib/dkms/wireguard/= 0.0.20180420/build/compat/siphash/siphash.o] Error 1
make[1]: ***= [/var/lib/dkms/wireguard/0.0.20180420/build/crypto/blake2s.o] Error 1
make[1]: *** [/var/lib/dkms/wireguard/0.0.20180420/build/cookie.o] Er= ror 1
make[1]: *** [/var/lib/dkms/wireguard/0.0.20180420/build/cr= ypto/chacha20poly1305.o] Error 1
make: *** [_module_/var/lib/dkms= /wireguard/0.0.20180420/build] Error 2
make: Leaving directory `/= usr/src/kernels/3.10.0-862.el7.x86_64'
--
Henry Snow | Director, Site Reliability Engineering
= = eXelate, a Nielsen company
E:=C2=A0<= a href=3D"mailto:henry.snow@nielsen.com">henry.snow@nielsen.com=C2=A0|= =C2=A0M: 347.366.2700
675 6th Ave, 3rd Floor, New York, NY 1= 0010=C2=A0
--000000000000d0e5d5056bda4e43--