googlefonts / pyfontaine

Python tool to check font files for language/character set support
https://github.com/googlefonts/pyfontaine
GNU General Public License v3.0
104 stars 20 forks source link

Problem Installing #32

Closed EbenSorkin closed 10 years ago

EbenSorkin commented 10 years ago

I was able to work out a series of dependencies needed to install pyfontaine on a OS X Mavericks ( 10.9.1) laptop but I seem to have gotten in over my head all the same.

Here is the install record. If someone would point me in the right direction it would be much appreciated!

sorkintcbookpro:~ ebensorkin$ curl https://bitbucket.org/pypa/setuptools/raw/bootstrap/ez_setup.py -o - | python
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 10300  100 10300    0     0   2669      0  0:00:03  0:00:03 --:--:--  2670
Extracting in /var/folders/tx/g3kp66552h5_pshp0klznq180000gn/T/tmpUDJZIx
Now working in /var/folders/tx/g3kp66552h5_pshp0klznq180000gn/T/tmpUDJZIx/setuptools-3.2
Installing Setuptools
running install
Checking .pth file support in /Library/Python/2.7/site-packages/
/usr/bin/python -E -c pass
TEST PASSED: /Library/Python/2.7/site-packages/ appears to support .pth files
running bdist_egg
running egg_info
writing requirements to setuptools.egg-info/requires.txt
writing setuptools.egg-info/PKG-INFO
writing top-level names to setuptools.egg-info/top_level.txt
writing dependency_links to setuptools.egg-info/dependency_links.txt
writing entry points to setuptools.egg-info/entry_points.txt
reading manifest file 'setuptools.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'setuptools.egg-info/SOURCES.txt'
installing library code to build/bdist.macosx-10.9-intel/egg
running install_lib
running build_py
creating build
creating build/lib
copying pkg_resources.py -> build/lib
copying easy_install.py -> build/lib
creating build/lib/_markerlib
copying _markerlib/__init__.py -> build/lib/_markerlib
copying _markerlib/markers.py -> build/lib/_markerlib
creating build/lib/setuptools
copying setuptools/__init__.py -> build/lib/setuptools
copying setuptools/archive_util.py -> build/lib/setuptools
copying setuptools/compat.py -> build/lib/setuptools
copying setuptools/depends.py -> build/lib/setuptools
copying setuptools/dist.py -> build/lib/setuptools
copying setuptools/extension.py -> build/lib/setuptools
copying setuptools/lib2to3_ex.py -> build/lib/setuptools
copying setuptools/package_index.py -> build/lib/setuptools
copying setuptools/py26compat.py -> build/lib/setuptools
copying setuptools/py27compat.py -> build/lib/setuptools
copying setuptools/py31compat.py -> build/lib/setuptools
copying setuptools/sandbox.py -> build/lib/setuptools
copying setuptools/script template (dev).py -> build/lib/setuptools
copying setuptools/script template.py -> build/lib/setuptools
copying setuptools/site-patch.py -> build/lib/setuptools
copying setuptools/ssl_support.py -> build/lib/setuptools
copying setuptools/svn_utils.py -> build/lib/setuptools
copying setuptools/version.py -> build/lib/setuptools
creating build/lib/setuptools/command
copying setuptools/command/__init__.py -> build/lib/setuptools/command
copying setuptools/command/alias.py -> build/lib/setuptools/command
copying setuptools/command/bdist_egg.py -> build/lib/setuptools/command
copying setuptools/command/bdist_rpm.py -> build/lib/setuptools/command
copying setuptools/command/bdist_wininst.py -> build/lib/setuptools/command
copying setuptools/command/build_ext.py -> build/lib/setuptools/command
copying setuptools/command/build_py.py -> build/lib/setuptools/command
copying setuptools/command/develop.py -> build/lib/setuptools/command
copying setuptools/command/easy_install.py -> build/lib/setuptools/command
copying setuptools/command/egg_info.py -> build/lib/setuptools/command
copying setuptools/command/install.py -> build/lib/setuptools/command
copying setuptools/command/install_egg_info.py -> build/lib/setuptools/command
copying setuptools/command/install_lib.py -> build/lib/setuptools/command
copying setuptools/command/install_scripts.py -> build/lib/setuptools/command
copying setuptools/command/register.py -> build/lib/setuptools/command
copying setuptools/command/rotate.py -> build/lib/setuptools/command
copying setuptools/command/saveopts.py -> build/lib/setuptools/command
copying setuptools/command/sdist.py -> build/lib/setuptools/command
copying setuptools/command/setopt.py -> build/lib/setuptools/command
copying setuptools/command/test.py -> build/lib/setuptools/command
copying setuptools/command/upload_docs.py -> build/lib/setuptools/command
creating build/lib/setuptools/tests
copying setuptools/tests/__init__.py -> build/lib/setuptools/tests
copying setuptools/tests/doctest.py -> build/lib/setuptools/tests
copying setuptools/tests/environment.py -> build/lib/setuptools/tests
copying setuptools/tests/py26compat.py -> build/lib/setuptools/tests
copying setuptools/tests/script-with-bom.py -> build/lib/setuptools/tests
copying setuptools/tests/server.py -> build/lib/setuptools/tests
copying setuptools/tests/test_bdist_egg.py -> build/lib/setuptools/tests
copying setuptools/tests/test_build_ext.py -> build/lib/setuptools/tests
copying setuptools/tests/test_develop.py -> build/lib/setuptools/tests
copying setuptools/tests/test_dist_info.py -> build/lib/setuptools/tests
copying setuptools/tests/test_easy_install.py -> build/lib/setuptools/tests
copying setuptools/tests/test_egg_info.py -> build/lib/setuptools/tests
copying setuptools/tests/test_markerlib.py -> build/lib/setuptools/tests
copying setuptools/tests/test_packageindex.py -> build/lib/setuptools/tests
copying setuptools/tests/test_resources.py -> build/lib/setuptools/tests
copying setuptools/tests/test_sandbox.py -> build/lib/setuptools/tests
copying setuptools/tests/test_sdist.py -> build/lib/setuptools/tests
copying setuptools/tests/test_svn.py -> build/lib/setuptools/tests
copying setuptools/tests/test_test.py -> build/lib/setuptools/tests
copying setuptools/tests/test_upload_docs.py -> build/lib/setuptools/tests
creating build/bdist.macosx-10.9-intel
creating build/bdist.macosx-10.9-intel/egg
creating build/bdist.macosx-10.9-intel/egg/_markerlib
copying build/lib/_markerlib/__init__.py -> build/bdist.macosx-10.9-intel/egg/_markerlib
copying build/lib/_markerlib/markers.py -> build/bdist.macosx-10.9-intel/egg/_markerlib
copying build/lib/easy_install.py -> build/bdist.macosx-10.9-intel/egg
copying build/lib/pkg_resources.py -> build/bdist.macosx-10.9-intel/egg
creating build/bdist.macosx-10.9-intel/egg/setuptools
copying build/lib/setuptools/__init__.py -> build/bdist.macosx-10.9-intel/egg/setuptools
copying build/lib/setuptools/archive_util.py -> build/bdist.macosx-10.9-intel/egg/setuptools
creating build/bdist.macosx-10.9-intel/egg/setuptools/command
copying build/lib/setuptools/command/__init__.py -> build/bdist.macosx-10.9-intel/egg/setuptools/command
copying build/lib/setuptools/command/alias.py -> build/bdist.macosx-10.9-intel/egg/setuptools/command
copying build/lib/setuptools/command/bdist_egg.py -> build/bdist.macosx-10.9-intel/egg/setuptools/command
copying build/lib/setuptools/command/bdist_rpm.py -> build/bdist.macosx-10.9-intel/egg/setuptools/command
copying build/lib/setuptools/command/bdist_wininst.py -> build/bdist.macosx-10.9-intel/egg/setuptools/command
copying build/lib/setuptools/command/build_ext.py -> build/bdist.macosx-10.9-intel/egg/setuptools/command
copying build/lib/setuptools/command/build_py.py -> build/bdist.macosx-10.9-intel/egg/setuptools/command
copying build/lib/setuptools/command/develop.py -> build/bdist.macosx-10.9-intel/egg/setuptools/command
copying build/lib/setuptools/command/easy_install.py -> build/bdist.macosx-10.9-intel/egg/setuptools/command
copying build/lib/setuptools/command/egg_info.py -> build/bdist.macosx-10.9-intel/egg/setuptools/command
copying build/lib/setuptools/command/install.py -> build/bdist.macosx-10.9-intel/egg/setuptools/command
copying build/lib/setuptools/command/install_egg_info.py -> build/bdist.macosx-10.9-intel/egg/setuptools/command
copying build/lib/setuptools/command/install_lib.py -> build/bdist.macosx-10.9-intel/egg/setuptools/command
copying build/lib/setuptools/command/install_scripts.py -> build/bdist.macosx-10.9-intel/egg/setuptools/command
copying build/lib/setuptools/command/register.py -> build/bdist.macosx-10.9-intel/egg/setuptools/command
copying build/lib/setuptools/command/rotate.py -> build/bdist.macosx-10.9-intel/egg/setuptools/command
copying build/lib/setuptools/command/saveopts.py -> build/bdist.macosx-10.9-intel/egg/setuptools/command
copying build/lib/setuptools/command/sdist.py -> build/bdist.macosx-10.9-intel/egg/setuptools/command
copying build/lib/setuptools/command/setopt.py -> build/bdist.macosx-10.9-intel/egg/setuptools/command
copying build/lib/setuptools/command/test.py -> build/bdist.macosx-10.9-intel/egg/setuptools/command
copying build/lib/setuptools/command/upload_docs.py -> build/bdist.macosx-10.9-intel/egg/setuptools/command
copying build/lib/setuptools/compat.py -> build/bdist.macosx-10.9-intel/egg/setuptools
copying build/lib/setuptools/depends.py -> build/bdist.macosx-10.9-intel/egg/setuptools
copying build/lib/setuptools/dist.py -> build/bdist.macosx-10.9-intel/egg/setuptools
copying build/lib/setuptools/extension.py -> build/bdist.macosx-10.9-intel/egg/setuptools
copying build/lib/setuptools/lib2to3_ex.py -> build/bdist.macosx-10.9-intel/egg/setuptools
copying build/lib/setuptools/package_index.py -> build/bdist.macosx-10.9-intel/egg/setuptools
copying build/lib/setuptools/py26compat.py -> build/bdist.macosx-10.9-intel/egg/setuptools
copying build/lib/setuptools/py27compat.py -> build/bdist.macosx-10.9-intel/egg/setuptools
copying build/lib/setuptools/py31compat.py -> build/bdist.macosx-10.9-intel/egg/setuptools
copying build/lib/setuptools/sandbox.py -> build/bdist.macosx-10.9-intel/egg/setuptools
copying build/lib/setuptools/script template (dev).py -> build/bdist.macosx-10.9-intel/egg/setuptools
copying build/lib/setuptools/script template.py -> build/bdist.macosx-10.9-intel/egg/setuptools
copying build/lib/setuptools/site-patch.py -> build/bdist.macosx-10.9-intel/egg/setuptools
copying build/lib/setuptools/ssl_support.py -> build/bdist.macosx-10.9-intel/egg/setuptools
copying build/lib/setuptools/svn_utils.py -> build/bdist.macosx-10.9-intel/egg/setuptools
creating build/bdist.macosx-10.9-intel/egg/setuptools/tests
copying build/lib/setuptools/tests/__init__.py -> build/bdist.macosx-10.9-intel/egg/setuptools/tests
copying build/lib/setuptools/tests/doctest.py -> build/bdist.macosx-10.9-intel/egg/setuptools/tests
copying build/lib/setuptools/tests/environment.py -> build/bdist.macosx-10.9-intel/egg/setuptools/tests
copying build/lib/setuptools/tests/py26compat.py -> build/bdist.macosx-10.9-intel/egg/setuptools/tests
copying build/lib/setuptools/tests/script-with-bom.py -> build/bdist.macosx-10.9-intel/egg/setuptools/tests
copying build/lib/setuptools/tests/server.py -> build/bdist.macosx-10.9-intel/egg/setuptools/tests
copying build/lib/setuptools/tests/test_bdist_egg.py -> build/bdist.macosx-10.9-intel/egg/setuptools/tests
copying build/lib/setuptools/tests/test_build_ext.py -> build/bdist.macosx-10.9-intel/egg/setuptools/tests
copying build/lib/setuptools/tests/test_develop.py -> build/bdist.macosx-10.9-intel/egg/setuptools/tests
copying build/lib/setuptools/tests/test_dist_info.py -> build/bdist.macosx-10.9-intel/egg/setuptools/tests
copying build/lib/setuptools/tests/test_easy_install.py -> build/bdist.macosx-10.9-intel/egg/setuptools/tests
copying build/lib/setuptools/tests/test_egg_info.py -> build/bdist.macosx-10.9-intel/egg/setuptools/tests
copying build/lib/setuptools/tests/test_markerlib.py -> build/bdist.macosx-10.9-intel/egg/setuptools/tests
copying build/lib/setuptools/tests/test_packageindex.py -> build/bdist.macosx-10.9-intel/egg/setuptools/tests
copying build/lib/setuptools/tests/test_resources.py -> build/bdist.macosx-10.9-intel/egg/setuptools/tests
copying build/lib/setuptools/tests/test_sandbox.py -> build/bdist.macosx-10.9-intel/egg/setuptools/tests
copying build/lib/setuptools/tests/test_sdist.py -> build/bdist.macosx-10.9-intel/egg/setuptools/tests
copying build/lib/setuptools/tests/test_svn.py -> build/bdist.macosx-10.9-intel/egg/setuptools/tests
copying build/lib/setuptools/tests/test_test.py -> build/bdist.macosx-10.9-intel/egg/setuptools/tests
copying build/lib/setuptools/tests/test_upload_docs.py -> build/bdist.macosx-10.9-intel/egg/setuptools/tests
copying build/lib/setuptools/version.py -> build/bdist.macosx-10.9-intel/egg/setuptools
byte-compiling build/bdist.macosx-10.9-intel/egg/_markerlib/__init__.py to __init__.pyc
byte-compiling build/bdist.macosx-10.9-intel/egg/_markerlib/markers.py to markers.pyc
byte-compiling build/bdist.macosx-10.9-intel/egg/easy_install.py to easy_install.pyc
byte-compiling build/bdist.macosx-10.9-intel/egg/pkg_resources.py to pkg_resources.pyc
byte-compiling build/bdist.macosx-10.9-intel/egg/setuptools/__init__.py to __init__.pyc
byte-compiling build/bdist.macosx-10.9-intel/egg/setuptools/archive_util.py to archive_util.pyc
byte-compiling build/bdist.macosx-10.9-intel/egg/setuptools/command/__init__.py to __init__.pyc
byte-compiling build/bdist.macosx-10.9-intel/egg/setuptools/command/alias.py to alias.pyc
byte-compiling build/bdist.macosx-10.9-intel/egg/setuptools/command/bdist_egg.py to bdist_egg.pyc
byte-compiling build/bdist.macosx-10.9-intel/egg/setuptools/command/bdist_rpm.py to bdist_rpm.pyc
byte-compiling build/bdist.macosx-10.9-intel/egg/setuptools/command/bdist_wininst.py to bdist_wininst.pyc
byte-compiling build/bdist.macosx-10.9-intel/egg/setuptools/command/build_ext.py to build_ext.pyc
byte-compiling build/bdist.macosx-10.9-intel/egg/setuptools/command/build_py.py to build_py.pyc
byte-compiling build/bdist.macosx-10.9-intel/egg/setuptools/command/develop.py to develop.pyc
byte-compiling build/bdist.macosx-10.9-intel/egg/setuptools/command/easy_install.py to easy_install.pyc
byte-compiling build/bdist.macosx-10.9-intel/egg/setuptools/command/egg_info.py to egg_info.pyc
byte-compiling build/bdist.macosx-10.9-intel/egg/setuptools/command/install.py to install.pyc
byte-compiling build/bdist.macosx-10.9-intel/egg/setuptools/command/install_egg_info.py to install_egg_info.pyc
byte-compiling build/bdist.macosx-10.9-intel/egg/setuptools/command/install_lib.py to install_lib.pyc
byte-compiling build/bdist.macosx-10.9-intel/egg/setuptools/command/install_scripts.py to install_scripts.pyc
byte-compiling build/bdist.macosx-10.9-intel/egg/setuptools/command/register.py to register.pyc
byte-compiling build/bdist.macosx-10.9-intel/egg/setuptools/command/rotate.py to rotate.pyc
byte-compiling build/bdist.macosx-10.9-intel/egg/setuptools/command/saveopts.py to saveopts.pyc
byte-compiling build/bdist.macosx-10.9-intel/egg/setuptools/command/sdist.py to sdist.pyc
byte-compiling build/bdist.macosx-10.9-intel/egg/setuptools/command/setopt.py to setopt.pyc
byte-compiling build/bdist.macosx-10.9-intel/egg/setuptools/command/test.py to test.pyc
byte-compiling build/bdist.macosx-10.9-intel/egg/setuptools/command/upload_docs.py to upload_docs.pyc
byte-compiling build/bdist.macosx-10.9-intel/egg/setuptools/compat.py to compat.pyc
byte-compiling build/bdist.macosx-10.9-intel/egg/setuptools/depends.py to depends.pyc
byte-compiling build/bdist.macosx-10.9-intel/egg/setuptools/dist.py to dist.pyc
byte-compiling build/bdist.macosx-10.9-intel/egg/setuptools/extension.py to extension.pyc
byte-compiling build/bdist.macosx-10.9-intel/egg/setuptools/lib2to3_ex.py to lib2to3_ex.pyc
byte-compiling build/bdist.macosx-10.9-intel/egg/setuptools/package_index.py to package_index.pyc
byte-compiling build/bdist.macosx-10.9-intel/egg/setuptools/py26compat.py to py26compat.pyc
byte-compiling build/bdist.macosx-10.9-intel/egg/setuptools/py27compat.py to py27compat.pyc
byte-compiling build/bdist.macosx-10.9-intel/egg/setuptools/py31compat.py to py31compat.pyc
byte-compiling build/bdist.macosx-10.9-intel/egg/setuptools/sandbox.py to sandbox.pyc
byte-compiling build/bdist.macosx-10.9-intel/egg/setuptools/script template (dev).py to script template (dev).pyc
byte-compiling build/bdist.macosx-10.9-intel/egg/setuptools/script template.py to script template.pyc
byte-compiling build/bdist.macosx-10.9-intel/egg/setuptools/site-patch.py to site-patch.pyc
byte-compiling build/bdist.macosx-10.9-intel/egg/setuptools/ssl_support.py to ssl_support.pyc
byte-compiling build/bdist.macosx-10.9-intel/egg/setuptools/svn_utils.py to svn_utils.pyc
byte-compiling build/bdist.macosx-10.9-intel/egg/setuptools/tests/__init__.py to __init__.pyc
byte-compiling build/bdist.macosx-10.9-intel/egg/setuptools/tests/doctest.py to doctest.pyc
byte-compiling build/bdist.macosx-10.9-intel/egg/setuptools/tests/environment.py to environment.pyc
byte-compiling build/bdist.macosx-10.9-intel/egg/setuptools/tests/py26compat.py to py26compat.pyc
byte-compiling build/bdist.macosx-10.9-intel/egg/setuptools/tests/script-with-bom.py to script-with-bom.pyc
byte-compiling build/bdist.macosx-10.9-intel/egg/setuptools/tests/server.py to server.pyc
byte-compiling build/bdist.macosx-10.9-intel/egg/setuptools/tests/test_bdist_egg.py to test_bdist_egg.pyc
byte-compiling build/bdist.macosx-10.9-intel/egg/setuptools/tests/test_build_ext.py to test_build_ext.pyc
byte-compiling build/bdist.macosx-10.9-intel/egg/setuptools/tests/test_develop.py to test_develop.pyc
byte-compiling build/bdist.macosx-10.9-intel/egg/setuptools/tests/test_dist_info.py to test_dist_info.pyc
byte-compiling build/bdist.macosx-10.9-intel/egg/setuptools/tests/test_easy_install.py to test_easy_install.pyc
byte-compiling build/bdist.macosx-10.9-intel/egg/setuptools/tests/test_egg_info.py to test_egg_info.pyc
byte-compiling build/bdist.macosx-10.9-intel/egg/setuptools/tests/test_markerlib.py to test_markerlib.pyc
byte-compiling build/bdist.macosx-10.9-intel/egg/setuptools/tests/test_packageindex.py to test_packageindex.pyc
byte-compiling build/bdist.macosx-10.9-intel/egg/setuptools/tests/test_resources.py to test_resources.pyc
byte-compiling build/bdist.macosx-10.9-intel/egg/setuptools/tests/test_sandbox.py to test_sandbox.pyc
byte-compiling build/bdist.macosx-10.9-intel/egg/setuptools/tests/test_sdist.py to test_sdist.pyc
byte-compiling build/bdist.macosx-10.9-intel/egg/setuptools/tests/test_svn.py to test_svn.pyc
byte-compiling build/bdist.macosx-10.9-intel/egg/setuptools/tests/test_test.py to test_test.pyc
byte-compiling build/bdist.macosx-10.9-intel/egg/setuptools/tests/test_upload_docs.py to test_upload_docs.pyc
byte-compiling build/bdist.macosx-10.9-intel/egg/setuptools/version.py to version.pyc
creating build/bdist.macosx-10.9-intel/egg/EGG-INFO
copying setuptools.egg-info/PKG-INFO -> build/bdist.macosx-10.9-intel/egg/EGG-INFO
copying setuptools.egg-info/SOURCES.txt -> build/bdist.macosx-10.9-intel/egg/EGG-INFO
copying setuptools.egg-info/dependency_links.txt -> build/bdist.macosx-10.9-intel/egg/EGG-INFO
copying setuptools.egg-info/dependency_links.txt.orig -> build/bdist.macosx-10.9-intel/egg/EGG-INFO
copying setuptools.egg-info/entry_points.txt -> build/bdist.macosx-10.9-intel/egg/EGG-INFO
copying setuptools.egg-info/entry_points.txt.orig -> build/bdist.macosx-10.9-intel/egg/EGG-INFO
copying setuptools.egg-info/requires.txt -> build/bdist.macosx-10.9-intel/egg/EGG-INFO
copying setuptools.egg-info/requires.txt.orig -> build/bdist.macosx-10.9-intel/egg/EGG-INFO
copying setuptools.egg-info/top_level.txt -> build/bdist.macosx-10.9-intel/egg/EGG-INFO
copying setuptools.egg-info/zip-safe -> build/bdist.macosx-10.9-intel/egg/EGG-INFO
creating dist
creating 'dist/setuptools-3.2-py2.7.egg' and adding 'build/bdist.macosx-10.9-intel/egg' to it
removing 'build/bdist.macosx-10.9-intel/egg' (and everything under it)
Processing setuptools-3.2-py2.7.egg
Copying setuptools-3.2-py2.7.egg to /Library/Python/2.7/site-packages
Adding setuptools 3.2 to easy-install.pth file
Installing easy_install script to /usr/local/bin
Installing easy_install-2.7 script to /usr/local/bin

Installed /Library/Python/2.7/site-packages/setuptools-3.2-py2.7.egg
Processing dependencies for setuptools==3.2
Finished processing dependencies for setuptools==3.2
sorkintcbookpro:~ ebensorkin$ $ python get-pip.py
-bash: $: command not found
sorkintcbookpro:~ ebensorkin$ get-pip.py
-bash: get-pip.py: command not found
sorkintcbookpro:~ ebensorkin$ python get-pip.py
python: can't open file 'get-pip.py': [Errno 2] No such file or directory
sorkintcbookpro:~ ebensorkin$ python /Users/ebensorkin/Downloads/get-pip.py
Downloading/unpacking pip
  Downloading pip-1.5.4-py2.py3-none-any.whl (1.2MB): 1.2MB downloaded
Installing collected packages: pip
Successfully installed pip
Cleaning up...
sorkintcbookpro:~ ebensorkin$ pip install fontaine;
Downloading/unpacking fontaine
  Downloading fontaine-1.0.9.tar.gz (379kB): 379kB downloaded
  Running setup.py (path:/private/var/folders/tx/g3kp66552h5_pshp0klznq180000gn/T/pip_build_ebensorkin/fontaine/setup.py) egg_info for package fontaine

Downloading/unpacking freetype-py (from fontaine)
  Downloading freetype-py-1.0.tar.gz (67kB): 67kB downloaded
  Running setup.py (path:/private/var/folders/tx/g3kp66552h5_pshp0klznq180000gn/T/pip_build_ebensorkin/freetype-py/setup.py) egg_info for package freetype-py

