Skip to content

Instantly share code, notes, and snippets.

@kojiromike
Created April 18, 2012 15:09
Show Gist options
  • Save kojiromike/2414211 to your computer and use it in GitHub Desktop.
Save kojiromike/2414211 to your computer and use it in GitHub Desktop.
Homebrew 0.9
==> Upgrading glib
==> Downloading ftp://ftp.gnome.org/pub/gnome/sources/glib/2.30/glib-2.30.3.tar.xz
Already downloaded: /Users/smithm5/Library/Caches/Homebrew/glib-2.30.3.tar.xz
xz -dc "/Users/smithm5/Library/Caches/Homebrew/glib-2.30.3.tar.xz" | /usr/bin/tar xf -
==> Downloading patches
/usr/bin/curl -qf#LA Homebrew 0.9 (Ruby 1.8.7-249; Mac OS X 10.6.8) https://trac.macports.org/export/87537/trunk/dports/devel/glib2/files/patch-configure.diff -o 000-homebrew.diff https://trac.macports.org/export/87537/trunk/dports/devel/glib2/files/patch-glib-2.0.pc.in.diff -o 001-homebrew.diff https://trac.macports.org/export/87537/trunk/dports/devel/glib2/files/patch-glib_gunicollate.c.diff -o 002-homebrew.diff https://trac.macports.org/export/87537/trunk/dports/devel/glib2/files/patch-gi18n.h.diff -o 003-homebrew.diff https://trac.macports.org/export/87537/trunk/dports/devel/glib2/files/patch-gio_xdgmime_xdgmime.c.diff -o 004-homebrew.diff https://trac.macports.org/export/87537/trunk/dports/devel/glib2/files/patch-gio_gdbusprivate.c.diff -o 005-homebrew.diff --silent
==> Patching
/usr/bin/patch -f -p0 -i 000-homebrew.diff
patching file configure
Hunk #1 succeeded at 30564 (offset 79 lines).
Hunk #2 succeeded at 32336 (offset 74 lines).
Hunk #3 succeeded at 32373 (offset 74 lines).
Hunk #4 succeeded at 32409 (offset 74 lines).
Hunk #5 succeeded at 32551 (offset 74 lines).
Hunk #6 succeeded at 32597 (offset 74 lines).
Hunk #7 succeeded at 32609 (offset 74 lines).
Hunk #8 succeeded at 32621 (offset 74 lines).
/usr/bin/patch -f -p0 -i 001-homebrew.diff
patching file glib-2.0.pc.in
/usr/bin/patch -f -p0 -i 002-homebrew.diff
patching file glib/gunicollate.c
/usr/bin/patch -f -p0 -i 003-homebrew.diff
patching file glib/gi18n.h
/usr/bin/patch -f -p0 -i 004-homebrew.diff
patching file gio/xdgmime/xdgmime.c
/usr/bin/patch -f -p0 -i 005-homebrew.diff
patching file gio/gdbusprivate.c
Hunk #1 succeeded at 2059 (offset 71 lines).
==> ./configure --disable-dependency-tracking --disable-rebuilds --prefix=/usr/local/Cellar/glib/2.30.3 --disable-dtrace --disable-debug
./configure --disable-dependency-tracking --disable-rebuilds --prefix=/usr/local/Cellar/glib/2.30.3 --disable-dtrace --disable-debug
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ./install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking how to create a ustar tar archive... gnutar
checking whether to enable maintainer-specific portions of Makefiles... yes
checking whether make supports nested variables... yes
checking for gcc... /usr/bin/gcc-4.2
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /usr/bin/gcc-4.2 accepts -g... yes
checking for /usr/bin/gcc-4.2 option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of /usr/bin/gcc-4.2... none
checking how to run the C preprocessor... /usr/bin/gcc-4.2 -E
checking build system type... x86_64-apple-darwin10.8.0
checking host system type... x86_64-apple-darwin10.8.0
checking for the BeOS... no
checking for Win32... no
checking for Mac OS X Carbon support... yes
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking whether we are using the GNU C Library 2.1 or newer... no
checking whether to enable garbage collector friendliness... no
checking whether to disable memory pools... no
readlink: illegal option -- f
usage: readlink [-n] [file ...]
checking whether we are using the GNU C++ compiler... yes
checking whether /usr/bin/g++-4.2 accepts -g... yes
checking dependency style of /usr/bin/g++-4.2... none
checking for gcc... (cached) /usr/bin/gcc-4.2
checking whether we are using the GNU C compiler... (cached) yes
checking whether /usr/bin/gcc-4.2 accepts -g... (cached) yes
checking for /usr/bin/gcc-4.2 option to accept ISO C89... (cached) none needed
checking dependency style of /usr/bin/gcc-4.2... (cached) none
checking whether /usr/bin/gcc-4.2 and cc understand -c and -o together... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for pkg-config... /usr/local/bin/pkg-config
checking pkg-config is at least version 0.16... yes
checking for gawk... (cached) awk
checking for perl5... no
checking for perl... perl
checking for indent... indent
checking for perl... /usr/bin/perl
checking for a Python interpreter with version >= 2.5... python
checking for python... /usr/local/bin/python
checking for python version... 2.7
checking for python platform... darwin
checking for python script directory... ${prefix}/lib/python2.7/site-packages
checking for python extension module directory... ${exec_prefix}/lib/python2.7/site-packages
checking for iconv_open... no
checking for libiconv_open in -liconv... no
checking for iconv_open in -liconv... yes
checking whether to cache iconv descriptors... yes
checking for ZLIB... no
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for inflate in -lz... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for LIBFFI... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for LC_MESSAGES... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking for ngettext in libc... no
checking for bindtextdomain in -lintl... no
checking if -liconv is needed to use gettext...
checking for ngettext in -lintl... no
configure: error:
*** You must have either have gettext support in your C library, or use the
*** GNU gettext library. (http://www.gnu.org/software/gettext/gettext.html
==> Exit Status: 1
https://github.com/mxcl/master/blob/master/Library/Formula/glib.rb#L74
==> Build Environment
CPU: quad-core 64-bit core2
MacOS: 10.6.8-i386
Xcode: 3.2.6
CC: /usr/bin/gcc-4.2
CXX: /usr/bin/g++-4.2
LD: /usr/bin/gcc-4.2
CFLAGS: -Os -pipe -march=core2
CXXFLAGS: -Os -pipe -march=core2
CPPFLAGS: -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include
LDFLAGS: -L/usr/local/Cellar/libffi/3.0.11/lib -L/usr/local/Cellar/gettext/0.18.1.1/lib
MAKEFLAGS: -j4
PKG_CONFIG_PATH: /usr/local/Cellar/libffi/3.0.11/lib/pkgconfig
Error: Failed executing: ./configure --disable-dependency-tracking --disable-rebuilds --prefix=/usr/local/Cellar/glib/2.30.3 --disable-dtrace --disable-debug (glib.rb:74)
These existing issues may help you:
https://github.com/mxcl/homebrew/issues/11278
https://github.com/mxcl/homebrew/issues/11279
https://github.com/mxcl/homebrew/issues/11306
Otherwise, please report the bug:
https://github.com/mxcl/homebrew/wiki/reporting-bugs
We saved the configure log, please gist it if you report the issue:
~/Library/Logs/Homebrew/config.log
ln -s ../../Cellar/glib/2.30.2/etc/bash_completion.d/gsettings-bash-completion.sh gsettings-bash-completion.sh
ln -s ../../Cellar/glib/2.30.2/etc/bash_completion.d/gdbus-bash-completion.sh gdbus-bash-completion.sh
ln -s ../Cellar/glib/2.30.2/bin/gtester-report gtester-report
ln -s ../Cellar/glib/2.30.2/bin/gtester gtester
ln -s ../Cellar/glib/2.30.2/bin/gsettings gsettings
ln -s ../Cellar/glib/2.30.2/bin/gobject-query gobject-query
ln -s ../Cellar/glib/2.30.2/bin/glib-mkenums glib-mkenums
ln -s ../Cellar/glib/2.30.2/bin/glib-gettextize glib-gettextize
ln -s ../Cellar/glib/2.30.2/bin/glib-genmarshal glib-genmarshal
ln -s ../Cellar/glib/2.30.2/bin/glib-compile-schemas glib-compile-schemas
ln -s ../Cellar/glib/2.30.2/bin/gio-querymodules gio-querymodules
ln -s ../Cellar/glib/2.30.2/bin/gdbus-codegen gdbus-codegen
ln -s ../Cellar/glib/2.30.2/bin/gdbus gdbus
ln -s ../Cellar/glib/2.30.2/include/glib-2.0 glib-2.0
ln -s ../Cellar/glib/2.30.2/include/gio-unix-2.0 gio-unix-2.0
ln -s ../../../Cellar/glib/2.30.2/share/man/man1/gtester.1 gtester.1
ln -s ../../../Cellar/glib/2.30.2/share/man/man1/gtester-report.1 gtester-report.1
ln -s ../../../Cellar/glib/2.30.2/share/man/man1/gsettings.1 gsettings.1
ln -s ../../../Cellar/glib/2.30.2/share/man/man1/gobject-query.1 gobject-query.1
ln -s ../../../Cellar/glib/2.30.2/share/man/man1/glib-mkenums.1 glib-mkenums.1
ln -s ../../../Cellar/glib/2.30.2/share/man/man1/glib-gettextize.1 glib-gettextize.1
ln -s ../../../Cellar/glib/2.30.2/share/man/man1/glib-genmarshal.1 glib-genmarshal.1
ln -s ../../../Cellar/glib/2.30.2/share/man/man1/glib-compile-schemas.1 glib-compile-schemas.1
ln -s ../../../Cellar/glib/2.30.2/share/man/man1/gio-querymodules.1 gio-querymodules.1
ln -s ../../../Cellar/glib/2.30.2/share/man/man1/gdbus.1 gdbus.1
ln -s ../../../Cellar/glib/2.30.2/share/man/man1/gdbus-codegen.1 gdbus-codegen.1
ln -s ../../../../Cellar/glib/2.30.2/share/locale/zh_TW/LC_MESSAGES/glib20.mo glib20.mo
mkpath /usr/local/share/locale/zh_HK/LC_MESSAGES
ln -s ../../../../Cellar/glib/2.30.2/share/locale/zh_HK/LC_MESSAGES/glib20.mo glib20.mo
ln -s ../../../../Cellar/glib/2.30.2/share/locale/zh_CN/LC_MESSAGES/glib20.mo glib20.mo
mkpath /usr/local/share/locale/yi/LC_MESSAGES
ln -s ../../../../Cellar/glib/2.30.2/share/locale/yi/LC_MESSAGES/glib20.mo glib20.mo
mkpath /usr/local/share/locale/xh/LC_MESSAGES
ln -s ../../../../Cellar/glib/2.30.2/share/locale/xh/LC_MESSAGES/glib20.mo glib20.mo
mkpath /usr/local/share/locale/wa/LC_MESSAGES
ln -s ../../../../Cellar/glib/2.30.2/share/locale/wa/LC_MESSAGES/glib20.mo glib20.mo
ln -s ../../../../Cellar/glib/2.30.2/share/locale/vi/LC_MESSAGES/glib20.mo glib20.mo
ln -s ../../../../Cellar/glib/2.30.2/share/locale/uk/LC_MESSAGES/glib20.mo glib20.mo
mkpath /usr/local/share/locale/ug/LC_MESSAGES
ln -s ../../../../Cellar/glib/2.30.2/share/locale/ug/LC_MESSAGES/glib20.mo glib20.mo
mkpath /usr/local/share/locale/tt/LC_MESSAGES
ln -s ../../../../Cellar/glib/2.30.2/share/locale/tt/LC_MESSAGES/glib20.mo glib20.mo
ln -s ../../../../Cellar/glib/2.30.2/share/locale/tr/LC_MESSAGES/glib20.mo glib20.mo
mkpath /usr/local/share/locale/tl/LC_MESSAGES
ln -s ../../../../Cellar/glib/2.30.2/share/locale/tl/LC_MESSAGES/glib20.mo glib20.mo
mkpath /usr/local/share/locale/th/LC_MESSAGES
ln -s ../../../../Cellar/glib/2.30.2/share/locale/th/LC_MESSAGES/glib20.mo glib20.mo
mkpath /usr/local/share/locale/te/LC_MESSAGES
ln -s ../../../../Cellar/glib/2.30.2/share/locale/te/LC_MESSAGES/glib20.mo glib20.mo
mkpath /usr/local/share/locale/ta/LC_MESSAGES
ln -s ../../../../Cellar/glib/2.30.2/share/locale/ta/LC_MESSAGES/glib20.mo glib20.mo
ln -s ../../../../Cellar/glib/2.30.2/share/locale/sv/LC_MESSAGES/glib20.mo glib20.mo
mkpath /usr/local/share/locale/sr@latin/LC_MESSAGES
ln -s ../../../../Cellar/glib/2.30.2/share/locale/sr@latin/LC_MESSAGES/glib20.mo glib20.mo
mkpath /usr/local/share/locale/sr@ije/LC_MESSAGES
ln -s ../../../../Cellar/glib/2.30.2/share/locale/sr@ije/LC_MESSAGES/glib20.mo glib20.mo
mkpath /usr/local/share/locale/sr/LC_MESSAGES
ln -s ../../../../Cellar/glib/2.30.2/share/locale/sr/LC_MESSAGES/glib20.mo glib20.mo
mkpath /usr/local/share/locale/sq/LC_MESSAGES
ln -s ../../../../Cellar/glib/2.30.2/share/locale/sq/LC_MESSAGES/glib20.mo glib20.mo
mkpath /usr/local/share/locale/sl/LC_MESSAGES
ln -s ../../../../Cellar/glib/2.30.2/share/locale/sl/LC_MESSAGES/glib20.mo glib20.mo
ln -s ../../../../Cellar/glib/2.30.2/share/locale/sk/LC_MESSAGES/glib20.mo glib20.mo
mkpath /usr/local/share/locale/si/LC_MESSAGES
ln -s ../../../../Cellar/glib/2.30.2/share/locale/si/LC_MESSAGES/glib20.mo glib20.mo
mkpath /usr/local/share/locale/rw/LC_MESSAGES
ln -s ../../../../Cellar/glib/2.30.2/share/locale/rw/LC_MESSAGES/glib20.mo glib20.mo
ln -s ../../../../Cellar/glib/2.30.2/share/locale/ru/LC_MESSAGES/glib20.mo glib20.mo
ln -s ../../../../Cellar/glib/2.30.2/share/locale/ro/LC_MESSAGES/glib20.mo glib20.mo
ln -s ../../../../Cellar/glib/2.30.2/share/locale/pt_BR/LC_MESSAGES/glib20.mo glib20.mo
ln -s ../../../../Cellar/glib/2.30.2/share/locale/pt/LC_MESSAGES/glib20.mo glib20.mo
mkpath /usr/local/share/locale/ps/LC_MESSAGES
ln -s ../../../../Cellar/glib/2.30.2/share/locale/ps/LC_MESSAGES/glib20.mo glib20.mo
ln -s ../../../../Cellar/glib/2.30.2/share/locale/pl/LC_MESSAGES/glib20.mo glib20.mo
mkpath /usr/local/share/locale/pa/LC_MESSAGES
ln -s ../../../../Cellar/glib/2.30.2/share/locale/pa/LC_MESSAGES/glib20.mo glib20.mo
mkpath /usr/local/share/locale/or/LC_MESSAGES
ln -s ../../../../Cellar/glib/2.30.2/share/locale/or/LC_MESSAGES/glib20.mo glib20.mo
mkpath /usr/local/share/locale/oc/LC_MESSAGES
ln -s ../../../../Cellar/glib/2.30.2/share/locale/oc/LC_MESSAGES/glib20.mo glib20.mo
mkpath /usr/local/share/locale/nn/LC_MESSAGES
ln -s ../../../../Cellar/glib/2.30.2/share/locale/nn/LC_MESSAGES/glib20.mo glib20.mo
ln -s ../../../../Cellar/glib/2.30.2/share/locale/nl/LC_MESSAGES/glib20.mo glib20.mo
mkpath /usr/local/share/locale/ne/LC_MESSAGES
ln -s ../../../../Cellar/glib/2.30.2/share/locale/ne/LC_MESSAGES/glib20.mo glib20.mo
mkpath /usr/local/share/locale/nds/LC_MESSAGES
ln -s ../../../../Cellar/glib/2.30.2/share/locale/nds/LC_MESSAGES/glib20.mo glib20.mo
ln -s ../../../../Cellar/glib/2.30.2/share/locale/nb/LC_MESSAGES/glib20.mo glib20.mo
mkpath /usr/local/share/locale/ms/LC_MESSAGES
ln -s ../../../../Cellar/glib/2.30.2/share/locale/ms/LC_MESSAGES/glib20.mo glib20.mo
mkpath /usr/local/share/locale/mr/LC_MESSAGES
ln -s ../../../../Cellar/glib/2.30.2/share/locale/mr/LC_MESSAGES/glib20.mo glib20.mo
mkpath /usr/local/share/locale/mn/LC_MESSAGES
ln -s ../../../../Cellar/glib/2.30.2/share/locale/mn/LC_MESSAGES/glib20.mo glib20.mo
ln -s ../../../../Cellar/glib/2.30.2/share/locale/ml/LC_MESSAGES/glib20.mo glib20.mo
mkpath /usr/local/share/locale/mk/LC_MESSAGES
ln -s ../../../../Cellar/glib/2.30.2/share/locale/mk/LC_MESSAGES/glib20.mo glib20.mo
mkpath /usr/local/share/locale/mg/LC_MESSAGES
ln -s ../../../../Cellar/glib/2.30.2/share/locale/mg/LC_MESSAGES/glib20.mo glib20.mo
mkpath /usr/local/share/locale/mai/LC_MESSAGES
ln -s ../../../../Cellar/glib/2.30.2/share/locale/mai/LC_MESSAGES/glib20.mo glib20.mo
mkpath /usr/local/share/locale/lv/LC_MESSAGES
ln -s ../../../../Cellar/glib/2.30.2/share/locale/lv/LC_MESSAGES/glib20.mo glib20.mo
mkpath /usr/local/share/locale/lt/LC_MESSAGES
ln -s ../../../../Cellar/glib/2.30.2/share/locale/lt/LC_MESSAGES/glib20.mo glib20.mo
mkpath /usr/local/share/locale/ku/LC_MESSAGES
ln -s ../../../../Cellar/glib/2.30.2/share/locale/ku/LC_MESSAGES/glib20.mo glib20.mo
mkpath /usr/local/share/locale/ko/LC_MESSAGES
ln -s ../../../../Cellar/glib/2.30.2/share/locale/ko/LC_MESSAGES/glib20.mo glib20.mo
mkpath /usr/local/share/locale/kn/LC_MESSAGES
ln -s ../../../../Cellar/glib/2.30.2/share/locale/kn/LC_MESSAGES/glib20.mo glib20.mo
mkpath /usr/local/share/locale/kk/LC_MESSAGES
ln -s ../../../../Cellar/glib/2.30.2/share/locale/kk/LC_MESSAGES/glib20.mo glib20.mo
mkpath /usr/local/share/locale/ka/LC_MESSAGES
ln -s ../../../../Cellar/glib/2.30.2/share/locale/ka/LC_MESSAGES/glib20.mo glib20.mo
ln -s ../../../../Cellar/glib/2.30.2/share/locale/ja/LC_MESSAGES/glib20.mo glib20.mo
ln -s ../../../../Cellar/glib/2.30.2/share/locale/it/LC_MESSAGES/glib20.mo glib20.mo
mkpath /usr/local/share/locale/is/LC_MESSAGES
ln -s ../../../../Cellar/glib/2.30.2/share/locale/is/LC_MESSAGES/glib20.mo glib20.mo
ln -s ../../../../Cellar/glib/2.30.2/share/locale/id/LC_MESSAGES/glib20.mo glib20.mo
mkpath /usr/local/share/locale/hy/LC_MESSAGES
ln -s ../../../../Cellar/glib/2.30.2/share/locale/hy/LC_MESSAGES/glib20.mo glib20.mo
ln -s ../../../../Cellar/glib/2.30.2/share/locale/hu/LC_MESSAGES/glib20.mo glib20.mo
mkpath /usr/local/share/locale/hr/LC_MESSAGES
ln -s ../../../../Cellar/glib/2.30.2/share/locale/hr/LC_MESSAGES/glib20.mo glib20.mo
mkpath /usr/local/share/locale/hi/LC_MESSAGES
ln -s ../../../../Cellar/glib/2.30.2/share/locale/hi/LC_MESSAGES/glib20.mo glib20.mo
mkpath /usr/local/share/locale/he/LC_MESSAGES
ln -s ../../../../Cellar/glib/2.30.2/share/locale/he/LC_MESSAGES/glib20.mo glib20.mo
mkpath /usr/local/share/locale/gu/LC_MESSAGES
ln -s ../../../../Cellar/glib/2.30.2/share/locale/gu/LC_MESSAGES/glib20.mo glib20.mo
ln -s ../../../../Cellar/glib/2.30.2/share/locale/gl/LC_MESSAGES/glib20.mo glib20.mo
mkpath /usr/local/share/locale/ga/LC_MESSAGES
ln -s ../../../../Cellar/glib/2.30.2/share/locale/ga/LC_MESSAGES/glib20.mo glib20.mo
ln -s ../../../../Cellar/glib/2.30.2/share/locale/fr/LC_MESSAGES/glib20.mo glib20.mo
ln -s ../../../../Cellar/glib/2.30.2/share/locale/fi/LC_MESSAGES/glib20.mo glib20.mo
mkpath /usr/local/share/locale/fa/LC_MESSAGES
ln -s ../../../../Cellar/glib/2.30.2/share/locale/fa/LC_MESSAGES/glib20.mo glib20.mo
mkpath /usr/local/share/locale/eu/LC_MESSAGES
ln -s ../../../../Cellar/glib/2.30.2/share/locale/eu/LC_MESSAGES/glib20.mo glib20.mo
ln -s ../../../../Cellar/glib/2.30.2/share/locale/et/LC_MESSAGES/glib20.mo glib20.mo
ln -s ../../../../Cellar/glib/2.30.2/share/locale/es/LC_MESSAGES/glib20.mo glib20.mo
ln -s ../../../../Cellar/glib/2.30.2/share/locale/eo/LC_MESSAGES/glib20.mo glib20.mo
ln -s ../../../../Cellar/glib/2.30.2/share/locale/en_GB/LC_MESSAGES/glib20.mo glib20.mo
mkpath /usr/local/share/locale/en_CA/LC_MESSAGES
ln -s ../../../../Cellar/glib/2.30.2/share/locale/en_CA/LC_MESSAGES/glib20.mo glib20.mo
mkpath /usr/local/share/locale/en@shaw/LC_MESSAGES
ln -s ../../../../Cellar/glib/2.30.2/share/locale/en@shaw/LC_MESSAGES/glib20.mo glib20.mo
ln -s ../../../../Cellar/glib/2.30.2/share/locale/el/LC_MESSAGES/glib20.mo glib20.mo
mkpath /usr/local/share/locale/dz/LC_MESSAGES
ln -s ../../../../Cellar/glib/2.30.2/share/locale/dz/LC_MESSAGES/glib20.mo glib20.mo
ln -s ../../../../Cellar/glib/2.30.2/share/locale/de/LC_MESSAGES/glib20.mo glib20.mo
ln -s ../../../../Cellar/glib/2.30.2/share/locale/da/LC_MESSAGES/glib20.mo glib20.mo
mkpath /usr/local/share/locale/cy/LC_MESSAGES
ln -s ../../../../Cellar/glib/2.30.2/share/locale/cy/LC_MESSAGES/glib20.mo glib20.mo
ln -s ../../../../Cellar/glib/2.30.2/share/locale/cs/LC_MESSAGES/glib20.mo glib20.mo
mkpath /usr/local/share/locale/ca@valencia/LC_MESSAGES
ln -s ../../../../Cellar/glib/2.30.2/share/locale/ca@valencia/LC_MESSAGES/glib20.mo glib20.mo
ln -s ../../../../Cellar/glib/2.30.2/share/locale/ca/LC_MESSAGES/glib20.mo glib20.mo
mkpath /usr/local/share/locale/bs/LC_MESSAGES
ln -s ../../../../Cellar/glib/2.30.2/share/locale/bs/LC_MESSAGES/glib20.mo glib20.mo
mkpath /usr/local/share/locale/bn_IN/LC_MESSAGES
ln -s ../../../../Cellar/glib/2.30.2/share/locale/bn_IN/LC_MESSAGES/glib20.mo glib20.mo
mkpath /usr/local/share/locale/bn/LC_MESSAGES
ln -s ../../../../Cellar/glib/2.30.2/share/locale/bn/LC_MESSAGES/glib20.mo glib20.mo
mkpath /usr/local/share/locale/bg/LC_MESSAGES
ln -s ../../../../Cellar/glib/2.30.2/share/locale/bg/LC_MESSAGES/glib20.mo glib20.mo
mkpath /usr/local/share/locale/be@latin/LC_MESSAGES
ln -s ../../../../Cellar/glib/2.30.2/share/locale/be@latin/LC_MESSAGES/glib20.mo glib20.mo
ln -s ../../../../Cellar/glib/2.30.2/share/locale/be/LC_MESSAGES/glib20.mo glib20.mo
mkpath /usr/local/share/locale/az/LC_MESSAGES
ln -s ../../../../Cellar/glib/2.30.2/share/locale/az/LC_MESSAGES/glib20.mo glib20.mo
mkpath /usr/local/share/locale/ast/LC_MESSAGES
ln -s ../../../../Cellar/glib/2.30.2/share/locale/ast/LC_MESSAGES/glib20.mo glib20.mo
mkpath /usr/local/share/locale/as/LC_MESSAGES
ln -s ../../../../Cellar/glib/2.30.2/share/locale/as/LC_MESSAGES/glib20.mo glib20.mo
mkpath /usr/local/share/locale/ar/LC_MESSAGES
ln -s ../../../../Cellar/glib/2.30.2/share/locale/ar/LC_MESSAGES/glib20.mo glib20.mo
mkpath /usr/local/share/locale/am/LC_MESSAGES
ln -s ../../../../Cellar/glib/2.30.2/share/locale/am/LC_MESSAGES/glib20.mo glib20.mo
mkpath /usr/local/share/locale/af/LC_MESSAGES
ln -s ../../../../Cellar/glib/2.30.2/share/locale/af/LC_MESSAGES/glib20.mo glib20.mo
ln -s ../Cellar/glib/2.30.2/share/glib-2.0 glib-2.0
ln -s ../Cellar/glib/2.30.2/share/gdb gdb
ln -s ../../Cellar/glib/2.30.2/share/aclocal/gsettings.m4 gsettings.m4
ln -s ../../Cellar/glib/2.30.2/share/aclocal/glib-gettext.m4 glib-gettext.m4
ln -s ../../Cellar/glib/2.30.2/share/aclocal/glib-2.0.m4 glib-2.0.m4
ln -s ../../Cellar/glib/2.30.2/lib/pkgconfig/gthread-2.0.pc gthread-2.0.pc
ln -s ../../Cellar/glib/2.30.2/lib/pkgconfig/gobject-2.0.pc gobject-2.0.pc
ln -s ../../Cellar/glib/2.30.2/lib/pkgconfig/gmodule-no-export-2.0.pc gmodule-no-export-2.0.pc
ln -s ../../Cellar/glib/2.30.2/lib/pkgconfig/gmodule-export-2.0.pc gmodule-export-2.0.pc
ln -s ../../Cellar/glib/2.30.2/lib/pkgconfig/gmodule-2.0.pc gmodule-2.0.pc
ln -s ../../Cellar/glib/2.30.2/lib/pkgconfig/glib-2.0.pc glib-2.0.pc
ln -s ../../Cellar/glib/2.30.2/lib/pkgconfig/gio-unix-2.0.pc gio-unix-2.0.pc
ln -s ../../Cellar/glib/2.30.2/lib/pkgconfig/gio-2.0.pc gio-2.0.pc
ln -s ../Cellar/glib/2.30.2/lib/libgthread-2.0.dylib libgthread-2.0.dylib
ln -s ../Cellar/glib/2.30.2/lib/libgthread-2.0.0.dylib libgthread-2.0.0.dylib
ln -s ../Cellar/glib/2.30.2/lib/libgobject-2.0.dylib libgobject-2.0.dylib
ln -s ../Cellar/glib/2.30.2/lib/libgobject-2.0.0.dylib libgobject-2.0.0.dylib
ln -s ../Cellar/glib/2.30.2/lib/libgmodule-2.0.dylib libgmodule-2.0.dylib
ln -s ../Cellar/glib/2.30.2/lib/libgmodule-2.0.0.dylib libgmodule-2.0.0.dylib
ln -s ../Cellar/glib/2.30.2/lib/libglib-2.0.dylib libglib-2.0.dylib
ln -s ../Cellar/glib/2.30.2/lib/libglib-2.0.0.dylib libglib-2.0.0.dylib
ln -s ../Cellar/glib/2.30.2/lib/libgio-2.0.dylib libgio-2.0.dylib
ln -s ../Cellar/glib/2.30.2/lib/libgio-2.0.0.dylib libgio-2.0.0.dylib
ln -s ../Cellar/glib/2.30.2/lib/glib-2.0 glib-2.0
ln -s ../Cellar/glib/2.30.2/lib/gio gio
ln -s ../Cellar/glib/2.30.2/lib/gdbus-2.0 gdbus-2.0
ln -s ../../Cellar/glib/2.30.2 glib
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment