llvm-hs / homebrew-llvm

LLVM formulae for the Homebrew package manager
25 stars 7 forks source link

Warnings: Calling fails_with :gcc_4_2 is disabled! There is no replacement. #10

Closed anhmiuhv closed 5 years ago

anhmiuhv commented 5 years ago

I got this error when trying to add the tap.

tmcdonell commented 5 years ago

Thanks for pointing this out. I have removed the call so should be good now.

drujensen commented 5 years ago

I'm seeing a similar error when running brew tap.

$brew tap llvm-hs/llvm
==> Tapping llvm-hs/llvm
Cloning into '/usr/local/Homebrew/Library/Taps/llvm-hs/homebrew-llvm'...
remote: Enumerating objects: 16, done.
remote: Counting objects: 100% (16/16), done.
remote: Compressing objects: 100% (12/12), done.
remote: Total 16 (delta 5), reused 7 (delta 0), pack-reused 0
Unpacking objects: 100% (16/16), done.
Error: Invalid formula: /usr/local/Homebrew/Library/Taps/llvm-hs/homebrew-llvm/Formula/llvm-3.7.rb
Calling fails_with :gcc is disabled! There is no replacement.
Please report this to the llvm-hs/llvm tap:
  /usr/local/Homebrew/Library/Taps/llvm-hs/homebrew-llvm/Formula/llvm-3.7.rb:99

Error: Invalid formula: /usr/local/Homebrew/Library/Taps/llvm-hs/homebrew-llvm/Formula/llvm-3.8.rb
Calling fails_with :gcc is disabled! There is no replacement.
Please report this to the llvm-hs/llvm tap:
  /usr/local/Homebrew/Library/Taps/llvm-hs/homebrew-llvm/Formula/llvm-3.8.rb:99

Error: Cannot tap llvm-hs/llvm: invalid syntax in tap!
o1lo01ol1o commented 5 years ago

I'm also getting the above error on tap.

tmcdonell commented 5 years ago

weirdly I never got this error, but I think all offending occurrences should be removed now.

o1lo01ol1o commented 5 years ago

working for me!