Date: Fri, 20 May 2022 18:04:16 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 264105] net/wireguard-kmod: Breakage on HEAD since improvement in sbcreatecontrol() of sockbuf Message-ID: <bug-264105-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D264105 Bug ID: 264105 Summary: net/wireguard-kmod: Breakage on HEAD since improvement in sbcreatecontrol() of sockbuf Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: decke@FreeBSD.org Reporter: rhurlin@FreeBSD.org Flags: maintainer-feedback?(decke@FreeBSD.org) Assignee: decke@FreeBSD.org Since sbcreatecontrol() in sockbuf was improved on HEAD [1], the build of t= he port net/wireguard-kmod is broken with: cc -O2 -pipe -fno-strict-aliasing -include compat.h -Werror -D_KERNEL -DKLD_MODULE -nostdinc -include /usr/ports/net/wireguard-kmod/work/wireguard-freebsd-0.0.20211105/src/opt_g= lobal.h -I. -I/usr/src/sys -I/usr/src/sys/contrib/ck/include -fno-common=20 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -fdebug-prefix-map=3D./machine=3D/usr/src/sys/amd64/include -fdebug-prefix-map=3D./x86=3D/usr/src/sys/x86/include -MD -MF.depend.i= f_wg.o -MTif_wg.o -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float=20 -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -W= all -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error=3Dtautological-compare -Wno-error=3Dempty-body -Wno-error=3Dparentheses-equality -Wno-error=3Dunused-function -Wno-error=3Dpointer-sign -Wno-error=3Dshift-negative-value -Wno-address-of-packed-member -Wno-format-zero-length -mno-aes -mno-avx=20 -std=3Diso9899:1999 -c if_wg.c -o if_wg.o if_wg.c:900:18: error: too few arguments to function call, expected 5, have= 4 IPPROTO_IP); ^ /usr/src/sys/sys/sockbuf.h:161:2: note: 'sbcreatecontrol' declared here sbcreatecontrol(const void *p, u_int size, int type, int level, ^ if_wg.c:906:20: error: too few arguments to function call, expected 5, have= 4 IPPROTO_IPV6); ^ /usr/src/sys/sys/sockbuf.h:161:2: note: 'sbcreatecontrol' declared here sbcreatecontrol(const void *p, u_int size, int type, int level, ^ [1] https://freshbsd.org/freebsd/src/commit/6890b588141a8298fc8a63700aeeea4ba36= ca3f9 --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-264105-7788>