Build of ebook-tools with clang_glibc toolchain

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

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

SLOCLanguage
3,373 ansic
58 sh
5 makefile
3,436 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: ebook-tools 0.2.2-3 (Thu Apr 13 19:08:49 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Installing missing dependencies...
# resolving dependencies...
# looking for conflicting packages...
#
# Packages (2) convertlit-1.8-7 libzip-1.1.2-1
#
# Total Installed Size: 0.39 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 libzip...
# installing convertlit...
# :: Running post-transaction hooks...
# (1/1) Updating manpage index...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# -- The C compiler identification is Clang 3.8.0
# -- Check for working C compiler: /usr/bin/clang
# -- Check for working C compiler: /usr/bin/clang -- works
# -- Detecting C compiler ABI info
# -- Detecting C compiler ABI info - done
# -- Detecting C compile features
# -- Detecting C compile features - done
# -- Found LibXml2: /usr/lib64/libxml2.so (found version "2.9.4")
# -- Found LibZip: /usr/lib64/libzip.so
# -- Found Doxygen: /usr/bin/doxygen (found version "1.8.11")
# -- Found LATEX: /usr/bin/latex
# -- configured /tmp/ebook-tools/src/ebook-tools-0.2.2/doxy.config.in --> /tmp/ebook-tools/src/build/doxy.config
# -- Configuring done
# -- Generating done
# -- Build files have been written to: /tmp/ebook-tools/src/build
# Scanning dependencies of target epub
# [ 12%] Building C object src/libepub/CMakeFiles/epub.dir/epub.o
# /tmp/ebook-tools/src/ebook-tools-0.2.2/src/libepub/epub.c:77:29: warning: passing 'xmlChar *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# xmlStrPrintf(buff, 10000, (xmlChar *)"%s (%s:%s)",
# ^~~~~~~~~~~~~~~~~~~~~~~
# /usr/include/libxml2/libxml/xmlstring.h:100:54: note: passing argument to parameter 'msg' here
# const char *msg,
# ^
# /tmp/ebook-tools/src/ebook-tools-0.2.2/src/libepub/epub.c:89:29: warning: passing 'xmlChar *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# xmlStrPrintf(buff, 10000, (xmlChar *)"%s: %s",
# ^~~~~~~~~~~~~~~~~~~
# /usr/include/libxml2/libxml/xmlstring.h:100:54: note: passing argument to parameter 'msg' here
# const char *msg,
# ^
# /tmp/ebook-tools/src/ebook-tools-0.2.2/src/libepub/epub.c:100:29: warning: passing 'xmlChar *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# xmlStrPrintf(buff, 10000, (xmlChar *)"%s: %s",
# ^~~~~~~~~~~~~~~~~~~
# /usr/include/libxml2/libxml/xmlstring.h:100:54: note: passing argument to parameter 'msg' here
# const char *msg,
# ^
# /tmp/ebook-tools/src/ebook-tools-0.2.2/src/libepub/epub.c:110:29: warning: passing 'xmlChar *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# xmlStrPrintf(buff, 10000, (xmlChar *)"%s: %s(%s)",
# ^~~~~~~~~~~~~~~~~~~~~~~
# /usr/include/libxml2/libxml/xmlstring.h:100:54: note: passing argument to parameter 'msg' here
# const char *msg,
# ^
# 4 warnings generated.
# [ 25%] Building C object src/libepub/CMakeFiles/epub.dir/ocf.o
# [ 37%] Building C object src/libepub/CMakeFiles/epub.dir/opf.o
# [ 50%] Building C object src/libepub/CMakeFiles/epub.dir/linklist.o
# [ 62%] Building C object src/libepub/CMakeFiles/epub.dir/list.o
# [ 75%] Linking C shared library ../../libs/libepub.so
# [ 75%] Built target epub
# Scanning dependencies of target einfo
# [ 87%] Building C object src/tools/CMakeFiles/einfo.dir/einfo.o
# [100%] Linking C executable ../../bin/einfo
# [100%] Built target einfo
# ==> Entering fakeroot environment...
# ==> Starting package()...
# [ 75%] Built target epub
# [100%] Built target einfo
# Install the project...
# -- Install configuration: "Release"
# -- Installing: /tmp/ebook-tools/pkg/ebook-tools/usr/lib/libepub.so.0.2.1
# -- Installing: /tmp/ebook-tools/pkg/ebook-tools/usr/lib/libepub.so.0
# -- Installing: /tmp/ebook-tools/pkg/ebook-tools/usr/lib/libepub.so
# -- Installing: /tmp/ebook-tools/pkg/ebook-tools/usr/include/epub.h
# -- Installing: /tmp/ebook-tools/pkg/ebook-tools/usr/include/epub_shared.h
# -- Installing: /tmp/ebook-tools/pkg/ebook-tools/usr/include/epub_version.h
# -- Installing: /tmp/ebook-tools/pkg/ebook-tools/usr/bin/einfo
# -- Set runtime path of "/tmp/ebook-tools/pkg/ebook-tools/usr/bin/einfo" to ""
# -- Installing: /tmp/ebook-tools/pkg/ebook-tools/usr/bin/lit2epub
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "ebook-tools"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: ebook-tools 0.2.2-3 (Thu Apr 13 19:09:06 UTC 2017)

CMD: pacman --query --file ebook-tools-0.2.2-3-x86_64.pkg.tar.xz
# ebook-tools 0.2.2-3

Creating hybrid package for 'ebook-tools'

Trying to find vanilla package 'ebook-tools'...

CMD: pacman --query --file /mirror/ebook-tools-0.2.2-3.pkg.tar.xz
# ebook-tools 0.2.2-3

Package file has the following structure:
# /.PKGINFO
# /.MTREE
# /usr/lib/libepub.so.0
# /usr/lib/libepub.so
# /usr/lib/libepub.so.0.2.1
# /usr/include/epub.h
# /usr/include/epub_shared.h
# /usr/include/epub_version.h
# /usr/bin/lit2epub
# /usr/bin/einfo
# /usr/share/licenses/ebook-tools/LICENSE
# /sysroot/usr/lib/libepub.so.0.2.1
# /sysroot/usr/lib/libepub.so.0
# /sysroot/usr/lib/libepub.so
# /sysroot/usr/include/epub.h
# /sysroot/usr/include/epub_shared.h
# /sysroot/usr/include/epub_version.h

Generating .MTREE

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

Tar-ing up files

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

CMD: xz -c -z

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

CMD: bsdtar -tqf ebook-tools.pkg.tar.xz .PKGINFO
# .PKGINFO

Created package at path /var/cache/pacman/pkg/ebook-tools.pkg.tar.xz

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/ebook-tools.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/ebook-tools.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 Cmake output

CMD: Cmake output '/tmp/ebook-tools/src/build/CMakeFiles/CMakeOutput.log'
# The system is: Linux - 4.10.6-1-ARCH - x86_64
# Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
# Compiler: /usr/bin/clang
# Build flags:
# Id flags:
#
# The output was:
# 0
#
#
# Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out"
#
# The C compiler identification is Clang, found in "/tmp/ebook-tools/src/build/CMakeFiles/3.5.2/CompilerIdC/a.out"
#
# Determining if the C compiler works passed with the following output:
# Change Dir: /tmp/ebook-tools/src/build/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_090ab/fast"
# /usr/bin/make -f CMakeFiles/cmTC_090ab.dir/build.make CMakeFiles/cmTC_090ab.dir/build
# make[1]: Entering directory '/tmp/ebook-tools/src/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_090ab.dir/testCCompiler.c.o
# /usr/bin/clang -o CMakeFiles/cmTC_090ab.dir/testCCompiler.c.o -c /tmp/ebook-tools/src/build/CMakeFiles/CMakeTmp/testCCompiler.c
# Linking C executable cmTC_090ab
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_090ab.dir/link.txt --verbose=1
# /usr/bin/clang CMakeFiles/cmTC_090ab.dir/testCCompiler.c.o -o cmTC_090ab -rdynamic
# make[1]: Leaving directory '/tmp/ebook-tools/src/build/CMakeFiles/CMakeTmp'
#
#
# Detecting C compiler ABI info compiled with the following output:
# Change Dir: /tmp/ebook-tools/src/build/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_a7340/fast"
# /usr/bin/make -f CMakeFiles/cmTC_a7340.dir/build.make CMakeFiles/cmTC_a7340.dir/build
# make[1]: Entering directory '/tmp/ebook-tools/src/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_a7340.dir/CMakeCCompilerABI.c.o
# /usr/bin/clang -o CMakeFiles/cmTC_a7340.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-3.5/Modules/CMakeCCompilerABI.c
# Linking C executable cmTC_a7340
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a7340.dir/link.txt --verbose=1
# /usr/bin/clang -v CMakeFiles/cmTC_a7340.dir/CMakeCCompilerABI.c.o -o cmTC_a7340 -rdynamic
# 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
# Selected multilib: .;@m64
# "/usr/bin/ld" -export-dynamic --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_a7340 /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib CMakeFiles/cmTC_a7340.dir/CMakeCCompilerABI.c.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
# make[1]: Leaving directory '/tmp/ebook-tools/src/build/CMakeFiles/CMakeTmp'
#
#
# Parsed C implicit link information from above output:
# link line regex: [^( *|.*[/\])(ld|([^/\]+-)?ld|collect2)[^/\]*( |$)]
# ignore line: [Change Dir: /tmp/ebook-tools/src/build/CMakeFiles/CMakeTmp]
# ignore line: []
# ignore line: [Run Build Command:"/usr/bin/make" "cmTC_a7340/fast"]
# ignore line: [/usr/bin/make -f CMakeFiles/cmTC_a7340.dir/build.make CMakeFiles/cmTC_a7340.dir/build]
# ignore line: [make[1]: Entering directory '/tmp/ebook-tools/src/build/CMakeFiles/CMakeTmp']
# ignore line: [Building C object CMakeFiles/cmTC_a7340.dir/CMakeCCompilerABI.c.o]
# ignore line: [/usr/bin/clang -o CMakeFiles/cmTC_a7340.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-3.5/Modules/CMakeCCompilerABI.c]
# ignore line: [Linking C executable cmTC_a7340]
# ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a7340.dir/link.txt --verbose=1]
# ignore line: [/usr/bin/clang -v CMakeFiles/cmTC_a7340.dir/CMakeCCompilerABI.c.o -o cmTC_a7340 -rdynamic ]
# ignore line: [clang version 3.8.0 (tags/RELEASE_380/final)]
# ignore line: [Target: x86_64-unknown-linux-gnu]
# ignore line: [Thread model: posix]
# ignore line: [InstalledDir: /usr/bin]
# ignore line: [Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1]
# ignore line: [Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1]
# ignore line: [Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1]
# ignore line: [Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1]
# ignore line: [Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1]
# ignore line: [Candidate multilib: .]
# ignore line: [@m64]
# ignore line: [Selected multilib: .]
# ignore line: [@m64]
# link line: [ "/usr/bin/ld" -export-dynamic --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_a7340 /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib CMakeFiles/cmTC_a7340.dir/CMakeCCompilerABI.c.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o]
# arg [/usr/bin/ld] ==> ignore
# arg [-export-dynamic] ==> ignore
# arg [--eh-frame-hdr] ==> ignore
# arg [-m] ==> ignore
# arg [elf_x86_64] ==> ignore
# arg [-dynamic-linker] ==> ignore
# arg [/lib64/ld-linux-x86-64.so.2] ==> ignore
# arg [-o] ==> ignore
# arg [cmTC_a7340] ==> ignore
# arg [/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o] ==> ignore
# arg [/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o] ==> ignore
# arg [/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o] ==> ignore
# arg [-L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1] ==> dir [/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1]
# arg [-L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64] ==> dir [/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64]
# arg [-L/usr/bin/../lib64] ==> dir [/usr/bin/../lib64]
# arg [-L/lib/../lib64] ==> dir [/lib/../lib64]
# arg [-L/usr/lib/../lib64] ==> dir [/usr/lib/../lib64]
# arg [-L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../..] ==> dir [/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../..]
# arg [-L/usr/bin/../lib] ==> dir [/usr/bin/../lib]
# arg [-L/lib] ==> dir [/lib]
# arg [-L/usr/lib] ==> dir [/usr/lib]
# arg [CMakeFiles/cmTC_a7340.dir/CMakeCCompilerABI.c.o] ==> ignore
# arg [-lgcc] ==> lib [gcc]
# arg [--as-needed] ==> ignore
# arg [-lgcc_s] ==> lib [gcc_s]
# arg [--no-as-needed] ==> ignore
# arg [-lc] ==> lib [c]
# arg [-lgcc] ==> lib [gcc]
# arg [--as-needed] ==> ignore
# arg [-lgcc_s] ==> lib [gcc_s]
# arg [--no-as-needed] ==> ignore
# arg [/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o] ==> ignore
# arg [/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o] ==> ignore
# remove lib [gcc]
# remove lib [gcc_s]
# remove lib [gcc]
# remove lib [gcc_s]
# collapse library dir [/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1] ==> [/usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1]
# collapse library dir [/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64] ==> [/usr/lib64]
# collapse library dir [/usr/bin/../lib64] ==> [/usr/lib64]
# collapse library dir [/lib/../lib64] ==> [/lib64]
# collapse library dir [/usr/lib/../lib64] ==> [/usr/lib64]
# collapse library dir [/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../..] ==> [/usr/lib64]
# collapse library dir [/usr/bin/../lib] ==> [/usr/lib]
# collapse library dir [/lib] ==> [/lib]
# collapse library dir [/usr/lib] ==> [/usr/lib]
# implicit libs: [c]
# implicit dirs: [/usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1;/usr/lib64;/lib64;/usr/lib;/lib]
# implicit fwks: []
#
#
#
#
# Detecting C [-std=c11] compiler features compiled with the following output:
# Change Dir: /tmp/ebook-tools/src/build/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_59a9c/fast"
# /usr/bin/make -f CMakeFiles/cmTC_59a9c.dir/build.make CMakeFiles/cmTC_59a9c.dir/build
# make[1]: Entering directory '/tmp/ebook-tools/src/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_59a9c.dir/feature_tests.c.o
# /usr/bin/clang -std=c11 -o CMakeFiles/cmTC_59a9c.dir/feature_tests.c.o -c /tmp/ebook-tools/src/build/CMakeFiles/feature_tests.c
# Linking C executable cmTC_59a9c
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_59a9c.dir/link.txt --verbose=1
# /usr/bin/clang CMakeFiles/cmTC_59a9c.dir/feature_tests.c.o -o cmTC_59a9c -rdynamic
# make[1]: Leaving directory '/tmp/ebook-tools/src/build/CMakeFiles/CMakeTmp'
#
#
# Feature record: C_FEATURE:1c_function_prototypes
# Feature record: C_FEATURE:1c_restrict
# Feature record: C_FEATURE:1c_static_assert
# Feature record: C_FEATURE:1c_variadic_macros
#
#
# Detecting C [-std=c99] compiler features compiled with the following output:
# Change Dir: /tmp/ebook-tools/src/build/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_249a4/fast"
# /usr/bin/make -f CMakeFiles/cmTC_249a4.dir/build.make CMakeFiles/cmTC_249a4.dir/build
# make[1]: Entering directory '/tmp/ebook-tools/src/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_249a4.dir/feature_tests.c.o
# /usr/bin/clang -std=c99 -o CMakeFiles/cmTC_249a4.dir/feature_tests.c.o -c /tmp/ebook-tools/src/build/CMakeFiles/feature_tests.c
# Linking C executable cmTC_249a4
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_249a4.dir/link.txt --verbose=1
# /usr/bin/clang CMakeFiles/cmTC_249a4.dir/feature_tests.c.o -o cmTC_249a4 -rdynamic
# make[1]: Leaving directory '/tmp/ebook-tools/src/build/CMakeFiles/CMakeTmp'
#
#
# Feature record: C_FEATURE:1c_function_prototypes
# Feature record: C_FEATURE:1c_restrict
# Feature record: C_FEATURE:0c_static_assert
# Feature record: C_FEATURE:1c_variadic_macros
#
#
# Detecting C [-std=c90] compiler features compiled with the following output:
# Change Dir: /tmp/ebook-tools/src/build/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_aa899/fast"
# /usr/bin/make -f CMakeFiles/cmTC_aa899.dir/build.make CMakeFiles/cmTC_aa899.dir/build
# make[1]: Entering directory '/tmp/ebook-tools/src/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_aa899.dir/feature_tests.c.o
# /usr/bin/clang -std=c90 -o CMakeFiles/cmTC_aa899.dir/feature_tests.c.o -c /tmp/ebook-tools/src/build/CMakeFiles/feature_tests.c
# Linking C executable cmTC_aa899
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_aa899.dir/link.txt --verbose=1
# /usr/bin/clang CMakeFiles/cmTC_aa899.dir/feature_tests.c.o -o cmTC_aa899 -rdynamic
# make[1]: Leaving directory '/tmp/ebook-tools/src/build/CMakeFiles/CMakeTmp'
#
#
# Feature record: C_FEATURE:1c_function_prototypes
# Feature record: C_FEATURE:0c_restrict
# Feature record: C_FEATURE:0c_static_assert
# Feature record: C_FEATURE:0c_variadic_macros