Skip to content

Instantly share code, notes, and snippets.

@robmorgan
Created February 5, 2012 03:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save robmorgan/1742260 to your computer and use it in GitHub Desktop.
Save robmorgan/1742260 to your computer and use it in GitHub Desktop.
==> Installing wireshark dependency: libtasn1
==> Downloading http://ftpmirror.gnu.org/libtasn1/libtasn1-2.11.tar.gz
######################################################################## 100.0%
==> ./configure --prefix=/usr/local/Cellar/libtasn1/2.11
==> make install
/usr/local/Cellar/libtasn1/2.11: 48 files, 572K, built in 57 seconds
==> Installing wireshark dependency: gnutls
==> Downloading http://ftpmirror.gnu.org/gnutls/gnutls-2.12.16.tar.bz2
######################################################################## 100.0%
==> ./configure --disable-debug --disable-guile --disable-static --prefix=/usr/local/Cellar/gnutls/2.12.16 --with-libgcrypt --w
==> make install
/usr/local/Cellar/gnutls/2.12.16: 684 files, 6.0M, built in 4.6 minutes
==> Installing wireshark dependency: pcre
==> Downloading ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.21.tar.bz2
######################################################################## 100.0%
######################################################################## 100.0%==> ./configure --prefix=/usr/local/Cellar/pcre/8.21 --enable-utf8 --enable-unicode-properties --enable-pcregrep-libz --enable-
==> make test
==> make install
/usr/local/Cellar/pcre/8.21: 126 files, 3.0M, built in 77 seconds
==> Installing wireshark dependency: libffi
==> Downloading http://mirrors.kernel.org/sources.redhat.com/libffi/libffi-3.0.10.tar.gz
######################################################################## 100.0%
==> Downloading patches
######################################################################## 100.0%
######################################################################## 100.0%
==> Patching
patching file configure
patching file configure
==> ./configure --prefix=/usr/local/Cellar/libffi/3.0.10 --disable-debug
==> 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.
Some formulae require a newer version of libffi.
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/libffi/3.0.10/lib
CPPFLAGS -I/usr/local/Cellar/libffi/3.0.10/include
==> Summary
/usr/local/Cellar/libffi/3.0.10: 12 files, 484K, built in 27 seconds
==> Installing wireshark dependency: glib
==> Downloading ftp://ftp.gnome.org/pub/gnome/sources/glib/2.30/glib-2.30.2.tar.bz2
######################################################################## 100.0%
######################################################################## 100.0%==> Downloading patches
######################################################################## 100.0%
######################################################################## 100.0%
######################################################################## 100.0%
######################################################################## 100.0%
######################################################################## 100.0%
######################################################################## 100.0%
==> Patching
patching file configure
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.30.2 --disable-dtrace --disable-debug
######################################################################## 100.0%
==> ed - config.h < config.h.ed
==> make
==> make install
Error: Permission denied - /usr/local/share/locale/zh_TW/LC_MESSAGES/glib20.mo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment