lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


I've reinstalled luasocket using luarocks, tested the sample http.request and that works fine - but luarocks install i18n still didn't work. It's also failing inconsistently - some rocks always fail to work, some always do work.

fs_use_modules set to false still didn't install i18n: https://hastebin.com/liwejawubu.sql

In comparison, here's verbose output when it does work, for example luasocket itself: https://hastebin.com/gedafahaye.pl

On Mon, May 18, 2020 at 9:51 AM Daurnimator <quae@daurnimator.com> wrote:
On Mon, 18 May 2020 at 14:51, Vadim Peretokin <vperetokin@gmail.com> wrote:
>
> Just the default one - the --verbose log can be found over at https://github.com/luarocks/luarocks/issues/1188.

luarocks can swap between using several downloaders
  - luasocket (which you appear to be using)
  - curl
  - wget

If you set fs_use_modules to false it should stop using luasocket and
fall back to curl/wget.

In terms of solving the issue, my guess is that your luasocket
installation is broken?
_______________________________________________
lua-l mailing list -- lua-l@lists.lua.org
To unsubscribe send an email to lua-l-leave@lists.lua.org
_______________________________________________
lua-l mailing list -- lua-l@lists.lua.org
To unsubscribe send an email to lua-l-leave@lists.lua.org