Last active
August 29, 2015 14:07
-
-
Save bede/ce9b2992bfc1bcb763a0 to your computer and use it in GitHub Desktop.
homebrew-science: AMOS install aborts due to 'unsatisfied' Perl dependency
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
bede-rmbp:~ bede$ brew update && brew upgrade && brew doctor | |
Already up-to-date. | |
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: "config" scripts exist outside your system or Homebrew directories. | |
`./configure` scripts often look for *-config scripts to determine if | |
software packages are installed, and what additional flags to use when | |
compiling and linking. | |
Having additional scripts in your path can confuse software installed via | |
Homebrew if the config script overrides a system or Homebrew provided | |
script of the same name. We found the following "config" scripts: | |
/opt/sci/anaconda/bin/curl-config | |
/opt/sci/anaconda/bin/freetype-config | |
/opt/sci/anaconda/bin/libdynd-config | |
/opt/sci/anaconda/bin/libpng-config | |
/opt/sci/anaconda/bin/libpng15-config | |
/opt/sci/anaconda/bin/llvm-config | |
/opt/sci/anaconda/bin/nc-config | |
/opt/sci/anaconda/bin/python-config | |
/opt/sci/anaconda/bin/python2-config | |
/opt/sci/anaconda/bin/python2.7-config | |
/opt/sci/anaconda/bin/xml2-config | |
/opt/sci/anaconda/bin/xslt-config | |
Warning: You have a curlrc file | |
If you have trouble downloading packages with Homebrew, then maybe this | |
is the problem? If the following command doesn't work, then try removing | |
your curlrc: | |
curl http://github.com | |
bede-rmbp:~ bede$ brew install amos | |
amos: Unsatisfied dependency: Statistics::Descriptive | |
Homebrew does not provide Perl dependencies; install with: | |
cpan -i Statistics::Descriptive | |
Error: An unsatisfied requirement failed this build. | |
bede-rmbp:~ bede$ cpan -i Statistics::Descriptive | |
Reading '/Users/bede/.cpan/Metadata' | |
Database was generated on Thu, 16 Oct 2014 04:53:18 GMT | |
Statistics::Descriptive is up to date (3.0607). | |
bede-rmbp:~ bede$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment