Can't make on 4.9 kernel. #85
Closed
Comments
But all work's fine grom GIT. |
4.9 wasn't existed when 2.2 was released, so kindly use git. |
4.6, 4.10 and 4.13. So may be new release and close this issues? |
What '4.6, 4.10 and 4.13'? |
Unable to make release (v2.2) on this kernel versions. |
Howdy; I'm not sure whether you'd prefer a new issue for this or not, but here's the dkms install error message when attempting to install the module on kernel 4.14.4:
I'd love to be able to use this module, it really looks great! Thanks for still working to maintain compatibility with the latest kernels. |
aabc
added a commit
that referenced
this issue
Dec 9, 2017
Thanks to tylerjl@github for the report. (Issue #85.)
Thanks. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
/usr/src/ipt-netflow-2.2# make all
Compiling for kernel 4.9.51-v-ndpi+imq
make -C /lib/modules/4.9.51-v-ndpi+imq/build M=/usr/src/ipt-netflow-2.2 modules CONFIG_DEBUG_INFO=y
make[1]: Entering directory '/usr/src/linux-source-4.9'
CC [M] /usr/src/ipt-netflow-2.2/ipt_NETFLOW.o
/usr/src/ipt-netflow-2.2/ipt_NETFLOW.c: In function ‘ethtool_drvinfo’:
/usr/src/ipt-netflow-2.2/ipt_NETFLOW.c:3936:7: error: implicit declaration of function ‘__ethtool_get_settings’ [-Werror=implicit-function-declaration]
!__ethtool_get_settings(dev, &ecmd)) {
^~~~~~~~~~~~~~~~~~~~~~
cc1: some warnings being treated as errors
scripts/Makefile.build:304: recipe for target '/usr/src/ipt-netflow-2.2/ipt_NETFLOW.o' failed
make[2]: *** [/usr/src/ipt-netflow-2.2/ipt_NETFLOW.o] Error 1
Makefile:1510: recipe for target 'module/usr/src/ipt-netflow-2.2' failed
make[1]: *** [module/usr/src/ipt-netflow-2.2] Error 2
make[1]: Leaving directory '/usr/src/linux-source-4.9'
Makefile:24: recipe for target 'ipt_NETFLOW.ko' failed
make: *** [ipt_NETFLOW.ko] Error 2
The text was updated successfully, but these errors were encountered: