Build of ebook-tools with vanilla toolchain

The build took 00h 00m 45s 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.

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...

CMD: sudo -u tuscan red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: ebook-tools 0.2.2-3 (Wed Aug 24 14:01:29 UTC 2016)
# ==> 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 GNU 6.1.1
# -- Check for working C compiler: /usr/bin/cc
# -- Check for working C compiler: /usr/bin/cc -- 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
# [ 25%] Building C object src/libepub/CMakeFiles/epub.dir/epub.o
# [ 25%] Building C object src/libepub/CMakeFiles/epub.dir/ocf.o
# /tmp/ebook-tools/src/ebook-tools-0.2.2/src/libepub/epub.c: In function '_getIdStr':
# /tmp/ebook-tools/src/ebook-tools-0.2.2/src/libepub/epub.c:77:29: warning: pointer targets in passing argument 3 of 'xmlStrPrintf' differ in signedness [-Wpointer-sign]
# xmlStrPrintf(buff, 10000, (xmlChar *)"%s (%s:%s)",
# ^
# In file included from /usr/include/libxml2/libxml/tree.h:18:0,
# from /usr/include/libxml2/libxml/xmlreader.h:14,
# from /tmp/ebook-tools/src/ebook-tools-0.2.2/src/libepub/epublib.h:13,
# from /tmp/ebook-tools/src/ebook-tools-0.2.2/src/libepub/epub.c:2:
# /usr/include/libxml2/libxml/xmlstring.h:98:17: note: expected 'const char *' but argument is of type 'xmlChar * {aka unsigned char *}'
# xmlStrPrintf (xmlChar *buf,
# ^~~~~~~~~~~~
# /tmp/ebook-tools/src/ebook-tools-0.2.2/src/libepub/epub.c: In function '_getDateStr':
# /tmp/ebook-tools/src/ebook-tools-0.2.2/src/libepub/epub.c:89:29: warning: pointer targets in passing argument 3 of 'xmlStrPrintf' differ in signedness [-Wpointer-sign]
# xmlStrPrintf(buff, 10000, (xmlChar *)"%s: %s",
# ^
# In file included from /usr/include/libxml2/libxml/tree.h:18:0,
# from /usr/include/libxml2/libxml/xmlreader.h:14,
# from /tmp/ebook-tools/src/ebook-tools-0.2.2/src/libepub/epublib.h:13,
# from /tmp/ebook-tools/src/ebook-tools-0.2.2/src/libepub/epub.c:2:
# /usr/include/libxml2/libxml/xmlstring.h:98:17: note: expected 'const char *' but argument is of type 'xmlChar * {aka unsigned char *}'
# xmlStrPrintf (xmlChar *buf,
# ^~~~~~~~~~~~
# /tmp/ebook-tools/src/ebook-tools-0.2.2/src/libepub/epub.c: In function '_getMetaStr':
# /tmp/ebook-tools/src/ebook-tools-0.2.2/src/libepub/epub.c:100:29: warning: pointer targets in passing argument 3 of 'xmlStrPrintf' differ in signedness [-Wpointer-sign]
# xmlStrPrintf(buff, 10000, (xmlChar *)"%s: %s",
# ^
# In file included from /usr/include/libxml2/libxml/tree.h:18:0,
# from /usr/include/libxml2/libxml/xmlreader.h:14,
# from /tmp/ebook-tools/src/ebook-tools-0.2.2/src/libepub/epublib.h:13,
# from /tmp/ebook-tools/src/ebook-tools-0.2.2/src/libepub/epub.c:2:
# /usr/include/libxml2/libxml/xmlstring.h:98:17: note: expected 'const char *' but argument is of type 'xmlChar * {aka unsigned char *}'
# xmlStrPrintf (xmlChar *buf,
# ^~~~~~~~~~~~
# /tmp/ebook-tools/src/ebook-tools-0.2.2/src/libepub/epub.c: In function '_getRoleStr':
# /tmp/ebook-tools/src/ebook-tools-0.2.2/src/libepub/epub.c:110:29: warning: pointer targets in passing argument 3 of 'xmlStrPrintf' differ in signedness [-Wpointer-sign]
# xmlStrPrintf(buff, 10000, (xmlChar *)"%s: %s(%s)",
# ^
# In file included from /usr/include/libxml2/libxml/tree.h:18:0,
# from /usr/include/libxml2/libxml/xmlreader.h:14,
# from /tmp/ebook-tools/src/ebook-tools-0.2.2/src/libepub/epublib.h:13,
# from /tmp/ebook-tools/src/ebook-tools-0.2.2/src/libepub/epub.c:2:
# /usr/include/libxml2/libxml/xmlstring.h:98:17: note: expected 'const char *' but argument is of type 'xmlChar * {aka unsigned char *}'
# xmlStrPrintf (xmlChar *buf,
# ^~~~~~~~~~~~
# [ 37%] Building C object src/libepub/CMakeFiles/epub.dir/opf.o
# /tmp/ebook-tools/src/ebook-tools-0.2.2/src/libepub/opf.c: In function '_opf_label_get_by_lang':
# /tmp/ebook-tools/src/ebook-tools-0.2.2/src/libepub/opf.c:865:45: warning: unused parameter 'opf' [-Wunused-parameter]
# xmlChar *_opf_label_get_by_lang(struct opf *opf, listPtr label, char *lang) {
# ^~~
# [ 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
# /tmp/ebook-tools/src/ebook-tools-0.2.2/src/tools/einfo.c: In function 'main':
# /tmp/ebook-tools/src/ebook-tools-0.2.2/src/tools/einfo.c:29:9: warning: variable 'tourId' set but not used [-Wunused-but-set-variable]
# char *tourId = NULL;
# ^~~~~~
# [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 (Wed Aug 24 14:01:38 UTC 2016)

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.7.1-1-ARCH - x86_64
# Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
# Compiler: /usr/bin/cc
# 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 GNU, 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_bdc87/fast"
# /usr/bin/make -f CMakeFiles/cmTC_bdc87.dir/build.make CMakeFiles/cmTC_bdc87.dir/build
# make[1]: Entering directory '/tmp/ebook-tools/src/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_bdc87.dir/testCCompiler.c.o
# /usr/bin/cc -o CMakeFiles/cmTC_bdc87.dir/testCCompiler.c.o -c /tmp/ebook-tools/src/build/CMakeFiles/CMakeTmp/testCCompiler.c
# Linking C executable cmTC_bdc87
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_bdc87.dir/link.txt --verbose=1
# /usr/bin/cc CMakeFiles/cmTC_bdc87.dir/testCCompiler.c.o -o cmTC_bdc87 -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_8e86c/fast"
# /usr/bin/make -f CMakeFiles/cmTC_8e86c.dir/build.make CMakeFiles/cmTC_8e86c.dir/build
# make[1]: Entering directory '/tmp/ebook-tools/src/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_8e86c.dir/CMakeCCompilerABI.c.o
# /usr/bin/cc -o CMakeFiles/cmTC_8e86c.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-3.5/Modules/CMakeCCompilerABI.c
# Linking C executable cmTC_8e86c
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8e86c.dir/link.txt --verbose=1
# /usr/bin/cc -v CMakeFiles/cmTC_8e86c.dir/CMakeCCompilerABI.c.o -o cmTC_8e86c -rdynamic
# Using built-in specs.
# COLLECT_GCC=/usr/bin/cc
# COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper
# Target: x86_64-pc-linux-gnu
# Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release
# Thread model: posix
# gcc version 6.1.1 20160602 (GCC)
# COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/
# LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../:/lib/:/usr/lib/
# COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_8e86c' '-rdynamic' '-mtune=generic' '-march=x86-64'
# /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccmPlzgK.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_8e86c /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. CMakeFiles/cmTC_8e86c.dir/CMakeCCompilerABI.c.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crtn.o
# COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_8e86c' '-rdynamic' '-mtune=generic' '-march=x86-64'
# 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_8e86c/fast"]
# ignore line: [/usr/bin/make -f CMakeFiles/cmTC_8e86c.dir/build.make CMakeFiles/cmTC_8e86c.dir/build]
# ignore line: [make[1]: Entering directory '/tmp/ebook-tools/src/build/CMakeFiles/CMakeTmp']
# ignore line: [Building C object CMakeFiles/cmTC_8e86c.dir/CMakeCCompilerABI.c.o]
# ignore line: [/usr/bin/cc -o CMakeFiles/cmTC_8e86c.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-3.5/Modules/CMakeCCompilerABI.c]
# ignore line: [Linking C executable cmTC_8e86c]
# ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8e86c.dir/link.txt --verbose=1]
# ignore line: [/usr/bin/cc -v CMakeFiles/cmTC_8e86c.dir/CMakeCCompilerABI.c.o -o cmTC_8e86c -rdynamic ]
# ignore line: [Using built-in specs.]
# ignore line: [COLLECT_GCC=/usr/bin/cc]
# ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper]
# ignore line: [Target: x86_64-pc-linux-gnu]
# ignore line: [Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release]
# ignore line: [Thread model: posix]
# ignore line: [gcc version 6.1.1 20160602 (GCC) ]
# ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/]
# ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../:/lib/:/usr/lib/]
# ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_8e86c' '-rdynamic' '-mtune=generic' '-march=x86-64']
# link line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccmPlzgK.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_8e86c /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. CMakeFiles/cmTC_8e86c.dir/CMakeCCompilerABI.c.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crtn.o]
# arg [/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/collect2] ==> ignore
# arg [-plugin] ==> ignore
# arg [/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/liblto_plugin.so] ==> ignore
# arg [-plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper] ==> ignore
# arg [-plugin-opt=-fresolution=/tmp/ccmPlzgK.res] ==> ignore
# arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
# arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
# arg [-plugin-opt=-pass-through=-lc] ==> ignore
# arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
# arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
# arg [--build-id] ==> ignore
# arg [--eh-frame-hdr] ==> ignore
# arg [--hash-style=gnu] ==> ignore
# arg [-m] ==> ignore
# arg [elf_x86_64] ==> ignore
# arg [-export-dynamic] ==> ignore
# arg [-dynamic-linker] ==> ignore
# arg [/lib64/ld-linux-x86-64.so.2] ==> ignore
# arg [-o] ==> ignore
# arg [cmTC_8e86c] ==> ignore
# arg [/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crt1.o] ==> ignore
# arg [/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crti.o] ==> ignore
# arg [/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o] ==> ignore
# arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1]
# arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib]
# arg [-L/lib/../lib] ==> dir [/lib/../lib]
# arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib]
# arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../..] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../..]
# arg [CMakeFiles/cmTC_8e86c.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/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o] ==> ignore
# arg [/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crtn.o] ==> ignore
# remove lib [gcc]
# remove lib [gcc_s]
# remove lib [gcc]
# remove lib [gcc_s]
# collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1]
# collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib] ==> [/usr/lib]
# collapse library dir [/lib/../lib] ==> [/lib]
# collapse library dir [/usr/lib/../lib] ==> [/usr/lib]
# collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../..] ==> [/usr/lib]
# implicit libs: [c]
# implicit dirs: [/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1;/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_935de/fast"
# /usr/bin/make -f CMakeFiles/cmTC_935de.dir/build.make CMakeFiles/cmTC_935de.dir/build
# make[1]: Entering directory '/tmp/ebook-tools/src/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_935de.dir/feature_tests.c.o
# /usr/bin/cc -std=c11 -o CMakeFiles/cmTC_935de.dir/feature_tests.c.o -c /tmp/ebook-tools/src/build/CMakeFiles/feature_tests.c
# Linking C executable cmTC_935de
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_935de.dir/link.txt --verbose=1
# /usr/bin/cc CMakeFiles/cmTC_935de.dir/feature_tests.c.o -o cmTC_935de -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_f0bfd/fast"
# /usr/bin/make -f CMakeFiles/cmTC_f0bfd.dir/build.make CMakeFiles/cmTC_f0bfd.dir/build
# make[1]: Entering directory '/tmp/ebook-tools/src/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_f0bfd.dir/feature_tests.c.o
# /usr/bin/cc -std=c99 -o CMakeFiles/cmTC_f0bfd.dir/feature_tests.c.o -c /tmp/ebook-tools/src/build/CMakeFiles/feature_tests.c
# Linking C executable cmTC_f0bfd
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f0bfd.dir/link.txt --verbose=1
# /usr/bin/cc CMakeFiles/cmTC_f0bfd.dir/feature_tests.c.o -o cmTC_f0bfd -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_ba143/fast"
# /usr/bin/make -f CMakeFiles/cmTC_ba143.dir/build.make CMakeFiles/cmTC_ba143.dir/build
# make[1]: Entering directory '/tmp/ebook-tools/src/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_ba143.dir/feature_tests.c.o
# /usr/bin/cc -std=c90 -o CMakeFiles/cmTC_ba143.dir/feature_tests.c.o -c /tmp/ebook-tools/src/build/CMakeFiles/feature_tests.c
# Linking C executable cmTC_ba143
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ba143.dir/link.txt --verbose=1
# /usr/bin/cc CMakeFiles/cmTC_ba143.dir/feature_tests.c.o -o cmTC_ba143 -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