[Bug 250554] net/wmnd: Broken on CURRENT after update to 0.4.18
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Oct 23 05:58:37 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250554
Bug ID: 250554
Summary: net/wmnd: Broken on CURRENT after update to 0.4.18
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: garga at FreeBSD.org
Reporter: rhurlin at FreeBSD.org
Flags: maintainer-feedback?(garga at FreeBSD.org)
Assignee: garga at FreeBSD.org
After the update of net/wmnd to 0.4.18, the build is broken on **CURRENT** with
Poudriere and in 'real life' boxes with the following errors for drivers.c:
===> Building for wmnd-0.4.18
gmake[1]: Entering directory '/wrkdirs/usr/ports/net/wmnd/work/wmnd-0.4.18'
gmake all-recursive
gmake[2]: Entering directory '/wrkdirs/usr/ports/net/wmnd/work/wmnd-0.4.18'
Making all in src
gmake[3]: Entering directory '/wrkdirs/usr/ports/net/wmnd/work/wmnd-0.4.18/src'
cc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -fstack-protector-strong
-fno-strict-aliasing -I/usr/local/include -MT cfgdata.o -MD -MP -MF
.deps/cfgdata.Tpo -c -o cfgdata.o cfgdata.c
mv -f .deps/cfgdata.Tpo .deps/cfgdata.Po
cc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -fstack-protector-strong
-fno-strict-aliasing -I/usr/local/include -MT display.o -MD -MP -MF
.deps/display.Tpo -c -o display.o display.c
mv -f .deps/display.Tpo .deps/display.Po
cc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -fstack-protector-strong
-fno-strict-aliasing -I/usr/local/include -MT drivers.o -MD -MP -MF
.deps/drivers.Tpo -c -o drivers.o drivers.c
drivers.c:1260:17: error: incomplete definition of type 'struct ifdatareq'
strncpy(ifdreq.ifdr_name, dev->name, IFNAMSIZ - 1);
~~~~~~^
drivers.c:1206:8: note: forward declaration of 'struct ifdatareq'
struct ifdatareq ifdreq;
^
drivers.c:1264:15: error: incomplete definition of type 'struct ifdatareq'
*ip = ifdreq.ifdr_data.ifi_ipackets;
~~~~~~^
drivers.c:1206:8: note: forward declaration of 'struct ifdatareq'
struct ifdatareq ifdreq;
^
drivers.c:1265:15: error: incomplete definition of type 'struct ifdatareq'
*ib = ifdreq.ifdr_data.ifi_ibytes;
~~~~~~^
drivers.c:1206:8: note: forward declaration of 'struct ifdatareq'
struct ifdatareq ifdreq;
^
drivers.c:1266:15: error: incomplete definition of type 'struct ifdatareq'
*op = ifdreq.ifdr_data.ifi_opackets;
~~~~~~^
drivers.c:1206:8: note: forward declaration of 'struct ifdatareq'
struct ifdatareq ifdreq;
^
drivers.c:1267:15: error: incomplete definition of type 'struct ifdatareq'
*ob = ifdreq.ifdr_data.ifi_obytes;
~~~~~~^
drivers.c:1206:8: note: forward declaration of 'struct ifdatareq'
struct ifdatareq ifdreq;
^
drivers.c:1206:18: error: tentative definition has type 'struct ifdatareq' that
is never completed
struct ifdatareq ifdreq;
^
drivers.c:1206:8: note: forward declaration of 'struct ifdatareq'
struct ifdatareq ifdreq;
^
6 errors generated.
gmake[3]: *** [Makefile:392: drivers.o] Error 1
gmake[3]: Leaving directory '/wrkdirs/usr/ports/net/wmnd/work/wmnd-0.4.18/src'
gmake[2]: *** [Makefile:478: all-recursive] Error 1
gmake[2]: Leaving directory '/wrkdirs/usr/ports/net/wmnd/work/wmnd-0.4.18'
gmake[1]: *** [Makefile:355: all] Error 2
gmake[1]: Leaving directory '/wrkdirs/usr/ports/net/wmnd/work/wmnd-0.4.18'
*** Error code 1
Stop.
make: stopped in /usr/ports/net/wmnd
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list