Skip to content

Instantly share code, notes, and snippets.

@Calorion
Last active December 19, 2015 10:29
Show Gist options
  • Save Calorion/5940912 to your computer and use it in GitHub Desktop.
Save Calorion/5940912 to your computer and use it in GitHub Desktop.
Brew outputs for Python version ticket
running install
running bdist_egg
running egg_info
writing requirements to pip.egg-info/requires.txt
writing pip.egg-info/PKG-INFO
writing top-level names to pip.egg-info/top_level.txt
writing dependency_links to pip.egg-info/dependency_links.txt
writing entry points to pip.egg-info/entry_points.txt
reading manifest file 'pip.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching '*.html' under directory 'docs'
warning: no previously-included files matching '*.txt' found under directory 'docs/_build'
no previously-included directories found matching 'docs/_build/_sources'
writing manifest file 'pip.egg-info/SOURCES.txt'
installing library code to build/bdist.macosx-10.6-x86_64/egg
running install_lib
running build_py
creating build
creating build/lib
creating build/lib/pip
copying pip/__init__.py -> build/lib/pip
copying pip/__main__.py -> build/lib/pip
copying pip/basecommand.py -> build/lib/pip
copying pip/baseparser.py -> build/lib/pip
copying pip/cmdoptions.py -> build/lib/pip
copying pip/download.py -> build/lib/pip
copying pip/exceptions.py -> build/lib/pip
copying pip/index.py -> build/lib/pip
copying pip/locations.py -> build/lib/pip
copying pip/log.py -> build/lib/pip
copying pip/req.py -> build/lib/pip
copying pip/runner.py -> build/lib/pip
copying pip/status_codes.py -> build/lib/pip
copying pip/util.py -> build/lib/pip
creating build/lib/pip/commands
copying pip/commands/__init__.py -> build/lib/pip/commands
copying pip/commands/bundle.py -> build/lib/pip/commands
copying pip/commands/completion.py -> build/lib/pip/commands
copying pip/commands/freeze.py -> build/lib/pip/commands
copying pip/commands/help.py -> build/lib/pip/commands
copying pip/commands/install.py -> build/lib/pip/commands
copying pip/commands/list.py -> build/lib/pip/commands
copying pip/commands/search.py -> build/lib/pip/commands
copying pip/commands/show.py -> build/lib/pip/commands
copying pip/commands/uninstall.py -> build/lib/pip/commands
copying pip/commands/unzip.py -> build/lib/pip/commands
copying pip/commands/zip.py -> build/lib/pip/commands
creating build/lib/pip/vcs
copying pip/vcs/__init__.py -> build/lib/pip/vcs
copying pip/vcs/bazaar.py -> build/lib/pip/vcs
copying pip/vcs/git.py -> build/lib/pip/vcs
copying pip/vcs/mercurial.py -> build/lib/pip/vcs
copying pip/vcs/subversion.py -> build/lib/pip/vcs
creating build/lib/pip/backwardcompat
copying pip/backwardcompat/__init__.py -> build/lib/pip/backwardcompat
copying pip/backwardcompat/socket_create_connection.py -> build/lib/pip/backwardcompat
copying pip/backwardcompat/ssl_match_hostname.py -> build/lib/pip/backwardcompat
copying pip/cacert.pem -> build/lib/pip
creating build/bdist.macosx-10.6-x86_64
creating build/bdist.macosx-10.6-x86_64/egg
creating build/bdist.macosx-10.6-x86_64/egg/pip
copying build/lib/pip/__init__.py -> build/bdist.macosx-10.6-x86_64/egg/pip
copying build/lib/pip/__main__.py -> build/bdist.macosx-10.6-x86_64/egg/pip
creating build/bdist.macosx-10.6-x86_64/egg/pip/backwardcompat
copying build/lib/pip/backwardcompat/__init__.py -> build/bdist.macosx-10.6-x86_64/egg/pip/backwardcompat
copying build/lib/pip/backwardcompat/socket_create_connection.py -> build/bdist.macosx-10.6-x86_64/egg/pip/backwardcompat
copying build/lib/pip/backwardcompat/ssl_match_hostname.py -> build/bdist.macosx-10.6-x86_64/egg/pip/backwardcompat
copying build/lib/pip/basecommand.py -> build/bdist.macosx-10.6-x86_64/egg/pip
copying build/lib/pip/baseparser.py -> build/bdist.macosx-10.6-x86_64/egg/pip
copying build/lib/pip/cacert.pem -> build/bdist.macosx-10.6-x86_64/egg/pip
copying build/lib/pip/cmdoptions.py -> build/bdist.macosx-10.6-x86_64/egg/pip
creating build/bdist.macosx-10.6-x86_64/egg/pip/commands
copying build/lib/pip/commands/__init__.py -> build/bdist.macosx-10.6-x86_64/egg/pip/commands
copying build/lib/pip/commands/bundle.py -> build/bdist.macosx-10.6-x86_64/egg/pip/commands
copying build/lib/pip/commands/completion.py -> build/bdist.macosx-10.6-x86_64/egg/pip/commands
copying build/lib/pip/commands/freeze.py -> build/bdist.macosx-10.6-x86_64/egg/pip/commands
copying build/lib/pip/commands/help.py -> build/bdist.macosx-10.6-x86_64/egg/pip/commands
copying build/lib/pip/commands/install.py -> build/bdist.macosx-10.6-x86_64/egg/pip/commands
copying build/lib/pip/commands/list.py -> build/bdist.macosx-10.6-x86_64/egg/pip/commands
copying build/lib/pip/commands/search.py -> build/bdist.macosx-10.6-x86_64/egg/pip/commands
copying build/lib/pip/commands/show.py -> build/bdist.macosx-10.6-x86_64/egg/pip/commands
copying build/lib/pip/commands/uninstall.py -> build/bdist.macosx-10.6-x86_64/egg/pip/commands
copying build/lib/pip/commands/unzip.py -> build/bdist.macosx-10.6-x86_64/egg/pip/commands
copying build/lib/pip/commands/zip.py -> build/bdist.macosx-10.6-x86_64/egg/pip/commands
copying build/lib/pip/download.py -> build/bdist.macosx-10.6-x86_64/egg/pip
copying build/lib/pip/exceptions.py -> build/bdist.macosx-10.6-x86_64/egg/pip
copying build/lib/pip/index.py -> build/bdist.macosx-10.6-x86_64/egg/pip
copying build/lib/pip/locations.py -> build/bdist.macosx-10.6-x86_64/egg/pip
copying build/lib/pip/log.py -> build/bdist.macosx-10.6-x86_64/egg/pip
copying build/lib/pip/req.py -> build/bdist.macosx-10.6-x86_64/egg/pip
copying build/lib/pip/runner.py -> build/bdist.macosx-10.6-x86_64/egg/pip
copying build/lib/pip/status_codes.py -> build/bdist.macosx-10.6-x86_64/egg/pip
copying build/lib/pip/util.py -> build/bdist.macosx-10.6-x86_64/egg/pip
creating build/bdist.macosx-10.6-x86_64/egg/pip/vcs
copying build/lib/pip/vcs/__init__.py -> build/bdist.macosx-10.6-x86_64/egg/pip/vcs
copying build/lib/pip/vcs/bazaar.py -> build/bdist.macosx-10.6-x86_64/egg/pip/vcs
copying build/lib/pip/vcs/git.py -> build/bdist.macosx-10.6-x86_64/egg/pip/vcs
copying build/lib/pip/vcs/mercurial.py -> build/bdist.macosx-10.6-x86_64/egg/pip/vcs
copying build/lib/pip/vcs/subversion.py -> build/bdist.macosx-10.6-x86_64/egg/pip/vcs
byte-compiling build/bdist.macosx-10.6-x86_64/egg/pip/__init__.py to __init__.pyc
byte-compiling build/bdist.macosx-10.6-x86_64/egg/pip/__main__.py to __main__.pyc
byte-compiling build/bdist.macosx-10.6-x86_64/egg/pip/backwardcompat/__init__.py to __init__.pyc
byte-compiling build/bdist.macosx-10.6-x86_64/egg/pip/backwardcompat/socket_create_connection.py to socket_create_connection.pyc
byte-compiling build/bdist.macosx-10.6-x86_64/egg/pip/backwardcompat/ssl_match_hostname.py to ssl_match_hostname.pyc
byte-compiling build/bdist.macosx-10.6-x86_64/egg/pip/basecommand.py to basecommand.pyc
byte-compiling build/bdist.macosx-10.6-x86_64/egg/pip/baseparser.py to baseparser.pyc
byte-compiling build/bdist.macosx-10.6-x86_64/egg/pip/cmdoptions.py to cmdoptions.pyc
byte-compiling build/bdist.macosx-10.6-x86_64/egg/pip/commands/__init__.py to __init__.pyc
byte-compiling build/bdist.macosx-10.6-x86_64/egg/pip/commands/bundle.py to bundle.pyc
byte-compiling build/bdist.macosx-10.6-x86_64/egg/pip/commands/completion.py to completion.pyc
byte-compiling build/bdist.macosx-10.6-x86_64/egg/pip/commands/freeze.py to freeze.pyc
byte-compiling build/bdist.macosx-10.6-x86_64/egg/pip/commands/help.py to help.pyc
byte-compiling build/bdist.macosx-10.6-x86_64/egg/pip/commands/install.py to install.pyc
byte-compiling build/bdist.macosx-10.6-x86_64/egg/pip/commands/list.py to list.pyc
byte-compiling build/bdist.macosx-10.6-x86_64/egg/pip/commands/search.py to search.pyc
byte-compiling build/bdist.macosx-10.6-x86_64/egg/pip/commands/show.py to show.pyc
byte-compiling build/bdist.macosx-10.6-x86_64/egg/pip/commands/uninstall.py to uninstall.pyc
byte-compiling build/bdist.macosx-10.6-x86_64/egg/pip/commands/unzip.py to unzip.pyc
byte-compiling build/bdist.macosx-10.6-x86_64/egg/pip/commands/zip.py to zip.pyc
byte-compiling build/bdist.macosx-10.6-x86_64/egg/pip/download.py to download.pyc
byte-compiling build/bdist.macosx-10.6-x86_64/egg/pip/exceptions.py to exceptions.pyc
byte-compiling build/bdist.macosx-10.6-x86_64/egg/pip/index.py to index.pyc
byte-compiling build/bdist.macosx-10.6-x86_64/egg/pip/locations.py to locations.pyc
byte-compiling build/bdist.macosx-10.6-x86_64/egg/pip/log.py to log.pyc
byte-compiling build/bdist.macosx-10.6-x86_64/egg/pip/req.py to req.pyc
byte-compiling build/bdist.macosx-10.6-x86_64/egg/pip/runner.py to runner.pyc
byte-compiling build/bdist.macosx-10.6-x86_64/egg/pip/status_codes.py to status_codes.pyc
byte-compiling build/bdist.macosx-10.6-x86_64/egg/pip/util.py to util.pyc
byte-compiling build/bdist.macosx-10.6-x86_64/egg/pip/vcs/__init__.py to __init__.pyc
byte-compiling build/bdist.macosx-10.6-x86_64/egg/pip/vcs/bazaar.py to bazaar.pyc
byte-compiling build/bdist.macosx-10.6-x86_64/egg/pip/vcs/git.py to git.pyc
byte-compiling build/bdist.macosx-10.6-x86_64/egg/pip/vcs/mercurial.py to mercurial.pyc
byte-compiling build/bdist.macosx-10.6-x86_64/egg/pip/vcs/subversion.py to subversion.pyc
creating build/bdist.macosx-10.6-x86_64/egg/EGG-INFO
copying pip.egg-info/PKG-INFO -> build/bdist.macosx-10.6-x86_64/egg/EGG-INFO
copying pip.egg-info/SOURCES.txt -> build/bdist.macosx-10.6-x86_64/egg/EGG-INFO
copying pip.egg-info/dependency_links.txt -> build/bdist.macosx-10.6-x86_64/egg/EGG-INFO
copying pip.egg-info/entry_points.txt -> build/bdist.macosx-10.6-x86_64/egg/EGG-INFO
copying pip.egg-info/not-zip-safe -> build/bdist.macosx-10.6-x86_64/egg/EGG-INFO
copying pip.egg-info/requires.txt -> build/bdist.macosx-10.6-x86_64/egg/EGG-INFO
copying pip.egg-info/top_level.txt -> build/bdist.macosx-10.6-x86_64/egg/EGG-INFO
creating dist
creating 'dist/pip-1.3.1-py2.7.egg' and adding 'build/bdist.macosx-10.6-x86_64/egg' to it
removing 'build/bdist.macosx-10.6-x86_64/egg' (and everything under it)
Processing pip-1.3.1-py2.7.egg
creating /usr/local/lib/python2.7/site-packages/pip-1.3.1-py2.7.egg
Extracting pip-1.3.1-py2.7.egg to /usr/local/lib/python2.7/site-packages
Adding pip 1.3.1 to easy-install.pth file
Installing pip script to /usr/local/Cellar/python/2.7.5/bin
Installing pip-2.7 script to /usr/local/Cellar/python/2.7.5/bin
Installed /usr/local/lib/python2.7/site-packages/pip-1.3.1-py2.7.egg
Processing dependencies for pip==1.3.1
Finished processing dependencies for pip==1.3.1
Jane:PyBitmessage jim$ brew doctor
Warning: An "autoconf" in your path blocks the Xcode-provided version at:
/opt/local/bin/autoconf
This custom autoconf may cause some Homebrew formulae to fail to compile.
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:
/sw/bin/apt-config
/opt/local/bin/freetype-config
/opt/local/bin/ncurses5-config
/opt/local/bin/ncursesw5-config
/opt/local/bin/pkg-config
/opt/local/bin/xml2-config
/opt/local/bin/xslt-config
/usr/local/MacGPG2/bin/gpg-error-config
/usr/local/MacGPG2/bin/ksba-config
/usr/local/MacGPG2/bin/libassuan-config
/usr/local/MacGPG2/bin/libgcrypt-config
/usr/local/MacGPG2/bin/libusb-config
/usr/local/MacGPG2/bin/pth-config
Warning: libiconv files detected at a system prefix other than /usr
Homebrew doesn't provide a libiconv formula, and expects to link against
the system version in /usr. libiconv in other prefixes can cause
compile or link failure, especially if compiled with improper
architectures. OS X itself never installs anything to /usr/local so
it was either installed by a user or some other third party software.
tl;dr: delete these files:
/usr/local/lib/libiconv.dylib
Warning: You may have installed MacGPG2 via the package installer.
Several other checks in this script will turn up problems, such as stray
dylibs in /usr/local and permissions issues with share and man in /usr/local/.
Warning: You have MacPorts or Fink installed:
/opt/local/bin/port, /sw/bin/fink
This can cause trouble. You don't have to uninstall them, but you may want to
temporarily move them out of the way, e.g.
sudo mv /opt/local ~/macports
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/libcharset.1.0.0.dylib
/usr/local/lib/libfontforge.1.0.0.dylib
/usr/local/lib/libgcrypt.11.5.1.dylib
/usr/local/lib/libgdraw.4.0.5.dylib
/usr/local/lib/libgioftp.1.0.0.dylib
/usr/local/lib/libgpg-error.0.5.0.dylib
/usr/local/lib/libgunicode.3.0.0.dylib
/usr/local/lib/libgutils.1.0.3.dylib
/usr/local/lib/libiconv.2.4.0.dylib
/usr/local/lib/libksba.8.9.5.dylib
/usr/local/lib/libpth.20.0.27.dylib
/usr/local/lib/libusb-0.1.4.4.4.dylib
/usr/local/lib/libusbpp-0.1.4.4.4.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/libcharset.la
/usr/local/lib/libfontforge.la
/usr/local/lib/libgdraw.la
/usr/local/lib/libgioftp.la
/usr/local/lib/libgunicode.la
/usr/local/lib/libgutils.la
/usr/local/lib/libiconv.la
/usr/local/lib/libksba.la
/usr/local/lib/libpth.la
/usr/local/lib/libusb.la
/usr/local/lib/libusbpp.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/fuse.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/libassuan-pth.a
/usr/local/lib/libassuan.a
Warning: /usr/bin occurs before /usr/local/bin
This means that system-provided programs will be used instead of those
provided by Homebrew. The following tools exist at both paths:
2to3
easy_install
idle
pydoc
python
python-config
pythonw
smtpd.py
Consider amending your PATH so that /usr/local/bin
occurs before /usr/bin in your PATH.
Warning: Homebrew's sbin was not found in your path.
Consider amending your PATH variable so it contains:
/usr/local/sbin
Warning: You have a non-Homebrew 'pkg-config' in your PATH:
/opt/local/bin/pkg-config
`./configure` may have problems finding brew-installed packages using
this other pkg-config.
Jane:PyBitmessage jim$ HOMEBREW_MAKE_JOBS=1 VERBOSE=1 brew install python 2>&1
Warning: It appears you have MacPorts or Fink installed.
Software installed with other package managers causes known problems for
Homebrew. If a formula fails to build, uninstall MacPorts/Fink and try again.
Warning: python-2.7.5 already installed
Jane:PyBitmessage jim$ brew doctor
Warning: An "autoconf" in your path blocks the Xcode-provided version at:
/opt/local/bin/autoconf
This custom autoconf may cause some Homebrew formulae to fail to compile.
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:
/sw/bin/apt-config
/opt/local/bin/freetype-config
/opt/local/bin/ncurses5-config
/opt/local/bin/ncursesw5-config
/opt/local/bin/pkg-config
/opt/local/bin/xml2-config
/opt/local/bin/xslt-config
/usr/local/MacGPG2/bin/gpg-error-config
/usr/local/MacGPG2/bin/ksba-config
/usr/local/MacGPG2/bin/libassuan-config
/usr/local/MacGPG2/bin/libgcrypt-config
/usr/local/MacGPG2/bin/libusb-config
/usr/local/MacGPG2/bin/pth-config
Warning: libiconv files detected at a system prefix other than /usr
Homebrew doesn't provide a libiconv formula, and expects to link against
the system version in /usr. libiconv in other prefixes can cause
compile or link failure, especially if compiled with improper
architectures. OS X itself never installs anything to /usr/local so
it was either installed by a user or some other third party software.
tl;dr: delete these files:
/usr/local/lib/libiconv.dylib
Warning: You may have installed MacGPG2 via the package installer.
Several other checks in this script will turn up problems, such as stray
dylibs in /usr/local and permissions issues with share and man in /usr/local/.
Warning: You have MacPorts or Fink installed:
/opt/local/bin/port, /sw/bin/fink
This can cause trouble. You don't have to uninstall them, but you may want to
temporarily move them out of the way, e.g.
sudo mv /opt/local ~/macports
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/libcharset.1.0.0.dylib
/usr/local/lib/libfontforge.1.0.0.dylib
/usr/local/lib/libgcrypt.11.5.1.dylib
/usr/local/lib/libgdraw.4.0.5.dylib
/usr/local/lib/libgioftp.1.0.0.dylib
/usr/local/lib/libgpg-error.0.5.0.dylib
/usr/local/lib/libgunicode.3.0.0.dylib
/usr/local/lib/libgutils.1.0.3.dylib
/usr/local/lib/libiconv.2.4.0.dylib
/usr/local/lib/libksba.8.9.5.dylib
/usr/local/lib/libpth.20.0.27.dylib
/usr/local/lib/libusb-0.1.4.4.4.dylib
/usr/local/lib/libusbpp-0.1.4.4.4.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/libcharset.la
/usr/local/lib/libfontforge.la
/usr/local/lib/libgdraw.la
/usr/local/lib/libgioftp.la
/usr/local/lib/libgunicode.la
/usr/local/lib/libgutils.la
/usr/local/lib/libiconv.la
/usr/local/lib/libksba.la
/usr/local/lib/libpth.la
/usr/local/lib/libusb.la
/usr/local/lib/libusbpp.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/fuse.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/libassuan-pth.a
/usr/local/lib/libassuan.a
Warning: /usr/bin occurs before /usr/local/bin
This means that system-provided programs will be used instead of those
provided by Homebrew. The following tools exist at both paths:
2to3
easy_install
idle
pydoc
python
python-config
pythonw
smtpd.py
Consider amending your PATH so that /usr/local/bin
occurs before /usr/bin in your PATH.
Warning: Homebrew's sbin was not found in your path.
Consider amending your PATH variable so it contains:
/usr/local/sbin
Warning: You have a non-Homebrew 'pkg-config' in your PATH:
/opt/local/bin/pkg-config
`./configure` may have problems finding brew-installed packages using
this other pkg-config.
Jane:PyBitmessage jim$ HOMEBREW_MAKE_JOBS=1 VERBOSE=1 brew install python 2>&1
Warning: It appears you have MacPorts or Fink installed.
Software installed with other package managers causes known problems for
Homebrew. If a formula fails to build, uninstall MacPorts/Fink and try again.
Warning: python-2.7.5 already installed
Jane:PyBitmessage jim$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment