<div dir="ltr"><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature">Hi,<br><br>I've noticed a lot of chatter on this mailing list lately about failed<br>signature verification for TeX Live 2020 due to expired GPG keys. This is also<br>something that I have noticed on my CI systems, but my builds seem to be<br>green again now.<br><br>..except for one particular build, which is a bit peculiar - so I hope you<br>guys might help me shed some light on what is going wrong.<br><br>On my CI, I build my own LaTeX document class (not published to CTAN) with<br>different TeX distributions (TeX Live, MiKTeX, proTeXt), and do that for both<br>the latest versions and historic versions on Linux, macOS, and Windows. Right<br>now, all the builds are green, except for the one that tries to install<br>TeX Live 2019 (via MacTeX) on macOS. For this build, the installation script<br>looks something like this:<br><br>  wget <a href="http://ftp.math.utah.edu/pub/tex/historic/systems/mactex/2019/mactex-basictex-20191011.pkg">http://ftp.math.utah.edu/pub/tex/historic/systems/mactex/2019/mactex-basictex-20191011.pkg</a><br>  sudo installer -verbose -pkg ./mactex-basictex-20191011.pkg -target /<br><br>  export PATH=/Library/TeX/Distributions/Programs/texbin:$PATH<br><br>  sudo tlmgr option repository <a href="http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2019/tlnet-final">http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2019/tlnet-final</a><br>  sudo -i tlmgr update --self --all<br><br>  sudo tlmgr install [various collections]<br><br>and it is failing with the following error:<br><br>  tlmgr: setting default package repository to <a href="http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2019/tlnet-final">http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2019/tlnet-final</a><br>  /Library/TeX/Distributions/Programs/texbin/tlmgr: unexpected return value from verify_checksum: -5<br><br><br>I don't know if I'm doing something stupid when trying to point the TeX Live<br>that comes with MacTeX 2019 to the tlnet-final version of TeX Live 2019, or if<br>something is actually wrong. Note that I do this for TeX Live 2018 and 2018 as<br>well, and there it works fine.<br><br><br>Best regards,<br>Erlend Graff<br></div></div></div>