cosmo0920 / homebrew-mingw_w64

unofficial mingw-w64 Homebrew sub-command and Formulae. These formulae have been superseded by homebrew's mingw-w64.rb.
MIT License
50 stars 14 forks source link

No available formula with the name "gcc@6" #14

Closed tepsl closed 7 years ago

tepsl commented 7 years ago

brew upgrade fails with the error message;

Error: No available formula with the name "gcc@6" (dependency of cosmo0920/mingw_w64/i686-w64-mingw32-binutils)

It might be related to the closed issue #13

cosmo0920 commented 7 years ago

Thanks for the report. gcc@6 had been disappeared in this commit: https://github.com/Homebrew/homebrew-core/commit/e0fe04baa81a06327a3bca9ead62b3743f8683a0

I'll fix it soon.

cosmo0920 commented 7 years ago

I've changed dependency to use gcc instead of gcc@6. Could you try to upgrade again?

tepsl commented 7 years ago

It worked! Thanks.