Skip to content

Instantly share code, notes, and snippets.

@Hnasar
Created March 7, 2012 02:16
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 Hnasar/1990476 to your computer and use it in GitHub Desktop.
Save Hnasar/1990476 to your computer and use it in GitHub Desktop.
brew install -v gnu-go formula error output
==> Downloading http://ftpmirror.gnu.org/gnugo/gnugo-3.8.tar.gz
File already downloaded in /Users/hashem/Library/Caches/Homebrew
/usr/bin/tar xf /Users/hashem/Library/Caches/Homebrew/gnu-go-3.8.tar.gz
==> ./configure --disable-debug --disable-dependency-tracking --prefix=/usr/local/Cellar/gnu-go/3.8 --with-readline=/usr/lib
./configure --disable-debug --disable-dependency-tracking --prefix=/usr/local/Cellar/gnu-go/3.8 --with-readline=/usr/lib
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... /usr/bin/clang
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 /usr/bin/clang accepts -g... yes
checking for /usr/bin/clang option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of /usr/bin/clang... none
checking for library containing pow... none required
checking for mingw32... no
checking how to run the C preprocessor... /usr/bin/clang -E
checking for ranlib... ranlib
checking whether make sets $(MAKE)... (cached) yes
checking whether time.h and sys/time.h may both be included... yes
checking for an ANSI C-conforming const... yes
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... no
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for unistd.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/times.h usability... yes
checking sys/times.h presence... yes
checking for sys/times.h... yes
checking curses.h usability... yes
checking curses.h presence... yes
checking for curses.h... yes
checking term.h usability... yes
checking term.h presence... yes
checking for term.h... yes
checking ncurses/curses.h usability... no
checking ncurses/curses.h presence... no
checking for ncurses/curses.h... no
checking ncurses/term.h usability... no
checking ncurses/term.h presence... no
checking for ncurses/term.h... no
checking for long... yes
checking size of long... 8
checking for vsnprintf... yes
checking for gettimeofday... yes
checking for usleep... yes
checking for times... yes
checking for variadic cpp define... yes
checking whether /usr/bin/clang supports transparent unions... no
checking for library containing tparm... -lncurses
checking for color support... curses
checking whether socket support can be compiled... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating interface/Makefile
config.status: creating patterns/Makefile
config.status: creating sgf/Makefile
config.status: creating utils/Makefile
config.status: creating engine/Makefile
config.status: creating doc/Makefile
config.status: creating regression/Makefile
config.status: creating config.vc
config.status: creating config.h
config.status: executing depfiles commands
==> make install
make install
Making install in utils
/usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -Os -w -pipe -march=native -Qunused-arguments -c getopt.c
/usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -Os -w -pipe -march=native -Qunused-arguments -c getopt1.c
/usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -Os -w -pipe -march=native -Qunused-arguments -c random.c
/usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -Os -w -pipe -march=native -Qunused-arguments -c gg_utils.c
/usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -Os -w -pipe -march=native -Qunused-arguments -c winsocket.c
rm -f libutils.a
ar cru libutils.a getopt.o getopt1.o random.o gg_utils.o winsocket.o
/usr/bin/ranlib: file: libutils.a(winsocket.o) has no symbols
ranlib libutils.a
ranlib: file: libutils.a(winsocket.o) has no symbols
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
Making install in sgf
/usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wundef -Wdeclaration-after-statement -I../utils -Os -w -pipe -march=native -Qunused-arguments -c sgf_utils.c
/usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wundef -Wdeclaration-after-statement -I../utils -Os -w -pipe -march=native -Qunused-arguments -c sgfnode.c
/usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wundef -Wdeclaration-after-statement -I../utils -Os -w -pipe -march=native -Qunused-arguments -c sgftree.c
/usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wundef -Wdeclaration-after-statement -I../utils -Os -w -pipe -march=native -Qunused-arguments -c sgfgen.c
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -o sgfgen sgfgen.o -lncurses
rm -f libsgf.a
ar cru libsgf.a sgf_utils.o sgfnode.o sgftree.o
ranlib libsgf.a
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
Making install in engine
/usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wundef -Wdeclaration-after-statement -I../patterns -I../patterns -I../sgf -I../utils -Os -w -pipe -march=native -Qunused-arguments -c aftermath.c
/usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wundef -Wdeclaration-after-statement -I../patterns -I../patterns -I../sgf -I../utils -Os -w -pipe -march=native -Qunused-arguments -c board.c
/usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wundef -Wdeclaration-after-statement -I../patterns -I../patterns -I../sgf -I../utils -Os -w -pipe -march=native -Qunused-arguments -c boardlib.c
/usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wundef -Wdeclaration-after-statement -I../patterns -I../patterns -I../sgf -I../utils -Os -w -pipe -march=native -Qunused-arguments -c breakin.c
/usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wundef -Wdeclaration-after-statement -I../patterns -I../patterns -I../sgf -I../utils -Os -w -pipe -march=native -Qunused-arguments -c cache.c
/usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wundef -Wdeclaration-after-statement -I../patterns -I../patterns -I../sgf -I../utils -Os -w -pipe -march=native -Qunused-arguments -c clock.c
/usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wundef -Wdeclaration-after-statement -I../patterns -I../patterns -I../sgf -I../utils -Os -w -pipe -march=native -Qunused-arguments -c combination.c
/usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wundef -Wdeclaration-after-statement -I../patterns -I../patterns -I../sgf -I../utils -Os -w -pipe -march=native -Qunused-arguments -c dragon.c
/usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wundef -Wdeclaration-after-statement -I../patterns -I../patterns -I../sgf -I../utils -Os -w -pipe -march=native -Qunused-arguments -c endgame.c
/usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wundef -Wdeclaration-after-statement -I../patterns -I../patterns -I../sgf -I../utils -Os -w -pipe -march=native -Qunused-arguments -c filllib.c
/usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wundef -Wdeclaration-after-statement -I../patterns -I../patterns -I../sgf -I../utils -Os -w -pipe -march=native -Qunused-arguments -c fuseki.c
/usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wundef -Wdeclaration-after-statement -I../patterns -I../patterns -I../sgf -I../utils -Os -w -pipe -march=native -Qunused-arguments -c genmove.c
/usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wundef -Wdeclaration-after-statement -I../patterns -I../patterns -I../sgf -I../utils -Os -w -pipe -march=native -Qunused-arguments -c globals.c
/usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wundef -Wdeclaration-after-statement -I../patterns -I../patterns -I../sgf -I../utils -Os -w -pipe -march=native -Qunused-arguments -c handicap.c
/usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wundef -Wdeclaration-after-statement -I../patterns -I../patterns -I../sgf -I../utils -Os -w -pipe -march=native -Qunused-arguments -c hash.c
/usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wundef -Wdeclaration-after-statement -I../patterns -I../patterns -I../sgf -I../utils -Os -w -pipe -march=native -Qunused-arguments -c influence.c
/usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wundef -Wdeclaration-after-statement -I../patterns -I../patterns -I../sgf -I../utils -Os -w -pipe -march=native -Qunused-arguments -c interface.c
/usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wundef -Wdeclaration-after-statement -I../patterns -I../patterns -I../sgf -I../utils -Os -w -pipe -march=native -Qunused-arguments -c matchpat.c
/usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wundef -Wdeclaration-after-statement -I../patterns -I../patterns -I../sgf -I../utils -Os -w -pipe -march=native -Qunused-arguments -c montecarlo.c
/usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wundef -Wdeclaration-after-statement -I../patterns -I../patterns -I../sgf -I../utils -Os -w -pipe -march=native -Qunused-arguments -c move_reasons.c
/usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wundef -Wdeclaration-after-statement -I../patterns -I../patterns -I../sgf -I../utils -Os -w -pipe -march=native -Qunused-arguments -c movelist.c
/usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wundef -Wdeclaration-after-statement -I../patterns -I../patterns -I../sgf -I../utils -Os -w -pipe -march=native -Qunused-arguments -c optics.c
/usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wundef -Wdeclaration-after-statement -I../patterns -I../patterns -I../sgf -I../utils -Os -w -pipe -march=native -Qunused-arguments -c oracle.c
/usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wundef -Wdeclaration-after-statement -I../patterns -I../patterns -I../sgf -I../utils -Os -w -pipe -march=native -Qunused-arguments -c owl.c
/usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wundef -Wdeclaration-after-statement -I../patterns -I../patterns -I../sgf -I../utils -Os -w -pipe -march=native -Qunused-arguments -c persistent.c
/usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wundef -Wdeclaration-after-statement -I../patterns -I../patterns -I../sgf -I../utils -Os -w -pipe -march=native -Qunused-arguments -c printutils.c
/usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wundef -Wdeclaration-after-statement -I../patterns -I../patterns -I../sgf -I../utils -Os -w -pipe -march=native -Qunused-arguments -c readconnect.c
/usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wundef -Wdeclaration-after-statement -I../patterns -I../patterns -I../sgf -I../utils -Os -w -pipe -march=native -Qunused-arguments -c reading.c
/usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wundef -Wdeclaration-after-statement -I../patterns -I../patterns -I../sgf -I../utils -Os -w -pipe -march=native -Qunused-arguments -c semeai.c
/usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wundef -Wdeclaration-after-statement -I../patterns -I../patterns -I../sgf -I../utils -Os -w -pipe -march=native -Qunused-arguments -c sgfdecide.c
/usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wundef -Wdeclaration-after-statement -I../patterns -I../patterns -I../sgf -I../utils -Os -w -pipe -march=native -Qunused-arguments -c sgffile.c
/usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wundef -Wdeclaration-after-statement -I../patterns -I../patterns -I../sgf -I../utils -Os -w -pipe -march=native -Qunused-arguments -c shapes.c
/usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wundef -Wdeclaration-after-statement -I../patterns -I../patterns -I../sgf -I../utils -Os -w -pipe -march=native -Qunused-arguments -c showbord.c
/usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wundef -Wdeclaration-after-statement -I../patterns -I../patterns -I../sgf -I../utils -Os -w -pipe -march=native -Qunused-arguments -c surround.c
/usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wundef -Wdeclaration-after-statement -I../patterns -I../patterns -I../sgf -I../utils -Os -w -pipe -march=native -Qunused-arguments -c unconditional.c
/usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wundef -Wdeclaration-after-statement -I../patterns -I../patterns -I../sgf -I../utils -Os -w -pipe -march=native -Qunused-arguments -c utils.c
/usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wundef -Wdeclaration-after-statement -I../patterns -I../patterns -I../sgf -I../utils -Os -w -pipe -march=native -Qunused-arguments -c value_moves.c
/usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wundef -Wdeclaration-after-statement -I../patterns -I../patterns -I../sgf -I../utils -Os -w -pipe -march=native -Qunused-arguments -c worm.c
rm -f libboard.a
ar cru libboard.a board.o boardlib.o hash.o printutils.o
ranlib libboard.a
rm -f libengine.a
ar cru libengine.a aftermath.o board.o boardlib.o breakin.o cache.o clock.o combination.o dragon.o endgame.o filllib.o fuseki.o genmove.o globals.o handicap.o hash.o influence.o interface.o matchpat.o montecarlo.o move_reasons.o movelist.o optics.o oracle.o owl.o persistent.o printutils.o readconnect.o reading.o semeai.o sgfdecide.o sgffile.o shapes.o showbord.o surround.o unconditional.o utils.o value_moves.o worm.o
/usr/bin/ranlib: file: libengine.a(oracle.o) has no symbols
ranlib libengine.a
ranlib: file: libengine.a(oracle.o) has no symbols
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
Making install in patterns
/usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wundef -Wdeclaration-after-statement -I../engine -I../utils -I../sgf -Os -w -pipe -march=native -Qunused-arguments -c connections.c
/usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wundef -Wdeclaration-after-statement -I../engine -I../utils -I../sgf -Os -w -pipe -march=native -Qunused-arguments -c helpers.c
/usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wundef -Wdeclaration-after-statement -I../engine -I../utils -I../sgf -Os -w -pipe -march=native -Qunused-arguments -c transform.c
/usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wundef -Wdeclaration-after-statement -I../engine -I../utils -I../sgf -Os -w -pipe -march=native -Qunused-arguments -c mkpat.c
In file included from transform.c:27:
In file included from /usr/local/include/memory.h:7:
/usr/local/include/config.h:20:10: fatal error: '../config/m.h' file not found
#include "../config/m.h"
^
1 error generated.
make[1]: *** [transform.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [install-recursive] Error 1
==> Exit Status: 2
http://github.com/mxcl/homebrew/blob/master/Library/Formula/gnu-go.rb#L13
==> Environment
HOMEBREW_VERSION: 0.8.1
HEAD: 89366c646e3dd25a17ab546ad67fde5c8188617f
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
Hardware: quad-core 64-bit sandybridge
OS X: 10.7.3
Kernel Architecture: x86_64
Xcode: 4.3
GCC-4.0: N/A
GCC-4.2: N/A
LLVM: build 2336
Clang: 3.0 build 211
MacPorts or Fink? false
X11: /usr/X11
System Ruby: 1.8.7-249
/usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby
Which Perl: /usr/bin/perl
Which Python: /usr/bin/python
Which Ruby: /Users/hashem/.rvm/rubies/ruby-1.9.2-p290/bin/ruby
==> Build Flags
CC: /usr/bin/clang
CXX: /usr/bin/clang++ => /usr/bin/clang
LD: /usr/bin/clang
CFLAGS: -Os -w -pipe -march=native -Qunused-arguments
CXXFLAGS: -Os -w -pipe -march=native -Qunused-arguments
MAKEFLAGS: -j4
Error: Failed executing: make install
If `brew doctor' does not help diagnose the issue, please report the bug:
https://github.com/mxcl/homebrew/wiki/checklist-before-filing-a-new-issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment