lunarmodules / busted

Elegant Lua unit testing.
https://lunarmodules.github.io/busted/
MIT License
1.42k stars 186 forks source link

Unable to install dependency (say) - gzip Unexpected End of File #617

Closed LapinPoisson closed 4 years ago

LapinPoisson commented 4 years ago

Summary: when trying to install Busted, I encounter an error from gzip: Unexpected End of File.

System: MacOS 10.14; lua 5.3.5-1; luarocks 3.2.1 (both installed with Homebrew)

STR

  1. luarocks install busted --verbose
  2. Note output: Unexpected End of File

It appears as if the problem is with the call to gunzip. I can download say with curl and extract it successfully with tar, but gunzip throws this error.

luarocks-verbose-output.txt

Tieske commented 4 years ago

that looks like a LuaRocks error to me, not Busted

one000mph commented 4 years ago

I am having this problem running luarocks make inside the extracted source dir.

Tieske commented 4 years ago

even then, it is still a luarocks error.

Tieske commented 4 years ago

closing this since it is LR