Date: Tue, 16 Feb 2021 00:35:01 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 253547] security/expiretable does not compile on stable/13 Message-ID: <bug-253547-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D253547 Bug ID: 253547 Summary: security/expiretable does not compile on stable/13 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: ports-bugs@FreeBSD.org Reporter: mike@sentex.net CC: cris@gufi.org, kp@freebsd.org Flags: maintainer-feedback?(cris@gufi.org) CC: cris@gufi.org root@freebsd:/usr/ports/security/expiretable # make =3D=3D=3D> expiretable-0.6_1 depends on file: /usr/local/sbin/pkg - found =3D=3D=3D> Fetching all distfiles required by expiretable-0.6_1 for building =3D=3D=3D> Extracting for expiretable-0.6_1 =3D> SHA256 Checksum OK for expiretable-0.6.tar.gz. =3D=3D=3D> Patching for expiretable-0.6_1 =3D=3D=3D> Applying FreeBSD patches for expiretable-0.6_1 from /usr/ports/security/expiretable/files =3D=3D=3D> Configuring for expiretable-0.6_1 =3D=3D=3D> Building for expiretable-0.6_1 --- expiretable.o --- --- ioctl_helpers.o --- --- messages.o --- --- expiretable.o --- cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -pedantic -Wall -ansi -c expiretable.c -o expiretable.o --- ioctl_helpers.o --- cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -pedantic -Wall -ansi -c ioctl_helpers.c -o ioctl_helpers.o --- messages.o --- cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -pedantic -Wall -ansi -c messages.c -o messages.o --- ioctl_helpers.o --- ioctl_helpers.c:203:10: warning: incompatible pointer types assigning to 'struct pf_state *' from 'struct pfsync_state *' [-Wincompatible-pointer-ty= pes] *states =3D ps.ps_states; ^ ~~~~~~~~~~~~ ioctl_helpers.c:204:21: error: invalid application of 'sizeof' to an incomp= lete type 'struct pf_state' return ps.ps_len / sizeof(struct pf_state); ^ ~~~~~~~~~~~~~~~~~ /usr/include/net/pfvar.h:485:15: note: forward declaration of 'struct pf_st= ate' TAILQ_HEAD(, pf_state) states[2]; ^ 1 warning and 1 error generated. *** [ioctl_helpers.o] Error code 1 make[1]: stopped in /usr/ports/security/expiretable/work/expiretable-0.6 1 error make[1]: stopped in /usr/ports/security/expiretable/work/expiretable-0.6 =3D=3D=3D> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=3Dyes and rebuild before reporting the failure = to the maintainer. *** Error code 1 Stop. make: stopped in /usr/ports/security/expiretable root@freebsd:/usr/ports/security/expiretable # --=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-253547-7788>