Build of gnugo with android toolchain

The build took 00h 01m 00s and was NOT successful.

The program in this build is written in the following languages, according to sloccount:

SLOCLanguage
56,485 ansic
3,771 perl
3,652 makefile
2,789 lisp
710 sh
682 python
113 awk
22 sed
68,224 total

The process tree of the build process is here.

Several sub-process invocations were improper; see the process tree for details. Summary:

List of Errors

Log

To avoid scrolling, you may jump to the last line of the invocation of makepkg that was used to build this package.

Removed vanilla repositories from pacman.conf and added:
# [tuscan]
# Server = file:///var/cache/pacman/pkg/

CMD: pacman -Syy --noconfirm
# :: Synchronizing package databases...
# downloading tuscan.db...

Copied permanent toolchain into container-local sysroot
# /toolchain_root/arm-linux-androideabi --> /sysroot/arm-linux-androideabi
# /toolchain_root/COPYING3.LIB --> /sysroot/COPYING3.LIB
# /toolchain_root/sysroot --> /sysroot/sysroot
# /toolchain_root/COPYING.RUNTIME --> /sysroot/COPYING.RUNTIME
# /toolchain_root/lib --> /sysroot/lib
# /toolchain_root/SOURCES --> /sysroot/SOURCES
# /toolchain_root/lib64 --> /sysroot/lib64
# /toolchain_root/share --> /sysroot/share
# /toolchain_root/bin --> /sysroot/bin
# /toolchain_root/COPYING --> /sysroot/COPYING
# /toolchain_root/COPYING3 --> /sysroot/COPYING3
# /toolchain_root/COPYING.LIB --> /sysroot/COPYING.LIB
# /toolchain_root/include --> /sysroot/include
# /toolchain_root/libexec --> /sysroot/libexec

CMD: sudo -u tuscan PATH=/sysroot/bin:/sysroot/libexec/gcc/arm-linux-androideabi/4.8:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=arm-linux-androideabi-gcc CXX=arm-linux-androideabi-g++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: gnugo 3.8-5 (Tue Apr 4 20:57:04 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# 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 for arm-linux-androideabi-strip... arm-linux-androideabi-strip
# checking whether to enable maintainer-specific portions of Makefiles... no
# checking for arm-linux-androideabi-gcc... arm-linux-androideabi-gcc
# checking for C compiler default output file name... a.out
# checking whether the C compiler works... yes
# checking whether we are cross compiling... yes
# checking for suffix of executables...
# checking for suffix of object files... o
# checking whether we are using the GNU C compiler... yes
# checking whether arm-linux-androideabi-gcc accepts -g... yes
# checking for arm-linux-androideabi-gcc option to accept ISO C89... none needed
# checking for style of include used by make... GNU
# checking dependency style of arm-linux-androideabi-gcc... gcc3
# checking for library containing pow... -lm
# checking for mingw32... no
# checking how to run the C preprocessor... arm-linux-androideabi-gcc -E
# checking for arm-linux-androideabi-ranlib... arm-linux-androideabi-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/sbin/grep
# checking for egrep... /usr/sbin/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 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... no
# checking curses.h presence... no
# checking for curses.h... no
# checking term.h usability... no
# checking term.h presence... no
# checking for term.h... no
# 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... 4
# checking for vsnprintf... yes
# checking for gettimeofday... yes
# checking for usleep... yes
# checking for times... yes
# checking for variadic cpp define... yes
# checking whether arm-linux-androideabi-gcc supports transparent unions... yes
# checking for color support... none (curses failed)
# 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 all-recursive
# make[1]: Entering directory '/tmp/gnugo/src/gnugo-3.8'
# Making all in utils
# make[2]: Entering directory '/tmp/gnugo/src/gnugo-3.8/utils'
# if arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -I. -I.. -MT getopt.o -MD -MP -MF ".deps/getopt.Tpo" -c -o getopt.o getopt.c; \
# then mv -f ".deps/getopt.Tpo" ".deps/getopt.Po"; else rm -f ".deps/getopt.Tpo"; exit 1; fi
# if arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -I. -I.. -MT getopt1.o -MD -MP -MF ".deps/getopt1.Tpo" -c -o getopt1.o getopt1.c; \
# then mv -f ".deps/getopt1.Tpo" ".deps/getopt1.Po"; else rm -f ".deps/getopt1.Tpo"; exit 1; fi
# if arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -I. -I.. -MT random.o -MD -MP -MF ".deps/random.Tpo" -c -o random.o random.c; \
# then mv -f ".deps/random.Tpo" ".deps/random.Po"; else rm -f ".deps/random.Tpo"; exit 1; fi
# if arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -I. -I.. -MT gg_utils.o -MD -MP -MF ".deps/gg_utils.Tpo" -c -o gg_utils.o gg_utils.c; \
# then mv -f ".deps/gg_utils.Tpo" ".deps/gg_utils.Po"; else rm -f ".deps/gg_utils.Tpo"; exit 1; fi
# if arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -I. -I.. -MT winsocket.o -MD -MP -MF ".deps/winsocket.Tpo" -c -o winsocket.o winsocket.c; \
# then mv -f ".deps/winsocket.Tpo" ".deps/winsocket.Po"; else rm -f ".deps/winsocket.Tpo"; exit 1; fi
# rm -f libutils.a
# ar cru libutils.a getopt.o getopt1.o random.o gg_utils.o winsocket.o
# arm-linux-androideabi-ranlib libutils.a
# make[2]: Leaving directory '/tmp/gnugo/src/gnugo-3.8/utils'
# Making all in sgf
# make[2]: Entering directory '/tmp/gnugo/src/gnugo-3.8/sgf'
# if arm-linux-androideabi-gcc -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 -MT sgf_utils.o -MD -MP -MF ".deps/sgf_utils.Tpo" -c -o sgf_utils.o sgf_utils.c; \
# then mv -f ".deps/sgf_utils.Tpo" ".deps/sgf_utils.Po"; else rm -f ".deps/sgf_utils.Tpo"; exit 1; fi
# if arm-linux-androideabi-gcc -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 -MT sgfnode.o -MD -MP -MF ".deps/sgfnode.Tpo" -c -o sgfnode.o sgfnode.c; \
# then mv -f ".deps/sgfnode.Tpo" ".deps/sgfnode.Po"; else rm -f ".deps/sgfnode.Tpo"; exit 1; fi
# if arm-linux-androideabi-gcc -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 -MT sgftree.o -MD -MP -MF ".deps/sgftree.Tpo" -c -o sgftree.o sgftree.c; \
# then mv -f ".deps/sgftree.Tpo" ".deps/sgftree.Po"; else rm -f ".deps/sgftree.Tpo"; exit 1; fi
# if arm-linux-androideabi-gcc -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 -MT sgfgen.o -MD -MP -MF ".deps/sgfgen.Tpo" -c -o sgfgen.o sgfgen.c; \
# then mv -f ".deps/sgfgen.Tpo" ".deps/sgfgen.Po"; else rm -f ".deps/sgfgen.Tpo"; exit 1; fi
# arm-linux-androideabi-gcc -o sgfgen sgfgen.o -lm
# rm -f libsgf.a
# ar cru libsgf.a sgf_utils.o sgfnode.o sgftree.o
# arm-linux-androideabi-ranlib libsgf.a
# make[2]: Leaving directory '/tmp/gnugo/src/gnugo-3.8/sgf'
# Making all in engine
# make[2]: Entering directory '/tmp/gnugo/src/gnugo-3.8/engine'
# if arm-linux-androideabi-gcc -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 -MT aftermath.o -MD -MP -MF ".deps/aftermath.Tpo" -c -o aftermath.o aftermath.c; \
# then mv -f ".deps/aftermath.Tpo" ".deps/aftermath.Po"; else rm -f ".deps/aftermath.Tpo"; exit 1; fi
# if arm-linux-androideabi-gcc -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 -MT board.o -MD -MP -MF ".deps/board.Tpo" -c -o board.o board.c; \
# then mv -f ".deps/board.Tpo" ".deps/board.Po"; else rm -f ".deps/board.Tpo"; exit 1; fi
# if arm-linux-androideabi-gcc -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 -MT boardlib.o -MD -MP -MF ".deps/boardlib.Tpo" -c -o boardlib.o boardlib.c; \
# then mv -f ".deps/boardlib.Tpo" ".deps/boardlib.Po"; else rm -f ".deps/boardlib.Tpo"; exit 1; fi
# if arm-linux-androideabi-gcc -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 -MT breakin.o -MD -MP -MF ".deps/breakin.Tpo" -c -o breakin.o breakin.c; \
# then mv -f ".deps/breakin.Tpo" ".deps/breakin.Po"; else rm -f ".deps/breakin.Tpo"; exit 1; fi
# if arm-linux-androideabi-gcc -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 -MT cache.o -MD -MP -MF ".deps/cache.Tpo" -c -o cache.o cache.c; \
# then mv -f ".deps/cache.Tpo" ".deps/cache.Po"; else rm -f ".deps/cache.Tpo"; exit 1; fi
# if arm-linux-androideabi-gcc -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 -MT clock.o -MD -MP -MF ".deps/clock.Tpo" -c -o clock.o clock.c; \
# then mv -f ".deps/clock.Tpo" ".deps/clock.Po"; else rm -f ".deps/clock.Tpo"; exit 1; fi
# if arm-linux-androideabi-gcc -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 -MT combination.o -MD -MP -MF ".deps/combination.Tpo" -c -o combination.o combination.c; \
# then mv -f ".deps/combination.Tpo" ".deps/combination.Po"; else rm -f ".deps/combination.Tpo"; exit 1; fi
# if arm-linux-androideabi-gcc -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 -MT dragon.o -MD -MP -MF ".deps/dragon.Tpo" -c -o dragon.o dragon.c; \
# then mv -f ".deps/dragon.Tpo" ".deps/dragon.Po"; else rm -f ".deps/dragon.Tpo"; exit 1; fi
# if arm-linux-androideabi-gcc -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 -MT endgame.o -MD -MP -MF ".deps/endgame.Tpo" -c -o endgame.o endgame.c; \
# then mv -f ".deps/endgame.Tpo" ".deps/endgame.Po"; else rm -f ".deps/endgame.Tpo"; exit 1; fi
# if arm-linux-androideabi-gcc -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 -MT filllib.o -MD -MP -MF ".deps/filllib.Tpo" -c -o filllib.o filllib.c; \
# then mv -f ".deps/filllib.Tpo" ".deps/filllib.Po"; else rm -f ".deps/filllib.Tpo"; exit 1; fi
# if arm-linux-androideabi-gcc -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 -MT fuseki.o -MD -MP -MF ".deps/fuseki.Tpo" -c -o fuseki.o fuseki.c; \
# then mv -f ".deps/fuseki.Tpo" ".deps/fuseki.Po"; else rm -f ".deps/fuseki.Tpo"; exit 1; fi
# if arm-linux-androideabi-gcc -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 -MT genmove.o -MD -MP -MF ".deps/genmove.Tpo" -c -o genmove.o genmove.c; \
# then mv -f ".deps/genmove.Tpo" ".deps/genmove.Po"; else rm -f ".deps/genmove.Tpo"; exit 1; fi
# if arm-linux-androideabi-gcc -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 -MT globals.o -MD -MP -MF ".deps/globals.Tpo" -c -o globals.o globals.c; \
# then mv -f ".deps/globals.Tpo" ".deps/globals.Po"; else rm -f ".deps/globals.Tpo"; exit 1; fi
# if arm-linux-androideabi-gcc -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 -MT handicap.o -MD -MP -MF ".deps/handicap.Tpo" -c -o handicap.o handicap.c; \
# then mv -f ".deps/handicap.Tpo" ".deps/handicap.Po"; else rm -f ".deps/handicap.Tpo"; exit 1; fi
# if arm-linux-androideabi-gcc -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 -MT hash.o -MD -MP -MF ".deps/hash.Tpo" -c -o hash.o hash.c; \
# then mv -f ".deps/hash.Tpo" ".deps/hash.Po"; else rm -f ".deps/hash.Tpo"; exit 1; fi
# if arm-linux-androideabi-gcc -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 -MT influence.o -MD -MP -MF ".deps/influence.Tpo" -c -o influence.o influence.c; \
# then mv -f ".deps/influence.Tpo" ".deps/influence.Po"; else rm -f ".deps/influence.Tpo"; exit 1; fi
# if arm-linux-androideabi-gcc -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 -MT interface.o -MD -MP -MF ".deps/interface.Tpo" -c -o interface.o interface.c; \
# then mv -f ".deps/interface.Tpo" ".deps/interface.Po"; else rm -f ".deps/interface.Tpo"; exit 1; fi
# if arm-linux-androideabi-gcc -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 -MT matchpat.o -MD -MP -MF ".deps/matchpat.Tpo" -c -o matchpat.o matchpat.c; \
# then mv -f ".deps/matchpat.Tpo" ".deps/matchpat.Po"; else rm -f ".deps/matchpat.Tpo"; exit 1; fi
# if arm-linux-androideabi-gcc -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 -MT montecarlo.o -MD -MP -MF ".deps/montecarlo.Tpo" -c -o montecarlo.o montecarlo.c; \
# then mv -f ".deps/montecarlo.Tpo" ".deps/montecarlo.Po"; else rm -f ".deps/montecarlo.Tpo"; exit 1; fi
# if arm-linux-androideabi-gcc -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 -MT move_reasons.o -MD -MP -MF ".deps/move_reasons.Tpo" -c -o move_reasons.o move_reasons.c; \
# then mv -f ".deps/move_reasons.Tpo" ".deps/move_reasons.Po"; else rm -f ".deps/move_reasons.Tpo"; exit 1; fi
# if arm-linux-androideabi-gcc -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 -MT movelist.o -MD -MP -MF ".deps/movelist.Tpo" -c -o movelist.o movelist.c; \
# then mv -f ".deps/movelist.Tpo" ".deps/movelist.Po"; else rm -f ".deps/movelist.Tpo"; exit 1; fi
# if arm-linux-androideabi-gcc -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 -MT optics.o -MD -MP -MF ".deps/optics.Tpo" -c -o optics.o optics.c; \
# then mv -f ".deps/optics.Tpo" ".deps/optics.Po"; else rm -f ".deps/optics.Tpo"; exit 1; fi
# if arm-linux-androideabi-gcc -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 -MT oracle.o -MD -MP -MF ".deps/oracle.Tpo" -c -o oracle.o oracle.c; \
# then mv -f ".deps/oracle.Tpo" ".deps/oracle.Po"; else rm -f ".deps/oracle.Tpo"; exit 1; fi
# if arm-linux-androideabi-gcc -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 -MT owl.o -MD -MP -MF ".deps/owl.Tpo" -c -o owl.o owl.c; \
# then mv -f ".deps/owl.Tpo" ".deps/owl.Po"; else rm -f ".deps/owl.Tpo"; exit 1; fi
# if arm-linux-androideabi-gcc -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 -MT persistent.o -MD -MP -MF ".deps/persistent.Tpo" -c -o persistent.o persistent.c; \
# then mv -f ".deps/persistent.Tpo" ".deps/persistent.Po"; else rm -f ".deps/persistent.Tpo"; exit 1; fi
# if arm-linux-androideabi-gcc -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 -MT printutils.o -MD -MP -MF ".deps/printutils.Tpo" -c -o printutils.o printutils.c; \
# then mv -f ".deps/printutils.Tpo" ".deps/printutils.Po"; else rm -f ".deps/printutils.Tpo"; exit 1; fi
# if arm-linux-androideabi-gcc -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 -MT readconnect.o -MD -MP -MF ".deps/readconnect.Tpo" -c -o readconnect.o readconnect.c; \
# then mv -f ".deps/readconnect.Tpo" ".deps/readconnect.Po"; else rm -f ".deps/readconnect.Tpo"; exit 1; fi
# if arm-linux-androideabi-gcc -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 -MT reading.o -MD -MP -MF ".deps/reading.Tpo" -c -o reading.o reading.c; \
# then mv -f ".deps/reading.Tpo" ".deps/reading.Po"; else rm -f ".deps/reading.Tpo"; exit 1; fi
# if arm-linux-androideabi-gcc -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 -MT semeai.o -MD -MP -MF ".deps/semeai.Tpo" -c -o semeai.o semeai.c; \
# then mv -f ".deps/semeai.Tpo" ".deps/semeai.Po"; else rm -f ".deps/semeai.Tpo"; exit 1; fi
# if arm-linux-androideabi-gcc -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 -MT sgfdecide.o -MD -MP -MF ".deps/sgfdecide.Tpo" -c -o sgfdecide.o sgfdecide.c; \
# then mv -f ".deps/sgfdecide.Tpo" ".deps/sgfdecide.Po"; else rm -f ".deps/sgfdecide.Tpo"; exit 1; fi
# if arm-linux-androideabi-gcc -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 -MT sgffile.o -MD -MP -MF ".deps/sgffile.Tpo" -c -o sgffile.o sgffile.c; \
# then mv -f ".deps/sgffile.Tpo" ".deps/sgffile.Po"; else rm -f ".deps/sgffile.Tpo"; exit 1; fi
# if arm-linux-androideabi-gcc -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 -MT shapes.o -MD -MP -MF ".deps/shapes.Tpo" -c -o shapes.o shapes.c; \
# then mv -f ".deps/shapes.Tpo" ".deps/shapes.Po"; else rm -f ".deps/shapes.Tpo"; exit 1; fi
# if arm-linux-androideabi-gcc -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 -MT showbord.o -MD -MP -MF ".deps/showbord.Tpo" -c -o showbord.o showbord.c; \
# then mv -f ".deps/showbord.Tpo" ".deps/showbord.Po"; else rm -f ".deps/showbord.Tpo"; exit 1; fi
# if arm-linux-androideabi-gcc -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 -MT surround.o -MD -MP -MF ".deps/surround.Tpo" -c -o surround.o surround.c; \
# then mv -f ".deps/surround.Tpo" ".deps/surround.Po"; else rm -f ".deps/surround.Tpo"; exit 1; fi
# if arm-linux-androideabi-gcc -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 -MT unconditional.o -MD -MP -MF ".deps/unconditional.Tpo" -c -o unconditional.o unconditional.c; \
# then mv -f ".deps/unconditional.Tpo" ".deps/unconditional.Po"; else rm -f ".deps/unconditional.Tpo"; exit 1; fi
# if arm-linux-androideabi-gcc -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 -MT utils.o -MD -MP -MF ".deps/utils.Tpo" -c -o utils.o utils.c; \
# then mv -f ".deps/utils.Tpo" ".deps/utils.Po"; else rm -f ".deps/utils.Tpo"; exit 1; fi
# if arm-linux-androideabi-gcc -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 -MT value_moves.o -MD -MP -MF ".deps/value_moves.Tpo" -c -o value_moves.o value_moves.c; \
# then mv -f ".deps/value_moves.Tpo" ".deps/value_moves.Po"; else rm -f ".deps/value_moves.Tpo"; exit 1; fi
# if arm-linux-androideabi-gcc -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 -MT worm.o -MD -MP -MF ".deps/worm.Tpo" -c -o worm.o worm.c; \
# then mv -f ".deps/worm.Tpo" ".deps/worm.Po"; else rm -f ".deps/worm.Tpo"; exit 1; fi
# rm -f libboard.a
# ar cru libboard.a board.o boardlib.o hash.o printutils.o
# arm-linux-androideabi-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
# arm-linux-androideabi-ranlib libengine.a
# make[2]: Leaving directory '/tmp/gnugo/src/gnugo-3.8/engine'
# Making all in patterns
# make[2]: Entering directory '/tmp/gnugo/src/gnugo-3.8/patterns'
# if arm-linux-androideabi-gcc -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 -MT connections.o -MD -MP -MF ".deps/connections.Tpo" -c -o connections.o connections.c; \
# then mv -f ".deps/connections.Tpo" ".deps/connections.Po"; else rm -f ".deps/connections.Tpo"; exit 1; fi
# if arm-linux-androideabi-gcc -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 -MT helpers.o -MD -MP -MF ".deps/helpers.Tpo" -c -o helpers.o helpers.c; \
# then mv -f ".deps/helpers.Tpo" ".deps/helpers.Po"; else rm -f ".deps/helpers.Tpo"; exit 1; fi
# if arm-linux-androideabi-gcc -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 -MT transform.o -MD -MP -MF ".deps/transform.Tpo" -c -o transform.o transform.c; \
# then mv -f ".deps/transform.Tpo" ".deps/transform.Po"; else rm -f ".deps/transform.Tpo"; exit 1; fi
# if arm-linux-androideabi-gcc -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 -MT mkpat.o -MD -MP -MF ".deps/mkpat.Tpo" -c -o mkpat.o mkpat.c; \
# then mv -f ".deps/mkpat.Tpo" ".deps/mkpat.Po"; else rm -f ".deps/mkpat.Tpo"; exit 1; fi
# if arm-linux-androideabi-gcc -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 -MT dfa.o -MD -MP -MF ".deps/dfa.Tpo" -c -o dfa.o dfa.c; \
# then mv -f ".deps/dfa.Tpo" ".deps/dfa.Po"; else rm -f ".deps/dfa.Tpo"; exit 1; fi
# if arm-linux-androideabi-gcc -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 -MT mkeyes.o -MD -MP -MF ".deps/mkeyes.Tpo" -c -o mkeyes.o mkeyes.c; \
# then mv -f ".deps/mkeyes.Tpo" ".deps/mkeyes.Po"; else rm -f ".deps/mkeyes.Tpo"; exit 1; fi
# if arm-linux-androideabi-gcc -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 -MT uncompress_fuseki.o -MD -MP -MF ".deps/uncompress_fuseki.Tpo" -c -o uncompress_fuseki.o uncompress_fuseki.c; \
# then mv -f ".deps/uncompress_fuseki.Tpo" ".deps/uncompress_fuseki.Po"; else rm -f ".deps/uncompress_fuseki.Tpo"; exit 1; fi
# if arm-linux-androideabi-gcc -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 -MT joseki.o -MD -MP -MF ".deps/joseki.Tpo" -c -o joseki.o joseki.c; \
# then mv -f ".deps/joseki.Tpo" ".deps/joseki.Po"; else rm -f ".deps/joseki.Tpo"; exit 1; fi
# if arm-linux-androideabi-gcc -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 -MT mkmcpat.o -MD -MP -MF ".deps/mkmcpat.Tpo" -c -o mkmcpat.o mkmcpat.c; \
# then mv -f ".deps/mkmcpat.Tpo" ".deps/mkmcpat.Po"; else rm -f ".deps/mkmcpat.Tpo"; exit 1; fi
# if arm-linux-androideabi-gcc -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 -MT globals.o -MD -MP -MF ".deps/globals.Tpo" -c -o globals.o `test -f '../engine/globals.c' || echo './'`../engine/globals.c; \
# then mv -f ".deps/globals.Tpo" ".deps/globals.Po"; else rm -f ".deps/globals.Tpo"; exit 1; fi
# arm-linux-androideabi-gcc -o mkeyes mkeyes.o ../utils/libutils.a -lm
# arm-linux-androideabi-gcc -o uncompress_fuseki uncompress_fuseki.o ../utils/libutils.a ../engine/libboard.a ../sgf/libsgf.a -lm
# arm-linux-androideabi-gcc -o joseki joseki.o ../engine/libboard.a ../sgf/libsgf.a ../utils/libutils.a -lm
# ./mkeyes < ./eyes.db >eyes.c
# /bin/sh: ./mkeyes: cannot execute binary file: Exec format error
# make[2]: *** [Makefile:657: eyes.c] Error 126
# make[2]: *** Waiting for unfinished jobs....
# make[2]: Leaving directory '/tmp/gnugo/src/gnugo-3.8/patterns'
# make[1]: *** [Makefile:232: all-recursive] Error 1
# make[1]: Leaving directory '/tmp/gnugo/src/gnugo-3.8'
# make: *** [Makefile:168: all] Error 2
# ==> ERROR: A failure occurred in build().
# Aborting...

Printing config logfiles

CMD: config logfiles '/tmp/gnugo/src/gnugo-3.8/config.log'
# This file contains any messages produced by compilers while
# running configure, to aid debugging if configure makes a mistake.
#
# It was created by gnugo configure 3.8, which was
# generated by GNU Autoconf 2.61. Invocation command line was
#
# $ ./configure --build=x86_64-unknown-linux --host=arm-linux-androideabi --prefix=/usr
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 40c20d65260b
# uname -m = x86_64
# uname -r = 4.10.6-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Mon Mar 27 08:28:22 CEST 2017
#
# /usr/bin/uname -p = unknown
# /bin/uname -X = unknown
#
# /bin/arch = unknown
# /usr/bin/arch -k = unknown
# /usr/convex/getsysinfo = unknown
# /usr/bin/hostinfo = unknown
# /bin/machine = unknown
# /usr/bin/oslevel = unknown
# /bin/universe = unknown
#
# PATH: /sysroot/bin
# PATH: /sysroot/libexec/gcc/arm-linux-androideabi/4.8
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:1841: checking for a BSD-compatible install
# configure:1897: result: /usr/bin/install -c
# configure:1908: checking whether build environment is sane
# configure:1951: result: yes
# configure:2016: checking for gawk
# configure:2032: found /usr/sbin/gawk
# configure:2043: result: gawk
# configure:2054: checking whether make sets $(MAKE)
# configure:2075: result: yes
# configure:2151: checking for arm-linux-androideabi-strip
# configure:2167: found /sysroot/bin/arm-linux-androideabi-strip
# configure:2178: result: arm-linux-androideabi-strip
# configure:2265: checking whether to enable maintainer-specific portions of Makefiles
# configure:2274: result: no
# configure:2427: checking for arm-linux-androideabi-gcc
# configure:2454: result: arm-linux-androideabi-gcc
# configure:2732: checking for C compiler version
# configure:2739: arm-linux-androideabi-gcc --version >&5
# arm-linux-androideabi-gcc (GCC) 4.8
# Copyright (C) 2013 Free Software Foundation, Inc.
# This is free software; see the source for copying conditions. There is NO
# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
#
# configure:2742: $? = 0
# configure:2749: arm-linux-androideabi-gcc -v >&5
# Using built-in specs.
# COLLECT_GCC=arm-linux-androideabi-gcc
# COLLECT_LTO_WRAPPER=/sysroot/bin/../libexec/gcc/arm-linux-androideabi/4.8/lto-wrapper
# Target: arm-linux-androideabi
# Configured with: /s/ndk-toolchain/src/build/../gcc/gcc-4.8/configure --prefix=/tmp/ndk-andrewhsieh/build/toolchain/prefix --target=arm-linux-androideabi --host=x86_64-linux-gnu --build=x86_64-linux-gnu --with-gnu-as --with-gnu-ld --enable-languages=c,c++ --with-gmp=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --with-mpfr=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --with-mpc=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --with-cloog=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --with-isl=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --with-ppl=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --disable-ppl-version-check --disable-cloog-version-check --disable-isl-version-check --enable-cloog-backend=isl --with-host-libstdcxx='-static-libgcc -Wl,-Bstatic,-lstdc++,-Bdynamic -lm' --disable-libssp --enable-threads --disable-nls --disable-libmudflap --disable-libgomp --disable-libstdc__-v3 --disable-sjlj-exceptions --disable-shared --disable-tls --disable-libitm --with-float=soft --with-fpu=vfp --with-arch=armv5te --enable-target-optspace --enable-initfini-array --disable-nls --prefix=/tmp/ndk-andrewhsieh/build/toolchain/prefix --with-sysroot=/tmp/ndk-andrewhsieh/build/toolchain/prefix/sysroot --with-binutils-version=2.25 --with-mpfr-version=3.1.1 --with-mpc-version=1.0.1 --with-gmp-version=5.0.5 --with-gcc-version=4.8 --with-gdb-version=7.7 --with-python=/usr/local/google/home/andrewhsieh/mydroid/ndk/prebuilt/linux-x86_64/bin/python-config.sh --with-gxx-include-dir=/tmp/ndk-andrewhsieh/build/toolchain/prefix/include/c++/4.8 --with-bugurl=http://source.android.com/source/report-bugs.html --enable-languages=c,c++ --disable-bootstrap --enable-plugins --enable-libgomp --enable-gnu-indirect-function --disable-libsanitizer --enable-gold --enable-threads --enable-graphite=yes --with-cloog-version=0.18.0 --with-isl-version=0.11.1 --enable-eh-frame-hdr-for-static --with-arch=armv5te --program-transform-name='s&^&arm-linux-androideabi-&' --enable-gold=default
# Thread model: posix
# gcc version 4.8 (GCC)
# configure:2752: $? = 0
# configure:2759: arm-linux-androideabi-gcc -V >&5
# arm-linux-androideabi-gcc: error: unrecognized command line option '-V'
# arm-linux-androideabi-gcc: fatal error: no input files
# compilation terminated.
# configure:2762: $? = 1
# configure:2785: checking for C compiler default output file name
# configure:2812: arm-linux-androideabi-gcc conftest.c >&5
# configure:2815: $? = 0
# configure:2853: result: a.out
# configure:2870: checking whether the C compiler works
# configure:2900: result: yes
# configure:2907: checking whether we are cross compiling
# configure:2909: result: yes
# configure:2912: checking for suffix of executables
# configure:2919: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# configure:2922: $? = 0
# configure:2946: result:
# configure:2952: checking for suffix of object files
# configure:2978: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:2981: $? = 0
# configure:3004: result: o
# configure:3008: checking whether we are using the GNU C compiler
# configure:3037: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:3043: $? = 0
# configure:3060: result: yes
# configure:3065: checking whether arm-linux-androideabi-gcc accepts -g
# configure:3095: arm-linux-androideabi-gcc -c -g conftest.c >&5
# configure:3101: $? = 0
# configure:3200: result: yes
# configure:3217: checking for arm-linux-androideabi-gcc option to accept ISO C89
# configure:3291: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:3297: $? = 0
# configure:3320: result: none needed
# configure:3349: checking for style of include used by make
# configure:3377: result: GNU
# configure:3405: checking dependency style of arm-linux-androideabi-gcc
# configure:3495: result: gcc3
# configure:3517: checking for library containing pow
# configure:3558: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# conftest.c:18:6: warning: conflicting types for built-in function 'pow' [enabled by default]
# char pow ();
# ^
# /tmp/ccopooSj.o:conftest.c:function main: error: undefined reference to 'pow'
# collect2: error: ld returned 1 exit status
# configure:3564: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "gnugo"
# | #define PACKAGE_TARNAME "gnugo"
# | #define PACKAGE_VERSION "3.8"
# | #define PACKAGE_STRING "gnugo 3.8"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "gnugo"
# | #define VERSION "3.8"
# | #define GNU_PACKAGE "GNU gnugo"
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char pow ();
# | int
# | main ()
# | {
# | return pow ();
# | ;
# | return 0;
# | }
# configure:3558: arm-linux-androideabi-gcc -o conftest conftest.c -lm >&5
# conftest.c:18:6: warning: conflicting types for built-in function 'pow' [enabled by default]
# char pow ();
# ^
# configure:3564: $? = 0
# configure:3592: result: -lm
# configure:3601: checking for mingw32
# configure:3627: arm-linux-androideabi-gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:15:8: error: '__MINGW32__' undeclared (first use in this function)
# return __MINGW32__
# ^
# conftest.c:15:8: note: each undeclared identifier is reported only once for each function it appears in
# configure:3633: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "gnugo"
# | #define PACKAGE_TARNAME "gnugo"
# | #define PACKAGE_VERSION "3.8"
# | #define PACKAGE_STRING "gnugo 3.8"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "gnugo"
# | #define VERSION "3.8"
# | #define GNU_PACKAGE "GNU gnugo"
# | /* end confdefs.h. */
# |
# | int
# | main ()
# | {
# | return __MINGW32__
# | ;
# | return 0;
# | }
# configure:3649: result: no
# configure:3744: checking how to run the C preprocessor
# configure:3784: arm-linux-androideabi-gcc -E conftest.c
# configure:3790: $? = 0
# configure:3821: arm-linux-androideabi-gcc -E conftest.c
# conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:3827: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "gnugo"
# | #define PACKAGE_TARNAME "gnugo"
# | #define PACKAGE_VERSION "3.8"
# | #define PACKAGE_STRING "gnugo 3.8"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "gnugo"
# | #define VERSION "3.8"
# | #define GNU_PACKAGE "GNU gnugo"
# | /* end confdefs.h. */
# | #include
# configure:3860: result: arm-linux-androideabi-gcc -E
# configure:3889: arm-linux-androideabi-gcc -E conftest.c
# configure:3895: $? = 0
# configure:3926: arm-linux-androideabi-gcc -E conftest.c
# conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:3932: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "gnugo"
# | #define PACKAGE_TARNAME "gnugo"
# | #define PACKAGE_VERSION "3.8"
# | #define PACKAGE_STRING "gnugo 3.8"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "gnugo"
# | #define VERSION "3.8"
# | #define GNU_PACKAGE "GNU gnugo"
# | /* end confdefs.h. */
# | #include
# configure:3972: checking for arm-linux-androideabi-ranlib
# configure:3988: found /sysroot/bin/arm-linux-androideabi-ranlib
# configure:3999: result: arm-linux-androideabi-ranlib
# configure:4066: checking whether make sets $(MAKE)
# configure:4087: result: yes
# configure:4097: checking whether time.h and sys/time.h may both be included
# configure:4127: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4133: $? = 0
# configure:4148: result: yes
# configure:4159: checking for an ANSI C-conforming const
# configure:4234: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4240: $? = 0
# configure:4255: result: yes
# configure:4267: checking for grep that handles long lines and -e
# configure:4341: result: /usr/sbin/grep
# configure:4346: checking for egrep
# configure:4424: result: /usr/sbin/grep -E
# configure:4429: checking for ANSI C header files
# configure:4459: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4465: $? = 0
# configure:4593: result: yes
# configure:4617: checking for sys/types.h
# configure:4638: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4644: $? = 0
# configure:4660: result: yes
# configure:4617: checking for sys/stat.h
# configure:4638: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4644: $? = 0
# configure:4660: result: yes
# configure:4617: checking for stdlib.h
# configure:4638: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4644: $? = 0
# configure:4660: result: yes
# configure:4617: checking for string.h
# configure:4638: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4644: $? = 0
# configure:4660: result: yes
# configure:4617: checking for memory.h
# configure:4638: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4644: $? = 0
# configure:4660: result: yes
# configure:4617: checking for strings.h
# configure:4638: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4644: $? = 0
# configure:4660: result: yes
# configure:4617: checking for inttypes.h
# configure:4638: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4644: $? = 0
# configure:4660: result: yes
# configure:4617: checking for stdint.h
# configure:4638: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4644: $? = 0
# configure:4660: result: yes
# configure:4617: checking for unistd.h
# configure:4638: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4644: $? = 0
# configure:4660: result: yes
# configure:4679: checking for unistd.h
# configure:4685: result: yes
# configure:4689: checking sys/time.h usability
# configure:4706: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4712: $? = 0
# configure:4726: result: yes
# configure:4730: checking sys/time.h presence
# configure:4745: arm-linux-androideabi-gcc -E conftest.c
# configure:4751: $? = 0
# configure:4765: result: yes
# configure:4793: checking for sys/time.h
# configure:4801: result: yes
# configure:4689: checking sys/times.h usability
# configure:4706: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4712: $? = 0
# configure:4726: result: yes
# configure:4730: checking sys/times.h presence
# configure:4745: arm-linux-androideabi-gcc -E conftest.c
# configure:4751: $? = 0
# configure:4765: result: yes
# configure:4793: checking for sys/times.h
# configure:4801: result: yes
# configure:4832: checking curses.h usability
# configure:4849: arm-linux-androideabi-gcc -c conftest.c >&5
# conftest.c:58:20: fatal error: curses.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:4855: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "gnugo"
# | #define PACKAGE_TARNAME "gnugo"
# | #define PACKAGE_VERSION "3.8"
# | #define PACKAGE_STRING "gnugo 3.8"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "gnugo"
# | #define VERSION "3.8"
# | #define GNU_PACKAGE "GNU gnugo"
# | #define TIME_WITH_SYS_TIME 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TIMES_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:4869: result: no
# configure:4873: checking curses.h presence
# configure:4888: arm-linux-androideabi-gcc -E conftest.c
# conftest.c:25:20: fatal error: curses.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:4894: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "gnugo"
# | #define PACKAGE_TARNAME "gnugo"
# | #define PACKAGE_VERSION "3.8"
# | #define PACKAGE_STRING "gnugo 3.8"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "gnugo"
# | #define VERSION "3.8"
# | #define GNU_PACKAGE "GNU gnugo"
# | #define TIME_WITH_SYS_TIME 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TIMES_H 1
# | /* end confdefs.h. */
# | #include
# configure:4908: result: no
# configure:4936: checking for curses.h
# configure:4944: result: no
# configure:4832: checking term.h usability
# configure:4849: arm-linux-androideabi-gcc -c conftest.c >&5
# conftest.c:58:18: fatal error: term.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:4855: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "gnugo"
# | #define PACKAGE_TARNAME "gnugo"
# | #define PACKAGE_VERSION "3.8"
# | #define PACKAGE_STRING "gnugo 3.8"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "gnugo"
# | #define VERSION "3.8"
# | #define GNU_PACKAGE "GNU gnugo"
# | #define TIME_WITH_SYS_TIME 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TIMES_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:4869: result: no
# configure:4873: checking term.h presence
# configure:4888: arm-linux-androideabi-gcc -E conftest.c
# conftest.c:25:18: fatal error: term.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:4894: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "gnugo"
# | #define PACKAGE_TARNAME "gnugo"
# | #define PACKAGE_VERSION "3.8"
# | #define PACKAGE_STRING "gnugo 3.8"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "gnugo"
# | #define VERSION "3.8"
# | #define GNU_PACKAGE "GNU gnugo"
# | #define TIME_WITH_SYS_TIME 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TIMES_H 1
# | /* end confdefs.h. */
# | #include
# configure:4908: result: no
# configure:4936: checking for term.h
# configure:4944: result: no
# configure:4832: checking ncurses/curses.h usability
# configure:4849: arm-linux-androideabi-gcc -c conftest.c >&5
# conftest.c:58:28: fatal error: ncurses/curses.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:4855: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "gnugo"
# | #define PACKAGE_TARNAME "gnugo"
# | #define PACKAGE_VERSION "3.8"
# | #define PACKAGE_STRING "gnugo 3.8"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "gnugo"
# | #define VERSION "3.8"
# | #define GNU_PACKAGE "GNU gnugo"
# | #define TIME_WITH_SYS_TIME 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TIMES_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:4869: result: no
# configure:4873: checking ncurses/curses.h presence
# configure:4888: arm-linux-androideabi-gcc -E conftest.c
# conftest.c:25:28: fatal error: ncurses/curses.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:4894: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "gnugo"
# | #define PACKAGE_TARNAME "gnugo"
# | #define PACKAGE_VERSION "3.8"
# | #define PACKAGE_STRING "gnugo 3.8"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "gnugo"
# | #define VERSION "3.8"
# | #define GNU_PACKAGE "GNU gnugo"
# | #define TIME_WITH_SYS_TIME 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TIMES_H 1
# | /* end confdefs.h. */
# | #include
# configure:4908: result: no
# configure:4936: checking for ncurses/curses.h
# configure:4944: result: no
# configure:4832: checking ncurses/term.h usability
# configure:4849: arm-linux-androideabi-gcc -c conftest.c >&5
# conftest.c:58:26: fatal error: ncurses/term.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:4855: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "gnugo"
# | #define PACKAGE_TARNAME "gnugo"
# | #define PACKAGE_VERSION "3.8"
# | #define PACKAGE_STRING "gnugo 3.8"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "gnugo"
# | #define VERSION "3.8"
# | #define GNU_PACKAGE "GNU gnugo"
# | #define TIME_WITH_SYS_TIME 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TIMES_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:4869: result: no
# configure:4873: checking ncurses/term.h presence
# configure:4888: arm-linux-androideabi-gcc -E conftest.c
# conftest.c:25:26: fatal error: ncurses/term.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:4894: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "gnugo"
# | #define PACKAGE_TARNAME "gnugo"
# | #define PACKAGE_VERSION "3.8"
# | #define PACKAGE_STRING "gnugo 3.8"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "gnugo"
# | #define VERSION "3.8"
# | #define GNU_PACKAGE "GNU gnugo"
# | #define TIME_WITH_SYS_TIME 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TIMES_H 1
# | /* end confdefs.h. */
# | #include
# configure:4908: result: no
# configure:4936: checking for ncurses/term.h
# configure:4944: result: no
# configure:4974: checking for long
# configure:5005: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:5011: $? = 0
# configure:5026: result: yes
# configure:5033: checking size of long
# configure:5065: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:5071: $? = 0
# configure:5103: arm-linux-androideabi-gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:31:12: error: size of array 'test_array' is negative
# static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= 0)];
# ^
# configure:5109: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "gnugo"
# | #define PACKAGE_TARNAME "gnugo"
# | #define PACKAGE_VERSION "3.8"
# | #define PACKAGE_STRING "gnugo 3.8"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "gnugo"
# | #define VERSION "3.8"
# | #define GNU_PACKAGE "GNU gnugo"
# | #define TIME_WITH_SYS_TIME 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TIMES_H 1
# | /* end confdefs.h. */
# | #include
# |
# | typedef long ac__type_sizeof_;
# | int
# | main ()
# | {
# | static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= 0)];
# | test_array [0] = 0
# |
# | ;
# | return 0;
# | }
# configure:5103: arm-linux-androideabi-gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:31:12: error: size of array 'test_array' is negative
# static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= 1)];
# ^
# configure:5109: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "gnugo"
# | #define PACKAGE_TARNAME "gnugo"
# | #define PACKAGE_VERSION "3.8"
# | #define PACKAGE_STRING "gnugo 3.8"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "gnugo"
# | #define VERSION "3.8"
# | #define GNU_PACKAGE "GNU gnugo"
# | #define TIME_WITH_SYS_TIME 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TIMES_H 1
# | /* end confdefs.h. */
# | #include
# |
# | typedef long ac__type_sizeof_;
# | int
# | main ()
# | {
# | static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= 1)];
# | test_array [0] = 0
# |
# | ;
# | return 0;
# | }
# configure:5103: arm-linux-androideabi-gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:31:12: error: size of array 'test_array' is negative
# static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= 3)];
# ^
# configure:5109: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "gnugo"
# | #define PACKAGE_TARNAME "gnugo"
# | #define PACKAGE_VERSION "3.8"
# | #define PACKAGE_STRING "gnugo 3.8"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "gnugo"
# | #define VERSION "3.8"
# | #define GNU_PACKAGE "GNU gnugo"
# | #define TIME_WITH_SYS_TIME 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TIMES_H 1
# | /* end confdefs.h. */
# | #include
# |
# | typedef long ac__type_sizeof_;
# | int
# | main ()
# | {
# | static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= 3)];
# | test_array [0] = 0
# |
# | ;
# | return 0;
# | }
# configure:5103: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:5109: $? = 0
# configure:5261: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:5267: $? = 0
# configure:5261: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:5267: $? = 0
# configure:5376: result: 4
# configure:5394: checking for vsnprintf
# configure:5450: arm-linux-androideabi-gcc -o conftest conftest.c -lm >&5
# conftest.c:49:6: warning: conflicting types for built-in function 'vsnprintf' [enabled by default]
# char vsnprintf ();
# ^
# configure:5456: $? = 0
# configure:5474: result: yes
# configure:5394: checking for gettimeofday
# configure:5450: arm-linux-androideabi-gcc -o conftest conftest.c -lm >&5
# configure:5456: $? = 0
# configure:5474: result: yes
# configure:5394: checking for usleep
# configure:5450: arm-linux-androideabi-gcc -o conftest conftest.c -lm >&5
# configure:5456: $? = 0
# configure:5474: result: yes
# configure:5394: checking for times
# configure:5450: arm-linux-androideabi-gcc -o conftest conftest.c -lm >&5
# configure:5456: $? = 0
# configure:5474: result: yes
# configure:5783: checking for variadic cpp define
# configure:5810: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:5816: $? = 0
# configure:5832: result: yes
# configure:5845: checking whether arm-linux-androideabi-gcc supports transparent unions
# configure:5877: arm-linux-androideabi-gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:40:3: warning: no semicolon at end of struct or union [enabled by default]
# } A = { { .y = 0.0 } };
# ^
# configure:5883: $? = 0
# configure:5899: result: yes
# configure:6027: checking for color support
# configure:6029: result: none (curses failed)
# configure:6467: checking whether socket support can be compiled
# configure:6510: arm-linux-androideabi-gcc -o conftest conftest.c -lm >&5
# configure:6516: $? = 0
# configure:6533: result: yes
# configure:6698: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by gnugo config.status 3.8, which was
# generated by GNU Autoconf 2.61. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 40c20d65260b
#
# config.status:653: creating Makefile
# config.status:653: creating interface/Makefile
# config.status:653: creating patterns/Makefile
# config.status:653: creating sgf/Makefile
# config.status:653: creating utils/Makefile
# config.status:653: creating engine/Makefile
# config.status:653: creating doc/Makefile
# config.status:653: creating regression/Makefile
# config.status:653: creating config.vc
# config.status:653: creating config.h
# config.status:948: executing depfiles commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_const=yes
# ac_cv_env_CC_set=set
# ac_cv_env_CC_value=arm-linux-androideabi-gcc
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_value=
# ac_cv_env_CPPFLAGS_set=set
# ac_cv_env_CPPFLAGS_value=
# ac_cv_env_CPP_set=
# ac_cv_env_CPP_value=
# ac_cv_env_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_value=
# ac_cv_env_LIBS_set=
# ac_cv_env_LIBS_value=
# ac_cv_env_build_alias_set=set
# ac_cv_env_build_alias_value=x86_64-unknown-linux
# ac_cv_env_host_alias_set=set
# ac_cv_env_host_alias_value=arm-linux-androideabi
# ac_cv_env_target_alias_set=
# ac_cv_env_target_alias_value=
# ac_cv_func_gettimeofday=yes
# ac_cv_func_times=yes
# ac_cv_func_usleep=yes
# ac_cv_func_vsnprintf=yes
# ac_cv_header_curses_h=no
# ac_cv_header_inttypes_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_ncurses_curses_h=no
# ac_cv_header_ncurses_term_h=no
# ac_cv_header_stdc=yes
# ac_cv_header_stdint_h=yes
# ac_cv_header_stdlib_h=yes
# ac_cv_header_string_h=yes
# ac_cv_header_strings_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_time_h=yes
# ac_cv_header_sys_times_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_term_h=no
# ac_cv_header_time=yes
# ac_cv_header_unistd_h=yes
# ac_cv_mingw32=no
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/sbin/grep -E'
# ac_cv_path_GREP=/usr/sbin/grep
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CC=arm-linux-androideabi-gcc
# ac_cv_prog_CPP='arm-linux-androideabi-gcc -E'
# ac_cv_prog_RANLIB=arm-linux-androideabi-ranlib
# ac_cv_prog_STRIP=arm-linux-androideabi-strip
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_make_make_set=yes
# ac_cv_search_pow=-lm
# ac_cv_sizeof_long=4
# ac_cv_type_long=yes
# am_cv_CC_dependencies_compiler_type=gcc3
# gnugo_cv_cpp_variadic_define=yes
# gnugo_cv_sockets_supported=yes
# gnugo_cv_transparent_unions=yes
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/gnugo/src/gnugo-3.8/missing --run aclocal-1.9'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='${SHELL} /tmp/gnugo/src/gnugo-3.8/missing --run tar'
# AUTOCONF='${SHELL} /tmp/gnugo/src/gnugo-3.8/missing --run autoconf'
# AUTOHEADER='${SHELL} /tmp/gnugo/src/gnugo-3.8/missing --run autoheader'
# AUTOMAKE='${SHELL} /tmp/gnugo/src/gnugo-3.8/missing --run automake-1.9'
# AWK='gawk'
# CC='arm-linux-androideabi-gcc'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=''
# CPP='arm-linux-androideabi-gcc -E'
# CPPFLAGS=''
# CYGPATH_W='echo'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# DFA_ENABLED_FALSE='#'
# DFA_ENABLED_TRUE=''
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/sbin/grep -E'
# EXEEXT=''
# GCC_MAJOR_VERSION='4'
# GCC_MINOR_VERSION='8'
# GCC_ONLY_FALSE='#'
# GCC_ONLY_TRUE=''
# GNU_GO_WARNINGS='-Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wundef -Wdeclaration-after-statement'
# GREP='/usr/sbin/grep'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
# LDFLAGS=''
# LIBOBJS=''
# LIBS='-lm '
# LTLIBOBJS=''
# MAINT='#'
# MAINTAINER_MODE_FALSE=''
# MAINTAINER_MODE_TRUE='#'
# MAKEINFO='${SHELL} /tmp/gnugo/src/gnugo-3.8/missing --run makeinfo'
# OBJEXT='o'
# PACKAGE='gnugo'
# PACKAGE_BUGREPORT=''
# PACKAGE_NAME='gnugo'
# PACKAGE_STRING='gnugo 3.8'
# PACKAGE_TARNAME='gnugo'
# PACKAGE_VERSION='3.8'
# PATH_SEPARATOR=':'
# RANLIB='arm-linux-androideabi-ranlib'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='arm-linux-androideabi-strip'
# VERSION='3.8'
# ac_ct_CC=''
# am__fastdepCC_FALSE='#'
# am__fastdepCC_TRUE=''
# am__include='include'
# am__leading_dot='.'
# am__quote=''
# am__tar='${AMTAR} chof - "$$tardir"'
# am__untar='${AMTAR} xf -'
# bindir='${exec_prefix}/bin'
# build_alias='x86_64-unknown-linux'
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
# dvidir='${docdir}'
# exec_prefix='${prefix}'
# glibconfig=''
# host_alias='arm-linux-androideabi'
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# install_sh='/tmp/gnugo/src/gnugo-3.8/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# mkdir_p='mkdir -p --'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# sysconfdir='${prefix}/etc'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# #define PACKAGE_NAME "gnugo"
# #define PACKAGE_TARNAME "gnugo"
# #define PACKAGE_VERSION "3.8"
# #define PACKAGE_STRING "gnugo 3.8"
# #define PACKAGE_BUGREPORT ""
# #define PACKAGE "gnugo"
# #define VERSION "3.8"
# #define GNU_PACKAGE "GNU gnugo"
# #define TIME_WITH_SYS_TIME 1
# #define STDC_HEADERS 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_MEMORY_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_SYS_TIME_H 1
# #define HAVE_SYS_TIMES_H 1
# #define SIZEOF_LONG 4
# #define HAVE_VSNPRINTF 1
# #define HAVE_GETTIMEOFDAY 1
# #define HAVE_USLEEP 1
# #define HAVE_TIMES 1
# #define HAVE_VARIADIC_DEFINE 1
# #define HAVE_TRANSPARENT_UNIONS 1
# #define READLINE 0
# #define GRID_OPT 1
# #define DEFAULT_MEMORY -1
# #define DEFAULT_LEVEL 10
# #define OWL_NODE_LIMIT 1000
# #define SEMEAI_NODE_LIMIT 500
# #define CHINESE_RULES 0
# #define RESIGNATION_ALLOWED 1
# #define ORACLE 0
# #define USE_BREAK_IN 1
# #define EXPERIMENTAL_OWL_EXT 0
# #define COSMIC_GNUGO 0
# #define LARGE_SCALE 0
# #define EXPERIMENTAL_CONNECTIONS 1
# #define ALTERNATE_CONNECTIONS 1
# #define OWL_THREATS 0
# #define USE_VALGRIND 0
# #define ENABLE_SOCKET_SUPPORT 1
#
# configure: exit 0