Alexpux / MSYS2-pacman

MSYS2 port of Arch Linux packman package manager.
GNU General Public License v2.0
164 stars 34 forks source link

Pacman encountered "Maximum file size exceeded" error while downloading some packages #49

Closed guoxiao closed 4 years ago

guoxiao commented 6 years ago

see Alexpux/MSYS2-packages#942

Related debug log (by adding --debug to pacman)

debug: url: http://repo.msys2.org/msys/x86_64/ctags-5.8-1-x86_64.pkg.tar.xz
debug: maxsize: 113924
debug: opened tempfile for download: /var/cache/pacman/pkg/ctags-5.8-1-x86_64.pkg.tar.xz.part (wb)
debug: curl returned error 63 from transfer
error: failed retrieving file 'ctags-5.8-1-x86_64.pkg.tar.xz' from repo.msys2.org : Maximum file size exceeded

Seems it's a bug in pacman since manually downloading the file via curl works well

guoxiao commented 4 years ago

Fixed in https://github.com/msys2/MSYS2-packages/pull/1109