-
-
Notifications
You must be signed in to change notification settings - Fork 11.3k
Failed executing: make while installing Fontforge #11457
Comments
You can safely remove the gcc you brewed. It should not be needed.
After you remove the gcc and ruby, you should get better results when you |
well… something seems still not right. so, as you've suggested, I did the following things: then and then and HOMEBREW_VERSION: 0.9 HEAD: 5ed1927ce36603cfb4dd89377ebaf2ca0e831c80 HOMEBREW_PREFIX: /usr/local HOMEBREW_CELLAR: /usr/local/Cellar CPU: quad-core 64-bit sandybridge OS X: 10.7.3 Kernel Architecture: x86_64 Xcode: 4.3.2 GCC-4.0: N/A GCC-4.2: N/A LLVM: build 2336 Clang: 3.1 build 318 MacPorts or Fink? false X11: /usr/X11 System Ruby: 1.8.7-249 /usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby Which Perl: /usr/bin/perl Which Python: /usr/bin/python Which Ruby: /usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby and I've run Warning: You have unlinked kegs in your Cellar Leaving kegs unlinked can lead to build-trouble and cause brews that depend on those kegs to fail to run properly once built. fontforge BTW: /usr/local/Cellar/fontforge is emyty now. |
You did all the right things. Fontforge has problems that the developer needs to fix. Until that time, Soren has made a patch to fix this issue (other people get it too). The pull request is here: #10714 If you download the raw fontforge.rb from that pull request and save it in your Homebrew Library, you will be able to build Fontforge. You asked about Because the exact error you now get has been reported in #10572 and fixed in that other one I mentioned, would you be ok with closing this now because it is a duplicate? |
Wow, it works now, and really, thank you for your help! |
To be short, the error I've got while install fontforge using brew shows:
Error: Failed executing: make (fontforge.rb:38)
and the
brew install -v fontforge --use-gcc
shows hereAnd here are some details:
I've
brew update
andbrew upgrade
the
brew doctor
shows one warning and honestly I don't know how to deal with that:And I'm running the latest Xcode download from App Store and have both Command Line Tools and Java Developer updated to the latest version, and have done
sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer
Never installed Macports, Fink before or OSX-GCC-installer
I've done
sudo chown -R iceX /usr/local
andsudo chown -R iceX /usr/local/.git
Besides, I've tried
brew install fontforge --use-gcc
andbrew install fontforge --use-clang
and both led toError: Failed executing: make (fontforge.rb:38)
Even more info:
I've
brew install automake
and
brew install apple-gcc42
which solved theGCC could not be found
problem.And the
gcc --version
showswhich make
shows/usr/bin/make
Nothing showed up after
brew list --unbrewed | egrep '^(lib|include)'
The text was updated successfully, but these errors were encountered: