Skip to content

Instantly share code, notes, and snippets.

@rentalcustard
Created February 24, 2011 15:41
Show Gist options
  • Save rentalcustard/842314 to your computer and use it in GitHub Desktop.
Save rentalcustard/842314 to your computer and use it in GitHub Desktop.
==> cmake . -DCMAKE_INSTALL_PREFIX='/usr/local/Cellar/kde-phonon/4.4.2' -DCMAKE_BUILD_TYPE=None -Wno-dev
-- 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/cc
-- Check for working C compiler: /usr/bin/cc -- 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/c++
-- Check for working CXX compiler: /usr/bin/c++ -- 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
-- Found Qt-Version 4.7.1 (using /usr/local/bin/qmake)
-- Looking for include files CMAKE_HAVE_PTHREAD_H
-- Looking for include files CMAKE_HAVE_PTHREAD_H - found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found-- Found Threads: TRUE
-- Warning: Phonon won't be compiled with DBus support.
-- Found Automoc4: /usr/local/bin/automoc4
-- Performing Test HAVE_FPIE_SUPPORT
-- Performing Test HAVE_FPIE_SUPPORT - Success
-- Performing Test __KDE_HAVE_W_OVERLOADED_VIRTUAL
-- Performing Test __KDE_HAVE_W_OVERLOADED_VIRTUAL - Success
-- Performing Test __KDE_HAVE_GCC_VISIBILITY
-- Performing Test __KDE_HAVE_GCC_VISIBILITY - Success
-- checking for module 'libpulse>=0.9.15'
-- package 'libpulse>=0.9.15' not found
-- checking for module 'libpulse-mainloop-glib'
-- package 'libpulse-mainloop-glib' not found
-- Could NOT find PulseAudio
-- checking for module 'glib-2.0'
-- package 'glib-2.0' not found
CMake Error at /usr/local/Cellar/cmake/2.8.3/share/cmake/Modules/FindPkgConfig.cmake:266 (message):
A required package was not found
Call Stack (most recent call first):
/usr/local/Cellar/cmake/2.8.3/share/cmake/Modules/FindPkgConfig.cmake:320 (_pkg_check_modules_internal)
cmake/FindGLIB2.cmake:16 (pkg_check_modules)
cmake/MacroOptionalFindPackage.cmake:19 (FIND_PACKAGE)
phonon/CMakeLists.txt:14 (macro_optional_find_package)
-- Could not find OPTIONAL package GLIB2
--
-----------------------------------------------------------------------------
-- The following OPTIONAL packages could NOT be located on your system.
-- Consider installing them to enable more features from this software.
+ PulseAudio: A cross-platform, networked sound server. <http://www.pulseaudio.org>
Allows audio playback via the PulseAudio soundserver when it is running
+ GLib2: GLib 2 is required to compile the pulseaudio for Phonon <http://www.gtk.org/download/>
-----------------------------------------------------------------------------
-- Configuring incomplete, errors occurred!
Exit status: 1
http://github.com/mxcl/homebrew/blob/master/Library/Formula/kde-phonon.rb#L20
==> Environment
HOMEBREW_VERSION: 0.7.1
HEAD: 3b9f1d1c7d7b9eb80092a12a6bf689810cc4005b
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
HOMEBREW_REPOSITORY: /usr/local
HOMEBREW_LIBRARY_PATH: /usr/local/Library/Homebrew
Hardware: dual-core 64-bit penryn
OS X: 10.6.6
Kernel Architecture: i386
Ruby: 1.8.7-174
/usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby
Xcode: 3.2.5
GCC-4.0: build 5494
GCC-4.2: build 5664
LLVM: build 2333
MacPorts or Fink? false
X11 installed? true
==> Build Flags
CC: /usr/bin/cc => /usr/bin/gcc-4.2
CXX: /usr/bin/c++ => /usr/bin/c++-4.2
LD: /usr/bin/cc => /usr/bin/gcc-4.2
CFLAGS: -O3 -march=core2 -msse4.1 -w -pipe
CXXFLAGS: -O3 -march=core2 -msse4.1 -w -pipe
MAKEFLAGS: -j2
Error: Failure while executing: cmake . -DCMAKE_INSTALL_PREFIX='/usr/local/Cellar/kde-phonon/4.4.2' -DCMAK
E_BUILD_TYPE=None -Wno-dev
Please follow the instructions to report this bug at:
https://github.com/mxcl/homebrew/wiki/new-issue
These existing issues may help you:
http://github.com/mxcl/homebrew/issues/#issue/4283
Also try:
`brew doctor` to check your setup for common problems.
`brew missing` to check installed packages for missing deps.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment