brew postinstall gcc loop #2954
-
I am trying to install brew on Ubuntu > WSL2, which works, but I cannot get some packages to work. AFAIK, it has something to do with gcc or isl because those are the packages giving me issues. I ran "brew update && brew upgrade" to update packages, ran "brew doctor" to fix issues. Requests that I find a replacement for [email protected] and reinstall gcc. I have tried both separately, together, and every way I can think to do so. Nothing works. brew shows they're installed when I use "brew list," and here is my config, which also shows gcc@5: HOMEBREW_VERSION: 3.3.15 Running "brew doctor," brew requests that I reinstall gcc, which I do, and then it fails to complete postinstall tasks. It requests that I run "brew postinstall gcc" and fails, requests that I run "brew postinstall gcc" and on the loop goes. Not sure how to proceed... 🤷♂️ |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
This is your problem:
Do
See https://docs.brew.sh/Homebrew-on-Linux for details. |
Beta Was this translation helpful? Give feedback.
This is your problem:
Do
See https://docs.brew.sh/Homebrew-on-Linux for details.