>>> ipt-netflow-grsec: Checking sanity of /home/buildozer/aports/testing/ipt-netflow-grsec/APKBUILD... >>> ipt-netflow-grsec: Analyzing dependencies... (1/11) Installing libgmpxx (6.1.1-r0) (2/11) Installing gmp-dev (6.1.1-r0) (3/11) Installing readline (6.3.008-r4) (4/11) Installing bash (4.3.46-r3) Executing bash-4.3.46-r3.post-install (5/11) Installing linux-grsec-dev (4.4.18-r0) (6/11) Installing linux-headers (4.4.6-r1) (7/11) Installing libmnl (1.0.4-r0) (8/11) Installing libnftnl-libs (1.0.6-r0) (9/11) Installing iptables (1.6.0-r0) (10/11) Installing iptables-dev (1.6.0-r0) (11/11) Installing .makedepends-ipt-netflow-grsec (0) Executing busybox-1.25.0-r5.trigger depmod: can't open 'modules.builtin': No such file or directory Executing kmod-23-r0.trigger depmod: WARNING: could not open /lib/modules/4.4.18-0-grsec/modules.order: No such file or directory depmod: WARNING: could not open /lib/modules/4.4.18-0-grsec/modules.builtin: No such file or directory OK: 422 MiB in 108 packages >>> ipt-netflow-grsec: Cleaning temporary build dirs... >>> ipt-netflow-grsec: Checking sha512sums... ipt-netflow-2.1.tar.gz: OK git.patch: OK >>> ipt-netflow-grsec: Unpacking /var/cache/distfiles/ipt-netflow-2.1.tar.gz... >>> ipt-netflow-grsec: git.patch patching file CREDITS patching file Makefile.in patching file README patching file compat.h patching file configure patching file ipt_NETFLOW.c patching file ipt_NETFLOW.h patching file snmp_NETFLOW.c patching file testing.sh patching file version.sh Kernel version: 4.4.18-0-grsec (requested) Kernel sources: /lib/modules/4.4.18-0-grsec/build (found) Checking for presence of include/linux/llist.h... Yes Checking for presence of include/linux/grsecurity.h... Yes Iptables binary version: 1.6.0 (detected from /sbin/iptables) pkg-config for version 1.6.0 exists: Yes Checking for presence of xtables.h... Yes (using ipt-inc) Iptables include flags: -I/usr/include/libiptc (user specified) Iptables module path: /usr/lib/xtables (pkg-config) Searching for net-snmp-config... No. Searching for net-snmp agent... No. Assuming you don't want net-snmp agent support. Otherwise install net-snmp (www.net-snmp.org) Checking for DKMS... No. (It may be useful to install it.) ! ! DKMS is method of installing kernel modules, that will ! automatically recompile module after kernel upgrade. Creating Makefile.. done. If you need some options enabled run ./configure --help Now run: make all install Compiling for kernel 4.4.18-0-grsec make -C /lib/modules/4.4.18-0-grsec/build M=/home/buildozer/aports/testing/ipt-netflow-grsec/src/ipt-netflow-2.1 modules CONFIG_DEBUG_INFO=y make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. make[1]: Entering directory '/usr/src/linux-headers-4.4.18-0-grsec' arch/x86/Makefile:133: stack-protector enabled but compiler support broken Makefile:664: Cannot use CONFIG_CC_STACKPROTECTOR_STRONG: -fstack-protector-strong not supported by compiler CC [M] /home/buildozer/aports/testing/ipt-netflow-grsec/src/ipt-netflow-2.1/ipt_NETFLOW.o /home/buildozer/aports/testing/ipt-netflow-grsec/src/ipt-netflow-2.1/ipt_NETFLOW.c: In function 'ethtool_drvinfo': /home/buildozer/aports/testing/ipt-netflow-grsec/src/ipt-netflow-2.1/ipt_NETFLOW.c:3914:16: warning: pointer targets in passing argument 1 of 'scnprintf' differ in signedness [-Wpointer-sign] n = scnprintf(ptr, len, "%s", info.driver); ^~~ In file included from include/linux/list.h:8:0, from include/linux/module.h:9, from /home/buildozer/aports/testing/ipt-netflow-grsec/src/ipt-netflow-2.1/ipt_NETFLOW.c:21: include/linux/kernel.h:409:5: note: expected 'char *' but argument is of type 'unsigned char *' int scnprintf(char *buf, size_t size, const char *fmt, ...); ^~~~~~~~~ /home/buildozer/aports/testing/ipt-netflow-grsec/src/ipt-netflow-2.1/ipt_NETFLOW.c:3946:17: warning: pointer targets in passing argument 1 of 'scnprintf' differ in signedness [-Wpointer-sign] n = scnprintf(ptr, len, ",%s,%s", s, p); ^~~ In file included from include/linux/list.h:8:0, from include/linux/module.h:9, from /home/buildozer/aports/testing/ipt-netflow-grsec/src/ipt-netflow-2.1/ipt_NETFLOW.c:21: include/linux/kernel.h:409:5: note: expected 'char *' but argument is of type 'unsigned char *' int scnprintf(char *buf, size_t size, const char *fmt, ...); ^~~~~~~~~ /home/buildozer/aports/testing/ipt-netflow-grsec/src/ipt-netflow-2.1/ipt_NETFLOW.c: In function 'export_dev': /home/buildozer/aports/testing/ipt-netflow-grsec/src/ipt-netflow-2.1/ipt_NETFLOW.c:4021:18: warning: pointer targets in passing argument 1 of 'scnprintf' differ in signedness [-Wpointer-sign] n = scnprintf(ptr, size, "%s", dev->name); ^~~ In file included from include/linux/list.h:8:0, from include/linux/module.h:9, from /home/buildozer/aports/testing/ipt-netflow-grsec/src/ipt-netflow-2.1/ipt_NETFLOW.c:21: include/linux/kernel.h:409:5: note: expected 'char *' but argument is of type 'unsigned char *' int scnprintf(char *buf, size_t size, const char *fmt, ...); ^~~~~~~~~ /home/buildozer/aports/testing/ipt-netflow-grsec/src/ipt-netflow-2.1/ipt_NETFLOW.c:4030:19: warning: pointer targets in passing argument 1 of 'scnprintf' differ in signedness [-Wpointer-sign] n = scnprintf(ptr, size, "%s", dev->ifalias); ^~~ In file included from include/linux/list.h:8:0, from include/linux/module.h:9, from /home/buildozer/aports/testing/ipt-netflow-grsec/src/ipt-netflow-2.1/ipt_NETFLOW.c:21: include/linux/kernel.h:409:5: note: expected 'char *' but argument is of type 'unsigned char *' int scnprintf(char *buf, size_t size, const char *fmt, ...); ^~~~~~~~~ /home/buildozer/aports/testing/ipt-netflow-grsec/src/ipt-netflow-2.1/ipt_NETFLOW.c:4035:19: warning: pointer targets in passing argument 1 of 'scnprintf' differ in signedness [-Wpointer-sign] n = scnprintf(ptr, size, "%s", dev_type(dev->type)); ^~~ In file included from include/linux/list.h:8:0, from include/linux/module.h:9, from /home/buildozer/aports/testing/ipt-netflow-grsec/src/ipt-netflow-2.1/ipt_NETFLOW.c:21: include/linux/kernel.h:409:5: note: expected 'char *' but argument is of type 'unsigned char *' int scnprintf(char *buf, size_t size, const char *fmt, ...); ^~~~~~~~~ Building modules, stage 2. MODPOST 1 modules WARNING: modpost: Found 14 writable function pointer(s). To see full details build your kernel with: 'make CONFIG_DEBUG_SECTION_MISMATCH=y' CC /home/buildozer/aports/testing/ipt-netflow-grsec/src/ipt-netflow-2.1/ipt_NETFLOW.mod.o LD [M] /home/buildozer/aports/testing/ipt-netflow-grsec/src/ipt-netflow-2.1/ipt_NETFLOW.ko make[1]: Leaving directory '/usr/src/linux-headers-4.4.18-0-grsec' >>> ipt-netflow-grsec: Entering fakeroot... * make -C /lib/modules/4.4.18-0-grsec/build M=/home/buildozer/aports/testing/ipt-netflow-grsec/src/ipt-netflow-2.1 modules_install INSTALL_MOD_PATH=/home/buildozer/aports/testing/ipt-netflow-grsec/pkg/ipt-netflow-grsec make[1]: Entering directory '/usr/src/linux-headers-4.4.18-0-grsec' arch/x86/Makefile:133: stack-protector enabled but compiler support broken Makefile:664: Cannot use CONFIG_CC_STACKPROTECTOR_STRONG: -fstack-protector-strong not supported by compiler INSTALL /home/buildozer/aports/testing/ipt-netflow-grsec/src/ipt-netflow-2.1/ipt_NETFLOW.ko DEPMOD 4.4.18-0-grsec make[1]: Leaving directory '/usr/src/linux-headers-4.4.18-0-grsec' : >>> ipt-netflow-grsec*: Running postcheck for ipt-netflow-grsec >>> ipt-netflow-grsec*: Preparing package ipt-netflow-grsec... >>> ipt-netflow-grsec*: Stripping binaries >>> ipt-netflow-grsec*: Scanning shared objects >>> ipt-netflow-grsec*: Tracing dependencies... >>> ipt-netflow-grsec*: Package size: 956.0 KB >>> ipt-netflow-grsec*: Compressing data... >>> ipt-netflow-grsec*: Create checksum... >>> ipt-netflow-grsec*: Create ipt-netflow-grsec-4.4.18-r0.apk >>> ipt-netflow-grsec: Cleaning up srcdir >>> ipt-netflow-grsec: Cleaning up pkgdir >>> ipt-netflow-grsec: Uninstalling dependencies... >>> ipt-netflow-grsec: Updating the cached abuild repository index... >>> ipt-netflow-grsec: Signing the index...