Build of skktools with clang_glibc toolchain

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

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

SLOCLanguage
11,440 sh
1,308 ansic
1,049 ruby
798 perl
431 lisp
241 python
94 awk
85 makefile
73 cpp
1 sed
15,520 total

The process tree of the build process is here.

Log

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

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

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

Copied permanent toolchain into container-local sysroot
# /toolchain_root/sysroot --> /sysroot/sysroot
# /toolchain_root/lib --> /sysroot/lib
# /toolchain_root/sbin --> /sysroot/sbin
# /toolchain_root/lib64 --> /sysroot/lib64
# /toolchain_root/etc --> /sysroot/etc
# /toolchain_root/share --> /sysroot/share
# /toolchain_root/bin --> /sysroot/bin
# /toolchain_root/var --> /sysroot/var
# /toolchain_root/usr --> /sysroot/usr
# /toolchain_root/glibc-build --> /sysroot/glibc-build
# /toolchain_root/x86_64-pc-linux-gnu --> /sysroot/x86_64-pc-linux-gnu
# /toolchain_root/include --> /sysroot/include
# /toolchain_root/libexec --> /sysroot/libexec

CMD: sudo -u tuscan PATH=/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=clang CXX=clang++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: skktools 1.3.3-2 (Thu Apr 13 18:55:04 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
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# checking for x86_64-unknown-linux-strip... no
# checking for strip... strip
# checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking for style of include used by make... GNU
# checking for x86_64-unknown-linux-gcc... clang
# checking whether the C compiler works... yes
# checking for C compiler default output file name... a.out
# checking for suffix of executables...
# checking whether we are cross compiling... no
# checking for suffix of object files... o
# checking whether we are using the GNU C compiler... yes
# checking whether clang accepts -g... yes
# checking for clang option to accept ISO C89... none needed
# checking dependency style of clang... gcc3
# checking how to run the C preprocessor... clang -E
# checking for grep that handles long lines and -e... /usr/bin/grep
# checking for egrep... /usr/bin/grep -E
# checking for ANSI C header files... yes
# checking for sys/types.h... yes
# checking for sys/stat.h... yes
# checking for stdlib.h... yes
# checking for string.h... yes
# checking for memory.h... yes
# checking for strings.h... yes
# checking for inttypes.h... yes
# checking for stdint.h... yes
# checking for unistd.h... yes
# checking minix/config.h usability... no
# checking minix/config.h presence... no
# checking for minix/config.h... no
# checking whether it is safe to define __EXTENSIONS__... yes
# checking for gawk... (cached) gawk
# checking for x86_64-unknown-linux-gcc... (cached) clang
# checking whether we are using the GNU C compiler... (cached) yes
# checking whether clang accepts -g... (cached) yes
# checking for clang option to accept ISO C89... (cached) none needed
# checking dependency style of clang... (cached) gcc3
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking how to print strings... printf
# checking for a sed that does not truncate output... /usr/bin/sed
# checking for fgrep... /usr/bin/grep -F
# checking for ld used by clang... /usr/bin/ld
# checking if the linker (/usr/bin/ld) is GNU ld... yes
# checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
# checking the name lister (/usr/bin/nm -B) interface... BSD nm
# checking whether ln -s works... yes
# checking the maximum length of command line arguments... 1572864
# checking whether the shell understands some XSI constructs... yes
# checking whether the shell understands "+="... yes
# checking for /usr/bin/ld option to reload object files... -r
# checking for x86_64-unknown-linux-objdump... no
# checking for objdump... objdump
# checking how to recognize dependent libraries... pass_all
# checking for x86_64-unknown-linux-ar... no
# checking for ar... ar
# checking for x86_64-unknown-linux-strip... strip
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking command to parse /usr/bin/nm -B output from clang object... ok
# checking for dlfcn.h... yes
# checking for objdir... .libs
# checking if clang supports -fno-rtti -fno-exceptions... yes
# checking for clang option to produce PIC... -fPIC -DPIC
# checking if clang PIC flag -fPIC -DPIC works... yes
# checking if clang static flag -static works... yes
# checking if clang supports -c -o file.o... yes
# checking if clang supports -c -o file.o... (cached) yes
# checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking whether -lc should be explicitly linked in... no
# checking dynamic linker characteristics... GNU/Linux ld.so
# checking how to hardcode library paths into programs... immediate
# checking whether stripping libraries is possible... yes
# checking if libtool supports shared libraries... yes
# checking whether to build shared libraries... yes
# checking whether to build static libraries... yes
# checking whether make sets $(MAKE)... (cached) yes
# checking for bzip2... /usr/bin/bzip2
# checking for date... /usr/bin/date
# checking for gzip... /usr/bin/gzip
# checking for md5... no
# checking for md5sum... /usr/bin/md5sum
# checking for tar... /usr/bin/tar
# checking for mkdtemp... yes
# checking for snprintf... yes
# checking for dbm_open in -lgdbm... no
# checking for dbm_open in -lgdbm_compat... yes
# checking gdbm/ndbm.h usability... yes
# checking gdbm/ndbm.h presence... yes
# checking for gdbm/ndbm.h... yes
# checking for pkg-config... /usr/bin/pkg-config
# checking for glib-2.0 >= 2.0.0... yes
# checking GLIB2_CFLAGS... -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
# checking GLIB2_LIBS... -lglib-2.0
# checking fcntl.h usability... yes
# checking fcntl.h presence... yes
# checking for fcntl.h... yes
# checking glib.h usability... no
# checking glib.h presence... no
# checking for glib.h... no
# checking malloc.h usability... yes
# checking malloc.h presence... yes
# checking for malloc.h... yes
# checking for an ANSI C-conforming const... yes
# checking for stdlib.h... (cached) yes
# checking for GNU libc compatible malloc... yes
# checking return type of signal handlers... void
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating config.h
# config.status: executing depfiles commands
# config.status: executing libtool commands
# clang -I. -I. -I. -o skkdic-expr ./skkdic-expr.c -lgdbm_compat -lgdbm
# ./skkdic-expr.c:205:24: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# fwrite(new, strlen(new)+1, 1, dbcontent);
# ^~~
# /usr/include/string.h:394:35: note: passing argument to parameter '__s' here
# extern size_t strlen (const char *__s)
# ^
# ./skkdic-expr.c:231:24: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# fwrite(new, strlen(new)+1, 1, dbcontent);
# ^~~
# /usr/include/string.h:394:35: note: passing argument to parameter '__s' here
# extern size_t strlen (const char *__s)
# ^
# ./skkdic-expr.c:333:13: warning: passing 'unsigned char [65536]' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# strncpy(keybuf, key->dptr, key->dsize);
# ^~~~~~
# /usr/include/string.h:128:40: note: passing argument to parameter '__dest' here
# extern char *strncpy (char *__restrict __dest,
# ^
# ./skkdic-expr.c:359:26: warning: passing 'char *' to parameter of type 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# fseek(dbcontent, getpos(otails.dptr), 0);
# ^~~~~~~~~~~
# ./skkdic-expr.c:457:15: warning: assigning to 'char *' from 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# key->dptr = buffer;
# ^ ~~~~~~
# ./skkdic-expr.c:481:17: warning: passing 'unsigned char [65536]' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# while(fgets(buffer, BLEN, fp) != NULL) {
# ^~~~~~
# /usr/include/stdio.h:622:38: note: passing argument to parameter '__s' here
# extern char *fgets (char *__restrict __s, int __n, FILE *__restrict __stream)
# ^
# ./skkdic-expr.c:490:28: warning: passing 'char *' to parameter of type 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# fseek(dbcontent, getpos(old.dptr), 0);
# ^~~~~~~~
# ./skkdic-expr.c:502:27: warning: passing 'char *' to parameter of type 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# fseek(dbcontent, getpos(old.dptr), 0);
# ^~~~~~~~
# ./skkdic-expr.c:552:13: warning: passing 'unsigned char [65536]' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# strncpy(keybuf, key->dptr, key->dsize);
# ^~~~~~
# /usr/include/string.h:128:40: note: passing argument to parameter '__dest' here
# extern char *strncpy (char *__restrict __dest,
# ^
# ./skkdic-expr.c:576:26: warning: passing 'char *' to parameter of type 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# fseek(dbcontent, getpos(otails.dptr), 0);
# ^~~~~~~~~~~
# ./skkdic-expr.c:579:13: warning: passing 'unsigned char [65536]' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# if (strlen(new) >= 3)
# ^~~
# /usr/include/string.h:394:35: note: passing argument to parameter '__s' here
# extern size_t strlen (const char *__s)
# ^
# ./skkdic-expr.c:580:17: warning: passing 'char *' to parameter of type 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# db_replace(otails.dptr, new);
# ^~~~~~~~~~~
# ./skkdic-expr.c:655:17: warning: passing 'unsigned char [65536]' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# while(fgets(buffer, BLEN, fp) != NULL) {
# ^~~~~~
# /usr/include/stdio.h:622:38: note: passing argument to parameter '__s' here
# extern char *fgets (char *__restrict __s, int __n, FILE *__restrict __stream)
# ^
# ./skkdic-expr.c:665:28: warning: passing 'char *' to parameter of type 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# fseek(dbcontent, getpos(old.dptr), 0);
# ^~~~~~~~
# ./skkdic-expr.c:668:15: warning: passing 'unsigned char [65536]' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# if (strlen(new) >= 3)
# ^~~
# /usr/include/string.h:394:35: note: passing argument to parameter '__s' here
# extern size_t strlen (const char *__s)
# ^
# ./skkdic-expr.c:669:19: warning: passing 'char *' to parameter of type 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# db_replace(old.dptr, new);
# ^~~~~~~~
# ./skkdic-expr.c:678:27: warning: passing 'char *' to parameter of type 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# fseek(dbcontent, getpos(old.dptr), 0L);
# ^~~~~~~~
# ./skkdic-expr.c:681:14: warning: passing 'unsigned char [65536]' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# if (strlen(new) >= 3)
# ^~~
# /usr/include/string.h:394:35: note: passing argument to parameter '__s' here
# extern size_t strlen (const char *__s)
# ^
# ./skkdic-expr.c:682:18: warning: passing 'char *' to parameter of type 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# db_replace(old.dptr, new);
# ^~~~~~~~
# ./skkdic-expr.c:704:13: warning: passing 'unsigned char [65536]' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# strncpy(keybuf, key->dptr, key->dsize);
# ^~~~~~
# /usr/include/string.h:128:40: note: passing argument to parameter '__dest' here
# extern char *strncpy (char *__restrict __dest,
# ^
# ./skkdic-expr.c:713:26: warning: passing 'char *' to parameter of type 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# fseek(dbcontent, getpos(tails.dptr), 0);
# ^~~~~~~~~~
# ./skkdic-expr.c:722:14: warning: passing 'unsigned char *' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# strncpy(headtop, s, e - s);
# ^~~~~~~
# /usr/include/string.h:128:40: note: passing argument to parameter '__dest' here
# extern char *strncpy (char *__restrict __dest,
# ^
# ./skkdic-expr.c:722:23: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# strncpy(headtop, s, e - s);
# ^
# /usr/include/string.h:129:32: note: passing argument to parameter '__src' here
# const char *__restrict __src, size_t __n)
# ^
# ./skkdic-expr.c:728:27: warning: passing 'char *' to parameter of type 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# fseek(dbcontent, getpos(one.dptr), 0);
# ^~~~~~~~
# ./skkdic-expr.c:734:9: warning: passing 'unsigned char [65536]' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# fputs(head_content, output);
# ^~~~~~~~~~~~
# /usr/include/stdio.h:689:42: note: passing argument to parameter '__s' here
# extern int fputs (const char *__restrict __s, FILE *__restrict __stream);
# ^
# ./skkdic-expr.c:757:26: warning: passing 'char *' to parameter of type 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# fseek(dbcontent, getpos(content.dptr), 0);
# ^~~~~~~~~~~~
# ./skkdic-expr.c:759:8: warning: passing 'unsigned char [65536]' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# fputs(kanji, output);
# ^~~~~
# /usr/include/stdio.h:689:42: note: passing argument to parameter '__s' here
# extern int fputs (const char *__restrict __s, FILE *__restrict __stream);
# ^
# 27 warnings generated.
# clang -I. -I. -I. -o skkdic-sort ./skkdic-sort.c
# clang -I. -I. -I. -o skkdic-count ./skkdic-count.c
# ./skkdic-count.c:49:15: warning: passing 'unsigned char [65536]' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# while(fgets(buffer, BUFSIZE, fp) != NULL) {
# ^~~~~~
# /usr/include/stdio.h:622:38: note: passing argument to parameter '__s' here
# extern char *fgets (char *__restrict __s, int __n, FILE *__restrict __stream)
# ^
# 1 warning generated.
# clang -I. -I. -I. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -o skkdic-expr2 ./skkdic-expr2.c -lglib-2.0
# ==> Entering fakeroot environment...
# ==> Starting package()...
# ./mkinstalldirs /tmp/skktools/pkg/skktools/usr/bin
# mkdir /tmp/skktools/pkg/skktools/usr
# mkdir /tmp/skktools/pkg/skktools/usr/bin
# /usr/bin/install -c skkdic-expr /tmp/skktools/pkg/skktools/usr/bin/
# /usr/bin/install -c skkdic-sort /tmp/skktools/pkg/skktools/usr/bin/
# /usr/bin/install -c skkdic-count /tmp/skktools/pkg/skktools/usr/bin/
# /usr/bin/install -c skkdic-expr2 /tmp/skktools/pkg/skktools/usr/bin/
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "skktools"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: skktools 1.3.3-2 (Thu Apr 13 18:55:09 UTC 2017)

CMD: pacman --query --file skktools-1.3.3-2-x86_64.pkg.tar.xz
# skktools 1.3.3-2

Creating hybrid package for 'skktools'

Trying to find vanilla package 'skktools'...

CMD: pacman --query --file /mirror/skktools-1.3.3-2.pkg.tar.xz
# skktools 1.3.3-2

Package file has the following structure:
# /.PKGINFO
# /.MTREE
# /usr/share/skktools/skk2cdb.py
# /usr/share/skktools/saihenkan.rb
# /usr/share/skktools/unannotation.awk
# /usr/share/skktools/skkdic-diff.scm
# /usr/share/skktools/dbm/makedbmdic4
# /usr/share/skktools/dbm/makedbmdic5
# /usr/share/skktools/convert2skk/wx2skk.pl
# /usr/share/skktools/convert2skk/alpha-kana.pl
# /usr/share/skktools/convert2skk/aozora2skk.rb
# /usr/share/skktools/convert2skk/skk-wordpicker.rb
# /usr/share/skktools/convert2skk/adddummy
# /usr/share/skktools/convert2skk/chasen2skk.rb
# /usr/share/skktools/convert2skk/removedummy
# /usr/share/skktools/convert2skk/pubdic2list
# /usr/share/skktools/convert2skk/doc2skk.sh
# /usr/share/skktools/convert2skk/wnn2skk.awk
# /usr/share/skktools/convert2skk/prime2skk.rb
# /usr/share/skktools/convert2skk/ctdicconv.rb
# /usr/share/skktools/convert2skk/skk2list
# /usr/share/skktools/convert2skk/wnn2skk.sh
# /usr/share/skktools/convert2skk/dic-it2skk.rb
# /usr/share/skktools/convert2skk/edict2skk.awk
# /usr/share/skktools/convert2skk/README
# /usr/share/skktools/convert2skk/canna2skk.rb
# /usr/share/skktools/convert2skk/wnn2skk.sed
# /usr/share/skktools/convert2skk/list2skk
# /usr/share/skktools/convert2skk/atok2skk.pl
# /usr/share/skktools/convert2skk/ipadic2skk.rb
# /usr/share/skktools/convert2skk/obsolete/list2skk.t
# /usr/share/skktools/convert2skk/obsolete/removedummy.t
# /usr/share/skktools/convert2skk/obsolete/rklist_hs.pl
# /usr/share/skktools/convert2skk/obsolete/skk2list.t
# /usr/share/skktools/convert2skk/obsolete/adddummy.t
# /usr/share/skktools/convert2skk/obsolete/sub.t
# /usr/share/skktools/convert2skk/obsolete/roma2kana.pl
# /usr/share/skktools/convert2skk/obsolete/codeconv.pl
# /usr/share/skktools/convert2skk/obsolete/kana2roma.pl
# /usr/share/skktools/convert2skk/obsolete/convprog.t
# /usr/share/skktools/convert2skk/obsolete/pubdic2list.t
# /usr/share/skktools/filters/annotation-filter.rb
# /usr/share/skktools/filters/abbrev-simplify-keys.rb
# /usr/share/skktools/filters/conjugation.rb
# /usr/share/skktools/filters/skkdictools.rb
# /usr/share/skktools/filters/complete-numerative.rb
# /usr/share/skktools/filters/asayaKe.rb
# /usr/share/skktools/filters/README
# /usr/share/skktools/filters/abbrev-convert.rb
# /usr/share/skktools/filters/make-tankan-dic.rb
# /usr/share/emacs/site-lisp/skk-xml.el
# /usr/bin/skkdic-sort
# /usr/bin/skkdic-expr2
# /usr/bin/skkdic-count
# /usr/bin/skkdic-expr

Generating .MTREE

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

Tar-ing up files

CMD: bsdtar -cf - .PKGINFO usr .MTREE

CMD: xz -c -z

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

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

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

Attempting to access local repository, attempt 1

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

Attempting to access local repository, attempt 2

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/skktools.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/skktools.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/skktools/src/skktools-1.3.3/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.66. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr --with-gdbm
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = bb6fecdb0fe7
# uname -m = x86_64
# uname -r = 4.10.6-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Mon Mar 27 08:28:22 CEST 2017
#
# /usr/bin/uname -p = unknown
# /bin/uname -X = unknown
#
# /bin/arch = unknown
# /usr/bin/arch -k = unknown
# /usr/convex/getsysinfo = unknown
# /usr/bin/hostinfo = unknown
# /bin/machine = unknown
# /usr/bin/oslevel = unknown
# /bin/universe = unknown
#
# PATH: /usr/bin
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2211: checking for a BSD-compatible install
# configure:2279: result: /usr/bin/install -c
# configure:2290: checking whether build environment is sane
# configure:2340: result: yes
# configure:2389: checking for x86_64-unknown-linux-strip
# configure:2419: result: no
# configure:2429: checking for strip
# configure:2445: found /usr/bin/strip
# configure:2456: result: strip
# configure:2481: checking for a thread-safe mkdir -p
# configure:2520: result: /usr/bin/mkdir -p
# configure:2533: checking for gawk
# configure:2549: found /usr/bin/gawk
# configure:2560: result: gawk
# configure:2571: checking whether make sets $(MAKE)
# configure:2593: result: yes
# configure:2702: checking for style of include used by make
# configure:2730: result: GNU
# configure:2760: checking for x86_64-unknown-linux-gcc
# configure:2787: result: clang
# configure:3056: checking for C compiler version
# configure:3065: clang --version >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# configure:3076: $? = 0
# configure:3065: clang -v >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# ... rest of stderr output deleted ...
# configure:3076: $? = 0
# configure:3065: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:3076: $? = 1
# configure:3065: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:3076: $? = 1
# configure:3096: checking whether the C compiler works
# configure:3118: clang conftest.c >&5
# configure:3122: $? = 0
# configure:3170: result: yes
# configure:3173: checking for C compiler default output file name
# configure:3175: result: a.out
# configure:3181: checking for suffix of executables
# configure:3188: clang -o conftest conftest.c >&5
# configure:3192: $? = 0
# configure:3214: result:
# configure:3236: checking whether we are cross compiling
# configure:3244: clang -o conftest conftest.c >&5
# configure:3248: $? = 0
# configure:3255: ./conftest
# configure:3259: $? = 0
# configure:3274: result: no
# configure:3279: checking for suffix of object files
# configure:3301: clang -c conftest.c >&5
# configure:3305: $? = 0
# configure:3326: result: o
# configure:3330: checking whether we are using the GNU C compiler
# configure:3349: clang -c conftest.c >&5
# configure:3349: $? = 0
# configure:3358: result: yes
# configure:3367: checking whether clang accepts -g
# configure:3387: clang -c -g conftest.c >&5
# configure:3387: $? = 0
# configure:3428: result: yes
# configure:3445: checking for clang option to accept ISO C89
# configure:3509: clang -c conftest.c >&5
# configure:3509: $? = 0
# configure:3522: result: none needed
# configure:3544: checking dependency style of clang
# configure:3654: result: gcc3
# configure:3675: checking how to run the C preprocessor
# configure:3706: clang -E conftest.c
# configure:3706: $? = 0
# configure:3720: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:3720: $? = 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 PACKAGE "skktools"
# | #define VERSION "1.3.3"
# | /* end confdefs.h. */
# | #include
# configure:3745: result: clang -E
# configure:3765: clang -E conftest.c
# configure:3765: $? = 0
# configure:3779: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:3779: $? = 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 PACKAGE "skktools"
# | #define VERSION "1.3.3"
# | /* end confdefs.h. */
# | #include
# configure:3808: checking for grep that handles long lines and -e
# configure:3866: result: /usr/bin/grep
# configure:3871: checking for egrep
# configure:3933: result: /usr/bin/grep -E
# configure:3938: checking for ANSI C header files
# configure:3958: clang -c conftest.c >&5
# configure:3958: $? = 0
# configure:4031: clang -o conftest conftest.c >&5
# configure:4031: $? = 0
# configure:4031: ./conftest
# configure:4031: $? = 0
# configure:4042: result: yes
# configure:4055: checking for sys/types.h
# configure:4055: clang -c conftest.c >&5
# configure:4055: $? = 0
# configure:4055: result: yes
# configure:4055: checking for sys/stat.h
# configure:4055: clang -c conftest.c >&5
# configure:4055: $? = 0
# configure:4055: result: yes
# configure:4055: checking for stdlib.h
# configure:4055: clang -c conftest.c >&5
# configure:4055: $? = 0
# configure:4055: result: yes
# configure:4055: checking for string.h
# configure:4055: clang -c conftest.c >&5
# configure:4055: $? = 0
# configure:4055: result: yes
# configure:4055: checking for memory.h
# configure:4055: clang -c conftest.c >&5
# configure:4055: $? = 0
# configure:4055: result: yes
# configure:4055: checking for strings.h
# configure:4055: clang -c conftest.c >&5
# configure:4055: $? = 0
# configure:4055: result: yes
# configure:4055: checking for inttypes.h
# configure:4055: clang -c conftest.c >&5
# configure:4055: $? = 0
# configure:4055: result: yes
# configure:4055: checking for stdint.h
# configure:4055: clang -c conftest.c >&5
# configure:4055: $? = 0
# configure:4055: result: yes
# configure:4055: checking for unistd.h
# configure:4055: clang -c conftest.c >&5
# configure:4055: $? = 0
# configure:4055: result: yes
# configure:4068: checking minix/config.h usability
# configure:4068: clang -c conftest.c >&5
# conftest.c:54:10: fatal error: 'minix/config.h' file not found
# #include
# ^
# 1 error generated.
# configure:4068: $? = 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 PACKAGE "skktools"
# | #define VERSION "1.3.3"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:4068: result: no
# configure:4068: checking minix/config.h presence
# configure:4068: clang -E conftest.c
# conftest.c:21:10: fatal error: 'minix/config.h' file not found
# #include
# ^
# 1 error generated.
# configure:4068: $? = 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 PACKAGE "skktools"
# | #define VERSION "1.3.3"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #include
# configure:4068: result: no
# configure:4068: checking for minix/config.h
# configure:4068: result: no
# configure:4089: checking whether it is safe to define __EXTENSIONS__
# configure:4107: clang -c conftest.c >&5
# configure:4107: $? = 0
# configure:4114: result: yes
# configure:4134: checking for gawk
# configure:4161: result: gawk
# configure:4180: checking for x86_64-unknown-linux-gcc
# configure:4207: result: clang
# configure:4476: checking for C compiler version
# configure:4485: clang --version >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# configure:4496: $? = 0
# configure:4485: clang -v >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# ... rest of stderr output deleted ...
# configure:4496: $? = 0
# configure:4485: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:4496: $? = 1
# configure:4485: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:4496: $? = 1
# configure:4500: checking whether we are using the GNU C compiler
# configure:4528: result: yes
# configure:4537: checking whether clang accepts -g
# configure:4598: result: yes
# configure:4615: checking for clang option to accept ISO C89
# configure:4692: result: none needed
# configure:4714: checking dependency style of clang
# configure:4824: result: gcc3
# configure:4869: checking build system type
# configure:4883: result: x86_64-unknown-linux-gnu
# configure:4903: checking host system type
# configure:4916: result: x86_64-unknown-linux-gnu
# configure:4957: checking how to print strings
# configure:4984: result: printf
# configure:5005: checking for a sed that does not truncate output
# configure:5069: result: /usr/bin/sed
# configure:5087: checking for fgrep
# configure:5149: result: /usr/bin/grep -F
# configure:5184: checking for ld used by clang
# configure:5251: result: /usr/bin/ld
# configure:5258: checking if the linker (/usr/bin/ld) is GNU ld
# configure:5273: result: yes
# configure:5285: checking for BSD- or MS-compatible name lister (nm)
# configure:5334: result: /usr/bin/nm -B
# configure:5464: checking the name lister (/usr/bin/nm -B) interface
# configure:5471: clang -c conftest.c >&5
# configure:5474: /usr/bin/nm -B "conftest.o"
# configure:5477: output
# 0000000000000000 B some_variable
# configure:5484: result: BSD nm
# configure:5487: checking whether ln -s works
# configure:5491: result: yes
# configure:5499: checking the maximum length of command line arguments
# configure:5624: result: 1572864
# configure:5641: checking whether the shell understands some XSI constructs
# configure:5651: result: yes
# configure:5655: checking whether the shell understands "+="
# configure:5661: result: yes
# configure:5696: checking for /usr/bin/ld option to reload object files
# configure:5703: result: -r
# configure:5732: checking for x86_64-unknown-linux-objdump
# configure:5762: result: no
# configure:5772: checking for objdump
# configure:5788: found /usr/bin/objdump
# configure:5799: result: objdump
# configure:5831: checking how to recognize dependent libraries
# configure:6033: result: pass_all
# configure:6053: checking for x86_64-unknown-linux-ar
# configure:6083: result: no
# configure:6093: checking for ar
# configure:6109: found /usr/bin/ar
# configure:6120: result: ar
# configure:6158: checking for x86_64-unknown-linux-strip
# configure:6185: result: strip
# configure:6257: checking for x86_64-unknown-linux-ranlib
# configure:6287: result: no
# configure:6297: checking for ranlib
# configure:6313: found /usr/bin/ranlib
# configure:6324: result: ranlib
# configure:6426: checking command to parse /usr/bin/nm -B output from clang object
# configure:6544: clang -c conftest.c >&5
# configure:6547: $? = 0
# configure:6551: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
# configure:6554: $? = 0
# configure:6608: clang -o conftest conftest.c conftstm.o >&5
# configure:6611: $? = 0
# configure:6649: result: ok
# configure:6744: clang -c conftest.c >&5
# configure:6747: $? = 0
# configure:7486: checking for dlfcn.h
# configure:7486: clang -c conftest.c >&5
# configure:7486: $? = 0
# configure:7486: result: yes
# configure:7673: checking for objdir
# configure:7688: result: .libs
# configure:7955: checking if clang supports -fno-rtti -fno-exceptions
# configure:7973: clang -c -fno-rtti -fno-exceptions conftest.c >&5
# configure:7977: $? = 0
# configure:7990: result: yes
# configure:8010: checking for clang option to produce PIC
# configure:8295: result: -fPIC -DPIC
# configure:8307: checking if clang PIC flag -fPIC -DPIC works
# configure:8325: clang -c -fPIC -DPIC -DPIC conftest.c >&5
# configure:8329: $? = 0
# configure:8342: result: yes
# configure:8366: checking if clang static flag -static works
# configure:8394: result: yes
# configure:8409: checking if clang supports -c -o file.o
# configure:8430: clang -c -o out/conftest2.o conftest.c >&5
# configure:8434: $? = 0
# configure:8456: result: yes
# configure:8464: checking if clang supports -c -o file.o
# configure:8511: result: yes
# configure:8544: checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:9619: result: yes
# configure:9656: checking whether -lc should be explicitly linked in
# configure:9664: clang -c conftest.c >&5
# configure:9667: $? = 0
# configure:9682: clang -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
# configure:9685: $? = 0
# configure:9699: result: no
# configure:9864: checking dynamic linker characteristics
# configure:10319: clang -o conftest -Wl,-rpath -Wl,/foo conftest.c >&5
# configure:10319: $? = 0
# configure:10545: result: GNU/Linux ld.so
# configure:10652: checking how to hardcode library paths into programs
# configure:10677: result: immediate
# configure:11217: checking whether stripping libraries is possible
# configure:11222: result: yes
# configure:11257: checking if libtool supports shared libraries
# configure:11259: result: yes
# configure:11262: checking whether to build shared libraries
# configure:11283: result: yes
# configure:11286: checking whether to build static libraries
# configure:11290: result: yes
# configure:11325: checking whether make sets $(MAKE)
# configure:11347: result: yes
# configure:11358: checking for bzip2
# configure:11376: found /usr/bin/bzip2
# configure:11388: result: /usr/bin/bzip2
# configure:11398: checking for date
# configure:11416: found /usr/bin/date
# configure:11428: result: /usr/bin/date
# configure:11438: checking for gzip
# configure:11456: found /usr/bin/gzip
# configure:11468: result: /usr/bin/gzip
# configure:11480: checking for md5
# configure:11513: result: no
# configure:11480: checking for md5sum
# configure:11498: found /usr/bin/md5sum
# configure:11510: result: /usr/bin/md5sum
# configure:11523: checking for tar
# configure:11542: found /usr/bin/tar
# configure:11554: result: /usr/bin/tar
# configure:11568: checking for mkdtemp
# configure:11568: clang -o conftest conftest.c >&5
# configure:11568: $? = 0
# configure:11568: result: yes
# configure:11568: checking for snprintf
# configure:11568: clang -o conftest conftest.c >&5
# conftest.c:52:6: warning: incompatible redeclaration of library function 'snprintf' [-Wincompatible-library-redeclaration]
# char snprintf ();
# ^
# conftest.c:52:6: note: 'snprintf' is a builtin with type 'int (char *, unsigned long, const char *, ...)'
# 1 warning generated.
# configure:11568: $? = 0
# configure:11568: result: yes
# configure:11580: checking for dbm_open in -lgdbm
# configure:11605: clang -o conftest conftest.c -lgdbm >&5
# /tmp/conftest-d11a68.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `dbm_open'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:11605: $? = 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 PACKAGE "skktools"
# | #define VERSION "1.3.3"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_MKDTEMP 1
# | #define HAVE_SNPRINTF 1
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char dbm_open ();
# | int
# | main ()
# | {
# | return dbm_open ();
# | ;
# | return 0;
# | }
# configure:11614: result: no
# configure:11624: checking for dbm_open in -lgdbm_compat
# configure:11649: clang -o conftest conftest.c -lgdbm_compat -lgdbm >&5
# configure:11649: $? = 0
# configure:11658: result: yes
# configure:11675: checking gdbm/ndbm.h usability
# configure:11675: clang -c conftest.c >&5
# configure:11675: $? = 0
# configure:11675: result: yes
# configure:11675: checking gdbm/ndbm.h presence
# configure:11675: clang -E conftest.c
# configure:11675: $? = 0
# configure:11675: result: yes
# configure:11675: checking for gdbm/ndbm.h
# configure:11675: result: yes
# configure:11923: checking for pkg-config
# configure:11941: found /usr/bin/pkg-config
# configure:11954: result: /usr/bin/pkg-config
# configure:11972: checking for glib-2.0 >= 2.0.0
# configure:11976: result: yes
# configure:11980: checking GLIB2_CFLAGS
# configure:11983: result: -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
# configure:11986: checking GLIB2_LIBS
# configure:11989: result: -lglib-2.0
# configure:12029: checking fcntl.h usability
# configure:12029: clang -c conftest.c >&5
# configure:12029: $? = 0
# configure:12029: result: yes
# configure:12029: checking fcntl.h presence
# configure:12029: clang -E conftest.c
# configure:12029: $? = 0
# configure:12029: result: yes
# configure:12029: checking for fcntl.h
# configure:12029: result: yes
# configure:12029: checking glib.h usability
# configure:12029: clang -c conftest.c >&5
# conftest.c:67:10: fatal error: 'glib.h' file not found
# #include
# ^
# 1 error generated.
# configure:12029: $? = 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 PACKAGE "skktools"
# | #define VERSION "1.3.3"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_MKDTEMP 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_LIBGDBM_COMPAT 1
# | #define HAVE_GDBM_NDBM_H 1
# | #define HAVE_LIBGDBM 1
# | #define HAVE_FCNTL_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:12029: result: no
# configure:12029: checking glib.h presence
# configure:12029: clang -E conftest.c
# conftest.c:34:10: fatal error: 'glib.h' file not found
# #include
# ^
# 1 error generated.
# configure:12029: $? = 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 PACKAGE "skktools"
# | #define VERSION "1.3.3"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_MKDTEMP 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_LIBGDBM_COMPAT 1
# | #define HAVE_GDBM_NDBM_H 1
# | #define HAVE_LIBGDBM 1
# | #define HAVE_FCNTL_H 1
# | /* end confdefs.h. */
# | #include
# configure:12029: result: no
# configure:12029: checking for glib.h
# configure:12029: result: no
# configure:12029: checking malloc.h usability
# configure:12029: clang -c conftest.c >&5
# configure:12029: $? = 0
# configure:12029: result: yes
# configure:12029: checking malloc.h presence
# configure:12029: clang -E conftest.c
# configure:12029: $? = 0
# configure:12029: result: yes
# configure:12029: checking for malloc.h
# configure:12029: result: yes
# configure:12069: checking for an ANSI C-conforming const
# configure:12134: clang -c conftest.c >&5
# configure:12134: $? = 0
# configure:12141: result: yes
# configure:12152: checking for stdlib.h
# configure:12152: result: yes
# configure:12162: checking for GNU libc compatible malloc
# configure:12186: clang -o conftest conftest.c -lgdbm_compat -lgdbm >&5
# configure:12186: $? = 0
# configure:12186: ./conftest
# configure:12186: $? = 0
# configure:12196: result: yes
# configure:12217: checking return type of signal handlers
# configure:12235: clang -c conftest.c >&5
# conftest.c:43:8: error: indirection requires pointer operand ('void' invalid)
# return *(signal (0, 0)) (0) == 1;
# ^~~~~~~~~~~~~~~~~~~~
# 1 error generated.
# configure:12235: $? = 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 PACKAGE "skktools"
# | #define VERSION "1.3.3"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_MKDTEMP 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_LIBGDBM_COMPAT 1
# | #define HAVE_GDBM_NDBM_H 1
# | #define HAVE_LIBGDBM 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_MALLOC 1
# | /* end confdefs.h. */
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | return *(signal (0, 0)) (0) == 1;
# | ;
# | return 0;
# | }
# configure:12242: result: void
# configure:12376: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by config.status, which was
# generated by GNU Autoconf 2.66. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on bb6fecdb0fe7
#
# config.status:1089: creating Makefile
# config.status:1089: creating config.h
# config.status:1317: executing depfiles commands
# config.status:1317: executing libtool commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_const=yes
# 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_malloc_0_nonnull=yes
# ac_cv_func_mkdtemp=yes
# ac_cv_func_snprintf=yes
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_fcntl_h=yes
# ac_cv_header_gdbm_ndbm_h=yes
# ac_cv_header_glib_h=no
# ac_cv_header_inttypes_h=yes
# ac_cv_header_malloc_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_minix_config_h=no
# ac_cv_header_stdc=yes
# ac_cv_header_stdint_h=yes
# ac_cv_header_stdlib_h=yes
# ac_cv_header_string_h=yes
# ac_cv_header_strings_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_lib_gdbm_compat_dbm_open=yes
# ac_cv_lib_gdbm_dbm_open=no
# ac_cv_objext=o
# ac_cv_path_BZIP2=/usr/bin/bzip2
# ac_cv_path_DATE=/usr/bin/date
# ac_cv_path_EGREP='/usr/bin/grep -E'
# ac_cv_path_FGREP='/usr/bin/grep -F'
# ac_cv_path_GREP=/usr/bin/grep
# ac_cv_path_GZIP=/usr/bin/gzip
# ac_cv_path_MD5=/usr/bin/md5sum
# ac_cv_path_PKG_CONFIG=/usr/bin/pkg-config
# ac_cv_path_SED=/usr/bin/sed
# ac_cv_path_TAR=/usr/bin/tar
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_mkdir=/usr/bin/mkdir
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CC=clang
# ac_cv_prog_CPP='clang -E'
# ac_cv_prog_STRIP=strip
# ac_cv_prog_ac_ct_AR=ar
# ac_cv_prog_ac_ct_OBJDUMP=objdump
# ac_cv_prog_ac_ct_RANLIB=ranlib
# ac_cv_prog_ac_ct_STRIP=strip
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_make_make_set=yes
# ac_cv_safe_to_define___extensions__=yes
# ac_cv_type_signal=void
# am_cv_CC_dependencies_compiler_type=gcc3
# lt_cv_archive_cmds_need_lc=no
# lt_cv_deplibs_check_method=pass_all
# lt_cv_file_magic_cmd='$MAGIC_CMD'
# lt_cv_file_magic_test_file=
# lt_cv_ld_reload_flag=-r
# lt_cv_nm_interface='BSD nm'
# lt_cv_objdir=.libs
# lt_cv_path_LD=/usr/bin/ld
# lt_cv_path_NM='/usr/bin/nm -B'
# lt_cv_prog_compiler_c_o=yes
# lt_cv_prog_compiler_pic_works=yes
# lt_cv_prog_compiler_rtti_exceptions=yes
# lt_cv_prog_compiler_static_works=yes
# lt_cv_prog_gnu_ld=yes
# lt_cv_shlibpath_overrides_runpath=no
# lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
# lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
# lt_cv_sys_max_cmd_len=1572864
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/skktools/src/skktools-1.3.3/missing --run aclocal-1.11'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='${SHELL} /tmp/skktools/src/skktools-1.3.3/missing --run tar'
# AR='ar'
# AUTOCONF='${SHELL} /tmp/skktools/src/skktools-1.3.3/missing --run autoconf'
# AUTOHEADER='${SHELL} /tmp/skktools/src/skktools-1.3.3/missing --run autoheader'
# AUTOMAKE='${SHELL} /tmp/skktools/src/skktools-1.3.3/missing --run automake-1.11'
# AWK='gawk'
# BZIP2='/usr/bin/bzip2'
# CC='clang'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=''
# CPP='clang -E'
# CPPFLAGS=''
# CYGPATH_W='echo'
# DATE='/usr/bin/date'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# DSYMUTIL=''
# DUMPBIN=''
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/bin/grep -E'
# EXEEXT=''
# FGREP='/usr/bin/grep -F'
# GLIB2_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include'
# GLIB2_LIBS='-lglib-2.0'
# GREP='/usr/bin/grep'
# GZIP='/usr/bin/gzip'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# LD='/usr/bin/ld -m elf_x86_64'
# LDFLAGS=''
# LIBOBJS=''
# LIBS='-lgdbm_compat -lgdbm'
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LIPO=''
# LN_S='ln -s'
# LTLIBOBJS=''
# MAKEINFO='${SHELL} /tmp/skktools/src/skktools-1.3.3/missing --run makeinfo'
# MD5='/usr/bin/md5sum'
# MKDIR_P='/usr/bin/mkdir -p'
# NM='/usr/bin/nm -B'
# NMEDIT=''
# OBJDUMP='objdump'
# OBJEXT='o'
# OTOOL64=''
# OTOOL=''
# PACKAGE='skktools'
# PACKAGE_BUGREPORT=''
# PACKAGE_NAME=''
# PACKAGE_STRING=''
# PACKAGE_TARNAME=''
# PACKAGE_URL=''
# PACKAGE_VERSION=''
# PATH_SEPARATOR=':'
# PKG_CONFIG='/usr/bin/pkg-config'
# RANLIB='ranlib'
# SED='/usr/bin/sed'
# SET_MAKE=''
# SHELL='/bin/sh'
# SKKDIC_EXPR2='skkdic-expr2${EXEEXT}'
# STRIP='strip'
# TAR='/usr/bin/tar'
# VERSION='1.3.3'
# ac_ct_CC=''
# ac_ct_DUMPBIN=''
# am__EXEEXT_FALSE=''
# am__EXEEXT_TRUE='#'
# am__fastdepCC_FALSE='#'
# am__fastdepCC_TRUE=''
# am__include='include'
# am__isrc=''
# am__leading_dot='.'
# am__quote=''
# am__tar='${AMTAR} chof - "$$tardir"'
# am__untar='${AMTAR} xf -'
# bindir='${exec_prefix}/bin'
# build='x86_64-unknown-linux-gnu'
# build_alias=''
# build_cpu='x86_64'
# build_os='linux-gnu'
# build_vendor='unknown'
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE}'
# dvidir='${docdir}'
# exec_prefix='${prefix}'
# host='x86_64-unknown-linux-gnu'
# host_alias='x86_64-unknown-linux'
# host_cpu='x86_64'
# host_os='linux-gnu'
# host_vendor='unknown'
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# install_sh='${SHELL} /tmp/skktools/src/skktools-1.3.3/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# mkdir_p='/usr/bin/mkdir -p'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# sysconfdir='${prefix}/etc'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME ""
# #define PACKAGE_TARNAME ""
# #define PACKAGE_VERSION ""
# #define PACKAGE_STRING ""
# #define PACKAGE_BUGREPORT ""
# #define PACKAGE_URL ""
# #define PACKAGE "skktools"
# #define VERSION "1.3.3"
# #define STDC_HEADERS 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_MEMORY_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_UNISTD_H 1
# #define __EXTENSIONS__ 1
# #define _ALL_SOURCE 1
# #define _GNU_SOURCE 1
# #define _POSIX_PTHREAD_SEMANTICS 1
# #define _TANDEM_SOURCE 1
# #define HAVE_DLFCN_H 1
# #define LT_OBJDIR ".libs/"
# #define HAVE_MKDTEMP 1
# #define HAVE_SNPRINTF 1
# #define HAVE_LIBGDBM_COMPAT 1
# #define HAVE_GDBM_NDBM_H 1
# #define HAVE_LIBGDBM 1
# #define HAVE_FCNTL_H 1
# #define HAVE_MALLOC_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_MALLOC 1
# #define RETSIGTYPE void
#
# configure: exit 0