How do I resolve a formula error in Homebrew for imagemagick? -
i'm running os x , trying homebrew, ruby , git work together. got installed , trying resolve gem errors.
i came across issue imagemagick , rmagick not working together, tried solution described in "installing rmagick in mac os x mountain lion homebrew".
now getting following error when try anything. how can resolve this?
$ brew doctor error: /usr/local/library/formula/imagemagick.rb:99: syntax error, unexpected $end, expecting kend please report bug: https://github.com/mxcl/homebrew/wiki/troubleshooting /usr/local/library/homebrew/formulary.rb:40:in `require' /usr/local/library/homebrew/formulary.rb:40:in `klass' /usr/local/library/homebrew/formulary.rb:90:in `get_formula' /usr/local/library/homebrew/formulary.rb:175:in `factory' /usr/local/library/homebrew/formula.rb:404:in `factory' /usr/local/library/homebrew/formula.rb:340:in `each' /usr/local/library/homebrew/formula.rb:338:in `each' /usr/local/library/homebrew/cmd/doctor.rb:814:in `check_for_linked_keg_only_brews' /usr/local/library/homebrew/cmd/doctor.rb:1091:in `send' /usr/local/library/homebrew/cmd/doctor.rb:1091:in `doctor' /usr/local/library/homebrew/cmd/doctor.rb:1090:in `each' /usr/local/library/homebrew/cmd/doctor.rb:1090:in `doctor' /usr/local/library/brew.rb:95:in `send' /usr/local/library/brew.rb:95
turns out there syntax error in formula. fixed , solution worked.
Comments
Post a Comment