Build of gnuchess with clang_glibc toolchain

The build took 00h 04m 24s and was SUCCESSFUL.

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

SLOCLanguage
22,114 cpp
5,008 sh
4,684 makefile
51 ruby
16 sed
31,873 total

The process tree of the build process is here.

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/sysroot --> /sysroot/sysroot
# /toolchain_root/lib --> /sysroot/lib
# /toolchain_root/sbin --> /sysroot/sbin
# /toolchain_root/lib64 --> /sysroot/lib64
# /toolchain_root/etc --> /sysroot/etc
# /toolchain_root/share --> /sysroot/share
# /toolchain_root/bin --> /sysroot/bin
# /toolchain_root/var --> /sysroot/var
# /toolchain_root/usr --> /sysroot/usr
# /toolchain_root/glibc-build --> /sysroot/glibc-build
# /toolchain_root/x86_64-pc-linux-gnu --> /sysroot/x86_64-pc-linux-gnu
# /toolchain_root/include --> /sysroot/include
# /toolchain_root/libexec --> /sysroot/libexec

CMD: sudo -u tuscan PATH=/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=clang CXX=clang++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: gnuchess 6.2.2-2 (Thu Apr 13 11:15:49 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 x86_64-unknown-linux-strip... no
# checking for strip... strip
# checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking whether make supports nested variables... yes
# checking for x86_64-unknown-linux-gcc... clang
# checking whether the C compiler works... yes
# checking for C compiler default output file name... a.out
# checking for suffix of executables...
# checking whether we are cross compiling... no
# checking for suffix of object files... o
# checking whether we are using the GNU C compiler... yes
# checking whether clang accepts -g... yes
# checking for clang option to accept ISO C89... none needed
# checking whether clang understands -c and -o together... yes
# checking for style of include used by make... GNU
# checking dependency style of clang... gcc3
# checking whether we are using the GNU C++ compiler... yes
# checking whether clang++ accepts -g... yes
# checking dependency style of clang++... gcc3
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking for gawk... (cached) gawk
# checking whether ln -s works... yes
# checking whether struct tm is in sys/time.h or time.h... time.h
# checking for flex... flex
# checking lex output file root... lex.yy
# checking lex library... none needed
# checking whether yytext is a pointer... no
# checking for tputs in -lncurses... yes
# checking for readline in -lreadline... yes
# checking how to run the C preprocessor... clang -E
# checking for grep that handles long lines and -e... /usr/bin/grep
# checking for egrep... /usr/bin/grep -E
# checking for ANSI C header files... yes
# checking for sys/types.h... yes
# checking for sys/stat.h... yes
# checking for stdlib.h... yes
# checking for string.h... yes
# checking for memory.h... yes
# checking for strings.h... yes
# checking for inttypes.h... yes
# checking for stdint.h... yes
# checking for unistd.h... yes
# checking readline/readline.h usability... yes
# checking readline/readline.h presence... yes
# checking for readline/readline.h... yes
# checking readline/history.h usability... yes
# checking readline/history.h presence... yes
# checking for readline/history.h... yes
# checking for ANSI C header files... (cached) yes
# checking time.h usability... yes
# checking time.h presence... yes
# checking for time.h... yes
# checking sys/time.h usability... yes
# checking sys/time.h presence... yes
# checking for sys/time.h... yes
# checking for unistd.h... (cached) yes
# checking errno.h usability... yes
# checking errno.h presence... yes
# checking for errno.h... yes
# checking fcntl.h usability... yes
# checking fcntl.h presence... yes
# checking for fcntl.h... yes
# checking libintl.h usability... yes
# checking libintl.h presence... yes
# checking for libintl.h... yes
# checking for an ANSI C-conforming const... yes
# checking for working volatile... yes
# checking for stdlib.h... (cached) yes
# checking for GNU libc compatible realloc... yes
# checking for stdbool.h that conforms to C99... yes
# checking for _Bool... yes
# checking for inline... inline
# checking for size_t... yes
# checking whether time.h and sys/time.h may both be included... yes
# checking for stdint types... stdint.h (shortcircuit)
# make use of stdint.h in src/GCint.h (assuming C99 compatible system)
# checking return type of signal handlers... void
# checking for stdlib.h... (cached) yes
# checking for GNU libc compatible malloc... yes
# checking for working memcmp... yes
# checking for gettimeofday... yes
# checking for strchr... yes
# checking for strcspn... yes
# checking for strstr... yes
# checking for strerror... yes
# checking for memset... yes
# checking for strdup... yes
# checking for strtol... yes
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking for the pthreads library -lpthreads... no
# checking whether pthreads work without any flags... no
# checking whether pthreads work with -Kthread... no
# checking whether pthreads work with -kthread... no
# checking for the pthreads library -llthread... no
# checking whether pthreads work with -pthread... yes
# checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
# checking if more special flags are required for pthreads... no
# checking for cc_r... clang
# checking for a sed that does not truncate output... /usr/bin/sed
# checking whether NLS is requested... yes
# checking for msgfmt... /usr/bin/msgfmt
# checking for gmsgfmt... /usr/bin/msgfmt
# checking for xgettext... /usr/bin/xgettext
# checking for msgmerge... /usr/bin/msgmerge
# checking for ld used by clang... /usr/bin/ld
# checking if the linker (/usr/bin/ld) is GNU ld... yes
# checking for shared library run path origin... done
# checking for CFPreferencesCopyAppValue... no
# checking for CFLocaleCopyCurrent... no
# checking for GNU gettext in libc... yes
# checking whether to use NLS... yes
# checking where the gettext function comes from... libc
# checking that generated files are newer than configure... done
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating src/Makefile
# config.status: creating src/frontend/Makefile
# config.status: creating src/adapter/Makefile
# config.status: creating src/engine/Makefile
# config.status: creating doc/Makefile
# config.status: creating po/Makefile.in
# config.status: creating man/Makefile
# config.status: creating src/config.h
# config.status: executing depfiles commands
# config.status: executing src/GCint.h commands
# config.status: creating src/GCint.h : _GNUCHESS_SRC_GCINT_H
# config.status: executing po-directories commands
# config.status: creating po/POTFILES
# config.status: creating po/Makefile
# Making all in src
# make[1]: Entering directory '/tmp/gnuchess/src/gnuchess-6.2.2/src'
# rm -f configmake.h-t configmake.h
# { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
# echo '#define PKGDATADIR "/usr/share/gnuchess"'; \
# } | sed '/""/d' > configmake.h-t
# mv configmake.h-t configmake.h
# make all-recursive
# make[2]: Entering directory '/tmp/gnuchess/src/gnuchess-6.2.2/src'
# Making all in frontend
# make[3]: Entering directory '/tmp/gnuchess/src/gnuchess-6.2.2/src/frontend'
# clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../lib -MT atak.o -MD -MP -MF .deps/atak.Tpo -c -o atak.o atak.cc
# mv -f .deps/atak.Tpo .deps/atak.Po
# clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../lib -MT cmd.o -MD -MP -MF .deps/cmd.Tpo -c -o cmd.o cmd.cc
# mv -f .deps/cmd.Tpo .deps/cmd.Po
# clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../lib -MT debug.o -MD -MP -MF .deps/debug.Tpo -c -o debug.o debug.cc
# mv -f .deps/debug.Tpo .deps/debug.Po
# clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../lib -MT epd.o -MD -MP -MF .deps/epd.Tpo -c -o epd.o epd.cc
# mv -f .deps/epd.Tpo .deps/epd.Po
# clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../lib -MT genmove.o -MD -MP -MF .deps/genmove.Tpo -c -o genmove.o genmove.cc
# mv -f .deps/genmove.Tpo .deps/genmove.Po
# clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../lib -MT init.o -MD -MP -MF .deps/init.Tpo -c -o init.o init.cc
# mv -f .deps/init.Tpo .deps/init.Po
# clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../lib -MT move.o -MD -MP -MF .deps/move.Tpo -c -o move.o move.cc
# mv -f .deps/move.Tpo .deps/move.Po
# clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../lib -MT output.o -MD -MP -MF .deps/output.Tpo -c -o output.o output.cc
# mv -f .deps/output.Tpo .deps/output.Po
# clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../lib -MT players.o -MD -MP -MF .deps/players.Tpo -c -o players.o players.cc
# mv -f .deps/players.Tpo .deps/players.Po
# clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../lib -MT pgn.o -MD -MP -MF .deps/pgn.Tpo -c -o pgn.o pgn.cc
# mv -f .deps/pgn.Tpo .deps/pgn.Po
# clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../lib -MT solve.o -MD -MP -MF .deps/solve.Tpo -c -o solve.o solve.cc
# mv -f .deps/solve.Tpo .deps/solve.Po
# clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../lib -MT swap.o -MD -MP -MF .deps/swap.Tpo -c -o swap.o swap.cc
# mv -f .deps/swap.Tpo .deps/swap.Po
# clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../lib -MT util.o -MD -MP -MF .deps/util.Tpo -c -o util.o util.cc
# mv -f .deps/util.Tpo .deps/util.Po
# clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../lib -MT engine.o -MD -MP -MF .deps/engine.Tpo -c -o engine.o engine.cc
# mv -f .deps/engine.Tpo .deps/engine.Po
# clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../lib -MT lexpgn.o -MD -MP -MF .deps/lexpgn.Tpo -c -o lexpgn.o lexpgn.cc
# lexpgn.ll:229:9: warning: enumeration value 'NO_TAG' not handled in switch [-Wswitch]
# switch(ctag) {
# ^
# 1 warning generated.
# mv -f .deps/lexpgn.Tpo .deps/lexpgn.Po
# rm -f libfrontend.a
# ar cru libfrontend.a atak.o cmd.o debug.o epd.o genmove.o init.o move.o output.o players.o pgn.o solve.o swap.o util.o engine.o lexpgn.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# ranlib libfrontend.a
# make[3]: Leaving directory '/tmp/gnuchess/src/gnuchess-6.2.2/src/frontend'
# Making all in adapter
# make[3]: Entering directory '/tmp/gnuchess/src/gnuchess-6.2.2/src/adapter'
# clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../src -pthread -MT adapter.o -MD -MP -MF .deps/adapter.Tpo -c -o adapter.o adapter.cpp
# mv -f .deps/adapter.Tpo .deps/adapter.Po
# clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../src -pthread -MT attack.o -MD -MP -MF .deps/attack.Tpo -c -o attack.o attack.cpp
# mv -f .deps/attack.Tpo .deps/attack.Po
# clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../src -pthread -MT board.o -MD -MP -MF .deps/board.Tpo -c -o board.o board.cpp
# mv -f .deps/board.Tpo .deps/board.Po
# clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../src -pthread -MT book.o -MD -MP -MF .deps/book.Tpo -c -o book.o book.cpp
# mv -f .deps/book.Tpo .deps/book.Po
# clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../src -pthread -MT book_make.o -MD -MP -MF .deps/book_make.Tpo -c -o book_make.o book_make.cpp
# mv -f .deps/book_make.Tpo .deps/book_make.Po
# clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../src -pthread -MT book_merge.o -MD -MP -MF .deps/book_merge.Tpo -c -o book_merge.o book_merge.cpp
# mv -f .deps/book_merge.Tpo .deps/book_merge.Po
# clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../src -pthread -MT colour.o -MD -MP -MF .deps/colour.Tpo -c -o colour.o colour.cpp
# mv -f .deps/colour.Tpo .deps/colour.Po
# clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../src -pthread -MT engine.o -MD -MP -MF .deps/engine.Tpo -c -o engine.o engine.cpp
# mv -f .deps/engine.Tpo .deps/engine.Po
# clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../src -pthread -MT epd.o -MD -MP -MF .deps/epd.Tpo -c -o epd.o epd.cpp
# mv -f .deps/epd.Tpo .deps/epd.Po
# clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../src -pthread -MT fen.o -MD -MP -MF .deps/fen.Tpo -c -o fen.o fen.cpp
# mv -f .deps/fen.Tpo .deps/fen.Po
# clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../src -pthread -MT game.o -MD -MP -MF .deps/game.Tpo -c -o game.o game.cpp
# game.cpp:86:38: warning: if statement has empty body [-Wempty-body]
# if (!move_is_legal(move,board));
# ^
# game.cpp:86:38: note: put the semicolon on a separate line to silence this warning
# 1 warning generated.
# mv -f .deps/game.Tpo .deps/game.Po
# clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../src -pthread -MT hash.o -MD -MP -MF .deps/hash.Tpo -c -o hash.o hash.cpp
# mv -f .deps/hash.Tpo .deps/hash.Po
# clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../src -pthread -MT io.o -MD -MP -MF .deps/io.Tpo -c -o io.o io.cpp
# mv -f .deps/io.Tpo .deps/io.Po
# clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../src -pthread -MT line.o -MD -MP -MF .deps/line.Tpo -c -o line.o line.cpp
# mv -f .deps/line.Tpo .deps/line.Po
# clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../src -pthread -MT list.o -MD -MP -MF .deps/list.Tpo -c -o list.o list.cpp
# mv -f .deps/list.Tpo .deps/list.Po
# clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../src -pthread -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.cpp
# mv -f .deps/main.Tpo .deps/main.Po
# clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../src -pthread -MT move.o -MD -MP -MF .deps/move.Tpo -c -o move.o move.cpp
# mv -f .deps/move.Tpo .deps/move.Po
# clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../src -pthread -MT move_do.o -MD -MP -MF .deps/move_do.Tpo -c -o move_do.o move_do.cpp
# mv -f .deps/move_do.Tpo .deps/move_do.Po
# clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../src -pthread -MT move_gen.o -MD -MP -MF .deps/move_gen.Tpo -c -o move_gen.o move_gen.cpp
# mv -f .deps/move_gen.Tpo .deps/move_gen.Po
# clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../src -pthread -MT move_legal.o -MD -MP -MF .deps/move_legal.Tpo -c -o move_legal.o move_legal.cpp
# mv -f .deps/move_legal.Tpo .deps/move_legal.Po
# clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../src -pthread -MT option.o -MD -MP -MF .deps/option.Tpo -c -o option.o option.cpp
# mv -f .deps/option.Tpo .deps/option.Po
# clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../src -pthread -MT parse.o -MD -MP -MF .deps/parse.Tpo -c -o parse.o parse.cpp
# mv -f .deps/parse.Tpo .deps/parse.Po
# clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../src -pthread -MT pgn.o -MD -MP -MF .deps/pgn.Tpo -c -o pgn.o pgn.cpp
# mv -f .deps/pgn.Tpo .deps/pgn.Po
# clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../src -pthread -MT piece.o -MD -MP -MF .deps/piece.Tpo -c -o piece.o piece.cpp
# mv -f .deps/piece.Tpo .deps/piece.Po
# clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../src -pthread -MT posix.o -MD -MP -MF .deps/posix.Tpo -c -o posix.o posix.cpp
# mv -f .deps/posix.Tpo .deps/posix.Po
# clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../src -pthread -MT random.o -MD -MP -MF .deps/random.Tpo -c -o random.o random.cpp
# mv -f .deps/random.Tpo .deps/random.Po
# clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../src -pthread -MT san.o -MD -MP -MF .deps/san.Tpo -c -o san.o san.cpp
# mv -f .deps/san.Tpo .deps/san.Po
# clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../src -pthread -MT search.o -MD -MP -MF .deps/search.Tpo -c -o search.o search.cpp
# mv -f .deps/search.Tpo .deps/search.Po
# clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../src -pthread -MT square.o -MD -MP -MF .deps/square.Tpo -c -o square.o square.cpp
# mv -f .deps/square.Tpo .deps/square.Po
# clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../src -pthread -MT uci.o -MD -MP -MF .deps/uci.Tpo -c -o uci.o uci.cpp
# mv -f .deps/uci.Tpo .deps/uci.Po
# clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../src -pthread -MT util.o -MD -MP -MF .deps/util.Tpo -c -o util.o util.cpp
# mv -f .deps/util.Tpo .deps/util.Po
# rm -f libadapter.a
# ar cru libadapter.a adapter.o attack.o board.o book.o book_make.o book_merge.o colour.o engine.o epd.o fen.o game.o hash.o io.o line.o list.o main.o move.o move_do.o move_gen.o move_legal.o option.o parse.o pgn.o piece.o posix.o random.o san.o search.o square.o uci.o util.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# ranlib libadapter.a
# make[3]: Leaving directory '/tmp/gnuchess/src/gnuchess-6.2.2/src/adapter'
# Making all in engine
# make[3]: Entering directory '/tmp/gnuchess/src/gnuchess-6.2.2/src/engine'
# clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../src -pthread -MT attack.o -MD -MP -MF .deps/attack.Tpo -c -o attack.o attack.cpp
# mv -f .deps/attack.Tpo .deps/attack.Po
# clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../src -pthread -MT board.o -MD -MP -MF .deps/board.Tpo -c -o board.o board.cpp
# mv -f .deps/board.Tpo .deps/board.Po
# clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../src -pthread -MT book.o -MD -MP -MF .deps/book.Tpo -c -o book.o book.cpp
# mv -f .deps/book.Tpo .deps/book.Po
# clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../src -pthread -MT eval.o -MD -MP -MF .deps/eval.Tpo -c -o eval.o eval.cpp
# mv -f .deps/eval.Tpo .deps/eval.Po
# clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../src -pthread -MT fen.o -MD -MP -MF .deps/fen.Tpo -c -o fen.o fen.cpp
# mv -f .deps/fen.Tpo .deps/fen.Po
# clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../src -pthread -MT hash.o -MD -MP -MF .deps/hash.Tpo -c -o hash.o hash.cpp
# mv -f .deps/hash.Tpo .deps/hash.Po
# clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../src -pthread -MT list.o -MD -MP -MF .deps/list.Tpo -c -o list.o list.cpp
# mv -f .deps/list.Tpo .deps/list.Po
# clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../src -pthread -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.cpp
# mv -f .deps/main.Tpo .deps/main.Po
# clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../src -pthread -MT material.o -MD -MP -MF .deps/material.Tpo -c -o material.o material.cpp
# mv -f .deps/material.Tpo .deps/material.Po
# clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../src -pthread -MT move.o -MD -MP -MF .deps/move.Tpo -c -o move.o move.cpp
# mv -f .deps/move.Tpo .deps/move.Po
# clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../src -pthread -MT move_check.o -MD -MP -MF .deps/move_check.Tpo -c -o move_check.o move_check.cpp
# mv -f .deps/move_check.Tpo .deps/move_check.Po
# clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../src -pthread -MT move_do.o -MD -MP -MF .deps/move_do.Tpo -c -o move_do.o move_do.cpp
# mv -f .deps/move_do.Tpo .deps/move_do.Po
# clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../src -pthread -MT move_evasion.o -MD -MP -MF .deps/move_evasion.Tpo -c -o move_evasion.o move_evasion.cpp
# mv -f .deps/move_evasion.Tpo .deps/move_evasion.Po
# clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../src -pthread -MT move_gen.o -MD -MP -MF .deps/move_gen.Tpo -c -o move_gen.o move_gen.cpp
# mv -f .deps/move_gen.Tpo .deps/move_gen.Po
# clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../src -pthread -MT move_legal.o -MD -MP -MF .deps/move_legal.Tpo -c -o move_legal.o move_legal.cpp
# mv -f .deps/move_legal.Tpo .deps/move_legal.Po
# clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../src -pthread -MT option.o -MD -MP -MF .deps/option.Tpo -c -o option.o option.cpp
# mv -f .deps/option.Tpo .deps/option.Po
# clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../src -pthread -MT pawn.o -MD -MP -MF .deps/pawn.Tpo -c -o pawn.o pawn.cpp
# mv -f .deps/pawn.Tpo .deps/pawn.Po
# clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../src -pthread -MT piece.o -MD -MP -MF .deps/piece.Tpo -c -o piece.o piece.cpp
# mv -f .deps/piece.Tpo .deps/piece.Po
# clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../src -pthread -MT posix.o -MD -MP -MF .deps/posix.Tpo -c -o posix.o posix.cpp
# mv -f .deps/posix.Tpo .deps/posix.Po
# clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../src -pthread -MT protocol.o -MD -MP -MF .deps/protocol.Tpo -c -o protocol.o protocol.cpp
# mv -f .deps/protocol.Tpo .deps/protocol.Po
# clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../src -pthread -MT pst.o -MD -MP -MF .deps/pst.Tpo -c -o pst.o pst.cpp
# mv -f .deps/pst.Tpo .deps/pst.Po
# clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../src -pthread -MT pv.o -MD -MP -MF .deps/pv.Tpo -c -o pv.o pv.cpp
# mv -f .deps/pv.Tpo .deps/pv.Po
# clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../src -pthread -MT random.o -MD -MP -MF .deps/random.Tpo -c -o random.o random.cpp
# mv -f .deps/random.Tpo .deps/random.Po
# clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../src -pthread -MT recog.o -MD -MP -MF .deps/recog.Tpo -c -o recog.o recog.cpp
# mv -f .deps/recog.Tpo .deps/recog.Po
# clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../src -pthread -MT search.o -MD -MP -MF .deps/search.Tpo -c -o search.o search.cpp
# mv -f .deps/search.Tpo .deps/search.Po
# clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../src -pthread -MT search_full.o -MD -MP -MF .deps/search_full.Tpo -c -o search_full.o search_full.cpp
# mv -f .deps/search_full.Tpo .deps/search_full.Po
# clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../src -pthread -MT see.o -MD -MP -MF .deps/see.Tpo -c -o see.o see.cpp
# mv -f .deps/see.Tpo .deps/see.Po
# clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../src -pthread -MT sort.o -MD -MP -MF .deps/sort.Tpo -c -o sort.o sort.cpp
# mv -f .deps/sort.Tpo .deps/sort.Po
# clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../src -pthread -MT square.o -MD -MP -MF .deps/square.Tpo -c -o square.o square.cpp
# mv -f .deps/square.Tpo .deps/square.Po
# clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../src -pthread -MT trans.o -MD -MP -MF .deps/trans.Tpo -c -o trans.o trans.cpp
# mv -f .deps/trans.Tpo .deps/trans.Po
# clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../src -pthread -MT util.o -MD -MP -MF .deps/util.Tpo -c -o util.o util.cpp
# mv -f .deps/util.Tpo .deps/util.Po
# clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../src -pthread -MT value.o -MD -MP -MF .deps/value.Tpo -c -o value.o value.cpp
# mv -f .deps/value.Tpo .deps/value.Po
# clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../src -pthread -MT vector.o -MD -MP -MF .deps/vector.Tpo -c -o vector.o vector.cpp
# mv -f .deps/vector.Tpo .deps/vector.Po
# rm -f libengine.a
# ar cru libengine.a attack.o board.o book.o eval.o fen.o hash.o list.o main.o material.o move.o move_check.o move_do.o move_evasion.o move_gen.o move_legal.o option.o pawn.o piece.o posix.o protocol.o pst.o pv.o random.o recog.o search.o search_full.o see.o sort.o square.o trans.o util.o value.o vector.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# ranlib libengine.a
# make[3]: Leaving directory '/tmp/gnuchess/src/gnuchess-6.2.2/src/engine'
# make[3]: Entering directory '/tmp/gnuchess/src/gnuchess-6.2.2/src'
# clang++ -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I../lib -I../lib -pthread -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.cc
# mv -f .deps/main.Tpo .deps/main.Po
# clang++ -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I../lib -I../lib -pthread -MT components.o -MD -MP -MF .deps/components.Tpo -c -o components.o components.cc
# mv -f .deps/components.Tpo .deps/components.Po
# clang++ -pthread -o gnuchess main.o components.o frontend/libfrontend.a adapter/libadapter.a engine/libengine.a -lreadline -lncurses
# make[3]: Leaving directory '/tmp/gnuchess/src/gnuchess-6.2.2/src'
# make[2]: Leaving directory '/tmp/gnuchess/src/gnuchess-6.2.2/src'
# make[1]: Leaving directory '/tmp/gnuchess/src/gnuchess-6.2.2/src'
# Making all in doc
# make[1]: Entering directory '/tmp/gnuchess/src/gnuchess-6.2.2/doc'
# make[1]: Nothing to be done for 'all'.
# make[1]: Leaving directory '/tmp/gnuchess/src/gnuchess-6.2.2/doc'
# Making all in po
# make[1]: Entering directory '/tmp/gnuchess/src/gnuchess-6.2.2/po'
# make[1]: Nothing to be done for 'all'.
# make[1]: Leaving directory '/tmp/gnuchess/src/gnuchess-6.2.2/po'
# Making all in man
# make[1]: Entering directory '/tmp/gnuchess/src/gnuchess-6.2.2/man'
# make[1]: Nothing to be done for 'all'.
# make[1]: Leaving directory '/tmp/gnuchess/src/gnuchess-6.2.2/man'
# make[1]: Entering directory '/tmp/gnuchess/src/gnuchess-6.2.2'
# make[1]: Nothing to be done for 'all-am'.
# make[1]: Leaving directory '/tmp/gnuchess/src/gnuchess-6.2.2'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# Making install in src
# make[1]: Entering directory '/tmp/gnuchess/src/gnuchess-6.2.2/src'
# make install-recursive
# make[2]: Entering directory '/tmp/gnuchess/src/gnuchess-6.2.2/src'
# Making install in frontend
# make[3]: Entering directory '/tmp/gnuchess/src/gnuchess-6.2.2/src/frontend'
# make[4]: Entering directory '/tmp/gnuchess/src/gnuchess-6.2.2/src/frontend'
# make[4]: Nothing to be done for 'install-exec-am'.
# make[4]: Nothing to be done for 'install-data-am'.
# make[4]: Leaving directory '/tmp/gnuchess/src/gnuchess-6.2.2/src/frontend'
# make[3]: Leaving directory '/tmp/gnuchess/src/gnuchess-6.2.2/src/frontend'
# Making install in adapter
# make[3]: Entering directory '/tmp/gnuchess/src/gnuchess-6.2.2/src/adapter'
# make[4]: Entering directory '/tmp/gnuchess/src/gnuchess-6.2.2/src/adapter'
# make[4]: Nothing to be done for 'install-exec-am'.
# make[4]: Nothing to be done for 'install-data-am'.
# make[4]: Leaving directory '/tmp/gnuchess/src/gnuchess-6.2.2/src/adapter'
# make[3]: Leaving directory '/tmp/gnuchess/src/gnuchess-6.2.2/src/adapter'
# Making install in engine
# make[3]: Entering directory '/tmp/gnuchess/src/gnuchess-6.2.2/src/engine'
# make[4]: Entering directory '/tmp/gnuchess/src/gnuchess-6.2.2/src/engine'
# make[4]: Nothing to be done for 'install-exec-am'.
# make[4]: Nothing to be done for 'install-data-am'.
# make[4]: Leaving directory '/tmp/gnuchess/src/gnuchess-6.2.2/src/engine'
# make[3]: Leaving directory '/tmp/gnuchess/src/gnuchess-6.2.2/src/engine'
# make[3]: Entering directory '/tmp/gnuchess/src/gnuchess-6.2.2/src'
# make[4]: Entering directory '/tmp/gnuchess/src/gnuchess-6.2.2/src'
# /usr/bin/mkdir -p '/tmp/gnuchess/pkg/gnuchess/usr/bin'
# /usr/bin/install -c gnuchess '/tmp/gnuchess/pkg/gnuchess/usr/bin'
# /usr/bin/mkdir -p '/tmp/gnuchess/pkg/gnuchess/usr/bin'
# /usr/bin/install -c gnuchessx gnuchessu '/tmp/gnuchess/pkg/gnuchess/usr/bin'
# make[4]: Nothing to be done for 'install-data-am'.
# make[4]: Leaving directory '/tmp/gnuchess/src/gnuchess-6.2.2/src'
# make[3]: Leaving directory '/tmp/gnuchess/src/gnuchess-6.2.2/src'
# make[2]: Leaving directory '/tmp/gnuchess/src/gnuchess-6.2.2/src'
# make[1]: Leaving directory '/tmp/gnuchess/src/gnuchess-6.2.2/src'
# Making install in doc
# make[1]: Entering directory '/tmp/gnuchess/src/gnuchess-6.2.2/doc'
# make[2]: Entering directory '/tmp/gnuchess/src/gnuchess-6.2.2/doc'
# make[2]: Nothing to be done for 'install-exec-am'.
# /usr/bin/mkdir -p '/tmp/gnuchess/pkg/gnuchess/usr/share/info'
# /usr/bin/install -c -m 644 ./gnuchess.info '/tmp/gnuchess/pkg/gnuchess/usr/share/info'
# install-info --info-dir='/tmp/gnuchess/pkg/gnuchess/usr/share/info' '/tmp/gnuchess/pkg/gnuchess/usr/share/info/gnuchess.info'
# make[2]: Leaving directory '/tmp/gnuchess/src/gnuchess-6.2.2/doc'
# make[1]: Leaving directory '/tmp/gnuchess/src/gnuchess-6.2.2/doc'
# Making install in po
# make[1]: Entering directory '/tmp/gnuchess/src/gnuchess-6.2.2/po'
# installing de.gmo as /tmp/gnuchess/pkg/gnuchess/usr/share/locale/de/LC_MESSAGES/gnuchess.mo
# installing es.gmo as /tmp/gnuchess/pkg/gnuchess/usr/share/locale/es/LC_MESSAGES/gnuchess.mo
# installing uk.gmo as /tmp/gnuchess/pkg/gnuchess/usr/share/locale/uk/LC_MESSAGES/gnuchess.mo
# installing sr.gmo as /tmp/gnuchess/pkg/gnuchess/usr/share/locale/sr/LC_MESSAGES/gnuchess.mo
# installing nl.gmo as /tmp/gnuchess/pkg/gnuchess/usr/share/locale/nl/LC_MESSAGES/gnuchess.mo
# installing eo.gmo as /tmp/gnuchess/pkg/gnuchess/usr/share/locale/eo/LC_MESSAGES/gnuchess.mo
# installing pt_BR.gmo as /tmp/gnuchess/pkg/gnuchess/usr/share/locale/pt_BR/LC_MESSAGES/gnuchess.mo
# installing gl.gmo as /tmp/gnuchess/pkg/gnuchess/usr/share/locale/gl/LC_MESSAGES/gnuchess.mo
# installing vi.gmo as /tmp/gnuchess/pkg/gnuchess/usr/share/locale/vi/LC_MESSAGES/gnuchess.mo
# installing nb.gmo as /tmp/gnuchess/pkg/gnuchess/usr/share/locale/nb/LC_MESSAGES/gnuchess.mo
# installing fr.gmo as /tmp/gnuchess/pkg/gnuchess/usr/share/locale/fr/LC_MESSAGES/gnuchess.mo
# if test "gnuchess" = "gettext-tools"; then \
# /usr/bin/mkdir -p /tmp/gnuchess/pkg/gnuchess/usr/share/gettext/po; \
# for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot Makevars.template; do \
# /usr/bin/install -c -m 644 ./$file \
# /tmp/gnuchess/pkg/gnuchess/usr/share/gettext/po/$file; \
# done; \
# for file in Makevars; do \
# rm -f /tmp/gnuchess/pkg/gnuchess/usr/share/gettext/po/$file; \
# done; \
# else \
# : ; \
# fi
# make[1]: Leaving directory '/tmp/gnuchess/src/gnuchess-6.2.2/po'
# Making install in man
# make[1]: Entering directory '/tmp/gnuchess/src/gnuchess-6.2.2/man'
# make[2]: Entering directory '/tmp/gnuchess/src/gnuchess-6.2.2/man'
# make[2]: Nothing to be done for 'install-exec-am'.
# /usr/bin/mkdir -p '/tmp/gnuchess/pkg/gnuchess/usr/share/man/man1'
# /usr/bin/install -c -m 644 gnuchess.1 '/tmp/gnuchess/pkg/gnuchess/usr/share/man/man1'
# make[2]: Leaving directory '/tmp/gnuchess/src/gnuchess-6.2.2/man'
# make[1]: Leaving directory '/tmp/gnuchess/src/gnuchess-6.2.2/man'
# make[1]: Entering directory '/tmp/gnuchess/src/gnuchess-6.2.2'
# make[2]: Entering directory '/tmp/gnuchess/src/gnuchess-6.2.2'
# make[2]: Nothing to be done for 'install-exec-am'.
# /usr/bin/mkdir -p '/tmp/gnuchess/pkg/gnuchess/usr/share/gnuchess'
# /usr/bin/install -c -m 644 src/gnuchess.ini src/smallbook.bin '/tmp/gnuchess/pkg/gnuchess/usr/share/gnuchess'
# /usr/bin/mkdir -p '/tmp/gnuchess/pkg/gnuchess/usr/share/games/plugins/xboard'
# /usr/bin/install -c -m 644 misc/gnuchess.eng '/tmp/gnuchess/pkg/gnuchess/usr/share/games/plugins/xboard'
# /usr/bin/mkdir -p '/tmp/gnuchess/pkg/gnuchess/usr/share/games/plugins/logos'
# /usr/bin/install -c -m 644 misc/gnuchess.png '/tmp/gnuchess/pkg/gnuchess/usr/share/games/plugins/logos'
# make[2]: Leaving directory '/tmp/gnuchess/src/gnuchess-6.2.2'
# make[1]: Leaving directory '/tmp/gnuchess/src/gnuchess-6.2.2'
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "gnuchess"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: gnuchess 6.2.2-2 (Thu Apr 13 11:16:56 UTC 2017)

CMD: pacman --query --file gnuchess-6.2.2-2-x86_64.pkg.tar.xz
# gnuchess 6.2.2-2

Creating hybrid package for 'gnuchess'

Trying to find vanilla package 'gnuchess'...

CMD: pacman --query --file /mirror/gnuchess-6.2.2-2.pkg.tar.xz
# gnuchess 6.2.2-2

Package file has the following structure:
# /.PKGINFO
# /.BUILDINFO
# /.MTREE
# /usr/bin/gnuchessx
# /usr/bin/gnuchessu
# /usr/bin/gnuchess
# /usr/share/info/gnuchess.info.gz
# /usr/share/locale/de/LC_MESSAGES/gnuchess.mo
# /usr/share/locale/es/LC_MESSAGES/gnuchess.mo
# /usr/share/locale/uk/LC_MESSAGES/gnuchess.mo
# /usr/share/locale/sr/LC_MESSAGES/gnuchess.mo
# /usr/share/locale/nl/LC_MESSAGES/gnuchess.mo
# /usr/share/locale/eo/LC_MESSAGES/gnuchess.mo
# /usr/share/locale/pt_BR/LC_MESSAGES/gnuchess.mo
# /usr/share/locale/gl/LC_MESSAGES/gnuchess.mo
# /usr/share/locale/vi/LC_MESSAGES/gnuchess.mo
# /usr/share/locale/nb/LC_MESSAGES/gnuchess.mo
# /usr/share/locale/fr/LC_MESSAGES/gnuchess.mo
# /usr/share/man/man1/gnuchess.1.gz
# /usr/share/gnuchess/gnuchess.ini
# /usr/share/gnuchess/smallbook.bin
# /usr/share/games/plugins/xboard/gnuchess.eng
# /usr/share/games/plugins/logos/gnuchess.png

Generating .MTREE

CMD: bsdtar -czf .MTREE --format=mtree --options=!all,use-set,type,uid,mode,time,size,md5,sha256,link .PKGINFO .BUILDINFO usr

Tar-ing up files

CMD: bsdtar -cf - .PKGINFO .BUILDINFO usr .MTREE

CMD: xz -c -z

Successfully ran bsdtar -cf - .PKGINFO .BUILDINFO usr .MTREE | xz -c -z

CMD: bsdtar -tqf gnuchess.pkg.tar.xz .PKGINFO
# .PKGINFO

Created package at path /var/cache/pacman/pkg/gnuchess.pkg.tar.xz

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/gnuchess.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/gnuchess.pkg.tar.xz'
# -> Computing checksums...
# -> Creating 'desc' db entry...
# -> Creating 'files' db entry...
# ==> Creating updated database file '/var/cache/pacman/pkg/tuscan.db.tar'

Printing config logfiles

CMD: config logfiles '/tmp/gnuchess/src/gnuchess-6.2.2/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 GNU Chess configure 6.2.2, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = b4af26f7fd3a
# 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: /usr/bin
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2361: checking for a BSD-compatible install
# configure:2429: result: /usr/bin/install -c
# configure:2440: checking whether build environment is sane
# configure:2495: result: yes
# configure:2554: checking for x86_64-unknown-linux-strip
# configure:2584: result: no
# configure:2594: checking for strip
# configure:2610: found /usr/bin/strip
# configure:2621: result: strip
# configure:2646: checking for a thread-safe mkdir -p
# configure:2685: result: /usr/bin/mkdir -p
# configure:2692: checking for gawk
# configure:2708: found /usr/bin/gawk
# configure:2719: result: gawk
# configure:2730: checking whether make sets $(MAKE)
# configure:2752: result: yes
# configure:2781: checking whether make supports nested variables
# configure:2798: result: yes
# configure:2932: checking for x86_64-unknown-linux-gcc
# configure:2959: result: clang
# configure:3228: checking for C compiler version
# configure:3237: clang --version >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# configure:3248: $? = 0
# configure:3237: clang -v >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# ... rest of stderr output deleted ...
# configure:3248: $? = 0
# configure:3237: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:3248: $? = 1
# configure:3237: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:3248: $? = 1
# configure:3268: checking whether the C compiler works
# configure:3290: clang conftest.c >&5
# configure:3294: $? = 0
# configure:3342: result: yes
# configure:3345: checking for C compiler default output file name
# configure:3347: result: a.out
# configure:3353: checking for suffix of executables
# configure:3360: clang -o conftest conftest.c >&5
# configure:3364: $? = 0
# configure:3386: result:
# configure:3408: checking whether we are cross compiling
# configure:3416: clang -o conftest conftest.c >&5
# configure:3420: $? = 0
# configure:3427: ./conftest
# configure:3431: $? = 0
# configure:3446: result: no
# configure:3451: checking for suffix of object files
# configure:3473: clang -c conftest.c >&5
# configure:3477: $? = 0
# configure:3498: result: o
# configure:3502: checking whether we are using the GNU C compiler
# configure:3521: clang -c conftest.c >&5
# configure:3521: $? = 0
# configure:3530: result: yes
# configure:3539: checking whether clang accepts -g
# configure:3559: clang -c -g conftest.c >&5
# configure:3559: $? = 0
# configure:3600: result: yes
# configure:3617: checking for clang option to accept ISO C89
# configure:3680: clang -c conftest.c >&5
# configure:3680: $? = 0
# configure:3693: result: none needed
# configure:3718: checking whether clang understands -c and -o together
# configure:3740: clang -c conftest.c -o conftest2.o
# configure:3743: $? = 0
# configure:3740: clang -c conftest.c -o conftest2.o
# configure:3743: $? = 0
# configure:3755: result: yes
# configure:3783: checking for style of include used by make
# configure:3811: result: GNU
# configure:3837: checking dependency style of clang
# configure:3948: result: gcc3
# configure:4075: checking for C++ compiler version
# configure:4084: clang++ --version >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# configure:4095: $? = 0
# configure:4084: clang++ -v >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# ... rest of stderr output deleted ...
# configure:4095: $? = 0
# configure:4084: clang++ -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:4095: $? = 1
# configure:4084: clang++ -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:4095: $? = 1
# configure:4099: checking whether we are using the GNU C++ compiler
# configure:4118: clang++ -c conftest.cpp >&5
# configure:4118: $? = 0
# configure:4127: result: yes
# configure:4136: checking whether clang++ accepts -g
# configure:4156: clang++ -c -g conftest.cpp >&5
# configure:4156: $? = 0
# configure:4197: result: yes
# configure:4222: checking dependency style of clang++
# configure:4333: result: gcc3
# configure:4351: checking for x86_64-unknown-linux-ranlib
# configure:4381: result: no
# configure:4391: checking for ranlib
# configure:4407: found /usr/bin/ranlib
# configure:4418: result: ranlib
# configure:4445: checking for gawk
# configure:4472: result: gawk
# configure:4483: checking whether ln -s works
# configure:4487: result: yes
# configure:4495: checking whether struct tm is in sys/time.h or time.h
# configure:4515: clang -c conftest.c >&5
# configure:4515: $? = 0
# configure:4522: result: time.h
# configure:4534: checking for flex
# configure:4550: found /usr/bin/flex
# configure:4561: result: flex
# configure:4599: flex conftest.l
# configure:4603: $? = 1
# configure:4605: checking lex output file root
# configure:4619: result: lex.yy
# configure:4624: checking lex library
# configure:4638: clang -o conftest conftest.c >&5
# /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o: In function `_start':
# (.text+0x20): undefined reference to `main'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:4638: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU Chess"
# | #define PACKAGE_TARNAME "gnuchess"
# | #define PACKAGE_VERSION "6.2.2"
# | #define PACKAGE_STRING "GNU Chess 6.2.2"
# | #define PACKAGE_BUGREPORT "bug-gnu-chess@gnu.org"
# | #define PACKAGE_URL "http://www.gnu.org/software/gnuchess/"
# | #define PACKAGE "gnuchess"
# | #define VERSION "6.2.2"
# | /* end confdefs.h. */
# |
# configure:4638: clang -o conftest conftest.c -lfl >&5
# /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/libfl.so: undefined reference to `yylex'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:4638: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU Chess"
# | #define PACKAGE_TARNAME "gnuchess"
# | #define PACKAGE_VERSION "6.2.2"
# | #define PACKAGE_STRING "GNU Chess 6.2.2"
# | #define PACKAGE_BUGREPORT "bug-gnu-chess@gnu.org"
# | #define PACKAGE_URL "http://www.gnu.org/software/gnuchess/"
# | #define PACKAGE "gnuchess"
# | #define VERSION "6.2.2"
# | /* end confdefs.h. */
# |
# configure:4638: clang -o conftest conftest.c -ll >&5
# /usr/bin/ld: cannot find -ll
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:4638: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU Chess"
# | #define PACKAGE_TARNAME "gnuchess"
# | #define PACKAGE_VERSION "6.2.2"
# | #define PACKAGE_STRING "GNU Chess 6.2.2"
# | #define PACKAGE_BUGREPORT "bug-gnu-chess@gnu.org"
# | #define PACKAGE_URL "http://www.gnu.org/software/gnuchess/"
# | #define PACKAGE "gnuchess"
# | #define VERSION "6.2.2"
# | /* end confdefs.h. */
# |
# configure:4648: result: none needed
# configure:4654: checking whether yytext is a pointer
# configure:4671: clang -o conftest conftest.c >&5
# /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o: In function `_start':
# (.text+0x20): undefined reference to `main'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:4671: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU Chess"
# | #define PACKAGE_TARNAME "gnuchess"
# | #define PACKAGE_VERSION "6.2.2"
# | #define PACKAGE_STRING "GNU Chess 6.2.2"
# | #define PACKAGE_BUGREPORT "bug-gnu-chess@gnu.org"
# | #define PACKAGE_URL "http://www.gnu.org/software/gnuchess/"
# | #define PACKAGE "gnuchess"
# | #define VERSION "6.2.2"
# | /* end confdefs.h. */
# |
# | #define YYTEXT_POINTER 1
# |
# configure:4679: result: no
# configure:4703: checking for tputs in -lncurses
# configure:4728: clang -o conftest conftest.c -lncurses >&5
# configure:4728: $? = 0
# configure:4737: result: yes
# configure:4748: checking for readline in -lreadline
# configure:4773: clang -o conftest conftest.c -lreadline -lncurses >&5
# configure:4773: $? = 0
# configure:4782: result: yes
# configure:4798: checking how to run the C preprocessor
# configure:4829: clang -E conftest.c
# configure:4829: $? = 0
# configure:4843: clang -E conftest.c
# conftest.c:13:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:4843: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU Chess"
# | #define PACKAGE_TARNAME "gnuchess"
# | #define PACKAGE_VERSION "6.2.2"
# | #define PACKAGE_STRING "GNU Chess 6.2.2"
# | #define PACKAGE_BUGREPORT "bug-gnu-chess@gnu.org"
# | #define PACKAGE_URL "http://www.gnu.org/software/gnuchess/"
# | #define PACKAGE "gnuchess"
# | #define VERSION "6.2.2"
# | #define HAVE_LIBNCURSES 1
# | #define HAVE_LIBREADLINE 1
# | /* end confdefs.h. */
# | #include
# configure:4868: result: clang -E
# configure:4888: clang -E conftest.c
# configure:4888: $? = 0
# configure:4902: clang -E conftest.c
# conftest.c:13:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:4902: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU Chess"
# | #define PACKAGE_TARNAME "gnuchess"
# | #define PACKAGE_VERSION "6.2.2"
# | #define PACKAGE_STRING "GNU Chess 6.2.2"
# | #define PACKAGE_BUGREPORT "bug-gnu-chess@gnu.org"
# | #define PACKAGE_URL "http://www.gnu.org/software/gnuchess/"
# | #define PACKAGE "gnuchess"
# | #define VERSION "6.2.2"
# | #define HAVE_LIBNCURSES 1
# | #define HAVE_LIBREADLINE 1
# | /* end confdefs.h. */
# | #include
# configure:4931: checking for grep that handles long lines and -e
# configure:4989: result: /usr/bin/grep
# configure:4994: checking for egrep
# configure:5056: result: /usr/bin/grep -E
# configure:5061: checking for ANSI C header files
# configure:5081: clang -c conftest.c >&5
# configure:5081: $? = 0
# configure:5154: clang -o conftest conftest.c -lreadline -lncurses >&5
# configure:5154: $? = 0
# configure:5154: ./conftest
# configure:5154: $? = 0
# configure:5165: result: yes
# configure:5178: checking for sys/types.h
# configure:5178: clang -c conftest.c >&5
# configure:5178: $? = 0
# configure:5178: result: yes
# configure:5178: checking for sys/stat.h
# configure:5178: clang -c conftest.c >&5
# configure:5178: $? = 0
# configure:5178: result: yes
# configure:5178: checking for stdlib.h
# configure:5178: clang -c conftest.c >&5
# configure:5178: $? = 0
# configure:5178: result: yes
# configure:5178: checking for string.h
# configure:5178: clang -c conftest.c >&5
# configure:5178: $? = 0
# configure:5178: result: yes
# configure:5178: checking for memory.h
# configure:5178: clang -c conftest.c >&5
# configure:5178: $? = 0
# configure:5178: result: yes
# configure:5178: checking for strings.h
# configure:5178: clang -c conftest.c >&5
# configure:5178: $? = 0
# configure:5178: result: yes
# configure:5178: checking for inttypes.h
# configure:5178: clang -c conftest.c >&5
# configure:5178: $? = 0
# configure:5178: result: yes
# configure:5178: checking for stdint.h
# configure:5178: clang -c conftest.c >&5
# configure:5178: $? = 0
# configure:5178: result: yes
# configure:5178: checking for unistd.h
# configure:5178: clang -c conftest.c >&5
# configure:5178: $? = 0
# configure:5178: result: yes
# configure:5193: checking readline/readline.h usability
# configure:5193: clang -c conftest.c >&5
# configure:5193: $? = 0
# configure:5193: result: yes
# configure:5193: checking readline/readline.h presence
# configure:5193: clang -E conftest.c
# configure:5193: $? = 0
# configure:5193: result: yes
# configure:5193: checking for readline/readline.h
# configure:5193: result: yes
# configure:5193: checking readline/history.h usability
# configure:5193: clang -c conftest.c >&5
# configure:5193: $? = 0
# configure:5193: result: yes
# configure:5193: checking readline/history.h presence
# configure:5193: clang -E conftest.c
# configure:5193: $? = 0
# configure:5193: result: yes
# configure:5193: checking for readline/history.h
# configure:5193: result: yes
# configure:5205: checking for ANSI C header files
# configure:5309: result: yes
# configure:5321: checking time.h usability
# configure:5321: clang -c conftest.c >&5
# configure:5321: $? = 0
# configure:5321: result: yes
# configure:5321: checking time.h presence
# configure:5321: clang -E conftest.c
# configure:5321: $? = 0
# configure:5321: result: yes
# configure:5321: checking for time.h
# configure:5321: result: yes
# configure:5321: checking sys/time.h usability
# configure:5321: clang -c conftest.c >&5
# configure:5321: $? = 0
# configure:5321: result: yes
# configure:5321: checking sys/time.h presence
# configure:5321: clang -E conftest.c
# configure:5321: $? = 0
# configure:5321: result: yes
# configure:5321: checking for sys/time.h
# configure:5321: result: yes
# configure:5321: checking for unistd.h
# configure:5321: result: yes
# configure:5321: checking errno.h usability
# configure:5321: clang -c conftest.c >&5
# configure:5321: $? = 0
# configure:5321: result: yes
# configure:5321: checking errno.h presence
# configure:5321: clang -E conftest.c
# configure:5321: $? = 0
# configure:5321: result: yes
# configure:5321: checking for errno.h
# configure:5321: result: yes
# configure:5321: checking fcntl.h usability
# configure:5321: clang -c conftest.c >&5
# configure:5321: $? = 0
# configure:5321: result: yes
# configure:5321: checking fcntl.h presence
# configure:5321: clang -E conftest.c
# configure:5321: $? = 0
# configure:5321: result: yes
# configure:5321: checking for fcntl.h
# configure:5321: result: yes
# configure:5321: checking libintl.h usability
# configure:5321: clang -c conftest.c >&5
# configure:5321: $? = 0
# configure:5321: result: yes
# configure:5321: checking libintl.h presence
# configure:5321: clang -E conftest.c
# configure:5321: $? = 0
# configure:5321: result: yes
# configure:5321: checking for libintl.h
# configure:5321: result: yes
# configure:5332: checking for an ANSI C-conforming const
# configure:5398: clang -c conftest.c >&5
# configure:5398: $? = 0
# configure:5405: result: yes
# configure:5413: checking for working volatile
# configure:5432: clang -c conftest.c >&5
# configure:5432: $? = 0
# configure:5439: result: yes
# configure:5449: checking for stdlib.h
# configure:5449: result: yes
# configure:5459: checking for GNU libc compatible realloc
# configure:5483: clang -o conftest conftest.c -lreadline -lncurses >&5
# configure:5483: $? = 0
# configure:5483: ./conftest
# configure:5483: $? = 0
# configure:5493: result: yes
# configure:5514: checking for stdbool.h that conforms to C99
# configure:5581: clang -c conftest.c >&5
# conftest.c:83:24: warning: address of 's' will always evaluate to 'true' [-Wpointer-bool-conversion]
# bool e = &s;
# ~ ^
# conftest.c:87:23: warning: address of array 'a' will always evaluate to 'true' [-Wpointer-bool-conversion]
# return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
# ~^
# conftest.c:87:28: warning: address of array 'b' will always evaluate to 'true' [-Wpointer-bool-conversion]
# return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
# ~^
# conftest.c:87:33: warning: address of array 'c' will always evaluate to 'true' [-Wpointer-bool-conversion]
# return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
# ~^
# conftest.c:87:38: warning: address of array 'd' will always evaluate to 'true' [-Wpointer-bool-conversion]
# return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
# ~^
# conftest.c:87:48: warning: address of array 'f' will always evaluate to 'true' [-Wpointer-bool-conversion]
# return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
# ~^
# conftest.c:87:53: warning: address of array 'g' will always evaluate to 'true' [-Wpointer-bool-conversion]
# return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
# ~^
# conftest.c:87:58: warning: address of array 'h' will always evaluate to 'true' [-Wpointer-bool-conversion]
# return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
# ~^
# conftest.c:87:63: warning: address of array 'i' will always evaluate to 'true' [-Wpointer-bool-conversion]
# return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
# ~^
# conftest.c:88:30: warning: address of array 'n' will always evaluate to 'true' [-Wpointer-bool-conversion]
# ~^
# conftest.c:88:35: warning: address of array 'o' will always evaluate to 'true' [-Wpointer-bool-conversion]
# ~^
# conftest.c:88:40: warning: address of array 'p' will always evaluate to 'true' [-Wpointer-bool-conversion]
# ~^
# 12 warnings generated.
# configure:5581: $? = 0
# configure:5588: result: yes
# configure:5590: checking for _Bool
# configure:5590: clang -c conftest.c >&5
# configure:5590: $? = 0
# configure:5590: clang -c conftest.c >&5
# conftest.c:70:20: error: expected expression
# if (sizeof ((_Bool)))
# ^
# 1 error generated.
# configure:5590: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU Chess"
# | #define PACKAGE_TARNAME "gnuchess"
# | #define PACKAGE_VERSION "6.2.2"
# | #define PACKAGE_STRING "GNU Chess 6.2.2"
# | #define PACKAGE_BUGREPORT "bug-gnu-chess@gnu.org"
# | #define PACKAGE_URL "http://www.gnu.org/software/gnuchess/"
# | #define PACKAGE "gnuchess"
# | #define VERSION "6.2.2"
# | #define HAVE_LIBNCURSES 1
# | #define HAVE_LIBREADLINE 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_READLINE_READLINE_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_REALLOC 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
# | int
# | main ()
# | {
# | if (sizeof ((_Bool)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:5590: result: yes
# configure:5607: checking for inline
# configure:5623: clang -c conftest.c >&5
# configure:5623: $? = 0
# configure:5631: result: inline
# configure:5649: checking for size_t
# configure:5649: clang -c conftest.c >&5
# configure:5649: $? = 0
# configure:5649: clang -c conftest.c >&5
# conftest.c:72:21: error: expected expression
# if (sizeof ((size_t)))
# ^
# 1 error generated.
# configure:5649: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU Chess"
# | #define PACKAGE_TARNAME "gnuchess"
# | #define PACKAGE_VERSION "6.2.2"
# | #define PACKAGE_STRING "GNU Chess 6.2.2"
# | #define PACKAGE_BUGREPORT "bug-gnu-chess@gnu.org"
# | #define PACKAGE_URL "http://www.gnu.org/software/gnuchess/"
# | #define PACKAGE "gnuchess"
# | #define VERSION "6.2.2"
# | #define HAVE_LIBNCURSES 1
# | #define HAVE_LIBREADLINE 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_READLINE_READLINE_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_REALLOC 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_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
# | int
# | main ()
# | {
# | if (sizeof ((size_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:5649: result: yes
# configure:5660: checking whether time.h and sys/time.h may both be included
# configure:5680: clang -c conftest.c >&5
# configure:5680: $? = 0
# configure:5687: result: yes
# configure:5696: checking for stdint types
# configure:5719: clang -c conftest.c >&5
# configure:5719: $? = 0
# configure:5744: result: stdint.h (shortcircuit)
# configure:6147: result: make use of stdint.h in src/GCint.h (assuming C99 compatible system)
# configure:6155: checking return type of signal handlers
# configure:6173: clang -c conftest.c >&5
# conftest.c:43:8: error: indirection requires pointer operand ('void' invalid)
# return *(signal (0, 0)) (0) == 1;
# ^~~~~~~~~~~~~~~~~~~~
# 1 error generated.
# configure:6173: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU Chess"
# | #define PACKAGE_TARNAME "gnuchess"
# | #define PACKAGE_VERSION "6.2.2"
# | #define PACKAGE_STRING "GNU Chess 6.2.2"
# | #define PACKAGE_BUGREPORT "bug-gnu-chess@gnu.org"
# | #define PACKAGE_URL "http://www.gnu.org/software/gnuchess/"
# | #define PACKAGE "gnuchess"
# | #define VERSION "6.2.2"
# | #define HAVE_LIBNCURSES 1
# | #define HAVE_LIBREADLINE 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_READLINE_READLINE_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_REALLOC 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define TIME_WITH_SYS_TIME 1
# | /* end confdefs.h. */
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | return *(signal (0, 0)) (0) == 1;
# | ;
# | return 0;
# | }
# configure:6180: result: void
# configure:6190: checking for stdlib.h
# configure:6190: result: yes
# configure:6200: checking for GNU libc compatible malloc
# configure:6224: clang -o conftest conftest.c -lreadline -lncurses >&5
# configure:6224: $? = 0
# configure:6224: ./conftest
# configure:6224: $? = 0
# configure:6234: result: yes
# configure:6255: checking for working memcmp
# configure:6298: clang -o conftest conftest.c -lreadline -lncurses >&5
# configure:6298: $? = 0
# configure:6298: ./conftest
# configure:6298: $? = 0
# configure:6308: result: yes
# configure:6321: checking for gettimeofday
# configure:6321: clang -o conftest conftest.c -lreadline -lncurses >&5
# configure:6321: $? = 0
# configure:6321: result: yes
# configure:6321: checking for strchr
# configure:6321: clang -o conftest conftest.c -lreadline -lncurses >&5
# conftest.c:64:6: warning: incompatible redeclaration of library function 'strchr' [-Wincompatible-library-redeclaration]
# char strchr ();
# ^
# conftest.c:64:6: note: 'strchr' is a builtin with type 'char *(const char *, int)'
# 1 warning generated.
# configure:6321: $? = 0
# configure:6321: result: yes
# configure:6321: checking for strcspn
# configure:6321: clang -o conftest conftest.c -lreadline -lncurses >&5
# conftest.c:65:6: warning: incompatible redeclaration of library function 'strcspn' [-Wincompatible-library-redeclaration]
# char strcspn ();
# ^
# conftest.c:65:6: note: 'strcspn' is a builtin with type 'unsigned long (const char *, const char *)'
# 1 warning generated.
# configure:6321: $? = 0
# configure:6321: result: yes
# configure:6321: checking for strstr
# configure:6321: clang -o conftest conftest.c -lreadline -lncurses >&5
# conftest.c:66:6: warning: incompatible redeclaration of library function 'strstr' [-Wincompatible-library-redeclaration]
# char strstr ();
# ^
# conftest.c:66:6: note: 'strstr' is a builtin with type 'char *(const char *, const char *)'
# 1 warning generated.
# configure:6321: $? = 0
# configure:6321: result: yes
# configure:6321: checking for strerror
# configure:6321: clang -o conftest conftest.c -lreadline -lncurses >&5
# conftest.c:67:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration]
# char strerror ();
# ^
# conftest.c:67:6: note: 'strerror' is a builtin with type 'char *(int)'
# 1 warning generated.
# configure:6321: $? = 0
# configure:6321: result: yes
# configure:6321: checking for memset
# configure:6321: clang -o conftest conftest.c -lreadline -lncurses >&5
# conftest.c:68:6: warning: incompatible redeclaration of library function 'memset' [-Wincompatible-library-redeclaration]
# char memset ();
# ^
# conftest.c:68:6: note: 'memset' is a builtin with type 'void *(void *, int, unsigned long)'
# 1 warning generated.
# configure:6321: $? = 0
# configure:6321: result: yes
# configure:6321: checking for strdup
# configure:6321: clang -o conftest conftest.c -lreadline -lncurses >&5
# conftest.c:69:6: warning: incompatible redeclaration of library function 'strdup' [-Wincompatible-library-redeclaration]
# char strdup ();
# ^
# conftest.c:69:6: note: 'strdup' is a builtin with type 'char *(const char *)'
# 1 warning generated.
# configure:6321: $? = 0
# configure:6321: result: yes
# configure:6321: checking for strtol
# configure:6321: clang -o conftest conftest.c -lreadline -lncurses >&5
# configure:6321: $? = 0
# configure:6321: result: yes
# configure:6335: checking build system type
# configure:6349: result: x86_64-unknown-linux-gnu
# configure:6369: checking host system type
# configure:6382: result: x86_64-unknown-linux-gnu
# configure:6560: checking for the pthreads library -lpthreads
# configure:6595: clang -o conftest conftest.c -lpthreads -lreadline -lncurses >&5
# conftest.c:53:41: warning: null passed to a callee that requires a non-null argument [-Wnonnull]
# pthread_attr_init(0); pthread_cleanup_push(0, 0);
# ~^
# conftest.c:54:44: warning: null passed to a callee that requires a non-null argument [-Wnonnull]
# pthread_create(0,0,0,0); pthread_cleanup_pop(0);
# ~ ^
# conftest.c:54:44: warning: null passed to a callee that requires a non-null argument [-Wnonnull]
# pthread_create(0,0,0,0); pthread_cleanup_pop(0);
# ~ ^
# 3 warnings generated.
# /usr/bin/ld: cannot find -lpthreads
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:6595: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU Chess"
# | #define PACKAGE_TARNAME "gnuchess"
# | #define PACKAGE_VERSION "6.2.2"
# | #define PACKAGE_STRING "GNU Chess 6.2.2"
# | #define PACKAGE_BUGREPORT "bug-gnu-chess@gnu.org"
# | #define PACKAGE_URL "http://www.gnu.org/software/gnuchess/"
# | #define PACKAGE "gnuchess"
# | #define VERSION "6.2.2"
# | #define HAVE_LIBNCURSES 1
# | #define HAVE_LIBREADLINE 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_READLINE_READLINE_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_REALLOC 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define RETSIGTYPE void
# | #define HAVE_STDLIB_H 1
# | #define HAVE_MALLOC 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRCSPN 1
# | #define HAVE_STRSTR 1
# | #define HAVE_STRERROR 1
# | #define HAVE_MEMSET 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRTOL 1
# | /* end confdefs.h. */
# | #include
# | int
# | main ()
# | {
# | pthread_t th; pthread_join(th, 0);
# | pthread_attr_init(0); pthread_cleanup_push(0, 0);
# | pthread_create(0,0,0,0); pthread_cleanup_pop(0);
# | ;
# | return 0;
# | }
# configure:6605: result: no
# configure:6548: checking whether pthreads work without any flags
# configure:6595: clang -o conftest conftest.c -lreadline -lncurses >&5
# conftest.c:53:41: warning: null passed to a callee that requires a non-null argument [-Wnonnull]
# pthread_attr_init(0); pthread_cleanup_push(0, 0);
# ~^
# conftest.c:54:44: warning: null passed to a callee that requires a non-null argument [-Wnonnull]
# pthread_create(0,0,0,0); pthread_cleanup_pop(0);
# ~ ^
# conftest.c:54:44: warning: null passed to a callee that requires a non-null argument [-Wnonnull]
# pthread_create(0,0,0,0); pthread_cleanup_pop(0);
# ~ ^
# 3 warnings generated.
# /tmp/conftest-a6cd25.o: In function `main':
# conftest.c:(.text+0x1b): undefined reference to `pthread_join'
# conftest.c:(.text+0x8d): undefined reference to `__pthread_register_cancel'
# conftest.c:(.text+0x9f): undefined reference to `pthread_create'
# conftest.c:(.text+0xb8): undefined reference to `__pthread_unregister_cancel'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:6595: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU Chess"
# | #define PACKAGE_TARNAME "gnuchess"
# | #define PACKAGE_VERSION "6.2.2"
# | #define PACKAGE_STRING "GNU Chess 6.2.2"
# | #define PACKAGE_BUGREPORT "bug-gnu-chess@gnu.org"
# | #define PACKAGE_URL "http://www.gnu.org/software/gnuchess/"
# | #define PACKAGE "gnuchess"
# | #define VERSION "6.2.2"
# | #define HAVE_LIBNCURSES 1
# | #define HAVE_LIBREADLINE 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_READLINE_READLINE_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_REALLOC 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define RETSIGTYPE void
# | #define HAVE_STDLIB_H 1
# | #define HAVE_MALLOC 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRCSPN 1
# | #define HAVE_STRSTR 1
# | #define HAVE_STRERROR 1
# | #define HAVE_MEMSET 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRTOL 1
# | /* end confdefs.h. */
# | #include
# | int
# | main ()
# | {
# | pthread_t th; pthread_join(th, 0);
# | pthread_attr_init(0); pthread_cleanup_push(0, 0);
# | pthread_create(0,0,0,0); pthread_cleanup_pop(0);
# | ;
# | return 0;
# | }
# configure:6605: result: no
# configure:6553: checking whether pthreads work with -Kthread
# configure:6595: clang -o conftest -Kthread conftest.c -lreadline -lncurses >&5
# clang-3.8: error: unknown argument: '-Kthread'
# configure:6595: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU Chess"
# | #define PACKAGE_TARNAME "gnuchess"
# | #define PACKAGE_VERSION "6.2.2"
# | #define PACKAGE_STRING "GNU Chess 6.2.2"
# | #define PACKAGE_BUGREPORT "bug-gnu-chess@gnu.org"
# | #define PACKAGE_URL "http://www.gnu.org/software/gnuchess/"
# | #define PACKAGE "gnuchess"
# | #define VERSION "6.2.2"
# | #define HAVE_LIBNCURSES 1
# | #define HAVE_LIBREADLINE 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_READLINE_READLINE_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_REALLOC 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define RETSIGTYPE void
# | #define HAVE_STDLIB_H 1
# | #define HAVE_MALLOC 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRCSPN 1
# | #define HAVE_STRSTR 1
# | #define HAVE_STRERROR 1
# | #define HAVE_MEMSET 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRTOL 1
# | /* end confdefs.h. */
# | #include
# | int
# | main ()
# | {
# | pthread_t th; pthread_join(th, 0);
# | pthread_attr_init(0); pthread_cleanup_push(0, 0);
# | pthread_create(0,0,0,0); pthread_cleanup_pop(0);
# | ;
# | return 0;
# | }
# configure:6605: result: no
# configure:6553: checking whether pthreads work with -kthread
# configure:6595: clang -o conftest -kthread conftest.c -lreadline -lncurses >&5
# clang-3.8: error: unknown argument: '-kthread'
# configure:6595: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU Chess"
# | #define PACKAGE_TARNAME "gnuchess"
# | #define PACKAGE_VERSION "6.2.2"
# | #define PACKAGE_STRING "GNU Chess 6.2.2"
# | #define PACKAGE_BUGREPORT "bug-gnu-chess@gnu.org"
# | #define PACKAGE_URL "http://www.gnu.org/software/gnuchess/"
# | #define PACKAGE "gnuchess"
# | #define VERSION "6.2.2"
# | #define HAVE_LIBNCURSES 1
# | #define HAVE_LIBREADLINE 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_READLINE_READLINE_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_REALLOC 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define RETSIGTYPE void
# | #define HAVE_STDLIB_H 1
# | #define HAVE_MALLOC 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRCSPN 1
# | #define HAVE_STRSTR 1
# | #define HAVE_STRERROR 1
# | #define HAVE_MEMSET 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRTOL 1
# | /* end confdefs.h. */
# | #include
# | int
# | main ()
# | {
# | pthread_t th; pthread_join(th, 0);
# | pthread_attr_init(0); pthread_cleanup_push(0, 0);
# | pthread_create(0,0,0,0); pthread_cleanup_pop(0);
# | ;
# | return 0;
# | }
# configure:6605: result: no
# configure:6560: checking for the pthreads library -llthread
# configure:6595: clang -o conftest conftest.c -llthread -lreadline -lncurses >&5
# conftest.c:53:41: warning: null passed to a callee that requires a non-null argument [-Wnonnull]
# pthread_attr_init(0); pthread_cleanup_push(0, 0);
# ~^
# conftest.c:54:44: warning: null passed to a callee that requires a non-null argument [-Wnonnull]
# pthread_create(0,0,0,0); pthread_cleanup_pop(0);
# ~ ^
# conftest.c:54:44: warning: null passed to a callee that requires a non-null argument [-Wnonnull]
# pthread_create(0,0,0,0); pthread_cleanup_pop(0);
# ~ ^
# 3 warnings generated.
# /usr/bin/ld: cannot find -llthread
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:6595: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU Chess"
# | #define PACKAGE_TARNAME "gnuchess"
# | #define PACKAGE_VERSION "6.2.2"
# | #define PACKAGE_STRING "GNU Chess 6.2.2"
# | #define PACKAGE_BUGREPORT "bug-gnu-chess@gnu.org"
# | #define PACKAGE_URL "http://www.gnu.org/software/gnuchess/"
# | #define PACKAGE "gnuchess"
# | #define VERSION "6.2.2"
# | #define HAVE_LIBNCURSES 1
# | #define HAVE_LIBREADLINE 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_READLINE_READLINE_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_REALLOC 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define RETSIGTYPE void
# | #define HAVE_STDLIB_H 1
# | #define HAVE_MALLOC 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRCSPN 1
# | #define HAVE_STRSTR 1
# | #define HAVE_STRERROR 1
# | #define HAVE_MEMSET 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRTOL 1
# | /* end confdefs.h. */
# | #include
# | int
# | main ()
# | {
# | pthread_t th; pthread_join(th, 0);
# | pthread_attr_init(0); pthread_cleanup_push(0, 0);
# | pthread_create(0,0,0,0); pthread_cleanup_pop(0);
# | ;
# | return 0;
# | }
# configure:6605: result: no
# configure:6553: checking whether pthreads work with -pthread
# configure:6595: clang -o conftest -pthread conftest.c -lreadline -lncurses >&5
# conftest.c:53:41: warning: null passed to a callee that requires a non-null argument [-Wnonnull]
# pthread_attr_init(0); pthread_cleanup_push(0, 0);
# ~^
# conftest.c:54:44: warning: null passed to a callee that requires a non-null argument [-Wnonnull]
# pthread_create(0,0,0,0); pthread_cleanup_pop(0);
# ~ ^
# conftest.c:54:44: warning: null passed to a callee that requires a non-null argument [-Wnonnull]
# pthread_create(0,0,0,0); pthread_cleanup_pop(0);
# ~ ^
# 3 warnings generated.
# configure:6595: $? = 0
# configure:6605: result: yes
# configure:6628: checking for joinable pthread attribute
# configure:6641: clang -o conftest -pthread conftest.c -lreadline -lncurses >&5
# configure:6641: $? = 0
# configure:6673: result: PTHREAD_CREATE_JOINABLE
# configure:6680: checking if more special flags are required for pthreads
# configure:6687: result: no
# configure:6701: checking for cc_r
# configure:6729: result: clang
# configure:6779: checking for a sed that does not truncate output
# configure:6843: result: /usr/bin/sed
# configure:6849: checking whether NLS is requested
# configure:6858: result: yes
# configure:6898: checking for msgfmt
# configure: trying /usr/bin/msgfmt...
# 0 translated messages.
# configure:6930: result: /usr/bin/msgfmt
# configure:6939: checking for gmsgfmt
# configure:6970: result: /usr/bin/msgfmt
# configure:7020: checking for xgettext
# configure: trying /usr/bin/xgettext...
# /usr/bin/xgettext: warning: file '/dev/null' extension '' is unknown; will try C
# configure:7052: result: /usr/bin/xgettext
# configure:7097: checking for msgmerge
# configure: trying /usr/bin/msgmerge...
# configure:7128: result: /usr/bin/msgmerge
# configure:7186: checking for ld used by clang
# configure:7253: result: /usr/bin/ld
# configure:7260: checking if the linker (/usr/bin/ld) is GNU ld
# configure:7275: result: yes
# configure:7282: checking for shared library run path origin
# configure:7295: result: done
# configure:7867: checking for CFPreferencesCopyAppValue
# configure:7885: clang -o conftest conftest.c -lreadline -lncurses -Wl,-framework -Wl,CoreFoundation >&5
# conftest.c:49:10: fatal error: 'CoreFoundation/CFPreferences.h' file not found
# #include
# ^
# 1 error generated.
# configure:7885: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU Chess"
# | #define PACKAGE_TARNAME "gnuchess"
# | #define PACKAGE_VERSION "6.2.2"
# | #define PACKAGE_STRING "GNU Chess 6.2.2"
# | #define PACKAGE_BUGREPORT "bug-gnu-chess@gnu.org"
# | #define PACKAGE_URL "http://www.gnu.org/software/gnuchess/"
# | #define PACKAGE "gnuchess"
# | #define VERSION "6.2.2"
# | #define HAVE_LIBNCURSES 1
# | #define HAVE_LIBREADLINE 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_READLINE_READLINE_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_REALLOC 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define RETSIGTYPE void
# | #define HAVE_STDLIB_H 1
# | #define HAVE_MALLOC 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRCSPN 1
# | #define HAVE_STRSTR 1
# | #define HAVE_STRERROR 1
# | #define HAVE_MEMSET 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRTOL 1
# | #define HAVE_PTHREAD 1
# | /* end confdefs.h. */
# | #include
# | int
# | main ()
# | {
# | CFPreferencesCopyAppValue(NULL, NULL)
# | ;
# | return 0;
# | }
# configure:7894: result: no
# configure:7901: checking for CFLocaleCopyCurrent
# configure:7919: clang -o conftest conftest.c -lreadline -lncurses -Wl,-framework -Wl,CoreFoundation >&5
# conftest.c:49:10: fatal error: 'CoreFoundation/CFLocale.h' file not found
# #include
# ^
# 1 error generated.
# configure:7919: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU Chess"
# | #define PACKAGE_TARNAME "gnuchess"
# | #define PACKAGE_VERSION "6.2.2"
# | #define PACKAGE_STRING "GNU Chess 6.2.2"
# | #define PACKAGE_BUGREPORT "bug-gnu-chess@gnu.org"
# | #define PACKAGE_URL "http://www.gnu.org/software/gnuchess/"
# | #define PACKAGE "gnuchess"
# | #define VERSION "6.2.2"
# | #define HAVE_LIBNCURSES 1
# | #define HAVE_LIBREADLINE 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_READLINE_READLINE_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_REALLOC 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define RETSIGTYPE void
# | #define HAVE_STDLIB_H 1
# | #define HAVE_MALLOC 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRCSPN 1
# | #define HAVE_STRSTR 1
# | #define HAVE_STRERROR 1
# | #define HAVE_MEMSET 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRTOL 1
# | #define HAVE_PTHREAD 1
# | /* end confdefs.h. */
# | #include
# | int
# | main ()
# | {
# | CFLocaleCopyCurrent();
# | ;
# | return 0;
# | }
# configure:7928: result: no
# configure:7977: checking for GNU gettext in libc
# configure:8001: clang -o conftest conftest.c -lreadline -lncurses >&5
# configure:8001: $? = 0
# configure:8010: result: yes
# configure:8838: checking whether to use NLS
# configure:8840: result: yes
# configure:8843: checking where the gettext function comes from
# configure:8854: result: libc
# configure:9034: checking that generated files are newer than configure
# configure:9040: result: done
# configure:9067: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by GNU Chess config.status 6.2.2, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on b4af26f7fd3a
#
# config.status:962: creating Makefile
# config.status:962: creating src/Makefile
# config.status:962: creating src/frontend/Makefile
# config.status:962: creating src/adapter/Makefile
# config.status:962: creating src/engine/Makefile
# config.status:962: creating doc/Makefile
# config.status:962: creating po/Makefile.in
# config.status:962: creating man/Makefile
# config.status:962: creating src/config.h
# config.status:1191: executing depfiles commands
# config.status:1191: executing src/GCint.h commands
# config.status:1292: creating src/GCint.h : _GNUCHESS_SRC_GCINT_H
# config.status:1191: executing po-directories commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_const=yes
# ac_cv_c_inline=inline
# ac_cv_c_volatile=yes
# ac_cv_cxx_compiler_gnu=yes
# ac_cv_env_CCC_set=
# ac_cv_env_CCC_value=
# ac_cv_env_CC_set=set
# ac_cv_env_CC_value=clang
# 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_CXXFLAGS_set=set
# ac_cv_env_CXXFLAGS_value=
# ac_cv_env_CXX_set=set
# ac_cv_env_CXX_value=clang++
# 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=
# ac_cv_env_build_alias_value=
# ac_cv_env_host_alias_set=set
# ac_cv_env_host_alias_value=x86_64-unknown-linux
# ac_cv_env_target_alias_set=
# ac_cv_env_target_alias_value=
# ac_cv_func_gettimeofday=yes
# ac_cv_func_malloc_0_nonnull=yes
# ac_cv_func_memcmp_working=yes
# ac_cv_func_memset=yes
# ac_cv_func_realloc_0_nonnull=yes
# ac_cv_func_strchr=yes
# ac_cv_func_strcspn=yes
# ac_cv_func_strdup=yes
# ac_cv_func_strerror=yes
# ac_cv_func_strstr=yes
# ac_cv_func_strtol=yes
# ac_cv_header_errno_h=yes
# ac_cv_header_fcntl_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_libintl_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_readline_history_h=yes
# ac_cv_header_readline_readline_h=yes
# ac_cv_header_stdbool_h=yes
# ac_cv_header_stdc=yes
# ac_cv_header_stdint=stdint.h
# ac_cv_header_stdint_h=yes
# ac_cv_header_stdint_t=stdint.h
# 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_types_h=yes
# ac_cv_header_time=yes
# ac_cv_header_time_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_lib_lex='none needed'
# ac_cv_lib_ncurses_tputs=yes
# ac_cv_lib_readline_readline=yes
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/bin/grep -E'
# ac_cv_path_GMSGFMT=/usr/bin/msgfmt
# ac_cv_path_GREP=/usr/bin/grep
# ac_cv_path_MSGFMT=/usr/bin/msgfmt
# ac_cv_path_MSGMERGE=/usr/bin/msgmerge
# ac_cv_path_SED=/usr/bin/sed
# ac_cv_path_XGETTEXT=/usr/bin/xgettext
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_mkdir=/usr/bin/mkdir
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CC=clang
# ac_cv_prog_CPP='clang -E'
# ac_cv_prog_LEX=flex
# ac_cv_prog_PTHREAD_CC=clang
# ac_cv_prog_ac_ct_RANLIB=ranlib
# ac_cv_prog_ac_ct_STRIP=strip
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_cxx_g=yes
# ac_cv_prog_lex_root=lex.yy
# ac_cv_prog_lex_yytext_pointer=no
# ac_cv_prog_make_make_set=yes
# ac_cv_stdint_message='using gnu compiler clang version 3.8.0 (tags/RELEASE_380/final)'
# ac_cv_stdint_result='(assuming C99 compatible system)'
# ac_cv_struct_tm=time.h
# ac_cv_type__Bool=yes
# ac_cv_type_signal=void
# ac_cv_type_size_t=yes
# ac_cv_use_readline=yes
# acl_cv_hardcode_direct=no
# acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
# acl_cv_hardcode_libdir_separator=
# acl_cv_hardcode_minus_L=no
# acl_cv_libext=a
# acl_cv_libname_spec='lib$name'
# acl_cv_library_names_spec='$libname$shrext'
# acl_cv_path_LD=/usr/bin/ld
# acl_cv_prog_gnu_ld=yes
# acl_cv_rpath=done
# acl_cv_shlibext=so
# acl_cv_wl=-Wl,
# am_cv_CC_dependencies_compiler_type=gcc3
# am_cv_CXX_dependencies_compiler_type=gcc3
# am_cv_make_support_nested_variables=yes
# am_cv_prog_cc_c_o=yes
# gt_cv_func_CFLocaleCopyCurrent=no
# gt_cv_func_CFPreferencesCopyAppValue=no
# gt_cv_func_gnugettext1_libc=yes
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/gnuchess/src/gnuchess-6.2.2/missing aclocal-1.14'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='$${TAR-tar}'
# AM_BACKSLASH='\'
# AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
# AM_DEFAULT_VERBOSITY='1'
# AM_V='$(V)'
# AUTOCONF='${SHELL} /tmp/gnuchess/src/gnuchess-6.2.2/missing autoconf'
# AUTOHEADER='${SHELL} /tmp/gnuchess/src/gnuchess-6.2.2/missing autoheader'
# AUTOMAKE='${SHELL} /tmp/gnuchess/src/gnuchess-6.2.2/missing automake-1.14'
# AWK='gawk'
# CC='clang'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=''
# CPP='clang -E'
# CPPFLAGS=''
# CXX='clang++'
# CXXDEPMODE='depmode=gcc3'
# CXXFLAGS=''
# CYGPATH_W='echo'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/bin/grep -E'
# EXEEXT=''
# GETTEXT_MACRO_VERSION='0.18'
# GMSGFMT='/usr/bin/msgfmt'
# GMSGFMT_015='/usr/bin/msgfmt'
# GREP='/usr/bin/grep'
# HELP2MAN='${SHELL} /tmp/gnuchess/src/gnuchess-6.2.2/missing help2man'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# INTLLIBS=''
# INTL_MACOSX_LIBS=''
# LDFLAGS=''
# LEX='flex'
# LEXLIB=''
# LEX_OUTPUT_ROOT='lex.yy'
# LIBICONV='-liconv'
# LIBINTL=''
# LIBOBJS=''
# LIBS='-lreadline -lncurses '
# LN_S='ln -s'
# LTLIBICONV='-liconv'
# LTLIBINTL=''
# LTLIBOBJS=''
# MAKEINFO='${SHELL} /tmp/gnuchess/src/gnuchess-6.2.2/missing makeinfo'
# MKDIR_P='/usr/bin/mkdir -p'
# MSGFMT='/usr/bin/msgfmt'
# MSGFMT_015='/usr/bin/msgfmt'
# MSGMERGE='/usr/bin/msgmerge'
# OBJEXT='o'
# PACKAGE='gnuchess'
# PACKAGE_BUGREPORT='bug-gnu-chess@gnu.org'
# PACKAGE_NAME='GNU Chess'
# PACKAGE_STRING='GNU Chess 6.2.2'
# PACKAGE_TARNAME='gnuchess'
# PACKAGE_URL='http://www.gnu.org/software/gnuchess/'
# PACKAGE_VERSION='6.2.2'
# PATH_SEPARATOR=':'
# PLUGINSDIR='$(datadir)/games/plugins'
# POSUB='po'
# PTHREAD_CC='clang'
# PTHREAD_CFLAGS='-pthread'
# PTHREAD_CXXFLAGS='-pthread'
# PTHREAD_LIBS=''
# RANLIB='ranlib'
# SED='/usr/bin/sed'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# USE_NLS='yes'
# VERSION='6.2.2'
# XGETTEXT='/usr/bin/xgettext'
# XGETTEXT_015='/usr/bin/xgettext'
# XGETTEXT_EXTRA_OPTIONS=''
# ac_ct_CC=''
# ac_ct_CXX=''
# am__EXEEXT_FALSE=''
# am__EXEEXT_TRUE='#'
# am__fastdepCC_FALSE='#'
# am__fastdepCC_TRUE=''
# am__fastdepCXX_FALSE='#'
# am__fastdepCXX_TRUE=''
# am__include='include'
# am__isrc=''
# am__leading_dot='.'
# am__nodep='_no'
# am__quote=''
# am__tar='$${TAR-tar} chof - "$$tardir"'
# am__untar='$${TAR-tar} xf -'
# bindir='${exec_prefix}/bin'
# build='x86_64-unknown-linux-gnu'
# build_alias=''
# build_cpu='x86_64'
# build_os='linux-gnu'
# build_vendor='unknown'
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
# dvidir='${docdir}'
# exec_prefix='${prefix}'
# host='x86_64-unknown-linux-gnu'
# host_alias='x86_64-unknown-linux'
# host_cpu='x86_64'
# host_os='linux-gnu'
# host_vendor='unknown'
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# install_sh='${SHELL} /tmp/gnuchess/src/gnuchess-6.2.2/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. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "GNU Chess"
# #define PACKAGE_TARNAME "gnuchess"
# #define PACKAGE_VERSION "6.2.2"
# #define PACKAGE_STRING "GNU Chess 6.2.2"
# #define PACKAGE_BUGREPORT "bug-gnu-chess@gnu.org"
# #define PACKAGE_URL "http://www.gnu.org/software/gnuchess/"
# #define PACKAGE "gnuchess"
# #define VERSION "6.2.2"
# #define HAVE_LIBNCURSES 1
# #define HAVE_LIBREADLINE 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_READLINE_READLINE_H 1
# #define HAVE_READLINE_HISTORY_H 1
# #define STDC_HEADERS 1
# #define HAVE_TIME_H 1
# #define HAVE_SYS_TIME_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_ERRNO_H 1
# #define HAVE_FCNTL_H 1
# #define HAVE_LIBINTL_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_REALLOC 1
# #define HAVE__BOOL 1
# #define HAVE_STDBOOL_H 1
# #define TIME_WITH_SYS_TIME 1
# #define RETSIGTYPE void
# #define HAVE_STDLIB_H 1
# #define HAVE_MALLOC 1
# #define HAVE_GETTIMEOFDAY 1
# #define HAVE_STRCHR 1
# #define HAVE_STRCSPN 1
# #define HAVE_STRSTR 1
# #define HAVE_STRERROR 1
# #define HAVE_MEMSET 1
# #define HAVE_STRDUP 1
# #define HAVE_STRTOL 1
# #define HAVE_PTHREAD 1
# #define ENABLE_NLS 1
# #define HAVE_GETTEXT 1
# #define HAVE_DCGETTEXT 1
#
# configure: exit 0