Homebrew / legacy-homebrew

💀 The former home of Homebrew/homebrew (deprecated)
https://brew.sh
26.98k stars 11.35k forks source link

libsigsegv fails to (start) install #7350

Closed amarshall closed 13 years ago

amarshall commented 13 years ago

libsigsegv won't install. It also seems there's an issue with Homebrew's handling of the llvm errors, and that the wrong object is being passed to handle_llvm_failure.

% brew update
Already up-to-date.
% brew doctor 
Your system is raring to brew.
% brew install -v libsigsegv 
Warning: LLVM was requested, but this formula is reported to not work with LLVM:

Error: undefined method `reason' for true:TrueClass
Please report this bug:
    https://github.com/mxcl/homebrew/wiki/checklist-before-filing-a-new-issue
/usr/local/Library/Homebrew/formula.rb:322:in `handle_llvm_failure'
/usr/local/Library/Homebrew/formula.rb:252:in `brew'
/usr/local/Library/Homebrew/build.rb:53:in `install'
/usr/local/Library/Homebrew/build.rb:27
/usr/local/Library/Formula/libsigsegv.rb:10

Abbreviated system info: Mac OS 10.7.1, Xcode 4.1, 64-bit kernel.

Sharpie commented 13 years ago

Duplicate of #7338---apologies for all the bugs in fails_with_llvm today.