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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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 gccFails with compiler error.brew unlinkthose and retrybrew upgrade gcc. Fails with same compiler error.brew removethose (and isl@0.18 to finally resolvebrew drwarning) andbrew install gcc. Fails with different compiler error! Progress!brew removea 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: isl@0.18, libmpc, glibc and gcc@5isl@0.18, 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 ghalso tried to install those three:==> Installing dependencies for gh: isl@0.18, glibc and gcc@5Edit: 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