Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gpg: BAD signature from "TeX Live Distribution [email protected]" #213

Closed
Sakura-gh opened this issue May 15, 2020 · 6 comments
Closed

Comments

@Sakura-gh
Copy link

主要报错信息如下:
http://mirrors.sjtug.sjtu.edu.cn/ctan/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512.asc
failed. Output was:
gpg: Signature made Thu May 14 22:34:16 2020 CST using RSA key ID 19438C70
gpg: BAD signature from "TeX Live Distribution [email protected]"

Please try from a different mirror and/or wait a few minutes
and try again; usually this is because of transient updates.
If problems persist, feel free to report to [email protected].

rm: 无法删除'install-tl.log': 没有那个文件或目录
sh: 45: ./bin//tlmgr: not found
sh: 55: ./bin/
/tlmgr: not found
mv: 无法获取'texlive/*' 的文件状态(stat): 没有那个文件或目录

@abichat
Copy link

abichat commented May 15, 2020

I had the same issue using uses: r-lib/actions/setup-tinytex@master in my GitHub Actions YAML

/Users/runner/Library/TinyTeX/bin/x86_64-darwin/tlmgr: signature verification error of /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/SVk7uwHVTz/x3VKdQxKvE from http://mirrors.concertpass.com/tex-archive/systems/texlive/tlnet/tlpkg/texlive.tlpdb: cryptographic signature verification of
  /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/SVk7uwHVTz/5XtE2X4fZJ
against
  http://mirrors.concertpass.com/tex-archive/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512.asc
failed. Output was:
gpg: Signature made Thu May 14 14:34:16 2020 UTC
gpg:                using RSA key 4CE1877E19438C70
gpg: BAD signature from "TeX Live Distribution <[email protected]>" [ultimate]

Please try from a different mirror and/or wait a few minutes
and try again; usually this is because of transient updates.
If problems persist, feel free to report to [email protected].

@yihui
Copy link
Member

yihui commented May 15, 2020

There have been a couple of things that were terribly broken in TeX Live. You may see the many reports at https://tug.org/pipermail/tex-live/2020-May/thread.html Unfortunately there isn't much we could do other than waiting for TeX Live maintainers to fix these issues.

@Enchufa2
Copy link

This is frustrating. Is there any workaround? Any internal function that can tell us whether the installation is fine to set --ignore-vignettes if not?

@yihui
Copy link
Member

yihui commented May 16, 2020

@Enchufa2 What does --ignore-vignettes mean?

If you are on Windows, please see #210 (comment).

@Enchufa2
Copy link

Enchufa2 commented May 16, 2020

Sorry, I wasn't specific enough. I'm in the same situation as @abichat: I'm using the r-lib/actions/setup-tinytex action for a package that has a PDF vignette. The builds fail randomly due to issues with the signature check: sometimes when pdflatex is being installed, sometimes when some style files are being installed... I was trying to detect somehow whether the installation was fine, and then let the runner build the vignette and execute the full package checks. If not, passing --ignore-vignettes to R CMD check avoids building the vignettes, and thus avoids the build failure.

@yihui
Copy link
Member

yihui commented May 17, 2020

It seems this issue has been resolved in TeX Live: https://tug.org/pipermail/tex-live/2020-May/045702.html I tested it on both Travis and AppVeyor, and no longer saw the gpg signature error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants