Skip to content

Instantly share code, notes, and snippets.

@To1ne
Created December 12, 2009 10:35
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 To1ne/254841 to your computer and use it in GitHub Desktop.
Save To1ne/254841 to your computer and use it in GitHub Desktop.
==> Build Environment
PATH: /usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin
CFLAGS: -O4 -march=core2 -mmmx -msse4.1 -w -pipe
MAKEFLAGS: -j2
CC: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2
CXX: /Developer/usr/llvm-gcc-4.2/bin/llvm-g++-4.2
==> Downloading http://downloads.sourceforge.net/project/klavaro/klavaro-1.4.0.tar.bz2
File already downloaded and cached to /Users/toine/Library/Caches/Homebrew
/usr/bin/tar xf /Users/toine/Library/Caches/Homebrew/klavaro-1.4.0.tar.bz2
==> ./configure --prefix=/usr/local/Cellar/klavaro/1.4.0 --disable-debug --disable-dependency-tracking
./configure --prefix=/usr/local/Cellar/klavaro/1.4.0 --disable-debug --disable-dependency-tracking
configure: WARNING: unrecognized options: --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 for style of include used by make... GNU
checking for gcc... /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 accepts -g... yes
checking for /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 option to accept ISO C89... none needed
checking dependency style of /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2... none
checking for library containing strerror... none required
checking for gcc... (cached) /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2
checking whether we are using the GNU C compiler... (cached) yes
checking whether /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 accepts -g... (cached) yes
checking for /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 option to accept ISO C89... (cached) none needed
checking dependency style of /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2... (cached) none
checking whether make sets $(MAKE)... (cached) yes
checking for gtk-builder-convert... gtk-builder-convert
checking how to run the C preprocessor... /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
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 locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for pkg-config... /usr/local/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for PACKAGE... yes
checking for gtk_databox_new in -lgtkdatabox... no
checking for curl_global_init in -lcurl... yes
checking for locale.h... (cached) yes
checking for LC_MESSAGES... yes
checking libintl.h usability... no
checking libintl.h presence... no
checking for libintl.h... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating po/Makefile.in
config.status: creating doc/Makefile
config.status: creating data/Makefile
config.status: creating data/icons/Makefile
config.status: creating data/icons/hicolor/Makefile
config.status: creating data/icons/hicolor/16x16/Makefile
config.status: creating data/icons/hicolor/16x16/apps/Makefile
config.status: creating data/icons/hicolor/22x22/Makefile
config.status: creating data/icons/hicolor/22x22/apps/Makefile
config.status: creating data/icons/hicolor/24x24/Makefile
config.status: creating data/icons/hicolor/24x24/apps/Makefile
config.status: creating data/icons/hicolor/32x32/Makefile
config.status: creating data/icons/hicolor/32x32/apps/Makefile
config.status: creating data/icons/hicolor/48x48/Makefile
config.status: creating data/icons/hicolor/48x48/apps/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing default-1 commands
configure: WARNING: unrecognized options: --disable-debug
==> make install
make install
Making install in src
/Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -I/usr/local/Cellar/gtk/2.19.0/include/gtk-2.0 -I/usr/local/Cellar/gtk/2.19.0/lib/gtk-2.0/include -I/usr/local/Cellar/atk/1.29.3/include/atk-1.0 -I/usr/local/Cellar/pango/1.26.1/include/pango-1.0 -I/usr/local/Cellar/glib/2.23.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.23.0/lib/glib-2.0/include -I/usr/local/Cellar/gtkdatabox/0.9.1.1/include -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -DPACKAGE_DATA_DIR=\""/usr/local/Cellar/klavaro/1.4.0/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/local/Cellar/klavaro/1.4.0//locale"\" -export-dynamic -Wall -O4 -march=core2 -mmmx -msse4.1 -w -pipe -c main.c
/Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -I/usr/local/Cellar/gtk/2.19.0/include/gtk-2.0 -I/usr/local/Cellar/gtk/2.19.0/lib/gtk-2.0/include -I/usr/local/Cellar/atk/1.29.3/include/atk-1.0 -I/usr/local/Cellar/pango/1.26.1/include/pango-1.0 -I/usr/local/Cellar/glib/2.23.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.23.0/lib/glib-2.0/include -I/usr/local/Cellar/gtkdatabox/0.9.1.1/include -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -DPACKAGE_DATA_DIR=\""/usr/local/Cellar/klavaro/1.4.0/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/local/Cellar/klavaro/1.4.0//locale"\" -export-dynamic -Wall -O4 -march=core2 -mmmx -msse4.1 -w -pipe -c auxiliar.c
/Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -I/usr/local/Cellar/gtk/2.19.0/include/gtk-2.0 -I/usr/local/Cellar/gtk/2.19.0/lib/gtk-2.0/include -I/usr/local/Cellar/atk/1.29.3/include/atk-1.0 -I/usr/local/Cellar/pango/1.26.1/include/pango-1.0 -I/usr/local/Cellar/glib/2.23.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.23.0/lib/glib-2.0/include -I/usr/local/Cellar/gtkdatabox/0.9.1.1/include -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -DPACKAGE_DATA_DIR=\""/usr/local/Cellar/klavaro/1.4.0/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/local/Cellar/klavaro/1.4.0//locale"\" -export-dynamic -Wall -O4 -march=core2 -mmmx -msse4.1 -w -pipe -c callbacks.c
/Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -I/usr/local/Cellar/gtk/2.19.0/include/gtk-2.0 -I/usr/local/Cellar/gtk/2.19.0/lib/gtk-2.0/include -I/usr/local/Cellar/atk/1.29.3/include/atk-1.0 -I/usr/local/Cellar/pango/1.26.1/include/pango-1.0 -I/usr/local/Cellar/glib/2.23.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.23.0/lib/glib-2.0/include -I/usr/local/Cellar/gtkdatabox/0.9.1.1/include -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -DPACKAGE_DATA_DIR=\""/usr/local/Cellar/klavaro/1.4.0/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/local/Cellar/klavaro/1.4.0//locale"\" -export-dynamic -Wall -O4 -march=core2 -mmmx -msse4.1 -w -pipe -c translation.c
/Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -I/usr/local/Cellar/gtk/2.19.0/include/gtk-2.0 -I/usr/local/Cellar/gtk/2.19.0/lib/gtk-2.0/include -I/usr/local/Cellar/atk/1.29.3/include/atk-1.0 -I/usr/local/Cellar/pango/1.26.1/include/pango-1.0 -I/usr/local/Cellar/glib/2.23.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.23.0/lib/glib-2.0/include -I/usr/local/Cellar/gtkdatabox/0.9.1.1/include -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -DPACKAGE_DATA_DIR=\""/usr/local/Cellar/klavaro/1.4.0/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/local/Cellar/klavaro/1.4.0//locale"\" -export-dynamic -Wall -O4 -march=core2 -mmmx -msse4.1 -w -pipe -c keyboard.c
/Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -I/usr/local/Cellar/gtk/2.19.0/include/gtk-2.0 -I/usr/local/Cellar/gtk/2.19.0/lib/gtk-2.0/include -I/usr/local/Cellar/atk/1.29.3/include/atk-1.0 -I/usr/local/Cellar/pango/1.26.1/include/pango-1.0 -I/usr/local/Cellar/glib/2.23.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.23.0/lib/glib-2.0/include -I/usr/local/Cellar/gtkdatabox/0.9.1.1/include -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -DPACKAGE_DATA_DIR=\""/usr/local/Cellar/klavaro/1.4.0/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/local/Cellar/klavaro/1.4.0//locale"\" -export-dynamic -Wall -O4 -march=core2 -mmmx -msse4.1 -w -pipe -c tutor.c
/Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -I/usr/local/Cellar/gtk/2.19.0/include/gtk-2.0 -I/usr/local/Cellar/gtk/2.19.0/lib/gtk-2.0/include -I/usr/local/Cellar/atk/1.29.3/include/atk-1.0 -I/usr/local/Cellar/pango/1.26.1/include/pango-1.0 -I/usr/local/Cellar/glib/2.23.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.23.0/lib/glib-2.0/include -I/usr/local/Cellar/gtkdatabox/0.9.1.1/include -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -DPACKAGE_DATA_DIR=\""/usr/local/Cellar/klavaro/1.4.0/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/local/Cellar/klavaro/1.4.0//locale"\" -export-dynamic -Wall -O4 -march=core2 -mmmx -msse4.1 -w -pipe -c cursor.c
/Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -I/usr/local/Cellar/gtk/2.19.0/include/gtk-2.0 -I/usr/local/Cellar/gtk/2.19.0/lib/gtk-2.0/include -I/usr/local/Cellar/atk/1.29.3/include/atk-1.0 -I/usr/local/Cellar/pango/1.26.1/include/pango-1.0 -I/usr/local/Cellar/glib/2.23.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.23.0/lib/glib-2.0/include -I/usr/local/Cellar/gtkdatabox/0.9.1.1/include -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -DPACKAGE_DATA_DIR=\""/usr/local/Cellar/klavaro/1.4.0/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/local/Cellar/klavaro/1.4.0//locale"\" -export-dynamic -Wall -O4 -march=core2 -mmmx -msse4.1 -w -pipe -c plot.c
/Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -I/usr/local/Cellar/gtk/2.19.0/include/gtk-2.0 -I/usr/local/Cellar/gtk/2.19.0/lib/gtk-2.0/include -I/usr/local/Cellar/atk/1.29.3/include/atk-1.0 -I/usr/local/Cellar/pango/1.26.1/include/pango-1.0 -I/usr/local/Cellar/glib/2.23.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.23.0/lib/glib-2.0/include -I/usr/local/Cellar/gtkdatabox/0.9.1.1/include -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -DPACKAGE_DATA_DIR=\""/usr/local/Cellar/klavaro/1.4.0/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/local/Cellar/klavaro/1.4.0//locale"\" -export-dynamic -Wall -O4 -march=core2 -mmmx -msse4.1 -w -pipe -c basic.c
/Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -I/usr/local/Cellar/gtk/2.19.0/include/gtk-2.0 -I/usr/local/Cellar/gtk/2.19.0/lib/gtk-2.0/include -I/usr/local/Cellar/atk/1.29.3/include/atk-1.0 -I/usr/local/Cellar/pango/1.26.1/include/pango-1.0 -I/usr/local/Cellar/glib/2.23.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.23.0/lib/glib-2.0/include -I/usr/local/Cellar/gtkdatabox/0.9.1.1/include -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -DPACKAGE_DATA_DIR=\""/usr/local/Cellar/klavaro/1.4.0/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/local/Cellar/klavaro/1.4.0//locale"\" -export-dynamic -Wall -O4 -march=core2 -mmmx -msse4.1 -w -pipe -c adaptability.c
/Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -I/usr/local/Cellar/gtk/2.19.0/include/gtk-2.0 -I/usr/local/Cellar/gtk/2.19.0/lib/gtk-2.0/include -I/usr/local/Cellar/atk/1.29.3/include/atk-1.0 -I/usr/local/Cellar/pango/1.26.1/include/pango-1.0 -I/usr/local/Cellar/glib/2.23.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.23.0/lib/glib-2.0/include -I/usr/local/Cellar/gtkdatabox/0.9.1.1/include -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -DPACKAGE_DATA_DIR=\""/usr/local/Cellar/klavaro/1.4.0/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/local/Cellar/klavaro/1.4.0//locale"\" -export-dynamic -Wall -O4 -march=core2 -mmmx -msse4.1 -w -pipe -c velocity.c
/Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -I/usr/local/Cellar/gtk/2.19.0/include/gtk-2.0 -I/usr/local/Cellar/gtk/2.19.0/lib/gtk-2.0/include -I/usr/local/Cellar/atk/1.29.3/include/atk-1.0 -I/usr/local/Cellar/pango/1.26.1/include/pango-1.0 -I/usr/local/Cellar/glib/2.23.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.23.0/lib/glib-2.0/include -I/usr/local/Cellar/gtkdatabox/0.9.1.1/include -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -DPACKAGE_DATA_DIR=\""/usr/local/Cellar/klavaro/1.4.0/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/local/Cellar/klavaro/1.4.0//locale"\" -export-dynamic -Wall -O4 -march=core2 -mmmx -msse4.1 -w -pipe -c fluidness.c
/Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -I/usr/local/Cellar/gtk/2.19.0/include/gtk-2.0 -I/usr/local/Cellar/gtk/2.19.0/lib/gtk-2.0/include -I/usr/local/Cellar/atk/1.29.3/include/atk-1.0 -I/usr/local/Cellar/pango/1.26.1/include/pango-1.0 -I/usr/local/Cellar/glib/2.23.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.23.0/lib/glib-2.0/include -I/usr/local/Cellar/gtkdatabox/0.9.1.1/include -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -DPACKAGE_DATA_DIR=\""/usr/local/Cellar/klavaro/1.4.0/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/local/Cellar/klavaro/1.4.0//locale"\" -export-dynamic -Wall -O4 -march=core2 -mmmx -msse4.1 -w -pipe -c accuracy.c
/Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -I/usr/local/Cellar/gtk/2.19.0/include/gtk-2.0 -I/usr/local/Cellar/gtk/2.19.0/lib/gtk-2.0/include -I/usr/local/Cellar/atk/1.29.3/include/atk-1.0 -I/usr/local/Cellar/pango/1.26.1/include/pango-1.0 -I/usr/local/Cellar/glib/2.23.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.23.0/lib/glib-2.0/include -I/usr/local/Cellar/gtkdatabox/0.9.1.1/include -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 -DPACKAGE_DATA_DIR=\""/usr/local/Cellar/klavaro/1.4.0/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/local/Cellar/klavaro/1.4.0//locale"\" -export-dynamic -Wall -O4 -march=core2 -mmmx -msse4.1 -w -pipe -c top10.c
/Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -export-dynamic -Wall -O4 -march=core2 -mmmx -msse4.1 -w -pipe -o klavaro main.o auxiliar.o callbacks.o translation.o keyboard.o tutor.o cursor.o plot.o basic.o adaptability.o velocity.o fluidness.o accuracy.o top10.o -L/usr/local/Cellar/gtk/2.19.0/lib -L/usr/local/Cellar/atk/1.29.3/lib -L/usr/local/Cellar/glib/2.23.0/lib -L/usr/local/Cellar/pango/1.26.1/lib -L/usr/local/Cellar/gettext/0.17/lib -L/usr/local/Cellar/gtkdatabox/0.9.1.1/lib -L/usr/X11/lib -lgtkdatabox -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -lcurl -lcurl
ld: unknown option: -export-dynamic
collect2: ld returned 1 exit status
make[1]: *** [klavaro] Error 1
make: *** [install-recursive] Error 1
Error: #<BuildError: Failure while executing: make install >
/usr/local/Library/Homebrew/formula.rb:327:in `system'
/usr/local/Library/Formula/klavaro.rb:13:in `install'
/usr/local/Library/Homebrew/install.rb:89:in `install'
/usr/local/Library/Homebrew/formula.rb:211:in `brew'
/usr/local/Library/Homebrew/formula.rb:375:in `stage'
/usr/local/Library/Homebrew/formula.rb:342:in `mktemp'
/usr/local/Library/Homebrew/formula.rb:373:in `stage'
/usr/local/Library/Homebrew/formula.rb:206:in `brew'
/usr/local/Library/Homebrew/install.rb:76:in `install'
/usr/local/Library/Homebrew/install.rb:39
/usr/local/Library/Formula/klavaro.rb:11
==> Rescuing build...
When you exit this shell Homebrew will attempt to finalise the installation.
If nothing is installed or the shell exits with a non-zero error code,
Homebrew will abort. The installation prefix is:
/usr/local/Cellar/klavaro/1.4.0
]0;toine@iMacT: /private/tmp/homebrew-klavaro-1.4.0-i4wa/klavaro-1.4.0]0;toine@iMacT: exitError: Nothing was installed to /usr/local/Cellar/klavaro/1.4.0
/usr/local/Library/Homebrew/install.rb:121:in `install'
/usr/local/Library/Homebrew/install.rb:39
/usr/local/Library/Formula/klavaro.rb:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment