Build of libmaa with vanilla toolchain

The build took 00h 01m 35s and was SUCCESSFUL.

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

SLOCLanguage
6,951 ansic
2,747 sh
244 makefile
235 perl
92 awk
10,269 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...

CMD: sudo -u tuscan red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: libmaa 1.3.2-2 (Wed Aug 24 12:28:49 UTC 2016)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# configure: WARNING: if you wanted to set the --build type, don't use --host.
# If a cross compiler is detected then cross compile mode will be used
# Configuring for libmaa 1.3.2
# .
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking for gawk... gawk
# checking for x86_64-unknown-linux-gcc... no
# checking for gcc... gcc
# 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 gcc accepts -g... yes
# checking for gcc option to accept ISO C89... none needed
# checking for library containing strerror... none required
# Checking for programs
# checking for a BSD-compatible install... /usr/bin/install -c
# checking for perl4... no
# checking for perl... perl
# checking for latex2e... no
# checking for latex... latex
# checking for fig2dev... no
# checking for dvips... dvips
# checking for refbibtex... no
# checking for bibtex... bibtex
# checking for libtool... libtool
# .
# Checking for header file support
# checking how to run the C preprocessor... gcc -E
# 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 whether time.h and sys/time.h may both be included... 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 strings.h... (cached) yes
# checking limits.h usability... yes
# checking limits.h presence... yes
# checking for limits.h... yes
# checking for stdint.h... (cached) yes
# checking for inttypes.h... (cached) yes
# checking sys/resource.h usability... yes
# checking sys/resource.h presence... yes
# checking for sys/resource.h... yes
# checking sys/time.h usability... yes
# checking sys/time.h presence... yes
# checking for sys/time.h... yes
# checking sys/param.h usability... yes
# checking sys/param.h presence... yes
# checking for sys/param.h... yes
# checking sys/wait.h usability... yes
# checking sys/wait.h presence... yes
# checking for sys/wait.h... yes
# checking for SYSLOG_NAMES support in syslog.h... yes
# .
# Checking for system constants
# checking for size_t... yes
# checking return type of signal handlers... void
# checking for inline... inline
# checking whether byte ordering is bigendian... no
# checking size of int... 4
# checking size of long... 8
# checking size of void *... 8
# checking size of long long int... 8
# .
# Checking for library functions
# checking for working alloca.h... yes
# checking for alloca... yes
# checking for vprintf... no
# checking for snprintf... no
# checking for gettimeofday... yes
# checking for strerror... yes
# checking for memcpy... no
# checking for atexit... yes
# checking for on_exit... yes
# checking for sysconf... yes
# checking for strtol... yes
# checking for strtoul... yes
# checking for vsyslog... yes
# checking for strtol... (cached) yes
# checking for strtoul... (cached) yes
# checking for strlcpy... no
# .
# Making output files
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating doc/Makefile
# config.status: creating arggram2c
# config.status: creating config.h
# .
# Done
# libtool --tag=CC --mode=compile gcc -o strlcpy.o -c -DHAVE_CONFIG_H -Wall -Werror -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. strlcpy.c
# libtool --tag=CC --mode=compile gcc -o obstack.o -c -DHAVE_CONFIG_H -Wall -Werror -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. obstack.c
# libtool: compile: gcc -c -DHAVE_CONFIG_H -Wall -Werror -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. obstack.c -fPIC -DPIC -o .libs/obstack.o
# libtool: compile: gcc -c -DHAVE_CONFIG_H -Wall -Werror -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. strlcpy.c -fPIC -DPIC -o .libs/strlcpy.o
# libtool: compile: gcc -c -DHAVE_CONFIG_H -Wall -Werror -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. obstack.c -o obstack.o >/dev/null 2>&1
# libtool: compile: gcc -c -DHAVE_CONFIG_H -Wall -Werror -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. strlcpy.c -o strlcpy.o >/dev/null 2>&1
# libtool --tag=CC --mode=compile gcc -o xmalloc.o -c -DHAVE_CONFIG_H -Wall -Werror -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. xmalloc.c
# libtool --tag=CC --mode=compile gcc -o hash.o -c -DHAVE_CONFIG_H -Wall -Werror -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. hash.c
# libtool: compile: gcc -c -DHAVE_CONFIG_H -Wall -Werror -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. xmalloc.c -fPIC -DPIC -o .libs/xmalloc.o
# libtool: compile: gcc -c -DHAVE_CONFIG_H -Wall -Werror -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. hash.c -fPIC -DPIC -o .libs/hash.o
# libtool: compile: gcc -c -DHAVE_CONFIG_H -Wall -Werror -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. xmalloc.c -o xmalloc.o >/dev/null 2>&1
# libtool --tag=CC --mode=compile gcc -o set.o -c -DHAVE_CONFIG_H -Wall -Werror -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. set.c
# libtool: compile: gcc -c -DHAVE_CONFIG_H -Wall -Werror -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. hash.c -o hash.o >/dev/null 2>&1
# libtool: compile: gcc -c -DHAVE_CONFIG_H -Wall -Werror -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. set.c -fPIC -DPIC -o .libs/set.o
# libtool --tag=CC --mode=compile gcc -o stack.o -c -DHAVE_CONFIG_H -Wall -Werror -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. stack.c
# libtool: compile: gcc -c -DHAVE_CONFIG_H -Wall -Werror -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. stack.c -fPIC -DPIC -o .libs/stack.o
# libtool: compile: gcc -c -DHAVE_CONFIG_H -Wall -Werror -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. set.c -o set.o >/dev/null 2>&1
# libtool: compile: gcc -c -DHAVE_CONFIG_H -Wall -Werror -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. stack.c -o stack.o >/dev/null 2>&1
# libtool --tag=CC --mode=compile gcc -o list.o -c -DHAVE_CONFIG_H -Wall -Werror -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. list.c
# libtool --tag=CC --mode=compile gcc -o error.o -c -DHAVE_CONFIG_H -Wall -Werror -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. error.c
# libtool: compile: gcc -c -DHAVE_CONFIG_H -Wall -Werror -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. list.c -fPIC -DPIC -o .libs/list.o
# libtool: compile: gcc -c -DHAVE_CONFIG_H -Wall -Werror -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. error.c -fPIC -DPIC -o .libs/error.o
# libtool: compile: gcc -c -DHAVE_CONFIG_H -Wall -Werror -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. error.c -o error.o >/dev/null 2>&1
# libtool: compile: gcc -c -DHAVE_CONFIG_H -Wall -Werror -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. list.c -o list.o >/dev/null 2>&1
# libtool --tag=CC --mode=compile gcc -o memory.o -c -DHAVE_CONFIG_H -Wall -Werror -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. memory.c
# libtool --tag=CC --mode=compile gcc -o string.o -c -DHAVE_CONFIG_H -Wall -Werror -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. string.c
# libtool: compile: gcc -c -DHAVE_CONFIG_H -Wall -Werror -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. memory.c -fPIC -DPIC -o .libs/memory.o
# libtool: compile: gcc -c -DHAVE_CONFIG_H -Wall -Werror -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. string.c -fPIC -DPIC -o .libs/string.o
# libtool: compile: gcc -c -DHAVE_CONFIG_H -Wall -Werror -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. memory.c -o memory.o >/dev/null 2>&1
# libtool: compile: gcc -c -DHAVE_CONFIG_H -Wall -Werror -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. string.c -o string.o >/dev/null 2>&1
# libtool --tag=CC --mode=compile gcc -o debug.o -c -DHAVE_CONFIG_H -Wall -Werror -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. debug.c
# libtool --tag=CC --mode=compile gcc -o flags.o -c -DHAVE_CONFIG_H -Wall -Werror -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. flags.c
# libtool: compile: gcc -c -DHAVE_CONFIG_H -Wall -Werror -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. debug.c -fPIC -DPIC -o .libs/debug.o
# libtool: compile: gcc -c -DHAVE_CONFIG_H -Wall -Werror -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. flags.c -fPIC -DPIC -o .libs/flags.o
# libtool: compile: gcc -c -DHAVE_CONFIG_H -Wall -Werror -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. debug.c -o debug.o >/dev/null 2>&1
# libtool: compile: gcc -c -DHAVE_CONFIG_H -Wall -Werror -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. flags.c -o flags.o >/dev/null 2>&1
# libtool --tag=CC --mode=compile gcc -o maa.o -c -DHAVE_CONFIG_H -Wall -Werror -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. maa.c
# libtool --tag=CC --mode=compile gcc -o prime.o -c -DHAVE_CONFIG_H -Wall -Werror -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. prime.c
# libtool: compile: gcc -c -DHAVE_CONFIG_H -Wall -Werror -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. maa.c -fPIC -DPIC -o .libs/maa.o
# libtool: compile: gcc -c -DHAVE_CONFIG_H -Wall -Werror -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. prime.c -fPIC -DPIC -o .libs/prime.o
# libtool: compile: gcc -c -DHAVE_CONFIG_H -Wall -Werror -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. maa.c -o maa.o >/dev/null 2>&1
# libtool: compile: gcc -c -DHAVE_CONFIG_H -Wall -Werror -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. prime.c -o prime.o >/dev/null 2>&1
# libtool --tag=CC --mode=compile gcc -o bit.o -c -DHAVE_CONFIG_H -Wall -Werror -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. bit.c
# libtool --tag=CC --mode=compile gcc -o timer.o -c -DHAVE_CONFIG_H -Wall -Werror -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. timer.c
# libtool: compile: gcc -c -DHAVE_CONFIG_H -Wall -Werror -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. bit.c -fPIC -DPIC -o .libs/bit.o
# libtool: compile: gcc -c -DHAVE_CONFIG_H -Wall -Werror -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. timer.c -fPIC -DPIC -o .libs/timer.o
# libtool: compile: gcc -c -DHAVE_CONFIG_H -Wall -Werror -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. bit.c -o bit.o >/dev/null 2>&1
# libtool: compile: gcc -c -DHAVE_CONFIG_H -Wall -Werror -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. timer.c -o timer.o >/dev/null 2>&1
# gawk -f ./arggram2c < ./arggram.txt > arggram.c
# libtool --tag=CC --mode=compile gcc -o pr.o -c -DHAVE_CONFIG_H -Wall -Werror -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. pr.c
# libtool --tag=CC --mode=compile gcc -o sl.o -c -DHAVE_CONFIG_H -Wall -Werror -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. sl.c
# libtool: compile: gcc -c -DHAVE_CONFIG_H -Wall -Werror -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. pr.c -fPIC -DPIC -o .libs/pr.o
# libtool: compile: gcc -c -DHAVE_CONFIG_H -Wall -Werror -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. sl.c -fPIC -DPIC -o .libs/sl.o
# libtool: compile: gcc -c -DHAVE_CONFIG_H -Wall -Werror -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. sl.c -o sl.o >/dev/null 2>&1
# libtool --tag=CC --mode=compile gcc -o base64.o -c -DHAVE_CONFIG_H -Wall -Werror -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. base64.c
# libtool: compile: gcc -c -DHAVE_CONFIG_H -Wall -Werror -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. base64.c -fPIC -DPIC -o .libs/base64.o
# libtool: compile: gcc -c -DHAVE_CONFIG_H -Wall -Werror -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. base64.c -o base64.o >/dev/null 2>&1
# libtool --tag=CC --mode=compile gcc -o base26.o -c -DHAVE_CONFIG_H -Wall -Werror -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. base26.c
# libtool: compile: gcc -c -DHAVE_CONFIG_H -Wall -Werror -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. base26.c -fPIC -DPIC -o .libs/base26.o
# libtool: compile: gcc -c -DHAVE_CONFIG_H -Wall -Werror -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. base26.c -o base26.o >/dev/null 2>&1
# libtool --tag=CC --mode=compile gcc -o source.o -c -DHAVE_CONFIG_H -Wall -Werror -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. source.c
# libtool: compile: gcc -c -DHAVE_CONFIG_H -Wall -Werror -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. source.c -fPIC -DPIC -o .libs/source.o
# libtool: compile: gcc -c -DHAVE_CONFIG_H -Wall -Werror -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. source.c -o source.o >/dev/null 2>&1
# libtool --tag=CC --mode=compile gcc -o parse-concrete.o -c -DHAVE_CONFIG_H -Wall -Werror -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. parse-concrete.c
# libtool: compile: gcc -c -DHAVE_CONFIG_H -Wall -Werror -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. parse-concrete.c -fPIC -DPIC -o .libs/parse-concrete.o
# libtool: compile: gcc -c -DHAVE_CONFIG_H -Wall -Werror -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. parse-concrete.c -o parse-concrete.o >/dev/null 2>&1
# libtool --tag=CC --mode=compile gcc -o text.o -c -DHAVE_CONFIG_H -Wall -Werror -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. text.c
# libtool: compile: gcc -c -DHAVE_CONFIG_H -Wall -Werror -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. text.c -fPIC -DPIC -o .libs/text.o
# libtool: compile: gcc -c -DHAVE_CONFIG_H -Wall -Werror -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. pr.c -o pr.o >/dev/null 2>&1
# libtool: compile: gcc -c -DHAVE_CONFIG_H -Wall -Werror -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. text.c -o text.o >/dev/null 2>&1
# libtool --tag=CC --mode=compile gcc -o log.o -c -DHAVE_CONFIG_H -Wall -Werror -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. log.c
# libtool --tag=CC --mode=compile gcc -o arg.o -c -DHAVE_CONFIG_H -Wall -Werror -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. arg.c
# libtool: compile: gcc -c -DHAVE_CONFIG_H -Wall -Werror -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. log.c -fPIC -DPIC -o .libs/log.o
# libtool: compile: gcc -c -DHAVE_CONFIG_H -Wall -Werror -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. arg.c -fPIC -DPIC -o .libs/arg.o
# libtool: compile: gcc -c -DHAVE_CONFIG_H -Wall -Werror -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. log.c -o log.o >/dev/null 2>&1
# libtool: compile: gcc -c -DHAVE_CONFIG_H -Wall -Werror -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. arg.c -o arg.o >/dev/null 2>&1
# libtool --tag=CC --mode=link gcc -o libmaa.la strlcpy.lo obstack.lo xmalloc.lo hash.lo set.lo stack.lo list.lo error.lo memory.lo string.lo debug.lo flags.lo maa.lo prime.lo bit.lo timer.lo arg.lo pr.lo sl.lo base64.lo base26.lo source.lo parse-concrete.lo text.lo log.lo \
# -lm \
# -rpath "/usr/lib" -export-symbols ./export.sym \
# -version-info 3:0
# libtool: link: echo "{ global:" > .libs/libmaa.ver
# libtool: link: cat ./export.sym | sed -e "s/\(.*\)/\1;/" >> .libs/libmaa.ver
# libtool: link: echo "local: *; };" >> .libs/libmaa.ver
# libtool: link: gcc -shared -fPIC -DPIC .libs/strlcpy.o .libs/obstack.o .libs/xmalloc.o .libs/hash.o .libs/set.o .libs/stack.o .libs/list.o .libs/error.o .libs/memory.o .libs/string.o .libs/debug.o .libs/flags.o .libs/maa.o .libs/prime.o .libs/bit.o .libs/timer.o .libs/arg.o .libs/pr.o .libs/sl.o .libs/base64.o .libs/base26.o .libs/source.o .libs/parse-concrete.o .libs/text.o .libs/log.o -lm -Wl,-soname -Wl,libmaa.so.3 -Wl,-version-script -Wl,.libs/libmaa.ver -o .libs/libmaa.so.3.0.0
# libtool: link: (cd ".libs" && rm -f "libmaa.so.3" && ln -s "libmaa.so.3.0.0" "libmaa.so.3")
# libtool: link: (cd ".libs" && rm -f "libmaa.so" && ln -s "libmaa.so.3.0.0" "libmaa.so")
# libtool: link: ar cru .libs/libmaa.a strlcpy.o obstack.o xmalloc.o hash.o set.o stack.o list.o error.o memory.o string.o debug.o flags.o maa.o prime.o bit.o timer.o arg.o pr.o sl.o base64.o base26.o source.o parse-concrete.o text.o log.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# libtool: link: ranlib .libs/libmaa.a
# libtool: link: ( cd ".libs" && rm -f "libmaa.la" && ln -s "../libmaa.la" "libmaa.la" )
# ==> Entering fakeroot environment...
# ==> Starting package()...
# mkdir -p /tmp/libmaa/pkg/libmaa/usr/lib && \
# libtool --mode=install /usr/bin/install -c -c libmaa.la /tmp/libmaa/pkg/libmaa/usr/lib
# libtool: install: /usr/bin/install -c -c .libs/libmaa.so.3.0.0 /tmp/libmaa/pkg/libmaa/usr/lib/libmaa.so.3.0.0
# libtool: install: (cd /tmp/libmaa/pkg/libmaa/usr/lib && { ln -s -f libmaa.so.3.0.0 libmaa.so.3 || { rm -f libmaa.so.3 && ln -s libmaa.so.3.0.0 libmaa.so.3; }; })
# libtool: install: (cd /tmp/libmaa/pkg/libmaa/usr/lib && { ln -s -f libmaa.so.3.0.0 libmaa.so || { rm -f libmaa.so && ln -s libmaa.so.3.0.0 libmaa.so; }; })
# libtool: install: /usr/bin/install -c -c .libs/libmaa.lai /tmp/libmaa/pkg/libmaa/usr/lib/libmaa.la
# libtool: install: /usr/bin/install -c -c .libs/libmaa.a /tmp/libmaa/pkg/libmaa/usr/lib/libmaa.a
# libtool: install: chmod 644 /tmp/libmaa/pkg/libmaa/usr/lib/libmaa.a
# libtool: install: ranlib /tmp/libmaa/pkg/libmaa/usr/lib/libmaa.a
# libtool: warning: remember to run 'libtool --finish /usr/lib'
# mkdir -p /tmp/libmaa/pkg/libmaa/usr/include && \
# /usr/bin/install -c -m 644 -c -m 644 ./maa.h /tmp/libmaa/pkg/libmaa/usr/include
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "libmaa"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: libmaa 1.3.2-2 (Wed Aug 24 12:28:57 UTC 2016)

CMD: pacman --query --file libmaa-1.3.2-2-x86_64.pkg.tar.xz
# libmaa 1.3.2-2

Creating hybrid package for 'libmaa'

Trying to find vanilla package 'libmaa'...

CMD: pacman --query --file /mirror/libmaa-1.3.2-2.pkg.tar.xz
# libmaa 1.3.2-2

Package file has the following structure:
# /.PKGINFO
# /.MTREE
# /usr/lib/libmaa.so.3
# /usr/lib/libmaa.so.3.0.0
# /usr/lib/libmaa.so
# /usr/include/maa.h
# /sysroot/usr/lib/libmaa.so.3.0.0
# /sysroot/usr/lib/libmaa.so.3
# /sysroot/usr/lib/libmaa.so
# /sysroot/usr/lib/libmaa.la
# /sysroot/usr/lib/libmaa.a
# /sysroot/usr/include/maa.h

Generating .MTREE

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

Tar-ing up files

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

CMD: xz -c -z

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

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

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

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/libmaa.pkg.tar.xz
# ==> ERROR: Failed to acquire lockfile: /var/cache/pacman/pkg/tuscan.db.tar.lck.
# ==> ERROR: Held by process 866

Attempting to access local repository, attempt 2

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/libmaa.pkg.tar.xz
# ==> ERROR: Failed to acquire lockfile: /var/cache/pacman/pkg/tuscan.db.tar.lck.
# ==> ERROR: Held by process 866

Attempting to access local repository, attempt 3

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/libmaa.pkg.tar.xz
# ==> ERROR: Failed to acquire lockfile: /var/cache/pacman/pkg/tuscan.db.tar.lck.
# ==> ERROR: Held by process 866

Attempting to access local repository, attempt 4

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/libmaa.pkg.tar.xz
# ==> ERROR: Failed to acquire lockfile: /var/cache/pacman/pkg/tuscan.db.tar.lck.
# ==> ERROR: Held by process 13022

Attempting to access local repository, attempt 5

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/libmaa.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/libmaa.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/libmaa/src/libmaa-1.3.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 configure, which was
# generated by GNU Autoconf 2.68. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 9ff091c71ea2
# uname -m = x86_64
# uname -r = 4.7.1-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Wed Aug 17 08:13:35 CEST 2016
#
# /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/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2363: checking build system type
# configure:2377: result: x86_64-unknown-linux-gnu
# configure:2397: checking host system type
# configure:2410: result: x86_64-unknown-linux-gnu
# configure:2434: checking for gawk
# configure:2450: found /usr/sbin/gawk
# configure:2461: result: gawk
# configure:2480: checking for x86_64-unknown-linux-gcc
# configure:2510: result: no
# configure:2520: checking for gcc
# configure:2536: found /usr/sbin/gcc
# configure:2547: result: gcc
# configure:2776: checking for C compiler version
# configure:2785: gcc --version >&5
# gcc (GCC) 6.1.1 20160602
# Copyright (C) 2016 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:2796: $? = 0
# configure:2785: gcc -v >&5
# Using built-in specs.
# COLLECT_GCC=gcc
# COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper
# Target: x86_64-pc-linux-gnu
# Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release
# Thread model: posix
# gcc version 6.1.1 20160602 (GCC)
# configure:2796: $? = 0
# configure:2785: gcc -V >&5
# gcc: error: unrecognized command line option '-V'
# gcc: fatal error: no input files
# compilation terminated.
# configure:2796: $? = 1
# configure:2785: gcc -qversion >&5
# gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
# gcc: fatal error: no input files
# compilation terminated.
# configure:2796: $? = 1
# configure:2816: checking whether the C compiler works
# configure:2838: gcc conftest.c >&5
# configure:2842: $? = 0
# configure:2890: result: yes
# configure:2893: checking for C compiler default output file name
# configure:2895: result: a.out
# configure:2901: checking for suffix of executables
# configure:2908: gcc -o conftest conftest.c >&5
# configure:2912: $? = 0
# configure:2934: result:
# configure:2956: checking whether we are cross compiling
# configure:2964: gcc -o conftest conftest.c >&5
# configure:2968: $? = 0
# configure:2975: ./conftest
# configure:2979: $? = 0
# configure:2994: result: no
# configure:2999: checking for suffix of object files
# configure:3021: gcc -c conftest.c >&5
# configure:3025: $? = 0
# configure:3046: result: o
# configure:3050: checking whether we are using the GNU C compiler
# configure:3069: gcc -c conftest.c >&5
# configure:3069: $? = 0
# configure:3078: result: yes
# configure:3087: checking whether gcc accepts -g
# configure:3107: gcc -c -g conftest.c >&5
# configure:3107: $? = 0
# configure:3148: result: yes
# configure:3165: checking for gcc option to accept ISO C89
# configure:3229: gcc -c conftest.c >&5
# configure:3229: $? = 0
# configure:3242: result: none needed
# configure:3264: checking for library containing strerror
# configure:3295: gcc -o conftest conftest.c >&5
# configure:3295: $? = 0
# configure:3312: result: none required
# configure:3341: checking for a BSD-compatible install
# configure:3409: result: /usr/bin/install -c
# configure:3425: checking for perl4
# configure:3455: result: no
# configure:3425: checking for perl
# configure:3441: found /usr/sbin/perl
# configure:3452: result: perl
# configure:3467: checking for latex2e
# configure:3497: result: no
# configure:3467: checking for latex
# configure:3483: found /usr/sbin/latex
# configure:3494: result: latex
# configure:3509: checking for fig2dev
# configure:3539: result: no
# configure:3551: checking for dvips
# configure:3567: found /usr/sbin/dvips
# configure:3578: result: dvips
# configure:3593: checking for refbibtex
# configure:3623: result: no
# configure:3635: checking for bibtex
# configure:3651: found /usr/sbin/bibtex
# configure:3662: result: bibtex
# configure:3676: checking for libtool
# configure:3692: found /usr/sbin/libtool
# configure:3703: result: libtool
# configure:3720: checking how to run the C preprocessor
# configure:3751: gcc -E conftest.c
# configure:3751: $? = 0
# configure:3765: gcc -E conftest.c
# conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:3765: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | /* end confdefs.h. */
# | #include
# configure:3790: result: gcc -E
# configure:3810: gcc -E conftest.c
# configure:3810: $? = 0
# configure:3824: gcc -E conftest.c
# conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:3824: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | /* end confdefs.h. */
# | #include
# configure:3853: checking for grep that handles long lines and -e
# configure:3911: result: /usr/sbin/grep
# configure:3916: checking for egrep
# configure:3978: result: /usr/sbin/grep -E
# configure:3983: checking for ANSI C header files
# configure:4003: gcc -c -Wall -Werror conftest.c >&5
# configure:4003: $? = 0
# configure:4076: gcc -o conftest -Wall -Werror conftest.c >&5
# configure:4076: $? = 0
# configure:4076: ./conftest
# configure:4076: $? = 0
# configure:4087: result: yes
# configure:4095: checking whether time.h and sys/time.h may both be included
# configure:4115: gcc -c -Wall -Werror conftest.c >&5
# configure:4115: $? = 0
# configure:4122: result: yes
# configure:4135: checking for sys/types.h
# configure:4135: gcc -c -Wall -Werror conftest.c >&5
# configure:4135: $? = 0
# configure:4135: result: yes
# configure:4135: checking for sys/stat.h
# configure:4135: gcc -c -Wall -Werror conftest.c >&5
# configure:4135: $? = 0
# configure:4135: result: yes
# configure:4135: checking for stdlib.h
# configure:4135: gcc -c -Wall -Werror conftest.c >&5
# configure:4135: $? = 0
# configure:4135: result: yes
# configure:4135: checking for string.h
# configure:4135: gcc -c -Wall -Werror conftest.c >&5
# configure:4135: $? = 0
# configure:4135: result: yes
# configure:4135: checking for memory.h
# configure:4135: gcc -c -Wall -Werror conftest.c >&5
# configure:4135: $? = 0
# configure:4135: result: yes
# configure:4135: checking for strings.h
# configure:4135: gcc -c -Wall -Werror conftest.c >&5
# configure:4135: $? = 0
# configure:4135: result: yes
# configure:4135: checking for inttypes.h
# configure:4135: gcc -c -Wall -Werror conftest.c >&5
# configure:4135: $? = 0
# configure:4135: result: yes
# configure:4135: checking for stdint.h
# configure:4135: gcc -c -Wall -Werror conftest.c >&5
# configure:4135: $? = 0
# configure:4135: result: yes
# configure:4135: checking for unistd.h
# configure:4135: gcc -c -Wall -Werror conftest.c >&5
# configure:4135: $? = 0
# configure:4135: result: yes
# configure:4150: checking for strings.h
# configure:4150: result: yes
# configure:4150: checking limits.h usability
# configure:4150: gcc -c -Wall -Werror conftest.c >&5
# configure:4150: $? = 0
# configure:4150: result: yes
# configure:4150: checking limits.h presence
# configure:4150: gcc -E conftest.c
# configure:4150: $? = 0
# configure:4150: result: yes
# configure:4150: checking for limits.h
# configure:4150: result: yes
# configure:4150: checking for stdint.h
# configure:4150: result: yes
# configure:4150: checking for inttypes.h
# configure:4150: result: yes
# configure:4163: checking sys/resource.h usability
# configure:4163: gcc -c -Wall -Werror conftest.c >&5
# configure:4163: $? = 0
# configure:4163: result: yes
# configure:4163: checking sys/resource.h presence
# configure:4163: gcc -E conftest.c
# configure:4163: $? = 0
# configure:4163: result: yes
# configure:4163: checking for sys/resource.h
# configure:4163: result: yes
# configure:4163: checking sys/time.h usability
# configure:4163: gcc -c -Wall -Werror conftest.c >&5
# configure:4163: $? = 0
# configure:4163: result: yes
# configure:4163: checking sys/time.h presence
# configure:4163: gcc -E conftest.c
# configure:4163: $? = 0
# configure:4163: result: yes
# configure:4163: checking for sys/time.h
# configure:4163: result: yes
# configure:4163: checking sys/param.h usability
# configure:4163: gcc -c -Wall -Werror conftest.c >&5
# configure:4163: $? = 0
# configure:4163: result: yes
# configure:4163: checking sys/param.h presence
# configure:4163: gcc -E conftest.c
# configure:4163: $? = 0
# configure:4163: result: yes
# configure:4163: checking for sys/param.h
# configure:4163: result: yes
# configure:4163: checking sys/wait.h usability
# configure:4163: gcc -c -Wall -Werror conftest.c >&5
# configure:4163: $? = 0
# configure:4163: result: yes
# configure:4163: checking sys/wait.h presence
# configure:4163: gcc -E conftest.c
# configure:4163: $? = 0
# configure:4163: result: yes
# configure:4163: checking for sys/wait.h
# configure:4163: result: yes
# configure:4174: checking for SYSLOG_NAMES support in syslog.h
# configure:4193: gcc -c -Wall -Werror conftest.c >&5
# configure:4193: $? = 0
# configure:4196: result: yes
# configure:4207: checking for size_t
# configure:4207: gcc -c -Wall -Werror conftest.c >&5
# configure:4207: $? = 0
# configure:4207: gcc -c -Wall -Werror conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:65:21: error: expected expression before ')' token
# if (sizeof ((size_t)))
# ^
# configure:4207: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define TIME_WITH_SYS_TIME 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_STRINGS_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SYSLOG_NAMES /**/
# | /* 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:4207: result: yes
# configure:4218: checking return type of signal handlers
# configure:4236: gcc -c -Wall -Werror conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:35:10: error: void value not ignored as it ought to be
# return *(signal (0, 0)) (0) == 1;
# ~^~~~~~~~~~~~~~~~~~
# configure:4236: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define TIME_WITH_SYS_TIME 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_STRINGS_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SYSLOG_NAMES /**/
# | /* end confdefs.h. */
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | return *(signal (0, 0)) (0) == 1;
# | ;
# | return 0;
# | }
# configure:4243: result: void
# configure:4251: checking for inline
# configure:4267: gcc -c -Wall -Werror conftest.c >&5
# configure:4267: $? = 0
# configure:4275: result: inline
# configure:4293: checking whether byte ordering is bigendian
# configure:4308: gcc -c -Wall -Werror conftest.c >&5
# conftest.c:31:9: error: unknown type name 'not'
# not a universal capable compiler
# ^~~
# conftest.c:31:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal'
# not a universal capable compiler
# ^~~~~~~~~
# conftest.c:31:15: error: unknown type name 'universal'
# configure:4308: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define TIME_WITH_SYS_TIME 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_STRINGS_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SYSLOG_NAMES /**/
# | #define RETSIGTYPE void
# | /* end confdefs.h. */
# | #ifndef __APPLE_CC__
# | not a universal capable compiler
# | #endif
# | typedef int dummy;
# |
# configure:4353: gcc -c -Wall -Werror conftest.c >&5
# configure:4353: $? = 0
# configure:4371: gcc -c -Wall -Werror conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:37:4: error: unknown type name 'not'
# not big endian
# ^~~
# conftest.c:37:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian'
# not big endian
# ^~~~~~
# configure:4371: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define TIME_WITH_SYS_TIME 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_STRINGS_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SYSLOG_NAMES /**/
# | #define RETSIGTYPE void
# | /* end confdefs.h. */
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | #if BYTE_ORDER != BIG_ENDIAN
# | not big endian
# | #endif
# |
# | ;
# | return 0;
# | }
# configure:4499: result: no
# configure:4521: checking size of int
# configure:4526: gcc -o conftest -Wall -Werror conftest.c >&5
# configure:4526: $? = 0
# configure:4526: ./conftest
# configure:4526: $? = 0
# configure:4540: result: 4
# configure:4554: checking size of long
# configure:4559: gcc -o conftest -Wall -Werror conftest.c >&5
# configure:4559: $? = 0
# configure:4559: ./conftest
# configure:4559: $? = 0
# configure:4573: result: 8
# configure:4587: checking size of void *
# configure:4592: gcc -o conftest -Wall -Werror conftest.c >&5
# configure:4592: $? = 0
# configure:4592: ./conftest
# configure:4592: $? = 0
# configure:4606: result: 8
# configure:4620: checking size of long long int
# configure:4625: gcc -o conftest -Wall -Werror conftest.c >&5
# configure:4625: $? = 0
# configure:4625: ./conftest
# configure:4625: $? = 0
# configure:4639: result: 8
# configure:4655: checking for working alloca.h
# configure:4672: gcc -o conftest -Wall -Werror conftest.c >&5
# configure:4672: $? = 0
# configure:4680: result: yes
# configure:4688: checking for alloca
# configure:4727: gcc -o conftest -Wall -Werror conftest.c >&5
# configure:4727: $? = 0
# configure:4735: result: yes
# configure:4846: checking for vprintf
# configure:4846: gcc -o conftest -Wall -Werror conftest.c >&5
# conftest.c:59:6: error: conflicting types for built-in function 'vprintf' [-Werror]
# char vprintf ();
# ^~~~~~~
# cc1: all warnings being treated as errors
# configure:4846: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define TIME_WITH_SYS_TIME 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_STRINGS_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SYSLOG_NAMES /**/
# | #define RETSIGTYPE void
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_VOID_P 8
# | #define SIZEOF_LONG_LONG_INT 8
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | /* end confdefs.h. */
# | /* Define vprintf to an innocuous variant, in case declares vprintf.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define vprintf innocuous_vprintf
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char vprintf (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef vprintf
# |
# | /* 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 vprintf ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_vprintf || defined __stub___vprintf
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return vprintf ();
# | ;
# | return 0;
# | }
# configure:4846: result: no
# configure:4865: checking for snprintf
# configure:4865: gcc -o conftest -Wall -Werror conftest.c >&5
# conftest.c:59:6: error: conflicting types for built-in function 'snprintf' [-Werror]
# char snprintf ();
# ^~~~~~~~
# cc1: all warnings being treated as errors
# configure:4865: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define TIME_WITH_SYS_TIME 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_STRINGS_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SYSLOG_NAMES /**/
# | #define RETSIGTYPE void
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_VOID_P 8
# | #define SIZEOF_LONG_LONG_INT 8
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | /* end confdefs.h. */
# | /* Define snprintf to an innocuous variant, in case declares snprintf.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define snprintf innocuous_snprintf
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char snprintf (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef snprintf
# |
# | /* 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 snprintf ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_snprintf || defined __stub___snprintf
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return snprintf ();
# | ;
# | return 0;
# | }
# configure:4865: result: no
# configure:4877: checking for gettimeofday
# configure:4877: gcc -o conftest -Wall -Werror conftest.c >&5
# configure:4877: $? = 0
# configure:4877: result: yes
# configure:4877: checking for strerror
# configure:4877: gcc -o conftest -Wall -Werror conftest.c >&5
# configure:4877: $? = 0
# configure:4877: result: yes
# configure:4877: checking for memcpy
# configure:4877: gcc -o conftest -Wall -Werror conftest.c >&5
# conftest.c:61:6: error: conflicting types for built-in function 'memcpy' [-Werror]
# char memcpy ();
# ^~~~~~
# cc1: all warnings being treated as errors
# configure:4877: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define TIME_WITH_SYS_TIME 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_STRINGS_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SYSLOG_NAMES /**/
# | #define RETSIGTYPE void
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_VOID_P 8
# | #define SIZEOF_LONG_LONG_INT 8
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_STRERROR 1
# | /* end confdefs.h. */
# | /* Define memcpy to an innocuous variant, in case declares memcpy.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define memcpy innocuous_memcpy
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char memcpy (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef memcpy
# |
# | /* 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 memcpy ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_memcpy || defined __stub___memcpy
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return memcpy ();
# | ;
# | return 0;
# | }
# configure:4877: result: no
# configure:4877: checking for atexit
# configure:4877: gcc -o conftest -Wall -Werror conftest.c >&5
# configure:4877: $? = 0
# configure:4877: result: yes
# configure:4877: checking for on_exit
# configure:4877: gcc -o conftest -Wall -Werror conftest.c >&5
# configure:4877: $? = 0
# configure:4877: result: yes
# configure:4877: checking for sysconf
# configure:4877: gcc -o conftest -Wall -Werror conftest.c >&5
# configure:4877: $? = 0
# configure:4877: result: yes
# configure:4889: checking for strtol
# configure:4889: gcc -o conftest -Wall -Werror conftest.c >&5
# configure:4889: $? = 0
# configure:4889: result: yes
# configure:4889: checking for strtoul
# configure:4889: gcc -o conftest -Wall -Werror conftest.c >&5
# configure:4889: $? = 0
# configure:4889: result: yes
# configure:4900: checking for vsyslog
# configure:4900: gcc -o conftest -Wall -Werror conftest.c >&5
# configure:4900: $? = 0
# configure:4900: result: yes
# configure:4910: checking for strtol
# configure:4910: result: yes
# configure:4923: checking for strtoul
# configure:4923: result: yes
# configure:4937: checking for strlcpy
# configure:4937: gcc -o conftest -Wall -Werror conftest.c >&5
# /tmp/ccEuUTKV.o: In function `main':
# conftest.c:(.text+0xa): undefined reference to `strlcpy'
# collect2: error: ld returned 1 exit status
# configure:4937: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define TIME_WITH_SYS_TIME 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_STRINGS_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SYSLOG_NAMES /**/
# | #define RETSIGTYPE void
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_VOID_P 8
# | #define SIZEOF_LONG_LONG_INT 8
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_STRERROR 1
# | #define HAVE_ATEXIT 1
# | #define HAVE_ON_EXIT 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_STRTOL 1
# | #define HAVE_STRTOUL 1
# | #define HAVE_VSYSLOG 1
# | #define HAVE_STRTOL 1
# | #define HAVE_STRTOUL 1
# | /* end confdefs.h. */
# | /* Define strlcpy to an innocuous variant, in case declares strlcpy.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define strlcpy innocuous_strlcpy
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char strlcpy (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef strlcpy
# |
# | /* 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 strlcpy ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_strlcpy || defined __stub___strlcpy
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return strlcpy ();
# | ;
# | return 0;
# | }
# configure:4937: result: no
# configure:5079: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by config.status, which was
# generated by GNU Autoconf 2.68. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 9ff091c71ea2
#
# config.status:863: creating Makefile
# config.status:863: creating doc/Makefile
# config.status:863: creating arggram2c
# config.status:863: creating config.h
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_bigendian=no
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_inline=inline
# ac_cv_env_CC_set=
# ac_cv_env_CC_value=
# 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=
# 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_alloca_works=yes
# ac_cv_func_atexit=yes
# ac_cv_func_gettimeofday=yes
# ac_cv_func_memcpy=no
# ac_cv_func_on_exit=yes
# ac_cv_func_snprintf=no
# ac_cv_func_strerror=yes
# ac_cv_func_strlcpy=no
# ac_cv_func_strtol=yes
# ac_cv_func_strtoul=yes
# ac_cv_func_sysconf=yes
# ac_cv_func_vprintf=no
# ac_cv_func_vsyslog=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_limits_h=yes
# ac_cv_header_memory_h=yes
# 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_param_h=yes
# ac_cv_header_sys_resource_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_sys_wait_h=yes
# ac_cv_header_time=yes
# ac_cv_header_unistd_h=yes
# ac_cv_host=x86_64-unknown-linux-gnu
# 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_BIBTEX=bibtex
# ac_cv_prog_CPP='gcc -E'
# ac_cv_prog_DVIPS=dvips
# ac_cv_prog_LATEX=latex
# ac_cv_prog_LIBTOOL=libtool
# ac_cv_prog_PERL=perl
# ac_cv_prog_ac_ct_CC=gcc
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_search_strerror='none required'
# ac_cv_sizeof_int=4
# ac_cv_sizeof_long=8
# ac_cv_sizeof_long_long_int=8
# ac_cv_sizeof_void_p=8
# ac_cv_type_signal=void
# ac_cv_type_size_t=yes
# ac_cv_working_alloca_h=yes
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ALLOCA=''
# AWK='gawk'
# BIBTEX='bibtex'
# CC='gcc'
# CFLAGS='-Wall -Werror '
# CPP='gcc -E'
# CPPFLAGS=''
# DEFS='-DHAVE_CONFIG_H'
# DVIPS='dvips'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/sbin/grep -E'
# EXEEXT=''
# FIG2DEV=''
# GREP='/usr/sbin/grep'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# LATEX='latex'
# LDFLAGS=''
# LIBOBJS=' ${LIBOBJDIR}strlcpy$U.o'
# LIBS=''
# LIBTOOL='libtool'
# LTLIBOBJS=' ${LIBOBJDIR}strlcpy$U.lo'
# MAA_MAJOR='1'
# MAA_MINOR='3'
# MAA_TEENY='2'
# OBJEXT='o'
# PACKAGE_BUGREPORT=''
# PACKAGE_NAME=''
# PACKAGE_STRING=''
# PACKAGE_TARNAME=''
# PACKAGE_URL=''
# PACKAGE_VERSION=''
# PATH_SEPARATOR=':'
# PERL='perl'
# REFBIBTEX=''
# SHELL='/bin/sh'
# ac_ct_CC='gcc'
# 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}'
# 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'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# 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 ""
# #define PACKAGE_TARNAME ""
# #define PACKAGE_VERSION ""
# #define PACKAGE_STRING ""
# #define PACKAGE_BUGREPORT ""
# #define PACKAGE_URL ""
# #define STDC_HEADERS 1
# #define TIME_WITH_SYS_TIME 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_STRINGS_H 1
# #define HAVE_LIMITS_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_SYS_RESOURCE_H 1
# #define HAVE_SYS_TIME_H 1
# #define HAVE_SYS_PARAM_H 1
# #define HAVE_SYS_WAIT_H 1
# #define HAVE_SYSLOG_NAMES /**/
# #define RETSIGTYPE void
# #define SIZEOF_INT 4
# #define SIZEOF_LONG 8
# #define SIZEOF_VOID_P 8
# #define SIZEOF_LONG_LONG_INT 8
# #define HAVE_ALLOCA_H 1
# #define HAVE_ALLOCA 1
# #define HAVE_GETTIMEOFDAY 1
# #define HAVE_STRERROR 1
# #define HAVE_ATEXIT 1
# #define HAVE_ON_EXIT 1
# #define HAVE_SYSCONF 1
# #define HAVE_STRTOL 1
# #define HAVE_STRTOUL 1
# #define HAVE_VSYSLOG 1
# #define HAVE_STRTOL 1
# #define HAVE_STRTOUL 1
#
# configure: exit 0