Build of libkkc-data with clang_glibc toolchain

The build took 00h 06m 57s and was SUCCESSFUL.

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

SLOCLanguage
1,900 makefile
752 sh
233 python
2,885 total

The process tree of the build process is here.

Several sub-process invocations were improper; see the process tree for details. Summary:

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: libkkc-data 0.2.7-1 (Thu Apr 13 13:28:52 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> Installing missing dependencies...
# resolving dependencies...
# looking for conflicting packages...
#
# Packages (2) marisa-0.2.4-7 python2-marisa-0.2.4-7
#
# Total Installed Size: 0.49 MiB
#
# :: Proceed with installation? [Y/n]
# checking keyring...
# checking package integrity...
# loading package files...
# checking for file conflicts...
# checking available disk space...
# :: Processing package changes...
# installing marisa...
# installing python2-marisa...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# checking for x86_64-unknown-linux-strip... no
# checking for strip... strip
# checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking whether make supports nested variables... yes
# checking whether to enable maintainer-specific portions of Makefiles... 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 whether clang understands -c and -o together... yes
# checking dependency style of clang... none
# 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 python version... 2.7
# checking for python platform... linux2
# checking for python script directory... ${prefix}/lib/python2.7/site-packages
# checking for python extension module directory... ${exec_prefix}/lib/python2.7/site-packages
# checking that generated files are newer than configure... done
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating data/Makefile
# config.status: creating data/models/Makefile
# config.status: creating tools/Makefile
# config.status: executing depfiles commands
# Making all in data
# make[1]: Entering directory '/tmp/libkkc-data/src/libkkc-data-0.2.7/data'
# Making all in models
# make[2]: Entering directory '/tmp/libkkc-data/src/libkkc-data-0.2.7/data/models'
# /usr/bin/python2 -B ../../tools/sortlm.py \
# ./text3/data.arpa sorted3/data
# reading N-grams
# min cost = -5.793264
# writing 1-gram file
# writing 2-gram file
# writing 3-gram file
# /usr/bin/python2 -B ../../tools/genfilter.py \
# sorted3/data.2gram \
# sorted3/data.2gram.filter \
# 12
# /usr/bin/python2 -B ../../tools/genfilter.py \
# sorted3/data.3gram \
# sorted3/data.3gram.filter \
# 10
# make[2]: Leaving directory '/tmp/libkkc-data/src/libkkc-data-0.2.7/data/models'
# make[2]: Entering directory '/tmp/libkkc-data/src/libkkc-data-0.2.7/data'
# make[2]: Nothing to be done for 'all-am'.
# make[2]: Leaving directory '/tmp/libkkc-data/src/libkkc-data-0.2.7/data'
# make[1]: Leaving directory '/tmp/libkkc-data/src/libkkc-data-0.2.7/data'
# Making all in tools
# make[1]: Entering directory '/tmp/libkkc-data/src/libkkc-data-0.2.7/tools'
# make[1]: Nothing to be done for 'all'.
# make[1]: Leaving directory '/tmp/libkkc-data/src/libkkc-data-0.2.7/tools'
# make[1]: Entering directory '/tmp/libkkc-data/src/libkkc-data-0.2.7'
# make[1]: Nothing to be done for 'all-am'.
# make[1]: Leaving directory '/tmp/libkkc-data/src/libkkc-data-0.2.7'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# Making install in data
# make[1]: Entering directory '/tmp/libkkc-data/src/libkkc-data-0.2.7/data'
# Making install in models
# make[2]: Entering directory '/tmp/libkkc-data/src/libkkc-data-0.2.7/data/models'
# make[3]: Entering directory '/tmp/libkkc-data/src/libkkc-data-0.2.7/data/models'
# make[3]: Nothing to be done for 'install-exec-am'.
# /usr/bin/mkdir -p '/tmp/libkkc-data/pkg/libkkc-data/usr/lib/libkkc/models'
# /usr/bin/mkdir -p '/tmp/libkkc-data/pkg/libkkc-data/usr/lib/libkkc/models/sorted3'
# /usr/bin/install -c -m 644 sorted3/metadata.json sorted3/data.input sorted3/data.1gram.index sorted3/data.1gram sorted3/data.2gram sorted3/data.2gram.filter sorted3/data.3gram sorted3/data.3gram.filter '/tmp/libkkc-data/pkg/libkkc-data/usr/lib/libkkc/models/sorted3'
# make[3]: Leaving directory '/tmp/libkkc-data/src/libkkc-data-0.2.7/data/models'
# make[2]: Leaving directory '/tmp/libkkc-data/src/libkkc-data-0.2.7/data/models'
# make[2]: Entering directory '/tmp/libkkc-data/src/libkkc-data-0.2.7/data'
# make[3]: Entering directory '/tmp/libkkc-data/src/libkkc-data-0.2.7/data'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/libkkc-data/src/libkkc-data-0.2.7/data'
# make[2]: Leaving directory '/tmp/libkkc-data/src/libkkc-data-0.2.7/data'
# make[1]: Leaving directory '/tmp/libkkc-data/src/libkkc-data-0.2.7/data'
# Making install in tools
# make[1]: Entering directory '/tmp/libkkc-data/src/libkkc-data-0.2.7/tools'
# make[2]: Entering directory '/tmp/libkkc-data/src/libkkc-data-0.2.7/tools'
# make[2]: Nothing to be done for 'install-exec-am'.
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/libkkc-data/src/libkkc-data-0.2.7/tools'
# make[1]: Leaving directory '/tmp/libkkc-data/src/libkkc-data-0.2.7/tools'
# make[1]: Entering directory '/tmp/libkkc-data/src/libkkc-data-0.2.7'
# make[2]: Entering directory '/tmp/libkkc-data/src/libkkc-data-0.2.7'
# make[2]: Nothing to be done for 'install-exec-am'.
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/libkkc-data/src/libkkc-data-0.2.7'
# make[1]: Leaving directory '/tmp/libkkc-data/src/libkkc-data-0.2.7'
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "libkkc-data"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Adding changelog file...
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: libkkc-data 0.2.7-1 (Thu Apr 13 13:32:05 UTC 2017)

CMD: pacman --query --file libkkc-data-0.2.7-1-x86_64.pkg.tar.xz
# libkkc-data 0.2.7-1

Creating hybrid package for 'libkkc-data'

Trying to find vanilla package 'libkkc-data'...

CMD: pacman --query --file /mirror/libkkc-data-0.2.7-1.pkg.tar.xz
# libkkc-data 0.2.7-1

Package file has the following structure:
# /.PKGINFO
# /.CHANGELOG
# /.MTREE
# /usr/lib/libkkc/models/sorted3/data.3gram
# /usr/lib/libkkc/models/sorted3/data.2gram.filter
# /usr/lib/libkkc/models/sorted3/data.1gram.index
# /usr/lib/libkkc/models/sorted3/metadata.json
# /usr/lib/libkkc/models/sorted3/data.2gram
# /usr/lib/libkkc/models/sorted3/data.1gram
# /usr/lib/libkkc/models/sorted3/data.input
# /usr/lib/libkkc/models/sorted3/data.3gram.filter
# /sysroot/usr/lib/libkkc/models/sorted3/metadata.json
# /sysroot/usr/lib/libkkc/models/sorted3/data.input
# /sysroot/usr/lib/libkkc/models/sorted3/data.1gram.index
# /sysroot/usr/lib/libkkc/models/sorted3/data.1gram
# /sysroot/usr/lib/libkkc/models/sorted3/data.2gram
# /sysroot/usr/lib/libkkc/models/sorted3/data.2gram.filter
# /sysroot/usr/lib/libkkc/models/sorted3/data.3gram
# /sysroot/usr/lib/libkkc/models/sorted3/data.3gram.filter

Generating .MTREE

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

Tar-ing up files

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

CMD: xz -c -z

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

CMD: bsdtar -tqf libkkc-data.pkg.tar.xz .PKGINFO
# .PKGINFO

Created package at path /var/cache/pacman/pkg/libkkc-data.pkg.tar.xz

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/libkkc-data.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/libkkc-data.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/libkkc-data/src/libkkc-data-0.2.7/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 libkkc-data configure 0.2.7, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux PYTHON=/usr/bin/python2 --prefix=/usr
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 627870efa38c
# 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/bin
# PATH: /usr/lib/jvm/default/bin
# PATH: /usr/bin/site_perl
# PATH: /usr/bin/vendor_perl
# PATH: /usr/bin/core_perl
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2092: checking for a BSD-compatible install
# configure:2160: result: /usr/bin/install -c
# configure:2171: checking whether build environment is sane
# configure:2226: result: yes
# configure:2285: checking for x86_64-unknown-linux-strip
# configure:2315: result: no
# configure:2325: checking for strip
# configure:2341: found /usr/bin/strip
# configure:2352: result: strip
# configure:2377: checking for a thread-safe mkdir -p
# configure:2416: result: /usr/bin/mkdir -p
# configure:2423: checking for gawk
# configure:2439: found /usr/bin/gawk
# configure:2450: result: gawk
# configure:2461: checking whether make sets $(MAKE)
# configure:2483: result: yes
# configure:2512: checking whether make supports nested variables
# configure:2529: result: yes
# configure:2655: checking whether to enable maintainer-specific portions of Makefiles
# configure:2664: result: yes
# configure:2689: checking for style of include used by make
# configure:2717: result: GNU
# configure:2748: checking for x86_64-unknown-linux-gcc
# configure:2775: result: clang
# configure:3044: checking for C compiler version
# configure:3053: 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:3064: $? = 0
# configure:3053: 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:3064: $? = 0
# configure:3053: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:3064: $? = 1
# configure:3053: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:3064: $? = 1
# configure:3084: checking whether the C compiler works
# configure:3106: clang conftest.c >&5
# configure:3110: $? = 0
# configure:3158: result: yes
# configure:3161: checking for C compiler default output file name
# configure:3163: result: a.out
# configure:3169: checking for suffix of executables
# configure:3176: clang -o conftest conftest.c >&5
# configure:3180: $? = 0
# configure:3202: result:
# configure:3224: checking whether we are cross compiling
# configure:3232: clang -o conftest conftest.c >&5
# configure:3236: $? = 0
# configure:3243: ./conftest
# configure:3247: $? = 0
# configure:3262: result: no
# configure:3267: checking for suffix of object files
# configure:3289: clang -c conftest.c >&5
# configure:3293: $? = 0
# configure:3314: result: o
# configure:3318: checking whether we are using the GNU C compiler
# configure:3337: clang -c conftest.c >&5
# configure:3337: $? = 0
# configure:3346: result: yes
# configure:3355: checking whether clang accepts -g
# configure:3375: clang -c -g conftest.c >&5
# configure:3375: $? = 0
# configure:3416: result: yes
# configure:3433: checking for clang option to accept ISO C89
# configure:3496: clang -c conftest.c >&5
# configure:3496: $? = 0
# configure:3509: result: none needed
# configure:3534: checking whether clang understands -c and -o together
# configure:3556: clang -c conftest.c -o conftest2.o
# configure:3559: $? = 0
# configure:3556: clang -c conftest.c -o conftest2.o
# configure:3559: $? = 0
# configure:3571: result: yes
# configure:3590: checking dependency style of clang
# configure:3701: result: none
# configure:3722: checking how to run the C preprocessor
# configure:3753: clang -E conftest.c
# configure:3753: $? = 0
# configure:3767: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:3767: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libkkc-data"
# | #define PACKAGE_TARNAME "libkkc-data"
# | #define PACKAGE_VERSION "0.2.7"
# | #define PACKAGE_STRING "libkkc-data 0.2.7"
# | #define PACKAGE_BUGREPORT "ueno@gnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libkkc-data"
# | #define VERSION "0.2.7"
# | /* end confdefs.h. */
# | #include
# configure:3792: result: clang -E
# configure:3812: clang -E conftest.c
# configure:3812: $? = 0
# configure:3826: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:3826: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libkkc-data"
# | #define PACKAGE_TARNAME "libkkc-data"
# | #define PACKAGE_VERSION "0.2.7"
# | #define PACKAGE_STRING "libkkc-data 0.2.7"
# | #define PACKAGE_BUGREPORT "ueno@gnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libkkc-data"
# | #define VERSION "0.2.7"
# | /* end confdefs.h. */
# | #include
# configure:3855: checking for grep that handles long lines and -e
# configure:3913: result: /usr/bin/grep
# configure:3918: checking for egrep
# configure:3980: result: /usr/bin/grep -E
# configure:3985: checking for ANSI C header files
# configure:4005: clang -c conftest.c >&5
# configure:4005: $? = 0
# configure:4078: clang -o conftest conftest.c >&5
# configure:4078: $? = 0
# configure:4078: ./conftest
# configure:4078: $? = 0
# configure:4089: result: yes
# configure:4102: checking for sys/types.h
# configure:4102: clang -c conftest.c >&5
# configure:4102: $? = 0
# configure:4102: result: yes
# configure:4102: checking for sys/stat.h
# configure:4102: clang -c conftest.c >&5
# configure:4102: $? = 0
# configure:4102: result: yes
# configure:4102: checking for stdlib.h
# configure:4102: clang -c conftest.c >&5
# configure:4102: $? = 0
# configure:4102: result: yes
# configure:4102: checking for string.h
# configure:4102: clang -c conftest.c >&5
# configure:4102: $? = 0
# configure:4102: result: yes
# configure:4102: checking for memory.h
# configure:4102: clang -c conftest.c >&5
# configure:4102: $? = 0
# configure:4102: result: yes
# configure:4102: checking for strings.h
# configure:4102: clang -c conftest.c >&5
# configure:4102: $? = 0
# configure:4102: result: yes
# configure:4102: checking for inttypes.h
# configure:4102: clang -c conftest.c >&5
# configure:4102: $? = 0
# configure:4102: result: yes
# configure:4102: checking for stdint.h
# configure:4102: clang -c conftest.c >&5
# configure:4102: $? = 0
# configure:4102: result: yes
# configure:4102: checking for unistd.h
# configure:4102: clang -c conftest.c >&5
# configure:4102: $? = 0
# configure:4102: result: yes
# configure:4115: checking minix/config.h usability
# configure:4115: clang -c conftest.c >&5
# conftest.c:54:10: fatal error: 'minix/config.h' file not found
# #include
# ^
# 1 error generated.
# configure:4115: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libkkc-data"
# | #define PACKAGE_TARNAME "libkkc-data"
# | #define PACKAGE_VERSION "0.2.7"
# | #define PACKAGE_STRING "libkkc-data 0.2.7"
# | #define PACKAGE_BUGREPORT "ueno@gnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libkkc-data"
# | #define VERSION "0.2.7"
# | #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:4115: result: no
# configure:4115: checking minix/config.h presence
# configure:4115: clang -E conftest.c
# conftest.c:21:10: fatal error: 'minix/config.h' file not found
# #include
# ^
# 1 error generated.
# configure:4115: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libkkc-data"
# | #define PACKAGE_TARNAME "libkkc-data"
# | #define PACKAGE_VERSION "0.2.7"
# | #define PACKAGE_STRING "libkkc-data 0.2.7"
# | #define PACKAGE_BUGREPORT "ueno@gnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libkkc-data"
# | #define VERSION "0.2.7"
# | #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:4115: result: no
# configure:4115: checking for minix/config.h
# configure:4115: result: no
# configure:4136: checking whether it is safe to define __EXTENSIONS__
# configure:4154: clang -c conftest.c >&5
# configure:4154: $? = 0
# configure:4161: result: yes
# configure:4242: checking for python version
# configure:4249: result: 2.7
# configure:4261: checking for python platform
# configure:4268: result: linux2
# configure:4294: checking for python script directory
# configure:4329: result: ${prefix}/lib/python2.7/site-packages
# configure:4338: checking for python extension module directory
# configure:4373: result: ${exec_prefix}/lib/python2.7/site-packages
# configure:4534: checking that generated files are newer than configure
# configure:4540: result: done
# configure:4567: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by libkkc-data config.status 0.2.7, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 627870efa38c
#
# config.status:792: creating Makefile
# config.status:792: creating data/Makefile
# config.status:792: creating data/models/Makefile
# config.status:792: creating tools/Makefile
# config.status:964: executing depfiles commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_c_compiler_gnu=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_PYTHON_set=set
# ac_cv_env_PYTHON_value=/usr/bin/python2
# 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_header_inttypes_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_objext=o
# ac_cv_path_EGREP='/usr/bin/grep -E'
# ac_cv_path_GREP=/usr/bin/grep
# 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_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
# am_cv_CC_dependencies_compiler_type=none
# am_cv_make_support_nested_variables=yes
# am_cv_prog_cc_c_o=yes
# am_cv_python_platform=linux2
# am_cv_python_pyexecdir='${exec_prefix}/lib/python2.7/site-packages'
# am_cv_python_pythondir='${prefix}/lib/python2.7/site-packages'
# am_cv_python_version=2.7
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/libkkc-data/src/libkkc-data-0.2.7/missing aclocal-1.14'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='$${TAR-tar}'
# AM_BACKSLASH='\'
# AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
# AM_DEFAULT_VERBOSITY='1'
# AM_V='$(V)'
# AUTOCONF='${SHELL} /tmp/libkkc-data/src/libkkc-data-0.2.7/missing autoconf'
# AUTOHEADER='${SHELL} /tmp/libkkc-data/src/libkkc-data-0.2.7/missing autoheader'
# AUTOMAKE='${SHELL} /tmp/libkkc-data/src/libkkc-data-0.2.7/missing automake-1.14'
# AWK='gawk'
# CC='clang'
# CCDEPMODE='depmode=none'
# CFLAGS=''
# CPP='clang -E'
# CPPFLAGS=''
# CYGPATH_W='echo'
# DEFS='-DPACKAGE_NAME=\"libkkc-data\" -DPACKAGE_TARNAME=\"libkkc-data\" -DPACKAGE_VERSION=\"0.2.7\" -DPACKAGE_STRING=\"libkkc-data\ 0.2.7\" -DPACKAGE_BUGREPORT=\"ueno@gnu.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libkkc-data\" -DVERSION=\"0.2.7\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1'
# DEPDIR='.deps'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/bin/grep -E'
# EXEEXT=''
# GREP='/usr/bin/grep'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# LDFLAGS=''
# LIBOBJS=''
# LIBS=''
# LTLIBOBJS=''
# MAINT=''
# MAINTAINER_MODE_FALSE='#'
# MAINTAINER_MODE_TRUE=''
# MAKEINFO='${SHELL} /tmp/libkkc-data/src/libkkc-data-0.2.7/missing makeinfo'
# MKDIR_P='/usr/bin/mkdir -p'
# OBJEXT='o'
# PACKAGE='libkkc-data'
# PACKAGE_BUGREPORT='ueno@gnu.org'
# PACKAGE_NAME='libkkc-data'
# PACKAGE_STRING='libkkc-data 0.2.7'
# PACKAGE_TARNAME='libkkc-data'
# PACKAGE_URL=''
# PACKAGE_VERSION='0.2.7'
# PATH_SEPARATOR=':'
# PYTHON='/usr/bin/python2'
# PYTHON_EXEC_PREFIX='${exec_prefix}'
# PYTHON_PLATFORM='linux2'
# PYTHON_PREFIX='${prefix}'
# PYTHON_VERSION='2.7'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# VERSION='0.2.7'
# ac_ct_CC=''
# am__EXEEXT_FALSE=''
# am__EXEEXT_TRUE='#'
# am__fastdepCC_FALSE=''
# am__fastdepCC_TRUE='#'
# am__include='include'
# am__isrc=''
# am__leading_dot='.'
# am__nodep='_no'
# am__quote=''
# am__tar='$${TAR-tar} chof - "$$tardir"'
# am__untar='$${TAR-tar} xf -'
# bindir='${exec_prefix}/bin'
# build_alias=''
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
# dvidir='${docdir}'
# exec_prefix='${prefix}'
# host_alias='x86_64-unknown-linux'
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# install_sh='${SHELL} /tmp/libkkc-data/src/libkkc-data-0.2.7/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# mkdir_p='$(MKDIR_P)'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# pkgpyexecdir='${pyexecdir}/libkkc-data'
# pkgpythondir='${pythondir}/libkkc-data'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# pyexecdir='${exec_prefix}/lib/python2.7/site-packages'
# pythondir='${prefix}/lib/python2.7/site-packages'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# sysconfdir='${prefix}/etc'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "libkkc-data"
# #define PACKAGE_TARNAME "libkkc-data"
# #define PACKAGE_VERSION "0.2.7"
# #define PACKAGE_STRING "libkkc-data 0.2.7"
# #define PACKAGE_BUGREPORT "ueno@gnu.org"
# #define PACKAGE_URL ""
# #define PACKAGE "libkkc-data"
# #define VERSION "0.2.7"
# #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
#
# configure: exit 0