Last active
May 11, 2016 10:17
-
-
Save koic/5104a190c3f3f997056b to your computer and use it in GitHub Desktop.
Install log of rabbit 2.1.8 on Mac OS X (10.9)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ ruby -v ✖ ✹ ✭ | |
ruby 2.2.0p0 (2014-12-25 revision 49005) [x86_64-darwin13] | |
$ PKG_CONFIG_PATH=/usr/local/opt/libffi/lib/pkgconfig gem install rabbit | |
Fetching: glib2-3.0.5.gem (100%) | |
Building native extensions. This could take a while... | |
Successfully installed glib2-3.0.5 | |
Fetching: gobject-introspection-3.0.5.gem (100%) | |
Building native extensions. This could take a while... | |
Successfully installed gobject-introspection-3.0.5 | |
Fetching: gio2-3.0.5.gem (100%) | |
Building native extensions. This could take a while... | |
Successfully installed gio2-3.0.5 | |
Fetching: atk-3.0.5.gem (100%) | |
Building native extensions. This could take a while... | |
Successfully installed atk-3.0.5 | |
Fetching: cairo-1.14.3.gem (100%) | |
Building native extensions. This could take a while... | |
Successfully installed cairo-1.14.3 | |
Fetching: pango-3.0.5.gem (100%) | |
Building native extensions. This could take a while... | |
Successfully installed pango-3.0.5 | |
Fetching: gdk_pixbuf2-3.0.5.gem (100%) | |
Building native extensions. This could take a while... | |
Successfully installed gdk_pixbuf2-3.0.5 | |
Fetching: gtk2-3.0.5.gem (100%) | |
Building native extensions. This could take a while... | |
Successfully installed gtk2-3.0.5 | |
Fetching: rsvg2-3.0.5.gem (100%) | |
Building native extensions. This could take a while... | |
Successfully installed rsvg2-3.0.5 | |
Fetching: poppler-3.0.5.gem (100%) | |
Building native extensions. This could take a while... | |
Successfully installed poppler-3.0.5 | |
Fetching: hikidoc-0.1.0.gem (100%) | |
Successfully installed hikidoc-0.1.0 | |
Fetching: rdtool-0.6.38.gem (100%) | |
Successfully installed rdtool-0.6.38 | |
Fetching: rttool-1.0.3.0.gem (100%) | |
Successfully installed rttool-1.0.3.0 | |
Fetching: locale-2.1.2.gem (100%) | |
Successfully installed locale-2.1.2 | |
Fetching: text-1.3.1.gem (100%) | |
Successfully installed text-1.3.1 | |
Fetching: gettext-3.1.7.gem (100%) | |
Successfully installed gettext-3.1.7 | |
Fetching: rabbit-2.1.8.gem (100%) | |
Successfully installed rabbit-2.1.8 | |
Parsing documentation for glib2-3.0.5 | |
Installing ri documentation for glib2-3.0.5 | |
Parsing documentation for gobject-introspection-3.0.5 | |
Installing ri documentation for gobject-introspection-3.0.5 | |
Parsing documentation for gio2-3.0.5 | |
Installing ri documentation for gio2-3.0.5 | |
Parsing documentation for atk-3.0.5 | |
Installing ri documentation for atk-3.0.5 | |
Parsing documentation for cairo-1.14.3 | |
Installing ri documentation for cairo-1.14.3 | |
Parsing documentation for pango-3.0.5 | |
Installing ri documentation for pango-3.0.5 | |
Parsing documentation for gdk_pixbuf2-3.0.5 | |
Installing ri documentation for gdk_pixbuf2-3.0.5 | |
Parsing documentation for gtk2-3.0.5 | |
Installing ri documentation for gtk2-3.0.5 | |
Parsing documentation for rsvg2-3.0.5 | |
Installing ri documentation for rsvg2-3.0.5 | |
Parsing documentation for poppler-3.0.5 | |
Installing ri documentation for poppler-3.0.5 | |
Parsing documentation for hikidoc-0.1.0 | |
Installing ri documentation for hikidoc-0.1.0 | |
Parsing documentation for rdtool-0.6.38 | |
Installing ri documentation for rdtool-0.6.38 | |
Parsing documentation for rttool-1.0.3.0 | |
Installing ri documentation for rttool-1.0.3.0 | |
Parsing documentation for locale-2.1.2 | |
Installing ri documentation for locale-2.1.2 | |
Parsing documentation for text-1.3.1 | |
Installing ri documentation for text-1.3.1 | |
Parsing documentation for gettext-3.1.7 | |
Installing ri documentation for gettext-3.1.7 | |
Parsing documentation for rabbit-2.1.8 | |
Installing ri documentation for rabbit-2.1.8 | |
Done installing documentation for glib2, gobject-introspection, gio2, atk, cairo, pango, gdk_pixbuf2, gtk2, rsvg2, poppler, hikidoc, rdtool, rttool, locale, text, gettext, rabbit after 20 seconds | |
17 gems installed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment