[Bug 253930] devel/lua-sysctl: fix module loading on lua 5.3+

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Mar 1 07:19:13 UTC 2021


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253930

            Bug ID: 253930
           Summary: devel/lua-sysctl: fix module loading on lua 5.3+
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs at FreeBSD.org
          Reporter: samm at FreeBSD.org
                CC: uzsolt at uzsolt.hu
             Flags: maintainer-feedback?(uzsolt at uzsolt.hu)
                CC: uzsolt at uzsolt.hu

I found that devel/lua-sysctl is broken on lua 5.3+.

Reason is usage of `lua_pushunsigned` which was removed later, it actually
prints warning about it during compilation and triggers error (unresolved
syntax) on load.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list