Replies: 1 comment 4 replies
-
What is your system compiler? Can you give us a copy of |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Now that Homebrew/linuxbrew-core#21380 is in (🎊!), I tried to reinstall gcc, but it's failing to build. Here's approximately what I did:
brew upgrade gcc
Fails with compiler error.brew unlink
those and retrybrew upgrade gcc
. Fails with same compiler error.brew remove
those (and [email protected] to finally resolvebrew dr
warning) andbrew install gcc
. Fails with different compiler error! Progress!brew remove
a bunch of related formulae and other leaves and retrybrew install gcc
. Successfully (re)installs some dependencies, but gcc fails with differenter compiler error! Progress?So question 1: How can I get gcc to install?
Question 2: Wait, what's with those dependencies from step 5??
==> Installing dependencies for gcc: [email protected], libmpc, glibc and gcc@5
[email protected], glibc, & gcc@5 aren't supposed to be required:
Maybe I just don't understand something about brew's dependency model? I tried to investigate, but I don't see why step 5 did what it did. The full log of my flailing is here.
Edit: Dependency thing doesn't seem specific to gcc.
brew upgrade gh
also tried to install those three:==> Installing dependencies for gh: [email protected], glibc and gcc@5
Edit: question 3: For the good of the order, does this represent any kind of problem with the gcc setup from Homebrew/linuxbrew-core#21380, that other users might experience when upgrading or installing?
Beta Was this translation helpful? Give feedback.
All reactions