Skip to content

Instantly share code, notes, and snippets.

@mtheoryx
Created September 19, 2011 21:47
Show Gist options
  • Save mtheoryx/1227711 to your computer and use it in GitHub Desktop.
Save mtheoryx/1227711 to your computer and use it in GitHub Desktop.
shoes rake osx:deps:install output
davpoind @ DRP-iMac:~/dev/shoes_test/shoes [git:develop]
→: rake osx:deps:install
git fetch shoes
git merge shoes/shoes
Already up-to-date.
brew install cairo
==> Installing cairo dependency: pkg-config
==> Downloading http://pkg-config.freedesktop.org/releases/pkg-config-0.25.tar.gz
######################################################################## 100.0%
==> ./configure --disable-debug --prefix=/usr/local/Cellar/pkg-config/0.25 --with-pc-path=/usr/local/lib/pkgconfig:/usr/lib/pkgconfig:/usr/X11/lib/pkgconfig
==> make install
Warning: m4 macros were installed to "share/aclocal".
Homebrew does not append "/usr/local/share/aclocal"
to "/usr/share/aclocal/dirlist". If an autoconf script you use
requires these m4 macros, you'll need to add this path manually.
==> Summary
/usr/local/Cellar/pkg-config/0.25: 8 files, 232K, built in 19 seconds
==> Installing cairo dependency: pixman
==> Downloading http://cairographics.org/releases/pixman-0.22.0.tar.gz
######################################################################## 100.0%
==> ./configure --prefix=/usr/local/Cellar/pixman/0.22.0 --enable-gtk=no
==> make install
/usr/local/Cellar/pixman/0.22.0: 9 files, 1.1M, built in 18 seconds
==> Installing cairo
==> Downloading http://www.cairographics.org/releases/cairo-1.10.2.tar.gz
######################################################################## 100.0%
==> ./configure --prefix=/usr/local/Cellar/cairo/1.10.2 --with-x
==> make install
==> Caveats
This formula is keg-only, so it was not symlinked into /usr/local.
Mac OS X already provides this program and installing another version in
parallel can cause all kinds of trouble.
The Cairo provided by Leopard is too old for newer software to link against.
Generally there are no consequences of this for you.
If you build your own software and it requires this formula, you'll need
to add its lib & include paths to your build variables:
LDFLAGS -L/usr/local/Cellar/cairo/1.10.2/lib
CPPFLAGS -I/usr/local/Cellar/cairo/1.10.2/include
==> Summary
/usr/local/Cellar/cairo/1.10.2: 91 files, 6.5M, built in 86 seconds
brew link cairo
Linking /usr/local/Cellar/cairo/1.10.2... 21 symlinks created
brew install pango
==> Installing pango dependency: gettext
==> Downloading http://ftpmirror.gnu.org/gettext/gettext-0.18.1.1.tar.gz
######################################################################## 100.0%
==> Downloading patches
######################################################################## 100.0%
######################################################################## 100.0%
==> Patching
patching file gettext-tools/configure
patching file gettext-tools/Makefile.in
==> ./configure --disable-debug --prefix=/usr/local/Cellar/gettext/0.18.1.1 --without-included-gettext --without-included-glib --without-included-libcroco --without-included-li
==> make
==> make install
==> Caveats
This formula is keg-only, so it was not symlinked into /usr/local.
OS X provides the BSD gettext library and some software gets confused if both are in the library path.
Generally there are no consequences of this for you.
If you build your own software and it requires this formula, you'll need
to add its lib & include paths to your build variables:
LDFLAGS -L/usr/local/Cellar/gettext/0.18.1.1/lib
CPPFLAGS -I/usr/local/Cellar/gettext/0.18.1.1/include
==> Summary
/usr/local/Cellar/gettext/0.18.1.1: 368 files, 13M, built in 2.2 minutes
==> Installing pango dependency: glib
==> Downloading ftp://ftp.gnome.org/pub/gnome/sources/glib/2.28/glib-2.28.8.tar.bz2
######################################################################## 100.0%
######################################################################## 100.0%==> Downloading patches
######################################################################## 100.0%
######################################################################## 100.0%
######################################################################## 100.0%
######################################################################## 100.0%
######################################################################## 100.0%
######################################################################## 100.0%
==> Patching
patching file configure.ac
patching file glib-2.0.pc.in
patching file glib/gunicollate.c
patching file glib/gi18n.h
patching file gio/xdgmime/xdgmime.c
patching file gio/gdbusprivate.c
patching file glib/gconvert.c
==> ./configure --disable-rebuilds --prefix=/usr/local/Cellar/glib/2.28.8 --disable-debug
######################################################################## 100.0%
==> ed - config.h < config.h.ed
==> make
==> make install
Warning: m4 macros were installed to "share/aclocal".
Homebrew does not append "/usr/local/share/aclocal"
to "/usr/share/aclocal/dirlist". If an autoconf script you use
requires these m4 macros, you'll need to add this path manually.
==> Summary
/usr/local/Cellar/glib/2.28.8: 348 files, 11M, built in 82 seconds
==> Installing pango
==> Downloading http://ftp.gnome.org/pub/GNOME/sources/pango/1.28/pango-1.28.4.tar.bz2
######################################################################## 100.0%
==> ./configure --prefix=/usr/local/Cellar/pango/1.28.4 --without-x
==> make install
/usr/local/Cellar/pango/1.28.4: 120 files, 3.7M, built in 35 seconds
brew install jpeg
==> Downloading http://www.ijg.org/files/jpegsrc.v8c.tar.gz
######################################################################## 100.0%
==> ./configure --prefix=/usr/local/Cellar/jpeg/8c
==> make install
/usr/local/Cellar/jpeg/8c: 17 files, 1.4M, built in 14 seconds
brew install giflib
==> Downloading http://downloads.sourceforge.net/project/giflib/giflib%204.x/giflib-4.1.6/giflib-4.1.6.tar.bz2
######################################################################## 100.0%
==> ./configure --prefix=/usr/local/Cellar/giflib/4.1.6 --disable-debug
==> make install
/usr/local/Cellar/giflib/4.1.6: 36 files, 688K, built in 12 seconds
brew install portaudio
Warning: Building with LLVM, but this formula is reported to not work with LLVM:
(No specific reason was given)
We are continuing anyway so if the build succeeds, please open a ticket with
the following information: 2335-10.7. So
that we can update the formula accordingly. Thanks!
If it doesn't work you can: brew install --use-gcc
==> Downloading http://www.portaudio.com/archives/pa_stable_v19_20071207.tar.gz
######################################################################## 100.0%
==> Downloading patches
######################################################################## 100.0%
######################################################################## 100.0%
######################################################################## 100.0%
==> Patching
patching file configure
patching file src/hostapi/coreaudio/pa_mac_core.c
patching file src/common/pa_types.h
==> ./configure --prefix=/usr/local/Cellar/portaudio/19.20071207 --disable-debug
==> make install
/usr/local/Cellar/portaudio/19.20071207: 7 files, 304K, built in 11 seconds
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment