Build of skktools with musl toolchain

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

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

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

The process tree of the build process is here.

List of Errors

Log

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

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

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

There were existing files in /sysroot, using those
# /sysroot/lib
# /sysroot/share
# /sysroot/bin
# /sysroot/include
# /sysroot/libexec

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: skktools 1.3.3-2 (Wed Apr 5 01:31:32 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/sbin/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... 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 dependency style of clang... gcc3
# 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 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/sbin/sed
# checking for fgrep... /usr/sbin/grep -F
# checking for ld used by clang... /sysroot/bin/ld
# checking if the linker (/sysroot/bin/ld) is GNU ld... yes
# checking for BSD- or MS-compatible name lister (nm)... /sysroot/bin/nm -B
# checking the name lister (/sysroot/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 /sysroot/bin/ld option to reload object files... -r
# checking for x86_64-unknown-linux-objdump... no
# checking for objdump... objdump
# configure: WARNING: using cross tools not prefixed with host triplet
# 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 /sysroot/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... no
# checking if clang supports -c -o file.o... yes
# checking if clang supports -c -o file.o... (cached) yes
# checking whether the clang linker (/sysroot/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/sbin/bzip2
# checking for date... /usr/sbin/date
# checking for gzip... /usr/sbin/gzip
# checking for md5... no
# checking for md5sum... /usr/sbin/md5sum
# checking for tar... /usr/sbin/tar
# checking for mkdtemp... yes
# checking for snprintf... yes
# checking for dbm_open in -lgdbm... no
# checking for dbm_open in -lgdbm_compat... no
# checking for dbm_open... no
# checking for dbm_open in -lndbm... no
# checking for __db_ndbm_open in -ldb... no
# checking for dbm_open in -lgdbm... (cached) no
# checking for dbm_open in -lgdbm_compat... (cached) no
# checking for pkg-config... /usr/sbin/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... no
# 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
# clang -I. -I. -I. -o skkdic-sort ./skkdic-sort.c
# clang -I. -I. -I. -o skkdic-count ./skkdic-count.c
# 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
# ./skkdic-expr.c:93./skkdic-count.c:1: :error49: unknown type name 'DBM':
# 15: warning: DBM *db;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) {
# ^~~~~~
# /sysroot/include/stdio.h:94:29: note: passing argument to parameter here
# ./skkdic-expr.cchar *fgets(char *__restrict, int, FILE *__restrict);:
# 94: ^1
# : error: unknown type name 'DBM'
# DBM *okuriheaddb;
# ^
# ./skkdic-expr.c:95:1: error: unknown type name 'DBM'
# DBM *okuritaildb;
# ^
# ./skkdic-expr.c:172:15: warning: implicit declaration of function 'dbm_open' is invalid in C99 [-Wimplicit-function-declaration]
# if ((db = dbm_open(file_name, O_RDWR|O_CREAT, 0600)) == NULL){
# ^
# ./skkdic-expr.c:196:6: error: expected function body after function declarator
# datum key;
# ^
# ./skkdic-expr.c:198:6: error: unknown type name 'DBM'
# DBM *dbm;
# ^
# ./skkdic-expr.c:199:1: error: expected identifier or '('
# {
# ^
# ./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);
# ^~~
# /sysroot/include/string.h:52:28: note: passing argument to parameter here
# size_t strlen (const char *);
# ^
# ./skkdic-expr.c:320:6: error: expected function body after function declarator
# datum *key;
# ^
# ./skkdic-expr.c:322:1: error: expected identifier or '('
# {
# ^
# ./skkdic-expr.c:402:6: error: expected function body after function declarator
# datum *key;
# ^
# ./skkdic-expr.c:403:1: error: expected identifier or '('
# {
# ^
# ./skkdic-expr.c:446:6: error: expected function body after function declarator
# datum *key;
# ^
# ./skkdic-expr.c:449:1: error: expected identifier or '('
# {
# ^
# ./skkdic-expr.c:474:5: error: use of undeclared identifier 'datum'
# datum key, old, tkey;
# ^
# ./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) {
# ^~~~~~
# /sysroot/include/stdio.h:94:29: note: passing argument to parameter here
# char *fgets(char *__restrict, int, FILE *__restrict);
# ^
# ./skkdic-expr.c:482:6: warning: implicit declaration of function 'line_process' is invalid in C99 [-Wimplicit-function-declaration]
# if (line_process(buffer, &key, kanji, tails) > 0) {
# ^
# ./skkdic-expr.c:482:28: error: use of undeclared identifier 'key'
# if (line_process(buffer, &key, kanji, tails) > 0) {
# ^
# ./skkdic-expr.c:486:7: error: use of undeclared identifier 'old'
# old = dbm_fetch(okuritaildb, key);
# ^
# ./skkdic-expr.c:486:13: warning: implicit declaration of function 'dbm_fetch' is invalid in C99 [-Wimplicit-function-declaration]
# old = dbm_fetch(okuritaildb, key);
# ^
# ./skkdic-expr.c:486:36: error: use of undeclared identifier 'key'
# old = dbm_fetch(okuritaildb, key);
# ^
# ./skkdic-expr.c:487:11: error: use of undeclared identifier 'old'
# if (old.dptr == NULL) {
# ^
# ./skkdic-expr.c:488:4: warning: implicit declaration of function 'db_append' is invalid in C99 [-Wimplicit-function-declaration]
# db_append(key, tails, okuritaildb);
# ^
# ./skkdic-expr.c:488:14: error: use of undeclared identifier 'key'
# db_append(key, tails, okuritaildb);
# ^
# ./skkdic-expr.c:490:28: error: use of undeclared identifier 'old'
# fseek(dbcontent, getpos(old.dptr), 0);
# ^
# fatal error: too many errors emitted, stopping now [-ferror-limit=]
# 6 warnings and 20 errors generated.
# 1 warning generated.
# make: *** [Makefile:68: skkdic-expr] Error 1
# make: *** Waiting for unfinished jobs....
# /sysroot/bin/ld: error: cannot find -lglib-2.0
# /tmp/skkdic-expr2-55d1ef.o:./skkdic-expr2.c:function processFileAux: error: undefined reference to 'g_free'
# /tmp/skkdic-expr2-55d1ef.o:./skkdic-expr2.c:function processFileAux: error: undefined reference to 'g_free'
# /tmp/skkdic-expr2-55d1ef.o:./skkdic-expr2.c:function processFileAux: error: undefined reference to 'g_slist_free'
# /tmp/skkdic-expr2-55d1ef.o:./skkdic-expr2.c:function initTrees: error: undefined reference to 'g_tree_new_full'
# /tmp/skkdic-expr2-55d1ef.o:./skkdic-expr2.c:function initTrees: error: undefined reference to 'g_tree_new_full'
# /tmp/skkdic-expr2-55d1ef.o:./skkdic-expr2.c:function treeKeyDestroy: error: undefined reference to 'g_free'
# /tmp/skkdic-expr2-55d1ef.o:./skkdic-expr2.c:function entryFree: error: undefined reference to 'g_slist_free'
# /tmp/skkdic-expr2-55d1ef.o:./skkdic-expr2.c:function entryFree: error: undefined reference to 'g_free'
# /tmp/skkdic-expr2-55d1ef.o:./skkdic-expr2.c:function splitCandidates: error: undefined reference to 'g_strndup'
# /tmp/skkdic-expr2-55d1ef.o:./skkdic-expr2.c:function splitCandidates: error: undefined reference to 'g_slist_append'
# /tmp/skkdic-expr2-55d1ef.o:./skkdic-expr2.c:function andCandidate: error: undefined reference to 'g_tree_lookup'
# /tmp/skkdic-expr2-55d1ef.o:./skkdic-expr2.c:function removeCandidate: error: undefined reference to 'g_tree_lookup'
# /tmp/skkdic-expr2-55d1ef.o:./skkdic-expr2.c:function removeCandidate: error: undefined reference to 'g_slist_remove'
# /tmp/skkdic-expr2-55d1ef.o:./skkdic-expr2.c:function removeCandidate: error: undefined reference to 'g_tree_remove'
# /tmp/skkdic-expr2-55d1ef.o:./skkdic-expr2.c:function addCandidate: error: undefined reference to 'g_tree_lookup'
# /tmp/skkdic-expr2-55d1ef.o:./skkdic-expr2.c:function addCandidate: error: undefined reference to 'g_strdup'
# /tmp/skkdic-expr2-55d1ef.o:./skkdic-expr2.c:function addCandidate: error: undefined reference to 'g_tree_insert'
# /tmp/skkdic-expr2-55d1ef.o:./skkdic-expr2.c:function addCandidate: error: undefined reference to 'g_slist_append'
# /tmp/skkdic-expr2-55d1ef.o:./skkdic-expr2.c:function addCandidate: error: undefined reference to 'g_slist_append'
# /tmp/skkdic-expr2-55d1ef.o:./skkdic-expr2.c:function candidateNew: error: undefined reference to 'g_malloc_n'
# /tmp/skkdic-expr2-55d1ef.o:./skkdic-expr2.c:function candidateNew: error: undefined reference to 'g_strdup'
# /tmp/skkdic-expr2-55d1ef.o:./skkdic-expr2.c:function candidateNew: error: undefined reference to 'g_strdup'
# /tmp/skkdic-expr2-55d1ef.o:./skkdic-expr2.c:function joinAnnotation: error: undefined reference to 'g_strdup'
# /tmp/skkdic-expr2-55d1ef.o:./skkdic-expr2.c:function joinAnnotation: error: undefined reference to 'g_strjoin'
# /tmp/skkdic-expr2-55d1ef.o:./skkdic-expr2.c:function entryNew: error: undefined reference to 'g_malloc_n'
# /tmp/skkdic-expr2-55d1ef.o:./skkdic-expr2.c:function outputTrees: error: undefined reference to 'g_tree_foreach'
# /tmp/skkdic-expr2-55d1ef.o:./skkdic-expr2.c:function outputTrees: error: undefined reference to 'g_tree_foreach'
# /tmp/skkdic-expr2-55d1ef.o:./skkdic-expr2.c:function cleanTree: error: undefined reference to 'g_tree_foreach'
# /tmp/skkdic-expr2-55d1ef.o:./skkdic-expr2.c:function cleanTree: error: undefined reference to 'g_tree_remove'
# /tmp/skkdic-expr2-55d1ef.o:./skkdic-expr2.c:function cleanTree: error: undefined reference to 'g_slist_free'
# /tmp/skkdic-expr2-55d1ef.o:./skkdic-expr2.c:function cleanFunc: error: undefined reference to 'g_slist_delete_link'
# /tmp/skkdic-expr2-55d1ef.o:./skkdic-expr2.c:function cleanFunc: error: undefined reference to 'g_slist_prepend'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# make: *** [Makefile:77: skkdic-expr2] Error 1
# ==> ERROR: A failure occurred in build().
# Aborting...

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 = 20eed37113e9
# 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: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 /sysroot/bin/strip
# configure:2456: result: strip
# configure:2481: checking for a thread-safe mkdir -p
# configure:2520: result: /usr/sbin/mkdir -p
# configure:2533: checking for gawk
# configure:2549: found /usr/sbin/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.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /
# configure:3076: $? = 0
# configure:3065: 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: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
# ./conftest: error while loading shared libraries: /usr/lib/libc.so: invalid ELF header
# configure:3259: $? = 127
# configure:3274: result: yes
# 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/sbin/grep
# configure:3871: checking for egrep
# configure:3933: result: /usr/sbin/grep -E
# configure:3938: checking for ANSI C header files
# configure:3958: clang -c conftest.c >&5
# configure:3958: $? = 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.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /
# configure:4496: $? = 0
# configure:4485: 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: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/sbin/sed
# configure:5087: checking for fgrep
# configure:5149: result: /usr/sbin/grep -F
# configure:5184: checking for ld used by clang
# configure:5251: result: /sysroot/bin/ld
# configure:5258: checking if the linker (/sysroot/bin/ld) is GNU ld
# configure:5273: result: yes
# configure:5285: checking for BSD- or MS-compatible name lister (nm)
# configure:5334: result: /sysroot/bin/nm -B
# configure:5464: checking the name lister (/sysroot/bin/nm -B) interface
# configure:5471: clang -c conftest.c >&5
# configure:5474: /sysroot/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 /sysroot/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 /sysroot/bin/objdump
# configure:5799: result: objdump
# configure:5811: WARNING: using cross tools not prefixed with host triplet
# 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 /sysroot/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 /sysroot/bin/ranlib
# configure:6324: result: ranlib
# configure:6426: checking command to parse /sysroot/bin/nm -B output from clang object
# configure:6544: clang -c conftest.c >&5
# configure:6547: $? = 0
# configure:6551: /sysroot/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: no
# 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 (/sysroot/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/sbin/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/sbin/bzip2
# configure:11388: result: /usr/sbin/bzip2
# configure:11398: checking for date
# configure:11416: found /usr/sbin/date
# configure:11428: result: /usr/sbin/date
# configure:11438: checking for gzip
# configure:11456: found /usr/sbin/gzip
# configure:11468: result: /usr/sbin/gzip
# configure:11480: checking for md5
# configure:11513: result: no
# configure:11480: checking for md5sum
# configure:11498: found /usr/sbin/md5sum
# configure:11510: result: /usr/sbin/md5sum
# configure:11523: checking for tar
# configure:11542: found /usr/sbin/tar
# configure:11554: result: /usr/sbin/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
# /sysroot/bin/ld: error: cannot find -lgdbm
# /tmp/conftest-fee5fe.o:conftest.c:function main: error: 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
# /sysroot/bin/ld: error: cannot find -lgdbm_compat
# /sysroot/bin/ld: error: cannot find -lgdbm
# /tmp/conftest-699aee.o:conftest.c:function main: error: undefined reference to 'dbm_open'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:11649: $? = 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:11658: result: no
# configure:11698: checking for dbm_open
# configure:11698: clang -o conftest conftest.c >&5
# /tmp/conftest-dd9553.o:conftest.c:function main: error: undefined reference to 'dbm_open'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:11698: $? = 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. */
# | /* Define dbm_open to an innocuous variant, in case declares dbm_open.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define dbm_open innocuous_dbm_open
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char dbm_open (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef dbm_open
# |
# | /* 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 ();
# | /* 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_dbm_open || defined __stub___dbm_open
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return dbm_open ();
# | ;
# | return 0;
# | }
# configure:11698: result: no
# configure:11702: checking for dbm_open in -lndbm
# configure:11727: clang -o conftest conftest.c -lndbm >&5
# /sysroot/bin/ld: error: cannot find -lndbm
# /tmp/conftest-4fd50c.o:conftest.c:function main: error: undefined reference to 'dbm_open'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:11727: $? = 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:11736: result: no
# configure:11751: checking for __db_ndbm_open in -ldb
# configure:11776: clang -o conftest conftest.c -ldb >&5
# /sysroot/bin/ld: error: cannot find -ldb
# /tmp/conftest-872ad8.o:conftest.c:function main: error: undefined reference to '__db_ndbm_open'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:11776: $? = 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 __db_ndbm_open ();
# | int
# | main ()
# | {
# | return __db_ndbm_open ();
# | ;
# | return 0;
# | }
# configure:11785: result: no
# configure:11798: checking for dbm_open in -lgdbm
# configure:11832: result: no
# configure:11842: checking for dbm_open in -lgdbm_compat
# configure:11876: result: no
# configure:11923: checking for pkg-config
# configure:11941: found /usr/sbin/pkg-config
# configure:11954: result: /usr/sbin/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:64: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_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:31: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_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:12196: result: no
# configure:12217: checking return type of signal handlers
# configure:12235: clang -c conftest.c >&5
# conftest.c:41: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_FCNTL_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_MALLOC 0
# | #define malloc rpl_malloc
# | /* 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 20eed37113e9
#
# config.status:1087: creating Makefile
# config.status:1087: creating config.h
# config.status:1315: executing depfiles commands
# config.status:1315: 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_dbm_open=no
# ac_cv_func_malloc_0_nonnull=no
# 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_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_db___db_ndbm_open=no
# ac_cv_lib_gdbm_compat_dbm_open=no
# ac_cv_lib_gdbm_dbm_open=no
# ac_cv_lib_ndbm_dbm_open=no
# ac_cv_objext=o
# ac_cv_path_BZIP2=/usr/sbin/bzip2
# ac_cv_path_DATE=/usr/sbin/date
# ac_cv_path_EGREP='/usr/sbin/grep -E'
# ac_cv_path_FGREP='/usr/sbin/grep -F'
# ac_cv_path_GREP=/usr/sbin/grep
# ac_cv_path_GZIP=/usr/sbin/gzip
# ac_cv_path_MD5=/usr/sbin/md5sum
# ac_cv_path_PKG_CONFIG=/usr/sbin/pkg-config
# ac_cv_path_SED=/usr/sbin/sed
# ac_cv_path_TAR=/usr/sbin/tar
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_mkdir=/usr/sbin/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=/sysroot/bin/ld
# lt_cv_path_NM='/sysroot/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=no
# lt_cv_prog_gnu_ld=yes
# lt_cv_shlibpath_overrides_runpath=yes
# 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/sbin/bzip2'
# CC='clang'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=''
# CPP='clang -E'
# CPPFLAGS=''
# CYGPATH_W='echo'
# DATE='/usr/sbin/date'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# DSYMUTIL=''
# DUMPBIN=''
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/sbin/grep -E'
# EXEEXT=''
# FGREP='/usr/sbin/grep -F'
# GLIB2_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include'
# GLIB2_LIBS='-lglib-2.0'
# GREP='/usr/sbin/grep'
# GZIP='/usr/sbin/gzip'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# LD='/sysroot/bin/ld -m elf_x86_64'
# LDFLAGS=''
# LIBOBJS=' ${LIBOBJDIR}malloc$U.o'
# LIBS=''
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LIPO=''
# LN_S='ln -s'
# LTLIBOBJS=' ${LIBOBJDIR}malloc$U.lo'
# MAKEINFO='${SHELL} /tmp/skktools/src/skktools-1.3.3/missing --run makeinfo'
# MD5='/usr/sbin/md5sum'
# MKDIR_P='/usr/sbin/mkdir -p'
# NM='/sysroot/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/sbin/pkg-config'
# RANLIB='ranlib'
# SED='/usr/sbin/sed'
# SET_MAKE=''
# SHELL='/bin/sh'
# SKKDIC_EXPR2='skkdic-expr2${EXEEXT}'
# STRIP='strip'
# TAR='/usr/sbin/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/sbin/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_FCNTL_H 1
# #define HAVE_MALLOC_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_MALLOC 0
# #define malloc rpl_malloc
# #define RETSIGTYPE void
#
# configure: exit 0