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

[ci] [R-package] macOS CI jobs failing: "Download failed on Cask 'basictex'" #6366

Closed
jameslamb opened this issue Mar 17, 2024 · 2 comments
Closed

Comments

@jameslamb
Copy link
Collaborator

Description

macOS R-package CI jobs here started failing some time in the last few days, with errors like this:

==> Downloading https://mirror.ctan.org/systems/mac/mactex/mactex-basictex-20230314.pkg
curl: (22) The requested URL returned error: 404
Error: Download failed on Cask 'basictex' with message: Download failed: https://mirror.ctan.org/systems/mac/mactex/mactex-basictex-20230314.pkg
Error: Process completed with exit code 1.

Reproducible example

All macOS R-package jobs in this project. Example build: (build link)

Additional Comments

I believe this is happening right here:

brew install basictex || exit 1

basictex's formula was updated about a week ago, to version 2024.0309:

and mactex's to 2024.0312

I suspect that mirrors have been updated to include those new packages and that the old ones have been removed, but Homebrew in CI is still looking for the old versions.

Maybe a brew update will help, as described in these:

@jameslamb
Copy link
Collaborator Author

Seems that just adding the following on macOS jobs in #6357 fixed this:

brew update-reset
brew update

Think that's evidence that the issue was "there was a new basictex release and Homebrew in GitHub Actions' VMs just needed to be updated to look for it".

@jameslamb
Copy link
Collaborator Author

This was resolved by #6357

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

No branches or pull requests

1 participant