Development discussion of WireGuard
 help / color / mirror / Atom feed
* d8738d57ab9ab976a1899e73d955d38317f44486 not building with 4.15.0-0.rc0.git6.
@ 2017-11-21 19:41 Bruno Wolff III
  2017-11-21 19:51 ` Jason A. Donenfeld
  0 siblings, 1 reply; 5+ messages in thread
From: Bruno Wolff III @ 2017-11-21 19:41 UTC (permalink / raw)
  To: wireguard

I tried building the latest WireGuard on the latest rawhide kernel an got 
the following error:

/home/bruno/WireGuard/src/netlink.c: In function ‘get_device_dump_real’:
/home/bruno/WireGuard/src/netlink.c:180:2: error: too many arguments to function ‘genl_dump_check_consistent’
  genl_dump_check_consistent(cb, hdr, &genl_family);
  ^~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/bruno/WireGuard/src/netlink.c:11:0:
./include/net/genetlink.h:194:20: note: declared here
 static inline void genl_dump_check_consistent(struct netlink_callback *cb,
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~
make[2]: *** [scripts/Makefile.build:306: /home/bruno/WireGuard/src/netlink.o] Error 1

I also got some warnings about redefining READ_ONCE:

 CC [M]  /home/bruno/WireGuard/src/netlink.o
In file included from ./include/linux/kernel.h:10:0,
                 from ./include/linux/skbuff.h:17,
                 from ./include/linux/ip.h:20,
                 from /home/bruno/WireGuard/src/compat/compat.h:528,
                 from <command-line>:0:
./include/linux/compiler.h:249:0: warning: "READ_ONCE" redefined
 #define READ_ONCE(x) __READ_ONCE(x, 1)
 
In file included from <command-line>:0:0:
/home/bruno/WireGuard/src/compat/compat.h:42:0: note: this is the location of the previous definition
 #define READ_ONCE ACCESS_ONCE

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-11-26 16:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-21 19:41 d8738d57ab9ab976a1899e73d955d38317f44486 not building with 4.15.0-0.rc0.git6 Bruno Wolff III
2017-11-21 19:51 ` Jason A. Donenfeld
2017-11-21 20:15   ` Bruno Wolff III
2017-11-26 12:45     ` Jason A. Donenfeld
2017-11-26 16:55       ` Bruno Wolff III

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).