Skip to content

Instantly share code, notes, and snippets.

@chriserik
Created February 14, 2012 14:05
Show Gist options
  • Select an option

  • Save chriserik/1826991 to your computer and use it in GitHub Desktop.

Select an option

Save chriserik/1826991 to your computer and use it in GitHub Desktop.
pyqwt - error
==> Downloading http://sourceforge.net/projects/pyqwt/files/pyqwt5/PyQwt-5.2.0/PyQwt-5.2.0.tar.gz
File already downloaded in /Users/christian/Library/Caches/Homebrew
/usr/bin/tar xf /Users/christian/Library/Caches/Homebrew/pyqwt-5.2.0.tar.gz
==> Patching
/usr/bin/patch -f -p0 -i 001-homebrew.diff
patching file configure/configure.py
==> python configure.py --module-install-path=/usr/local/Cellar/pyqwt/5.2.0/lib/python/PyQt4/Qwt5/ --sip-install-path=/usr/local/Cellar/pyqwt/5.2.0/share/sip/Qwt5/ --uic-install-path=/usr/local/Cellar/pyqwt/5.2.0/lib/python/PyQt4/ -Q ../qwt-5.2
python configure.py --module-install-path=/usr/local/Cellar/pyqwt/5.2.0/lib/python/PyQt4/Qwt5/ --sip-install-path=/usr/local/Cellar/pyqwt/5.2.0/share/sip/Qwt5/ --uic-install-path=/usr/local/Cellar/pyqwt/5.2.0/lib/python/PyQt4/ -Q ../qwt-5.2
Command line options:
{'debug': False,
'disable_numarray': False,
'disable_numeric': False,
'disable_numpy': False,
'excluded_features': [],
'extra_cflags': [],
'extra_cxxflags': [],
'extra_defines': [],
'extra_include_dirs': [],
'extra_lflags': [],
'extra_lib_dirs': [],
'extra_libs': [],
'jobs': '',
'module_install_path': '/usr/local/Cellar/pyqwt/5.2.0/lib/python/PyQt4/Qwt5/',
'modules': [],
'qt': 4,
'qwt_sources': '../qwt-5.2',
'sip_include_dirs': [],
'sip_install_path': '/usr/local/Cellar/pyqwt/5.2.0/share/sip/Qwt5/',
'subdirs': [],
'timelines': [],
'trace': '',
'uic_install_path': '/usr/local/Cellar/pyqwt/5.2.0/lib/python/PyQt4/'}
Requires at least PyQt-4.2 and its development tools.
==> Exit Status: 1
http://github.com/mxcl/homebrew/blob/master/Library/Formula/pyqwt.rb#L21
==> Environment
HOMEBREW_VERSION: 0.8.1
HEAD: 3c7a0f27c6774e20d9c69505295321439fce3a6a
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
Hardware: dual-core 64-bit penryn
OS X: 10.6.8
Kernel Architecture: i386
Xcode: 3.2.6
GCC-4.0: build 5494
GCC-4.2: build 5666
LLVM: build 2335
Clang: 1.7 build 77
MacPorts or Fink? false
X11 installed? true
System Ruby: 1.8.7-249
/usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby
Which Perl: /usr/bin/perl
Which Python: /usr/local/bin/python => /usr/local/Cellar/python/2.7.2/bin/python
Which Ruby: /usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby
==> Build Flags
CC: /usr/bin/gcc-4.2
CXX: /usr/bin/g++-4.2
LD: /usr/bin/gcc-4.2
CFLAGS: -O3 -w -pipe -march=core2 -msse4.1
CXXFLAGS: -O3 -w -pipe -march=core2 -msse4.1
MAKEFLAGS: -j2
Error: Failed executing: python configure.py --module-install-path=/usr/local/Cellar/pyqwt/5.2.0/lib/python/PyQt4/Qwt5/ --sip-install-path=/usr/local/Cellar/pyqwt/5.2.0/share/sip/Qwt5/ --uic-install-path=/usr/local/Cellar/pyqwt/5.2.0/lib/python/PyQt4/ -Q ../qwt-5.2
If `brew doctor' does not help diagnose the issue, please report the bug:
https://github.com/mxcl/homebrew/wiki/checklist-before-filing-a-new-issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment