Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lua 5.4 support #17806

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

lib: Adopt Lua stuff for Lua 5.4

4a5ed4c
Select commit
Loading
Failed to load commit list.
Open

Lua 5.4 support #17806

lib: Adopt Lua stuff for Lua 5.4
4a5ed4c
Select commit
Loading
Failed to load commit list.
NetDEF CI Pull Requests Testing / [CI] Build failed Jan 10, 2025 in 3s

Build summary

➡️ Jobs queued: 0/17

➡️ Jobs in progress: 0/17

✖️ Jobs Failure: 3/17

checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for gcc option to accept ISO C99... none needed
checking whether gcc supports -std=gnu11... yes
checking for a sed that does not truncate output... sed
checking for a Lua interpreter with version >= 5.3... none
configure: error: Lua >= 5.3 is required to build with Lua support. No other version is supported.
tests/lib/test_frrlua.c:63:26: warning: unused variable 'ifp_b' [-Wunused-variable]
   63 |         struct interface ifp_b = ifp_a;
      |                          ^~~~~
tests/lib/test_frrlua.c:62:26: warning: unused variable 'ifp_a' [-Wunused-variable]
   62 |         struct interface ifp_a = {};
      |                          ^~~~~
tests/lib/test_frrlua.c:52:23: warning: unused variable 'p_a' [-Wunused-variable]
   52 |         struct prefix p_a;
      |                       ^~~
gmake: *** [Makefile:14691: tests/lib/test_frrlua-test_frrlua.o] Error 1
tests/lib/test_frrlua.c:63:26: warning: unused variable 'ifp_b' [-Wunused-variable]
   63 |         struct interface ifp_b = ifp_a;
      |                          ^~~~~
tests/lib/test_frrlua.c:62:26: warning: unused variable 'ifp_a' [-Wunused-variable]
   62 |         struct interface ifp_a = {};
      |                          ^~~~~
tests/lib/test_frrlua.c:52:23: warning: unused variable 'p_a' [-Wunused-variable]
   52 |         struct prefix p_a;
      |                       ^~~
gmake: *** [Makefile:14691: tests/lib/test_frrlua-test_frrlua.o] Error 1

✔️ Jobs Success: 14/17

Details at https://ci1.netdef.org/browse/FRR-PULLREQ3-6909.