Downloading/unpacking lxml (from fontaine)
  Downloading lxml-3.3.3.tar.gz (3.5MB): 3.5MB downloaded
  Running setup.py (path:/private/var/folders/tx/g3kp66552h5_pshp0klznq180000gn/T/pip_build_ebensorkin/lxml/setup.py) egg_info for package lxml
    /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'bugtrack_url'
      warnings.warn(msg)
    Building lxml version 3.3.3.
    Building without Cython.
    Using build configuration of libxslt 1.1.28

    warning: no previously-included files found matching '*.py'
Requirement already satisfied (use --upgrade to upgrade): matplotlib in /System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python (from fontaine)
Downloading/unpacking requests (from fontaine)
  Downloading requests-2.2.1-py2.py3-none-any.whl (625kB): 625kB downloaded
Installing collected packages: fontaine, freetype-py, lxml, requests
  Running setup.py install for fontaine
    changing mode of build/scripts-2.7/simpleHilbertCurve from 644 to 755
    changing mode of build/scripts-2.7/pyfontaine from 644 to 755

    changing mode of /usr/local/bin/pyfontaine to 755
    changing mode of /usr/local/bin/simpleHilbertCurve to 755
  Running setup.py install for freetype-py

  Running setup.py install for lxml
    /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'bugtrack_url'
      warnings.warn(msg)
    Building lxml version 3.3.3.
    Building without Cython.
    Using build configuration of libxslt 1.1.28
    building 'lxml.etree' extension
    cc -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -mno-fused-madd -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -I/usr/include/libxml2 -I/private/var/folders/tx/g3kp66552h5_pshp0klznq180000gn/T/pip_build_ebensorkin/lxml/src/lxml/includes -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/lxml/lxml.etree.c -o build/temp.macosx-10.9-intel-2.7/src/lxml/lxml.etree.o -w -flat_namespace
    In file included from src/lxml/lxml.etree.c:346:
    /private/var/folders/tx/g3kp66552h5_pshp0klznq180000gn/T/pip_build_ebensorkin/lxml/src/lxml/includes/etree_defs.h:9:10: fatal error: 'libxml/xmlversion.h' file not found
    #include "libxml/xmlversion.h"
             ^
    1 error generated.
    error: command 'cc' failed with exit status 1
    Complete output from command /usr/bin/python -c "import setuptools, tokenize;__file__='/private/var/folders/tx/g3kp66552h5_pshp0klznq180000gn/T/pip_build_ebensorkin/lxml/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /var/folders/tx/g3kp66552h5_pshp0klznq180000gn/T/pip-T7s9M9-record/install-record.txt --single-version-externally-managed --compile:
    /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'bugtrack_url'

  warnings.warn(msg)

Building lxml version 3.3.3.

Building without Cython.

Using build configuration of libxslt 1.1.28

running install

running build

running build_py

creating build

creating build/lib.macosx-10.9-intel-2.7

creating build/lib.macosx-10.9-intel-2.7/lxml

copying src/lxml/__init__.py -> build/lib.macosx-10.9-intel-2.7/lxml

copying src/lxml/_elementpath.py -> build/lib.macosx-10.9-intel-2.7/lxml

copying src/lxml/builder.py -> build/lib.macosx-10.9-intel-2.7/lxml

copying src/lxml/cssselect.py -> build/lib.macosx-10.9-intel-2.7/lxml

copying src/lxml/doctestcompare.py -> build/lib.macosx-10.9-intel-2.7/lxml

copying src/lxml/ElementInclude.py -> build/lib.macosx-10.9-intel-2.7/lxml

copying src/lxml/pyclasslookup.py -> build/lib.macosx-10.9-intel-2.7/lxml

copying src/lxml/sax.py -> build/lib.macosx-10.9-intel-2.7/lxml

copying src/lxml/usedoctest.py -> build/lib.macosx-10.9-intel-2.7/lxml

creating build/lib.macosx-10.9-intel-2.7/lxml/includes

copying src/lxml/includes/__init__.py -> build/lib.macosx-10.9-intel-2.7/lxml/includes

creating build/lib.macosx-10.9-intel-2.7/lxml/html

copying src/lxml/html/__init__.py -> build/lib.macosx-10.9-intel-2.7/lxml/html

copying src/lxml/html/_diffcommand.py -> build/lib.macosx-10.9-intel-2.7/lxml/html

copying src/lxml/html/_html5builder.py -> build/lib.macosx-10.9-intel-2.7/lxml/html

copying src/lxml/html/_setmixin.py -> build/lib.macosx-10.9-intel-2.7/lxml/html

copying src/lxml/html/builder.py -> build/lib.macosx-10.9-intel-2.7/lxml/html

copying src/lxml/html/clean.py -> build/lib.macosx-10.9-intel-2.7/lxml/html

copying src/lxml/html/defs.py -> build/lib.macosx-10.9-intel-2.7/lxml/html

copying src/lxml/html/diff.py -> build/lib.macosx-10.9-intel-2.7/lxml/html

copying src/lxml/html/ElementSoup.py -> build/lib.macosx-10.9-intel-2.7/lxml/html

copying src/lxml/html/formfill.py -> build/lib.macosx-10.9-intel-2.7/lxml/html

copying src/lxml/html/html5parser.py -> build/lib.macosx-10.9-intel-2.7/lxml/html

copying src/lxml/html/soupparser.py -> build/lib.macosx-10.9-intel-2.7/lxml/html

copying src/lxml/html/usedoctest.py -> build/lib.macosx-10.9-intel-2.7/lxml/html

creating build/lib.macosx-10.9-intel-2.7/lxml/isoschematron

copying src/lxml/isoschematron/__init__.py -> build/lib.macosx-10.9-intel-2.7/lxml/isoschematron

copying src/lxml/lxml.etree.h -> build/lib.macosx-10.9-intel-2.7/lxml

copying src/lxml/lxml.etree_api.h -> build/lib.macosx-10.9-intel-2.7/lxml

copying src/lxml/includes/c14n.pxd -> build/lib.macosx-10.9-intel-2.7/lxml/includes

copying src/lxml/includes/config.pxd -> build/lib.macosx-10.9-intel-2.7/lxml/includes

copying src/lxml/includes/dtdvalid.pxd -> build/lib.macosx-10.9-intel-2.7/lxml/includes

copying src/lxml/includes/etreepublic.pxd -> build/lib.macosx-10.9-intel-2.7/lxml/includes

copying src/lxml/includes/htmlparser.pxd -> build/lib.macosx-10.9-intel-2.7/lxml/includes

copying src/lxml/includes/relaxng.pxd -> build/lib.macosx-10.9-intel-2.7/lxml/includes

copying src/lxml/includes/schematron.pxd -> build/lib.macosx-10.9-intel-2.7/lxml/includes

copying src/lxml/includes/tree.pxd -> build/lib.macosx-10.9-intel-2.7/lxml/includes

copying src/lxml/includes/uri.pxd -> build/lib.macosx-10.9-intel-2.7/lxml/includes

copying src/lxml/includes/xinclude.pxd -> build/lib.macosx-10.9-intel-2.7/lxml/includes

copying src/lxml/includes/xmlerror.pxd -> build/lib.macosx-10.9-intel-2.7/lxml/includes

copying src/lxml/includes/xmlparser.pxd -> build/lib.macosx-10.9-intel-2.7/lxml/includes

copying src/lxml/includes/xmlschema.pxd -> build/lib.macosx-10.9-intel-2.7/lxml/includes

copying src/lxml/includes/xpath.pxd -> build/lib.macosx-10.9-intel-2.7/lxml/includes

copying src/lxml/includes/xslt.pxd -> build/lib.macosx-10.9-intel-2.7/lxml/includes

copying src/lxml/includes/etree_defs.h -> build/lib.macosx-10.9-intel-2.7/lxml/includes

copying src/lxml/includes/lxml-version.h -> build/lib.macosx-10.9-intel-2.7/lxml/includes

creating build/lib.macosx-10.9-intel-2.7/lxml/isoschematron/resources

creating build/lib.macosx-10.9-intel-2.7/lxml/isoschematron/resources/rng

copying src/lxml/isoschematron/resources/rng/iso-schematron.rng -> build/lib.macosx-10.9-intel-2.7/lxml/isoschematron/resources/rng

creating build/lib.macosx-10.9-intel-2.7/lxml/isoschematron/resources/xsl

copying src/lxml/isoschematron/resources/xsl/RNG2Schtrn.xsl -> build/lib.macosx-10.9-intel-2.7/lxml/isoschematron/resources/xsl

copying src/lxml/isoschematron/resources/xsl/XSD2Schtrn.xsl -> build/lib.macosx-10.9-intel-2.7/lxml/isoschematron/resources/xsl

creating build/lib.macosx-10.9-intel-2.7/lxml/isoschematron/resources/xsl/iso-schematron-xslt1

copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_abstract_expand.xsl -> build/lib.macosx-10.9-intel-2.7/lxml/isoschematron/resources/xsl/iso-schematron-xslt1

copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_dsdl_include.xsl -> build/lib.macosx-10.9-intel-2.7/lxml/isoschematron/resources/xsl/iso-schematron-xslt1

copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_schematron_message.xsl -> build/lib.macosx-10.9-intel-2.7/lxml/isoschematron/resources/xsl/iso-schematron-xslt1

copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_schematron_skeleton_for_xslt1.xsl -> build/lib.macosx-10.9-intel-2.7/lxml/isoschematron/resources/xsl/iso-schematron-xslt1

copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_svrl_for_xslt1.xsl -> build/lib.macosx-10.9-intel-2.7/lxml/isoschematron/resources/xsl/iso-schematron-xslt1

copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/readme.txt -> build/lib.macosx-10.9-intel-2.7/lxml/isoschematron/resources/xsl/iso-schematron-xslt1

running build_ext

building 'lxml.etree' extension

creating build/temp.macosx-10.9-intel-2.7

creating build/temp.macosx-10.9-intel-2.7/src

creating build/temp.macosx-10.9-intel-2.7/src/lxml

cc -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -mno-fused-madd -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -I/usr/include/libxml2 -I/private/var/folders/tx/g3kp66552h5_pshp0klznq180000gn/T/pip_build_ebensorkin/lxml/src/lxml/includes -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/lxml/lxml.etree.c -o build/temp.macosx-10.9-intel-2.7/src/lxml/lxml.etree.o -w -flat_namespace

In file included from src/lxml/lxml.etree.c:346:

/private/var/folders/tx/g3kp66552h5_pshp0klznq180000gn/T/pip_build_ebensorkin/lxml/src/lxml/includes/etree_defs.h:9:10: fatal error: 'libxml/xmlversion.h' file not found

#include "libxml/xmlversion.h"

         ^

1 error generated.

error: command 'cc' failed with exit status 1

----------------------------------------
Cleaning up...
Command /usr/bin/python -c "import setuptools, tokenize;__file__='/private/var/folders/tx/g3kp66552h5_pshp0klznq180000gn/T/pip_build_ebensorkin/lxml/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /var/folders/tx/g3kp66552h5_pshp0klznq180000gn/T/pip-T7s9M9-record/install-record.txt --single-version-externally-managed --compile failed with error code 1 in /private/var/folders/tx/g3kp66552h5_pshp0klznq180000gn/T/pip_build_ebensorkin/lxml
Storing debug log for failure in /Users/ebensorkin/Library/Logs/pip.log
sorkintcbookpro:~ ebensorkin$ pyfontaine /Users/ebensorkin/Dropbox/WebInk\:SorkinTypeCo/Merriweather\ ST\ \(26\ fonts\)/Roman\ \(13\ fonts\)\ 3\ fonts\ replaced/MerriweatherST-Regular.ttf 
Traceback (most recent call last):
  File "/usr/local/bin/pyfontaine", line 24, in <module>
    from fontaine.builder import Builder, Director
  File "/Library/Python/2.7/site-packages/fontaine/builder.py", line 24, in <module>
    from fontaine.font import Font
  File "/Library/Python/2.7/site-packages/fontaine/font.py", line 12, in <module>
    import freetype
  File "/Library/Python/2.7/site-packages/freetype/__init__.py", line 40, in <module>
    __dll__ = ctypes.CDLL(FT_Library_filename)
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/__init__.py", line 365, in __init__
    self._handle = _dlopen(self._name, mode)
OSError: dlopen(/usr/local/lib/libfreetype.dylib, 6): no suitable image found.  Did find:
    /usr/local/lib/libfreetype.dylib: mach-o, but wrong architecture
davelab6 commented 10 years ago

@EbenSorkin the error seems to be

error: command 'cc' failed with exit status 1

Do you have the command line tools from XCode installed?

You can try to install a cc with:

xcode-select --install;
ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)";
brew install apple-gcc42;
pip install fontaine;
EbenSorkin commented 10 years ago

I got a bit further.

The Xcode installed well. Yay!

The ruby too.

But after that the next two don’t take.

see below

sorkintcbookpro:~ ebensorkin$ xcode-select --install xcode-select: note: install requested for command line developer tools sorkintcbookpro:~ ebensorkin$ ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"; /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/universal-darwin13/rbconfig.rb:212: warning: Insecure world writable dir /Users/ebensorkin/bin/FDK/Tools/osx in PATH, mode 040777 It appears Homebrew is already installed. If your intent is to reinstall you should do the following before running this installer again: rm -rf /usr/local/Cellar /usr/local/.git && brew cleanup sorkintcbookpro:~ ebensorkin$ brew install apple-gcc42; Error: No available formula for apple-gcc42 sorkintcbookpro:~ ebensorkin$ pip install fontaine; Requirement already satisfied (use --upgrade to upgrade): fontaine in /Library/Python/2.7/site-packages Requirement already satisfied (use --upgrade to upgrade): freetype-py in /Library/Python/2.7/site-packages (from fontaine) Downloading/unpacking lxml (from fontaine) Downloading lxml-3.3.3.tar.gz (3.5MB): 3.5MB downloaded Running setup.py (path:/private/var/folders/tx/g3kp66552h5_pshp0klznq180000gn/T/pip_build_ebensorkin/lxml/setup.py) egg_info for package lxml /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'bugtrack_url' warnings.warn(msg) Building lxml version 3.3.3. Building without Cython. Using build configuration of libxslt 1.1.28

warning: no previously-included files found matching '*.py'

Requirement already satisfied (use --upgrade to upgrade): matplotlib in /System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python (from fontaine) Downloading/unpacking requests (from fontaine) Downloading requests-2.2.1-py2.py3-none-any.whl (625kB): 625kB downloaded Installing collected packages: lxml, requests Running setup.py install for lxml /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'bugtrack_url' warnings.warn(msg) Building lxml version 3.3.3. Building without Cython. Using build configuration of libxslt 1.1.28 building 'lxml.etree' extension cc -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -mno-fused-madd -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -I/usr/include/libxml2 -I/private/var/folders/tx/g3kp66552h5_pshp0klznq180000gn/T/pip_build_ebensorkin/lxml/src/lxml/includes -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/lxml/lxml.etree.c -o build/temp.macosx-10.9-intel-2.7/src/lxml/lxml.etree.o -w -flat_namespace In file included from src/lxml/lxml.etree.c:346: /private/var/folders/tx/g3kp66552h5_pshp0klznq180000gn/T/pip_build_ebensorkin/lxml/src/lxml/includes/etree_defs.h:9:10: fatal error: 'libxml/xmlversion.h' file not found

include "libxml/xmlversion.h"

         ^
1 error generated.
error: command 'cc' failed with exit status 1
Complete output from command /usr/bin/python -c "import setuptools, tokenize;**file**='/private/var/folders/tx/g3kp66552h5_pshp0klznq180000gn/T/pip_build_ebensorkin/lxml/setup.py';exec(compile(getattr(tokenize, 'open', open)(**file**).read().replace('\r\n', '\n'), **file**, 'exec'))" install --record /var/folders/tx/g3kp66552h5_pshp0klznq180000gn/T/pip-obyI2z-record/install-record.txt --single-version-externally-managed --compile:
/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'bugtrack_url'

warnings.warn(msg)

Building lxml version 3.3.3.

Building without Cython.

Using build configuration of libxslt 1.1.28

running install

running build

running build_py

creating build

creating build/lib.macosx-10.9-intel-2.7

creating build/lib.macosx-10.9-intel-2.7/lxml

copying src/lxml/init.py -> build/lib.macosx-10.9-intel-2.7/lxml

copying src/lxml/_elementpath.py -> build/lib.macosx-10.9-intel-2.7/lxml

copying src/lxml/builder.py -> build/lib.macosx-10.9-intel-2.7/lxml

copying src/lxml/cssselect.py -> build/lib.macosx-10.9-intel-2.7/lxml

copying src/lxml/doctestcompare.py -> build/lib.macosx-10.9-intel-2.7/lxml

copying src/lxml/ElementInclude.py -> build/lib.macosx-10.9-intel-2.7/lxml

copying src/lxml/pyclasslookup.py -> build/lib.macosx-10.9-intel-2.7/lxml

copying src/lxml/sax.py -> build/lib.macosx-10.9-intel-2.7/lxml

copying src/lxml/usedoctest.py -> build/lib.macosx-10.9-intel-2.7/lxml

creating build/lib.macosx-10.9-intel-2.7/lxml/includes

copying src/lxml/includes/init.py -> build/lib.macosx-10.9-intel-2.7/lxml/includes

creating build/lib.macosx-10.9-intel-2.7/lxml/html

copying src/lxml/html/init.py -> build/lib.macosx-10.9-intel-2.7/lxml/html

copying src/lxml/html/_diffcommand.py -> build/lib.macosx-10.9-intel-2.7/lxml/html

copying src/lxml/html/_html5builder.py -> build/lib.macosx-10.9-intel-2.7/lxml/html

copying src/lxml/html/_setmixin.py -> build/lib.macosx-10.9-intel-2.7/lxml/html

copying src/lxml/html/builder.py -> build/lib.macosx-10.9-intel-2.7/lxml/html

copying src/lxml/html/clean.py -> build/lib.macosx-10.9-intel-2.7/lxml/html

copying src/lxml/html/defs.py -> build/lib.macosx-10.9-intel-2.7/lxml/html

copying src/lxml/html/diff.py -> build/lib.macosx-10.9-intel-2.7/lxml/html

copying src/lxml/html/ElementSoup.py -> build/lib.macosx-10.9-intel-2.7/lxml/html

copying src/lxml/html/formfill.py -> build/lib.macosx-10.9-intel-2.7/lxml/html

copying src/lxml/html/html5parser.py -> build/lib.macosx-10.9-intel-2.7/lxml/html

copying src/lxml/html/soupparser.py -> build/lib.macosx-10.9-intel-2.7/lxml/html

copying src/lxml/html/usedoctest.py -> build/lib.macosx-10.9-intel-2.7/lxml/html

creating build/lib.macosx-10.9-intel-2.7/lxml/isoschematron

copying src/lxml/isoschematron/init.py -> build/lib.macosx-10.9-intel-2.7/lxml/isoschematron

copying src/lxml/lxml.etree.h -> build/lib.macosx-10.9-intel-2.7/lxml

copying src/lxml/lxml.etree_api.h -> build/lib.macosx-10.9-intel-2.7/lxml

copying src/lxml/includes/c14n.pxd -> build/lib.macosx-10.9-intel-2.7/lxml/includes

copying src/lxml/includes/config.pxd -> build/lib.macosx-10.9-intel-2.7/lxml/includes

copying src/lxml/includes/dtdvalid.pxd -> build/lib.macosx-10.9-intel-2.7/lxml/includes

copying src/lxml/includes/etreepublic.pxd -> build/lib.macosx-10.9-intel-2.7/lxml/includes

copying src/lxml/includes/htmlparser.pxd -> build/lib.macosx-10.9-intel-2.7/lxml/includes

copying src/lxml/includes/relaxng.pxd -> build/lib.macosx-10.9-intel-2.7/lxml/includes

copying src/lxml/includes/schematron.pxd -> build/lib.macosx-10.9-intel-2.7/lxml/includes

copying src/lxml/includes/tree.pxd -> build/lib.macosx-10.9-intel-2.7/lxml/includes

copying src/lxml/includes/uri.pxd -> build/lib.macosx-10.9-intel-2.7/lxml/includes

copying src/lxml/includes/xinclude.pxd -> build/lib.macosx-10.9-intel-2.7/lxml/includes

copying src/lxml/includes/xmlerror.pxd -> build/lib.macosx-10.9-intel-2.7/lxml/includes

copying src/lxml/includes/xmlparser.pxd -> build/lib.macosx-10.9-intel-2.7/lxml/includes

copying src/lxml/includes/xmlschema.pxd -> build/lib.macosx-10.9-intel-2.7/lxml/includes

copying src/lxml/includes/xpath.pxd -> build/lib.macosx-10.9-intel-2.7/lxml/includes

copying src/lxml/includes/xslt.pxd -> build/lib.macosx-10.9-intel-2.7/lxml/includes

copying src/lxml/includes/etree_defs.h -> build/lib.macosx-10.9-intel-2.7/lxml/includes

copying src/lxml/includes/lxml-version.h -> build/lib.macosx-10.9-intel-2.7/lxml/includes

creating build/lib.macosx-10.9-intel-2.7/lxml/isoschematron/resources

creating build/lib.macosx-10.9-intel-2.7/lxml/isoschematron/resources/rng

copying src/lxml/isoschematron/resources/rng/iso-schematron.rng -> build/lib.macosx-10.9-intel-2.7/lxml/isoschematron/resources/rng

creating build/lib.macosx-10.9-intel-2.7/lxml/isoschematron/resources/xsl

copying src/lxml/isoschematron/resources/xsl/RNG2Schtrn.xsl -> build/lib.macosx-10.9-intel-2.7/lxml/isoschematron/resources/xsl

copying src/lxml/isoschematron/resources/xsl/XSD2Schtrn.xsl -> build/lib.macosx-10.9-intel-2.7/lxml/isoschematron/resources/xsl

creating build/lib.macosx-10.9-intel-2.7/lxml/isoschematron/resources/xsl/iso-schematron-xslt1

copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_abstract_expand.xsl -> build/lib.macosx-10.9-intel-2.7/lxml/isoschematron/resources/xsl/iso-schematron-xslt1

copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_dsdl_include.xsl -> build/lib.macosx-10.9-intel-2.7/lxml/isoschematron/resources/xsl/iso-schematron-xslt1

copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_schematron_message.xsl -> build/lib.macosx-10.9-intel-2.7/lxml/isoschematron/resources/xsl/iso-schematron-xslt1

copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_schematron_skeleton_for_xslt1.xsl -> build/lib.macosx-10.9-intel-2.7/lxml/isoschematron/resources/xsl/iso-schematron-xslt1

copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_svrl_for_xslt1.xsl -> build/lib.macosx-10.9-intel-2.7/lxml/isoschematron/resources/xsl/iso-schematron-xslt1

copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/readme.txt -> build/lib.macosx-10.9-intel-2.7/lxml/isoschematron/resources/xsl/iso-schematron-xslt1

running build_ext

building 'lxml.etree' extension

creating build/temp.macosx-10.9-intel-2.7

creating build/temp.macosx-10.9-intel-2.7/src

creating build/temp.macosx-10.9-intel-2.7/src/lxml

cc -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -mno-fused-madd -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -I/usr/include/libxml2 -I/private/var/folders/tx/g3kp66552h5_pshp0klznq180000gn/T/pip_build_ebensorkin/lxml/src/lxml/includes -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/lxml/lxml.etree.c -o build/temp.macosx-10.9-intel-2.7/src/lxml/lxml.etree.o -w -flat_namespace

In file included from src/lxml/lxml.etree.c:346:

/private/var/folders/tx/g3kp66552h5_pshp0klznq180000gn/T/pip_build_ebensorkin/lxml/src/lxml/includes/etree_defs.h:9:10: fatal error: 'libxml/xmlversion.h' file not found

include "libxml/xmlversion.h"

     ^

1 error generated.

error: command 'cc' failed with exit status 1


Cleaning up... Command /usr/bin/python -c "import setuptools, tokenize;file='/private/var/folders/tx/g3kp66552h5_pshp0klznq180000gn/T/pip_build_ebensorkin/lxml/setup.py';exec(compile(getattr(tokenize, 'open', open)(file).read().replace('\r\n', '\n'), file, 'exec'))" install --record /var/folders/tx/g3kp66552h5_pshp0klznq180000gn/T/pip-obyI2z-record/install-record.txt --single-version-externally-managed --compile failed with error code 1 in /private/var/folders/tx/g3kp66552h5_pshp0klznq180000gn/T/pip_build_ebensorkin/lxml Storing debug log for failure in /Users/ebensorkin/Library/Logs/pip.log sorkintcbookpro:~ ebensorkin$

On Mar 20, 2014, at 1:59 PM, Dave Crossland notifications@github.com wrote:

@EbenSorkin the error seems to be

error: command 'cc' failed with exit status 1

Do you have the command line tools from XCode installed?

You can try to install a cc with:

xcode-select --install; ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"; brew install apple-gcc42; pip install fontaine; — Reply to this email directly or view it on GitHub.

davelab6 commented 10 years ago

On 20 March 2014 16:42, Eben Sorkin notifications@github.com wrote:

sorkintcbookpro:~ ebensorkin$ brew install apple-gcc42; Error: No available formula for apple-gcc42

brew update; brew doctor; brew install apple-gcc42;

davelab6 commented 10 years ago

@EbenSorkin any luck?

EbenSorkin commented 10 years ago

We had to go back to the hospital due to a dodgy lab result.

I think we return home this afternoon.

Hopefully I will have it sorted this week.

Thanks!!!

-e.

On Apr 1, 2014, at 5:25 AM, Dave Crossland notifications@github.com wrote:

@EbenSorkin any luck?

— Reply to this email directly or view it on GitHub.

davelab6 commented 10 years ago

@EbenSorkin ?

EbenSorkin commented 10 years ago

I’ll give this a go this week.

davelab6 commented 10 years ago

@EbenSorkin ping

davelab6 commented 10 years ago

@EbenSorkin ping

EbenSorkin commented 10 years ago

Here is the latest results/errors starting from the beginning again and going through each command suggested.

I have not been able to figure out a way forward from here

I tried to chown some of the directories Brew is unhappy with but to no effect.

-e.


Last login: Sun Jun 29 05:10:44 on ttys001 sorkintcbookpro:~ ebensorkin$ python get-pip.py python: can't open file 'get-pip.py': [Errno 2] No such file or directory sorkintcbookpro:~ ebensorkin$ cd desktop sorkintcbookpro:desktop ebensorkin$ python get-pip.py Downloading/unpacking pip from https://pypi.python.org/packages/py2.py3/p/pip/pip-1.5.6-py2.py3-none-any.whl#md5=4d4fb4b69df6731c7aeaadd6300bc1f2 Downloading pip-1.5.6-py2.py3-none-any.whl (1.0MB): 1.0MB downloaded Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... sorkintcbookpro:desktop ebensorkin$ sudo pip install fontaine Password: Requirement already satisfied (use --upgrade to upgrade): fontaine in /Library/Python/2.7/site-packages/fontaine-1.1.3-py2.7.egg Requirement already satisfied (use --upgrade to upgrade): fonttools in /Library/Python/2.7/site-packages/FontTools (from fontaine) Downloading/unpacking lxml (from fontaine) Downloading lxml-3.3.5.tar.gz (3.5MB): 3.5MB downloaded Running setup.py (path:/private/tmp/pip_build_root/lxml/setup.py) egg_info for package lxml /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'bugtrack_url' warnings.warn(msg) Building lxml version 3.3.5. Building without Cython. Using build configuration of libxslt 1.1.28

warning: no previously-included files found matching '*.py'

Requirement already satisfied (use --upgrade to upgrade): matplotlib in /System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python (from fontaine) Requirement already satisfied (use --upgrade to upgrade): requests in /Library/Python/2.7/site-packages/requests-2.3.0-py2.7.egg (from fontaine) Installing collected packages: lxml Running setup.py install for lxml /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'bugtrack_url' warnings.warn(msg) Building lxml version 3.3.5. Building without Cython. Using build configuration of libxslt 1.1.28 building 'lxml.etree' extension cc -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -mno-fused-madd -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -I/usr/include/libxml2 -I/private/tmp/pip_build_root/lxml/src/lxml/includes -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/lxml/lxml.etree.c -o build/temp.macosx-10.9-intel-2.7/src/lxml/lxml.etree.o -w -flat_namespace clang: error: unknown argument: '-mno-fused-madd' [-Wunused-command-line-argument-hard-error-in-future] clang: note: this will be a hard error (cannot be downgraded to a warning) in the future error: command 'cc' failed with exit status 1 Complete output from command /usr/bin/python -c "import setuptools, tokenize;file='/private/tmp/pip_build_root/lxml/setup.py';exec(compile(getattr(tokenize, 'open', open)(file).read().replace('\r\n', '\n'), file, 'exec'))" install --record /tmp/pip-p9Kbdu-record/install-record.txt --single-version-externally-managed --compile: /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'bugtrack_url'

warnings.warn(msg)

Building lxml version 3.3.5.

Building without Cython.

Using build configuration of libxslt 1.1.28

running install

running build

running build_py

creating build

creating build/lib.macosx-10.9-intel-2.7

creating build/lib.macosx-10.9-intel-2.7/lxml

copying src/lxml/init.py -> build/lib.macosx-10.9-intel-2.7/lxml

copying src/lxml/_elementpath.py -> build/lib.macosx-10.9-intel-2.7/lxml

copying src/lxml/builder.py -> build/lib.macosx-10.9-intel-2.7/lxml

copying src/lxml/cssselect.py -> build/lib.macosx-10.9-intel-2.7/lxml

copying src/lxml/doctestcompare.py -> build/lib.macosx-10.9-intel-2.7/lxml

copying src/lxml/ElementInclude.py -> build/lib.macosx-10.9-intel-2.7/lxml

copying src/lxml/pyclasslookup.py -> build/lib.macosx-10.9-intel-2.7/lxml

copying src/lxml/sax.py -> build/lib.macosx-10.9-intel-2.7/lxml

copying src/lxml/usedoctest.py -> build/lib.macosx-10.9-intel-2.7/lxml

creating build/lib.macosx-10.9-intel-2.7/lxml/includes

copying src/lxml/includes/init.py -> build/lib.macosx-10.9-intel-2.7/lxml/includes

creating build/lib.macosx-10.9-intel-2.7/lxml/html

copying src/lxml/html/init.py -> build/lib.macosx-10.9-intel-2.7/lxml/html

copying src/lxml/html/_diffcommand.py -> build/lib.macosx-10.9-intel-2.7/lxml/html

copying src/lxml/html/_html5builder.py -> build/lib.macosx-10.9-intel-2.7/lxml/html

copying src/lxml/html/_setmixin.py -> build/lib.macosx-10.9-intel-2.7/lxml/html

copying src/lxml/html/builder.py -> build/lib.macosx-10.9-intel-2.7/lxml/html

copying src/lxml/html/clean.py -> build/lib.macosx-10.9-intel-2.7/lxml/html

copying src/lxml/html/defs.py -> build/lib.macosx-10.9-intel-2.7/lxml/html

copying src/lxml/html/diff.py -> build/lib.macosx-10.9-intel-2.7/lxml/html

copying src/lxml/html/ElementSoup.py -> build/lib.macosx-10.9-intel-2.7/lxml/html

copying src/lxml/html/formfill.py -> build/lib.macosx-10.9-intel-2.7/lxml/html

copying src/lxml/html/html5parser.py -> build/lib.macosx-10.9-intel-2.7/lxml/html

copying src/lxml/html/soupparser.py -> build/lib.macosx-10.9-intel-2.7/lxml/html

copying src/lxml/html/usedoctest.py -> build/lib.macosx-10.9-intel-2.7/lxml/html

creating build/lib.macosx-10.9-intel-2.7/lxml/isoschematron

copying src/lxml/isoschematron/init.py -> build/lib.macosx-10.9-intel-2.7/lxml/isoschematron

copying src/lxml/lxml.etree.h -> build/lib.macosx-10.9-intel-2.7/lxml

copying src/lxml/lxml.etree_api.h -> build/lib.macosx-10.9-intel-2.7/lxml

copying src/lxml/includes/c14n.pxd -> build/lib.macosx-10.9-intel-2.7/lxml/includes

copying src/lxml/includes/config.pxd -> build/lib.macosx-10.9-intel-2.7/lxml/includes

copying src/lxml/includes/dtdvalid.pxd -> build/lib.macosx-10.9-intel-2.7/lxml/includes

copying src/lxml/includes/etreepublic.pxd -> build/lib.macosx-10.9-intel-2.7/lxml/includes

copying src/lxml/includes/htmlparser.pxd -> build/lib.macosx-10.9-intel-2.7/lxml/includes

copying src/lxml/includes/relaxng.pxd -> build/lib.macosx-10.9-intel-2.7/lxml/includes

copying src/lxml/includes/schematron.pxd -> build/lib.macosx-10.9-intel-2.7/lxml/includes

copying src/lxml/includes/tree.pxd -> build/lib.macosx-10.9-intel-2.7/lxml/includes

copying src/lxml/includes/uri.pxd -> build/lib.macosx-10.9-intel-2.7/lxml/includes

copying src/lxml/includes/xinclude.pxd -> build/lib.macosx-10.9-intel-2.7/lxml/includes

copying src/lxml/includes/xmlerror.pxd -> build/lib.macosx-10.9-intel-2.7/lxml/includes

copying src/lxml/includes/xmlparser.pxd -> build/lib.macosx-10.9-intel-2.7/lxml/includes

copying src/lxml/includes/xmlschema.pxd -> build/lib.macosx-10.9-intel-2.7/lxml/includes

copying src/lxml/includes/xpath.pxd -> build/lib.macosx-10.9-intel-2.7/lxml/includes

copying src/lxml/includes/xslt.pxd -> build/lib.macosx-10.9-intel-2.7/lxml/includes

copying src/lxml/includes/etree_defs.h -> build/lib.macosx-10.9-intel-2.7/lxml/includes

copying src/lxml/includes/lxml-version.h -> build/lib.macosx-10.9-intel-2.7/lxml/includes

creating build/lib.macosx-10.9-intel-2.7/lxml/isoschematron/resources

creating build/lib.macosx-10.9-intel-2.7/lxml/isoschematron/resources/rng

copying src/lxml/isoschematron/resources/rng/iso-schematron.rng -> build/lib.macosx-10.9-intel-2.7/lxml/isoschematron/resources/rng

creating build/lib.macosx-10.9-intel-2.7/lxml/isoschematron/resources/xsl

copying src/lxml/isoschematron/resources/xsl/RNG2Schtrn.xsl -> build/lib.macosx-10.9-intel-2.7/lxml/isoschematron/resources/xsl

copying src/lxml/isoschematron/resources/xsl/XSD2Schtrn.xsl -> build/lib.macosx-10.9-intel-2.7/lxml/isoschematron/resources/xsl

creating build/lib.macosx-10.9-intel-2.7/lxml/isoschematron/resources/xsl/iso-schematron-xslt1

copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_abstract_expand.xsl -> build/lib.macosx-10.9-intel-2.7/lxml/isoschematron/resources/xsl/iso-schematron-xslt1

copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_dsdl_include.xsl -> build/lib.macosx-10.9-intel-2.7/lxml/isoschematron/resources/xsl/iso-schematron-xslt1

copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_schematron_message.xsl -> build/lib.macosx-10.9-intel-2.7/lxml/isoschematron/resources/xsl/iso-schematron-xslt1

copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_schematron_skeleton_for_xslt1.xsl -> build/lib.macosx-10.9-intel-2.7/lxml/isoschematron/resources/xsl/iso-schematron-xslt1

copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_svrl_for_xslt1.xsl -> build/lib.macosx-10.9-intel-2.7/lxml/isoschematron/resources/xsl/iso-schematron-xslt1

copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/readme.txt -> build/lib.macosx-10.9-intel-2.7/lxml/isoschematron/resources/xsl/iso-schematron-xslt1

running build_ext

building 'lxml.etree' extension

creating build/temp.macosx-10.9-intel-2.7

creating build/temp.macosx-10.9-intel-2.7/src

creating build/temp.macosx-10.9-intel-2.7/src/lxml

cc -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -mno-fused-madd -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -I/usr/include/libxml2 -I/private/tmp/pip_build_root/lxml/src/lxml/includes -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/lxml/lxml.etree.c -o build/temp.macosx-10.9-intel-2.7/src/lxml/lxml.etree.o -w -flat_namespace

clang: error: unknown argument: '-mno-fused-madd' [-Wunused-command-line-argument-hard-error-in-future]

clang: note: this will be a hard error (cannot be downgraded to a warning) in the future

error: command 'cc' failed with exit status 1


Cleaning up... Command /usr/bin/python -c "import setuptools, tokenize;file='/private/tmp/pip_build_root/lxml/setup.py';exec(compile(getattr(tokenize, 'open', open)(file).read().replace('\r\n', '\n'), file, 'exec'))" install --record /tmp/pip-p9Kbdu-record/install-record.txt --single-version-externally-managed --compile failed with error code 1 in /private/tmp/pip_build_root/lxml Storing debug log for failure in /Users/ebensorkin/Library/Logs/pip.log sorkintcbookpro:desktop ebensorkin$ brew update; warning: templates not found /usr/local/share/git-core/templates Initialized empty Git repository in /usr/local/.git/ remote: Reusing existing pack: 182428, done. remote: Counting objects: 109, done. remote: Compressing objects: 100% (100/100), done. remote: Total 182537 (delta 62), reused 12 (delta 9) Receiving objects: 100% (182537/182537), 36.24 MiB | 760.00 KiB/s, done. Resolving deltas: 100% (130979/130979), done. From https://github.com/Homebrew/homebrew

Warning: /usr/local/lib/pkgconfig isn't writable.

This can happen if you "sudo make install" software that isn't managed by by Homebrew. If a formula tries to write a file to this directory, the install will fail during the link step.

You should probably chown /usr/local/lib/pkgconfig

Warning: Some directories in /usr/local/share/locale aren't writable. This can happen if you "sudo make install" software that isn't managed by Homebrew. If a brew tries to add locale information to one of these directories, then the install will fail during the link step. You should probably chown them:

/usr/local/share/locale/de
/usr/local/share/locale/de/LC_MESSAGES
/usr/local/share/locale/el
/usr/local/share/locale/el/LC_MESSAGES
/usr/local/share/locale/en
/usr/local/share/locale/en/LC_MESSAGES
/usr/local/share/locale/en_GB
/usr/local/share/locale/en_GB/LC_MESSAGES
/usr/local/share/locale/es
/usr/local/share/locale/es/LC_MESSAGES
/usr/local/share/locale/fr
/usr/local/share/locale/fr/LC_MESSAGES
/usr/local/share/locale/it
/usr/local/share/locale/it/LC_MESSAGES
/usr/local/share/locale/ja
/usr/local/share/locale/ja/LC_MESSAGES
/usr/local/share/locale/mal
/usr/local/share/locale/mal/LC_MESSAGES
/usr/local/share/locale/pl
/usr/local/share/locale/pl/LC_MESSAGES
/usr/local/share/locale/ru
/usr/local/share/locale/ru/LC_MESSAGES
/usr/local/share/locale/uk
/usr/local/share/locale/uk/LC_MESSAGES
/usr/local/share/locale/vi
/usr/local/share/locale/vi/LC_MESSAGES
/usr/local/share/locale/zh_CN
/usr/local/share/locale/zh_CN/LC_MESSAGES
/usr/local/share/locale/zh_TW
/usr/local/share/locale/zh_TW/LC_MESSAGES

Warning: Some directories in /usr/local/share/man aren't writable. This can happen if you "sudo make install" software that isn't managed by Homebrew. If a brew tries to add locale information to one of these directories, then the install will fail during the link step. You should probably chown them:

/usr/local/share/man/es
/usr/local/share/man/es/man1
/usr/local/share/man/hu
/usr/local/share/man/hu/man1
/usr/local/share/man/it
/usr/local/share/man/it/man1
/usr/local/share/man/pl
/usr/local/share/man/pl/man1
/usr/local/share/man/ru
/usr/local/share/man/ru/man1
/usr/local/share/man/sr
/usr/local/share/man/sr/man1

Warning: gettext files detected at a system prefix These files can cause compilation and link failures, especially if they are compiled with improper architectures. Consider removing these files: /usr/local/lib/libintl.dylib

Warning: You have leftover files from an older version of Xcode. You should delete them using: /Developer/Library/uninstall-developer-folder

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/libfontforge.1.0.0.dylib /usr/local/lib/libfontforge.1.dylib /usr/local/lib/libfreetype.6.dylib /usr/local/lib/libgdraw.4.0.8.dylib /usr/local/lib/libgdraw.4.dylib /usr/local/lib/libgioftp.1.0.0.dylib /usr/local/lib/libgioftp.1.dylib /usr/local/lib/libgunicode.3.0.1.dylib /usr/local/lib/libgunicode.3.dylib /usr/local/lib/libgutils.1.0.3.dylib /usr/local/lib/libgutils.1.dylib /usr/local/lib/libintl.8.dylib /usr/local/lib/libltdl.7.dylib

Warning: Unbrewed .la files 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 .la files: /usr/local/lib/libfontforge.la /usr/local/lib/libfreetype.la /usr/local/lib/libgdraw.la /usr/local/lib/libgioftp.la /usr/local/lib/libgunicode.la /usr/local/lib/libgutils.la /usr/local/lib/libltdl.la

Warning: Unbrewed .pc files were found in /usr/local/lib/pkgconfig. If you didn't put them there on purpose they could cause problems when building Homebrew formulae, and may need to be deleted.

Unexpected .pc files: /usr/local/lib/pkgconfig/fontforge.pc /usr/local/lib/pkgconfig/freetype2.pc

Warning: Unbrewed static libraries 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 static libraries: /usr/local/lib/libfreetype.a /usr/local/lib/libltdl.a sorkintcbookpro:desktop ebensorkin$ brew install apple-gcc42; Error: No available formula for apple-gcc42 sorkintcbookpro:desktop ebensorkin$

On Mar 20, 2014, at 7:38 PM, Dave Crossland notifications@github.com wrote:

On 20 March 2014 16:42, Eben Sorkin notifications@github.com wrote:

sorkintcbookpro:~ ebensorkin$ brew install apple-gcc42; Error: No available formula for apple-gcc42

brew update; brew doctor; brew install apple-gcc42; — Reply to this email directly or view it on GitHub.