Build of qhull with clang_glibc toolchain

The build took 00h 02m 04s and was SUCCESSFUL.

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

SLOCLanguage
40,104 ansic
11,286 cpp
955 sh
720 makefile
53,065 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: qhull 2015.2-1 (Thu Apr 13 20:41:53 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/types.h
# -- Looking for sys/types.h - found
# -- Looking for inttypes.h
# -- Looking for inttypes.h - found
# -- Looking for stddef.h
# -- Looking for stddef.h - found
# -- Looking for stdint.h
# -- Looking for stdint.h - found
# -- Check size of off_t
# -- Check size of off_t - done
# -- Looking for fseeko
# -- Looking for fseeko - found
# -- Looking for ftello
# -- Looking for ftello - found
# -- Looking for PRIdMAX
# -- Looking for PRIdMAX - found
# --
# -- ========== qhull Build Information ==========
# -- Build Version: 7.2.0
# -- Install Prefix (CMAKE_INSTALL_PREFIX): /usr
# -- Binary Directory (BIN_INSTALL_DIR): /usr/bin
# -- Library Directory (LIB_INSTALL_DIR): /usr/lib
# -- Include Directory (INCLUDE_INSTALL_DIR): /usr/include
# -- Documentation Directory (DOC_INSTALL_DIR): /usr/share/doc/qhull
# -- Man Pages Directory (MAN_INSTALL_DIR): /usr/share/man/man1
# -- Build Type (CMAKE_BUILD_TYPE):
# -- To override these options, add -D{OPTION_NAME}=... to the cmake command
# -- Build the debug targets -DCMAKE_BUILD_TYPE=Debug
# --
# -- To build and install qhull, enter "make" and "make install"
# -- To smoketest qhull, enter "ctest"
# --
# -- Configuring done
# -- Generating done
# -- Build files have been written to: /tmp/qhull/src/qhull-2015.2/srcbuild
# Scanning dependencies of target qhullstatic_r
# [ 1%] Building C object CMakeFiles/qhullstatic_r.dir/src/libqhull_r/global_r.c.o
# [ 2%] Building C object CMakeFiles/qhullstatic_r.dir/src/libqhull_r/stat_r.c.o
# [ 2%] Building C object CMakeFiles/qhullstatic_r.dir/src/libqhull_r/geom2_r.c.o
# [ 3%] Building C object CMakeFiles/qhullstatic_r.dir/src/libqhull_r/poly2_r.c.o
# [ 4%] Building C object CMakeFiles/qhullstatic_r.dir/src/libqhull_r/merge_r.c.o
# [ 5%] Building C object CMakeFiles/qhullstatic_r.dir/src/libqhull_r/libqhull_r.c.o
# [ 5%] Building C object CMakeFiles/qhullstatic_r.dir/src/libqhull_r/geom_r.c.o
# [ 6%] Building C object CMakeFiles/qhullstatic_r.dir/src/libqhull_r/poly_r.c.o
# [ 7%] Building C object CMakeFiles/qhullstatic_r.dir/src/libqhull_r/qset_r.c.o
# [ 7%] Building C object CMakeFiles/qhullstatic_r.dir/src/libqhull_r/mem_r.c.o
# [ 8%] Building C object CMakeFiles/qhullstatic_r.dir/src/libqhull_r/random_r.c.o
# [ 9%] Building C object CMakeFiles/qhullstatic_r.dir/src/libqhull_r/usermem_r.c.o
# [ 9%] Building C object CMakeFiles/qhullstatic_r.dir/src/libqhull_r/userprintf_r.c.o
# [ 10%] Building C object CMakeFiles/qhullstatic_r.dir/src/libqhull_r/io_r.c.o
# [ 11%] Building C object CMakeFiles/qhullstatic_r.dir/src/libqhull_r/user_r.c.o
# [ 12%] Building C object CMakeFiles/qhullstatic_r.dir/src/libqhull_r/rboxlib_r.c.o
# [ 12%] Building C object CMakeFiles/qhullstatic_r.dir/src/libqhull_r/userprintf_rbox_r.c.o
# [ 13%] Linking C static library libqhullstatic_r.a
# [ 13%] Built target qhullstatic_r
# Scanning dependencies of target qhull
# [ 14%] Building C object CMakeFiles/qhull.dir/src/qhull/unix_r.c.o
# [ 15%] Linking C executable qhull
# [ 15%] Built target qhull
# Scanning dependencies of target qhull_r
# [ 16%] Building C object CMakeFiles/qhull_r.dir/src/libqhull_r/global_r.c.o
# [ 17%] Building C object CMakeFiles/qhull_r.dir/src/libqhull_r/stat_r.c.o
# [ 18%] Building C object CMakeFiles/qhull_r.dir/src/libqhull_r/geom2_r.c.o
# [ 18%] Building C object CMakeFiles/qhull_r.dir/src/libqhull_r/poly2_r.c.o
# [ 19%] Building C object CMakeFiles/qhull_r.dir/src/libqhull_r/merge_r.c.o
# [ 20%] Building C object CMakeFiles/qhull_r.dir/src/libqhull_r/libqhull_r.c.o
# [ 20%] Building C object CMakeFiles/qhull_r.dir/src/libqhull_r/geom_r.c.o
# [ 21%] Building C object CMakeFiles/qhull_r.dir/src/libqhull_r/poly_r.c.o
# [ 22%] Building C object CMakeFiles/qhull_r.dir/src/libqhull_r/qset_r.c.o
# [ 23%] Building C object CMakeFiles/qhull_r.dir/src/libqhull_r/mem_r.c.o
# [ 23%] Building C object CMakeFiles/qhull_r.dir/src/libqhull_r/random_r.c.o
# [ 25%] Building C object CMakeFiles/qhull_r.dir/src/libqhull_r/usermem_r.c.o
# [ 26%] Building C object CMakeFiles/qhull_r.dir/src/libqhull_r/userprintf_r.c.o
# [ 26%] Building C object CMakeFiles/qhull_r.dir/src/libqhull_r/io_r.c.o
# [ 27%] Building C object CMakeFiles/qhull_r.dir/src/libqhull_r/user_r.c.o
# [ 28%] Building C object CMakeFiles/qhull_r.dir/src/libqhull_r/rboxlib_r.c.o
# [ 28%] Building C object CMakeFiles/qhull_r.dir/src/libqhull_r/userprintf_rbox_r.c.o
# [ 29%] Linking C shared library libqhull_r.so
# [ 29%] Built target qhull_r
# Scanning dependencies of target user_eg
# [ 30%] Building C object CMakeFiles/user_eg.dir/src/user_eg/user_eg_r.c.o
# [ 30%] Linking C executable user_eg
# [ 30%] Built target user_eg
# Scanning dependencies of target qhullstatic
# [ 30%] Building C object CMakeFiles/qhullstatic.dir/src/libqhull/global.c.o
# [ 31%] Building C object CMakeFiles/qhullstatic.dir/src/libqhull/stat.c.o
# [ 32%] Building C object CMakeFiles/qhullstatic.dir/src/libqhull/geom2.c.o
# [ 32%] Building C object CMakeFiles/qhullstatic.dir/src/libqhull/poly2.c.o
# [ 33%] Building C object CMakeFiles/qhullstatic.dir/src/libqhull/merge.c.o
# [ 34%] Building C object CMakeFiles/qhullstatic.dir/src/libqhull/libqhull.c.o
# [ 35%] Building C object CMakeFiles/qhullstatic.dir/src/libqhull/geom.c.o
# [ 35%] Building C object CMakeFiles/qhullstatic.dir/src/libqhull/poly.c.o
# [ 36%] Building C object CMakeFiles/qhullstatic.dir/src/libqhull/qset.c.o
# [ 37%] Building C object CMakeFiles/qhullstatic.dir/src/libqhull/mem.c.o
# [ 37%] Building C object CMakeFiles/qhullstatic.dir/src/libqhull/random.c.o
# [ 38%] Building C object CMakeFiles/qhullstatic.dir/src/libqhull/usermem.c.o
# [ 39%] Building C object CMakeFiles/qhullstatic.dir/src/libqhull/userprintf.c.o
# [ 40%] Building C object CMakeFiles/qhullstatic.dir/src/libqhull/io.c.o
# [ 40%] Building C object CMakeFiles/qhullstatic.dir/src/libqhull/user.c.o
# [ 41%] Building C object CMakeFiles/qhullstatic.dir/src/libqhull/rboxlib.c.o
# [ 42%] Building C object CMakeFiles/qhullstatic.dir/src/libqhull/userprintf_rbox.c.o
# [ 42%] Linking C static library libqhullstatic.a
# [ 42%] Built target qhullstatic
# Scanning dependencies of target qdelaunay
# [ 42%] Building C object CMakeFiles/qdelaunay.dir/src/qdelaunay/qdelaun.c.o
# [ 43%] Linking C executable qdelaunay
# [ 43%] Built target qdelaunay
# Scanning dependencies of target qhullcpp
# [ 44%] Building CXX object CMakeFiles/qhullcpp.dir/src/libqhullcpp/Coordinates.cpp.o
# [ 45%] Building CXX object CMakeFiles/qhullcpp.dir/src/libqhullcpp/PointCoordinates.cpp.o
# [ 45%] Building CXX object CMakeFiles/qhullcpp.dir/src/libqhullcpp/Qhull.cpp.o
# [ 46%] Building CXX object CMakeFiles/qhullcpp.dir/src/libqhullcpp/QhullFacet.cpp.o
# [ 47%] Building CXX object CMakeFiles/qhullcpp.dir/src/libqhullcpp/QhullFacetList.cpp.o
# [ 47%] Building CXX object CMakeFiles/qhullcpp.dir/src/libqhullcpp/QhullFacetSet.cpp.o
# [ 48%] Building CXX object CMakeFiles/qhullcpp.dir/src/libqhullcpp/QhullHyperplane.cpp.o
# [ 50%] Building CXX object CMakeFiles/qhullcpp.dir/src/libqhullcpp/QhullPoint.cpp.o
# [ 51%] Building CXX object CMakeFiles/qhullcpp.dir/src/libqhullcpp/QhullPointSet.cpp.o
# [ 51%] Building CXX object CMakeFiles/qhullcpp.dir/src/libqhullcpp/QhullPoints.cpp.o
# [ 52%] Building CXX object CMakeFiles/qhullcpp.dir/src/libqhullcpp/QhullQh.cpp.o
# [ 53%] Building CXX object CMakeFiles/qhullcpp.dir/src/libqhullcpp/QhullRidge.cpp.o
# [ 53%] Building CXX object CMakeFiles/qhullcpp.dir/src/libqhullcpp/QhullSet.cpp.o
# [ 54%] Building CXX object CMakeFiles/qhullcpp.dir/src/libqhullcpp/QhullStat.cpp.o
# [ 55%] Building CXX object CMakeFiles/qhullcpp.dir/src/libqhullcpp/QhullVertex.cpp.o
# [ 55%] Building CXX object CMakeFiles/qhullcpp.dir/src/libqhullcpp/QhullVertexSet.cpp.o
# [ 56%] Building CXX object CMakeFiles/qhullcpp.dir/src/libqhullcpp/RboxPoints.cpp.o
# [ 57%] Building CXX object CMakeFiles/qhullcpp.dir/src/libqhullcpp/RoadError.cpp.o
# [ 58%] Building CXX object CMakeFiles/qhullcpp.dir/src/libqhullcpp/RoadLogEvent.cpp.o
# [ 58%] Linking CXX static library libqhullcpp.a
# [ 58%] Built target qhullcpp
# Scanning dependencies of target qvoronoi
# [ 59%] Building C object CMakeFiles/qvoronoi.dir/src/qvoronoi/qvoronoi.c.o
# [ 59%] Linking C executable qvoronoi
# [ 59%] Built target qvoronoi
# Scanning dependencies of target qhull_p
# [ 60%] Building C object CMakeFiles/qhull_p.dir/src/libqhull/global.c.o
# [ 60%] Building C object CMakeFiles/qhull_p.dir/src/libqhull/stat.c.o
# [ 61%] Building C object CMakeFiles/qhull_p.dir/src/libqhull/geom2.c.o
# [ 62%] Building C object CMakeFiles/qhull_p.dir/src/libqhull/poly2.c.o
# [ 62%] Building C object CMakeFiles/qhull_p.dir/src/libqhull/merge.c.o
# [ 63%] Building C object CMakeFiles/qhull_p.dir/src/libqhull/libqhull.c.o
# [ 64%] Building C object CMakeFiles/qhull_p.dir/src/libqhull/geom.c.o
# [ 64%] Building C object CMakeFiles/qhull_p.dir/src/libqhull/poly.c.o
# [ 65%] Building C object CMakeFiles/qhull_p.dir/src/libqhull/qset.c.o
# [ 66%] Building C object CMakeFiles/qhull_p.dir/src/libqhull/mem.c.o
# [ 67%] Building C object CMakeFiles/qhull_p.dir/src/libqhull/random.c.o
# [ 67%] Building C object CMakeFiles/qhull_p.dir/src/libqhull/usermem.c.o
# [ 68%] Building C object CMakeFiles/qhull_p.dir/src/libqhull/userprintf.c.o
# [ 69%] Building C object CMakeFiles/qhull_p.dir/src/libqhull/io.c.o
# [ 69%] Building C object CMakeFiles/qhull_p.dir/src/libqhull/user.c.o
# [ 70%] Building C object CMakeFiles/qhull_p.dir/src/libqhull/rboxlib.c.o
# [ 71%] Building C object CMakeFiles/qhull_p.dir/src/libqhull/userprintf_rbox.c.o
# [ 71%] Linking C shared library libqhull_p.so
# [ 71%] Built target qhull_p
# Scanning dependencies of target testqset
# [ 72%] Building C object CMakeFiles/testqset.dir/src/libqhull/qset.c.o
# [ 72%] Building C object CMakeFiles/testqset.dir/src/libqhull/mem.c.o
# [ 73%] Building C object CMakeFiles/testqset.dir/src/libqhull/usermem.c.o
# [ 75%] Building C object CMakeFiles/testqset.dir/src/testqset/testqset.c.o
# [ 75%] Linking C executable testqset
# [ 75%] Built target testqset
# Scanning dependencies of target libqhull
# [ 75%] Building C object CMakeFiles/libqhull.dir/src/libqhull/global.c.o
# [ 76%] Building C object CMakeFiles/libqhull.dir/src/libqhull/stat.c.o
# [ 77%] Building C object CMakeFiles/libqhull.dir/src/libqhull/geom2.c.o
# [ 77%] Building C object CMakeFiles/libqhull.dir/src/libqhull/poly2.c.o
# [ 78%] Building C object CMakeFiles/libqhull.dir/src/libqhull/merge.c.o
# [ 79%] Building C object CMakeFiles/libqhull.dir/src/libqhull/libqhull.c.o
# [ 79%] Building C object CMakeFiles/libqhull.dir/src/libqhull/geom.c.o
# [ 80%] Building C object CMakeFiles/libqhull.dir/src/libqhull/poly.c.o
# [ 81%] Building C object CMakeFiles/libqhull.dir/src/libqhull/qset.c.o
# [ 82%] Building C object CMakeFiles/libqhull.dir/src/libqhull/mem.c.o
# [ 82%] Building C object CMakeFiles/libqhull.dir/src/libqhull/random.c.o
# [ 83%] Building C object CMakeFiles/libqhull.dir/src/libqhull/usermem.c.o
# [ 84%] Building C object CMakeFiles/libqhull.dir/src/libqhull/userprintf.c.o
# [ 84%] Building C object CMakeFiles/libqhull.dir/src/libqhull/io.c.o
# [ 85%] Building C object CMakeFiles/libqhull.dir/src/libqhull/user.c.o
# [ 86%] Building C object CMakeFiles/libqhull.dir/src/libqhull/rboxlib.c.o
# [ 86%] Building C object CMakeFiles/libqhull.dir/src/libqhull/userprintf_rbox.c.o
# [ 87%] Linking C shared library libqhull.so
# [ 87%] Built target libqhull
# Scanning dependencies of target qconvex
# [ 88%] Building C object CMakeFiles/qconvex.dir/src/qconvex/qconvex.c.o
# [ 89%] Linking C executable qconvex
# [ 89%] Built target qconvex
# Scanning dependencies of target qhalf
# [ 90%] Building C object CMakeFiles/qhalf.dir/src/qhalf/qhalf.c.o
# [ 90%] Linking C executable qhalf
# [ 90%] Built target qhalf
# Scanning dependencies of target rbox
# [ 91%] Building C object CMakeFiles/rbox.dir/src/rbox/rbox.c.o
# [ 92%] Linking C executable rbox
# [ 92%] Built target rbox
# Scanning dependencies of target user_eg2
# [ 93%] Building C object CMakeFiles/user_eg2.dir/src/user_eg2/user_eg2_r.c.o
# [ 94%] Linking C executable user_eg2
# [ 94%] Built target user_eg2
# Scanning dependencies of target user_eg3
# [ 94%] Building CXX object CMakeFiles/user_eg3.dir/src/user_eg3/user_eg3_r.cpp.o
# [ 95%] Linking CXX executable user_eg3
# [ 95%] Built target user_eg3
# Scanning dependencies of target testqset_r
# [ 96%] Building C object CMakeFiles/testqset_r.dir/src/libqhull_r/qset_r.c.o
# [ 97%] Building C object CMakeFiles/testqset_r.dir/src/libqhull_r/mem_r.c.o
# [ 97%] Building C object CMakeFiles/testqset_r.dir/src/libqhull_r/usermem_r.c.o
# [ 98%] Building C object CMakeFiles/testqset_r.dir/src/testqset_r/testqset_r.c.o
# [100%] Linking C executable testqset_r
# [100%] Built target testqset_r
# ==> Entering fakeroot environment...
# ==> Starting package()...
# [ 13%] Built target qhullstatic_r
# [ 15%] Built target qhull
# [ 29%] Built target qhull_r
# [ 30%] Built target user_eg
# [ 42%] Built target qhullstatic
# [ 43%] Built target qdelaunay
# [ 58%] Built target qhullcpp
# [ 59%] Built target qvoronoi
# [ 71%] Built target qhull_p
# [ 75%] Built target testqset
# [ 87%] Built target libqhull
# [ 89%] Built target qconvex
# [ 90%] Built target qhalf
# [ 92%] Built target rbox
# [ 94%] Built target user_eg2
# [ 95%] Built target user_eg3
# [100%] Built target testqset_r
# Install the project...
# -- Install configuration: ""
# -- Installing: /tmp/qhull/pkg/qhull/usr/lib/libqhullcpp.a
# -- Installing: /tmp/qhull/pkg/qhull/usr/lib/libqhullstatic.a
# -- Installing: /tmp/qhull/pkg/qhull/usr/lib/libqhullstatic_r.a
# -- Installing: /tmp/qhull/pkg/qhull/usr/lib/libqhull_r.so.7.2.0
# -- Installing: /tmp/qhull/pkg/qhull/usr/lib/libqhull_r.so.7
# -- Installing: /tmp/qhull/pkg/qhull/usr/lib/libqhull_r.so
# -- Set runtime path of "/tmp/qhull/pkg/qhull/usr/lib/libqhull_r.so.7.2.0" to "/usr/lib"
# -- Installing: /tmp/qhull/pkg/qhull/usr/bin/qhull
# -- Installing: /tmp/qhull/pkg/qhull/usr/bin/rbox
# -- Installing: /tmp/qhull/pkg/qhull/usr/bin/qconvex
# -- Installing: /tmp/qhull/pkg/qhull/usr/bin/qdelaunay
# -- Installing: /tmp/qhull/pkg/qhull/usr/bin/qvoronoi
# -- Installing: /tmp/qhull/pkg/qhull/usr/bin/qhalf
# -- Installing: /tmp/qhull/pkg/qhull/usr/lib/libqhull.so.7.2.0
# -- Installing: /tmp/qhull/pkg/qhull/usr/lib/libqhull.so.7
# -- Installing: /tmp/qhull/pkg/qhull/usr/lib/libqhull.so
# -- Set runtime path of "/tmp/qhull/pkg/qhull/usr/lib/libqhull.so.7.2.0" to "/usr/lib"
# -- Installing: /tmp/qhull/pkg/qhull/usr/lib/libqhull_p.so.7.2.0
# -- Installing: /tmp/qhull/pkg/qhull/usr/lib/libqhull_p.so.7
# -- Installing: /tmp/qhull/pkg/qhull/usr/lib/libqhull_p.so
# -- Set runtime path of "/tmp/qhull/pkg/qhull/usr/lib/libqhull_p.so.7.2.0" to "/usr/lib"
# -- Installing: /tmp/qhull/pkg/qhull/usr/include/libqhull/libqhull.h
# -- Installing: /tmp/qhull/pkg/qhull/usr/include/libqhull/geom.h
# -- Installing: /tmp/qhull/pkg/qhull/usr/include/libqhull/io.h
# -- Installing: /tmp/qhull/pkg/qhull/usr/include/libqhull/mem.h
# -- Installing: /tmp/qhull/pkg/qhull/usr/include/libqhull/merge.h
# -- Installing: /tmp/qhull/pkg/qhull/usr/include/libqhull/poly.h
# -- Installing: /tmp/qhull/pkg/qhull/usr/include/libqhull/qhull_a.h
# -- Installing: /tmp/qhull/pkg/qhull/usr/include/libqhull/qset.h
# -- Installing: /tmp/qhull/pkg/qhull/usr/include/libqhull/random.h
# -- Installing: /tmp/qhull/pkg/qhull/usr/include/libqhull/stat.h
# -- Installing: /tmp/qhull/pkg/qhull/usr/include/libqhull/user.h
# -- Installing: /tmp/qhull/pkg/qhull/usr/include/libqhull/index.htm
# -- Installing: /tmp/qhull/pkg/qhull/usr/include/libqhull/qh-geom.htm
# -- Installing: /tmp/qhull/pkg/qhull/usr/include/libqhull/qh-globa.htm
# -- Installing: /tmp/qhull/pkg/qhull/usr/include/libqhull/qh-io.htm
# -- Installing: /tmp/qhull/pkg/qhull/usr/include/libqhull/qh-mem.htm
# -- Installing: /tmp/qhull/pkg/qhull/usr/include/libqhull/qh-merge.htm
# -- Installing: /tmp/qhull/pkg/qhull/usr/include/libqhull/qh-poly.htm
# -- Installing: /tmp/qhull/pkg/qhull/usr/include/libqhull/qh-qhull.htm
# -- Installing: /tmp/qhull/pkg/qhull/usr/include/libqhull/qh-set.htm
# -- Installing: /tmp/qhull/pkg/qhull/usr/include/libqhull/qh-stat.htm
# -- Installing: /tmp/qhull/pkg/qhull/usr/include/libqhull/qh-user.htm
# -- Installing: /tmp/qhull/pkg/qhull/usr/include/libqhull/DEPRECATED.txt
# -- Installing: /tmp/qhull/pkg/qhull/usr/include/libqhull_r/libqhull_r.h
# -- Installing: /tmp/qhull/pkg/qhull/usr/include/libqhull_r/geom_r.h
# -- Installing: /tmp/qhull/pkg/qhull/usr/include/libqhull_r/io_r.h
# -- Installing: /tmp/qhull/pkg/qhull/usr/include/libqhull_r/mem_r.h
# -- Installing: /tmp/qhull/pkg/qhull/usr/include/libqhull_r/merge_r.h
# -- Installing: /tmp/qhull/pkg/qhull/usr/include/libqhull_r/poly_r.h
# -- Installing: /tmp/qhull/pkg/qhull/usr/include/libqhull_r/qhull_ra.h
# -- Installing: /tmp/qhull/pkg/qhull/usr/include/libqhull_r/qset_r.h
# -- Installing: /tmp/qhull/pkg/qhull/usr/include/libqhull_r/random_r.h
# -- Installing: /tmp/qhull/pkg/qhull/usr/include/libqhull_r/stat_r.h
# -- Installing: /tmp/qhull/pkg/qhull/usr/include/libqhull_r/user_r.h
# -- Installing: /tmp/qhull/pkg/qhull/usr/include/libqhull_r/index.htm
# -- Installing: /tmp/qhull/pkg/qhull/usr/include/libqhull_r/qh-geom_r.htm
# -- Installing: /tmp/qhull/pkg/qhull/usr/include/libqhull_r/qh-globa_r.htm
# -- Installing: /tmp/qhull/pkg/qhull/usr/include/libqhull_r/qh-io_r.htm
# -- Installing: /tmp/qhull/pkg/qhull/usr/include/libqhull_r/qh-mem_r.htm
# -- Installing: /tmp/qhull/pkg/qhull/usr/include/libqhull_r/qh-merge_r.htm
# -- Installing: /tmp/qhull/pkg/qhull/usr/include/libqhull_r/qh-poly_r.htm
# -- Installing: /tmp/qhull/pkg/qhull/usr/include/libqhull_r/qh-qhull_r.htm
# -- Installing: /tmp/qhull/pkg/qhull/usr/include/libqhull_r/qh-set_r.htm
# -- Installing: /tmp/qhull/pkg/qhull/usr/include/libqhull_r/qh-stat_r.htm
# -- Installing: /tmp/qhull/pkg/qhull/usr/include/libqhull_r/qh-user_r.htm
# -- Installing: /tmp/qhull/pkg/qhull/usr/include/libqhullcpp/Coordinates.h
# -- Installing: /tmp/qhull/pkg/qhull/usr/include/libqhullcpp/functionObjects.h
# -- Installing: /tmp/qhull/pkg/qhull/usr/include/libqhullcpp/PointCoordinates.h
# -- Installing: /tmp/qhull/pkg/qhull/usr/include/libqhullcpp/Qhull.h
# -- Installing: /tmp/qhull/pkg/qhull/usr/include/libqhullcpp/QhullError.h
# -- Installing: /tmp/qhull/pkg/qhull/usr/include/libqhullcpp/QhullFacet.h
# -- Installing: /tmp/qhull/pkg/qhull/usr/include/libqhullcpp/QhullFacetList.h
# -- Installing: /tmp/qhull/pkg/qhull/usr/include/libqhullcpp/QhullFacetSet.h
# -- Installing: /tmp/qhull/pkg/qhull/usr/include/libqhullcpp/QhullHyperplane.h
# -- Installing: /tmp/qhull/pkg/qhull/usr/include/libqhullcpp/QhullIterator.h
# -- Installing: /tmp/qhull/pkg/qhull/usr/include/libqhullcpp/QhullLinkedList.h
# -- Installing: /tmp/qhull/pkg/qhull/usr/include/libqhullcpp/QhullPoint.h
# -- Installing: /tmp/qhull/pkg/qhull/usr/include/libqhullcpp/QhullPoints.h
# -- Installing: /tmp/qhull/pkg/qhull/usr/include/libqhullcpp/QhullPointSet.h
# -- Installing: /tmp/qhull/pkg/qhull/usr/include/libqhullcpp/QhullQh.h
# -- Installing: /tmp/qhull/pkg/qhull/usr/include/libqhullcpp/QhullRidge.h
# -- Installing: /tmp/qhull/pkg/qhull/usr/include/libqhullcpp/QhullSet.h
# -- Installing: /tmp/qhull/pkg/qhull/usr/include/libqhullcpp/QhullSets.h
# -- Installing: /tmp/qhull/pkg/qhull/usr/include/libqhullcpp/QhullStat.h
# -- Installing: /tmp/qhull/pkg/qhull/usr/include/libqhullcpp/QhullVertex.h
# -- Installing: /tmp/qhull/pkg/qhull/usr/include/libqhullcpp/QhullVertexSet.h
# -- Installing: /tmp/qhull/pkg/qhull/usr/include/libqhullcpp/RboxPoints.h
# -- Installing: /tmp/qhull/pkg/qhull/usr/include/libqhullcpp/RoadError.h
# -- Installing: /tmp/qhull/pkg/qhull/usr/include/libqhullcpp/RoadLogEvent.h
# -- Installing: /tmp/qhull/pkg/qhull/usr/include/libqhullcpp/RoadTest.h
# -- Installing: /tmp/qhull/pkg/qhull/usr/share/man/man1/qhull.1
# -- Installing: /tmp/qhull/pkg/qhull/usr/share/man/man1/rbox.1
# -- Installing: /tmp/qhull/pkg/qhull/usr/share/doc/qhull/README.txt
# -- Installing: /tmp/qhull/pkg/qhull/usr/share/doc/qhull/REGISTER.txt
# -- Installing: /tmp/qhull/pkg/qhull/usr/share/doc/qhull/Announce.txt
# -- Installing: /tmp/qhull/pkg/qhull/usr/share/doc/qhull/COPYING.txt
# -- Installing: /tmp/qhull/pkg/qhull/usr/share/doc/qhull/index.htm
# -- Up-to-date: /tmp/qhull/pkg/qhull/usr/share/doc/qhull
# -- Installing: /tmp/qhull/pkg/qhull/usr/share/doc/qhull/qh-opto.htm
# -- Installing: /tmp/qhull/pkg/qhull/usr/share/doc/qhull/qhull.man
# -- Installing: /tmp/qhull/pkg/qhull/usr/share/doc/qhull/qh-impre.htm
# -- Installing: /tmp/qhull/pkg/qhull/usr/share/doc/qhull/qvoronoi.htm
# -- Installing: /tmp/qhull/pkg/qhull/usr/share/doc/qhull/qhull.htm
# -- Installing: /tmp/qhull/pkg/qhull/usr/share/doc/qhull/qhull-cpp.xml
# -- Installing: /tmp/qhull/pkg/qhull/usr/share/doc/qhull/qh-code.htm
# -- Installing: /tmp/qhull/pkg/qhull/usr/share/doc/qhull/qh-eg.htm
# -- Installing: /tmp/qhull/pkg/qhull/usr/share/doc/qhull/rbox.htm
# -- Installing: /tmp/qhull/pkg/qhull/usr/share/doc/qhull/qh-optp.htm
# -- Installing: /tmp/qhull/pkg/qhull/usr/share/doc/qhull/index.htm
# -- Installing: /tmp/qhull/pkg/qhull/usr/share/doc/qhull/normal_voronoi_knauss_oesterle.jpg
# -- Installing: /tmp/qhull/pkg/qhull/usr/share/doc/qhull/qconvex.htm
# -- Installing: /tmp/qhull/pkg/qhull/usr/share/doc/qhull/qh-quick.htm
# -- Installing: /tmp/qhull/pkg/qhull/usr/share/doc/qhull/qh--geom.gif
# -- Installing: /tmp/qhull/pkg/qhull/usr/share/doc/qhull/qvoron_f.htm
# -- Installing: /tmp/qhull/pkg/qhull/usr/share/doc/qhull/qh-faq.htm
# -- Installing: /tmp/qhull/pkg/qhull/usr/share/doc/qhull/qh--dt.gif
# -- Installing: /tmp/qhull/pkg/qhull/usr/share/doc/qhull/qh--half.gif
# -- Installing: /tmp/qhull/pkg/qhull/usr/share/doc/qhull/rbox.man
# -- Installing: /tmp/qhull/pkg/qhull/usr/share/doc/qhull/qh-optt.htm
# -- Installing: /tmp/qhull/pkg/qhull/usr/share/doc/qhull/qh-optg.htm
# -- Installing: /tmp/qhull/pkg/qhull/usr/share/doc/qhull/qh--rand.gif
# -- Installing: /tmp/qhull/pkg/qhull/usr/share/doc/qhull/rbox.txt
# -- Installing: /tmp/qhull/pkg/qhull/usr/share/doc/qhull/qh-optq.htm
# -- Installing: /tmp/qhull/pkg/qhull/usr/share/doc/qhull/qh-optc.htm
# -- Installing: /tmp/qhull/pkg/qhull/usr/share/doc/qhull/qh--cone.gif
# -- Installing: /tmp/qhull/pkg/qhull/usr/share/doc/qhull/qh-optf.htm
# -- Installing: /tmp/qhull/pkg/qhull/usr/share/doc/qhull/qh-get.htm
# -- Installing: /tmp/qhull/pkg/qhull/usr/share/doc/qhull/qdelaun.htm
# -- Installing: /tmp/qhull/pkg/qhull/usr/share/doc/qhull/qhull.txt
# -- Installing: /tmp/qhull/pkg/qhull/usr/share/doc/qhull/qh--4d.gif
# -- Installing: /tmp/qhull/pkg/qhull/usr/share/doc/qhull/qhalf.htm
# -- Installing: /tmp/qhull/pkg/qhull/usr/share/doc/qhull/qdelau_f.htm
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "qhull"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: qhull 2015.2-1 (Thu Apr 13 20:42:38 UTC 2017)

CMD: pacman --query --file qhull-2015.2-1-x86_64.pkg.tar.xz
# qhull 2015.2-1

Creating hybrid package for 'qhull'

Trying to find vanilla package 'qhull'...

CMD: pacman --query --file /mirror/qhull-2015.2-1.pkg.tar.xz
# qhull 2015.2-1

Package file has the following structure:
# /.PKGINFO
# /.BUILDINFO
# /.MTREE
# /usr/lib/libqhull_r.so.7
# /usr/lib/libqhull_r.so
# /usr/lib/libqhull.so.7
# /usr/lib/libqhull.so
# /usr/lib/libqhull_p.so.7
# /usr/lib/libqhull_p.so
# /usr/lib/libqhullcpp.a
# /usr/lib/libqhullstatic.a
# /usr/lib/libqhullstatic_r.a
# /usr/lib/libqhull_r.so.7.2.0
# /usr/lib/libqhull.so.7.2.0
# /usr/lib/libqhull_p.so.7.2.0
# /usr/bin/qhull
# /usr/bin/rbox
# /usr/bin/qconvex
# /usr/bin/qdelaunay
# /usr/bin/qvoronoi
# /usr/bin/qhalf
# /usr/include/libqhull/libqhull.h
# /usr/include/libqhull/geom.h
# /usr/include/libqhull/io.h
# /usr/include/libqhull/mem.h
# /usr/include/libqhull/merge.h
# /usr/include/libqhull/poly.h
# /usr/include/libqhull/qhull_a.h
# /usr/include/libqhull/qset.h
# /usr/include/libqhull/random.h
# /usr/include/libqhull/stat.h
# /usr/include/libqhull/user.h
# /usr/include/libqhull/index.htm
# /usr/include/libqhull/qh-geom.htm
# /usr/include/libqhull/qh-globa.htm
# /usr/include/libqhull/qh-io.htm
# /usr/include/libqhull/qh-mem.htm
# /usr/include/libqhull/qh-merge.htm
# /usr/include/libqhull/qh-poly.htm
# /usr/include/libqhull/qh-qhull.htm
# /usr/include/libqhull/qh-set.htm
# /usr/include/libqhull/qh-stat.htm
# /usr/include/libqhull/qh-user.htm
# /usr/include/libqhull/DEPRECATED.txt
# /usr/include/libqhull_r/libqhull_r.h
# /usr/include/libqhull_r/geom_r.h
# /usr/include/libqhull_r/io_r.h
# /usr/include/libqhull_r/mem_r.h
# /usr/include/libqhull_r/merge_r.h
# /usr/include/libqhull_r/poly_r.h
# /usr/include/libqhull_r/qhull_ra.h
# /usr/include/libqhull_r/qset_r.h
# /usr/include/libqhull_r/random_r.h
# /usr/include/libqhull_r/stat_r.h
# /usr/include/libqhull_r/user_r.h
# /usr/include/libqhull_r/index.htm
# /usr/include/libqhull_r/qh-geom_r.htm
# /usr/include/libqhull_r/qh-globa_r.htm
# /usr/include/libqhull_r/qh-io_r.htm
# /usr/include/libqhull_r/qh-mem_r.htm
# /usr/include/libqhull_r/qh-merge_r.htm
# /usr/include/libqhull_r/qh-poly_r.htm
# /usr/include/libqhull_r/qh-qhull_r.htm
# /usr/include/libqhull_r/qh-set_r.htm
# /usr/include/libqhull_r/qh-stat_r.htm
# /usr/include/libqhull_r/qh-user_r.htm
# /usr/include/libqhullcpp/Coordinates.h
# /usr/include/libqhullcpp/functionObjects.h
# /usr/include/libqhullcpp/PointCoordinates.h
# /usr/include/libqhullcpp/Qhull.h
# /usr/include/libqhullcpp/QhullError.h
# /usr/include/libqhullcpp/QhullFacet.h
# /usr/include/libqhullcpp/QhullFacetList.h
# /usr/include/libqhullcpp/QhullFacetSet.h
# /usr/include/libqhullcpp/QhullHyperplane.h
# /usr/include/libqhullcpp/QhullIterator.h
# /usr/include/libqhullcpp/QhullLinkedList.h
# /usr/include/libqhullcpp/QhullPoint.h
# /usr/include/libqhullcpp/QhullPoints.h
# /usr/include/libqhullcpp/QhullPointSet.h
# /usr/include/libqhullcpp/QhullQh.h
# /usr/include/libqhullcpp/QhullRidge.h
# /usr/include/libqhullcpp/QhullSet.h
# /usr/include/libqhullcpp/QhullSets.h
# /usr/include/libqhullcpp/QhullStat.h
# /usr/include/libqhullcpp/QhullVertex.h
# /usr/include/libqhullcpp/QhullVertexSet.h
# /usr/include/libqhullcpp/RboxPoints.h
# /usr/include/libqhullcpp/RoadError.h
# /usr/include/libqhullcpp/RoadLogEvent.h
# /usr/include/libqhullcpp/RoadTest.h
# /usr/share/man/man1/qhull.1.gz
# /usr/share/man/man1/rbox.1.gz
# /usr/share/doc/qhull/README.txt
# /usr/share/doc/qhull/REGISTER.txt
# /usr/share/doc/qhull/Announce.txt
# /usr/share/doc/qhull/COPYING.txt
# /usr/share/doc/qhull/index.htm
# /usr/share/doc/qhull/normal_voronoi_knauss_oesterle.jpg
# /usr/share/doc/qhull/qconvex.htm
# /usr/share/doc/qhull/qdelaun.htm
# /usr/share/doc/qhull/qdelau_f.htm
# /usr/share/doc/qhull/qh--4d.gif
# /usr/share/doc/qhull/qh--cone.gif
# /usr/share/doc/qhull/qh--dt.gif
# /usr/share/doc/qhull/qh--geom.gif
# /usr/share/doc/qhull/qh--half.gif
# /usr/share/doc/qhull/qh--rand.gif
# /usr/share/doc/qhull/qh-code.htm
# /usr/share/doc/qhull/qh-eg.htm
# /usr/share/doc/qhull/qh-faq.htm
# /usr/share/doc/qhull/qh-get.htm
# /usr/share/doc/qhull/qh-impre.htm
# /usr/share/doc/qhull/qh-optc.htm
# /usr/share/doc/qhull/qh-optf.htm
# /usr/share/doc/qhull/qh-optg.htm
# /usr/share/doc/qhull/qh-opto.htm
# /usr/share/doc/qhull/qh-optp.htm
# /usr/share/doc/qhull/qh-optq.htm
# /usr/share/doc/qhull/qh-optt.htm
# /usr/share/doc/qhull/qh-quick.htm
# /usr/share/doc/qhull/qhalf.htm
# /usr/share/doc/qhull/qhull-cpp.xml
# /usr/share/doc/qhull/qhull.htm
# /usr/share/doc/qhull/qhull.man
# /usr/share/doc/qhull/qhull.txt
# /usr/share/doc/qhull/qvoronoi.htm
# /usr/share/doc/qhull/qvoron_f.htm
# /usr/share/doc/qhull/rbox.htm
# /usr/share/doc/qhull/rbox.man
# /usr/share/doc/qhull/rbox.txt
# /usr/share/licenses/qhull/license.txt
# /sysroot/usr/lib/libqhullcpp.a
# /sysroot/usr/lib/libqhullstatic.a
# /sysroot/usr/lib/libqhullstatic_r.a
# /sysroot/usr/lib/libqhull_r.so.7.2.0
# /sysroot/usr/lib/libqhull_r.so.7
# /sysroot/usr/lib/libqhull_r.so
# /sysroot/usr/lib/libqhull.so.7.2.0
# /sysroot/usr/lib/libqhull.so.7
# /sysroot/usr/lib/libqhull.so
# /sysroot/usr/lib/libqhull_p.so.7.2.0
# /sysroot/usr/lib/libqhull_p.so.7
# /sysroot/usr/lib/libqhull_p.so
# /sysroot/usr/include/libqhull/libqhull.h
# /sysroot/usr/include/libqhull/geom.h
# /sysroot/usr/include/libqhull/io.h
# /sysroot/usr/include/libqhull/mem.h
# /sysroot/usr/include/libqhull/merge.h
# /sysroot/usr/include/libqhull/poly.h
# /sysroot/usr/include/libqhull/qhull_a.h
# /sysroot/usr/include/libqhull/qset.h
# /sysroot/usr/include/libqhull/random.h
# /sysroot/usr/include/libqhull/stat.h
# /sysroot/usr/include/libqhull/user.h
# /sysroot/usr/include/libqhull/index.htm
# /sysroot/usr/include/libqhull/qh-geom.htm
# /sysroot/usr/include/libqhull/qh-globa.htm
# /sysroot/usr/include/libqhull/qh-io.htm
# /sysroot/usr/include/libqhull/qh-mem.htm
# /sysroot/usr/include/libqhull/qh-merge.htm
# /sysroot/usr/include/libqhull/qh-poly.htm
# /sysroot/usr/include/libqhull/qh-qhull.htm
# /sysroot/usr/include/libqhull/qh-set.htm
# /sysroot/usr/include/libqhull/qh-stat.htm
# /sysroot/usr/include/libqhull/qh-user.htm
# /sysroot/usr/include/libqhull/DEPRECATED.txt
# /sysroot/usr/include/libqhull_r/libqhull_r.h
# /sysroot/usr/include/libqhull_r/geom_r.h
# /sysroot/usr/include/libqhull_r/io_r.h
# /sysroot/usr/include/libqhull_r/mem_r.h
# /sysroot/usr/include/libqhull_r/merge_r.h
# /sysroot/usr/include/libqhull_r/poly_r.h
# /sysroot/usr/include/libqhull_r/qhull_ra.h
# /sysroot/usr/include/libqhull_r/qset_r.h
# /sysroot/usr/include/libqhull_r/random_r.h
# /sysroot/usr/include/libqhull_r/stat_r.h
# /sysroot/usr/include/libqhull_r/user_r.h
# /sysroot/usr/include/libqhull_r/index.htm
# /sysroot/usr/include/libqhull_r/qh-geom_r.htm
# /sysroot/usr/include/libqhull_r/qh-globa_r.htm
# /sysroot/usr/include/libqhull_r/qh-io_r.htm
# /sysroot/usr/include/libqhull_r/qh-mem_r.htm
# /sysroot/usr/include/libqhull_r/qh-merge_r.htm
# /sysroot/usr/include/libqhull_r/qh-poly_r.htm
# /sysroot/usr/include/libqhull_r/qh-qhull_r.htm
# /sysroot/usr/include/libqhull_r/qh-set_r.htm
# /sysroot/usr/include/libqhull_r/qh-stat_r.htm
# /sysroot/usr/include/libqhull_r/qh-user_r.htm
# /sysroot/usr/include/libqhullcpp/Coordinates.h
# /sysroot/usr/include/libqhullcpp/functionObjects.h
# /sysroot/usr/include/libqhullcpp/PointCoordinates.h
# /sysroot/usr/include/libqhullcpp/Qhull.h
# /sysroot/usr/include/libqhullcpp/QhullError.h
# /sysroot/usr/include/libqhullcpp/QhullFacet.h
# /sysroot/usr/include/libqhullcpp/QhullFacetList.h
# /sysroot/usr/include/libqhullcpp/QhullFacetSet.h
# /sysroot/usr/include/libqhullcpp/QhullHyperplane.h
# /sysroot/usr/include/libqhullcpp/QhullIterator.h
# /sysroot/usr/include/libqhullcpp/QhullLinkedList.h
# /sysroot/usr/include/libqhullcpp/QhullPoint.h
# /sysroot/usr/include/libqhullcpp/QhullPoints.h
# /sysroot/usr/include/libqhullcpp/QhullPointSet.h
# /sysroot/usr/include/libqhullcpp/QhullQh.h
# /sysroot/usr/include/libqhullcpp/QhullRidge.h
# /sysroot/usr/include/libqhullcpp/QhullSet.h
# /sysroot/usr/include/libqhullcpp/QhullSets.h
# /sysroot/usr/include/libqhullcpp/QhullStat.h
# /sysroot/usr/include/libqhullcpp/QhullVertex.h
# /sysroot/usr/include/libqhullcpp/QhullVertexSet.h
# /sysroot/usr/include/libqhullcpp/RboxPoints.h
# /sysroot/usr/include/libqhullcpp/RoadError.h
# /sysroot/usr/include/libqhullcpp/RoadLogEvent.h
# /sysroot/usr/include/libqhullcpp/RoadTest.h

Generating .MTREE

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

Tar-ing up files

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

CMD: xz -c -z

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

CMD: bsdtar -tqf qhull.pkg.tar.xz .PKGINFO
# .PKGINFO

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

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/qhull.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/qhull.pkg.tar.xz'
# -> Computing checksums...
# -> Creating 'desc' db entry...
# -> Creating 'files' db entry...
# ==> Creating updated database file '/var/cache/pacman/pkg/tuscan.db.tar'

Printing Cmake output

CMD: Cmake output '/tmp/qhull/src/qhull-2015.2/srcbuild/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: -fPIC
# 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/qhull/src/qhull-2015.2/srcbuild/CMakeFiles/3.5.2/CompilerIdC/a.out"
#
# Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded.
# Compiler: /usr/bin/clang++
# Build flags: -fPIC
# 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/qhull/src/qhull-2015.2/srcbuild/CMakeFiles/3.5.2/CompilerIdCXX/a.out"
#
# Determining if the C compiler works passed with the following output:
# Change Dir: /tmp/qhull/src/qhull-2015.2/srcbuild/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_80727/fast"
# /usr/bin/make -f CMakeFiles/cmTC_80727.dir/build.make CMakeFiles/cmTC_80727.dir/build
# make[1]: Entering directory '/tmp/qhull/src/qhull-2015.2/srcbuild/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_80727.dir/testCCompiler.c.o
# /usr/bin/clang -fPIC -o CMakeFiles/cmTC_80727.dir/testCCompiler.c.o -c /tmp/qhull/src/qhull-2015.2/srcbuild/CMakeFiles/CMakeTmp/testCCompiler.c
# Linking C executable cmTC_80727
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_80727.dir/link.txt --verbose=1
# /usr/bin/clang -fPIC CMakeFiles/cmTC_80727.dir/testCCompiler.c.o -o cmTC_80727 -rdynamic
# make[1]: Leaving directory '/tmp/qhull/src/qhull-2015.2/srcbuild/CMakeFiles/CMakeTmp'
#
#
# Detecting C compiler ABI info compiled with the following output:
# Change Dir: /tmp/qhull/src/qhull-2015.2/srcbuild/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_d6957/fast"
# /usr/bin/make -f CMakeFiles/cmTC_d6957.dir/build.make CMakeFiles/cmTC_d6957.dir/build
# make[1]: Entering directory '/tmp/qhull/src/qhull-2015.2/srcbuild/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_d6957.dir/CMakeCCompilerABI.c.o
# /usr/bin/clang -fPIC -o CMakeFiles/cmTC_d6957.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-3.5/Modules/CMakeCCompilerABI.c
# Linking C executable cmTC_d6957
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d6957.dir/link.txt --verbose=1
# /usr/bin/clang -fPIC -v CMakeFiles/cmTC_d6957.dir/CMakeCCompilerABI.c.o -o cmTC_d6957 -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_d6957 /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_d6957.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/qhull/src/qhull-2015.2/srcbuild/CMakeFiles/CMakeTmp'
#
#
# Parsed C implicit link information from above output:
# link line regex: [^( *|.*[/\])(ld|([^/\]+-)?ld|collect2)[^/\]*( |$)]
# ignore line: [Change Dir: /tmp/qhull/src/qhull-2015.2/srcbuild/CMakeFiles/CMakeTmp]
# ignore line: []
# ignore line: [Run Build Command:"/usr/bin/make" "cmTC_d6957/fast"]
# ignore line: [/usr/bin/make -f CMakeFiles/cmTC_d6957.dir/build.make CMakeFiles/cmTC_d6957.dir/build]
# ignore line: [make[1]: Entering directory '/tmp/qhull/src/qhull-2015.2/srcbuild/CMakeFiles/CMakeTmp']
# ignore line: [Building C object CMakeFiles/cmTC_d6957.dir/CMakeCCompilerABI.c.o]
# ignore line: [/usr/bin/clang -fPIC -o CMakeFiles/cmTC_d6957.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-3.5/Modules/CMakeCCompilerABI.c]
# ignore line: [Linking C executable cmTC_d6957]
# ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d6957.dir/link.txt --verbose=1]
# ignore line: [/usr/bin/clang -fPIC -v CMakeFiles/cmTC_d6957.dir/CMakeCCompilerABI.c.o -o cmTC_d6957 -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_d6957 /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_d6957.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_d6957] ==> 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_d6957.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/qhull/src/qhull-2015.2/srcbuild/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_32d56/fast"
# /usr/bin/make -f CMakeFiles/cmTC_32d56.dir/build.make CMakeFiles/cmTC_32d56.dir/build
# make[1]: Entering directory '/tmp/qhull/src/qhull-2015.2/srcbuild/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_32d56.dir/feature_tests.c.o
# /usr/bin/clang -fPIC -std=c11 -o CMakeFiles/cmTC_32d56.dir/feature_tests.c.o -c /tmp/qhull/src/qhull-2015.2/srcbuild/CMakeFiles/feature_tests.c
# Linking C executable cmTC_32d56
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_32d56.dir/link.txt --verbose=1
# /usr/bin/clang -fPIC CMakeFiles/cmTC_32d56.dir/feature_tests.c.o -o cmTC_32d56 -rdynamic
# make[1]: Leaving directory '/tmp/qhull/src/qhull-2015.2/srcbuild/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/qhull/src/qhull-2015.2/srcbuild/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_8bc1d/fast"
# /usr/bin/make -f CMakeFiles/cmTC_8bc1d.dir/build.make CMakeFiles/cmTC_8bc1d.dir/build
# make[1]: Entering directory '/tmp/qhull/src/qhull-2015.2/srcbuild/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_8bc1d.dir/feature_tests.c.o
# /usr/bin/clang -fPIC -std=c99 -o CMakeFiles/cmTC_8bc1d.dir/feature_tests.c.o -c /tmp/qhull/src/qhull-2015.2/srcbuild/CMakeFiles/feature_tests.c
# Linking C executable cmTC_8bc1d
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8bc1d.dir/link.txt --verbose=1
# /usr/bin/clang -fPIC CMakeFiles/cmTC_8bc1d.dir/feature_tests.c.o -o cmTC_8bc1d -rdynamic
# make[1]: Leaving directory '/tmp/qhull/src/qhull-2015.2/srcbuild/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/qhull/src/qhull-2015.2/srcbuild/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_73584/fast"
# /usr/bin/make -f CMakeFiles/cmTC_73584.dir/build.make CMakeFiles/cmTC_73584.dir/build
# make[1]: Entering directory '/tmp/qhull/src/qhull-2015.2/srcbuild/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_73584.dir/feature_tests.c.o
# /usr/bin/clang -fPIC -std=c90 -o CMakeFiles/cmTC_73584.dir/feature_tests.c.o -c /tmp/qhull/src/qhull-2015.2/srcbuild/CMakeFiles/feature_tests.c
# Linking C executable cmTC_73584
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_73584.dir/link.txt --verbose=1
# /usr/bin/clang -fPIC CMakeFiles/cmTC_73584.dir/feature_tests.c.o -o cmTC_73584 -rdynamic
# make[1]: Leaving directory '/tmp/qhull/src/qhull-2015.2/srcbuild/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/qhull/src/qhull-2015.2/srcbuild/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_c3e5d/fast"
# /usr/bin/make -f CMakeFiles/cmTC_c3e5d.dir/build.make CMakeFiles/cmTC_c3e5d.dir/build
# make[1]: Entering directory '/tmp/qhull/src/qhull-2015.2/srcbuild/CMakeFiles/CMakeTmp'
# Building CXX object CMakeFiles/cmTC_c3e5d.dir/testCXXCompiler.cxx.o
# /usr/bin/clang++ -fPIC -o CMakeFiles/cmTC_c3e5d.dir/testCXXCompiler.cxx.o -c /tmp/qhull/src/qhull-2015.2/srcbuild/CMakeFiles/CMakeTmp/testCXXCompiler.cxx
# Linking CXX executable cmTC_c3e5d
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c3e5d.dir/link.txt --verbose=1
# /usr/bin/clang++ -fPIC CMakeFiles/cmTC_c3e5d.dir/testCXXCompiler.cxx.o -o cmTC_c3e5d -rdynamic
# make[1]: Leaving directory '/tmp/qhull/src/qhull-2015.2/srcbuild/CMakeFiles/CMakeTmp'
#
#
# Detecting CXX compiler ABI info compiled with the following output:
# Change Dir: /tmp/qhull/src/qhull-2015.2/srcbuild/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_f83fc/fast"
# /usr/bin/make -f CMakeFiles/cmTC_f83fc.dir/build.make CMakeFiles/cmTC_f83fc.dir/build
# make[1]: Entering directory '/tmp/qhull/src/qhull-2015.2/srcbuild/CMakeFiles/CMakeTmp'
# Building CXX object CMakeFiles/cmTC_f83fc.dir/CMakeCXXCompilerABI.cpp.o
# /usr/bin/clang++ -fPIC -o CMakeFiles/cmTC_f83fc.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-3.5/Modules/CMakeCXXCompilerABI.cpp
# Linking CXX executable cmTC_f83fc
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f83fc.dir/link.txt --verbose=1
# /usr/bin/clang++ -fPIC -v CMakeFiles/cmTC_f83fc.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_f83fc -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_f83fc /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_f83fc.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/qhull/src/qhull-2015.2/srcbuild/CMakeFiles/CMakeTmp'
#
#
# Parsed CXX implicit link information from above output:
# link line regex: [^( *|.*[/\])(ld|([^/\]+-)?ld|collect2)[^/\]*( |$)]
# ignore line: [Change Dir: /tmp/qhull/src/qhull-2015.2/srcbuild/CMakeFiles/CMakeTmp]
# ignore line: []
# ignore line: [Run Build Command:"/usr/bin/make" "cmTC_f83fc/fast"]
# ignore line: [/usr/bin/make -f CMakeFiles/cmTC_f83fc.dir/build.make CMakeFiles/cmTC_f83fc.dir/build]
# ignore line: [make[1]: Entering directory '/tmp/qhull/src/qhull-2015.2/srcbuild/CMakeFiles/CMakeTmp']
# ignore line: [Building CXX object CMakeFiles/cmTC_f83fc.dir/CMakeCXXCompilerABI.cpp.o]
# ignore line: [/usr/bin/clang++ -fPIC -o CMakeFiles/cmTC_f83fc.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-3.5/Modules/CMakeCXXCompilerABI.cpp]
# ignore line: [Linking CXX executable cmTC_f83fc]
# ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f83fc.dir/link.txt --verbose=1]
# ignore line: [/usr/bin/clang++ -fPIC -v CMakeFiles/cmTC_f83fc.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_f83fc -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_f83fc /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_f83fc.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_f83fc] ==> 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_f83fc.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/qhull/src/qhull-2015.2/srcbuild/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_93be1/fast"
# /usr/bin/make -f CMakeFiles/cmTC_93be1.dir/build.make CMakeFiles/cmTC_93be1.dir/build
# make[1]: Entering directory '/tmp/qhull/src/qhull-2015.2/srcbuild/CMakeFiles/CMakeTmp'
# Building CXX object CMakeFiles/cmTC_93be1.dir/feature_tests.cxx.o
# /usr/bin/clang++ -fPIC -std=c++14 -o CMakeFiles/cmTC_93be1.dir/feature_tests.cxx.o -c /tmp/qhull/src/qhull-2015.2/srcbuild/CMakeFiles/feature_tests.cxx
# Linking CXX executable cmTC_93be1
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_93be1.dir/link.txt --verbose=1
# /usr/bin/clang++ -fPIC CMakeFiles/cmTC_93be1.dir/feature_tests.cxx.o -o cmTC_93be1 -rdynamic
# make[1]: Leaving directory '/tmp/qhull/src/qhull-2015.2/srcbuild/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/qhull/src/qhull-2015.2/srcbuild/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_a43a6/fast"
# /usr/bin/make -f CMakeFiles/cmTC_a43a6.dir/build.make CMakeFiles/cmTC_a43a6.dir/build
# make[1]: Entering directory '/tmp/qhull/src/qhull-2015.2/srcbuild/CMakeFiles/CMakeTmp'
# Building CXX object CMakeFiles/cmTC_a43a6.dir/feature_tests.cxx.o
# /usr/bin/clang++ -fPIC -std=c++11 -o CMakeFiles/cmTC_a43a6.dir/feature_tests.cxx.o -c /tmp/qhull/src/qhull-2015.2/srcbuild/CMakeFiles/feature_tests.cxx
# Linking CXX executable cmTC_a43a6
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a43a6.dir/link.txt --verbose=1
# /usr/bin/clang++ -fPIC CMakeFiles/cmTC_a43a6.dir/feature_tests.cxx.o -o cmTC_a43a6 -rdynamic
# make[1]: Leaving directory '/tmp/qhull/src/qhull-2015.2/srcbuild/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/qhull/src/qhull-2015.2/srcbuild/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_5a33d/fast"
# /usr/bin/make -f CMakeFiles/cmTC_5a33d.dir/build.make CMakeFiles/cmTC_5a33d.dir/build
# make[1]: Entering directory '/tmp/qhull/src/qhull-2015.2/srcbuild/CMakeFiles/CMakeTmp'
# Building CXX object CMakeFiles/cmTC_5a33d.dir/feature_tests.cxx.o
# /usr/bin/clang++ -fPIC -std=c++98 -o CMakeFiles/cmTC_5a33d.dir/feature_tests.cxx.o -c /tmp/qhull/src/qhull-2015.2/srcbuild/CMakeFiles/feature_tests.cxx
# Linking CXX executable cmTC_5a33d
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5a33d.dir/link.txt --verbose=1
# /usr/bin/clang++ -fPIC CMakeFiles/cmTC_5a33d.dir/feature_tests.cxx.o -o cmTC_5a33d -rdynamic
# make[1]: Leaving directory '/tmp/qhull/src/qhull-2015.2/srcbuild/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 sys/types.h exists passed with the following output:
# Change Dir: /tmp/qhull/src/qhull-2015.2/srcbuild/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_3e78f/fast"
# /usr/bin/make -f CMakeFiles/cmTC_3e78f.dir/build.make CMakeFiles/cmTC_3e78f.dir/build
# make[1]: Entering directory '/tmp/qhull/src/qhull-2015.2/srcbuild/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_3e78f.dir/CheckIncludeFile.c.o
# /usr/bin/clang -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -fPIC -o CMakeFiles/cmTC_3e78f.dir/CheckIncludeFile.c.o -c /tmp/qhull/src/qhull-2015.2/srcbuild/CMakeFiles/CMakeTmp/CheckIncludeFile.c
# Linking C executable cmTC_3e78f
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_3e78f.dir/link.txt --verbose=1
# /usr/bin/clang -fPIC CMakeFiles/cmTC_3e78f.dir/CheckIncludeFile.c.o -o cmTC_3e78f -rdynamic
# make[1]: Leaving directory '/tmp/qhull/src/qhull-2015.2/srcbuild/CMakeFiles/CMakeTmp'
#
#
# Determining if the include file inttypes.h exists passed with the following output:
# Change Dir: /tmp/qhull/src/qhull-2015.2/srcbuild/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_31cb6/fast"
# /usr/bin/make -f CMakeFiles/cmTC_31cb6.dir/build.make CMakeFiles/cmTC_31cb6.dir/build
# make[1]: Entering directory '/tmp/qhull/src/qhull-2015.2/srcbuild/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_31cb6.dir/CheckIncludeFile.c.o
# /usr/bin/clang -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -fPIC -o CMakeFiles/cmTC_31cb6.dir/CheckIncludeFile.c.o -c /tmp/qhull/src/qhull-2015.2/srcbuild/CMakeFiles/CMakeTmp/CheckIncludeFile.c
# Linking C executable cmTC_31cb6
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_31cb6.dir/link.txt --verbose=1
# /usr/bin/clang -fPIC CMakeFiles/cmTC_31cb6.dir/CheckIncludeFile.c.o -o cmTC_31cb6 -rdynamic
# make[1]: Leaving directory '/tmp/qhull/src/qhull-2015.2/srcbuild/CMakeFiles/CMakeTmp'
#
#
# Determining if the include file stddef.h exists passed with the following output:
# Change Dir: /tmp/qhull/src/qhull-2015.2/srcbuild/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_4b44f/fast"
# /usr/bin/make -f CMakeFiles/cmTC_4b44f.dir/build.make CMakeFiles/cmTC_4b44f.dir/build
# make[1]: Entering directory '/tmp/qhull/src/qhull-2015.2/srcbuild/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_4b44f.dir/CheckIncludeFile.c.o
# /usr/bin/clang -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -fPIC -o CMakeFiles/cmTC_4b44f.dir/CheckIncludeFile.c.o -c /tmp/qhull/src/qhull-2015.2/srcbuild/CMakeFiles/CMakeTmp/CheckIncludeFile.c
# Linking C executable cmTC_4b44f
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_4b44f.dir/link.txt --verbose=1
# /usr/bin/clang -fPIC CMakeFiles/cmTC_4b44f.dir/CheckIncludeFile.c.o -o cmTC_4b44f -rdynamic
# make[1]: Leaving directory '/tmp/qhull/src/qhull-2015.2/srcbuild/CMakeFiles/CMakeTmp'
#
#
# Determining if the include file stdint.h exists passed with the following output:
# Change Dir: /tmp/qhull/src/qhull-2015.2/srcbuild/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_08a92/fast"
# /usr/bin/make -f CMakeFiles/cmTC_08a92.dir/build.make CMakeFiles/cmTC_08a92.dir/build
# make[1]: Entering directory '/tmp/qhull/src/qhull-2015.2/srcbuild/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_08a92.dir/CheckIncludeFile.c.o
# /usr/bin/clang -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -fPIC -o CMakeFiles/cmTC_08a92.dir/CheckIncludeFile.c.o -c /tmp/qhull/src/qhull-2015.2/srcbuild/CMakeFiles/CMakeTmp/CheckIncludeFile.c
# Linking C executable cmTC_08a92
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_08a92.dir/link.txt --verbose=1
# /usr/bin/clang -fPIC CMakeFiles/cmTC_08a92.dir/CheckIncludeFile.c.o -o cmTC_08a92 -rdynamic
# make[1]: Leaving directory '/tmp/qhull/src/qhull-2015.2/srcbuild/CMakeFiles/CMakeTmp'
#
#
# Determining size of off_t passed with the following output:
# Change Dir: /tmp/qhull/src/qhull-2015.2/srcbuild/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_32304/fast"
# /usr/bin/make -f CMakeFiles/cmTC_32304.dir/build.make CMakeFiles/cmTC_32304.dir/build
# make[1]: Entering directory '/tmp/qhull/src/qhull-2015.2/srcbuild/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_32304.dir/SIZEOF_OFF_T.c.o
# /usr/bin/clang -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -fPIC -o CMakeFiles/cmTC_32304.dir/SIZEOF_OFF_T.c.o -c /tmp/qhull/src/qhull-2015.2/srcbuild/CMakeFiles/CheckTypeSize/SIZEOF_OFF_T.c
# Linking C executable cmTC_32304
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_32304.dir/link.txt --verbose=1
# /usr/bin/clang -fPIC CMakeFiles/cmTC_32304.dir/SIZEOF_OFF_T.c.o -o cmTC_32304 -rdynamic
# make[1]: Leaving directory '/tmp/qhull/src/qhull-2015.2/srcbuild/CMakeFiles/CMakeTmp'
#
#
# Determining if the fseeko exist passed with the following output:
# Change Dir: /tmp/qhull/src/qhull-2015.2/srcbuild/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_36baf/fast"
# /usr/bin/make -f CMakeFiles/cmTC_36baf.dir/build.make CMakeFiles/cmTC_36baf.dir/build
# make[1]: Entering directory '/tmp/qhull/src/qhull-2015.2/srcbuild/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_36baf.dir/CheckSymbolExists.c.o
# /usr/bin/clang -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -fPIC -o CMakeFiles/cmTC_36baf.dir/CheckSymbolExists.c.o -c /tmp/qhull/src/qhull-2015.2/srcbuild/CMakeFiles/CMakeTmp/CheckSymbolExists.c
# Linking C executable cmTC_36baf
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_36baf.dir/link.txt --verbose=1
# /usr/bin/clang -fPIC CMakeFiles/cmTC_36baf.dir/CheckSymbolExists.c.o -o cmTC_36baf -rdynamic
# make[1]: Leaving directory '/tmp/qhull/src/qhull-2015.2/srcbuild/CMakeFiles/CMakeTmp'
#
# File /tmp/qhull/src/qhull-2015.2/srcbuild/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
# /* */
# #include
#
# int main(int argc, char** argv)
# {
# (void)argv;
# #ifndef fseeko
# return ((int*)(&fseeko))[argc];
# #else
# (void)argc;
# return 0;
# #endif
# }
#
# Determining if the ftello exist passed with the following output:
# Change Dir: /tmp/qhull/src/qhull-2015.2/srcbuild/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_aa73c/fast"
# /usr/bin/make -f CMakeFiles/cmTC_aa73c.dir/build.make CMakeFiles/cmTC_aa73c.dir/build
# make[1]: Entering directory '/tmp/qhull/src/qhull-2015.2/srcbuild/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_aa73c.dir/CheckSymbolExists.c.o
# /usr/bin/clang -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -fPIC -o CMakeFiles/cmTC_aa73c.dir/CheckSymbolExists.c.o -c /tmp/qhull/src/qhull-2015.2/srcbuild/CMakeFiles/CMakeTmp/CheckSymbolExists.c
# Linking C executable cmTC_aa73c
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_aa73c.dir/link.txt --verbose=1
# /usr/bin/clang -fPIC CMakeFiles/cmTC_aa73c.dir/CheckSymbolExists.c.o -o cmTC_aa73c -rdynamic
# make[1]: Leaving directory '/tmp/qhull/src/qhull-2015.2/srcbuild/CMakeFiles/CMakeTmp'
#
# File /tmp/qhull/src/qhull-2015.2/srcbuild/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
# /* */
# #include
#
# int main(int argc, char** argv)
# {
# (void)argv;
# #ifndef ftello
# return ((int*)(&ftello))[argc];
# #else
# (void)argc;
# return 0;
# #endif
# }
#
# Determining if the PRIdMAX exist passed with the following output:
# Change Dir: /tmp/qhull/src/qhull-2015.2/srcbuild/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_437be/fast"
# /usr/bin/make -f CMakeFiles/cmTC_437be.dir/build.make CMakeFiles/cmTC_437be.dir/build
# make[1]: Entering directory '/tmp/qhull/src/qhull-2015.2/srcbuild/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_437be.dir/CheckSymbolExists.c.o
# /usr/bin/clang -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -fPIC -o CMakeFiles/cmTC_437be.dir/CheckSymbolExists.c.o -c /tmp/qhull/src/qhull-2015.2/srcbuild/CMakeFiles/CMakeTmp/CheckSymbolExists.c
# Linking C executable cmTC_437be
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_437be.dir/link.txt --verbose=1
# /usr/bin/clang -fPIC CMakeFiles/cmTC_437be.dir/CheckSymbolExists.c.o -o cmTC_437be -rdynamic
# make[1]: Leaving directory '/tmp/qhull/src/qhull-2015.2/srcbuild/CMakeFiles/CMakeTmp'
#
# File /tmp/qhull/src/qhull-2015.2/srcbuild/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
# /* */
# #include
#
# int main(int argc, char** argv)
# {
# (void)argv;
# #ifndef PRIdMAX
# return ((int*)(&PRIdMAX))[argc];
# #else
# (void)argc;
# return 0;
# #endif
# }
#