Injected /usr/bin/perl5.30
breaks in macOS 15 Sequoia
#5955
-
Output of
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
This is a known issue with rarely-updated packages (or if you skip from macOS 13 -> 15). We prepared for this in macOS 14 by pointing to perl5.34 (while still supporting perl5.30), but it seems you've hit a case where you've skipped that transition period from a seldomly-updated package. |
Beta Was this translation helpful? Give feedback.
It was covered generally in Homebrew/brew#10127. It was low priority as it was quite rare that it's reported as an issue.
This is the first time I've heard about anyone having a Perl-related issue in a quite a while now, helped in part because Perl versions only change every few years but also because of our forward planning of Perl versions this time round (compared to last time where it affected everyone/everything)
There's some work in making Perl builds more reproducible (Homebrew/brew#19174) which in turn may help improve this by allowing us to use
/usr/bin/perl
(instead ofperl5.XX
) for the cases where we detect the builds are identical between say 5.30 and 5.34 (i.e.all
-tagged bot…