You are not logged in.

#1 2016-12-29 13:29:14

Higlav
Member
Registered: 2016-12-09
Posts: 39

Fail to install conky-lua-arch

Hello there,

I wanted to install conky with lua support. On Ubuntu it was very easy(just by installing "conky-all") but I fail to install it on my new Archie.
I triggered the installation via "yaourt -S conky-lua-arch" which depends on "conky-lua" which depends on 16 other packages. So yaourt runs through the installation of those 16 and wants to install conky-lua. But then it fails in "build()" after the following error reports during the installation:

patching file cmake/ConkyPlatformChecks.cmake
-- The C compiler identification is GNU 6.2.1
-- The CXX compiler identification is GNU 6.2.1
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- 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/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE  
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.1") 
-- Looking for include file sys/statfs.h
-- Looking for include file sys/statfs.h - found
-- Looking for include file sys/param.h
-- Looking for include file sys/param.h - found
-- Looking for include file sys/inotify.h
-- Looking for include file sys/inotify.h - found
-- Looking for include file dirent.h
-- Looking for include file dirent.h - found
-- Looking for strndup
-- Looking for strndup - found
-- Looking for pipe2
-- Looking for pipe2 - not found
-- Looking for O_CLOEXEC
-- Looking for O_CLOEXEC - found
-- Looking for statfs64
-- Looking for statfs64 - found
-- Looking for clock_gettime
-- Looking for clock_gettime - found
-- Looking for include file ncurses.h
-- Looking for include file ncurses.h - found
-- Looking for iwlib.h
-- Looking for iwlib.h - found
-- Looking for iw_sockets_open
-- Looking for iw_sockets_open - not found
-- Looking for getnameinfo
-- Looking for getnameinfo - found
-- Looking for 5 include files netdb.h, ..., arpa/inet.h
-- Looking for 5 include files netdb.h, ..., arpa/inet.h - found
-- Looking for XOpenDisplay in /usr/lib64/libX11.so;/usr/lib64/libXext.so
-- Looking for XOpenDisplay in /usr/lib64/libX11.so;/usr/lib64/libXext.so - found
-- Looking for gethostbyname
-- Looking for gethostbyname - found
-- Looking for connect
-- Looking for connect - found
-- Looking for remove
-- Looking for remove - found
-- Looking for shmat
-- Looking for shmat - found
-- Looking for IceConnectionNumber in ICE
-- Looking for IceConnectionNumber in ICE - found
-- Found X11: /usr/lib64/libX11.so
-- Checking for one of the modules 'lua=5.1;lua5.1;lua-5.1'
CMake Error at /usr/share/cmake-3.7/Modules 'lua=5.1;lua5.1;lua-5.1'
  None of th required 'lua=5.1;lua5.1;lua-5.1' found
Call Stack (most recent call first):
  cmake/ConkyPlatformChecks.cmake:252 (pkg_search_module)
  CMakeLists.txt:37 (include)


-- Checking for modules 'cairo;cairo-xlib'
--   Found cairo, version 1.14.8
--   Found cairo-xlib, version 1.14.8
-- Checking for module 'imlib2'
--   Found imlib2, version 1.4.9
-- Checking for module 'librsvg-2.0'
--   Found librsvg-2.0, version 2.40.16
-- Checking for module 'libcurl'
--   Found libcurl, version 7.52.1
-- Checking for module 'libxml-2.0'
--   Found libxml-2.0, version 2.9.4
-- Configuring incomplete, errors occurred!
See also "/tmp/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/CMakeFiles/CMakeOutput.log".
See also "/tmp/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/CMakeFiles/CMakeError.log".

Here are those two files:
CMakeOutput.log:

The system is: Linux - 4.8.13-1-ARCH - x86_64
Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
Compiler: /usr/bin/cc 
Build flags: -march=x86-64;-mtune=generic;-O2;-pipe;-fstack-protector-strong
Id flags: 

The output was:
0


Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out"

The C compiler identification is GNU, found in "/tmp/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/CMakeFiles/3.7.1/CompilerIdC/a.out"

Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded.
Compiler: /usr/bin/c++ 
Build flags: -march=x86-64;-mtune=generic;-O2;-pipe;-fstack-protector-strong
Id flags: 

The output was:
0


Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out"

The CXX compiler identification is GNU, found in "/tmp/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/CMakeFiles/3.7.1/CompilerIdCXX/a.out"

Determining if the C compiler works passed with the following output:
Change Dir: /tmp/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_a1fc0/fast"
/usr/bin/make -f CMakeFiles/cmTC_a1fc0.dir/build.make CMakeFiles/cmTC_a1fc0.dir/build
make[1]: Entering directory '/tmp/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_a1fc0.dir/testCCompiler.c.o
/usr/bin/cc    -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong    -o CMakeFiles/cmTC_a1fc0.dir/testCCompiler.c.o   -c /tmp/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/CMakeFiles/CMakeTmp/testCCompiler.c
Linking C executable cmTC_a1fc0
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a1fc0.dir/link.txt --verbose=1
/usr/bin/cc  -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong   -Wl,-O1,--sort-common,--as-needed,-z,relro  CMakeFiles/cmTC_a1fc0.dir/testCCompiler.c.o  -o cmTC_a1fc0 -rdynamic 
make[1]: Leaving directory '/tmp/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/CMakeFiles/CMakeTmp'


Detecting C compiler ABI info compiled with the following output:
Change Dir: /tmp/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_7b40e/fast"
/usr/bin/make -f CMakeFiles/cmTC_7b40e.dir/build.make CMakeFiles/cmTC_7b40e.dir/build
make[1]: Entering directory '/tmp/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_7b40e.dir/CMakeCCompilerABI.c.o
/usr/bin/cc    -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong    -o CMakeFiles/cmTC_7b40e.dir/CMakeCCompilerABI.c.o   -c /usr/share/cmake-3.7/Modules/CMakeCCompilerABI.c
Linking C executable cmTC_7b40e
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7b40e.dir/link.txt --verbose=1
/usr/bin/cc  -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong   -Wl,-O1,--sort-common,--as-needed,-z,relro -v CMakeFiles/cmTC_7b40e.dir/CMakeCCompilerABI.c.o  -o cmTC_7b40e -rdynamic  
Using built-in specs.
COLLECT_GCC=/usr/bin/cc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release
Thread model: posix
gcc version 6.2.1 20160830 (GCC) 
COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/
LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../../:/lib/:/usr/lib/
COLLECT_GCC_OPTIONS='-march=x86-64' '-mtune=generic' '-O2' '-pipe' '-fstack-protector-strong' '-v' '-o' 'cmTC_7b40e' '-rdynamic'
 /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/lto-wrapper -plugin-opt=-fresolution=/tmp/cc1r9wDQ.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_7b40e /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../../../lib/crt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/crtbegin.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../.. -O1 --sort-common --as-needed -z relro CMakeFiles/cmTC_7b40e.dir/CMakeCCompilerABI.c.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/crtend.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../../../lib/crtn.o
COLLECT_GCC_OPTIONS='-march=x86-64' '-mtune=generic' '-O2' '-pipe' '-fstack-protector-strong' '-v' '-o' 'cmTC_7b40e' '-rdynamic'
make[1]: Leaving directory '/tmp/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/CMakeFiles/CMakeTmp'


Parsed C implicit link information from above output:
  link line regex: [^( *|.*[/\])(ld|([^/\]+-)?ld|collect2)[^/\]*( |$)]
  ignore line: [Change Dir: /tmp/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/CMakeFiles/CMakeTmp]
  ignore line: []
  ignore line: [Run Build Command:"/usr/bin/make" "cmTC_7b40e/fast"]
  ignore line: [/usr/bin/make -f CMakeFiles/cmTC_7b40e.dir/build.make CMakeFiles/cmTC_7b40e.dir/build]
  ignore line: [make[1]: Entering directory '/tmp/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/CMakeFiles/CMakeTmp']
  ignore line: [Building C object CMakeFiles/cmTC_7b40e.dir/CMakeCCompilerABI.c.o]
  ignore line: [/usr/bin/cc    -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong    -o CMakeFiles/cmTC_7b40e.dir/CMakeCCompilerABI.c.o   -c /usr/share/cmake-3.7/Modules/CMakeCCompilerABI.c]
  ignore line: [Linking C executable cmTC_7b40e]
  ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7b40e.dir/link.txt --verbose=1]
  ignore line: [/usr/bin/cc  -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong   -Wl,-O1,--sort-common,--as-needed,-z,relro -v CMakeFiles/cmTC_7b40e.dir/CMakeCCompilerABI.c.o  -o cmTC_7b40e -rdynamic  ]
  ignore line: [Using built-in specs.]
  ignore line: [COLLECT_GCC=/usr/bin/cc]
  ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/lto-wrapper]
  ignore line: [Target: x86_64-pc-linux-gnu]
  ignore line: [Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release]
  ignore line: [Thread model: posix]
  ignore line: [gcc version 6.2.1 20160830 (GCC) ]
  ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/]
  ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../../:/lib/:/usr/lib/]
  ignore line: [COLLECT_GCC_OPTIONS='-march=x86-64' '-mtune=generic' '-O2' '-pipe' '-fstack-protector-strong' '-v' '-o' 'cmTC_7b40e' '-rdynamic']
  link line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/lto-wrapper -plugin-opt=-fresolution=/tmp/cc1r9wDQ.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_7b40e /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../../../lib/crt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/crtbegin.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../.. -O1 --sort-common --as-needed -z relro CMakeFiles/cmTC_7b40e.dir/CMakeCCompilerABI.c.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/crtend.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../../../lib/crtn.o]
    arg [/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/collect2] ==> ignore
    arg [-plugin] ==> ignore
    arg [/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/liblto_plugin.so] ==> ignore
    arg [-plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/lto-wrapper] ==> ignore
    arg [-plugin-opt=-fresolution=/tmp/cc1r9wDQ.res] ==> ignore
    arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
    arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
    arg [-plugin-opt=-pass-through=-lc] ==> ignore
    arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
    arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
    arg [--build-id] ==> ignore
    arg [--eh-frame-hdr] ==> ignore
    arg [--hash-style=gnu] ==> ignore
    arg [-m] ==> ignore
    arg [elf_x86_64] ==> ignore
    arg [-export-dynamic] ==> ignore
    arg [-dynamic-linker] ==> ignore
    arg [/lib64/ld-linux-x86-64.so.2] ==> ignore
    arg [-o] ==> ignore
    arg [cmTC_7b40e] ==> ignore
    arg [/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../../../lib/crt1.o] ==> ignore
    arg [/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../../../lib/crti.o] ==> ignore
    arg [/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/crtbegin.o] ==> ignore
    arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1]
    arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../../../lib]
    arg [-L/lib/../lib] ==> dir [/lib/../lib]
    arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib]
    arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../..] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../..]
    arg [-O1] ==> ignore
    arg [--sort-common] ==> ignore
    arg [--as-needed] ==> ignore
    arg [-zrelro] ==> ignore
    arg [CMakeFiles/cmTC_7b40e.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/lib/gcc/x86_64-pc-linux-gnu/6.2.1/crtend.o] ==> ignore
    arg [/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../../../lib/crtn.o] ==> ignore
  remove lib [gcc]
  remove lib [gcc_s]
  remove lib [gcc]
  remove lib [gcc_s]
  collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1]
  collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../../../lib] ==> [/usr/lib]
  collapse library dir [/lib/../lib] ==> [/lib]
  collapse library dir [/usr/lib/../lib] ==> [/usr/lib]
  collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../..] ==> [/usr/lib]
  implicit libs: [c]
  implicit dirs: [/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1;/usr/lib;/lib]
  implicit fwks: []




Detecting C [-std=c11] compiler features compiled with the following output:
Change Dir: /tmp/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_23cee/fast"
/usr/bin/make -f CMakeFiles/cmTC_23cee.dir/build.make CMakeFiles/cmTC_23cee.dir/build
make[1]: Entering directory '/tmp/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_23cee.dir/feature_tests.c.o
/usr/bin/cc    -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong    -std=c11 -o CMakeFiles/cmTC_23cee.dir/feature_tests.c.o   -c /tmp/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/CMakeFiles/feature_tests.c
Linking C executable cmTC_23cee
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_23cee.dir/link.txt --verbose=1
/usr/bin/cc  -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong   -Wl,-O1,--sort-common,--as-needed,-z,relro  CMakeFiles/cmTC_23cee.dir/feature_tests.c.o  -o cmTC_23cee -rdynamic 
make[1]: Leaving directory '/tmp/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/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/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_340cc/fast"
/usr/bin/make -f CMakeFiles/cmTC_340cc.dir/build.make CMakeFiles/cmTC_340cc.dir/build
make[1]: Entering directory '/tmp/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_340cc.dir/feature_tests.c.o
/usr/bin/cc    -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong    -std=c99 -o CMakeFiles/cmTC_340cc.dir/feature_tests.c.o   -c /tmp/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/CMakeFiles/feature_tests.c
Linking C executable cmTC_340cc
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_340cc.dir/link.txt --verbose=1
/usr/bin/cc  -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong   -Wl,-O1,--sort-common,--as-needed,-z,relro  CMakeFiles/cmTC_340cc.dir/feature_tests.c.o  -o cmTC_340cc -rdynamic 
make[1]: Leaving directory '/tmp/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/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/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_1e3aa/fast"
/usr/bin/make -f CMakeFiles/cmTC_1e3aa.dir/build.make CMakeFiles/cmTC_1e3aa.dir/build
make[1]: Entering directory '/tmp/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_1e3aa.dir/feature_tests.c.o
/usr/bin/cc    -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong    -std=c90 -o CMakeFiles/cmTC_1e3aa.dir/feature_tests.c.o   -c /tmp/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/CMakeFiles/feature_tests.c
Linking C executable cmTC_1e3aa
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_1e3aa.dir/link.txt --verbose=1
/usr/bin/cc  -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong   -Wl,-O1,--sort-common,--as-needed,-z,relro  CMakeFiles/cmTC_1e3aa.dir/feature_tests.c.o  -o cmTC_1e3aa -rdynamic 
make[1]: Leaving directory '/tmp/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/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/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_fb2e5/fast"
/usr/bin/make -f CMakeFiles/cmTC_fb2e5.dir/build.make CMakeFiles/cmTC_fb2e5.dir/build
make[1]: Entering directory '/tmp/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_fb2e5.dir/testCXXCompiler.cxx.o
/usr/bin/c++     -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong    -o CMakeFiles/cmTC_fb2e5.dir/testCXXCompiler.cxx.o -c /tmp/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/CMakeFiles/CMakeTmp/testCXXCompiler.cxx
Linking CXX executable cmTC_fb2e5
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_fb2e5.dir/link.txt --verbose=1
/usr/bin/c++   -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong   -Wl,-O1,--sort-common,--as-needed,-z,relro  CMakeFiles/cmTC_fb2e5.dir/testCXXCompiler.cxx.o  -o cmTC_fb2e5 -rdynamic 
make[1]: Leaving directory '/tmp/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/CMakeFiles/CMakeTmp'


Detecting CXX compiler ABI info compiled with the following output:
Change Dir: /tmp/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_e719c/fast"
/usr/bin/make -f CMakeFiles/cmTC_e719c.dir/build.make CMakeFiles/cmTC_e719c.dir/build
make[1]: Entering directory '/tmp/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_e719c.dir/CMakeCXXCompilerABI.cpp.o
/usr/bin/c++     -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong    -o CMakeFiles/cmTC_e719c.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-3.7/Modules/CMakeCXXCompilerABI.cpp
Linking CXX executable cmTC_e719c
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e719c.dir/link.txt --verbose=1
/usr/bin/c++   -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong   -Wl,-O1,--sort-common,--as-needed,-z,relro -v CMakeFiles/cmTC_e719c.dir/CMakeCXXCompilerABI.cpp.o  -o cmTC_e719c -rdynamic  
Using built-in specs.
COLLECT_GCC=/usr/bin/c++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release
Thread model: posix
gcc version 6.2.1 20160830 (GCC) 
COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/
LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../../:/lib/:/usr/lib/
COLLECT_GCC_OPTIONS='-march=x86-64' '-mtune=generic' '-O2' '-pipe' '-fstack-protector-strong' '-v' '-o' 'cmTC_e719c' '-rdynamic' '-shared-libgcc'
 /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccDJUJyf.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_e719c /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../../../lib/crt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/crtbegin.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../.. -O1 --sort-common --as-needed -z relro CMakeFiles/cmTC_e719c.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/crtend.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../../../lib/crtn.o
COLLECT_GCC_OPTIONS='-march=x86-64' '-mtune=generic' '-O2' '-pipe' '-fstack-protector-strong' '-v' '-o' 'cmTC_e719c' '-rdynamic' '-shared-libgcc'
make[1]: Leaving directory '/tmp/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/CMakeFiles/CMakeTmp'


Parsed CXX implicit link information from above output:
  link line regex: [^( *|.*[/\])(ld|([^/\]+-)?ld|collect2)[^/\]*( |$)]
  ignore line: [Change Dir: /tmp/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/CMakeFiles/CMakeTmp]
  ignore line: []
  ignore line: [Run Build Command:"/usr/bin/make" "cmTC_e719c/fast"]
  ignore line: [/usr/bin/make -f CMakeFiles/cmTC_e719c.dir/build.make CMakeFiles/cmTC_e719c.dir/build]
  ignore line: [make[1]: Entering directory '/tmp/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/CMakeFiles/CMakeTmp']
  ignore line: [Building CXX object CMakeFiles/cmTC_e719c.dir/CMakeCXXCompilerABI.cpp.o]
  ignore line: [/usr/bin/c++     -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong    -o CMakeFiles/cmTC_e719c.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-3.7/Modules/CMakeCXXCompilerABI.cpp]
  ignore line: [Linking CXX executable cmTC_e719c]
  ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e719c.dir/link.txt --verbose=1]
  ignore line: [/usr/bin/c++   -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong   -Wl,-O1,--sort-common,--as-needed,-z,relro -v CMakeFiles/cmTC_e719c.dir/CMakeCXXCompilerABI.cpp.o  -o cmTC_e719c -rdynamic  ]
  ignore line: [Using built-in specs.]
  ignore line: [COLLECT_GCC=/usr/bin/c++]
  ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/lto-wrapper]
  ignore line: [Target: x86_64-pc-linux-gnu]
  ignore line: [Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release]
  ignore line: [Thread model: posix]
  ignore line: [gcc version 6.2.1 20160830 (GCC) ]
  ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/]
  ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../../:/lib/:/usr/lib/]
  ignore line: [COLLECT_GCC_OPTIONS='-march=x86-64' '-mtune=generic' '-O2' '-pipe' '-fstack-protector-strong' '-v' '-o' 'cmTC_e719c' '-rdynamic' '-shared-libgcc']
  link line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccDJUJyf.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_e719c /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../../../lib/crt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/crtbegin.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../.. -O1 --sort-common --as-needed -z relro CMakeFiles/cmTC_e719c.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/crtend.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../../../lib/crtn.o]
    arg [/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/collect2] ==> ignore
    arg [-plugin] ==> ignore
    arg [/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/liblto_plugin.so] ==> ignore
    arg [-plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/lto-wrapper] ==> ignore
    arg [-plugin-opt=-fresolution=/tmp/ccDJUJyf.res] ==> ignore
    arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
    arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
    arg [-plugin-opt=-pass-through=-lc] ==> ignore
    arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
    arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
    arg [--build-id] ==> ignore
    arg [--eh-frame-hdr] ==> ignore
    arg [--hash-style=gnu] ==> ignore
    arg [-m] ==> ignore
    arg [elf_x86_64] ==> ignore
    arg [-export-dynamic] ==> ignore
    arg [-dynamic-linker] ==> ignore
    arg [/lib64/ld-linux-x86-64.so.2] ==> ignore
    arg [-o] ==> ignore
    arg [cmTC_e719c] ==> ignore
    arg [/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../../../lib/crt1.o] ==> ignore
    arg [/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../../../lib/crti.o] ==> ignore
    arg [/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/crtbegin.o] ==> ignore
    arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1]
    arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../../../lib]
    arg [-L/lib/../lib] ==> dir [/lib/../lib]
    arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib]
    arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../..] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../..]
    arg [-O1] ==> ignore
    arg [--sort-common] ==> ignore
    arg [--as-needed] ==> ignore
    arg [-zrelro] ==> ignore
    arg [CMakeFiles/cmTC_e719c.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/lib/gcc/x86_64-pc-linux-gnu/6.2.1/crtend.o] ==> ignore
    arg [/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../../../lib/crtn.o] ==> ignore
  remove lib [gcc_s]
  remove lib [gcc]
  remove lib [gcc_s]
  remove lib [gcc]
  collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1]
  collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../../../lib] ==> [/usr/lib]
  collapse library dir [/lib/../lib] ==> [/lib]
  collapse library dir [/usr/lib/../lib] ==> [/usr/lib]
  collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../..] ==> [/usr/lib]
  implicit libs: [stdc++;m;c]
  implicit dirs: [/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1;/usr/lib;/lib]
  implicit fwks: []




Detecting CXX [-std=c++14] compiler features compiled with the following output:
Change Dir: /tmp/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_21bf9/fast"
/usr/bin/make -f CMakeFiles/cmTC_21bf9.dir/build.make CMakeFiles/cmTC_21bf9.dir/build
make[1]: Entering directory '/tmp/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_21bf9.dir/feature_tests.cxx.o
/usr/bin/c++     -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong    -std=c++14 -o CMakeFiles/cmTC_21bf9.dir/feature_tests.cxx.o -c /tmp/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/CMakeFiles/feature_tests.cxx
Linking CXX executable cmTC_21bf9
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_21bf9.dir/link.txt --verbose=1
/usr/bin/c++   -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong   -Wl,-O1,--sort-common,--as-needed,-z,relro  CMakeFiles/cmTC_21bf9.dir/feature_tests.cxx.o  -o cmTC_21bf9 -rdynamic 
make[1]: Leaving directory '/tmp/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/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/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_9ad6b/fast"
/usr/bin/make -f CMakeFiles/cmTC_9ad6b.dir/build.make CMakeFiles/cmTC_9ad6b.dir/build
make[1]: Entering directory '/tmp/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_9ad6b.dir/feature_tests.cxx.o
/usr/bin/c++     -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong    -std=c++11 -o CMakeFiles/cmTC_9ad6b.dir/feature_tests.cxx.o -c /tmp/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/CMakeFiles/feature_tests.cxx
Linking CXX executable cmTC_9ad6b
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_9ad6b.dir/link.txt --verbose=1
/usr/bin/c++   -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong   -Wl,-O1,--sort-common,--as-needed,-z,relro  CMakeFiles/cmTC_9ad6b.dir/feature_tests.cxx.o  -o cmTC_9ad6b -rdynamic 
make[1]: Leaving directory '/tmp/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/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/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_b18a2/fast"
/usr/bin/make -f CMakeFiles/cmTC_b18a2.dir/build.make CMakeFiles/cmTC_b18a2.dir/build
make[1]: Entering directory '/tmp/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_b18a2.dir/feature_tests.cxx.o
/usr/bin/c++     -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong    -std=c++98 -o CMakeFiles/cmTC_b18a2.dir/feature_tests.cxx.o -c /tmp/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/CMakeFiles/feature_tests.cxx
Linking CXX executable cmTC_b18a2
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b18a2.dir/link.txt --verbose=1
/usr/bin/c++   -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong   -Wl,-O1,--sort-common,--as-needed,-z,relro  CMakeFiles/cmTC_b18a2.dir/feature_tests.cxx.o  -o cmTC_b18a2 -rdynamic 
make[1]: Leaving directory '/tmp/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/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 pthread.h exists passed with the following output:
Change Dir: /tmp/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_df1d3/fast"
/usr/bin/make -f CMakeFiles/cmTC_df1d3.dir/build.make CMakeFiles/cmTC_df1d3.dir/build
make[1]: Entering directory '/tmp/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_df1d3.dir/CheckIncludeFile.c.o
/usr/bin/cc    -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong    -o CMakeFiles/cmTC_df1d3.dir/CheckIncludeFile.c.o   -c /tmp/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/CMakeFiles/CMakeTmp/CheckIncludeFile.c
Linking C executable cmTC_df1d3
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_df1d3.dir/link.txt --verbose=1
/usr/bin/cc  -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong   -Wl,-O1,--sort-common,--as-needed,-z,relro  CMakeFiles/cmTC_df1d3.dir/CheckIncludeFile.c.o  -o cmTC_df1d3 -rdynamic 
make[1]: Leaving directory '/tmp/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/CMakeFiles/CMakeTmp'


Determining if the function pthread_create exists in the pthread passed with the following output:
Change Dir: /tmp/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_811f8/fast"
/usr/bin/make -f CMakeFiles/cmTC_811f8.dir/build.make CMakeFiles/cmTC_811f8.dir/build
make[1]: Entering directory '/tmp/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_811f8.dir/CheckFunctionExists.c.o
/usr/bin/cc    -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -DCHECK_FUNCTION_EXISTS=pthread_create   -o CMakeFiles/cmTC_811f8.dir/CheckFunctionExists.c.o   -c /usr/share/cmake-3.7/Modules/CheckFunctionExists.c
Linking C executable cmTC_811f8
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_811f8.dir/link.txt --verbose=1
/usr/bin/cc  -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -DCHECK_FUNCTION_EXISTS=pthread_create  -Wl,-O1,--sort-common,--as-needed,-z,relro  CMakeFiles/cmTC_811f8.dir/CheckFunctionExists.c.o  -o cmTC_811f8 -rdynamic -lpthread 
make[1]: Leaving directory '/tmp/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/CMakeFiles/CMakeTmp'


Determining if files sys/statfs.h exist passed with the following output:
Change Dir: /tmp/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_01fcc/fast"
/usr/bin/make -f CMakeFiles/cmTC_01fcc.dir/build.make CMakeFiles/cmTC_01fcc.dir/build
make[1]: Entering directory '/tmp/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_01fcc.dir/CheckIncludeFiles.c.o
/usr/bin/cc  -D_LARGEFILE64_SOURCE -D_POSIX_C_SOURCE=200809L  -std=c99 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong    -o CMakeFiles/cmTC_01fcc.dir/CheckIncludeFiles.c.o   -c /tmp/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
Linking C executable cmTC_01fcc
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_01fcc.dir/link.txt --verbose=1
/usr/bin/cc  -std=c99 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong   -Wl,-O1,--sort-common,--as-needed,-z,relro  CMakeFiles/cmTC_01fcc.dir/CheckIncludeFiles.c.o  -o cmTC_01fcc -rdynamic 
make[1]: Leaving directory '/tmp/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/CMakeFiles/CMakeTmp'


Determining if files sys/param.h exist passed with the following output:
Change Dir: /tmp/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_6bb08/fast"
/usr/bin/make -f CMakeFiles/cmTC_6bb08.dir/build.make CMakeFiles/cmTC_6bb08.dir/build
make[1]: Entering directory '/tmp/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_6bb08.dir/CheckIncludeFiles.c.o
/usr/bin/cc  -D_LARGEFILE64_SOURCE -D_POSIX_C_SOURCE=200809L  -std=c99 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong    -o CMakeFiles/cmTC_6bb08.dir/CheckIncludeFiles.c.o   -c /tmp/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
Linking C executable cmTC_6bb08
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_6bb08.dir/link.txt --verbose=1
/usr/bin/cc  -std=c99 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong   -Wl,-O1,--sort-common,--as-needed,-z,relro  CMakeFiles/cmTC_6bb08.dir/CheckIncludeFiles.c.o  -o cmTC_6bb08 -rdynamic 
make[1]: Leaving directory '/tmp/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/CMakeFiles/CMakeTmp'


Determining if files sys/inotify.h exist passed with the following output:
Change Dir: /tmp/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_efd4d/fast"
/usr/bin/make -f CMakeFiles/cmTC_efd4d.dir/build.make CMakeFiles/cmTC_efd4d.dir/build
make[1]: Entering directory '/tmp/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_efd4d.dir/CheckIncludeFiles.c.o
/usr/bin/cc  -D_LARGEFILE64_SOURCE -D_POSIX_C_SOURCE=200809L  -std=c99 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong    -o CMakeFiles/cmTC_efd4d.dir/CheckIncludeFiles.c.o   -c /tmp/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
Linking C executable cmTC_efd4d
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_efd4d.dir/link.txt --verbose=1
/usr/bin/cc  -std=c99 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong   -Wl,-O1,--sort-common,--as-needed,-z,relro  CMakeFiles/cmTC_efd4d.dir/CheckIncludeFiles.c.o  -o cmTC_efd4d -rdynamic 
make[1]: Leaving directory '/tmp/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/CMakeFiles/CMakeTmp'


Determining if files dirent.h exist passed with the following output:
Change Dir: /tmp/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_b76ce/fast"
/usr/bin/make -f CMakeFiles/cmTC_b76ce.dir/build.make CMakeFiles/cmTC_b76ce.dir/build
make[1]: Entering directory '/tmp/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_b76ce.dir/CheckIncludeFiles.c.o
/usr/bin/cc  -D_LARGEFILE64_SOURCE -D_POSIX_C_SOURCE=200809L  -std=c99 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong    -o CMakeFiles/cmTC_b76ce.dir/CheckIncludeFiles.c.o   -c /tmp/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
Linking C executable cmTC_b76ce
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b76ce.dir/link.txt --verbose=1
/usr/bin/cc  -std=c99 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong   -Wl,-O1,--sort-common,--as-needed,-z,relro  CMakeFiles/cmTC_b76ce.dir/CheckIncludeFiles.c.o  -o cmTC_b76ce -rdynamic 
make[1]: Leaving directory '/tmp/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/CMakeFiles/CMakeTmp'


Determining if the function strndup exists passed with the following output:
Change Dir: /tmp/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_c563a/fast"
/usr/bin/make -f CMakeFiles/cmTC_c563a.dir/build.make CMakeFiles/cmTC_c563a.dir/build
make[1]: Entering directory '/tmp/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_c563a.dir/CheckFunctionExists.c.o
/usr/bin/cc  -D_LARGEFILE64_SOURCE -D_POSIX_C_SOURCE=200809L  -std=c99 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -DCHECK_FUNCTION_EXISTS=strndup   -o CMakeFiles/cmTC_c563a.dir/CheckFunctionExists.c.o   -c /usr/share/cmake-3.7/Modules/CheckFunctionExists.c
Linking C executable cmTC_c563a
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c563a.dir/link.txt --verbose=1
/usr/bin/cc  -std=c99 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -DCHECK_FUNCTION_EXISTS=strndup  -Wl,-O1,--sort-common,--as-needed,-z,relro  CMakeFiles/cmTC_c563a.dir/CheckFunctionExists.c.o  -o cmTC_c563a -rdynamic 
make[1]: Leaving directory '/tmp/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/CMakeFiles/CMakeTmp'


Determining if the O_CLOEXEC exist passed with the following output:
Change Dir: /tmp/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_4814e/fast"
/usr/bin/make -f CMakeFiles/cmTC_4814e.dir/build.make CMakeFiles/cmTC_4814e.dir/build
make[1]: Entering directory '/tmp/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_4814e.dir/CheckSymbolExists.c.o
/usr/bin/cc  -D_LARGEFILE64_SOURCE -D_POSIX_C_SOURCE=200809L  -std=c99 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong    -o CMakeFiles/cmTC_4814e.dir/CheckSymbolExists.c.o   -c /tmp/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/CMakeFiles/CMakeTmp/CheckSymbolExists.c
Linking C executable cmTC_4814e
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_4814e.dir/link.txt --verbose=1
/usr/bin/cc  -std=c99 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong   -Wl,-O1,--sort-common,--as-needed,-z,relro  CMakeFiles/cmTC_4814e.dir/CheckSymbolExists.c.o  -o cmTC_4814e -rdynamic 
make[1]: Leaving directory '/tmp/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/CMakeFiles/CMakeTmp'

File /tmp/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <fcntl.h>

int main(int argc, char** argv)
{
  (void)argv;
#ifndef O_CLOEXEC
  return ((int*)(&O_CLOEXEC))[argc];
#else
  (void)argc;
  return 0;
#endif
}

Determining if the statfs64 exist passed with the following output:
Change Dir: /tmp/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_a8d59/fast"
/usr/bin/make -f CMakeFiles/cmTC_a8d59.dir/build.make CMakeFiles/cmTC_a8d59.dir/build
make[1]: Entering directory '/tmp/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_a8d59.dir/CheckSymbolExists.c.o
/usr/bin/cc  -D_LARGEFILE64_SOURCE -D_POSIX_C_SOURCE=200809L  -std=c99 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong    -o CMakeFiles/cmTC_a8d59.dir/CheckSymbolExists.c.o   -c /tmp/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/CMakeFiles/CMakeTmp/CheckSymbolExists.c
Linking C executable cmTC_a8d59
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a8d59.dir/link.txt --verbose=1
/usr/bin/cc  -std=c99 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong   -Wl,-O1,--sort-common,--as-needed,-z,relro  CMakeFiles/cmTC_a8d59.dir/CheckSymbolExists.c.o  -o cmTC_a8d59 -rdynamic 
make[1]: Leaving directory '/tmp/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/CMakeFiles/CMakeTmp'

File /tmp/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <sys/statfs.h>

int main(int argc, char** argv)
{
  (void)argv;
#ifndef statfs64
  return ((int*)(&statfs64))[argc];
#else
  (void)argc;
  return 0;
#endif
}

Determining if the clock_gettime exist passed with the following output:
Change Dir: /tmp/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_22a47/fast"
/usr/bin/make -f CMakeFiles/cmTC_22a47.dir/build.make CMakeFiles/cmTC_22a47.dir/build
make[1]: Entering directory '/tmp/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_22a47.dir/CheckSymbolExists.c.o
/usr/bin/cc  -D_LARGEFILE64_SOURCE -D_POSIX_C_SOURCE=200809L  -std=c99 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong    -o CMakeFiles/cmTC_22a47.dir/CheckSymbolExists.c.o   -c /tmp/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/CMakeFiles/CMakeTmp/CheckSymbolExists.c
Linking C executable cmTC_22a47
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_22a47.dir/link.txt --verbose=1
/usr/bin/cc  -std=c99 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong   -Wl,-O1,--sort-common,--as-needed,-z,relro  CMakeFiles/cmTC_22a47.dir/CheckSymbolExists.c.o  -o cmTC_22a47 -rdynamic 
make[1]: Leaving directory '/tmp/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/CMakeFiles/CMakeTmp'

File /tmp/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <time.h>

int main(int argc, char** argv)
{
  (void)argv;
#ifndef clock_gettime
  return ((int*)(&clock_gettime))[argc];
#else
  (void)argc;
  return 0;
#endif
}

Determining if files ncurses.h exist passed with the following output:
Change Dir: /tmp/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_17ba2/fast"
/usr/bin/make -f CMakeFiles/cmTC_17ba2.dir/build.make CMakeFiles/cmTC_17ba2.dir/build
make[1]: Entering directory '/tmp/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_17ba2.dir/CheckIncludeFiles.c.o
/usr/bin/cc  -D_LARGEFILE64_SOURCE -D_POSIX_C_SOURCE=200809L  -std=c99 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong    -o CMakeFiles/cmTC_17ba2.dir/CheckIncludeFiles.c.o   -c /tmp/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
Linking C executable cmTC_17ba2
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_17ba2.dir/link.txt --verbose=1
/usr/bin/cc  -std=c99 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong   -Wl,-O1,--sort-common,--as-needed,-z,relro  CMakeFiles/cmTC_17ba2.dir/CheckIncludeFiles.c.o  -o cmTC_17ba2 -rdynamic 
make[1]: Leaving directory '/tmp/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/CMakeFiles/CMakeTmp'


Determining if the include file iwlib.h exists passed with the following output:
Change Dir: /tmp/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_25c11/fast"
/usr/bin/make -f CMakeFiles/cmTC_25c11.dir/build.make CMakeFiles/cmTC_25c11.dir/build
make[1]: Entering directory '/tmp/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_25c11.dir/CheckIncludeFile.c.o
/usr/bin/cc  -D_LARGEFILE64_SOURCE -D_POSIX_C_SOURCE=200809L  -std=c99 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_GNU_SOURCE    -o CMakeFiles/cmTC_25c11.dir/CheckIncludeFile.c.o   -c /tmp/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/CMakeFiles/CMakeTmp/CheckIncludeFile.c
Linking C executable cmTC_25c11
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_25c11.dir/link.txt --verbose=1
/usr/bin/cc  -std=c99 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_GNU_SOURCE   -Wl,-O1,--sort-common,--as-needed,-z,relro  CMakeFiles/cmTC_25c11.dir/CheckIncludeFile.c.o  -o cmTC_25c11 -rdynamic 
make[1]: Leaving directory '/tmp/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/CMakeFiles/CMakeTmp'


Determining if the function getnameinfo exists passed with the following output:
Change Dir: /tmp/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_66d55/fast"
/usr/bin/make -f CMakeFiles/cmTC_66d55.dir/build.make CMakeFiles/cmTC_66d55.dir/build
make[1]: Entering directory '/tmp/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_66d55.dir/CheckFunctionExists.c.o
/usr/bin/cc  -D_LARGEFILE64_SOURCE -D_POSIX_C_SOURCE=200809L  -std=c99 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -DCHECK_FUNCTION_EXISTS=getnameinfo   -o CMakeFiles/cmTC_66d55.dir/CheckFunctionExists.c.o   -c /usr/share/cmake-3.7/Modules/CheckFunctionExists.c
Linking C executable cmTC_66d55
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_66d55.dir/link.txt --verbose=1
/usr/bin/cc  -std=c99 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -DCHECK_FUNCTION_EXISTS=getnameinfo  -Wl,-O1,--sort-common,--as-needed,-z,relro  CMakeFiles/cmTC_66d55.dir/CheckFunctionExists.c.o  -o cmTC_66d55 -rdynamic 
make[1]: Leaving directory '/tmp/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/CMakeFiles/CMakeTmp'


Determining if files netdb.h;netinet/in.h;netinet/tcp.h;sys/socket.h;arpa/inet.h exist passed with the following output:
Change Dir: /tmp/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_fb7af/fast"
/usr/bin/make -f CMakeFiles/cmTC_fb7af.dir/build.make CMakeFiles/cmTC_fb7af.dir/build
make[1]: Entering directory '/tmp/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_fb7af.dir/CheckIncludeFiles.c.o
/usr/bin/cc  -D_LARGEFILE64_SOURCE -D_POSIX_C_SOURCE=200809L  -std=c99 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong    -o CMakeFiles/cmTC_fb7af.dir/CheckIncludeFiles.c.o   -c /tmp/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
Linking C executable cmTC_fb7af
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_fb7af.dir/link.txt --verbose=1
/usr/bin/cc  -std=c99 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong   -Wl,-O1,--sort-common,--as-needed,-z,relro  CMakeFiles/cmTC_fb7af.dir/CheckIncludeFiles.c.o  -o cmTC_fb7af -rdynamic 
make[1]: Leaving directory '/tmp/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/CMakeFiles/CMakeTmp'


Determining if the function XOpenDisplay exists in the /usr/lib64/libX11.so;/usr/lib64/libXext.so passed with the following output:
Change Dir: /tmp/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_e2811/fast"
/usr/bin/make -f CMakeFiles/cmTC_e2811.dir/build.make CMakeFiles/cmTC_e2811.dir/build
make[1]: Entering directory '/tmp/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_e2811.dir/CheckFunctionExists.c.o
/usr/bin/cc  -D_LARGEFILE64_SOURCE -D_POSIX_C_SOURCE=200809L  -std=c99 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -DCHECK_FUNCTION_EXISTS=XOpenDisplay   -o CMakeFiles/cmTC_e2811.dir/CheckFunctionExists.c.o   -c /usr/share/cmake-3.7/Modules/CheckFunctionExists.c
Linking C executable cmTC_e2811
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e2811.dir/link.txt --verbose=1
/usr/bin/cc  -std=c99 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -DCHECK_FUNCTION_EXISTS=XOpenDisplay  -Wl,-O1,--sort-common,--as-needed,-z,relro  CMakeFiles/cmTC_e2811.dir/CheckFunctionExists.c.o  -o cmTC_e2811 -rdynamic /usr/lib64/libX11.so /usr/lib64/libXext.so 
make[1]: Leaving directory '/tmp/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/CMakeFiles/CMakeTmp'


