Date: Tue, 25 Oct 2022 18:37:11 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 267348] net/aquantia-atlantic-kmod: build error Message-ID: <bug-267348-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D267348 Bug ID: 267348 Summary: net/aquantia-atlantic-kmod: build error Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: bofh@freebsd.org Reporter: rozhuk.im@gmail.com Flags: maintainer-feedback?(bofh@freebsd.org) Assignee: bofh@freebsd.org On fresh 13 stable: =3D=3D=3D> Building for aquantia-atlantic-kmod-0.0.5_1 In file included from aq_hw.c:38: /usr/include/sys/systm.h:432:1: error: static declaration of 'pause' follows non-static declaration pause(const char *wmesg, int timo) ^ /usr/include/unistd.h:357:6: note: previous declaration is here int pause(void); ^ 1 error generated. --- aq_hw.o --- *** [aq_hw.o] Error code 1 make[4]: stopped in /tmp/ports/usr/ports/net/aquantia-atlantic-kmod/work/aqtion-freebsd-4816644 aq_ring.c:364:37: warning: bitwise comparison always evaluates to false [-Wtautological-bitwise-compare] if ((rx_desc->wb.pkt_type & 0x60) =3D=3D 1) { ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ 1 warning generated. aq_main.c:160:12: warning: unused function 'aq_if_priv_ioctl' [-Wunused-function] static int aq_if_priv_ioctl(if_ctx_t ctx, u_long command, caddr_t data); ^ aq_main.c:177:13: warning: unused function 'aq_if_debug' [-Wunused-function] static void aq_if_debug(if_ctx_t ctx); ^ 2 warnings generated. 1 error make[4]: stopped in /tmp/ports/usr/ports/net/aquantia-atlantic-kmod/work/aqtion-freebsd-4816644 --=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-267348-7788>