Build of physfs with clang_glibc toolchain

The build took 00h 01m 23s and was 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
751 makefile
461 ruby
59 perl
8 sh
68,401 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: physfs 2.0.3-2 (Thu Apr 13 19:36:08 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# -- The C compiler identification is Clang 3.8.0
# -- The CXX 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
# -- Check for working CXX compiler: /usr/bin/clang++
# -- Check for working CXX compiler: /usr/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/bin/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-static
# [ 1%] Building C object CMakeFiles/physfs-static.dir/physfs.o
# [ 3%] Building C object CMakeFiles/physfs-static.dir/physfs_byteorder.o
# [ 5%] Building C object CMakeFiles/physfs-static.dir/physfs_unicode.o
# [ 6%] Building C object CMakeFiles/physfs-static.dir/platform/os2.o
# [ 8%] Building C object CMakeFiles/physfs-static.dir/platform/pocketpc.o
# [ 10%] Building C object CMakeFiles/physfs-static.dir/platform/posix.o
# [ 12%] Building C object CMakeFiles/physfs-static.dir/platform/unix.o
# [ 13%] Building C object CMakeFiles/physfs-static.dir/platform/macosx.o
# [ 15%] Building C object CMakeFiles/physfs-static.dir/platform/windows.o
# [ 17%] Building C object CMakeFiles/physfs-static.dir/archivers/dir.o
# [ 18%] Building C object CMakeFiles/physfs-static.dir/archivers/grp.o
# [ 20%] Building C object CMakeFiles/physfs-static.dir/archivers/hog.o
# [ 22%] Building C object CMakeFiles/physfs-static.dir/archivers/lzma.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)
# ^
# 3 warnings generated.
# [ 24%] Building C object CMakeFiles/physfs-static.dir/archivers/mvl.o
# [ 25%] Building C object CMakeFiles/physfs-static.dir/archivers/qpak.o
# [ 27%] Building C object CMakeFiles/physfs-static.dir/archivers/wad.o
# [ 29%] Building C object CMakeFiles/physfs-static.dir/archivers/zip.o
# [ 31%] Building C object CMakeFiles/physfs-static.dir/lzma/C/7zCrc.o
# [ 32%] Building C object CMakeFiles/physfs-static.dir/lzma/C/Archive/7z/7zBuffer.o
# [ 34%] Building C object CMakeFiles/physfs-static.dir/lzma/C/Archive/7z/7zDecode.o
# [ 36%] Building C object CMakeFiles/physfs-static.dir/lzma/C/Archive/7z/7zExtract.o
# [ 37%] Building C object CMakeFiles/physfs-static.dir/lzma/C/Archive/7z/7zHeader.o
# [ 39%] Building C object CMakeFiles/physfs-static.dir/lzma/C/Archive/7z/7zIn.o
# [ 41%] Building C object CMakeFiles/physfs-static.dir/lzma/C/Archive/7z/7zItem.o
# [ 43%] Building C object CMakeFiles/physfs-static.dir/lzma/C/Archive/7z/7zMethodID.o
# [ 44%] Building C object CMakeFiles/physfs-static.dir/lzma/C/Compress/Branch/BranchX86.o
# [ 46%] Building C object CMakeFiles/physfs-static.dir/lzma/C/Compress/Branch/BranchX86_2.o
# [ 48%] Building C object CMakeFiles/physfs-static.dir/lzma/C/Compress/Lzma/LzmaDecode.o
# [ 50%] Linking C static library libphysfs.a
# [ 50%] Built target physfs-static
# Scanning dependencies of target physfs
# [ 51%] Building C object CMakeFiles/physfs.dir/physfs.o
# [ 53%] Building C object CMakeFiles/physfs.dir/physfs_byteorder.o
# [ 55%] Building C object CMakeFiles/physfs.dir/physfs_unicode.o
# [ 56%] Building C object CMakeFiles/physfs.dir/platform/os2.o
# [ 58%] Building C object CMakeFiles/physfs.dir/platform/pocketpc.o
# [ 60%] Building C object CMakeFiles/physfs.dir/platform/posix.o
# [ 62%] Building C object CMakeFiles/physfs.dir/platform/unix.o
# [ 63%] Building C object CMakeFiles/physfs.dir/platform/macosx.o
# [ 65%] Building C object CMakeFiles/physfs.dir/platform/windows.o
# [ 67%] Building C object CMakeFiles/physfs.dir/archivers/dir.o
# [ 68%] Building C object CMakeFiles/physfs.dir/archivers/grp.o
# [ 70%] Building C object CMakeFiles/physfs.dir/archivers/hog.o
# [ 72%] Building C object CMakeFiles/physfs.dir/archivers/lzma.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)
# ^
# 3 warnings generated.
# [ 74%] Building C object CMakeFiles/physfs.dir/archivers/mvl.o
# [ 75%] Building C object CMakeFiles/physfs.dir/archivers/qpak.o
# [ 77%] Building C object CMakeFiles/physfs.dir/archivers/wad.o
# [ 79%] Building C object CMakeFiles/physfs.dir/archivers/zip.o
# [ 81%] Building C object CMakeFiles/physfs.dir/lzma/C/7zCrc.o
# [ 82%] Building C object CMakeFiles/physfs.dir/lzma/C/Archive/7z/7zBuffer.o
# [ 84%] Building C object CMakeFiles/physfs.dir/lzma/C/Archive/7z/7zDecode.o
# [ 86%] Building C object CMakeFiles/physfs.dir/lzma/C/Archive/7z/7zExtract.o
# [ 87%] Building C object CMakeFiles/physfs.dir/lzma/C/Archive/7z/7zHeader.o
# [ 89%] Building C object CMakeFiles/physfs.dir/lzma/C/Archive/7z/7zIn.o
# [ 91%] Building C object CMakeFiles/physfs.dir/lzma/C/Archive/7z/7zItem.o
# [ 93%] Building C object CMakeFiles/physfs.dir/lzma/C/Archive/7z/7zMethodID.o
# [ 94%] Building C object CMakeFiles/physfs.dir/lzma/C/Compress/Branch/BranchX86.o
# [ 96%] Building C object CMakeFiles/physfs.dir/lzma/C/Compress/Branch/BranchX86_2.o
# [ 98%] Building C object CMakeFiles/physfs.dir/lzma/C/Compress/Lzma/LzmaDecode.o
# [100%] Linking C shared library libphysfs.so
# [100%] Built target physfs
# Scanning dependencies of target docs
# [100%] Building documentation in 'docs' directory...
# warning: Tag `USE_WINDOWS_ENCODING' at line 54 of file `/tmp/physfs/src/build/Doxyfile' has become obsolete.
# To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
# warning: Tag `DETAILS_AT_TOP' at line 123 of file `/tmp/physfs/src/build/Doxyfile' has become obsolete.
# To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
# warning: Tag `HTML_ALIGN_MEMBERS' at line 544 of file `/tmp/physfs/src/build/Doxyfile' has become obsolete.
# To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
# warning: Tag `XML_SCHEMA' at line 778 of file `/tmp/physfs/src/build/Doxyfile' has become obsolete.
# To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
# warning: Tag `XML_DTD' at line 784 of file `/tmp/physfs/src/build/Doxyfile' has become obsolete.
# To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
# warning: Tag `MAX_DOT_GRAPH_WIDTH' at line 1039 of file `/tmp/physfs/src/build/Doxyfile' has become obsolete.
# To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
# warning: Tag `MAX_DOT_GRAPH_HEIGHT' at line 1047 of file `/tmp/physfs/src/build/Doxyfile' has become obsolete.
# To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
# /tmp/physfs/src/physfs-2.0.3/physfs.h:344: warning: Member PHYSFS_File (typedef) of file physfs.h is not documented.
# /tmp/physfs/src/physfs-2.0.3/physfs.h:382: warning: Member PHYSFS_ArchiveInfo (typedef) of file physfs.h is not documented.
# /tmp/physfs/src/physfs-2.0.3/physfs.h:403: warning: Member PHYSFS_Version (typedef) of file physfs.h is not documented.
# /tmp/physfs/src/physfs-2.0.3/physfs.h:1988: warning: Member PHYSFS_Allocator (typedef) of file physfs.h is not documented.
# /tmp/physfs/src/physfs-2.0.3/physfs.h:349: warning: explicit link request to 'define' could not be resolved
# /tmp/physfs/src/physfs-2.0.3/physfs.h:351: warning: explicit link request to 'define' could not be resolved
# Notice: Output directory `/tmp/physfs/src/build/docs' does not exist. I have created it for you.
# Searching for include files...
# Searching for example files...
# Searching for images...
# Searching for dot files...
# Searching for msc files...
# Searching for dia files...
# Searching for files to exclude
# Searching INPUT for files to process...
# Reading and parsing tag files
# Parsing files
# Preprocessing /tmp/physfs/src/physfs-2.0.3/physfs.h...
# Parsing file /tmp/physfs/src/physfs-2.0.3/physfs.h...
# Building group list...
# Building directory list...
# Building namespace list...
# Building file list...
# Building class list...
# Associating documentation with classes...
# Computing nesting relations for classes...
# Building example list...
# Searching for enumerations...
# Searching for documented typedefs...
# Searching for members imported via using declarations...
# Searching for included using directives...
# Searching for documented variables...
# Building interface member list...
# Building member list...
# Searching for friends...
# Searching for documented defines...
# Computing class inheritance relations...
# Computing class usage relations...
# Flushing cached template relations that have become invalid...
# Creating members for template instances...
# Computing class relations...
# Add enum values to enums...
# Searching for member function documentation...
# Building page list...
# Search for main page...
# Computing page relations...
# Determining the scope of groups...
# Sorting lists...
# Freeing entry tree
# Determining which enums are documented
# Computing member relations...
# Building full member lists recursively...
# Adding members to member groups.
# Computing member references...
# Inheriting documentation...
# Generating disk names...
# Adding source references...
# Adding xrefitems...
# Sorting member lists...
# Computing dependencies between directories...
# Generating citations page...
# Counting data structures...
# Resolving user defined references...
# Finding anchors and sections in the documentation...
# Transferring function references...
# Combining using relations...
# Adding members to index pages...
# Generating style sheet...
# Generating search indices...
# Generating example documentation...
# Generating file sources...
# Generating code for file physfs.h...
# Generating file documentation...
# Generating docs for file physfs.h...
# Generating page documentation...
# Generating group documentation...
# Generating class documentation...
# Generating docs for compound PHYSFS_Allocator...
# Generating docs for compound PHYSFS_ArchiveInfo...
# Generating docs for compound PHYSFS_File...
# Generating docs for compound PHYSFS_Version...
# Generating namespace index...
# Generating graph info page...
# Generating directory documentation...
# Generating index page...
# Generating page index...
# Generating module index...
# Generating namespace index...
# Generating namespace member index...
# Generating annotated compound index...
# Generating alphabetical compound index...
# Generating hierarchical class index...
# Generating member index...
# Generating file index...
# Generating file member index...
# Generating example index...
# finalizing index lists...
# writing tag file...
# lookup cache used 137/65536 hits=747 misses=137
# finished...
# [100%] Built target docs
# ==> Entering fakeroot environment...
# ==> Starting package()...
# [ 50%] Built target physfs-static
# [100%] Built target physfs
# Install the project...
# -- Install configuration: "Release"
# -- Installing: /tmp/physfs/pkg/physfs/usr/lib/libphysfs.a
# -- Installing: /tmp/physfs/pkg/physfs/usr/lib/libphysfs.so.2.0.3
# -- Installing: /tmp/physfs/pkg/physfs/usr/lib/libphysfs.so.1
# -- Installing: /tmp/physfs/pkg/physfs/usr/lib/libphysfs.so
# -- Installing: /tmp/physfs/pkg/physfs/usr/include/physfs.h
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "physfs"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: physfs 2.0.3-2 (Thu Apr 13 19:36:36 UTC 2017)

CMD: pacman --query --file physfs-2.0.3-2-x86_64.pkg.tar.xz
# physfs 2.0.3-2

Creating hybrid package for 'physfs'

Trying to find vanilla package 'physfs'...

CMD: pacman --query --file /mirror/physfs-2.0.3-2.pkg.tar.xz
# physfs 2.0.3-2

Package file has the following structure:
# /.PKGINFO
# /.MTREE
# /usr/lib/libphysfs.so
# /usr/lib/libphysfs.so.2.0.3
# /usr/lib/libphysfs.so.1
# /usr/include/physfs.h
# /usr/share/licenses/physfs/LICENSE
# /usr/share/doc/physfs/globals_type.html
# /usr/share/doc/physfs/nav_h.png
# /usr/share/doc/physfs/globals_defs.html
# /usr/share/doc/physfs/open.png
# /usr/share/doc/physfs/files.html
# /usr/share/doc/physfs/sync_off.png
# /usr/share/doc/physfs/tab_b.png
# /usr/share/doc/physfs/classes.html
# /usr/share/doc/physfs/ftv2node.png
# /usr/share/doc/physfs/tab_s.png
# /usr/share/doc/physfs/tab_h.png
# /usr/share/doc/physfs/physfs_8h.html
# /usr/share/doc/physfs/globals.html
# /usr/share/doc/physfs/functions_vars.html
# /usr/share/doc/physfs/ftv2blank.png
# /usr/share/doc/physfs/bdwn.png
# /usr/share/doc/physfs/physfs_8h_source.html
# /usr/share/doc/physfs/bc_s.png
# /usr/share/doc/physfs/ftv2folderclosed.png
# /usr/share/doc/physfs/tabs.css
# /usr/share/doc/physfs/functions.html
# /usr/share/doc/physfs/ftv2doc.png
# /usr/share/doc/physfs/globals_func.html
# /usr/share/doc/physfs/ftv2pnode.png
# /usr/share/doc/physfs/structPHYSFS__ArchiveInfo.html
# /usr/share/doc/physfs/nav_g.png
# /usr/share/doc/physfs/structPHYSFS__Version.html
# /usr/share/doc/physfs/ftv2vertline.png
# /usr/share/doc/physfs/structPHYSFS__Allocator.html
# /usr/share/doc/physfs/tab_a.png
# /usr/share/doc/physfs/ftv2mnode.png
# /usr/share/doc/physfs/jquery.js
# /usr/share/doc/physfs/ftv2cl.png
# /usr/share/doc/physfs/nav_f.png
# /usr/share/doc/physfs/doxygen.png
# /usr/share/doc/physfs/ftv2ns.png
# /usr/share/doc/physfs/annotated.html
# /usr/share/doc/physfs/index.html
# /usr/share/doc/physfs/ftv2lastnode.png
# /usr/share/doc/physfs/ftv2mo.png
# /usr/share/doc/physfs/doxygen.css
# /usr/share/doc/physfs/ftv2link.png
# /usr/share/doc/physfs/ftv2plastnode.png
# /usr/share/doc/physfs/ftv2folderopen.png
# /usr/share/doc/physfs/structPHYSFS__File.html
# /usr/share/doc/physfs/sync_on.png
# /usr/share/doc/physfs/closed.png
# /usr/share/doc/physfs/ftv2splitbar.png
# /usr/share/doc/physfs/dynsections.js
# /usr/share/doc/physfs/ftv2mlastnode.png
# /usr/share/man/man3/PHYSFS_fileLength.3.gz
# /usr/share/man/man3/PHYSFS_Init.3.gz
# /usr/share/man/man3/PHYSFS_swapSBE16.3.gz
# /usr/share/man/man3/PHYSFS_utf8ToUcs4.3.gz
# /usr/share/man/man3/PHYSFS_sint16.3.gz
# /usr/share/man/man3/PHYSFS_readSBE32.3.gz
# /usr/share/man/man3/PHYSFS_swapSLE16.3.gz
# /usr/share/man/man3/PHYSFS_isDirectory.3.gz
# /usr/share/man/man3/PHYSFS_mkdir.3.gz
# /usr/share/man/man3/PHYSFS_supportedArchiveTypes.3.gz
# /usr/share/man/man3/PHYSFS_readUBE64.3.gz
# /usr/share/man/man3/PHYSFS_extension.3.gz
# /usr/share/man/man3/PHYSFS_setBuffer.3.gz
# /usr/share/man/man3/PHYSFS_uint16.3.gz
# /usr/share/man/man3/PHYSFS_writeSBE32.3.gz
# /usr/share/man/man3/PHYSFS_readULE64.3.gz
# /usr/share/man/man3/PHYSFS_utf8FromLatin1.3.gz
# /usr/share/man/man3/PHYSFS_readSBE64.3.gz
# /usr/share/man/man3/PHYSFS_writeULE16.3.gz
# /usr/share/man/man3/PHYSFS_sint64.3.gz
# /usr/share/man/man3/PHYSFS_Realloc.3.gz
# /usr/share/man/man3/PHYSFS_getDirSeparator.3.gz
# /usr/share/man/man3/PHYSFS_EnumFilesCallback.3.gz
# /usr/share/man/man3/PHYSFS_isInit.3.gz
# /usr/share/man/man3/PHYSFS_enumerateFilesCallback.3.gz
# /usr/share/man/man3/PHYSFS_swapSBE64.3.gz
# /usr/share/man/man3/PHYSFS_StringCallback.3.gz
# /usr/share/man/man3/PHYSFS_writeSBE16.3.gz
# /usr/share/man/man3/PHYSFS_getCdRomDirs.3.gz
# /usr/share/man/man3/PHYSFS_Allocator.3.gz
# /usr/share/man/man3/PHYSFS_author.3.gz
# /usr/share/man/man3/physfs.h.3.gz
# /usr/share/man/man3/PHYSFS_minor.3.gz
# /usr/share/man/man3/PHYSFS_mount.3.gz
# /usr/share/man/man3/PHYSFS_eof.3.gz
# /usr/share/man/man3/PHYSFS_getMountPoint.3.gz
# /usr/share/man/man3/PHYSFS_writeSLE64.3.gz
# /usr/share/man/man3/PHYSFS_uint8.3.gz
# /usr/share/man/man3/PHYSFS_writeUBE64.3.gz
# /usr/share/man/man3/PHYSFS_VERSION.3.gz
# /usr/share/man/man3/PHYSFS_uint32.3.gz
# /usr/share/man/man3/PHYSFS_ArchiveInfo.3.gz
# /usr/share/man/man3/PHYSFS_readUBE16.3.gz
# /usr/share/man/man3/PHYSFS_flush.3.gz
# /usr/share/man/man3/PHYSFS_openAppend.3.gz
# /usr/share/man/man3/PHYSFS_removeFromSearchPath.3.gz
# /usr/share/man/man3/PHYSFS_swapUBE16.3.gz
# /usr/share/man/man3/PHYSFS_file.3.gz
# /usr/share/man/man3/PHYSFS_writeSLE32.3.gz
# /usr/share/man/man3/PHYSFS_symbolicLinksPermitted.3.gz
# /usr/share/man/man3/PHYSFS_writeUBE32.3.gz
# /usr/share/man/man3/PHYSFS_swapULE16.3.gz
# /usr/share/man/man3/PHYSFS_writeSBE64.3.gz
# /usr/share/man/man3/PHYSFS_swapSLE64.3.gz
# /usr/share/man/man3/PHYSFS_writeULE64.3.gz
# /usr/share/man/man3/PHYSFS_getWriteDir.3.gz
# /usr/share/man/man3/PHYSFS_uint64.3.gz
# /usr/share/man/man3/PHYSFS_freeList.3.gz
# /usr/share/man/man3/PHYSFS_readSLE32.3.gz
# /usr/share/man/man3/PHYSFS_writeSLE16.3.gz
# /usr/share/man/man3/PHYSFS_permitSymbolicLinks.3.gz
# /usr/share/man/man3/PHYSFS_swapULE64.3.gz
# /usr/share/man/man3/PHYSFS_seek.3.gz
# /usr/share/man/man3/PHYSFS_readSBE16.3.gz
# /usr/share/man/man3/PHYSFS_patch.3.gz
# /usr/share/man/man3/PHYSFS_delete.3.gz
# /usr/share/man/man3/PHYSFS_addToSearchPath.3.gz
# /usr/share/man/man3/PHYSFS_tell.3.gz
# /usr/share/man/man3/PHYSFS_deinit.3.gz
# /usr/share/man/man3/PHYSFS_isSymbolicLink.3.gz
# /usr/share/man/man3/PHYSFS_getSearchPath.3.gz
# /usr/share/man/man3/PHYSFS_init.3.gz
# /usr/share/man/man3/PHYSFS_exists.3.gz
# /usr/share/man/man3/PHYSFS_getLastError.3.gz
# /usr/share/man/man3/PHYSFS_swapSLE32.3.gz
# /usr/share/man/man3/PHYSFS_utf8FromUcs4.3.gz
# /usr/share/man/man3/PHYSFS_readULE16.3.gz
# /usr/share/man/man3/PHYSFS_swapSBE32.3.gz
# /usr/share/man/man3/PHYSFS_close.3.gz
# /usr/share/man/man3/PHYSFS_openRead.3.gz
# /usr/share/man/man3/PHYSFS_swapUBE32.3.gz
# /usr/share/man/man3/PHYSFS_swapULE32.3.gz
# /usr/share/man/man3/PHYSFS_getCdRomDirsCallback.3.gz
# /usr/share/man/man3/PHYSFS_writeUBE16.3.gz
# /usr/share/man/man3/PHYSFS_readSLE64.3.gz
# /usr/share/man/man3/PHYSFS_Deinit.3.gz
# /usr/share/man/man3/PHYSFS_Version.3.gz
# /usr/share/man/man3/PHYSFS_setAllocator.3.gz
# /usr/share/man/man3/PHYSFS_utf8FromUcs2.3.gz
# /usr/share/man/man3/PHYSFS_getRealDir.3.gz
# /usr/share/man/man3/PHYSFS_description.3.gz
# /usr/share/man/man3/PHYSFS_getLastModTime.3.gz
# /usr/share/man/man3/PHYSFS_swapUBE64.3.gz
# /usr/share/man/man3/PHYSFS_getLinkedVersion.3.gz
# /usr/share/man/man3/PHYSFS_sint8.3.gz
# /usr/share/man/man3/PHYSFS_getSearchPathCallback.3.gz
# /usr/share/man/man3/PHYSFS_File.3.gz
# /usr/share/man/man3/PHYSFS_setSaneConfig.3.gz
# /usr/share/man/man3/PHYSFS_readULE32.3.gz
# /usr/share/man/man3/PHYSFS_getUserDir.3.gz
# /usr/share/man/man3/PHYSFS_readSLE16.3.gz
# /usr/share/man/man3/PHYSFS_write.3.gz
# /usr/share/man/man3/PHYSFS_openWrite.3.gz
# /usr/share/man/man3/PHYSFS_readUBE32.3.gz
# /usr/share/man/man3/PHYSFS_getBaseDir.3.gz
# /usr/share/man/man3/PHYSFS_writeULE32.3.gz
# /usr/share/man/man3/PHYSFS_Free.3.gz
# /usr/share/man/man3/PHYSFS_opaque.3.gz
# /usr/share/man/man3/PHYSFS_utf8ToUcs2.3.gz
# /usr/share/man/man3/PHYSFS_major.3.gz
# /usr/share/man/man3/PHYSFS_read.3.gz
# /usr/share/man/man3/PHYSFS_sint32.3.gz
# /usr/share/man/man3/PHYSFS_setWriteDir.3.gz
# /usr/share/man/man3/PHYSFS_enumerateFiles.3.gz
# /usr/share/man/man3/PHYSFS_Malloc.3.gz
# /usr/share/man/man3/PHYSFS_url.3.gz
# /sysroot/usr/lib/libphysfs.a
# /sysroot/usr/lib/libphysfs.so.2.0.3
# /sysroot/usr/lib/libphysfs.so.1
# /sysroot/usr/lib/libphysfs.so
# /sysroot/usr/include/physfs.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 physfs.pkg.tar.xz .PKGINFO
# .PKGINFO

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

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/physfs.pkg.tar.xz
# ==> ERROR: Failed to acquire lockfile: /var/cache/pacman/pkg/tuscan.db.tar.lck.
# ==> ERROR: Held by process 1107

Attempting to access local repository, attempt 2

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/physfs.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/physfs.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 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/bin/make" "cmTC_4fef2/fast"
# /usr/bin/make -f CMakeFiles/cmTC_4fef2.dir/build.make CMakeFiles/cmTC_4fef2.dir/build
# make[1]: Entering directory '/tmp/physfs/src/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_4fef2.dir/CheckIncludeFile.c.o
# /usr/bin/clang -o CMakeFiles/cmTC_4fef2.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_4fef2.dir/build.make:66: CMakeFiles/cmTC_4fef2.dir/CheckIncludeFile.c.o] Error 1
# make[1]: Leaving directory '/tmp/physfs/src/build/CMakeFiles/CMakeTmp'
# make: *** [Makefile:126: cmTC_4fef2/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: /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/physfs/src/build/CMakeFiles/3.5.2/CompilerIdC/a.out"
#
# Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded.
# Compiler: /usr/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/bin/make" "cmTC_53a5e/fast"
# /usr/bin/make -f CMakeFiles/cmTC_53a5e.dir/build.make CMakeFiles/cmTC_53a5e.dir/build
# make[1]: Entering directory '/tmp/physfs/src/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_53a5e.dir/testCCompiler.c.o
# /usr/bin/clang -o CMakeFiles/cmTC_53a5e.dir/testCCompiler.c.o -c /tmp/physfs/src/build/CMakeFiles/CMakeTmp/testCCompiler.c
# Linking C executable cmTC_53a5e
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_53a5e.dir/link.txt --verbose=1
# /usr/bin/clang CMakeFiles/cmTC_53a5e.dir/testCCompiler.c.o -o cmTC_53a5e -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/bin/make" "cmTC_b6b9e/fast"
# /usr/bin/make -f CMakeFiles/cmTC_b6b9e.dir/build.make CMakeFiles/cmTC_b6b9e.dir/build
# make[1]: Entering directory '/tmp/physfs/src/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_b6b9e.dir/CMakeCCompilerABI.c.o
# /usr/bin/clang -o CMakeFiles/cmTC_b6b9e.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-3.5/Modules/CMakeCCompilerABI.c
# Linking C executable cmTC_b6b9e
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b6b9e.dir/link.txt --verbose=1
# /usr/bin/clang -v CMakeFiles/cmTC_b6b9e.dir/CMakeCCompilerABI.c.o -o cmTC_b6b9e -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_b6b9e /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_b6b9e.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/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/bin/make" "cmTC_b6b9e/fast"]
# ignore line: [/usr/bin/make -f CMakeFiles/cmTC_b6b9e.dir/build.make CMakeFiles/cmTC_b6b9e.dir/build]
# ignore line: [make[1]: Entering directory '/tmp/physfs/src/build/CMakeFiles/CMakeTmp']
# ignore line: [Building C object CMakeFiles/cmTC_b6b9e.dir/CMakeCCompilerABI.c.o]
# ignore line: [/usr/bin/clang -o CMakeFiles/cmTC_b6b9e.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-3.5/Modules/CMakeCCompilerABI.c]
# ignore line: [Linking C executable cmTC_b6b9e]
# ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b6b9e.dir/link.txt --verbose=1]
# ignore line: [/usr/bin/clang -v CMakeFiles/cmTC_b6b9e.dir/CMakeCCompilerABI.c.o -o cmTC_b6b9e -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_b6b9e /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_b6b9e.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_b6b9e] ==> 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_b6b9e.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/physfs/src/build/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_22c82/fast"
# /usr/bin/make -f CMakeFiles/cmTC_22c82.dir/build.make CMakeFiles/cmTC_22c82.dir/build
# make[1]: Entering directory '/tmp/physfs/src/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_22c82.dir/feature_tests.c.o
# /usr/bin/clang -std=c11 -o CMakeFiles/cmTC_22c82.dir/feature_tests.c.o -c /tmp/physfs/src/build/CMakeFiles/feature_tests.c
# Linking C executable cmTC_22c82
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_22c82.dir/link.txt --verbose=1
# /usr/bin/clang CMakeFiles/cmTC_22c82.dir/feature_tests.c.o -o cmTC_22c82 -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/bin/make" "cmTC_837a8/fast"
# /usr/bin/make -f CMakeFiles/cmTC_837a8.dir/build.make CMakeFiles/cmTC_837a8.dir/build
# make[1]: Entering directory '/tmp/physfs/src/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_837a8.dir/feature_tests.c.o
# /usr/bin/clang -std=c99 -o CMakeFiles/cmTC_837a8.dir/feature_tests.c.o -c /tmp/physfs/src/build/CMakeFiles/feature_tests.c
# Linking C executable cmTC_837a8
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_837a8.dir/link.txt --verbose=1
# /usr/bin/clang CMakeFiles/cmTC_837a8.dir/feature_tests.c.o -o cmTC_837a8 -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/bin/make" "cmTC_d9eeb/fast"
# /usr/bin/make -f CMakeFiles/cmTC_d9eeb.dir/build.make CMakeFiles/cmTC_d9eeb.dir/build
# make[1]: Entering directory '/tmp/physfs/src/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_d9eeb.dir/feature_tests.c.o
# /usr/bin/clang -std=c90 -o CMakeFiles/cmTC_d9eeb.dir/feature_tests.c.o -c /tmp/physfs/src/build/CMakeFiles/feature_tests.c
# Linking C executable cmTC_d9eeb
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d9eeb.dir/link.txt --verbose=1
# /usr/bin/clang CMakeFiles/cmTC_d9eeb.dir/feature_tests.c.o -o cmTC_d9eeb -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/bin/make" "cmTC_49966/fast"
# /usr/bin/make -f CMakeFiles/cmTC_49966.dir/build.make CMakeFiles/cmTC_49966.dir/build
# make[1]: Entering directory '/tmp/physfs/src/build/CMakeFiles/CMakeTmp'
# Building CXX object CMakeFiles/cmTC_49966.dir/testCXXCompiler.cxx.o
# /usr/bin/clang++ -o CMakeFiles/cmTC_49966.dir/testCXXCompiler.cxx.o -c /tmp/physfs/src/build/CMakeFiles/CMakeTmp/testCXXCompiler.cxx
# Linking CXX executable cmTC_49966
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_49966.dir/link.txt --verbose=1
# /usr/bin/clang++ CMakeFiles/cmTC_49966.dir/testCXXCompiler.cxx.o -o cmTC_49966 -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/bin/make" "cmTC_a0030/fast"
# /usr/bin/make -f CMakeFiles/cmTC_a0030.dir/build.make CMakeFiles/cmTC_a0030.dir/build
# make[1]: Entering directory '/tmp/physfs/src/build/CMakeFiles/CMakeTmp'
# Building CXX object CMakeFiles/cmTC_a0030.dir/CMakeCXXCompilerABI.cpp.o
# /usr/bin/clang++ -o CMakeFiles/cmTC_a0030.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-3.5/Modules/CMakeCXXCompilerABI.cpp
# Linking CXX executable cmTC_a0030
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a0030.dir/link.txt --verbose=1
# /usr/bin/clang++ -v CMakeFiles/cmTC_a0030.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_a0030 -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_a0030 /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_a0030.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /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/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/bin/make" "cmTC_a0030/fast"]
# ignore line: [/usr/bin/make -f CMakeFiles/cmTC_a0030.dir/build.make CMakeFiles/cmTC_a0030.dir/build]
# ignore line: [make[1]: Entering directory '/tmp/physfs/src/build/CMakeFiles/CMakeTmp']
# ignore line: [Building CXX object CMakeFiles/cmTC_a0030.dir/CMakeCXXCompilerABI.cpp.o]
# ignore line: [/usr/bin/clang++ -o CMakeFiles/cmTC_a0030.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-3.5/Modules/CMakeCXXCompilerABI.cpp]
# ignore line: [Linking CXX executable cmTC_a0030]
# ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a0030.dir/link.txt --verbose=1]
# ignore line: [/usr/bin/clang++ -v CMakeFiles/cmTC_a0030.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_a0030 -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_a0030 /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_a0030.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /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_a0030] ==> 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_a0030.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore
# arg [-lstdc++] ==> lib [stdc++]
# arg [-lm] ==> lib [m]
# arg [-lgcc_s] ==> lib [gcc_s]
# arg [-lgcc] ==> lib [gcc]
# arg [-lc] ==> lib [c]
# arg [-lgcc_s] ==> lib [gcc_s]
# arg [-lgcc] ==> lib [gcc]
# 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_s]
# remove lib [gcc]
# remove lib [gcc_s]
# remove lib [gcc]
# 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: [stdc++;m;c]
# implicit dirs: [/usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1;/usr/lib64;/lib64;/usr/lib;/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/bin/make" "cmTC_47a46/fast"
# /usr/bin/make -f CMakeFiles/cmTC_47a46.dir/build.make CMakeFiles/cmTC_47a46.dir/build
# make[1]: Entering directory '/tmp/physfs/src/build/CMakeFiles/CMakeTmp'
# Building CXX object CMakeFiles/cmTC_47a46.dir/feature_tests.cxx.o
# /usr/bin/clang++ -std=c++14 -o CMakeFiles/cmTC_47a46.dir/feature_tests.cxx.o -c /tmp/physfs/src/build/CMakeFiles/feature_tests.cxx
# Linking CXX executable cmTC_47a46
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_47a46.dir/link.txt --verbose=1
# /usr/bin/clang++ CMakeFiles/cmTC_47a46.dir/feature_tests.cxx.o -o cmTC_47a46 -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/bin/make" "cmTC_f001c/fast"
# /usr/bin/make -f CMakeFiles/cmTC_f001c.dir/build.make CMakeFiles/cmTC_f001c.dir/build
# make[1]: Entering directory '/tmp/physfs/src/build/CMakeFiles/CMakeTmp'
# Building CXX object CMakeFiles/cmTC_f001c.dir/feature_tests.cxx.o
# /usr/bin/clang++ -std=c++11 -o CMakeFiles/cmTC_f001c.dir/feature_tests.cxx.o -c /tmp/physfs/src/build/CMakeFiles/feature_tests.cxx
# Linking CXX executable cmTC_f001c
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f001c.dir/link.txt --verbose=1
# /usr/bin/clang++ CMakeFiles/cmTC_f001c.dir/feature_tests.cxx.o -o cmTC_f001c -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/bin/make" "cmTC_e70fa/fast"
# /usr/bin/make -f CMakeFiles/cmTC_e70fa.dir/build.make CMakeFiles/cmTC_e70fa.dir/build
# make[1]: Entering directory '/tmp/physfs/src/build/CMakeFiles/CMakeTmp'
# Building CXX object CMakeFiles/cmTC_e70fa.dir/feature_tests.cxx.o
# /usr/bin/clang++ -std=c++98 -o CMakeFiles/cmTC_e70fa.dir/feature_tests.cxx.o -c /tmp/physfs/src/build/CMakeFiles/feature_tests.cxx
# Linking CXX executable cmTC_e70fa
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e70fa.dir/link.txt --verbose=1
# /usr/bin/clang++ CMakeFiles/cmTC_e70fa.dir/feature_tests.cxx.o -o cmTC_e70fa -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/bin/make" "cmTC_ab63c/fast"
# /usr/bin/make -f CMakeFiles/cmTC_ab63c.dir/build.make CMakeFiles/cmTC_ab63c.dir/build
# make[1]: Entering directory '/tmp/physfs/src/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_ab63c.dir/CheckIncludeFile.c.o
# /usr/bin/clang -o CMakeFiles/cmTC_ab63c.dir/CheckIncludeFile.c.o -c /tmp/physfs/src/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
# Linking C executable cmTC_ab63c
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ab63c.dir/link.txt --verbose=1
# /usr/bin/clang CMakeFiles/cmTC_ab63c.dir/CheckIncludeFile.c.o -o cmTC_ab63c -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/bin/make" "cmTC_56f7c/fast"
# /usr/bin/make -f CMakeFiles/cmTC_56f7c.dir/build.make CMakeFiles/cmTC_56f7c.dir/build
# make[1]: Entering directory '/tmp/physfs/src/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_56f7c.dir/CheckIncludeFile.c.o
# /usr/bin/clang -o CMakeFiles/cmTC_56f7c.dir/CheckIncludeFile.c.o -c /tmp/physfs/src/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
# Linking C executable cmTC_56f7c
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_56f7c.dir/link.txt --verbose=1
# /usr/bin/clang CMakeFiles/cmTC_56f7c.dir/CheckIncludeFile.c.o -o cmTC_56f7c -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/bin/make" "cmTC_6b391/fast"
# /usr/bin/make -f CMakeFiles/cmTC_6b391.dir/build.make CMakeFiles/cmTC_6b391.dir/build
# make[1]: Entering directory '/tmp/physfs/src/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_6b391.dir/CheckIncludeFile.c.o
# /usr/bin/clang -o CMakeFiles/cmTC_6b391.dir/CheckIncludeFile.c.o -c /tmp/physfs/src/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
# Linking C executable cmTC_6b391
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_6b391.dir/link.txt --verbose=1
# /usr/bin/clang CMakeFiles/cmTC_6b391.dir/CheckIncludeFile.c.o -o cmTC_6b391 -rdynamic
# make[1]: Leaving directory '/tmp/physfs/src/build/CMakeFiles/CMakeTmp'
#
#