Coder Social home page Coder Social logo

ansible_role_iptv_analyzer's Introduction

  • 👋 Hi, I’m @bsmeding
  • 👀 I’m interested in network, infrastructure and home automation
  • 🌱 I’m currently working on Network Automation frameworks
  • 📫 reach me at [email protected]

ansible_role_iptv_analyzer's People

Contributors

bsmeding avatar

Watchers

 avatar  avatar

ansible_role_iptv_analyzer's Issues

Make errors

I can't create an issue here: https://github.com/bsmeding/IPTV-Analyzer, that's why I'm creating an issue on this page

I am getting errors when I do the ./configure, make, make install on Ubuntu 20 with kernel 5.4.0-42-generic
Do you have a solution for this?


make all-recursive
make[1]: Entering directory '/home//iptvanalyzer-0.9.5/IPTV-Analyzer-master'
Making all in iptables-module
make[2]: Entering directory '/home/
/iptvanalyzer-0.9.5/IPTV-Analyzer-master/iptables-module'

-=-=-=-=- Userspace lib -=-=-=-=-
gcc -DIPTABLES_VERSION="1.8.4" -O2 -ggdb3 -Wall -fPIC -I/usr/include -D_INIT=libxt_mpeg2ts_init -c -o libxt_mpeg2ts.o libxt_mpeg2ts.c;
In file included from /usr/include/string.h:495,
from libxt_mpeg2ts.c:18:
In function ‘strncpy’,
inlined from ‘mpeg2ts_mt_parse’ at libxt_mpeg2ts.c:100:3:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: ‘__builtin_strncpy’ specified bound 16 equals destination size [-Wstringop-truncation]
106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -shared -o libxt_mpeg2ts.so libxt_mpeg2ts.o;

-=-=-=-=- Kernel modules -=-=-=-=-
make -C /lib/modules/5.4.0-42-generic/build M=/home//iptvanalyzer-0.9.5/IPTV-Analyzer-master/iptables-module modules
make[3]: Entering directory '/usr/src/linux-headers-5.4.0-42-generic'
CC [M] /home/
/iptvanalyzer-0.9.5/IPTV-Analyzer-master/iptables-module/xt_mpeg2ts.o
/home//iptvanalyzer-0.9.5/IPTV-Analyzer-master/iptables-module/xt_mpeg2ts.c: In function ‘conn_htable_destroy’:
/home/
/iptvanalyzer-0.9.5/IPTV-Analyzer-master/iptables-module/xt_mpeg2ts.c:798:4: error: implicit declaration of function ‘call_rcu_bh’; did you mean ‘call_rcu’? [-Werror=implicit-function-declaration]
798 | call_rcu_bh(&stream->rcu_head, mpeg2ts_stream_free);
| ^~~~~~~~~~~
| call_rcu
/home//iptvanalyzer-0.9.5/IPTV-Analyzer-master/iptables-module/xt_mpeg2ts.c: In function ‘mpeg2ts_seq_show’:
/home/
/iptvanalyzer-0.9.5/IPTV-Analyzer-master/iptables-module/xt_mpeg2ts.c:1363:11: error: implicit declaration of function ‘timespec_sub’; did you mean ‘timespec64_sub’? [-Werror=implicit-function-declaration]
1363 | delta = timespec_sub(now, htable->time_created);
| ^~~~~~~~~~~~
| timespec64_sub
/home//iptvanalyzer-0.9.5/IPTV-Analyzer-master/iptables-module/xt_mpeg2ts.c:1363:11: error: incompatible types when assigning to type ‘struct timespec’ from type ‘int’
/home/
/iptvanalyzer-0.9.5/IPTV-Analyzer-master/iptables-module/xt_mpeg2ts.c: In function ‘mpeg2ts_mt_exit’:
/home//iptvanalyzer-0.9.5/IPTV-Analyzer-master/iptables-module/xt_mpeg2ts.c:1494:2: error: implicit declaration of function ‘rcu_barrier_bh’; did you mean ‘rcu_barrier’? [-Werror=implicit-function-declaration]
1494 | rcu_barrier_bh();
| ^~~~~~~~~~~~~~
| rcu_barrier
At top level:
/home/
/iptvanalyzer-0.9.5/IPTV-Analyzer-master/iptables-module/xt_mpeg2ts.c:864:1: warning: ‘conn_htable_add’ defined but not used [-Wunused-function]
864 | conn_htable_add(struct xt_rule_mpeg2ts_conn_htable *hinfo)
| ^~~~~~~~~~~~~~~
/home//iptvanalyzer-0.9.5/IPTV-Analyzer-master/iptables-module/xt_mpeg2ts.c:852:1: warning: ‘conn_htable_put’ defined but not used [-Wunused-function]
852 | conn_htable_put(struct xt_rule_mpeg2ts_conn_htable *hinfo)
| ^~~~~~~~~~~~~~~
/home/
/iptvanalyzer-0.9.5/IPTV-Analyzer-master/iptables-module/xt_mpeg2ts.c:835:1: warning: ‘conn_htable_get’ defined but not used [-Wunused-function]
835 | conn_htable_get(uint32_t rule_id)
| ^~~~~~~~~~~~~~~
cc1: some warnings being treated as errors
make[4]: *** [scripts/Makefile.build:275: /home//iptvanalyzer-0.9.5/IPTV-Analyzer-master/iptables-module/xt_mpeg2ts.o] Error 1
make[3]: *** [Makefile:1731: /home/
/iptvanalyzer-0.9.5/IPTV-Analyzer-master/iptables-module] Error 2
make[3]: Leaving directory '/usr/src/linux-headers-5.4.0-42-generic'
make[2]: *** [Makefile:98: modules] Error 2
rm libxt_mpeg2ts.o
make[2]: Leaving directory '/home//iptvanalyzer-0.9.5/IPTV-Analyzer-master/iptables-module'
make[1]: *** [Makefile:390: all-recursive] Error 1
make[1]: Leaving directory '/home/
/iptvanalyzer-0.9.5/IPTV-Analyzer-master'
make: *** [Makefile:325: all] Error 2
root@iptvanalyzer01-kla-01:/home//iptvanalyzer-0.9.5/IPTV-Analyzer-master# make check
Making check in iptables-module
make[1]: Entering directory '/home/
/iptvanalyzer-0.9.5/IPTV-Analyzer-master/iptables-module'
make[1]: *** No rule to make target 'check'. Stop.
make[1]: Leaving directory '/home/*****/iptvanalyzer-0.9.5/IPTV-Analyzer-master/iptables-module'
make: *** [Makefile:390: check-recursive] Error 1

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.