Skip to content

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

@jameslamb

Description

@jameslamb

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:

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions