Build of yajl with clang_glibc toolchain

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

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

SLOCLanguage
4,882 ansic
144 sh
5,026 total

The process tree of the build process is here.

Log

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

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

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

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

CMD: sudo -u tuscan PATH=/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=clang CXX=clang++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: yajl 2.1.0-1 (Thu Apr 13 19:10:15 UTC 2017)
# ==> Checking runtime dependencies...
# ==> 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
# running /usr/bin/cmake -E copy_if_different /tmp/yajl/src/yajl-2.1.0/src/api/yajl_parse.h /tmp/yajl/src/yajl-2.1.0/src/../yajl-2.1.0/include/yajl 2>&1
# running /usr/bin/cmake -E copy_if_different /tmp/yajl/src/yajl-2.1.0/src/api/yajl_gen.h /tmp/yajl/src/yajl-2.1.0/src/../yajl-2.1.0/include/yajl 2>&1
# running /usr/bin/cmake -E copy_if_different /tmp/yajl/src/yajl-2.1.0/src/api/yajl_common.h /tmp/yajl/src/yajl-2.1.0/src/../yajl-2.1.0/include/yajl 2>&1
# running /usr/bin/cmake -E copy_if_different /tmp/yajl/src/yajl-2.1.0/src/api/yajl_tree.h /tmp/yajl/src/yajl-2.1.0/src/../yajl-2.1.0/include/yajl 2>&1
# CMake Warning (dev) at reformatter/CMakeLists.txt:38 (GET_TARGET_PROPERTY):
# Policy CMP0026 is not set: Disallow use of the LOCATION target property.
# Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy
# command to set the policy and suppress this warning.
#
# The LOCATION property should not be read from target "json_reformat". Use
# the target name directly with add_custom_command, or use the generator
# expression $, as appropriate.
#
# This warning is for project developers. Use -Wno-dev to suppress it.
#
# CMake Warning (dev) at verify/CMakeLists.txt:32 (GET_TARGET_PROPERTY):
# Policy CMP0026 is not set: Disallow use of the LOCATION target property.
# Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy
# command to set the policy and suppress this warning.
#
# The LOCATION property should not be read from target "json_verify". Use
# the target name directly with add_custom_command, or use the generator
# expression $, as appropriate.
#
# This warning is for project developers. Use -Wno-dev to suppress it.
#
# ** using doxygen at: /usr/bin/doxygen
# ** documentation output to: /tmp/yajl/src/yajl-2.1.0/yajl-2.1.0/share/doc/yajl-2.1.0
# CMake Warning (dev) at CMakeLists.txt:76 (ADD_CUSTOM_TARGET):
# Policy CMP0037 is not set: Target names should not be reserved and should
# match a validity pattern. Run "cmake --help-policy CMP0037" for policy
# details. Use the cmake_policy command to set the policy and suppress this
# warning.
#
# The target name "test" is reserved or not valid for certain CMake features,
# such as generator expressions, and may result in undefined behavior.
# This warning is for project developers. Use -Wno-dev to suppress it.
#
# -- Configuring done
# -- Generating done
# -- Build files have been written to: /tmp/yajl/src/yajl-2.1.0
# Scanning dependencies of target yajl_s
# [ 3%] Building C object src/CMakeFiles/yajl_s.dir/yajl.c.o
# [ 6%] Building C object src/CMakeFiles/yajl_s.dir/yajl_lex.c.o
# [ 9%] Building C object src/CMakeFiles/yajl_s.dir/yajl_parser.c.o
# [ 12%] Building C object src/CMakeFiles/yajl_s.dir/yajl_buf.c.o
# [ 15%] Building C object src/CMakeFiles/yajl_s.dir/yajl_encode.c.o
# [ 18%] Building C object src/CMakeFiles/yajl_s.dir/yajl_gen.c.o
# [ 21%] Building C object src/CMakeFiles/yajl_s.dir/yajl_alloc.c.o
# [ 24%] Building C object src/CMakeFiles/yajl_s.dir/yajl_tree.c.o
# [ 27%] Building C object src/CMakeFiles/yajl_s.dir/yajl_version.c.o
# [ 30%] Linking C static library ../yajl-2.1.0/lib/libyajl_s.a
# [ 30%] Built target yajl_s
# Scanning dependencies of target yajl
# [ 33%] Building C object src/CMakeFiles/yajl.dir/yajl.c.o
# [ 36%] Building C object src/CMakeFiles/yajl.dir/yajl_lex.c.o
# [ 39%] Building C object src/CMakeFiles/yajl.dir/yajl_parser.c.o
# [ 42%] Building C object src/CMakeFiles/yajl.dir/yajl_buf.c.o
# [ 45%] Building C object src/CMakeFiles/yajl.dir/yajl_encode.c.o
# [ 48%] Building C object src/CMakeFiles/yajl.dir/yajl_gen.c.o
# [ 51%] Building C object src/CMakeFiles/yajl.dir/yajl_alloc.c.o
# [ 54%] Building C object src/CMakeFiles/yajl.dir/yajl_tree.c.o
# [ 57%] Building C object src/CMakeFiles/yajl.dir/yajl_version.c.o
# [ 60%] Linking C shared library ../yajl-2.1.0/lib/libyajl.so
# [ 60%] Built target yajl
# Scanning dependencies of target yajl_test
# [ 63%] Building C object test/parsing/CMakeFiles/yajl_test.dir/yajl_test.c.o
# [ 66%] Linking C executable yajl_test
# [ 66%] Built target yajl_test
# Scanning dependencies of target gen-extra-close
# [ 69%] Building C object test/api/CMakeFiles/gen-extra-close.dir/gen-extra-close.c.o
# [ 72%] Linking C executable gen-extra-close
# [ 72%] Built target gen-extra-close
# Scanning dependencies of target json_reformat
# [ 75%] Building C object reformatter/CMakeFiles/json_reformat.dir/json_reformat.c.o
# [ 78%] Linking C executable json_reformat
# [ 78%] Built target json_reformat
# Scanning dependencies of target json_verify
# [ 81%] Building C object verify/CMakeFiles/json_verify.dir/json_verify.c.o
# [ 84%] Linking C executable json_verify
# [ 84%] Built target json_verify
# Scanning dependencies of target parse_config
# [ 87%] Building C object example/CMakeFiles/parse_config.dir/parse_config.c.o
# [ 90%] Linking C executable parse_config
# [ 90%] Built target parse_config
# Scanning dependencies of target perftest
# [ 93%] Building C object perf/CMakeFiles/perftest.dir/perftest.c.o
# [ 96%] Building C object perf/CMakeFiles/perftest.dir/documents.c.o
# [100%] Linking C executable perftest
# [100%] Built target perftest
# ==> Entering fakeroot environment...
# ==> Starting package()...
# [ 30%] Built target yajl_s
# [ 60%] Built target yajl
# [ 66%] Built target yajl_test
# [ 72%] Built target gen-extra-close
# [ 78%] Built target json_reformat
# [ 84%] Built target json_verify
# [ 90%] Built target parse_config
# [100%] Built target perftest
# Install the project...
# -- Install configuration: "Release"
# -- Installing: /tmp/yajl/pkg/yajl/usr/lib/libyajl.so.2.1.0
# -- Installing: /tmp/yajl/pkg/yajl/usr/lib/libyajl.so.2
# -- Installing: /tmp/yajl/pkg/yajl/usr/lib/libyajl.so
# -- Installing: /tmp/yajl/pkg/yajl/usr/lib/libyajl_s.a
# -- Installing: /tmp/yajl/pkg/yajl/usr/include/yajl/yajl_parse.h
# -- Installing: /tmp/yajl/pkg/yajl/usr/include/yajl/yajl_gen.h
# -- Installing: /tmp/yajl/pkg/yajl/usr/include/yajl/yajl_common.h
# -- Installing: /tmp/yajl/pkg/yajl/usr/include/yajl/yajl_tree.h
# -- Installing: /tmp/yajl/pkg/yajl/usr/include/yajl/yajl_version.h
# -- Installing: /tmp/yajl/pkg/yajl/usr/share/pkgconfig/yajl.pc
# -- Installing: /tmp/yajl/pkg/yajl/usr/bin/json_reformat
# -- Set runtime path of "/tmp/yajl/pkg/yajl/usr/bin/json_reformat" to ""
# -- Installing: /tmp/yajl/pkg/yajl/usr/bin/json_verify
# -- Set runtime path of "/tmp/yajl/pkg/yajl/usr/bin/json_verify" to ""
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "yajl"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: yajl 2.1.0-1 (Thu Apr 13 19:10:48 UTC 2017)

CMD: pacman --query --file yajl-2.1.0-1-x86_64.pkg.tar.xz
# yajl 2.1.0-1

Creating hybrid package for 'yajl'

Trying to find vanilla package 'yajl'...

CMD: pacman --query --file /mirror/yajl-2.1.0-1.pkg.tar.xz
# yajl 2.1.0-1

Package file has the following structure:
# /.PKGINFO
# /.MTREE
# /usr/lib/libyajl.so.2.1.0
# /usr/lib/libyajl.so
# /usr/lib/libyajl.so.2
# /usr/bin/json_verify
# /usr/bin/json_reformat
# /usr/include/yajl/yajl_tree.h
# /usr/include/yajl/yajl_version.h
# /usr/include/yajl/yajl_gen.h
# /usr/include/yajl/yajl_parse.h
# /usr/include/yajl/yajl_common.h
# /usr/share/licenses/yajl/LICENSE
# /usr/share/pkgconfig/yajl.pc
# /sysroot/usr/lib/libyajl.so.2.1.0
# /sysroot/usr/lib/libyajl.so.2
# /sysroot/usr/lib/libyajl.so
# /sysroot/usr/lib/libyajl_s.a
# /sysroot/usr/include/yajl/yajl_parse.h
# /sysroot/usr/include/yajl/yajl_gen.h
# /sysroot/usr/include/yajl/yajl_common.h
# /sysroot/usr/include/yajl/yajl_tree.h
# /sysroot/usr/include/yajl/yajl_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 yajl.pkg.tar.xz .PKGINFO
# .PKGINFO

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

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/yajl.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/yajl.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/yajl/src/yajl-2.1.0/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/yajl/src/yajl-2.1.0/CMakeFiles/3.5.2/CompilerIdC/a.out"
#
# Determining if the C compiler works passed with the following output:
# Change Dir: /tmp/yajl/src/yajl-2.1.0/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_bd2cf/fast"
# /usr/bin/make -f CMakeFiles/cmTC_bd2cf.dir/build.make CMakeFiles/cmTC_bd2cf.dir/build
# make[1]: Entering directory '/tmp/yajl/src/yajl-2.1.0/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_bd2cf.dir/testCCompiler.c.o
# /usr/bin/clang -o CMakeFiles/cmTC_bd2cf.dir/testCCompiler.c.o -c /tmp/yajl/src/yajl-2.1.0/CMakeFiles/CMakeTmp/testCCompiler.c
# Linking C executable cmTC_bd2cf
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_bd2cf.dir/link.txt --verbose=1
# /usr/bin/clang CMakeFiles/cmTC_bd2cf.dir/testCCompiler.c.o -o cmTC_bd2cf -rdynamic
# make[1]: Leaving directory '/tmp/yajl/src/yajl-2.1.0/CMakeFiles/CMakeTmp'
#
#
# Detecting C compiler ABI info compiled with the following output:
# Change Dir: /tmp/yajl/src/yajl-2.1.0/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_c1368/fast"
# /usr/bin/make -f CMakeFiles/cmTC_c1368.dir/build.make CMakeFiles/cmTC_c1368.dir/build
# make[1]: Entering directory '/tmp/yajl/src/yajl-2.1.0/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_c1368.dir/CMakeCCompilerABI.c.o
# /usr/bin/clang -o CMakeFiles/cmTC_c1368.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-3.5/Modules/CMakeCCompilerABI.c
# Linking C executable cmTC_c1368
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c1368.dir/link.txt --verbose=1
# /usr/bin/clang -v CMakeFiles/cmTC_c1368.dir/CMakeCCompilerABI.c.o -o cmTC_c1368 -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_c1368 /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_c1368.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/yajl/src/yajl-2.1.0/CMakeFiles/CMakeTmp'
#
#
# Parsed C implicit link information from above output:
# link line regex: [^( *|.*[/\])(ld|([^/\]+-)?ld|collect2)[^/\]*( |$)]
# ignore line: [Change Dir: /tmp/yajl/src/yajl-2.1.0/CMakeFiles/CMakeTmp]
# ignore line: []
# ignore line: [Run Build Command:"/usr/bin/make" "cmTC_c1368/fast"]
# ignore line: [/usr/bin/make -f CMakeFiles/cmTC_c1368.dir/build.make CMakeFiles/cmTC_c1368.dir/build]
# ignore line: [make[1]: Entering directory '/tmp/yajl/src/yajl-2.1.0/CMakeFiles/CMakeTmp']
# ignore line: [Building C object CMakeFiles/cmTC_c1368.dir/CMakeCCompilerABI.c.o]
# ignore line: [/usr/bin/clang -o CMakeFiles/cmTC_c1368.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-3.5/Modules/CMakeCCompilerABI.c]
# ignore line: [Linking C executable cmTC_c1368]
# ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c1368.dir/link.txt --verbose=1]
# ignore line: [/usr/bin/clang -v CMakeFiles/cmTC_c1368.dir/CMakeCCompilerABI.c.o -o cmTC_c1368 -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_c1368 /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_c1368.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_c1368] ==> 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_c1368.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/yajl/src/yajl-2.1.0/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_ab409/fast"
# /usr/bin/make -f CMakeFiles/cmTC_ab409.dir/build.make CMakeFiles/cmTC_ab409.dir/build
# make[1]: Entering directory '/tmp/yajl/src/yajl-2.1.0/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_ab409.dir/feature_tests.c.o
# /usr/bin/clang -std=c11 -o CMakeFiles/cmTC_ab409.dir/feature_tests.c.o -c /tmp/yajl/src/yajl-2.1.0/CMakeFiles/feature_tests.c
# Linking C executable cmTC_ab409
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ab409.dir/link.txt --verbose=1
# /usr/bin/clang CMakeFiles/cmTC_ab409.dir/feature_tests.c.o -o cmTC_ab409 -rdynamic
# make[1]: Leaving directory '/tmp/yajl/src/yajl-2.1.0/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/yajl/src/yajl-2.1.0/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_4ee22/fast"
# /usr/bin/make -f CMakeFiles/cmTC_4ee22.dir/build.make CMakeFiles/cmTC_4ee22.dir/build
# make[1]: Entering directory '/tmp/yajl/src/yajl-2.1.0/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_4ee22.dir/feature_tests.c.o
# /usr/bin/clang -std=c99 -o CMakeFiles/cmTC_4ee22.dir/feature_tests.c.o -c /tmp/yajl/src/yajl-2.1.0/CMakeFiles/feature_tests.c
# Linking C executable cmTC_4ee22
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_4ee22.dir/link.txt --verbose=1
# /usr/bin/clang CMakeFiles/cmTC_4ee22.dir/feature_tests.c.o -o cmTC_4ee22 -rdynamic
# make[1]: Leaving directory '/tmp/yajl/src/yajl-2.1.0/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/yajl/src/yajl-2.1.0/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_0e5cf/fast"
# /usr/bin/make -f CMakeFiles/cmTC_0e5cf.dir/build.make CMakeFiles/cmTC_0e5cf.dir/build
# make[1]: Entering directory '/tmp/yajl/src/yajl-2.1.0/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_0e5cf.dir/feature_tests.c.o
# /usr/bin/clang -std=c90 -o CMakeFiles/cmTC_0e5cf.dir/feature_tests.c.o -c /tmp/yajl/src/yajl-2.1.0/CMakeFiles/feature_tests.c
# Linking C executable cmTC_0e5cf
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0e5cf.dir/link.txt --verbose=1
# /usr/bin/clang CMakeFiles/cmTC_0e5cf.dir/feature_tests.c.o -o cmTC_0e5cf -rdynamic
# make[1]: Leaving directory '/tmp/yajl/src/yajl-2.1.0/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