-
Today,
Here's a gist of the CLI and the processes as listed by I've searched a bit, but I don't think this is the same as Linuxbrew/brew#600, Homebrew/brew#6671, or #710, because they could all run at least some Any ideas how to fix this without a full reinstall? Any possibility this is a real bug introduced between 485f73a32 and 8a3561ec4? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 25 replies
-
what does |
Beta Was this translation helpful? Give feedback.
-
What does |
Beta Was this translation helpful? Give feedback.
-
It's a lot of output, but |
Beta Was this translation helpful? Give feedback.
-
Here's a summary, for the sake of an “answer” post. Thanks to all the helpful responders below! Homebrew/brew#10595 caused Homebrew/brew#10762, this weird infinite loop condition that was triggered when Meanwhile, I've learned I shouldn't be using |
Beta Was this translation helpful? Give feedback.
Here's a summary, for the sake of an “answer” post. Thanks to all the helpful responders below!
Homebrew/brew#10595 caused Homebrew/brew#10762, this weird infinite loop condition that was triggered when
HOMEBREW_NO_ENV_FILTERING
was set.Homebrew/brew#10763 backed out #10595, fixing #10762.
Meanwhile, I've learned I shouldn't be using
HOMEBREW_NO_ENV_FILTERING
, so I opened Homebrew/brew#10776 to work on that.