Build of physfs with musl toolchain

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

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

SLOCLanguage
31,738 cpp
27,933 ansic
4,374 cs
3,077 java
720 makefile
461 ruby
59 perl
8 sh
68,370 total

The process tree of the build process is here.

List of Errors

Log

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

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

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

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

CMD: sudo -u tuscan PATH=/sysroot/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=clang CXX=clang++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: physfs 2.0.3-2 (Wed Apr 5 01:43:21 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# -- The C compiler identification is Clang 3.8.1
# -- The CXX compiler identification is Clang 3.8.1
# -- Check for working C compiler: /sysroot/bin/clang
# -- Check for working C compiler: /sysroot/bin/clang -- works
# -- Detecting C compiler ABI info
# -- Detecting C compiler ABI info - done
# -- Detecting C compile features
# -- Detecting C compile features - done
# -- Check for working CXX compiler: /sysroot/bin/clang++
# -- Check for working CXX compiler: /sysroot/bin/clang++ -- works
# -- Detecting CXX compiler ABI info
# -- Detecting CXX compiler ABI info - done
# -- Detecting CXX compile features
# -- Detecting CXX compile features - done
# -- Looking for sys/ucred.h
# -- Looking for sys/ucred.h - not found
# -- Looking for mntent.h
# -- Looking for mntent.h - found
# -- Looking for pthread.h
# -- Looking for pthread.h - found
# -- Looking for assert.h
# -- Looking for assert.h - found
# -- Found ZLIB: /usr/lib64/libz.so (found version "1.2.8")
# -- Found Doxygen: /usr/sbin/doxygen (found version "1.8.11")
# -- PhysicsFS will build with the following options:
# -- ZIP support: enabled
# -- 7zip support: enabled
# -- GRP support: enabled
# -- WAD support: enabled
# -- HOG support: enabled
# -- MVL support: enabled
# -- QPAK support: enabled
# -- CD-ROM drive support: enabled
# -- Thread safety: enabled
# -- Build own zlib: disabled
# -- Build static library: enabled
# -- Build shared library: enabled
# -- Build wxWidgets test program: disabled
# -- Build stdio test program: disabled
# -- Configuring done
# -- Generating done
# -- Build files have been written to: /tmp/physfs/src/build
# Scanning dependencies of target physfs
# Scanning dependencies of target physfs-static
# [ 1%] Building C object CMakeFiles/physfs.dir/physfs.o
# [ 3%] Building C object CMakeFiles/physfs.dir/physfs_byteorder.o
# [ 5%] Building C object CMakeFiles/physfs-static.dir/physfs.o
# [ 6%] Building C object CMakeFiles/physfs-static.dir/physfs_byteorder.o
# [ 8%] Building C object CMakeFiles/physfs.dir/physfs_unicode.o
# [ 10%] Building C object CMakeFiles/physfs.dir/platform/os2.o
# [ 12%] Building C object CMakeFiles/physfs-static.dir/physfs_unicode.o
# [ 13%] Building C object CMakeFiles/physfs-static.dir/platform/os2.o
# [ 15%] Building C object CMakeFiles/physfs.dir/platform/pocketpc.o
# [ 17%] Building C object CMakeFiles/physfs.dir/platform/posix.o
# [ 18%] Building C object CMakeFiles/physfs-static.dir/platform/pocketpc.o
# [ 20%] Building C object CMakeFiles/physfs.dir/platform/unix.o
# [ 22%] Building C object CMakeFiles/physfs-static.dir/platform/posix.o
# [ 24%] Building C object CMakeFiles/physfs.dir/platform/macosx.o
# [ 25%] Building C object CMakeFiles/physfs-static.dir/platform/unix.o
# [ 27%] Building C object CMakeFiles/physfs.dir/platform/windows.o
# [ 29%] Building C object CMakeFiles/physfs-static.dir/platform/macosx.o
# [ 31%] Building C object CMakeFiles/physfs.dir/archivers/dir.o
# [ 32%] Building C object CMakeFiles/physfs.dir/archivers/grp.o
# [ 34%] Building C object CMakeFiles/physfs.dir/archivers/hog.o
# [ 36%] Building C object CMakeFiles/physfs-static.dir/platform/windows.o
# [ 37%] Building C object CMakeFiles/physfs-static.dir/archivers/dir.o
# [ 39%] Building C object CMakeFiles/physfs.dir/archivers/lzma.o
# [ 41%] Building C object CMakeFiles/physfs.dir/archivers/mvl.o
# /tmp/physfs/src/physfs-2.0.3/archivers/lzma.c:311:14: warning: overflow converting case value to switch condition type (2147500037 to -2147467259) [-Wswitch]
# case SZE_FAIL:
# ^
# /tmp/physfs/src/physfs-2.0.3/./lzma/C/Archive/7z/../../Types.h:74:18: note: expanded from macro 'SZE_FAIL'
# #define SZE_FAIL (0x80004005L)
# ^
# /tmp/physfs/src/physfs-2.0.3/archivers/lzma.c:308:14: warning: overflow converting case value to switch condition type (2147500033 to -2147467263) [-Wswitch]
# case SZE_NOTIMPL:
# ^
# /tmp/physfs/src/physfs-2.0.3/./lzma/C/Archive/7z/../../Types.h:73:21: note: expanded from macro 'SZE_NOTIMPL'
# #define SZE_NOTIMPL (0x80004001L)
# ^
# /tmp/physfs/src/physfs-2.0.3/archivers/lzma.c:302:14: warning: overflow converting case value to switch condition type (2147942414 to -2147024882) [-Wswitch]
# case SZE_OUTOFMEMORY:
# ^
# /tmp/physfs/src/physfs-2.0.3/./lzma/C/Archive/7z/../../Types.h:72:25: note: expanded from macro 'SZE_OUTOFMEMORY'
# #define SZE_OUTOFMEMORY (0x8007000EL)
# ^
# [ 43%] Building C object CMakeFiles/physfs-static.dir/archivers/grp.o
# [ 44%] Building C object CMakeFiles/physfs.dir/archivers/qpak.o
# 3 warnings generated.
# [ 46%] Building C object CMakeFiles/physfs-static.dir/archivers/hog.o
# [ 48%] Building C object CMakeFiles/physfs.dir/archivers/wad.o
# [ 50%] Building C object CMakeFiles/physfs.dir/archivers/zip.o
# /tmp/physfs/src/physfs-2.0.3/archivers/zip.c:20:10: fatal error: 'zlib.h' file not found
# #include "zlib.h"
# ^
# 1 error generated.
# make[2]: *** [CMakeFiles/physfs.dir/build.make:447: CMakeFiles/physfs.dir/archivers/zip.o] Error 1
# make[2]: *** Waiting for unfinished jobs....
# [ 51%] Building C object CMakeFiles/physfs-static.dir/archivers/lzma.o
# [ 53%] Building C object CMakeFiles/physfs-static.dir/archivers/mvl.o
# /tmp/physfs/src/physfs-2.0.3/archivers/lzma.c:311:14: warning: overflow converting case value to switch condition type (2147500037 to -2147467259) [-Wswitch]
# case SZE_FAIL:
# ^
# /tmp/physfs/src/physfs-2.0.3/./lzma/C/Archive/7z/../../Types.h:74:18: note: expanded from macro 'SZE_FAIL'
# #define SZE_FAIL (0x80004005L)
# ^
# /tmp/physfs/src/physfs-2.0.3/archivers/lzma.c:308:14: warning: overflow converting case value to switch condition type (2147500033 to -2147467263) [-Wswitch]
# case SZE_NOTIMPL:
# ^
# /tmp/physfs/src/physfs-2.0.3/./lzma/C/Archive/7z/../../Types.h:73:21: note: expanded from macro 'SZE_NOTIMPL'
# #define SZE_NOTIMPL (0x80004001L)
# ^
# /tmp/physfs/src/physfs-2.0.3/archivers/lzma.c:302:14: warning: overflow converting case value to switch condition type (2147942414 to -2147024882) [-Wswitch]
# case SZE_OUTOFMEMORY:
# ^
# /tmp/physfs/src/physfs-2.0.3/./lzma/C/Archive/7z/../../Types.h:72:25: note: expanded from macro 'SZE_OUTOFMEMORY'
# #define SZE_OUTOFMEMORY (0x8007000EL)
# ^
# [ 55%] Building C object CMakeFiles/physfs-static.dir/archivers/qpak.o
# make[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/physfs.dir/all] Error 2
# make[1]: *** Waiting for unfinished jobs....
# [ 56%] Building C object CMakeFiles/physfs-static.dir/archivers/wad.o
# 3 warnings generated.
# [ 58%] Building C object CMakeFiles/physfs-static.dir/archivers/zip.o
# [ 60%] Building C object CMakeFiles/physfs-static.dir/lzma/C/7zCrc.o
# /tmp/physfs/src/physfs-2.0.3/archivers/zip.c:20:10: fatal error: 'zlib.h' file not found
# #include "zlib.h"
# ^
# 1 error generated.
# make[2]: *** [CMakeFiles/physfs-static.dir/build.make:447: CMakeFiles/physfs-static.dir/archivers/zip.o] Error 1
# make[2]: *** Waiting for unfinished jobs....
# make[1]: *** [CMakeFiles/Makefile2:68: CMakeFiles/physfs-static.dir/all] Error 2
# make: *** [Makefile:128: all] Error 2
# ==> ERROR: A failure occurred in build().
# Aborting...

Printing Cmake errors

CMD: Cmake errors '/tmp/physfs/src/build/CMakeFiles/CMakeError.log'
# Determining if the include file sys/ucred.h exists failed with the following output:
# Change Dir: /tmp/physfs/src/build/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/sbin/make" "cmTC_0627a/fast"
# /usr/sbin/make -f CMakeFiles/cmTC_0627a.dir/build.make CMakeFiles/cmTC_0627a.dir/build
# make[1]: Entering directory '/tmp/physfs/src/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_0627a.dir/CheckIncludeFile.c.o
# /sysroot/bin/clang -o CMakeFiles/cmTC_0627a.dir/CheckIncludeFile.c.o -c /tmp/physfs/src/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
# /tmp/physfs/src/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:10: fatal error: 'sys/ucred.h' file not found
# #include
# ^
# 1 error generated.
# make[1]: *** [CMakeFiles/cmTC_0627a.dir/build.make:66: CMakeFiles/cmTC_0627a.dir/CheckIncludeFile.c.o] Error 1
# make[1]: Leaving directory '/tmp/physfs/src/build/CMakeFiles/CMakeTmp'
# make: *** [Makefile:126: cmTC_0627a/fast] Error 2
#
#

Printing Cmake output

CMD: Cmake output '/tmp/physfs/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: /sysroot/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/physfs/src/build/CMakeFiles/3.5.2/CompilerIdC/a.out"
#
# Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded.
# Compiler: /sysroot/bin/clang++
# Build flags:
# Id flags:
#
# The output was:
# 0
#
#
# Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out"
#
# The CXX compiler identification is Clang, found in "/tmp/physfs/src/build/CMakeFiles/3.5.2/CompilerIdCXX/a.out"
#
# Determining if the C compiler works passed with the following output:
# Change Dir: /tmp/physfs/src/build/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/sbin/make" "cmTC_f4341/fast"
# /usr/sbin/make -f CMakeFiles/cmTC_f4341.dir/build.make CMakeFiles/cmTC_f4341.dir/build
# make[1]: Entering directory '/tmp/physfs/src/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_f4341.dir/testCCompiler.c.o
# /sysroot/bin/clang -o CMakeFiles/cmTC_f4341.dir/testCCompiler.c.o -c /tmp/physfs/src/build/CMakeFiles/CMakeTmp/testCCompiler.c
# Linking C executable cmTC_f4341
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f4341.dir/link.txt --verbose=1
# /sysroot/bin/clang CMakeFiles/cmTC_f4341.dir/testCCompiler.c.o -o cmTC_f4341 -rdynamic
# make[1]: Leaving directory '/tmp/physfs/src/build/CMakeFiles/CMakeTmp'
#
#
# Detecting C compiler ABI info compiled with the following output:
# Change Dir: /tmp/physfs/src/build/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/sbin/make" "cmTC_feb0e/fast"
# /usr/sbin/make -f CMakeFiles/cmTC_feb0e.dir/build.make CMakeFiles/cmTC_feb0e.dir/build
# make[1]: Entering directory '/tmp/physfs/src/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_feb0e.dir/CMakeCCompilerABI.c.o
# /sysroot/bin/clang -o CMakeFiles/cmTC_feb0e.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-3.5/Modules/CMakeCCompilerABI.c
# Linking C executable cmTC_feb0e
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_feb0e.dir/link.txt --verbose=1
# /sysroot/bin/clang -v CMakeFiles/cmTC_feb0e.dir/CMakeCCompilerABI.c.o -o cmTC_feb0e -rdynamic
# clang version 3.8.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /sysroot/bin
# "/sysroot/bin/ld" --sysroot=/sysroot -export-dynamic --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_feb0e /sysroot/bin/../lib/crt1.o /sysroot/bin/../lib/crti.o /sysroot/bin/../lib/clang/3.8.1/crtbegin.o -L/sysroot/bin/../lib -L/sysroot/lib CMakeFiles/cmTC_feb0e.dir/CMakeCCompilerABI.c.o /sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a -lc /sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a /sysroot/bin/../lib/clang/3.8.1/crtend.o /sysroot/bin/../lib/crtn.o
# make[1]: Leaving directory '/tmp/physfs/src/build/CMakeFiles/CMakeTmp'
#
#
# Parsed C implicit link information from above output:
# link line regex: [^( *|.*[/\])(ld|([^/\]+-)?ld|collect2)[^/\]*( |$)]
# ignore line: [Change Dir: /tmp/physfs/src/build/CMakeFiles/CMakeTmp]
# ignore line: []
# ignore line: [Run Build Command:"/usr/sbin/make" "cmTC_feb0e/fast"]
# ignore line: [/usr/sbin/make -f CMakeFiles/cmTC_feb0e.dir/build.make CMakeFiles/cmTC_feb0e.dir/build]
# ignore line: [make[1]: Entering directory '/tmp/physfs/src/build/CMakeFiles/CMakeTmp']
# ignore line: [Building C object CMakeFiles/cmTC_feb0e.dir/CMakeCCompilerABI.c.o]
# ignore line: [/sysroot/bin/clang -o CMakeFiles/cmTC_feb0e.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-3.5/Modules/CMakeCCompilerABI.c]
# ignore line: [Linking C executable cmTC_feb0e]
# ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_feb0e.dir/link.txt --verbose=1]
# ignore line: [/sysroot/bin/clang -v CMakeFiles/cmTC_feb0e.dir/CMakeCCompilerABI.c.o -o cmTC_feb0e -rdynamic ]
# ignore line: [clang version 3.8.1 ]
# ignore line: [Target: x86_64-unknown-linux-gnu]
# ignore line: [Thread model: posix]
# ignore line: [InstalledDir: /sysroot/bin]
# link line: [ "/sysroot/bin/ld" --sysroot=/sysroot -export-dynamic --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_feb0e /sysroot/bin/../lib/crt1.o /sysroot/bin/../lib/crti.o /sysroot/bin/../lib/clang/3.8.1/crtbegin.o -L/sysroot/bin/../lib -L/sysroot/lib CMakeFiles/cmTC_feb0e.dir/CMakeCCompilerABI.c.o /sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a -lc /sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a /sysroot/bin/../lib/clang/3.8.1/crtend.o /sysroot/bin/../lib/crtn.o]
# arg [/sysroot/bin/ld] ==> ignore
# arg [--sysroot=/sysroot] ==> 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_feb0e] ==> ignore
# arg [/sysroot/bin/../lib/crt1.o] ==> ignore
# arg [/sysroot/bin/../lib/crti.o] ==> ignore
# arg [/sysroot/bin/../lib/clang/3.8.1/crtbegin.o] ==> ignore
# arg [-L/sysroot/bin/../lib] ==> dir [/sysroot/bin/../lib]
# arg [-L/sysroot/lib] ==> dir [/sysroot/lib]
# arg [CMakeFiles/cmTC_feb0e.dir/CMakeCCompilerABI.c.o] ==> ignore
# arg [/sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a] ==> lib [/sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a]
# arg [-lc] ==> lib [c]
# arg [/sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a] ==> lib [/sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a]
# arg [/sysroot/bin/../lib/clang/3.8.1/crtend.o] ==> ignore
# arg [/sysroot/bin/../lib/crtn.o] ==> ignore
# collapse lib [/sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a] ==> [/sysroot/lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a]
# collapse lib [/sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a] ==> [/sysroot/lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a]
# collapse library dir [/sysroot/bin/../lib] ==> [/sysroot/lib]
# collapse library dir [/sysroot/lib] ==> [/sysroot/lib]
# implicit libs: [/sysroot/lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a;c;/sysroot/lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a]
# implicit dirs: [/sysroot/lib]
# implicit fwks: []
#
#
#
#
# Detecting C [-std=c11] compiler features compiled with the following output:
# Change Dir: /tmp/physfs/src/build/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/sbin/make" "cmTC_9e43e/fast"
# /usr/sbin/make -f CMakeFiles/cmTC_9e43e.dir/build.make CMakeFiles/cmTC_9e43e.dir/build
# make[1]: Entering directory '/tmp/physfs/src/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_9e43e.dir/feature_tests.c.o
# /sysroot/bin/clang -std=c11 -o CMakeFiles/cmTC_9e43e.dir/feature_tests.c.o -c /tmp/physfs/src/build/CMakeFiles/feature_tests.c
# Linking C executable cmTC_9e43e
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_9e43e.dir/link.txt --verbose=1
# /sysroot/bin/clang CMakeFiles/cmTC_9e43e.dir/feature_tests.c.o -o cmTC_9e43e -rdynamic
# make[1]: Leaving directory '/tmp/physfs/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/physfs/src/build/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/sbin/make" "cmTC_d5728/fast"
# /usr/sbin/make -f CMakeFiles/cmTC_d5728.dir/build.make CMakeFiles/cmTC_d5728.dir/build
# make[1]: Entering directory '/tmp/physfs/src/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_d5728.dir/feature_tests.c.o
# /sysroot/bin/clang -std=c99 -o CMakeFiles/cmTC_d5728.dir/feature_tests.c.o -c /tmp/physfs/src/build/CMakeFiles/feature_tests.c
# Linking C executable cmTC_d5728
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d5728.dir/link.txt --verbose=1
# /sysroot/bin/clang CMakeFiles/cmTC_d5728.dir/feature_tests.c.o -o cmTC_d5728 -rdynamic
# make[1]: Leaving directory '/tmp/physfs/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/physfs/src/build/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/sbin/make" "cmTC_ca58f/fast"
# /usr/sbin/make -f CMakeFiles/cmTC_ca58f.dir/build.make CMakeFiles/cmTC_ca58f.dir/build
# make[1]: Entering directory '/tmp/physfs/src/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_ca58f.dir/feature_tests.c.o
# /sysroot/bin/clang -std=c90 -o CMakeFiles/cmTC_ca58f.dir/feature_tests.c.o -c /tmp/physfs/src/build/CMakeFiles/feature_tests.c
# Linking C executable cmTC_ca58f
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ca58f.dir/link.txt --verbose=1
# /sysroot/bin/clang CMakeFiles/cmTC_ca58f.dir/feature_tests.c.o -o cmTC_ca58f -rdynamic
# make[1]: Leaving directory '/tmp/physfs/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
# Determining if the CXX compiler works passed with the following output:
# Change Dir: /tmp/physfs/src/build/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/sbin/make" "cmTC_a02e2/fast"
# /usr/sbin/make -f CMakeFiles/cmTC_a02e2.dir/build.make CMakeFiles/cmTC_a02e2.dir/build
# make[1]: Entering directory '/tmp/physfs/src/build/CMakeFiles/CMakeTmp'
# Building CXX object CMakeFiles/cmTC_a02e2.dir/testCXXCompiler.cxx.o
# /sysroot/bin/clang++ -o CMakeFiles/cmTC_a02e2.dir/testCXXCompiler.cxx.o -c /tmp/physfs/src/build/CMakeFiles/CMakeTmp/testCXXCompiler.cxx
# Linking CXX executable cmTC_a02e2
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a02e2.dir/link.txt --verbose=1
# /sysroot/bin/clang++ CMakeFiles/cmTC_a02e2.dir/testCXXCompiler.cxx.o -o cmTC_a02e2 -rdynamic
# make[1]: Leaving directory '/tmp/physfs/src/build/CMakeFiles/CMakeTmp'
#
#
# Detecting CXX compiler ABI info compiled with the following output:
# Change Dir: /tmp/physfs/src/build/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/sbin/make" "cmTC_c62a3/fast"
# /usr/sbin/make -f CMakeFiles/cmTC_c62a3.dir/build.make CMakeFiles/cmTC_c62a3.dir/build
# make[1]: Entering directory '/tmp/physfs/src/build/CMakeFiles/CMakeTmp'
# Building CXX object CMakeFiles/cmTC_c62a3.dir/CMakeCXXCompilerABI.cpp.o
# /sysroot/bin/clang++ -o CMakeFiles/cmTC_c62a3.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-3.5/Modules/CMakeCXXCompilerABI.cpp
# Linking CXX executable cmTC_c62a3
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c62a3.dir/link.txt --verbose=1
# /sysroot/bin/clang++ -v CMakeFiles/cmTC_c62a3.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_c62a3 -rdynamic
# clang version 3.8.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /sysroot/bin
# "/sysroot/bin/ld" --sysroot=/sysroot -export-dynamic --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_c62a3 /sysroot/bin/../lib/crt1.o /sysroot/bin/../lib/crti.o /sysroot/bin/../lib/clang/3.8.1/crtbegin.o -L/sysroot/bin/../lib -L/sysroot/lib CMakeFiles/cmTC_c62a3.dir/CMakeCXXCompilerABI.cpp.o -lc++ -lc++abi -lunwind -lm /sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a -lc /sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a /sysroot/bin/../lib/clang/3.8.1/crtend.o /sysroot/bin/../lib/crtn.o
# make[1]: Leaving directory '/tmp/physfs/src/build/CMakeFiles/CMakeTmp'
#
#
# Parsed CXX implicit link information from above output:
# link line regex: [^( *|.*[/\])(ld|([^/\]+-)?ld|collect2)[^/\]*( |$)]
# ignore line: [Change Dir: /tmp/physfs/src/build/CMakeFiles/CMakeTmp]
# ignore line: []
# ignore line: [Run Build Command:"/usr/sbin/make" "cmTC_c62a3/fast"]
# ignore line: [/usr/sbin/make -f CMakeFiles/cmTC_c62a3.dir/build.make CMakeFiles/cmTC_c62a3.dir/build]
# ignore line: [make[1]: Entering directory '/tmp/physfs/src/build/CMakeFiles/CMakeTmp']
# ignore line: [Building CXX object CMakeFiles/cmTC_c62a3.dir/CMakeCXXCompilerABI.cpp.o]
# ignore line: [/sysroot/bin/clang++ -o CMakeFiles/cmTC_c62a3.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-3.5/Modules/CMakeCXXCompilerABI.cpp]
# ignore line: [Linking CXX executable cmTC_c62a3]
# ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c62a3.dir/link.txt --verbose=1]
# ignore line: [/sysroot/bin/clang++ -v CMakeFiles/cmTC_c62a3.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_c62a3 -rdynamic ]
# ignore line: [clang version 3.8.1 ]
# ignore line: [Target: x86_64-unknown-linux-gnu]
# ignore line: [Thread model: posix]
# ignore line: [InstalledDir: /sysroot/bin]
# link line: [ "/sysroot/bin/ld" --sysroot=/sysroot -export-dynamic --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_c62a3 /sysroot/bin/../lib/crt1.o /sysroot/bin/../lib/crti.o /sysroot/bin/../lib/clang/3.8.1/crtbegin.o -L/sysroot/bin/../lib -L/sysroot/lib CMakeFiles/cmTC_c62a3.dir/CMakeCXXCompilerABI.cpp.o -lc++ -lc++abi -lunwind -lm /sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a -lc /sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a /sysroot/bin/../lib/clang/3.8.1/crtend.o /sysroot/bin/../lib/crtn.o]
# arg [/sysroot/bin/ld] ==> ignore
# arg [--sysroot=/sysroot] ==> 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_c62a3] ==> ignore
# arg [/sysroot/bin/../lib/crt1.o] ==> ignore
# arg [/sysroot/bin/../lib/crti.o] ==> ignore
# arg [/sysroot/bin/../lib/clang/3.8.1/crtbegin.o] ==> ignore
# arg [-L/sysroot/bin/../lib] ==> dir [/sysroot/bin/../lib]
# arg [-L/sysroot/lib] ==> dir [/sysroot/lib]
# arg [CMakeFiles/cmTC_c62a3.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore
# arg [-lc++] ==> lib [c++]
# arg [-lc++abi] ==> lib [c++abi]
# arg [-lunwind] ==> lib [unwind]
# arg [-lm] ==> lib [m]
# arg [/sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a] ==> lib [/sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a]
# arg [-lc] ==> lib [c]
# arg [/sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a] ==> lib [/sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a]
# arg [/sysroot/bin/../lib/clang/3.8.1/crtend.o] ==> ignore
# arg [/sysroot/bin/../lib/crtn.o] ==> ignore
# collapse lib [/sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a] ==> [/sysroot/lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a]
# collapse lib [/sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a] ==> [/sysroot/lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a]
# collapse library dir [/sysroot/bin/../lib] ==> [/sysroot/lib]
# collapse library dir [/sysroot/lib] ==> [/sysroot/lib]
# implicit libs: [c++;c++abi;unwind;m;/sysroot/lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a;c;/sysroot/lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a]
# implicit dirs: [/sysroot/lib]
# implicit fwks: []
#
#
#
#
# Detecting CXX [-std=c++14] compiler features compiled with the following output:
# Change Dir: /tmp/physfs/src/build/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/sbin/make" "cmTC_e45fd/fast"
# /usr/sbin/make -f CMakeFiles/cmTC_e45fd.dir/build.make CMakeFiles/cmTC_e45fd.dir/build
# make[1]: Entering directory '/tmp/physfs/src/build/CMakeFiles/CMakeTmp'
# Building CXX object CMakeFiles/cmTC_e45fd.dir/feature_tests.cxx.o
# /sysroot/bin/clang++ -std=c++14 -o CMakeFiles/cmTC_e45fd.dir/feature_tests.cxx.o -c /tmp/physfs/src/build/CMakeFiles/feature_tests.cxx
# Linking CXX executable cmTC_e45fd
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e45fd.dir/link.txt --verbose=1
# /sysroot/bin/clang++ CMakeFiles/cmTC_e45fd.dir/feature_tests.cxx.o -o cmTC_e45fd -rdynamic
# make[1]: Leaving directory '/tmp/physfs/src/build/CMakeFiles/CMakeTmp'
#
#
# Feature record: CXX_FEATURE:1cxx_aggregate_default_initializers
# Feature record: CXX_FEATURE:1cxx_alias_templates
# Feature record: CXX_FEATURE:1cxx_alignas
# Feature record: CXX_FEATURE:1cxx_alignof
# Feature record: CXX_FEATURE:1cxx_attributes
# Feature record: CXX_FEATURE:1cxx_attribute_deprecated
# Feature record: CXX_FEATURE:1cxx_auto_type
# Feature record: CXX_FEATURE:1cxx_binary_literals
# Feature record: CXX_FEATURE:1cxx_constexpr
# Feature record: CXX_FEATURE:1cxx_contextual_conversions
# Feature record: CXX_FEATURE:1cxx_decltype
# Feature record: CXX_FEATURE:1cxx_decltype_auto
# Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types
# Feature record: CXX_FEATURE:1cxx_default_function_template_args
# Feature record: CXX_FEATURE:1cxx_defaulted_functions
# Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers
# Feature record: CXX_FEATURE:1cxx_delegating_constructors
# Feature record: CXX_FEATURE:1cxx_deleted_functions
# Feature record: CXX_FEATURE:1cxx_digit_separators
# Feature record: CXX_FEATURE:1cxx_enum_forward_declarations
# Feature record: CXX_FEATURE:1cxx_explicit_conversions
# Feature record: CXX_FEATURE:1cxx_extended_friend_declarations
# Feature record: CXX_FEATURE:1cxx_extern_templates
# Feature record: CXX_FEATURE:1cxx_final
# Feature record: CXX_FEATURE:1cxx_func_identifier
# Feature record: CXX_FEATURE:1cxx_generalized_initializers
# Feature record: CXX_FEATURE:1cxx_generic_lambdas
# Feature record: CXX_FEATURE:1cxx_inheriting_constructors
# Feature record: CXX_FEATURE:1cxx_inline_namespaces
# Feature record: CXX_FEATURE:1cxx_lambdas
# Feature record: CXX_FEATURE:1cxx_lambda_init_captures
# Feature record: CXX_FEATURE:1cxx_local_type_template_args
# Feature record: CXX_FEATURE:1cxx_long_long_type
# Feature record: CXX_FEATURE:1cxx_noexcept
# Feature record: CXX_FEATURE:1cxx_nonstatic_member_init
# Feature record: CXX_FEATURE:1cxx_nullptr
# Feature record: CXX_FEATURE:1cxx_override
# Feature record: CXX_FEATURE:1cxx_range_for
# Feature record: CXX_FEATURE:1cxx_raw_string_literals
# Feature record: CXX_FEATURE:1cxx_reference_qualified_functions
# Feature record: CXX_FEATURE:1cxx_relaxed_constexpr
# Feature record: CXX_FEATURE:1cxx_return_type_deduction
# Feature record: CXX_FEATURE:1cxx_right_angle_brackets
# Feature record: CXX_FEATURE:1cxx_rvalue_references
# Feature record: CXX_FEATURE:1cxx_sizeof_member
# Feature record: CXX_FEATURE:1cxx_static_assert
# Feature record: CXX_FEATURE:1cxx_strong_enums
# Feature record: CXX_FEATURE:1cxx_template_template_parameters
# Feature record: CXX_FEATURE:1cxx_thread_local
# Feature record: CXX_FEATURE:1cxx_trailing_return_types
# Feature record: CXX_FEATURE:1cxx_unicode_literals
# Feature record: CXX_FEATURE:1cxx_uniform_initialization
# Feature record: CXX_FEATURE:1cxx_unrestricted_unions
# Feature record: CXX_FEATURE:1cxx_user_literals
# Feature record: CXX_FEATURE:1cxx_variable_templates
# Feature record: CXX_FEATURE:1cxx_variadic_macros
# Feature record: CXX_FEATURE:1cxx_variadic_templates
#
#
# Detecting CXX [-std=c++11] compiler features compiled with the following output:
# Change Dir: /tmp/physfs/src/build/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/sbin/make" "cmTC_e8ed5/fast"
# /usr/sbin/make -f CMakeFiles/cmTC_e8ed5.dir/build.make CMakeFiles/cmTC_e8ed5.dir/build
# make[1]: Entering directory '/tmp/physfs/src/build/CMakeFiles/CMakeTmp'
# Building CXX object CMakeFiles/cmTC_e8ed5.dir/feature_tests.cxx.o
# /sysroot/bin/clang++ -std=c++11 -o CMakeFiles/cmTC_e8ed5.dir/feature_tests.cxx.o -c /tmp/physfs/src/build/CMakeFiles/feature_tests.cxx
# Linking CXX executable cmTC_e8ed5
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e8ed5.dir/link.txt --verbose=1
# /sysroot/bin/clang++ CMakeFiles/cmTC_e8ed5.dir/feature_tests.cxx.o -o cmTC_e8ed5 -rdynamic
# make[1]: Leaving directory '/tmp/physfs/src/build/CMakeFiles/CMakeTmp'
#
#
# Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers
# Feature record: CXX_FEATURE:1cxx_alias_templates
# Feature record: CXX_FEATURE:1cxx_alignas
# Feature record: CXX_FEATURE:1cxx_alignof
# Feature record: CXX_FEATURE:1cxx_attributes
# Feature record: CXX_FEATURE:0cxx_attribute_deprecated
# Feature record: CXX_FEATURE:1cxx_auto_type
# Feature record: CXX_FEATURE:0cxx_binary_literals
# Feature record: CXX_FEATURE:1cxx_constexpr
# Feature record: CXX_FEATURE:0cxx_contextual_conversions
# Feature record: CXX_FEATURE:1cxx_decltype
# Feature record: CXX_FEATURE:0cxx_decltype_auto
# Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types
# Feature record: CXX_FEATURE:1cxx_default_function_template_args
# Feature record: CXX_FEATURE:1cxx_defaulted_functions
# Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers
# Feature record: CXX_FEATURE:1cxx_delegating_constructors
# Feature record: CXX_FEATURE:1cxx_deleted_functions
# Feature record: CXX_FEATURE:0cxx_digit_separators
# Feature record: CXX_FEATURE:1cxx_enum_forward_declarations
# Feature record: CXX_FEATURE:1cxx_explicit_conversions
# Feature record: CXX_FEATURE:1cxx_extended_friend_declarations
# Feature record: CXX_FEATURE:1cxx_extern_templates
# Feature record: CXX_FEATURE:1cxx_final
# Feature record: CXX_FEATURE:1cxx_func_identifier
# Feature record: CXX_FEATURE:1cxx_generalized_initializers
# Feature record: CXX_FEATURE:0cxx_generic_lambdas
# Feature record: CXX_FEATURE:1cxx_inheriting_constructors
# Feature record: CXX_FEATURE:1cxx_inline_namespaces
# Feature record: CXX_FEATURE:1cxx_lambdas
# Feature record: CXX_FEATURE:0cxx_lambda_init_captures
# Feature record: CXX_FEATURE:1cxx_local_type_template_args
# Feature record: CXX_FEATURE:1cxx_long_long_type
# Feature record: CXX_FEATURE:1cxx_noexcept
# Feature record: CXX_FEATURE:1cxx_nonstatic_member_init
# Feature record: CXX_FEATURE:1cxx_nullptr
# Feature record: CXX_FEATURE:1cxx_override
# Feature record: CXX_FEATURE:1cxx_range_for
# Feature record: CXX_FEATURE:1cxx_raw_string_literals
# Feature record: CXX_FEATURE:1cxx_reference_qualified_functions
# Feature record: CXX_FEATURE:0cxx_relaxed_constexpr
# Feature record: CXX_FEATURE:0cxx_return_type_deduction
# Feature record: CXX_FEATURE:1cxx_right_angle_brackets
# Feature record: CXX_FEATURE:1cxx_rvalue_references
# Feature record: CXX_FEATURE:1cxx_sizeof_member
# Feature record: CXX_FEATURE:1cxx_static_assert
# Feature record: CXX_FEATURE:1cxx_strong_enums
# Feature record: CXX_FEATURE:1cxx_template_template_parameters
# Feature record: CXX_FEATURE:1cxx_thread_local
# Feature record: CXX_FEATURE:1cxx_trailing_return_types
# Feature record: CXX_FEATURE:1cxx_unicode_literals
# Feature record: CXX_FEATURE:1cxx_uniform_initialization
# Feature record: CXX_FEATURE:1cxx_unrestricted_unions
# Feature record: CXX_FEATURE:1cxx_user_literals
# Feature record: CXX_FEATURE:0cxx_variable_templates
# Feature record: CXX_FEATURE:1cxx_variadic_macros
# Feature record: CXX_FEATURE:1cxx_variadic_templates
#
#
# Detecting CXX [-std=c++98] compiler features compiled with the following output:
# Change Dir: /tmp/physfs/src/build/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/sbin/make" "cmTC_35dba/fast"
# /usr/sbin/make -f CMakeFiles/cmTC_35dba.dir/build.make CMakeFiles/cmTC_35dba.dir/build
# make[1]: Entering directory '/tmp/physfs/src/build/CMakeFiles/CMakeTmp'
# Building CXX object CMakeFiles/cmTC_35dba.dir/feature_tests.cxx.o
# /sysroot/bin/clang++ -std=c++98 -o CMakeFiles/cmTC_35dba.dir/feature_tests.cxx.o -c /tmp/physfs/src/build/CMakeFiles/feature_tests.cxx
# Linking CXX executable cmTC_35dba
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_35dba.dir/link.txt --verbose=1
# /sysroot/bin/clang++ CMakeFiles/cmTC_35dba.dir/feature_tests.cxx.o -o cmTC_35dba -rdynamic
# make[1]: Leaving directory '/tmp/physfs/src/build/CMakeFiles/CMakeTmp'
#
#
# Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers
# Feature record: CXX_FEATURE:0cxx_alias_templates
# Feature record: CXX_FEATURE:0cxx_alignas
# Feature record: CXX_FEATURE:0cxx_alignof
# Feature record: CXX_FEATURE:0cxx_attributes
# Feature record: CXX_FEATURE:0cxx_attribute_deprecated
# Feature record: CXX_FEATURE:0cxx_auto_type
# Feature record: CXX_FEATURE:0cxx_binary_literals
# Feature record: CXX_FEATURE:0cxx_constexpr
# Feature record: CXX_FEATURE:0cxx_contextual_conversions
# Feature record: CXX_FEATURE:0cxx_decltype
# Feature record: CXX_FEATURE:0cxx_decltype_auto
# Feature record: CXX_FEATURE:0cxx_decltype_incomplete_return_types
# Feature record: CXX_FEATURE:0cxx_default_function_template_args
# Feature record: CXX_FEATURE:0cxx_defaulted_functions
# Feature record: CXX_FEATURE:0cxx_defaulted_move_initializers
# Feature record: CXX_FEATURE:0cxx_delegating_constructors
# Feature record: CXX_FEATURE:0cxx_deleted_functions
# Feature record: CXX_FEATURE:0cxx_digit_separators
# Feature record: CXX_FEATURE:0cxx_enum_forward_declarations
# Feature record: CXX_FEATURE:0cxx_explicit_conversions
# Feature record: CXX_FEATURE:0cxx_extended_friend_declarations
# Feature record: CXX_FEATURE:0cxx_extern_templates
# Feature record: CXX_FEATURE:0cxx_final
# Feature record: CXX_FEATURE:0cxx_func_identifier
# Feature record: CXX_FEATURE:0cxx_generalized_initializers
# Feature record: CXX_FEATURE:0cxx_generic_lambdas
# Feature record: CXX_FEATURE:0cxx_inheriting_constructors
# Feature record: CXX_FEATURE:0cxx_inline_namespaces
# Feature record: CXX_FEATURE:0cxx_lambdas
# Feature record: CXX_FEATURE:0cxx_lambda_init_captures
# Feature record: CXX_FEATURE:0cxx_local_type_template_args
# Feature record: CXX_FEATURE:0cxx_long_long_type
# Feature record: CXX_FEATURE:0cxx_noexcept
# Feature record: CXX_FEATURE:0cxx_nonstatic_member_init
# Feature record: CXX_FEATURE:0cxx_nullptr
# Feature record: CXX_FEATURE:0cxx_override
# Feature record: CXX_FEATURE:0cxx_range_for
# Feature record: CXX_FEATURE:0cxx_raw_string_literals
# Feature record: CXX_FEATURE:0cxx_reference_qualified_functions
# Feature record: CXX_FEATURE:0cxx_relaxed_constexpr
# Feature record: CXX_FEATURE:0cxx_return_type_deduction
# Feature record: CXX_FEATURE:0cxx_right_angle_brackets
# Feature record: CXX_FEATURE:0cxx_rvalue_references
# Feature record: CXX_FEATURE:0cxx_sizeof_member
# Feature record: CXX_FEATURE:0cxx_static_assert
# Feature record: CXX_FEATURE:0cxx_strong_enums
# Feature record: CXX_FEATURE:1cxx_template_template_parameters
# Feature record: CXX_FEATURE:0cxx_thread_local
# Feature record: CXX_FEATURE:0cxx_trailing_return_types
# Feature record: CXX_FEATURE:0cxx_unicode_literals
# Feature record: CXX_FEATURE:0cxx_uniform_initialization
# Feature record: CXX_FEATURE:0cxx_unrestricted_unions
# Feature record: CXX_FEATURE:0cxx_user_literals
# Feature record: CXX_FEATURE:0cxx_variable_templates
# Feature record: CXX_FEATURE:0cxx_variadic_macros
# Feature record: CXX_FEATURE:0cxx_variadic_templates
# Determining if the include file mntent.h exists passed with the following output:
# Change Dir: /tmp/physfs/src/build/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/sbin/make" "cmTC_5a4db/fast"
# /usr/sbin/make -f CMakeFiles/cmTC_5a4db.dir/build.make CMakeFiles/cmTC_5a4db.dir/build
# make[1]: Entering directory '/tmp/physfs/src/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_5a4db.dir/CheckIncludeFile.c.o
# /sysroot/bin/clang -o CMakeFiles/cmTC_5a4db.dir/CheckIncludeFile.c.o -c /tmp/physfs/src/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
# Linking C executable cmTC_5a4db
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5a4db.dir/link.txt --verbose=1
# /sysroot/bin/clang CMakeFiles/cmTC_5a4db.dir/CheckIncludeFile.c.o -o cmTC_5a4db -rdynamic
# make[1]: Leaving directory '/tmp/physfs/src/build/CMakeFiles/CMakeTmp'
#
#
# Determining if the include file pthread.h exists passed with the following output:
# Change Dir: /tmp/physfs/src/build/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/sbin/make" "cmTC_408e3/fast"
# /usr/sbin/make -f CMakeFiles/cmTC_408e3.dir/build.make CMakeFiles/cmTC_408e3.dir/build
# make[1]: Entering directory '/tmp/physfs/src/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_408e3.dir/CheckIncludeFile.c.o
# /sysroot/bin/clang -o CMakeFiles/cmTC_408e3.dir/CheckIncludeFile.c.o -c /tmp/physfs/src/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
# Linking C executable cmTC_408e3
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_408e3.dir/link.txt --verbose=1
# /sysroot/bin/clang CMakeFiles/cmTC_408e3.dir/CheckIncludeFile.c.o -o cmTC_408e3 -rdynamic
# make[1]: Leaving directory '/tmp/physfs/src/build/CMakeFiles/CMakeTmp'
#
#
# Determining if the include file assert.h exists passed with the following output:
# Change Dir: /tmp/physfs/src/build/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/sbin/make" "cmTC_e51f9/fast"
# /usr/sbin/make -f CMakeFiles/cmTC_e51f9.dir/build.make CMakeFiles/cmTC_e51f9.dir/build
# make[1]: Entering directory '/tmp/physfs/src/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_e51f9.dir/CheckIncludeFile.c.o
# /sysroot/bin/clang -o CMakeFiles/cmTC_e51f9.dir/CheckIncludeFile.c.o -c /tmp/physfs/src/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
# Linking C executable cmTC_e51f9
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e51f9.dir/link.txt --verbose=1
# /sysroot/bin/clang CMakeFiles/cmTC_e51f9.dir/CheckIncludeFile.c.o -o cmTC_e51f9 -rdynamic
# make[1]: Leaving directory '/tmp/physfs/src/build/CMakeFiles/CMakeTmp'
#
#