You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current frr release, and git snapshots, do not support lua 5.4:
checking for a Lua interpreter with version >= 5.3, < 5.4... none
configure: error: Lua 5.3 is required to build with Lua support. No other version is supported.
In Ubuntu, this is preventing us from enabling lua support, because version 5.3 is in the universe component and only 5.4 is in main. Since frr is in main, we can't have it depend on a universe package.
I know this is an Ubuntu problem, but I suppose at some point frr will benefit from newer lua versions. I didn't find a bug report about this, just the old commit from 4y ago that made the check stricter.
Version
10.2.1
How to reproduce
Build frr with lua5.4 installed (and not 5.3)
Expected behavior
I would expect frr to be able to build with a newer version of lua.
Actual behavior
The build fails.
Additional context
No response
Checklist
I have searched the open issues for this bug.
I have not included sensitive information in this report.
The text was updated successfully, but these errors were encountered:
Description
Current frr release, and git snapshots, do not support lua 5.4:
In Ubuntu, this is preventing us from enabling lua support, because version 5.3 is in the universe component and only 5.4 is in main. Since
frr
is in main, we can't have it depend on a universe package.I know this is an Ubuntu problem, but I suppose at some point frr will benefit from newer lua versions. I didn't find a bug report about this, just the old commit from 4y ago that made the check stricter.
Version
How to reproduce
Build frr with lua5.4 installed (and not 5.3)
Expected behavior
I would expect frr to be able to build with a newer version of lua.
Actual behavior
The build fails.
Additional context
No response
Checklist
The text was updated successfully, but these errors were encountered: