Skip to content

Instantly share code, notes, and snippets.

@cclauss
Last active December 18, 2015 01:08
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save cclauss/2c71a81cff17d5e45563 to your computer and use it in GitHub Desktop.
Error on brew install --with-python3 pyside
CCC-MacBook-Pro-3:cclauss$ brew doctor
Your system is ready to brew.
CCC-MacBook-Pro-3:cclauss$ brew install --with-python3 pyside pyside-tools
==> Installing pyside dependency: qt
==> Downloading https://downloads.sf.net/project/machomebrew/Bottles/qt-4.8.4.mountain_lion.bottle.1.tar.gz
######################################################################## 100.0%
==> Pouring qt-4.8.4.mountain_lion.bottle.1.tar.gz
==> Caveats
We agreed to the Qt opensource license for you.
If this is unacceptable you should uninstall.
==> Summary
🍺 /usr/local/Cellar/qt/4.8.4: 2781 files, 180M
==> Installing pyside dependency: shiboken
==> Downloading http://qt-project.org/uploads/pyside/shiboken-1.1.2.tar.bz2
Already downloaded: /Library/Caches/Homebrew/shiboken-1.1.2.tar.bz2
==> cmake -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/shiboken/1.1.2 -DCMAKE_BUILD_TYPE=None -DCMAKE_FIND_FRAMEWORK=LAST -Wno-dev -DBUILD_TESTS=OFF -DPYTHON_INCLUDE_DIR=
==> make install
==> cmake -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/shiboken/1.1.2 -DCMAKE_BUILD_TYPE=None -DCMAKE_FIND_FRAMEWORK=LAST -Wno-dev -DBUILD_TESTS=OFF -DPYTHON3_INCLUDE_DIR
==> make install
==> Caveats
If you build software that uses the pkgconfig file, and you want
shiboken with Python 3.x support: Please, instead of 'shiboken.pc', use:
/usr/local/lib/pkgconfig/shiboken-py3.pc
==> Summary
🍺 /usr/local/Cellar/shiboken/1.1.2: 35 files, 3.3M, built in 68 seconds
==> Installing pyside
==> Downloading http://qt-project.org/uploads/pyside/pyside-qt4.8+1.1.2.tar.bz2
Already downloaded: /Library/Caches/Homebrew/pyside-1.1.2.tar.bz2
==> cmake -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/pyside/1.1.2 -DCMAKE_BUILD_TYPE=None -DCMAKE_FIND_FRAMEWORK=LAST -Wno-dev -DSITE_PACKAGE=/usr/local/Cellar/pyside/1
==> make
==> make install
==> cmake -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/pyside/1.1.2 -DCMAKE_BUILD_TYPE=None -DCMAKE_FIND_FRAMEWORK=LAST -Wno-dev -DSITE_PACKAGE=/usr/local/Cellar/pyside/1
-- Checking for QSslKey in QtNetwork -- found
-- Checking for QSslSocket in QtNetwork -- found
-- Checking for VideoCaptureDevice in phonon -- not found
-- QT_SRC_DIR variable not set or graphviz not found, apidoc generation targets disabled.
-- Configuring incomplete, errors occurred!
READ THIS: https://github.com/mxcl/homebrew/wiki/troubleshooting
CCC-MacBook-Pro-3:cclauss$ brew doctor
Your system is ready to brew.
CCC-MacBook-Pro-3:cclauss$ brew --config
HOMEBREW_VERSION: 0.9.4
ORIGIN: https://github.com/mxcl/homebrew
HEAD: bac0d416e725f415b531813c3b93355e94d67635
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
CPU: 8-core 64-bit sandybridge
OS X: 10.8.3-x86_64
Xcode: 4.6.2
CLT: 4.6.0.0.1.1365549073
LLVM-GCC: build 2336
Clang: 4.2 build 425
X11: 2.7.4 => /opt/X11
System Ruby: 1.8.7-358
Perl: /usr/bin/perl
Python: /usr/local/bin/python => /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/bin/python2.7
Ruby: /usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby
CCC-MacBook-Pro-3:cclauss$ clang --version
Apple LLVM version 4.2 (clang-425.0.28) (based on LLVM 3.2svn)
Target: x86_64-apple-darwin12.3.0
Thread model: posix
CCC-MacBook-Pro-3:cclauss$ xcrun clang --version
Apple LLVM version 4.2 (clang-425.0.28) (based on LLVM 3.2svn)
Target: x86_64-apple-darwin12.3.0
Thread model: posix
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment