The build took 00h 01m 32s and was SUCCESSFUL.
The program in this build is written in the following languages, according to sloccount:
SLOC | Language |
---|---|
6,954 |
ansic |
2,747 |
sh |
244 |
makefile |
235 |
perl |
92 |
awk |
10,272 |
total |
The process tree of the build process is here.
Several sub-process invocations were improper; see the process tree for details. Summary:
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:
There were existing files in /sysroot, using those
CMD: sudo -u tuscan PATH=/sysroot/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: libmaa 1.3.2-2 (Tue Apr 4 23:31:02 UTC 2017)
==> 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... 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... yes
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 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... clang -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... yes
checking for _doprnt... no
checking for snprintf... yes
checking for gettimeofday... yes
checking for strerror... yes
checking for memcpy... yes
checking for atexit... yes
checking for on_exit... no
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... yes
.
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 clang -o obstack.o -c -DHAVE_CONFIG_H -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. obstack.c
libtool --tag=CC --mode=compile clang -o xmalloc.o -c -DHAVE_CONFIG_H -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. xmalloc.c
libtool --tag=CC --mode=compile clang -o hash.o -c -DHAVE_CONFIG_H -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. hash.c
libtool --tag=CC --mode=compile clang -o set.o -c -DHAVE_CONFIG_H -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. set.c
libtool: compile: clang -c -DHAVE_CONFIG_H -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. obstack.c -fPIC -DPIC -o .libs/obstack.o
libtool: compile: clang -c -DHAVE_CONFIG_H -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. set.c -fPIC -DPIC -o .libs/set.o
libtool: compile: clang -c -DHAVE_CONFIG_H -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. hash.c -fPIC -DPIC -o .libs/hash.o
libtool: compile: clang -c -DHAVE_CONFIG_H -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. obstack.c -o obstack.o >/dev/null 2>&1
libtool: compile: clang -c -DHAVE_CONFIG_H -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. xmalloc.c -fPIC -DPIC -o .libs/xmalloc.o
libtool --tag=CC --mode=compile clang -o stack.o -c -DHAVE_CONFIG_H -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. stack.c
libtool: compile: clang -c -DHAVE_CONFIG_H -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. set.c -o set.o >/dev/null 2>&1
libtool: compile: clang -c -DHAVE_CONFIG_H -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. xmalloc.c -o xmalloc.o >/dev/null 2>&1
libtool: compile: clang -c -DHAVE_CONFIG_H -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. hash.c -o hash.o >/dev/null 2>&1
libtool --tag=CC --mode=compile clang -o list.o -c -DHAVE_CONFIG_H -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. list.c
libtool: compile: clang -c -DHAVE_CONFIG_H -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. stack.c -fPIC -DPIC -o .libs/stack.o
libtool --tag=CC --mode=compile clang -o error.o -c -DHAVE_CONFIG_H -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. error.c
libtool: compile: clang -c -DHAVE_CONFIG_H -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. stack.c -o stack.o >/dev/null 2>&1
libtool: compile: clang -c -DHAVE_CONFIG_H -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. list.c -fPIC -DPIC -o .libs/list.o
libtool --tag=CC --mode=compile clang -o memory.o -c -DHAVE_CONFIG_H -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. memory.c
libtool --tag=CC --mode=compile clang -o string.o -c -DHAVE_CONFIG_H -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. string.c
libtool: compile: clang -c -DHAVE_CONFIG_H -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. error.c -fPIC -DPIC -o .libs/error.o
libtool: compile: clang -c -DHAVE_CONFIG_H -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. list.c -o list.o >/dev/null 2>&1
libtool: compile: clang -c -DHAVE_CONFIG_H -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. memory.c -fPIC -DPIC -o .libs/memory.o
libtool: compile: clang -c -DHAVE_CONFIG_H -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. error.c -o error.o >/dev/null 2>&1
libtool: compile: clang -c -DHAVE_CONFIG_H -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. string.c -fPIC -DPIC -o .libs/string.o
libtool --tag=CC --mode=compile clang -o debug.o -c -DHAVE_CONFIG_H -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. debug.c
libtool: compile: clang -c -DHAVE_CONFIG_H -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. memory.c -o memory.o >/dev/null 2>&1
libtool --tag=CC --mode=compile clang -o flags.o -c -DHAVE_CONFIG_H -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. flags.c
libtool: compile: clang -c -DHAVE_CONFIG_H -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 clang -o maa.o -c -DHAVE_CONFIG_H -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. maa.c
libtool: compile: clang -c -DHAVE_CONFIG_H -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. debug.c -fPIC -DPIC -o .libs/debug.o
libtool --tag=CC --mode=compile clang -o prime.o -c -DHAVE_CONFIG_H -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. prime.c
libtool: compile: clang -c -DHAVE_CONFIG_H -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. flags.c -fPIC -DPIC -o .libs/flags.o
libtool: compile: clang -c -DHAVE_CONFIG_H -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. maa.c -fPIC -DPIC -o .libs/maa.o
libtool: compile: clang -c -DHAVE_CONFIG_H -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. debug.c -o debug.o >/dev/null 2>&1
libtool: compile: clang -c -DHAVE_CONFIG_H -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. flags.c -o flags.o >/dev/null 2>&1
libtool: compile: clang -c -DHAVE_CONFIG_H -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. prime.c -fPIC -DPIC -o .libs/prime.o
libtool: compile: clang -c -DHAVE_CONFIG_H -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. maa.c -o maa.o >/dev/null 2>&1
libtool --tag=CC --mode=compile clang -o bit.o -c -DHAVE_CONFIG_H -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. bit.c
libtool --tag=CC --mode=compile clang -o timer.o -c -DHAVE_CONFIG_H -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. timer.c
libtool: compile: clang -c -DHAVE_CONFIG_H -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. prime.c -o prime.o >/dev/null 2>&1
gawk -f ./arggram2c < ./arggram.txt > arggram.c
libtool --tag=CC --mode=compile clang -o pr.o -c -DHAVE_CONFIG_H -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. pr.c
libtool: compile: clang -c -DHAVE_CONFIG_H -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. bit.c -fPIC -DPIC -o .libs/bit.o
libtool --tag=CC --mode=compile clang -o sl.o -c -DHAVE_CONFIG_H -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. sl.c
libtool: compile: clang -c -DHAVE_CONFIG_H -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. timer.c -fPIC -DPIC -o .libs/timer.o
libtool: compile: clang -c -DHAVE_CONFIG_H -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. bit.c -o bit.o >/dev/null 2>&1
libtool: compile: clang -c -DHAVE_CONFIG_H -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. pr.c -fPIC -DPIC -o .libs/pr.o
libtool: compile: clang -c -DHAVE_CONFIG_H -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. timer.c -o timer.o >/dev/null 2>&1
libtool --tag=CC --mode=compile clang -o base64.o -c -DHAVE_CONFIG_H -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. base64.c
libtool: compile: clang -c -DHAVE_CONFIG_H -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. sl.c -fPIC -DPIC -o .libs/sl.o
libtool --tag=CC --mode=compile clang -o base26.o -c -DHAVE_CONFIG_H -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. base26.c
libtool: compile: clang -c -DHAVE_CONFIG_H -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. sl.c -o sl.o >/dev/null 2>&1
libtool: compile: clang -c -DHAVE_CONFIG_H -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. pr.c -o pr.o >/dev/null 2>&1
libtool: compile: clang -c -DHAVE_CONFIG_H -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. base64.c -fPIC -DPIC -o .libs/base64.o
libtool: compile: clang -c -DHAVE_CONFIG_H -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. base26.c -fPIC -DPIC -o .libs/base26.o
libtool --tag=CC --mode=compile clang -o source.o -c -DHAVE_CONFIG_H -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. source.c
libtool --tag=CC --mode=compile clang -o parse-concrete.o -c -DHAVE_CONFIG_H -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. parse-concrete.c
libtool: compile: clang -c -DHAVE_CONFIG_H -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. base64.c -o base64.o >/dev/null 2>&1
libtool: compile: clang -c -DHAVE_CONFIG_H -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. base26.c -o base26.o >/dev/null 2>&1
libtool: compile: clang -c -DHAVE_CONFIG_H -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. source.c -fPIC -DPIC -o .libs/source.o
libtool --tag=CC --mode=compile clang -o text.o -c -DHAVE_CONFIG_H -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. text.c
libtool --tag=CC --mode=compile clang -o log.o -c -DHAVE_CONFIG_H -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. log.c
libtool: compile: clang -c -DHAVE_CONFIG_H -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. parse-concrete.c -fPIC -DPIC -o .libs/parse-concrete.o
libtool: compile: clang -c -DHAVE_CONFIG_H -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. parse-concrete.c -o parse-concrete.o >/dev/null 2>&1
libtool: compile: clang -c -DHAVE_CONFIG_H -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. text.c -fPIC -DPIC -o .libs/text.o
libtool: compile: clang -c -DHAVE_CONFIG_H -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 clang -o arg.o -c -DHAVE_CONFIG_H -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. arg.c
libtool: compile: clang -c -DHAVE_CONFIG_H -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. log.c -fPIC -DPIC -o .libs/log.o
libtool: compile: clang -c -DHAVE_CONFIG_H -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. text.c -o text.o >/dev/null 2>&1
libtool: compile: clang -c -DHAVE_CONFIG_H -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. log.c -o log.o >/dev/null 2>&1
libtool: compile: clang -c -DHAVE_CONFIG_H -DMAA_MAJOR=1 -DMAA_MINOR=3 -DMAA_TEENY=2 -I. -I. arg.c -fPIC -DPIC -o .libs/arg.o
libtool: compile: clang -c -DHAVE_CONFIG_H -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 clang -o libmaa.la 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/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 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
/r: `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 (Tue Apr 4 23:31:11 UTC 2017)
CMD: pacman --query --file libmaa-1.3.2-2-x86_64.pkg.tar.xz
Creating hybrid package for 'libmaa'
Trying to find vanilla package 'libmaa'...
CMD: pacman --query --file /mirror/libmaa-1.3.2-2.pkg.tar.xz
Package file has the following structure:
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
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
==> 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 = 34ad818f8195
uname -m = x86_64
uname -r = 4.10.6-1-ARCH
uname -s = Linux
uname -v = #1 SMP PREEMPT Mon Mar 27 08:28:22 CEST 2017
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /sysroot/bin
PATH: /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:2507: result: clang
configure:2776: checking for C compiler version
configure:2785: clang --version >&5
clang version 3.8.1
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /
configure:2796: $? = 0
configure:2785: clang -v >&5
clang version 3.8.1
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /
Found candidate GCC installation: //../lib/gcc/x86_64-pc-linux-gnu/6.1.1
Found candidate GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
Selected GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
Candidate multilib: .;@m64
Selected multilib: .;@m64
configure:2796: $? = 0
configure:2785: clang -V >&5
clang-3.8: error: argument to '-V' is missing (expected 1 value)
clang-3.8: error: no input files
configure:2796: $? = 1
configure:2785: clang -qversion >&5
clang-3.8: error: unknown argument: '-qversion'
clang-3.8: error: no input files
configure:2796: $? = 1
configure:2816: checking whether the C compiler works
configure:2838: clang 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: clang -o conftest conftest.c >&5
configure:2912: $? = 0
configure:2934: result:
configure:2956: checking whether we are cross compiling
configure:2964: clang -o conftest conftest.c >&5
configure:2968: $? = 0
configure:2975: ./conftest
./conftest: error while loading shared libraries: /usr/lib/libc.so: invalid ELF header
configure:2979: $? = 127
configure:2994: result: yes
configure:2999: checking for suffix of object files
configure:3021: clang -c conftest.c >&5
configure:3025: $? = 0
configure:3046: result: o
configure:3050: checking whether we are using the GNU C compiler
configure:3069: clang -c conftest.c >&5
configure:3069: $? = 0
configure:3078: result: yes
configure:3087: checking whether clang accepts -g
configure:3107: clang -c -g conftest.c >&5
configure:3107: $? = 0
configure:3148: result: yes
configure:3165: checking for clang option to accept ISO C89
configure:3229: clang -c conftest.c >&5
configure:3229: $? = 0
configure:3242: result: none needed
configure:3264: checking for library containing strerror
configure:3295: clang -o conftest conftest.c >&5
conftest.c:16:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration]
char strerror ();
^
conftest.c:16:6: note: 'strerror' is a builtin with type 'char *(int)'
1 warning generated.
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: clang -E conftest.c
configure:3751: $? = 0
configure:3765: clang -E conftest.c
conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
#include
^
1 error generated.
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: clang -E
configure:3810: clang -E conftest.c
configure:3810: $? = 0
configure:3824: clang -E conftest.c
conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
#include
^
1 error generated.
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: clang -c conftest.c >&5
configure:4003: $? = 0
configure:4087: result: yes
configure:4095: checking whether time.h and sys/time.h may both be included
configure:4115: clang -c conftest.c >&5
configure:4115: $? = 0
configure:4122: result: yes
configure:4135: checking for sys/types.h
configure:4135: clang -c conftest.c >&5
configure:4135: $? = 0
configure:4135: result: yes
configure:4135: checking for sys/stat.h
configure:4135: clang -c conftest.c >&5
configure:4135: $? = 0
configure:4135: result: yes
configure:4135: checking for stdlib.h
configure:4135: clang -c conftest.c >&5
configure:4135: $? = 0
configure:4135: result: yes
configure:4135: checking for string.h
configure:4135: clang -c conftest.c >&5
configure:4135: $? = 0
configure:4135: result: yes
configure:4135: checking for memory.h
configure:4135: clang -c conftest.c >&5
configure:4135: $? = 0
configure:4135: result: yes
configure:4135: checking for strings.h
configure:4135: clang -c conftest.c >&5
configure:4135: $? = 0
configure:4135: result: yes
configure:4135: checking for inttypes.h
configure:4135: clang -c conftest.c >&5
configure:4135: $? = 0
configure:4135: result: yes
configure:4135: checking for stdint.h
configure:4135: clang -c conftest.c >&5
configure:4135: $? = 0
configure:4135: result: yes
configure:4135: checking for unistd.h
configure:4135: clang -c 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: clang -c conftest.c >&5
configure:4150: $? = 0
configure:4150: result: yes
configure:4150: checking limits.h presence
configure:4150: clang -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: clang -c conftest.c >&5
configure:4163: $? = 0
configure:4163: result: yes
configure:4163: checking sys/resource.h presence
configure:4163: clang -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: clang -c conftest.c >&5
configure:4163: $? = 0
configure:4163: result: yes
configure:4163: checking sys/time.h presence
configure:4163: clang -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: clang -c conftest.c >&5
configure:4163: $? = 0
configure:4163: result: yes
configure:4163: checking sys/param.h presence
configure:4163: clang -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: clang -c conftest.c >&5
configure:4163: $? = 0
configure:4163: result: yes
configure:4163: checking sys/wait.h presence
configure:4163: clang -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: clang -c conftest.c >&5
configure:4193: $? = 0
configure:4196: result: yes
configure:4207: checking for size_t
configure:4207: clang -c conftest.c >&5
configure:4207: $? = 0
configure:4207: clang -c conftest.c >&5
conftest.c:65:21: error: expected expression
if (sizeof ((size_t)))
^
1 error generated.
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: clang -c conftest.c >&5
conftest.c:35:8: error: indirection requires pointer operand ('void' invalid)
return *(signal (0, 0)) (0) == 1;
^~~~~~~~~~~~~~~~~~~~
1 error generated.
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: clang -c conftest.c >&5
configure:4267: $? = 0
configure:4275: result: inline
configure:4293: checking whether byte ordering is bigendian
configure:4308: clang -c conftest.c >&5
conftest.c:31:9: error: unknown type name 'not'
not a universal capable compiler
^
conftest.c:31:14: error: expected ';' after top level declarator
not a universal capable compiler
^
;
2 errors generated.
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: clang -c conftest.c >&5
configure:4353: $? = 0
configure:4371: clang -c conftest.c >&5
conftest.c:37:4: error: use of undeclared identifier 'not'
not big endian
^
1 error generated.
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: clang -c conftest.c >&5
configure:4526: $? = 0
configure:4526: clang -c conftest.c >&5
conftest.c:66:24: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long int) (sizeof (int))) <= 0)];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
configure:4526: $? = 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
| #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 ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (int))) <= 0)];
| test_array [0] = 0
|
| ;
| return 0;
| }
configure:4526: clang -c conftest.c >&5
conftest.c:66:24: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long int) (sizeof (int))) <= 1)];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
configure:4526: $? = 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
| #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 ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (int))) <= 1)];
| test_array [0] = 0
|
| ;
| return 0;
| }
configure:4526: clang -c conftest.c >&5
conftest.c:66:24: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long int) (sizeof (int))) <= 3)];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
configure:4526: $? = 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
| #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 ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (int))) <= 3)];
| test_array [0] = 0
|
| ;
| return 0;
| }
configure:4526: clang -c conftest.c >&5
configure:4526: $? = 0
configure:4526: clang -c conftest.c >&5
configure:4526: $? = 0
configure:4526: clang -c conftest.c >&5
configure:4526: $? = 0
configure:4540: result: 4
configure:4554: checking size of long
configure:4559: clang -c conftest.c >&5
configure:4559: $? = 0
configure:4559: clang -c conftest.c >&5
conftest.c:67:24: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long int) (sizeof (long))) <= 0)];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
configure:4559: $? = 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
| /* 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 ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (long))) <= 0)];
| test_array [0] = 0
|
| ;
| return 0;
| }
configure:4559: clang -c conftest.c >&5
conftest.c:67:24: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long int) (sizeof (long))) <= 1)];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
configure:4559: $? = 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
| /* 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 ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (long))) <= 1)];
| test_array [0] = 0
|
| ;
| return 0;
| }
configure:4559: clang -c conftest.c >&5
conftest.c:67:24: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long int) (sizeof (long))) <= 3)];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
configure:4559: $? = 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
| /* 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 ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (long))) <= 3)];
| test_array [0] = 0
|
| ;
| return 0;
| }
configure:4559: clang -c conftest.c >&5
conftest.c:67:24: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long int) (sizeof (long))) <= 7)];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
configure:4559: $? = 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
| /* 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 ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (long))) <= 7)];
| test_array [0] = 0
|
| ;
| return 0;
| }
configure:4559: clang -c conftest.c >&5
configure:4559: $? = 0
configure:4559: clang -c conftest.c >&5
configure:4559: $? = 0
configure:4559: clang -c conftest.c >&5
configure:4559: $? = 0
configure:4559: clang -c conftest.c >&5
configure:4559: $? = 0
configure:4573: result: 8
configure:4587: checking size of void *
configure:4592: clang -c conftest.c >&5
configure:4592: $? = 0
configure:4592: clang -c conftest.c >&5
conftest.c:68:24: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long int) (sizeof (void *))) <= 0)];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
configure:4592: $? = 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
| /* 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 ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (void *))) <= 0)];
| test_array [0] = 0
|
| ;
| return 0;
| }
configure:4592: clang -c conftest.c >&5
conftest.c:68:24: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long int) (sizeof (void *))) <= 1)];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
configure:4592: $? = 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
| /* 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 ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (void *))) <= 1)];
| test_array [0] = 0
|
| ;
| return 0;
| }
configure:4592: clang -c conftest.c >&5
conftest.c:68:24: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long int) (sizeof (void *))) <= 3)];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
configure:4592: $? = 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
| /* 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 ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (void *))) <= 3)];
| test_array [0] = 0
|
| ;
| return 0;
| }
configure:4592: clang -c conftest.c >&5
conftest.c:68:24: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long int) (sizeof (void *))) <= 7)];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
configure:4592: $? = 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
| /* 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 ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (void *))) <= 7)];
| test_array [0] = 0
|
| ;
| return 0;
| }
configure:4592: clang -c conftest.c >&5
configure:4592: $? = 0
configure:4592: clang -c conftest.c >&5
configure:4592: $? = 0
configure:4592: clang -c conftest.c >&5
configure:4592: $? = 0
configure:4592: clang -c conftest.c >&5
configure:4592: $? = 0
configure:4606: result: 8
configure:4620: checking size of long long int
configure:4625: clang -c conftest.c >&5
configure:4625: $? = 0
configure:4625: clang -c conftest.c >&5
conftest.c:69:24: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long int) (sizeof (long long int))) <= 0)];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
configure:4625: $? = 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
| /* 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 ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (long long int))) <= 0)];
| test_array [0] = 0
|
| ;
| return 0;
| }
configure:4625: clang -c conftest.c >&5
conftest.c:69:24: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long int) (sizeof (long long int))) <= 1)];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
configure:4625: $? = 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
| /* 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 ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (long long int))) <= 1)];
| test_array [0] = 0
|
| ;
| return 0;
| }
configure:4625: clang -c conftest.c >&5
conftest.c:69:24: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long int) (sizeof (long long int))) <= 3)];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
configure:4625: $? = 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
| /* 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 ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (long long int))) <= 3)];
| test_array [0] = 0
|
| ;
| return 0;
| }
configure:4625: clang -c conftest.c >&5
conftest.c:69:24: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long int) (sizeof (long long int))) <= 7)];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
configure:4625: $? = 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
| /* 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 ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (long long int))) <= 7)];
| test_array [0] = 0
|
| ;
| return 0;
| }
configure:4625: clang -c conftest.c >&5
configure:4625: $? = 0
configure:4625: clang -c conftest.c >&5
configure:4625: $? = 0
configure:4625: clang -c conftest.c >&5
configure:4625: $? = 0
configure:4625: clang -c conftest.c >&5
configure:4625: $? = 0
configure:4639: result: 8
configure:4655: checking for working alloca.h
configure:4672: clang -o conftest conftest.c >&5
configure:4672: $? = 0
configure:4680: result: yes
configure:4688: checking for alloca
configure:4727: clang -o conftest conftest.c >&5
configure:4727: $? = 0
configure:4735: result: yes
configure:4846: checking for vprintf
configure:4846: clang -o conftest conftest.c >&5
conftest.c:59:6: warning: incompatible redeclaration of library function 'vprintf' [-Wincompatible-library-redeclaration]
char vprintf ();
^
conftest.c:59:6: note: 'vprintf' is a builtin with type 'int (const char *, struct __va_list_tag *)'
1 warning generated.
configure:4846: $? = 0
configure:4846: result: yes
configure:4852: checking for _doprnt
configure:4852: clang -o conftest conftest.c >&5
/tmp/conftest-05398b.o:conftest.c:function main: error: undefined reference to '_doprnt'
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
configure:4852: $? = 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_VPRINTF 1
| /* end confdefs.h. */
| /* Define _doprnt to an innocuous variant, in case declares _doprnt.
| For example, HP-UX 11i declares gettimeofday. */
| #define _doprnt innocuous__doprnt
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char _doprnt (); below.
| Prefer to if __STDC__ is defined, since
| exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include
| #else
| # include
| #endif
|
| #undef _doprnt
|
| /* 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 _doprnt ();
| /* 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__doprnt || defined __stub____doprnt
| choke me
| #endif
|
| int
| main ()
| {
| return _doprnt ();
| ;
| return 0;
| }
configure:4852: result: no
configure:4865: checking for snprintf
configure:4865: clang -o conftest conftest.c >&5
conftest.c:60:6: warning: incompatible redeclaration of library function 'snprintf' [-Wincompatible-library-redeclaration]
char snprintf ();
^
conftest.c:60:6: note: 'snprintf' is a builtin with type 'int (char *, unsigned long, const char *, ...)'
1 warning generated.
configure:4865: $? = 0
configure:4865: result: yes
configure:4877: checking for gettimeofday
configure:4877: clang -o conftest conftest.c >&5
configure:4877: $? = 0
configure:4877: result: yes
configure:4877: checking for strerror
configure:4877: clang -o conftest conftest.c >&5
conftest.c:62:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration]
char strerror ();
^
conftest.c:62:6: note: 'strerror' is a builtin with type 'char *(int)'
1 warning generated.
configure:4877: $? = 0
configure:4877: result: yes
configure:4877: checking for memcpy
configure:4877: clang -o conftest conftest.c >&5
conftest.c:63:6: warning: incompatible redeclaration of library function 'memcpy' [-Wincompatible-library-redeclaration]
char memcpy ();
^
conftest.c:63:6: note: 'memcpy' is a builtin with type 'void *(void *, const void *, unsigned long)'
1 warning generated.
configure:4877: $? = 0
configure:4877: result: yes
configure:4877: checking for atexit
configure:4877: clang -o conftest conftest.c >&5
configure:4877: $? = 0
configure:4877: result: yes
configure:4877: checking for on_exit
configure:4877: clang -o conftest conftest.c >&5
/tmp/conftest-77ddbe.o:conftest.c:function main: error: undefined reference to 'on_exit'
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
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_VPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_STRERROR 1
| #define HAVE_MEMCPY 1
| #define HAVE_ATEXIT 1
| /* end confdefs.h. */
| /* Define on_exit to an innocuous variant, in case declares on_exit.
| For example, HP-UX 11i declares gettimeofday. */
| #define on_exit innocuous_on_exit
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char on_exit (); below.
| Prefer to if __STDC__ is defined, since
| exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include
| #else
| # include
| #endif
|
| #undef on_exit
|
| /* 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 on_exit ();
| /* 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_on_exit || defined __stub___on_exit
| choke me
| #endif
|
| int
| main ()
| {
| return on_exit ();
| ;
| return 0;
| }
configure:4877: result: no
configure:4877: checking for sysconf
configure:4877: clang -o conftest conftest.c >&5
configure:4877: $? = 0
configure:4877: result: yes
configure:4889: checking for strtol
configure:4889: clang -o conftest conftest.c >&5
configure:4889: $? = 0
configure:4889: result: yes
configure:4889: checking for strtoul
configure:4889: clang -o conftest conftest.c >&5
configure:4889: $? = 0
configure:4889: result: yes
configure:4900: checking for vsyslog
configure:4900: clang -o conftest 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: clang -o conftest conftest.c >&5
conftest.c:71:6: warning: incompatible redeclaration of library function 'strlcpy' [-Wincompatible-library-redeclaration]
char strlcpy ();
^
conftest.c:71:6: note: 'strlcpy' is a builtin with type 'unsigned long (char *, const char *, unsigned long)'
1 warning generated.
configure:4937: $? = 0
configure:4937: result: yes
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 34ad818f8195
config.status:866: creating Makefile
config.status:866: creating doc/Makefile
config.status:866: creating arggram2c
config.status:866: 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=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_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__doprnt=no
ac_cv_func_alloca_works=yes
ac_cv_func_atexit=yes
ac_cv_func_gettimeofday=yes
ac_cv_func_memcpy=yes
ac_cv_func_on_exit=no
ac_cv_func_snprintf=yes
ac_cv_func_strerror=yes
ac_cv_func_strlcpy=yes
ac_cv_func_strtol=yes
ac_cv_func_strtoul=yes
ac_cv_func_sysconf=yes
ac_cv_func_vprintf=yes
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_CC=clang
ac_cv_prog_CPP='clang -E'
ac_cv_prog_DVIPS=dvips
ac_cv_prog_LATEX=latex
ac_cv_prog_LIBTOOL=libtool
ac_cv_prog_PERL=perl
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='clang'
CFLAGS=''
CPP='clang -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=''
LIBS=''
LIBTOOL='libtool'
LTLIBOBJS=''
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=''
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_VPRINTF 1
#define HAVE_SNPRINTF 1
#define HAVE_GETTIMEOFDAY 1
#define HAVE_STRERROR 1
#define HAVE_MEMCPY 1
#define HAVE_ATEXIT 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
#define HAVE_STRLCPY 1
configure: exit 0