lucc / nvimpager

Use nvim as a pager to view manpages, diffs, etc with nvim's syntax highlighting
Other
372 stars 20 forks source link

Build fails on downloading AnsiEsc.vba #13

Closed dlobue closed 4 years ago

dlobue commented 5 years ago

FYI the build fails when fetching AnsiEsc. Here's the build output

sed 's#^RUNTIME=.*$#RUNTIME='"'/usr/share/nvimpager/runtime'"'#;s#version=.*$#version=v0.6-1-g205b59f#' < nvimpager > nvimpager.configured
chmod +x nvimpager.configured
curl https://www.drchip.org/astronaut/vim/vbafiles/AnsiEsc.vba.gz | \
  gunzip > AnsiEsc.vba
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 20599  100 20599    0     0  25029      0 --:--:-- --:--:-- --:--:-- 24998

gzip: stdin: unexpected end of file
make: *** [makefile:36: AnsiEsc.vba] Error 1

I am on archlinux and was attempting to install via the AUR.

I checked drchip's website, and it appears the package was updated on May 1st.

lucc commented 5 years ago

It currently works for me. But it seems that the file was updated again: Last-Modified: Mon, 27 May 2019 21:13:09 GMT. Can you please check if you can reproduce the error?

lucc commented 4 years ago

I will close this, if there is an issue that we can work on, please reopen.