Determining if the function gethostbyname exists passed with the following output:
Change Dir: /tmp/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_6536d/fast"
/usr/bin/make -f CMakeFiles/cmTC_6536d.dir/build.make CMakeFiles/cmTC_6536d.dir/build
make[1]: Entering directory '/tmp/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_6536d.dir/CheckFunctionExists.c.o
/usr/bin/cc  -D_LARGEFILE64_SOURCE -D_POSIX_C_SOURCE=200809L  -std=c99 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -DCHECK_FUNCTION_EXISTS=gethostbyname   -o CMakeFiles/cmTC_6536d.dir/CheckFunctionExists.c.o   -c /usr/share/cmake-3.7/Modules/CheckFunctionExists.c
Linking C executable cmTC_6536d
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_6536d.dir/link.txt --verbose=1
/usr/bin/cc  -std=c99 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -DCHECK_FUNCTION_EXISTS=gethostbyname  -Wl,-O1,--sort-common,--as-needed,-z,relro  CMakeFiles/cmTC_6536d.dir/CheckFunctionExists.c.o  -o cmTC_6536d -rdynamic 
make[1]: Leaving directory '/tmp/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/CMakeFiles/CMakeTmp'


Determining if the function connect exists passed with the following output:
Change Dir: /tmp/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_064d4/fast"
/usr/bin/make -f CMakeFiles/cmTC_064d4.dir/build.make CMakeFiles/cmTC_064d4.dir/build
make[1]: Entering directory '/tmp/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_064d4.dir/CheckFunctionExists.c.o
/usr/bin/cc  -D_LARGEFILE64_SOURCE -D_POSIX_C_SOURCE=200809L  -std=c99 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -DCHECK_FUNCTION_EXISTS=connect   -o CMakeFiles/cmTC_064d4.dir/CheckFunctionExists.c.o   -c /usr/share/cmake-3.7/Modules/CheckFunctionExists.c
Linking C executable cmTC_064d4
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_064d4.dir/link.txt --verbose=1
/usr/bin/cc  -std=c99 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -DCHECK_FUNCTION_EXISTS=connect  -Wl,-O1,--sort-common,--as-needed,-z,relro  CMakeFiles/cmTC_064d4.dir/CheckFunctionExists.c.o  -o cmTC_064d4 -rdynamic 
make[1]: Leaving directory '/tmp/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/CMakeFiles/CMakeTmp'


Determining if the function remove exists passed with the following output:
Change Dir: /tmp/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_473c8/fast"
/usr/bin/make -f CMakeFiles/cmTC_473c8.dir/build.make CMakeFiles/cmTC_473c8.dir/build
make[1]: Entering directory '/tmp/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_473c8.dir/CheckFunctionExists.c.o
/usr/bin/cc  -D_LARGEFILE64_SOURCE -D_POSIX_C_SOURCE=200809L  -std=c99 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -DCHECK_FUNCTION_EXISTS=remove   -o CMakeFiles/cmTC_473c8.dir/CheckFunctionExists.c.o   -c /usr/share/cmake-3.7/Modules/CheckFunctionExists.c
Linking C executable cmTC_473c8
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_473c8.dir/link.txt --verbose=1
/usr/bin/cc  -std=c99 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -DCHECK_FUNCTION_EXISTS=remove  -Wl,-O1,--sort-common,--as-needed,-z,relro  CMakeFiles/cmTC_473c8.dir/CheckFunctionExists.c.o  -o cmTC_473c8 -rdynamic 
make[1]: Leaving directory '/tmp/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/CMakeFiles/CMakeTmp'


Determining if the function shmat exists passed with the following output:
Change Dir: /tmp/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_647fb/fast"
/usr/bin/make -f CMakeFiles/cmTC_647fb.dir/build.make CMakeFiles/cmTC_647fb.dir/build
make[1]: Entering directory '/tmp/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_647fb.dir/CheckFunctionExists.c.o
/usr/bin/cc  -D_LARGEFILE64_SOURCE -D_POSIX_C_SOURCE=200809L  -std=c99 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -DCHECK_FUNCTION_EXISTS=shmat   -o CMakeFiles/cmTC_647fb.dir/CheckFunctionExists.c.o   -c /usr/share/cmake-3.7/Modules/CheckFunctionExists.c
Linking C executable cmTC_647fb
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_647fb.dir/link.txt --verbose=1
/usr/bin/cc  -std=c99 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -DCHECK_FUNCTION_EXISTS=shmat  -Wl,-O1,--sort-common,--as-needed,-z,relro  CMakeFiles/cmTC_647fb.dir/CheckFunctionExists.c.o  -o cmTC_647fb -rdynamic 
make[1]: Leaving directory '/tmp/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/CMakeFiles/CMakeTmp'


Determining if the function IceConnectionNumber exists in the ICE passed with the following output:
Change Dir: /tmp/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_2b7fc/fast"
/usr/bin/make -f CMakeFiles/cmTC_2b7fc.dir/build.make CMakeFiles/cmTC_2b7fc.dir/build
make[1]: Entering directory '/tmp/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_2b7fc.dir/CheckFunctionExists.c.o
/usr/bin/cc  -D_LARGEFILE64_SOURCE -D_POSIX_C_SOURCE=200809L  -std=c99 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -DCHECK_FUNCTION_EXISTS=IceConnectionNumber   -o CMakeFiles/cmTC_2b7fc.dir/CheckFunctionExists.c.o   -c /usr/share/cmake-3.7/Modules/CheckFunctionExists.c
Linking C executable cmTC_2b7fc
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_2b7fc.dir/link.txt --verbose=1
/usr/bin/cc  -std=c99 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -DCHECK_FUNCTION_EXISTS=IceConnectionNumber  -Wl,-O1,--sort-common,--as-needed,-z,relro  CMakeFiles/cmTC_2b7fc.dir/CheckFunctionExists.c.o  -o cmTC_2b7fc -rdynamic -lICE 
make[1]: Leaving directory '/tmp/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/CMakeFiles/CMakeTmp'

CMakeError.log:

Determining if the pthread_create exist failed with the following output:
Change Dir: /tmp/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_c28a7/fast"
/usr/bin/make -f CMakeFiles/cmTC_c28a7.dir/build.make CMakeFiles/cmTC_c28a7.dir/build
make[1]: Entering directory '/tmp/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_c28a7.dir/CheckSymbolExists.c.o
/usr/bin/cc    -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong    -o CMakeFiles/cmTC_c28a7.dir/CheckSymbolExists.c.o   -c /tmp/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/CMakeFiles/CMakeTmp/CheckSymbolExists.c
Linking C executable cmTC_c28a7
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c28a7.dir/link.txt --verbose=1
/usr/bin/cc  -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong   -Wl,-O1,--sort-common,--as-needed,-z,relro  CMakeFiles/cmTC_c28a7.dir/CheckSymbolExists.c.o  -o cmTC_c28a7 -rdynamic 
CMakeFiles/cmTC_c28a7.dir/CheckSymbolExists.c.o: In function `main':
CheckSymbolExists.c:(.text.startup+0x6): undefined reference to `pthread_create'
collect2: error: ld returned 1 exit status
make[1]: *** [CMakeFiles/cmTC_c28a7.dir/build.make:98: cmTC_c28a7] Error 1
make[1]: Leaving directory '/tmp/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/CMakeFiles/CMakeTmp'
make: *** [Makefile:126: cmTC_c28a7/fast] Error 2

File /tmp/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <pthread.h>

int main(int argc, char** argv)
{
  (void)argv;
#ifndef pthread_create
  return ((int*)(&pthread_create))[argc];
#else
  (void)argc;
  return 0;
#endif
}

Determining if the function pthread_create exists in the pthreads failed with the following output:
Change Dir: /tmp/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_f9c38/fast"
/usr/bin/make -f CMakeFiles/cmTC_f9c38.dir/build.make CMakeFiles/cmTC_f9c38.dir/build
make[1]: Entering directory '/tmp/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_f9c38.dir/CheckFunctionExists.c.o
/usr/bin/cc    -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -DCHECK_FUNCTION_EXISTS=pthread_create   -o CMakeFiles/cmTC_f9c38.dir/CheckFunctionExists.c.o   -c /usr/share/cmake-3.7/Modules/CheckFunctionExists.c
Linking C executable cmTC_f9c38
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f9c38.dir/link.txt --verbose=1
/usr/bin/cc  -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -DCHECK_FUNCTION_EXISTS=pthread_create  -Wl,-O1,--sort-common,--as-needed,-z,relro  CMakeFiles/cmTC_f9c38.dir/CheckFunctionExists.c.o  -o cmTC_f9c38 -rdynamic -lpthreads 
/usr/bin/ld: cannot find -lpthreads
collect2: error: ld returned 1 exit status
make[1]: *** [CMakeFiles/cmTC_f9c38.dir/build.make:98: cmTC_f9c38] Error 1
make[1]: Leaving directory '/tmp/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/CMakeFiles/CMakeTmp'
make: *** [Makefile:126: cmTC_f9c38/fast] Error 2


Determining if the pipe2 exist failed with the following output:
Change Dir: /tmp/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_f2fd4/fast"
/usr/bin/make -f CMakeFiles/cmTC_f2fd4.dir/build.make CMakeFiles/cmTC_f2fd4.dir/build
make[1]: Entering directory '/tmp/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_f2fd4.dir/CheckSymbolExists.c.o
/usr/bin/cc  -D_LARGEFILE64_SOURCE -D_POSIX_C_SOURCE=200809L  -std=c99 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong    -o CMakeFiles/cmTC_f2fd4.dir/CheckSymbolExists.c.o   -c /tmp/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/CMakeFiles/CMakeTmp/CheckSymbolExists.c
/tmp/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function 'main':
/tmp/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: 'pipe2' undeclared (first use in this function)
   return ((int*)(&pipe2))[argc];
                   ^~~~~
/tmp/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: note: each undeclared identifier is reported only once for each function it appears in
make[1]: *** [CMakeFiles/cmTC_f2fd4.dir/build.make:66: CMakeFiles/cmTC_f2fd4.dir/CheckSymbolExists.c.o] Error 1
make[1]: Leaving directory '/tmp/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/CMakeFiles/CMakeTmp'
make: *** [Makefile:126: cmTC_f2fd4/fast] Error 2

File /tmp/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <unistd.h>

int main(int argc, char** argv)
{
  (void)argv;
#ifndef pipe2
  return ((int*)(&pipe2))[argc];
#else
  (void)argc;
  return 0;
#endif
}

Determining if the function iw_sockets_open exists failed with the following output:
Change Dir: /tmp/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_b9892/fast"
/usr/bin/make -f CMakeFiles/cmTC_b9892.dir/build.make CMakeFiles/cmTC_b9892.dir/build
make[1]: Entering directory '/tmp/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_b9892.dir/CheckFunctionExists.c.o
/usr/bin/cc  -D_LARGEFILE64_SOURCE -D_POSIX_C_SOURCE=200809L  -std=c99 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -DCHECK_FUNCTION_EXISTS=iw_sockets_open   -o CMakeFiles/cmTC_b9892.dir/CheckFunctionExists.c.o   -c /usr/share/cmake-3.7/Modules/CheckFunctionExists.c
Linking C executable cmTC_b9892
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b9892.dir/link.txt --verbose=1
/usr/bin/cc  -std=c99 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -DCHECK_FUNCTION_EXISTS=iw_sockets_open  -Wl,-O1,--sort-common,--as-needed,-z,relro  CMakeFiles/cmTC_b9892.dir/CheckFunctionExists.c.o  -o cmTC_b9892 -rdynamic 
CMakeFiles/cmTC_b9892.dir/CheckFunctionExists.c.o: In function `main':
CheckFunctionExists.c:(.text.startup+0xe): undefined reference to `iw_sockets_open'
collect2: error: ld returned 1 exit status
make[1]: *** [CMakeFiles/cmTC_b9892.dir/build.make:98: cmTC_b9892] Error 1
make[1]: Leaving directory '/tmp/yaourt-tmp-alan/aur-conky-lua/src/conky-1.10.1/CMakeFiles/CMakeTmp'
make: *** [Makefile:126: cmTC_b9892/fast] Error 2

I already installed "lua" and "lua51" to ease the fury of the installer but it still couldn't detect the lua packages.
I also tried to remove "lua" to only have lua51 installed, but all of a sudden yaourt claims there were dependencies to "vlc" and "tolua++".

I have no idea what exactly I did wrong or how I could successfully install conky-lua-arch.

Greetings,

Higlav

Last edited by Higlav (2016-12-29 13:36:47)

Offline

#2 2016-12-29 13:51:47

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,868

Re: Fail to install conky-lua-arch

Looks like the conky-lua package badly needs updating,   conky 1.10.1 was released in Nov 2015 .
latest released conky version is 1.10.6 .


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#3 2016-12-29 13:54:44

Higlav
Member
Registered: 2016-12-09
Posts: 39

Re: Fail to install conky-lua-arch

So no conky-lua for me huh? hmm

Offline

#4 2016-12-29 14:10:29

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,868

Re: Fail to install conky-lua-arch

You could try updating the PKGBUILD to 1.10.6 .

You appear to be new to arch, please get rid of yaourt for now.
Once you understand how pacman /makepkg / PKGBUILD / AUR work, you can decide for yourself if you need an AUR helper and which one suits you best.

If you're willing to give that a try, check wiki for those 4 terms.


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#5 2016-12-29 14:29:19

Higlav
Member
Registered: 2016-12-09
Posts: 39

Re: Fail to install conky-lua-arch

Ok, will do. Thank you.

Offline

#6 2016-12-29 15:07:24

WorMzy
Forum Moderator
From: Scotland
Registered: 2010-06-16
Posts: 11,787
Website

Re: Fail to install conky-lua-arch

Mod note: Moving to AUR Issues.


Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD

Making lemonade from lemons since 2015.

Offline

Board footer

Powered by FluxBB