Changes between Initial Version and Version 1 of Ticket #70420, comment 7


Ignore:
Timestamp:
Aug 7, 2024, 2:15:29 AM (6 weeks ago)
Author:
wryfi
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #70420, comment 7

    initial v1  
    33I uninstalled everything related to lua from my system, ran `port reclaim`, ran `port clean --all` on all of the lua and neovim related ports, and then tried `port install neovim` all over again. I got exactly the same errors as before, no change whatsoever.
    44
    5 Even though neovim uses exclusively lua-5.1, and I have no other lua dependent ports on my system, lua-5.3 packages always get installed — even though I have no use for them whatsoever!
     5Even though neovim uses exclusively lua-5.1, and I have no other lua dependent ports on my system, lua-5.3 packages always get installed — even though I have absolutely no use for them!
    66
    77When building neovim, something gets compiled against lua-5.3, because (similar to #66077) `_luaL_prepbuffsize` does not exist in lua-5.1.