Schrijvers Luc
Schrijvers Luc
Luajit updated today: https://github.com/haikuports/haikuports/pull/10577 Closing this one, if need be give a jell or open a new issue for it. Thanks!
LGTM, will try this with the other ones and see if we can get frozen-bubble up and running on 32bit :)
glib2-2.57.1 is also infected, not sure it is adviced to do changes there?
OK, will run some checks on 32bit with that (as that is only involved in the older version).
Although it's a small change for the gcc2 recipe, maybe not really worth it (seeing the gcc2 version for gettext hasn't been changed for this)? EDIT: added the small change...
Putting up some links for the sources: * luacheck: https://github.com/lunarmodules/luacheck/archive/refs/tags/v1.1.1.tar.gz (needs luafilesystem and argparse) * luafilesystem: https://github.com/lunarmodules/luafilesystem * argparse: https://github.com/luarocks/argparse/
luarocks has been done, and is needed to create the package for luacheck, it fails there to detect luafilesystem and pulls the "rocks" for luafilesystem and argparse, so something fishy...
Pushed a change to luarocks current recipe to require the devel package also, for the lua package there needs to be more investigation done.
With a bit of a "hack" I can make lua look there: ``` /Opslag/haikuports_games> lua5.3 Lua 5.3.6 Copyright (C) 1994-2020 Lua.org, PUC-Rio > require "socket" ...t/home/config/non-packaged/data/share/lua/5.3/socket.lua:12: module 'socket.core' not found:...
Still wip (if anyone can step in feel free, have to take some time of from lua once in a while). ;)