The build took 00h 01m 08s and was NOT successful.
The program in this build is written in the following languages, according to sloccount:
SLOC | Language |
---|---|
16,014 |
ansic |
1,803 |
python |
792 |
cpp |
261 |
sh |
18,870 |
total |
The process tree of the build process is here.
Several sub-process invocations were improper; see the process tree for details. Summary:
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:
There were existing files in /sysroot, using those
CMD: sudo -u tuscan PATH=/sysroot/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=clang CXX=clang++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
==> Making package: lwqq 0.6.1-1 (Wed Apr 5 02:15:30 UTC 2017)
==> Checking runtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...
Packages (1) libev-4.22-1
Total Installed Size: 0.22 MiB
:: Proceed with installation? [Y/n]
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing libev...
:: Running post-transaction hooks...
(1/1) Updating manpage index...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Starting build()...
-- The C compiler identification is Clang 3.8.1
-- The CXX compiler identification is Clang 3.8.1
-- Check for working C compiler: /sysroot/bin/clang
-- Check for working C compiler: /sysroot/bin/clang -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /sysroot/bin/clang++
-- Check for working CXX compiler: /sysroot/bin/clang++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Could NOT find Sphinx (missing: Sphinx-build_EXECUTABLE Sphinx-apidoc_EXECUTABLE)
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.1")
-- Checking for module 'libcurl'
-- Found libcurl, version 7.49.1
-- Checking for module 'sqlite3'
-- Found sqlite3, version 3.13.0
-- Checking for module 'zlib'
-- Found zlib, version 1.2.8
-- Checking for module 'mozjs-17.0'
-- Found mozjs-17.0, version 17.0.4esrpre
-- Found libev: /usr/lib64/libev.so
-- Looking for strtok_r
-- Looking for strtok_r - found
================lwqq flags=====================
-- With Libev (Option) : ON
-- With Mozjs (Option) : On
-- Build Document (Option) : OFF
===============================================
NOTE!! add 'export LD_LIBRARY_PATH=/usr/lib:$LD_LIBRARY_PATH' to ~/.xprofile when need load library from desktop application such as pidgin
-- Configuring done
-- Generating done
-- Build files have been written to: /tmp/lwqq/src/lwqq
Scanning dependencies of target lwqq-static
Scanning dependencies of target lwqq
[ 2%] Building C object lib/CMakeFiles/lwqq-static.dir/url.c.o
[ 5%] Building C object lib/CMakeFiles/lwqq.dir/url.c.o
[ 8%] Building C object lib/CMakeFiles/lwqq-static.dir/logger.c.o
[ 11%] Building C object lib/CMakeFiles/lwqq.dir/logger.c.o
[ 13%] Building C object lib/CMakeFiles/lwqq-static.dir/login.c.o
[ 16%] Building C object lib/CMakeFiles/lwqq.dir/login.c.o
[ 19%] Building C object lib/CMakeFiles/lwqq-static.dir/json.c.o
[ 22%] Building C object lib/CMakeFiles/lwqq.dir/json.c.o
/tmp/lwqq/src/lwqq/lib/json.c:1102:23: warning: logical not is only applied to the left hand side of this comparison [-Wlogical-not-parentheses]
if (!text[++r] == '\\') {
^ ~~
/tmp/lwqq/src/lwqq/lib/json.c:1102:23: note: add parentheses after the '!' to evaluate the comparison first
if (!text[++r] == '\\') {
^
( )
/tmp/lwqq/src/lwqq/lib/json.c:1102:23: note: add parentheses around left hand side expression to silence this warning
if (!text[++r] == '\\') {
^
( )
/tmp/lwqq/src/lwqq/lib/json.c:1105:23: warning: logical not is only applied to the left hand side of this comparison [-Wlogical-not-parentheses]
if (!text[++r] == 'u') {
^ ~~
/tmp/lwqq/src/lwqq/lib/json.c:1105:23: note: add parentheses after the '!' to evaluate the comparison first
if (!text[++r] == 'u') {
^
( )
/tmp/lwqq/src/lwqq/lib/json.c:1105:23: note: add parentheses around left hand side expression to silence this warning
if (!text[++r] == 'u') {
^
( )
/tmp/lwqq/src/lwqq/lib/json.c:1102:34: warning: comparison of constant 92 with boolean expression is always false [-Wtautological-constant-out-of-range-compare]
if (!text[++r] == '\\') {
~~~~~~~~~~ ^ ~~~~
/tmp/lwqq/src/lwqq/lib/json.c:1105:34: warning: comparison of constant 117 with boolean expression is always false [-Wtautological-constant-out-of-range-compare]
if (!text[++r] == 'u') {
~~~~~~~~~~ ^ ~~~
/tmp/lwqq/src/lwqq/lib/json.c:1102:23: warning: logical not is only applied to the left hand side of this comparison [-Wlogical-not-parentheses]
if (!text[++r] == '\\') {
^ ~~
/tmp/lwqq/src/lwqq/lib/json.c:1102:23: note: add parentheses after the '!' to evaluate the comparison first
if (!text[++r] == '\\') {
^
( )
/tmp/lwqq/src/lwqq/lib/json.c:1102:23: note: add parentheses around left hand side expression to silence this warning
if (!text[++r] == '\\') {
^
( )
/tmp/lwqq/src/lwqq/lib/json.c:1105:23: warning: logical not is only applied to the left hand side of this comparison [-Wlogical-not-parentheses]
if (!text[++r] == 'u') {
^ ~~
/tmp/lwqq/src/lwqq/lib/json.c:1105:23: note: add parentheses after the '!' to evaluate the comparison first
if (!text[++r] == 'u') {
^
( )
/tmp/lwqq/src/lwqq/lib/json.c:1105:23: note: add parentheses around left hand side expression to silence this warning
if (!text[++r] == 'u') {
^
( )
/tmp/lwqq/src/lwqq/lib/json.c:1102:34: warning: comparison of constant 92 with boolean expression is always false [-Wtautological-constant-out-of-range-compare]
if (!text[++r] == '\\') {
~~~~~~~~~~ ^ ~~~~
/tmp/lwqq/src/lwqq/lib/json.c:1105:34: warning: comparison of constant 117 with boolean expression is always false [-Wtautological-constant-out-of-range-compare]
if (!text[++r] == 'u') {
~~~~~~~~~~ ^ ~~~
[ 25%] Building C object lib/CMakeFiles/lwqq.dir/msg.c.o
[ 27%] Building C object lib/CMakeFiles/lwqq-static.dir/msg.c.o
4 warnings generated.
[ 30%] Building C object lib/CMakeFiles/lwqq.dir/type.c.o
/tmp/lwqq/src/lwqq/lib/msg.c:280:30: warning: address of array 'msg->f_color' will always evaluate to 'true' [-Wpointer-bool-conversion]
if (!msg->f_name || !msg->f_color || TAILQ_EMPTY(&msg->content)) {
~~~~~~^~~~~~~
/tmp/lwqq/src/lwqq/lib/msg.c:280:30: warning: address of array 'msg->f_color' will always evaluate to 'true' [-Wpointer-bool-conversion]
if (!msg->f_name || !msg->f_color || TAILQ_EMPTY(&msg->content)) {
~~~~~~^~~~~~~
4 warnings generated.
[ 33%] Building C object lib/CMakeFiles/lwqq.dir/smemory.c.o
/tmp/lwqq/src/lwqq/lib/msg.c:624:26: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
int type = msg_type & LWQQ_MT_BITS;
^~~~~~~~~~~~
/tmp/lwqq/src/lwqq/lib/msg.c:32:30: note: expanded from macro 'LWQQ_MT_BITS'
#define LWQQ_MT_BITS (~((-1) << 8))
~~~~ ^
/tmp/lwqq/src/lwqq/lib/msg.c:624:26: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
int type = msg_type & LWQQ_MT_BITS;
^~~~~~~~~~~~
/tmp/lwqq/src/lwqq/lib/msg.c:32:30: note: expanded from macro 'LWQQ_MT_BITS'
#define LWQQ_MT_BITS (~((-1) << 8))
~~~~ ^
/tmp/lwqq/src/lwqq/lib/msg.c:778:27: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
int type = msg->type & LWQQ_MT_BITS;
^~~~~~~~~~~~
/tmp/lwqq/src/lwqq/lib/msg.c:32:30: note: expanded from macro 'LWQQ_MT_BITS'
#define LWQQ_MT_BITS (~((-1) << 8))
~~~~ ^
/tmp/lwqq/src/lwqq/lib/msg.c:778:27: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
int type = msg->type & LWQQ_MT_BITS;
^~~~~~~~~~~~
/tmp/lwqq/src/lwqq/lib/msg.c:32:30: note: expanded from macro 'LWQQ_MT_BITS'
#define LWQQ_MT_BITS (~((-1) << 8))
~~~~ ^
/tmp/lwqq/src/lwqq/lib/msg.c:1568:26: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
switch (msg_type & LWQQ_MT_BITS) {
^~~~~~~~~~~~
/tmp/lwqq/src/lwqq/lib/msg.c:32:30: note: expanded from macro 'LWQQ_MT_BITS'
#define LWQQ_MT_BITS (~((-1) << 8))
~~~~ ^
/tmp/lwqq/src/lwqq/lib/msg.c:1648:21: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
if ((msg->type & LWQQ_MT_BITS) == LWQQ_MT_MESSAGE) {
^~~~~~~~~~~~
/tmp/lwqq/src/lwqq/lib/msg.c:32:30: note: expanded from macro 'LWQQ_MT_BITS'
#define LWQQ_MT_BITS (~((-1) << 8))
~~~~ ^
/tmp/lwqq/src/lwqq/lib/msg.c:1659:36: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
if ((iter->msg->type & LWQQ_MT_BITS) != LWQQ_MT_MESSAGE)
^~~~~~~~~~~~
/tmp/lwqq/src/lwqq/lib/msg.c:32:30: note: expanded from macro 'LWQQ_MT_BITS'
#define LWQQ_MT_BITS (~((-1) << 8))
~~~~ ^
/tmp/lwqq/src/lwqq/lib/msg.c:1568:26: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
switch (msg_type & LWQQ_MT_BITS) {
^~~~~~~~~~~~
/tmp/lwqq/src/lwqq/lib/msg.c:32:30: note: expanded from macro 'LWQQ_MT_BITS'
#define LWQQ_MT_BITS (~((-1) << 8))
~~~~ ^
/tmp/lwqq/src/lwqq/lib/msg.c:1648:21: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
if ((msg->type & LWQQ_MT_BITS) == LWQQ_MT_MESSAGE) {
^~~~~~~~~~~~
/tmp/lwqq/src/lwqq/lib/msg.c:32:30: note: expanded from macro 'LWQQ_MT_BITS'
#define LWQQ_MT_BITS (~((-1) << 8))
~~~~ ^
/tmp/lwqq/src/lwqq/lib/msg.c:1659:36: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
if ((iter->msg->type & LWQQ_MT_BITS) != LWQQ_MT_MESSAGE)
^~~~~~~~~~~~
/tmp/lwqq/src/lwqq/lib/msg.c:32:30: note: expanded from macro 'LWQQ_MT_BITS'
#define LWQQ_MT_BITS (~((-1) << 8))
~~~~ ^
[ 36%] Building C object lib/CMakeFiles/lwqq-static.dir/type.c.o
[ 38%] Building C object lib/CMakeFiles/lwqq.dir/info.c.o
6 warnings generated.
6 warnings generated.
[ 44%] Building C object lib/CMakeFiles/lwqq-static.dir/smemory.c.o
[ 44%] Building C object lib/CMakeFiles/lwqq.dir/swsqlite.c.o
/tmp/lwqq/src/lwqq/lib/swsqlite.c:13:10: fatal error: 'sqlite3.h' file not found
#include
^
[ 50%] Building C object lib/CMakeFiles/lwqq-static.dir/info.c.o
[ 50%] Building C object lib/CMakeFiles/lwqq.dir/vplist.c.o
1 error generated.
make[2]: *** [lib/CMakeFiles/lwqq.dir/build.make:255: lib/CMakeFiles/lwqq.dir/swsqlite.c.o] Error 1
make[2]: *** Waiting for unfinished jobs....
[ 52%] Building C object lib/CMakeFiles/lwqq-static.dir/swsqlite.c.o
/tmp/lwqq/src/lwqq/lib/swsqlite.c:13:10: fatal error: 'sqlite3.h' file not found
#include
^
1 error generated.
make[1]: *** [CMakeFiles/Makefile2:125: lib/CMakeFiles/lwqq.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
make[2]: *** [lib/CMakeFiles/lwqq-static.dir/build.make:255: lib/CMakeFiles/lwqq-static.dir/swsqlite.c.o] Error 1
make[2]: *** Waiting for unfinished jobs....
[ 55%] Building C object lib/CMakeFiles/lwqq-static.dir/vplist.c.o
make[1]: *** [CMakeFiles/Makefile2:88: lib/CMakeFiles/lwqq-static.dir/all] Error 2
make: *** [Makefile:150: all] Error 2
==> ERROR: A failure occurred in build().
Aborting...
Printing Cmake output
CMD: Cmake output '/tmp/lwqq/src/lwqq/CMakeFiles/CMakeOutput.log'
The system is: Linux - 4.10.6-1-ARCH - x86_64
Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
Compiler: /sysroot/bin/clang
Build flags: ;
Id flags:
The output was:
0
Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out"
The C compiler identification is Clang, found in "/tmp/lwqq/src/lwqq/CMakeFiles/3.5.2/CompilerIdC/a.out"
Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded.
Compiler: /sysroot/bin/clang++
Build flags: ;
Id flags:
The output was:
0
Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out"
The CXX compiler identification is Clang, found in "/tmp/lwqq/src/lwqq/CMakeFiles/3.5.2/CompilerIdCXX/a.out"
Determining if the C compiler works passed with the following output:
Change Dir: /tmp/lwqq/src/lwqq/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_03f5d/fast"
/usr/bin/make -f CMakeFiles/cmTC_03f5d.dir/build.make CMakeFiles/cmTC_03f5d.dir/build
make[1]: Entering directory '/tmp/lwqq/src/lwqq/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_03f5d.dir/testCCompiler.c.o
/sysroot/bin/clang -o CMakeFiles/cmTC_03f5d.dir/testCCompiler.c.o -c /tmp/lwqq/src/lwqq/CMakeFiles/CMakeTmp/testCCompiler.c
Linking C executable cmTC_03f5d
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_03f5d.dir/link.txt --verbose=1
/sysroot/bin/clang CMakeFiles/cmTC_03f5d.dir/testCCompiler.c.o -o cmTC_03f5d -rdynamic
make[1]: Leaving directory '/tmp/lwqq/src/lwqq/CMakeFiles/CMakeTmp'
Detecting C compiler ABI info compiled with the following output:
Change Dir: /tmp/lwqq/src/lwqq/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_3a89a/fast"
/usr/bin/make -f CMakeFiles/cmTC_3a89a.dir/build.make CMakeFiles/cmTC_3a89a.dir/build
make[1]: Entering directory '/tmp/lwqq/src/lwqq/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_3a89a.dir/CMakeCCompilerABI.c.o
/sysroot/bin/clang -o CMakeFiles/cmTC_3a89a.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-3.5/Modules/CMakeCCompilerABI.c
Linking C executable cmTC_3a89a
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_3a89a.dir/link.txt --verbose=1
/sysroot/bin/clang -v CMakeFiles/cmTC_3a89a.dir/CMakeCCompilerABI.c.o -o cmTC_3a89a -rdynamic
clang version 3.8.1
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /sysroot/bin
"/sysroot/bin/ld" --sysroot=/sysroot -export-dynamic --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_3a89a /sysroot/bin/../lib/crt1.o /sysroot/bin/../lib/crti.o /sysroot/bin/../lib/clang/3.8.1/crtbegin.o -L/sysroot/bin/../lib -L/sysroot/lib -L/sysroot/usr/lib CMakeFiles/cmTC_3a89a.dir/CMakeCCompilerABI.c.o /sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a -lc /sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a /sysroot/bin/../lib/clang/3.8.1/crtend.o /sysroot/bin/../lib/crtn.o
make[1]: Leaving directory '/tmp/lwqq/src/lwqq/CMakeFiles/CMakeTmp'
Parsed C implicit link information from above output:
link line regex: [^( *|.*[/\])(ld|([^/\]+-)?ld|collect2)[^/\]*( |$)]
ignore line: [Change Dir: /tmp/lwqq/src/lwqq/CMakeFiles/CMakeTmp]
ignore line: []
ignore line: [Run Build Command:"/usr/bin/make" "cmTC_3a89a/fast"]
ignore line: [/usr/bin/make -f CMakeFiles/cmTC_3a89a.dir/build.make CMakeFiles/cmTC_3a89a.dir/build]
ignore line: [make[1]: Entering directory '/tmp/lwqq/src/lwqq/CMakeFiles/CMakeTmp']
ignore line: [Building C object CMakeFiles/cmTC_3a89a.dir/CMakeCCompilerABI.c.o]
ignore line: [/sysroot/bin/clang -o CMakeFiles/cmTC_3a89a.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-3.5/Modules/CMakeCCompilerABI.c]
ignore line: [Linking C executable cmTC_3a89a]
ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_3a89a.dir/link.txt --verbose=1]
ignore line: [/sysroot/bin/clang -v CMakeFiles/cmTC_3a89a.dir/CMakeCCompilerABI.c.o -o cmTC_3a89a -rdynamic ]
ignore line: [clang version 3.8.1 ]
ignore line: [Target: x86_64-unknown-linux-gnu]
ignore line: [Thread model: posix]
ignore line: [InstalledDir: /sysroot/bin]
link line: [ "/sysroot/bin/ld" --sysroot=/sysroot -export-dynamic --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_3a89a /sysroot/bin/../lib/crt1.o /sysroot/bin/../lib/crti.o /sysroot/bin/../lib/clang/3.8.1/crtbegin.o -L/sysroot/bin/../lib -L/sysroot/lib -L/sysroot/usr/lib CMakeFiles/cmTC_3a89a.dir/CMakeCCompilerABI.c.o /sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a -lc /sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a /sysroot/bin/../lib/clang/3.8.1/crtend.o /sysroot/bin/../lib/crtn.o]
arg [/sysroot/bin/ld] ==> ignore
arg [--sysroot=/sysroot] ==> ignore
arg [-export-dynamic] ==> ignore
arg [--eh-frame-hdr] ==> ignore
arg [-m] ==> ignore
arg [elf_x86_64] ==> ignore
arg [-dynamic-linker] ==> ignore
arg [/lib64/ld-linux-x86-64.so.2] ==> ignore
arg [-o] ==> ignore
arg [cmTC_3a89a] ==> ignore
arg [/sysroot/bin/../lib/crt1.o] ==> ignore
arg [/sysroot/bin/../lib/crti.o] ==> ignore
arg [/sysroot/bin/../lib/clang/3.8.1/crtbegin.o] ==> ignore
arg [-L/sysroot/bin/../lib] ==> dir [/sysroot/bin/../lib]
arg [-L/sysroot/lib] ==> dir [/sysroot/lib]
arg [-L/sysroot/usr/lib] ==> dir [/sysroot/usr/lib]
arg [CMakeFiles/cmTC_3a89a.dir/CMakeCCompilerABI.c.o] ==> ignore
arg [/sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a] ==> lib [/sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a]
arg [-lc] ==> lib [c]
arg [/sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a] ==> lib [/sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a]
arg [/sysroot/bin/../lib/clang/3.8.1/crtend.o] ==> ignore
arg [/sysroot/bin/../lib/crtn.o] ==> ignore
collapse lib [/sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a] ==> [/sysroot/lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a]
collapse lib [/sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a] ==> [/sysroot/lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a]
collapse library dir [/sysroot/bin/../lib] ==> [/sysroot/lib]
collapse library dir [/sysroot/lib] ==> [/sysroot/lib]
collapse library dir [/sysroot/usr/lib] ==> [/sysroot/usr/lib]
implicit libs: [/sysroot/lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a;c;/sysroot/lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a]
implicit dirs: [/sysroot/lib;/sysroot/usr/lib]
implicit fwks: []
Detecting C [-std=c11] compiler features compiled with the following output:
Change Dir: /tmp/lwqq/src/lwqq/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_e5449/fast"
/usr/bin/make -f CMakeFiles/cmTC_e5449.dir/build.make CMakeFiles/cmTC_e5449.dir/build
make[1]: Entering directory '/tmp/lwqq/src/lwqq/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_e5449.dir/feature_tests.c.o
/sysroot/bin/clang -std=c11 -o CMakeFiles/cmTC_e5449.dir/feature_tests.c.o -c /tmp/lwqq/src/lwqq/CMakeFiles/feature_tests.c
Linking C executable cmTC_e5449
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e5449.dir/link.txt --verbose=1
/sysroot/bin/clang CMakeFiles/cmTC_e5449.dir/feature_tests.c.o -o cmTC_e5449 -rdynamic
make[1]: Leaving directory '/tmp/lwqq/src/lwqq/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/lwqq/src/lwqq/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_d0eab/fast"
/usr/bin/make -f CMakeFiles/cmTC_d0eab.dir/build.make CMakeFiles/cmTC_d0eab.dir/build
make[1]: Entering directory '/tmp/lwqq/src/lwqq/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_d0eab.dir/feature_tests.c.o
/sysroot/bin/clang -std=c99 -o CMakeFiles/cmTC_d0eab.dir/feature_tests.c.o -c /tmp/lwqq/src/lwqq/CMakeFiles/feature_tests.c
Linking C executable cmTC_d0eab
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d0eab.dir/link.txt --verbose=1
/sysroot/bin/clang CMakeFiles/cmTC_d0eab.dir/feature_tests.c.o -o cmTC_d0eab -rdynamic
make[1]: Leaving directory '/tmp/lwqq/src/lwqq/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/lwqq/src/lwqq/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_29c99/fast"
/usr/bin/make -f CMakeFiles/cmTC_29c99.dir/build.make CMakeFiles/cmTC_29c99.dir/build
make[1]: Entering directory '/tmp/lwqq/src/lwqq/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_29c99.dir/feature_tests.c.o
/sysroot/bin/clang -std=c90 -o CMakeFiles/cmTC_29c99.dir/feature_tests.c.o -c /tmp/lwqq/src/lwqq/CMakeFiles/feature_tests.c
Linking C executable cmTC_29c99
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_29c99.dir/link.txt --verbose=1
/sysroot/bin/clang CMakeFiles/cmTC_29c99.dir/feature_tests.c.o -o cmTC_29c99 -rdynamic
make[1]: Leaving directory '/tmp/lwqq/src/lwqq/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/lwqq/src/lwqq/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_fa83a/fast"
/usr/bin/make -f CMakeFiles/cmTC_fa83a.dir/build.make CMakeFiles/cmTC_fa83a.dir/build
make[1]: Entering directory '/tmp/lwqq/src/lwqq/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_fa83a.dir/testCXXCompiler.cxx.o
/sysroot/bin/clang++ -o CMakeFiles/cmTC_fa83a.dir/testCXXCompiler.cxx.o -c /tmp/lwqq/src/lwqq/CMakeFiles/CMakeTmp/testCXXCompiler.cxx
Linking CXX executable cmTC_fa83a
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_fa83a.dir/link.txt --verbose=1
/sysroot/bin/clang++ CMakeFiles/cmTC_fa83a.dir/testCXXCompiler.cxx.o -o cmTC_fa83a -rdynamic
make[1]: Leaving directory '/tmp/lwqq/src/lwqq/CMakeFiles/CMakeTmp'
Detecting CXX compiler ABI info compiled with the following output:
Change Dir: /tmp/lwqq/src/lwqq/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_e8383/fast"
/usr/bin/make -f CMakeFiles/cmTC_e8383.dir/build.make CMakeFiles/cmTC_e8383.dir/build
make[1]: Entering directory '/tmp/lwqq/src/lwqq/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_e8383.dir/CMakeCXXCompilerABI.cpp.o
/sysroot/bin/clang++ -o CMakeFiles/cmTC_e8383.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-3.5/Modules/CMakeCXXCompilerABI.cpp
Linking CXX executable cmTC_e8383
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e8383.dir/link.txt --verbose=1
/sysroot/bin/clang++ -v CMakeFiles/cmTC_e8383.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_e8383 -rdynamic
clang version 3.8.1
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /sysroot/bin
"/sysroot/bin/ld" --sysroot=/sysroot -export-dynamic --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_e8383 /sysroot/bin/../lib/crt1.o /sysroot/bin/../lib/crti.o /sysroot/bin/../lib/clang/3.8.1/crtbegin.o -L/sysroot/bin/../lib -L/sysroot/lib -L/sysroot/usr/lib CMakeFiles/cmTC_e8383.dir/CMakeCXXCompilerABI.cpp.o -lc++ -lc++abi -lunwind -lm /sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a -lc /sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a /sysroot/bin/../lib/clang/3.8.1/crtend.o /sysroot/bin/../lib/crtn.o
make[1]: Leaving directory '/tmp/lwqq/src/lwqq/CMakeFiles/CMakeTmp'
Parsed CXX implicit link information from above output:
link line regex: [^( *|.*[/\])(ld|([^/\]+-)?ld|collect2)[^/\]*( |$)]
ignore line: [Change Dir: /tmp/lwqq/src/lwqq/CMakeFiles/CMakeTmp]
ignore line: []
ignore line: [Run Build Command:"/usr/bin/make" "cmTC_e8383/fast"]
ignore line: [/usr/bin/make -f CMakeFiles/cmTC_e8383.dir/build.make CMakeFiles/cmTC_e8383.dir/build]
ignore line: [make[1]: Entering directory '/tmp/lwqq/src/lwqq/CMakeFiles/CMakeTmp']
ignore line: [Building CXX object CMakeFiles/cmTC_e8383.dir/CMakeCXXCompilerABI.cpp.o]
ignore line: [/sysroot/bin/clang++ -o CMakeFiles/cmTC_e8383.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-3.5/Modules/CMakeCXXCompilerABI.cpp]
ignore line: [Linking CXX executable cmTC_e8383]
ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e8383.dir/link.txt --verbose=1]
ignore line: [/sysroot/bin/clang++ -v CMakeFiles/cmTC_e8383.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_e8383 -rdynamic ]
ignore line: [clang version 3.8.1 ]
ignore line: [Target: x86_64-unknown-linux-gnu]
ignore line: [Thread model: posix]
ignore line: [InstalledDir: /sysroot/bin]
link line: [ "/sysroot/bin/ld" --sysroot=/sysroot -export-dynamic --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_e8383 /sysroot/bin/../lib/crt1.o /sysroot/bin/../lib/crti.o /sysroot/bin/../lib/clang/3.8.1/crtbegin.o -L/sysroot/bin/../lib -L/sysroot/lib -L/sysroot/usr/lib CMakeFiles/cmTC_e8383.dir/CMakeCXXCompilerABI.cpp.o -lc++ -lc++abi -lunwind -lm /sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a -lc /sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a /sysroot/bin/../lib/clang/3.8.1/crtend.o /sysroot/bin/../lib/crtn.o]
arg [/sysroot/bin/ld] ==> ignore
arg [--sysroot=/sysroot] ==> ignore
arg [-export-dynamic] ==> ignore
arg [--eh-frame-hdr] ==> ignore
arg [-m] ==> ignore
arg [elf_x86_64] ==> ignore
arg [-dynamic-linker] ==> ignore
arg [/lib64/ld-linux-x86-64.so.2] ==> ignore
arg [-o] ==> ignore
arg [cmTC_e8383] ==> ignore
arg [/sysroot/bin/../lib/crt1.o] ==> ignore
arg [/sysroot/bin/../lib/crti.o] ==> ignore
arg [/sysroot/bin/../lib/clang/3.8.1/crtbegin.o] ==> ignore
arg [-L/sysroot/bin/../lib] ==> dir [/sysroot/bin/../lib]
arg [-L/sysroot/lib] ==> dir [/sysroot/lib]
arg [-L/sysroot/usr/lib] ==> dir [/sysroot/usr/lib]
arg [CMakeFiles/cmTC_e8383.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore
arg [-lc++] ==> lib [c++]
arg [-lc++abi] ==> lib [c++abi]
arg [-lunwind] ==> lib [unwind]
arg [-lm] ==> lib [m]
arg [/sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a] ==> lib [/sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a]
arg [-lc] ==> lib [c]
arg [/sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a] ==> lib [/sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a]
arg [/sysroot/bin/../lib/clang/3.8.1/crtend.o] ==> ignore
arg [/sysroot/bin/../lib/crtn.o] ==> ignore
collapse lib [/sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a] ==> [/sysroot/lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a]
collapse lib [/sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a] ==> [/sysroot/lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a]
collapse library dir [/sysroot/bin/../lib] ==> [/sysroot/lib]
collapse library dir [/sysroot/lib] ==> [/sysroot/lib]
collapse library dir [/sysroot/usr/lib] ==> [/sysroot/usr/lib]
implicit libs: [c++;c++abi;unwind;m;/sysroot/lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a;c;/sysroot/lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a]
implicit dirs: [/sysroot/lib;/sysroot/usr/lib]
implicit fwks: []
Detecting CXX [-std=c++14] compiler features compiled with the following output:
Change Dir: /tmp/lwqq/src/lwqq/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_afb07/fast"
/usr/bin/make -f CMakeFiles/cmTC_afb07.dir/build.make CMakeFiles/cmTC_afb07.dir/build
make[1]: Entering directory '/tmp/lwqq/src/lwqq/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_afb07.dir/feature_tests.cxx.o
/sysroot/bin/clang++ -std=c++14 -o CMakeFiles/cmTC_afb07.dir/feature_tests.cxx.o -c /tmp/lwqq/src/lwqq/CMakeFiles/feature_tests.cxx
Linking CXX executable cmTC_afb07
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_afb07.dir/link.txt --verbose=1
/sysroot/bin/clang++ CMakeFiles/cmTC_afb07.dir/feature_tests.cxx.o -o cmTC_afb07 -rdynamic
make[1]: Leaving directory '/tmp/lwqq/src/lwqq/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/lwqq/src/lwqq/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_b0aa4/fast"
/usr/bin/make -f CMakeFiles/cmTC_b0aa4.dir/build.make CMakeFiles/cmTC_b0aa4.dir/build
make[1]: Entering directory '/tmp/lwqq/src/lwqq/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_b0aa4.dir/feature_tests.cxx.o
/sysroot/bin/clang++ -std=c++11 -o CMakeFiles/cmTC_b0aa4.dir/feature_tests.cxx.o -c /tmp/lwqq/src/lwqq/CMakeFiles/feature_tests.cxx
Linking CXX executable cmTC_b0aa4
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b0aa4.dir/link.txt --verbose=1
/sysroot/bin/clang++ CMakeFiles/cmTC_b0aa4.dir/feature_tests.cxx.o -o cmTC_b0aa4 -rdynamic
make[1]: Leaving directory '/tmp/lwqq/src/lwqq/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/lwqq/src/lwqq/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_2997e/fast"
/usr/bin/make -f CMakeFiles/cmTC_2997e.dir/build.make CMakeFiles/cmTC_2997e.dir/build
make[1]: Entering directory '/tmp/lwqq/src/lwqq/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_2997e.dir/feature_tests.cxx.o
/sysroot/bin/clang++ -std=c++98 -o CMakeFiles/cmTC_2997e.dir/feature_tests.cxx.o -c /tmp/lwqq/src/lwqq/CMakeFiles/feature_tests.cxx
Linking CXX executable cmTC_2997e
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_2997e.dir/link.txt --verbose=1
/sysroot/bin/clang++ CMakeFiles/cmTC_2997e.dir/feature_tests.cxx.o -o cmTC_2997e -rdynamic
make[1]: Leaving directory '/tmp/lwqq/src/lwqq/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 function strtok_r exists passed with the following output:
Change Dir: /tmp/lwqq/src/lwqq/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_a902b/fast"
/usr/bin/make -f CMakeFiles/cmTC_a902b.dir/build.make CMakeFiles/cmTC_a902b.dir/build
make[1]: Entering directory '/tmp/lwqq/src/lwqq/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_a902b.dir/CheckFunctionExists.c.o
/sysroot/bin/clang -DCHECK_FUNCTION_EXISTS=strtok_r -o CMakeFiles/cmTC_a902b.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
Linking C executable cmTC_a902b
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a902b.dir/link.txt --verbose=1
/sysroot/bin/clang -DCHECK_FUNCTION_EXISTS=strtok_r CMakeFiles/cmTC_a902b.dir/CheckFunctionExists.c.o -o cmTC_a902b -rdynamic
make[1]: Leaving directory '/tmp/lwqq/src/lwqq/CMakeFiles/CMakeTmp'