Skip to content

Instantly share code, notes, and snippets.

@hawesie
Created February 9, 2012 13:51
Show Gist options
  • Save hawesie/1780127 to your computer and use it in GitHub Desktop.
Save hawesie/1780127 to your computer and use it in GitHub Desktop.
brew shiboken install failure
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/libmacfuse_i32.2.dylib
/usr/local/lib/libmacfuse_i64.2.dylib
/usr/local/lib/libosxfuse_i32.2.dylib
/usr/local/lib/libosxfuse_i64.2.dylib
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/osxfuse.pc
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/libosxfuse_i32.la
/usr/local/lib/libosxfuse_i64.la
==> Downloading http://pyside.org/files/shiboken-1.1.0.tar.bz2
File already downloaded in /Users/nah/Library/Caches/Homebrew
/usr/bin/tar xf /Users/nah/Library/Caches/Homebrew/shiboken-1.1.0.tar.bz2
==> cmake . -DCMAKE_INSTALL_PREFIX='/usr/local/Cellar/shiboken/1.1.0' -DCMAKE_BUILD_TYPE=None -Wno-dev -DBUILD_TESTS=OFF
cmake . -DCMAKE_INSTALL_PREFIX='/usr/local/Cellar/shiboken/1.1.0' -DCMAKE_BUILD_TYPE=None -Wno-dev -DBUILD_TESTS=OFF
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Checking whether C compiler has -isysroot
-- Checking whether C compiler has -isysroot - yes
-- Checking whether C compiler supports OSX deployment target flag
-- Checking whether C compiler supports OSX deployment target flag - yes
-- Check for working C compiler: /usr/bin/llvm-gcc
-- Check for working C compiler: /usr/bin/llvm-gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Checking whether CXX compiler has -isysroot
-- Checking whether CXX compiler has -isysroot - yes
-- Checking whether CXX compiler supports OSX deployment target flag
-- Checking whether CXX compiler supports OSX deployment target flag - yes
-- Check for working CXX compiler: /usr/bin/llvm-g++
-- Check for working CXX compiler: /usr/bin/llvm-g++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Looking for Q_WS_X11
-- Looking for Q_WS_X11 - not found.
-- Looking for Q_WS_WIN
-- Looking for Q_WS_WIN - not found.
-- Looking for Q_WS_QWS
-- Looking for Q_WS_QWS - not found.
-- Looking for Q_WS_MAC
-- Looking for Q_WS_MAC - found
-- Looking for QT_MAC_USE_COCOA
-- Looking for QT_MAC_USE_COCOA - found
-- Found Qt4: /usr/local/bin/qmake (found suitable version "4.8.0", required is "4.5.0")
-- Found PythonLibs: /usr/lib/libpython2.7.dylib (Required is at least version "2.6")
-- sphinx-build - not found! doc target disabled
-- Configuring done
-- Generating done
-- Build files have been written to: /tmp/homebrew-shiboken-1.1.0-mq57/shiboken-1.1.0
==> make install
make install
Scanning dependencies of target libshiboken
Scanning dependencies of target shiboken_generator
[ 5%] [ 10%] Building CXX object libshiboken/CMakeFiles/libshiboken.dir/basewrapper.cpp.o
Building CXX object generator/CMakeFiles/shiboken_generator.dir/cppgenerator.cpp.o
[ 15%] Building CXX object libshiboken/CMakeFiles/libshiboken.dir/gilstate.cpp.o
[ 20%] Building CXX object libshiboken/CMakeFiles/libshiboken.dir/helper.cpp.o
[ 25%] Building CXX object libshiboken/CMakeFiles/libshiboken.dir/sbkconverter.cpp.o
[ 30%] Building CXX object libshiboken/CMakeFiles/libshiboken.dir/sbkenum.cpp.o
[ 35%] Building CXX object libshiboken/CMakeFiles/libshiboken.dir/sbkmodule.cpp.o
[ 40%] Building CXX object libshiboken/CMakeFiles/libshiboken.dir/sbkstring.cpp.o
[ 45%] Building CXX object libshiboken/CMakeFiles/libshiboken.dir/bindingmanager.cpp.o
[ 50%] Building CXX object libshiboken/CMakeFiles/libshiboken.dir/threadstatesaver.cpp.o
[ 55%] Building CXX object libshiboken/CMakeFiles/libshiboken.dir/typeresolver.cpp.o
[ 60%] Building CXX object libshiboken/CMakeFiles/libshiboken.dir/shibokenbuffer.cpp.o
Linking CXX shared library libshiboken-python2.7.dylib
[ 60%] Built target libshiboken
[ 65%] Building CXX object generator/CMakeFiles/shiboken_generator.dir/headergenerator.cpp.o
[ 70%] Building CXX object generator/CMakeFiles/shiboken_generator.dir/overloaddata.cpp.o
[ 75%] Building CXX object generator/CMakeFiles/shiboken_generator.dir/shiboken.cpp.o
[ 80%] Building CXX object generator/CMakeFiles/shiboken_generator.dir/shibokengenerator.cpp.o
[ 85%] Building CXX object generator/CMakeFiles/shiboken_generator.dir/shibokennormalize.cpp.o
Linking CXX shared library shiboken_generator.dylib
[ 85%] Built target shiboken_generator
[ 90%] Scanning dependencies of target shiboken
Running generator for 'shiboken'...
dyld: Library not loaded: libgenrunner.0.6.dylib
Referenced from: /usr/local/Cellar/generatorr[ 95%] unner/0.6.16/bin/generatorrunner
Reason: image not found
Building CXX object generator/CMakeFiles/shiboken.dir/main.cpp.o
/bin/sh: line 1: 81419 Trace/BPT trap: 5 /usr/local/Cellar/generatorrunner/0.6.16/bin/generatorrunner --project-file=/tmp/homebrew-shiboken-1.1.0-mq57/shiboken-1.1.0/shibokenmodule/shibokenmodule.txt
make[2]: *** [shibokenmodule/shiboken/shiboken_module_wrapper.cpp] Error 133
make[1]: *** [shibokenmodule/CMakeFiles/shibokenmodule.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
Linking CXX executable shiboken
[ 95%] Built target shiboken
make: *** [all] Error 2
==> Exit Status: 2
http://github.com/mxcl/homebrew/blob/master/Library/Formula/shiboken.rb#L16
==> Environment
HOMEBREW_VERSION: 0.8.1
HEAD: 6cd5476d268e130e5ccffb3c46b60dd200a45d8e
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
Hardware: dual-core 64-bit penryn
OS X: 10.7.3
Kernel Architecture: x86_64
Xcode: 4.1
GCC-4.0: N/A
GCC-4.2: build 5666
LLVM: build 2335
Clang: 2.1 build 163
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/bin/python
Which Ruby: /usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby
==> Build Flags
CC: /usr/bin/llvm-gcc => /usr/llvm-gcc-4.2/bin/llvm-gcc-4.2
CXX: /usr/bin/llvm-g++ => /usr/llvm-gcc-4.2/bin/llvm-g++-4.2
LD: /usr/bin/llvm-gcc => /usr/llvm-gcc-4.2/bin/llvm-gcc-4.2
CFLAGS: -O3 -w -pipe -march=core2 -msse4.1
CXXFLAGS: -O3 -w -pipe -march=core2 -msse4.1
MAKEFLAGS: -j2
Error: Failed executing: make install
^C/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/net/http.rb:560:in `initialize': Interrupt
from /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/net/http.rb:560:in `open'
from /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/net/http.rb:560:in `connect'
from /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/timeout.rb:53:in `timeout'
from /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/timeout.rb:93:in `timeout'
from /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/net/http.rb:560:in `connect'
from /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/net/http.rb:553:in `do_start'
from /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/net/http.rb:542:in `start'
from /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/open-uri.rb:242:in `open_http'
from /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/open-uri.rb:616:in `buffer_open'
from /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/open-uri.rb:164:in `open_loop'
from /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/open-uri.rb:162:in `catch'
from /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/open-uri.rb:162:in `open_loop'
from /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/open-uri.rb:132:in `open_uri'
from /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/open-uri.rb:518:in `open'
from /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/open-uri.rb:30:in `open'
from /usr/local/Library/Homebrew/utils.rb:420:in `issues_for_formula'
from /usr/local/bin/brew:124
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment