Schrijvers Luc

Results 588 comments of Schrijvers Luc

A bit of progress? (using lua5.4): ``` > require "luafilesystem" stdin:1: module 'luafilesystem' not found: no field package.preload['luafilesystem'] no file '/packages/luarocks-3.11.1-1/.self/data/lua/5.4/luafilesystem.lua' no file '/packages/lua-5.4.6-2/.self/data/lua/5.4/luafilesystem.lua' no file '/packages/lua-5.4.6-2/.self/data/lua/5.4/luafilesystem/init.lua' no file '/packages/lua-5.4.6-2/.self/lib/lua/5.4/luafilesystem.lua'...

Looks like luarocks is doing fine installing, PR's created for that and luafilesystem, @FractalU if you could check those recipes (build them), could you report back?

For luacheck I can use luarocks in a recipe (or in Terminal) to build/install, the one from the package doesn't work, the one from Terminal works fine, maybe use luarocks...

Thanks for reporting, back to the drawing board I guess :) (will give a look at it tomorrow and report back)

It will take a bit longer, occupied with other things atm :)

OK, did a quick build here (and installed the one from the depot earlier), this is suspicous? ![luarocks](https://github.com/haikuports/haikuports/assets/16057090/05d3f13c-35e7-4a70-8ce6-4388015b8459)

Did a revbump, the one from the depot is still missing a lot of stuff. :/

Package (luarocks) should be fine(?) now, still issue not finding luafilesystem though.

> It's important to know that the `Lua` package needs change Yeah, I was aware of that, but luarocks was broken anyway, so that part is "fixed" for now. I...

Not there yet, but I think this atleast looks better (base): ``` ~> lua5.4 Lua 5.4.7 Copyright (C) 1994-2024 Lua.org, PUC-Rio > require("lfs") stdin:1: module 'lfs' not found: no field...