Created
December 8, 2014 03:45
-
-
Save TimMoore/cafc6da5d3b3f9e9ca58 to your computer and use it in GitHub Desktop.
brew install fontforge
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ brew update | |
Already up-to-date. | |
$ brew install fontforge | |
==> Downloading https://downloads.sf.net/project/machomebrew/Bottles/fontforge-2014-1.yosemite.bottle.tar.gz | |
######################################################################## 100.0% | |
Error: SHA1 mismatch | |
Expected: 9cb3881adf612eae21aa4c70eb17907a96f05d8d | |
Actual: 0a0417452ac6cbd601b5f2f1509b69936bbdece6 | |
Archive: /Library/Caches/Homebrew/fontforge-2014-1.yosemite.bottle.tar.gz | |
To retry an incomplete download, remove the file above. | |
Warning: Bottle installation failed: building from source. | |
==> Downloading https://github.com/fontforge/fontforge/releases/download/20141126/fontforge-2014-11-26-Unix-Source.tar.gz | |
######################################################################## 100.0%^C | |
$ brew doctor | |
Please note that these warnings are just used to help the Homebrew maintainers | |
with debugging if you file an issue. If everything you use Homebrew for is | |
working fine: please don't worry and just ignore them. Thanks! | |
Warning: Unbrewed dylibs were found in /usr/local/lib. | |
If you didn't put them there on purpose they could cause problems when | |
building Homebrew formulae, and may need to be deleted. | |
Unexpected dylibs: | |
/usr/local/lib/libwkhtmltox.0.12.1.dylib | |
Warning: Unbrewed header files were found in /usr/local/include. | |
If you didn't put them there on purpose they could cause problems when | |
building Homebrew formulae, and may need to be deleted. | |
Unexpected header files: | |
/usr/local/include/wkhtmltox/image.h | |
/usr/local/include/wkhtmltox/pdf.h | |
$ brew gist-logs fontforge | |
Error: No logs. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment