Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Oct 2020 05:58:36 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 250554] net/wmnd: Broken on CURRENT after update to 0.4.18
Message-ID:  <bug-250554-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D250554

            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@FreeBSD.org
          Reporter: rhurlin@FreeBSD.org
             Flags: maintainer-feedback?(garga@FreeBSD.org)
          Assignee: garga@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:


=3D=3D=3D>  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 =3D 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 =3D 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 =3D 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 =3D 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/s=
rc'
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

--=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-250554-7788>