[Bug 253547] security/expiretable does not compile on stable/13
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Feb 16 00:35:01 UTC 2021
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253547
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 at FreeBSD.org
Reporter: mike at sentex.net
CC: cris at gufi.org, kp at freebsd.org
Flags: maintainer-feedback?(cris at gufi.org)
CC: cris at gufi.org
root at freebsd:/usr/ports/security/expiretable # make
===> expiretable-0.6_1 depends on file: /usr/local/sbin/pkg - found
===> Fetching all distfiles required by expiretable-0.6_1 for building
===> Extracting for expiretable-0.6_1
=> SHA256 Checksum OK for expiretable-0.6.tar.gz.
===> Patching for expiretable-0.6_1
===> Applying FreeBSD patches for expiretable-0.6_1 from
/usr/ports/security/expiretable/files
===> Configuring for expiretable-0.6_1
===> 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-types]
*states = ps.ps_states;
^ ~~~~~~~~~~~~
ioctl_helpers.c:204:21: error: invalid application of 'sizeof' to an incomplete
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_state'
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
===> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to
the maintainer.
*** Error code 1
Stop.
make: stopped in /usr/ports/security/expiretable
root at freebsd:/usr/ports/security/expiretable #
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list