Last active
August 29, 2015 13:57
-
-
Save olgabot/9551279 to your computer and use it in GitHub Desktop.
Mac OS X 10.9.2 fails on brew install --HEAD ghostscript
This file contains hidden or 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
scrm-bio-228-232-2:replication olga$ brew --config | |
HOMEBREW_VERSION: 0.9.5 | |
ORIGIN: https://github.com/Homebrew/homebrew.git | |
HEAD: 8873aa539c82a25a53c2574062d32f831b8ce9d8 | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_CELLAR: /usr/local/Cellar | |
CPU: 8-core 64-bit ivybridge | |
OS X: 10.9.2-x86_64 | |
Xcode: 5.1 | |
CLT: 5.1.0.0.1.1393561416 | |
GCC-4.2: build 5666 | |
Clang: 5.1 build 503 | |
X11: 2.7.5 => /opt/X11 | |
System Ruby: 1.8.7-358 | |
Perl: /usr/bin/perl | |
Python: /usr/local/bin/python => /usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/bin/python2.7 | |
Ruby: /Users/olga/.rvm/rubies/ruby-1.9.3-p448/bin/ruby |
This file contains hidden or 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
scrm-bio-228-232-2:replication olga$ brew doctor | |
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. Run `brew link` on these: | |
ghostscript | |
matplotlib |
This file contains hidden or 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
scrm-bio-228-232-2:replication olga$ brew install --env=std --HEAD ghostscript | |
==> Cloning git://git.ghostscript.com/ghostpdl.git | |
Updating /Library/Caches/Homebrew/ghostscript--git | |
==> Patching | |
can't find file to patch at input line 3 | |
Perhaps you used the wrong -p or --strip option? | |
The text leading up to this was: | |
-------------------------- | |
|--- a/base/unix-dll.mak | |
|+++ b/base/unix-dll.mak | |
-------------------------- | |
No file to patch. Skipping patch. | |
1 out of 1 hunk ignored | |
Error: Applying DATA patch failed |
This file contains hidden or 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
==> Cloning git://git.ghostscript.com/ghostpdl.git | |
Updating /Library/Caches/Homebrew/ghostscript--git | |
can't find file to patch at input line 3 | |
Perhaps you used the wrong -p or --strip option? | |
The text leading up to this was: | |
-------------------------- | |
|--- a/base/unix-dll.mak | |
|+++ b/base/unix-dll.mak | |
-------------------------- | |
No file to patch. Skipping patch. | |
1 out of 1 hunk ignored | |
Error: Applying DATA patch failed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment