Hello,
as none of the current display managers offers all features I'd like to
have (but kdm does), I tried to build kde-workspace 4.11.14 in Ubuntu
16.04 . But though kdm 4.11.11 package from Ubuntu 14.04 can be installed
in 16.04, I got build errors. Then, I just took the kde-workpsace 4.11.11
package sources from Ubuntu 14.04 and did two small changes: Removed
nepomuk-core (not available in Ubuntu 16.04) dependency in debian/control
and CMakeLists.txt, and changed libboost-version to 1.58 in
debian/control. But that gave the same errors as with kde-workspace
4.11.14 .
I attached the CMake logfiles. Unfortunately, I could not find in them why
configure could not be completed. They say that some features could not be
found, but I found only optional features that are missing.
Can anybody help me in building kde-workspace in my environment? Or
better, give me hints how to build only kdm and the things it depends on?
Regards
Christoph
Determining if the Q_WS_WIN exist failed with the following output:
Change Dir: /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_42fa4/fast"
make[3]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
/usr/bin/make -f CMakeFiles/cmTC_42fa4.dir/build.make CMakeFiles/cmTC_42fa4.dir/build
make[4]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_42fa4.dir/CheckSymbolExists.c.o
/usr/lib/ccache/x86_64-linux-gnu-gcc -I/usr/include/qt4 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -o CMakeFiles/cmTC_42fa4.dir/CheckSymbolExists.c.o -c /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/CheckSymbolExists.c
/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function 'main':
/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: 'Q_WS_WIN' undeclared (first use in this function)
return ((int*)(&Q_WS_WIN))[argc];
^
/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: note: each undeclared identifier is reported only once for each function it appears in
CMakeFiles/cmTC_42fa4.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_42fa4.dir/CheckSymbolExists.c.o' failed
make[4]: *** [CMakeFiles/cmTC_42fa4.dir/CheckSymbolExists.c.o] Error 1
make[4]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_42fa4/fast' failed
make[3]: *** [cmTC_42fa4/fast] Error 2
make[3]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
File /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <QtCore/qglobal.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef Q_WS_WIN
return ((int*)(&Q_WS_WIN))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the Q_WS_QWS exist failed with the following output:
Change Dir: /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_b63bb/fast"
make[3]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
/usr/bin/make -f CMakeFiles/cmTC_b63bb.dir/build.make CMakeFiles/cmTC_b63bb.dir/build
make[4]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_b63bb.dir/CheckSymbolExists.c.o
/usr/lib/ccache/x86_64-linux-gnu-gcc -I/usr/include/qt4 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -o CMakeFiles/cmTC_b63bb.dir/CheckSymbolExists.c.o -c /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/CheckSymbolExists.c
/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function 'main':
/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: 'Q_WS_QWS' undeclared (first use in this function)
return ((int*)(&Q_WS_QWS))[argc];
^
/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: note: each undeclared identifier is reported only once for each function it appears in
CMakeFiles/cmTC_b63bb.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_b63bb.dir/CheckSymbolExists.c.o' failed
make[4]: *** [CMakeFiles/cmTC_b63bb.dir/CheckSymbolExists.c.o] Error 1
make[4]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_b63bb/fast' failed
make[3]: *** [cmTC_b63bb/fast] Error 2
make[3]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
File /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <QtCore/qglobal.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef Q_WS_QWS
return ((int*)(&Q_WS_QWS))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the Q_WS_MAC exist failed with the following output:
Change Dir: /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_832f9/fast"
make[3]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
/usr/bin/make -f CMakeFiles/cmTC_832f9.dir/build.make CMakeFiles/cmTC_832f9.dir/build
make[4]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_832f9.dir/CheckSymbolExists.c.o
/usr/lib/ccache/x86_64-linux-gnu-gcc -I/usr/include/qt4 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -o CMakeFiles/cmTC_832f9.dir/CheckSymbolExists.c.o -c /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/CheckSymbolExists.c
/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function 'main':
/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: 'Q_WS_MAC' undeclared (first use in this function)
return ((int*)(&Q_WS_MAC))[argc];
^
/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: note: each undeclared identifier is reported only once for each function it appears in
CMakeFiles/cmTC_832f9.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_832f9.dir/CheckSymbolExists.c.o' failed
make[4]: *** [CMakeFiles/cmTC_832f9.dir/CheckSymbolExists.c.o] Error 1
make[4]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_832f9/fast' failed
make[3]: *** [cmTC_832f9/fast] Error 2
make[3]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
File /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <QtCore/qglobal.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef Q_WS_MAC
return ((int*)(&Q_WS_MAC))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the pthread_create exist failed with the following output:
Change Dir: /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_ef018/fast"
make[3]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
/usr/bin/make -f CMakeFiles/cmTC_ef018.dir/build.make CMakeFiles/cmTC_ef018.dir/build
make[4]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_ef018.dir/CheckSymbolExists.c.o
/usr/lib/ccache/x86_64-linux-gnu-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -o CMakeFiles/cmTC_ef018.dir/CheckSymbolExists.c.o -c /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/CheckSymbolExists.c
Linking C executable cmTC_ef018
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ef018.dir/link.txt --verbose=1
/usr/lib/ccache/x86_64-linux-gnu-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,--as-needed -Wl,--no-undefined CMakeFiles/cmTC_ef018.dir/CheckSymbolExists.c.o -o cmTC_ef018 -rdynamic
CMakeFiles/cmTC_ef018.dir/CheckSymbolExists.c.o: In function `main':
/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8: undefined reference to `pthread_create'
collect2: error: ld returned 1 exit status
CMakeFiles/cmTC_ef018.dir/build.make:97: recipe for target 'cmTC_ef018' failed
make[4]: *** [cmTC_ef018] Error 1
make[4]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_ef018/fast' failed
make[3]: *** [cmTC_ef018/fast] Error 2
make[3]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
File /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/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: /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_06e60/fast"
make[3]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
/usr/bin/make -f CMakeFiles/cmTC_06e60.dir/build.make CMakeFiles/cmTC_06e60.dir/build
make[4]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_06e60.dir/CheckFunctionExists.c.o
/usr/lib/ccache/x86_64-linux-gnu-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTC_06e60.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
Linking C executable cmTC_06e60
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_06e60.dir/link.txt --verbose=1
/usr/lib/ccache/x86_64-linux-gnu-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DCHECK_FUNCTION_EXISTS=pthread_create -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,--as-needed -Wl,--no-undefined CMakeFiles/cmTC_06e60.dir/CheckFunctionExists.c.o -o cmTC_06e60 -rdynamic -lpthreads
/usr/bin/ld: cannot find -lpthreads
collect2: error: ld returned 1 exit status
CMakeFiles/cmTC_06e60.dir/build.make:97: recipe for target 'cmTC_06e60' failed
make[4]: *** [cmTC_06e60] Error 1
make[4]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_06e60/fast' failed
make[3]: *** [cmTC_06e60/fast] Error 2
make[3]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Determining if the function getpassphrase exists failed with the following output:
Change Dir: /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_e4ba3/fast"
make[3]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
/usr/bin/make -f CMakeFiles/cmTC_e4ba3.dir/build.make CMakeFiles/cmTC_e4ba3.dir/build
make[4]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_e4ba3.dir/CheckFunctionExists.c.o
/usr/lib/ccache/x86_64-linux-gnu-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -DCHECK_FUNCTION_EXISTS=getpassphrase -o CMakeFiles/cmTC_e4ba3.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
Linking C executable cmTC_e4ba3
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e4ba3.dir/link.txt --verbose=1
/usr/lib/ccache/x86_64-linux-gnu-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -DCHECK_FUNCTION_EXISTS=getpassphrase -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,--as-needed -Wl,--no-undefined CMakeFiles/cmTC_e4ba3.dir/CheckFunctionExists.c.o -o cmTC_e4ba3 -rdynamic
CMakeFiles/cmTC_e4ba3.dir/CheckFunctionExists.c.o: In function `main':
/usr/share/cmake-3.5/Modules/CheckFunctionExists.c:14: undefined reference to `getpassphrase'
collect2: error: ld returned 1 exit status
CMakeFiles/cmTC_e4ba3.dir/build.make:97: recipe for target 'cmTC_e4ba3' failed
make[4]: *** [cmTC_e4ba3] Error 1
make[4]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_e4ba3/fast' failed
make[3]: *** [cmTC_e4ba3/fast] Error 2
make[3]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Determining size of struct ucred failed with the following output:
Change Dir: /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_a0673/fast"
make[3]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
/usr/bin/make -f CMakeFiles/cmTC_a0673.dir/build.make CMakeFiles/cmTC_a0673.dir/build
make[4]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_a0673.dir/STRUCT_UCRED.c.o
/usr/lib/ccache/x86_64-linux-gnu-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -o CMakeFiles/cmTC_a0673.dir/STRUCT_UCRED.c.o -c /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CheckTypeSize/STRUCT_UCRED.c
/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CheckTypeSize/STRUCT_UCRED.c:20:20: error: invalid application of 'sizeof' to incomplete type 'struct ucred'
('0' + ((SIZE / 10000)%10)),
^
/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CheckTypeSize/STRUCT_UCRED.c:21:20: error: invalid application of 'sizeof' to incomplete type 'struct ucred'
('0' + ((SIZE / 1000)%10)),
^
/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CheckTypeSize/STRUCT_UCRED.c:22:20: error: invalid application of 'sizeof' to incomplete type 'struct ucred'
('0' + ((SIZE / 100)%10)),
^
/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CheckTypeSize/STRUCT_UCRED.c:23:20: error: invalid application of 'sizeof' to incomplete type 'struct ucred'
('0' + ((SIZE / 10)%10)),
^
/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CheckTypeSize/STRUCT_UCRED.c:24:19: error: invalid application of 'sizeof' to incomplete type 'struct ucred'
('0' + (SIZE % 10)),
^
CMakeFiles/cmTC_a0673.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_a0673.dir/STRUCT_UCRED.c.o' failed
make[4]: *** [CMakeFiles/cmTC_a0673.dir/STRUCT_UCRED.c.o] Error 1
make[4]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_a0673/fast' failed
make[3]: *** [cmTC_a0673/fast] Error 2
make[3]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CheckTypeSize/STRUCT_UCRED.c:
#include <sys/types.h>
#include <stdint.h>
#include <stddef.h>
#include "sys/socket.h"
#undef KEY
#if defined(__i386)
# define KEY '_','_','i','3','8','6'
#elif defined(__x86_64)
# define KEY '_','_','x','8','6','_','6','4'
#elif defined(__ppc__)
# define KEY '_','_','p','p','c','_','_'
#elif defined(__ppc64__)
# define KEY '_','_','p','p','c','6','4','_','_'
#endif
#define SIZE (sizeof(struct ucred))
char info_size[] = {'I', 'N', 'F', 'O', ':', 's','i','z','e','[',
('0' + ((SIZE / 10000)%10)),
('0' + ((SIZE / 1000)%10)),
('0' + ((SIZE / 100)%10)),
('0' + ((SIZE / 10)%10)),
('0' + (SIZE % 10)),
']',
#ifdef KEY
' ','k','e','y','[', KEY, ']',
#endif
'\0'};
#ifdef __CLASSIC_C__
int main(argc, argv) int argc; char *argv[];
#else
int main(int argc, char *argv[])
#endif
{
int require = 0;
require += info_size[argc];
(void)argv;
return require;
}
Determining if the function getpeereid exists failed with the following output:
Change Dir: /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_33198/fast"
make[3]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
/usr/bin/make -f CMakeFiles/cmTC_33198.dir/build.make CMakeFiles/cmTC_33198.dir/build
make[4]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_33198.dir/CheckFunctionExists.c.o
/usr/lib/ccache/x86_64-linux-gnu-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -DCHECK_FUNCTION_EXISTS=getpeereid -o CMakeFiles/cmTC_33198.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
Linking C executable cmTC_33198
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_33198.dir/link.txt --verbose=1
/usr/lib/ccache/x86_64-linux-gnu-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -DCHECK_FUNCTION_EXISTS=getpeereid -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,--as-needed -Wl,--no-undefined CMakeFiles/cmTC_33198.dir/CheckFunctionExists.c.o -o cmTC_33198 -rdynamic
CMakeFiles/cmTC_33198.dir/CheckFunctionExists.c.o: In function `main':
/usr/share/cmake-3.5/Modules/CheckFunctionExists.c:14: undefined reference to `getpeereid'
collect2: error: ld returned 1 exit status
CMakeFiles/cmTC_33198.dir/build.make:97: recipe for target 'cmTC_33198' failed
make[4]: *** [cmTC_33198] Error 1
make[4]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_33198/fast' failed
make[3]: *** [cmTC_33198/fast] Error 2
make[3]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Determining if files sys/endian.h exist failed with the following output:
Change Dir: /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_25959/fast"
make[3]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
/usr/bin/make -f CMakeFiles/cmTC_25959.dir/build.make CMakeFiles/cmTC_25959.dir/build
make[4]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_25959.dir/CheckIncludeFiles.c.o
/usr/lib/ccache/x86_64-linux-gnu-gcc -I/usr/include/Xrandr.h -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -o CMakeFiles/cmTC_25959.dir/CheckIncludeFiles.c.o -c /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:24: fatal error: sys/endian.h: No such file or directory
compilation terminated.
CMakeFiles/cmTC_25959.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_25959.dir/CheckIncludeFiles.c.o' failed
make[4]: *** [CMakeFiles/cmTC_25959.dir/CheckIncludeFiles.c.o] Error 1
make[4]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_25959/fast' failed
make[3]: *** [cmTC_25959/fast] Error 2
make[3]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Source:
/* */
#include <sys/endian.h>
int main(void){return 0;}
Determining if files devinfo.h exist failed with the following output:
Change Dir: /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_776a6/fast"
make[3]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
/usr/bin/make -f CMakeFiles/cmTC_776a6.dir/build.make CMakeFiles/cmTC_776a6.dir/build
make[4]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_776a6.dir/CheckIncludeFiles.c.o
/usr/lib/ccache/x86_64-linux-gnu-gcc -I/usr/include/Xrandr.h -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -o CMakeFiles/cmTC_776a6.dir/CheckIncludeFiles.c.o -c /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:21: fatal error: devinfo.h: No such file or directory
compilation terminated.
CMakeFiles/cmTC_776a6.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_776a6.dir/CheckIncludeFiles.c.o' failed
make[4]: *** [CMakeFiles/cmTC_776a6.dir/CheckIncludeFiles.c.o] Error 1
make[4]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_776a6/fast' failed
make[3]: *** [cmTC_776a6/fast] Error 2
make[3]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Source:
/* */
#include <devinfo.h>
int main(void){return 0;}
Determining if files sys/sockio.h exist failed with the following output:
Change Dir: /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_b6ae2/fast"
make[3]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
/usr/bin/make -f CMakeFiles/cmTC_b6ae2.dir/build.make CMakeFiles/cmTC_b6ae2.dir/build
make[4]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_b6ae2.dir/CheckIncludeFiles.c.o
/usr/lib/ccache/x86_64-linux-gnu-gcc -I/usr/include/Xrandr.h -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -o CMakeFiles/cmTC_b6ae2.dir/CheckIncludeFiles.c.o -c /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:24: fatal error: sys/sockio.h: No such file or directory
compilation terminated.
CMakeFiles/cmTC_b6ae2.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_b6ae2.dir/CheckIncludeFiles.c.o' failed
make[4]: *** [CMakeFiles/cmTC_b6ae2.dir/CheckIncludeFiles.c.o] Error 1
make[4]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_b6ae2/fast' failed
make[3]: *** [cmTC_b6ae2/fast] Error 2
make[3]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Source:
/* */
#include <sys/sockio.h>
int main(void){return 0;}
Determining if the getnameinfo exist failed with the following output:
Change Dir: /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_6d76f/fast"
make[3]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
/usr/bin/make -f CMakeFiles/cmTC_6d76f.dir/build.make CMakeFiles/cmTC_6d76f.dir/build
make[4]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_6d76f.dir/CheckSymbolExists.c.o
/usr/lib/ccache/x86_64-linux-gnu-gcc -I/usr/include/Xrandr.h -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -o CMakeFiles/cmTC_6d76f.dir/CheckSymbolExists.c.o -c /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/CheckSymbolExists.c
/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function 'main':
/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/CheckSymbolExists.c:9:19: error: 'getnameinfo' undeclared (first use in this function)
return ((int*)(&getnameinfo))[argc];
^
/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/CheckSymbolExists.c:9:19: note: each undeclared identifier is reported only once for each function it appears in
/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/CheckSymbolExists.c:5:14: warning: parameter 'argc' set but not used [-Wunused-but-set-parameter]
int main(int argc, char** argv)
^
/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/CheckSymbolExists.c:14:1: warning: control reaches end of non-void function [-Wreturn-type]
}
^
CMakeFiles/cmTC_6d76f.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_6d76f.dir/CheckSymbolExists.c.o' failed
make[4]: *** [CMakeFiles/cmTC_6d76f.dir/CheckSymbolExists.c.o] Error 1
make[4]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_6d76f/fast' failed
make[3]: *** [cmTC_6d76f/fast] Error 2
make[3]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
File /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <sys/socket.h>
#include <netdb.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef getnameinfo
return ((int*)(&getnameinfo))[argc];
#else
(void)argc;
return 0;
#endif
}
Performing C++ SOURCE FILE Test HAVE_STRUCT_SOCKADDR_SA_LEN failed with the following output:
Change Dir: /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_6f204/fast"
make[3]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
/usr/bin/make -f CMakeFiles/cmTC_6f204.dir/build.make CMakeFiles/cmTC_6f204.dir/build
make[4]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_6f204.dir/src.cxx.o
/usr/lib/ccache/x86_64-linux-gnu-g++ -I/usr/include/Xrandr.h -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wnon-virtual-dtor -Wno-long-long -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wformat-security -fno-exceptions -DQT_NO_EXCEPTIONS -fno-check-new -fno-common -Woverloaded-virtual -fno-threadsafe-statics -fvisibility=hidden -Werror=return-type -fvisibility-inlines-hidden -DHAVE_STRUCT_SOCKADDR_SA_LEN -o CMakeFiles/cmTC_6f204.dir/src.cxx.o -c /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/src.cxx
/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/src.cxx: In function 'int main()':
/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/src.cxx:7:9: error: 'struct sockaddr' has no member named 'sa_len'
tmp->sa_len;
^
CMakeFiles/cmTC_6f204.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_6f204.dir/src.cxx.o' failed
make[4]: *** [CMakeFiles/cmTC_6f204.dir/src.cxx.o] Error 1
make[4]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_6f204/fast' failed
make[3]: *** [cmTC_6f204/fast] Error 2
make[3]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Source file was:
#include <sys/socket.h>
int main()
{
struct sockaddr* tmp;
tmp->sa_len;
return 0;
}
Performing C++ SOURCE FILE Test HAVE_STRUCT_PASSWD_PW_EXPIRE failed with the following output:
Change Dir: /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_9bf73/fast"
make[3]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
/usr/bin/make -f CMakeFiles/cmTC_9bf73.dir/build.make CMakeFiles/cmTC_9bf73.dir/build
make[4]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_9bf73.dir/src.cxx.o
/usr/lib/ccache/x86_64-linux-gnu-g++ -I/usr/include/Xrandr.h -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wnon-virtual-dtor -Wno-long-long -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wformat-security -fno-exceptions -DQT_NO_EXCEPTIONS -fno-check-new -fno-common -Woverloaded-virtual -fno-threadsafe-statics -fvisibility=hidden -Werror=return-type -fvisibility-inlines-hidden -DHAVE_STRUCT_PASSWD_PW_EXPIRE -o CMakeFiles/cmTC_9bf73.dir/src.cxx.o -c /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/src.cxx
/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/src.cxx: In function 'int main()':
/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/src.cxx:7:9: error: 'struct passwd' has no member named 'pw_expire'
tmp->pw_expire;
^
CMakeFiles/cmTC_9bf73.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_9bf73.dir/src.cxx.o' failed
make[4]: *** [CMakeFiles/cmTC_9bf73.dir/src.cxx.o] Error 1
make[4]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_9bf73/fast' failed
make[3]: *** [cmTC_9bf73/fast] Error 2
make[3]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Source file was:
#include <pwd.h>
int main()
{
struct passwd* tmp;
tmp->pw_expire;
return 0;
}
Determining if the systeminfo exist failed with the following output:
Change Dir: /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_c8e41/fast"
make[3]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
/usr/bin/make -f CMakeFiles/cmTC_c8e41.dir/build.make CMakeFiles/cmTC_c8e41.dir/build
make[4]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_c8e41.dir/CheckSymbolExists.c.o
/usr/lib/ccache/x86_64-linux-gnu-gcc -I/usr/include/Xrandr.h -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -o CMakeFiles/cmTC_c8e41.dir/CheckSymbolExists.c.o -c /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/CheckSymbolExists.c
/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2:28: fatal error: sys/systeminfo.h: No such file or directory
compilation terminated.
CMakeFiles/cmTC_c8e41.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_c8e41.dir/CheckSymbolExists.c.o' failed
make[4]: *** [CMakeFiles/cmTC_c8e41.dir/CheckSymbolExists.c.o] Error 1
make[4]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_c8e41/fast' failed
make[3]: *** [cmTC_c8e41/fast] Error 2
make[3]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
File /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <sys/systeminfo.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef systeminfo
return ((int*)(&systeminfo))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the getdomainname exist failed with the following output:
Change Dir: /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_54fba/fast"
make[3]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
/usr/bin/make -f CMakeFiles/cmTC_54fba.dir/build.make CMakeFiles/cmTC_54fba.dir/build
make[4]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_54fba.dir/CheckSymbolExists.c.o
/usr/lib/ccache/x86_64-linux-gnu-gcc -I/usr/include/Xrandr.h -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -o CMakeFiles/cmTC_54fba.dir/CheckSymbolExists.c.o -c /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/CheckSymbolExists.c
/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function 'main':
/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: 'getdomainname' undeclared (first use in this function)
return ((int*)(&getdomainname))[argc];
^
/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: note: each undeclared identifier is reported only once for each function it appears in
/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/CheckSymbolExists.c:4:14: warning: parameter 'argc' set but not used [-Wunused-but-set-parameter]
int main(int argc, char** argv)
^
/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/CheckSymbolExists.c:13:1: warning: control reaches end of non-void function [-Wreturn-type]
}
^
CMakeFiles/cmTC_54fba.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_54fba.dir/CheckSymbolExists.c.o' failed
make[4]: *** [CMakeFiles/cmTC_54fba.dir/CheckSymbolExists.c.o] Error 1
make[4]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_54fba/fast' failed
make[3]: *** [cmTC_54fba/fast] Error 2
make[3]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
File /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <unistd.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef getdomainname
return ((int*)(&getdomainname))[argc];
#else
(void)argc;
return 0;
#endif
}
Performing C SOURCE FILE Test HAVE_SETLOGIN failed with the following output:
Change Dir: /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_45c30/fast"
make[3]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
/usr/bin/make -f CMakeFiles/cmTC_45c30.dir/build.make CMakeFiles/cmTC_45c30.dir/build
make[4]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_45c30.dir/src.c.o
/usr/lib/ccache/x86_64-linux-gnu-gcc -I/usr/include/Xrandr.h -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -DHAVE_SETLOGIN -o CMakeFiles/cmTC_45c30.dir/src.c.o -c /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/src.c
/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/src.c: In function 'main':
/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/src.c:6:5: error: implicit declaration of function 'setlogin' [-Werror=implicit-function-declaration]
setlogin(0);
^
cc1: some warnings being treated as errors
CMakeFiles/cmTC_45c30.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_45c30.dir/src.c.o' failed
make[4]: *** [CMakeFiles/cmTC_45c30.dir/src.c.o] Error 1
make[4]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_45c30/fast' failed
make[3]: *** [cmTC_45c30/fast] Error 2
make[3]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Return value: 1
Source file was:
#include <errno.h>
#include <unistd.h>
int main()
{
setlogin(0);
return errno == ENOSYS;
}
Determining if files crt_externs.h exist failed with the following output:
Change Dir: /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_fb666/fast"
make[3]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
/usr/bin/make -f CMakeFiles/cmTC_fb666.dir/build.make CMakeFiles/cmTC_fb666.dir/build
make[4]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_fb666.dir/CheckIncludeFiles.c.o
/usr/lib/ccache/x86_64-linux-gnu-gcc -I/usr/include/Xrandr.h -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -o CMakeFiles/cmTC_fb666.dir/CheckIncludeFiles.c.o -c /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:25: fatal error: crt_externs.h: No such file or directory
compilation terminated.
CMakeFiles/cmTC_fb666.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_fb666.dir/CheckIncludeFiles.c.o' failed
make[4]: *** [CMakeFiles/cmTC_fb666.dir/CheckIncludeFiles.c.o] Error 1
make[4]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_fb666/fast' failed
make[3]: *** [cmTC_fb666/fast] Error 2
make[3]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Source:
/* */
#include <crt_externs.h>
int main(void){return 0;}
Determining if the function _NSGetEnviron exists failed with the following output:
Change Dir: /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_673cc/fast"
make[3]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
/usr/bin/make -f CMakeFiles/cmTC_673cc.dir/build.make CMakeFiles/cmTC_673cc.dir/build
make[4]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_673cc.dir/CheckFunctionExists.c.o
/usr/lib/ccache/x86_64-linux-gnu-gcc -I/usr/include/Xrandr.h -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -DCHECK_FUNCTION_EXISTS=_NSGetEnviron -o CMakeFiles/cmTC_673cc.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
Linking C executable cmTC_673cc
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_673cc.dir/link.txt --verbose=1
/usr/lib/ccache/x86_64-linux-gnu-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -DCHECK_FUNCTION_EXISTS=_NSGetEnviron -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,--as-needed -Wl,--no-undefined CMakeFiles/cmTC_673cc.dir/CheckFunctionExists.c.o -o cmTC_673cc -rdynamic /usr/lib/x86_64-linux-gnu/libXrandr.so
CMakeFiles/cmTC_673cc.dir/CheckFunctionExists.c.o: In function `main':
/usr/share/cmake-3.5/Modules/CheckFunctionExists.c:14: undefined reference to `_NSGetEnviron'
collect2: error: ld returned 1 exit status
CMakeFiles/cmTC_673cc.dir/build.make:98: recipe for target 'cmTC_673cc' failed
make[4]: *** [cmTC_673cc] Error 1
make[4]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_673cc/fast' failed
make[3]: *** [cmTC_673cc/fast] Error 2
make[3]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Determining if the function setusercontext exists failed with the following output:
Change Dir: /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_548d7/fast"
make[3]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
/usr/bin/make -f CMakeFiles/cmTC_548d7.dir/build.make CMakeFiles/cmTC_548d7.dir/build
make[4]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_548d7.dir/CheckFunctionExists.c.o
/usr/lib/ccache/x86_64-linux-gnu-gcc -I/usr/include/Xrandr.h -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -DCHECK_FUNCTION_EXISTS=setusercontext -o CMakeFiles/cmTC_548d7.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
Linking C executable cmTC_548d7
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_548d7.dir/link.txt --verbose=1
/usr/lib/ccache/x86_64-linux-gnu-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -DCHECK_FUNCTION_EXISTS=setusercontext -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,--as-needed -Wl,--no-undefined CMakeFiles/cmTC_548d7.dir/CheckFunctionExists.c.o -o cmTC_548d7 -rdynamic /usr/lib/x86_64-linux-gnu/libutil.so
CMakeFiles/cmTC_548d7.dir/CheckFunctionExists.c.o: In function `main':
/usr/share/cmake-3.5/Modules/CheckFunctionExists.c:14: undefined reference to `setusercontext'
collect2: error: ld returned 1 exit status
CMakeFiles/cmTC_548d7.dir/build.make:98: recipe for target 'cmTC_548d7' failed
make[4]: *** [cmTC_548d7] Error 1
make[4]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_548d7/fast' failed
make[3]: *** [cmTC_548d7/fast] Error 2
make[3]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Determining if the function login_getclass exists failed with the following output:
Change Dir: /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_7a8e3/fast"
make[3]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
/usr/bin/make -f CMakeFiles/cmTC_7a8e3.dir/build.make CMakeFiles/cmTC_7a8e3.dir/build
make[4]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_7a8e3.dir/CheckFunctionExists.c.o
/usr/lib/ccache/x86_64-linux-gnu-gcc -I/usr/include/Xrandr.h -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -DCHECK_FUNCTION_EXISTS=login_getclass -o CMakeFiles/cmTC_7a8e3.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
Linking C executable cmTC_7a8e3
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7a8e3.dir/link.txt --verbose=1
/usr/lib/ccache/x86_64-linux-gnu-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -DCHECK_FUNCTION_EXISTS=login_getclass -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,--as-needed -Wl,--no-undefined CMakeFiles/cmTC_7a8e3.dir/CheckFunctionExists.c.o -o cmTC_7a8e3 -rdynamic /usr/lib/x86_64-linux-gnu/libutil.so
CMakeFiles/cmTC_7a8e3.dir/CheckFunctionExists.c.o: In function `main':
/usr/share/cmake-3.5/Modules/CheckFunctionExists.c:14: undefined reference to `login_getclass'
collect2: error: ld returned 1 exit status
CMakeFiles/cmTC_7a8e3.dir/build.make:98: recipe for target 'cmTC_7a8e3' failed
make[4]: *** [cmTC_7a8e3] Error 1
make[4]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_7a8e3/fast' failed
make[3]: *** [cmTC_7a8e3/fast] Error 2
make[3]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Determining if the function auth_timeok exists failed with the following output:
Change Dir: /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_3833b/fast"
make[3]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
/usr/bin/make -f CMakeFiles/cmTC_3833b.dir/build.make CMakeFiles/cmTC_3833b.dir/build
make[4]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_3833b.dir/CheckFunctionExists.c.o
/usr/lib/ccache/x86_64-linux-gnu-gcc -I/usr/include/Xrandr.h -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -DCHECK_FUNCTION_EXISTS=auth_timeok -o CMakeFiles/cmTC_3833b.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
Linking C executable cmTC_3833b
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_3833b.dir/link.txt --verbose=1
/usr/lib/ccache/x86_64-linux-gnu-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -DCHECK_FUNCTION_EXISTS=auth_timeok -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,--as-needed -Wl,--no-undefined CMakeFiles/cmTC_3833b.dir/CheckFunctionExists.c.o -o cmTC_3833b -rdynamic /usr/lib/x86_64-linux-gnu/libutil.so
CMakeFiles/cmTC_3833b.dir/CheckFunctionExists.c.o: In function `main':
/usr/share/cmake-3.5/Modules/CheckFunctionExists.c:14: undefined reference to `auth_timeok'
collect2: error: ld returned 1 exit status
CMakeFiles/cmTC_3833b.dir/build.make:98: recipe for target 'cmTC_3833b' failed
make[4]: *** [cmTC_3833b] Error 1
make[4]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_3833b/fast' failed
make[3]: *** [cmTC_3833b/fast] Error 2
make[3]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Determining if the function authenticate exists in the s failed with the following output:
Change Dir: /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_68539/fast"
make[3]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
/usr/bin/make -f CMakeFiles/cmTC_68539.dir/build.make CMakeFiles/cmTC_68539.dir/build
make[4]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_68539.dir/CheckFunctionExists.c.o
/usr/lib/ccache/x86_64-linux-gnu-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -DCHECK_FUNCTION_EXISTS=authenticate -o CMakeFiles/cmTC_68539.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
Linking C executable cmTC_68539
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_68539.dir/link.txt --verbose=1
/usr/lib/ccache/x86_64-linux-gnu-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -DCHECK_FUNCTION_EXISTS=authenticate -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,--as-needed -Wl,--no-undefined CMakeFiles/cmTC_68539.dir/CheckFunctionExists.c.o -o cmTC_68539 -rdynamic -ls /usr/lib/x86_64-linux-gnu/libXrandr.so
/usr/bin/ld: cannot find -ls
collect2: error: ld returned 1 exit status
CMakeFiles/cmTC_68539.dir/build.make:98: recipe for target 'cmTC_68539' failed
make[4]: *** [cmTC_68539] Error 1
make[4]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_68539/fast' failed
make[3]: *** [cmTC_68539/fast] Error 2
make[3]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Determining if the function sched_yield exists in the posix4 failed with the following output:
Change Dir: /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_be5b7/fast"
make[3]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
/usr/bin/make -f CMakeFiles/cmTC_be5b7.dir/build.make CMakeFiles/cmTC_be5b7.dir/build
make[4]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_be5b7.dir/CheckFunctionExists.c.o
/usr/lib/ccache/x86_64-linux-gnu-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -DCHECK_FUNCTION_EXISTS=sched_yield -o CMakeFiles/cmTC_be5b7.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
Linking C executable cmTC_be5b7
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_be5b7.dir/link.txt --verbose=1
/usr/lib/ccache/x86_64-linux-gnu-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -DCHECK_FUNCTION_EXISTS=sched_yield -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,--as-needed -Wl,--no-undefined CMakeFiles/cmTC_be5b7.dir/CheckFunctionExists.c.o -o cmTC_be5b7 -rdynamic -lposix4 /usr/lib/x86_64-linux-gnu/libXrandr.so
/usr/bin/ld: cannot find -lposix4
collect2: error: ld returned 1 exit status
CMakeFiles/cmTC_be5b7.dir/build.make:98: recipe for target 'cmTC_be5b7' failed
make[4]: *** [cmTC_be5b7] Error 1
make[4]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_be5b7/fast' failed
make[3]: *** [cmTC_be5b7/fast] Error 2
make[3]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Determining if the function connect exists in the socket failed with the following output:
Change Dir: /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_25157/fast"
make[3]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
/usr/bin/make -f CMakeFiles/cmTC_25157.dir/build.make CMakeFiles/cmTC_25157.dir/build
make[4]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_25157.dir/CheckFunctionExists.c.o
/usr/lib/ccache/x86_64-linux-gnu-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -DCHECK_FUNCTION_EXISTS=connect -o CMakeFiles/cmTC_25157.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
Linking C executable cmTC_25157
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_25157.dir/link.txt --verbose=1
/usr/lib/ccache/x86_64-linux-gnu-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -DCHECK_FUNCTION_EXISTS=connect -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,--as-needed -Wl,--no-undefined CMakeFiles/cmTC_25157.dir/CheckFunctionExists.c.o -o cmTC_25157 -rdynamic -lsocket /usr/lib/x86_64-linux-gnu/libXrandr.so
/usr/bin/ld: cannot find -lsocket
collect2: error: ld returned 1 exit status
CMakeFiles/cmTC_25157.dir/build.make:98: recipe for target 'cmTC_25157' failed
make[4]: *** [cmTC_25157] Error 1
make[4]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_25157/fast' failed
make[3]: *** [cmTC_25157/fast] Error 2
make[3]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Determining if the function dn_expand exists in the resolv failed with the following output:
Change Dir: /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_a37fe/fast"
make[3]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
/usr/bin/make -f CMakeFiles/cmTC_a37fe.dir/build.make CMakeFiles/cmTC_a37fe.dir/build
make[4]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_a37fe.dir/CheckFunctionExists.c.o
/usr/lib/ccache/x86_64-linux-gnu-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -DCHECK_FUNCTION_EXISTS=dn_expand -o CMakeFiles/cmTC_a37fe.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
Linking C executable cmTC_a37fe
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a37fe.dir/link.txt --verbose=1
/usr/lib/ccache/x86_64-linux-gnu-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -DCHECK_FUNCTION_EXISTS=dn_expand -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,--as-needed -Wl,--no-undefined CMakeFiles/cmTC_a37fe.dir/CheckFunctionExists.c.o -o cmTC_a37fe -rdynamic -lresolv /usr/lib/x86_64-linux-gnu/libXrandr.so
CMakeFiles/cmTC_a37fe.dir/CheckFunctionExists.c.o: In function `main':
/usr/share/cmake-3.5/Modules/CheckFunctionExists.c:14: undefined reference to `dn_expand'
collect2: error: ld returned 1 exit status
CMakeFiles/cmTC_a37fe.dir/build.make:98: recipe for target 'cmTC_a37fe' failed
make[4]: *** [cmTC_a37fe] Error 1
make[4]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_a37fe/fast' failed
make[3]: *** [cmTC_a37fe/fast] Error 2
make[3]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Determining if the function arc4random exists failed with the following output:
Change Dir: /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_2b517/fast"
make[3]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
/usr/bin/make -f CMakeFiles/cmTC_2b517.dir/build.make CMakeFiles/cmTC_2b517.dir/build
make[4]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_2b517.dir/CheckFunctionExists.c.o
/usr/lib/ccache/x86_64-linux-gnu-gcc -I/usr/include/Xrandr.h -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -DCHECK_FUNCTION_EXISTS=arc4random -o CMakeFiles/cmTC_2b517.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
Linking C executable cmTC_2b517
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_2b517.dir/link.txt --verbose=1
/usr/lib/ccache/x86_64-linux-gnu-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -DCHECK_FUNCTION_EXISTS=arc4random -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,--as-needed -Wl,--no-undefined CMakeFiles/cmTC_2b517.dir/CheckFunctionExists.c.o -o cmTC_2b517 -rdynamic /usr/lib/x86_64-linux-gnu/libXrandr.so
CMakeFiles/cmTC_2b517.dir/CheckFunctionExists.c.o: In function `main':
/usr/share/cmake-3.5/Modules/CheckFunctionExists.c:14: undefined reference to `arc4random'
collect2: error: ld returned 1 exit status
CMakeFiles/cmTC_2b517.dir/build.make:98: recipe for target 'cmTC_2b517' failed
make[4]: *** [cmTC_2b517] Error 1
make[4]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_2b517/fast' failed
make[3]: *** [cmTC_2b517/fast] Error 2
make[3]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Determining if the function setproctitle exists failed with the following output:
Change Dir: /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_f4f92/fast"
make[3]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
/usr/bin/make -f CMakeFiles/cmTC_f4f92.dir/build.make CMakeFiles/cmTC_f4f92.dir/build
make[4]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_f4f92.dir/CheckFunctionExists.c.o
/usr/lib/ccache/x86_64-linux-gnu-gcc -I/usr/include/Xrandr.h -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -DCHECK_FUNCTION_EXISTS=setproctitle -o CMakeFiles/cmTC_f4f92.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
Linking C executable cmTC_f4f92
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f4f92.dir/link.txt --verbose=1
/usr/lib/ccache/x86_64-linux-gnu-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -DCHECK_FUNCTION_EXISTS=setproctitle -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,--as-needed -Wl,--no-undefined CMakeFiles/cmTC_f4f92.dir/CheckFunctionExists.c.o -o cmTC_f4f92 -rdynamic /usr/lib/x86_64-linux-gnu/libXrandr.so
CMakeFiles/cmTC_f4f92.dir/CheckFunctionExists.c.o: In function `main':
/usr/share/cmake-3.5/Modules/CheckFunctionExists.c:14: undefined reference to `setproctitle'
collect2: error: ld returned 1 exit status
CMakeFiles/cmTC_f4f92.dir/build.make:98: recipe for target 'cmTC_f4f92' failed
make[4]: *** [cmTC_f4f92] Error 1
make[4]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_f4f92/fast' failed
make[3]: *** [cmTC_f4f92/fast] Error 2
make[3]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Performing C++ SOURCE FILE Test HAVE_STRUCT_SOCKADDR_IN_SIN_LEN failed with the following output:
Change Dir: /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_2df12/fast"
make[3]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
/usr/bin/make -f CMakeFiles/cmTC_2df12.dir/build.make CMakeFiles/cmTC_2df12.dir/build
make[4]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_2df12.dir/src.cxx.o
/usr/lib/ccache/x86_64-linux-gnu-g++ -I/usr/include/Xrandr.h -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wnon-virtual-dtor -Wno-long-long -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wformat-security -fno-exceptions -DQT_NO_EXCEPTIONS -fno-check-new -fno-common -Woverloaded-virtual -fno-threadsafe-statics -fvisibility=hidden -Werror=return-type -fvisibility-inlines-hidden -DHAVE_STRUCT_SOCKADDR_IN_SIN_LEN -o CMakeFiles/cmTC_2df12.dir/src.cxx.o -c /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/src.cxx
/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/src.cxx: In function 'int main()':
/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/src.cxx:8:9: error: 'struct sockaddr_in' has no member named 'sin_len'
tmp->sin_len;
^
CMakeFiles/cmTC_2df12.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_2df12.dir/src.cxx.o' failed
make[4]: *** [CMakeFiles/cmTC_2df12.dir/src.cxx.o] Error 1
make[4]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_2df12/fast' failed
make[3]: *** [cmTC_2df12/fast] Error 2
make[3]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Source file was:
#include <sys/socket.h>
#include <netinet/in.h>
int main()
{
struct sockaddr_in* tmp;
tmp->sin_len;
return 0;
}
Performing C++ SOURCE FILE Test HAVE_STRUCT_SOCKADDR_IN6_SIN6_LEN failed with the following output:
Change Dir: /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_dac83/fast"
make[3]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
/usr/bin/make -f CMakeFiles/cmTC_dac83.dir/build.make CMakeFiles/cmTC_dac83.dir/build
make[4]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_dac83.dir/src.cxx.o
/usr/lib/ccache/x86_64-linux-gnu-g++ -I/usr/include/Xrandr.h -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wnon-virtual-dtor -Wno-long-long -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wformat-security -fno-exceptions -DQT_NO_EXCEPTIONS -fno-check-new -fno-common -Woverloaded-virtual -fno-threadsafe-statics -fvisibility=hidden -Werror=return-type -fvisibility-inlines-hidden -DHAVE_STRUCT_SOCKADDR_IN6_SIN6_LEN -o CMakeFiles/cmTC_dac83.dir/src.cxx.o -c /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/src.cxx
/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/src.cxx: In function 'int main()':
/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/src.cxx:8:9: error: 'struct sockaddr_in6' has no member named 'sin6_len'
tmp->sin6_len;
^
CMakeFiles/cmTC_dac83.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_dac83.dir/src.cxx.o' failed
make[4]: *** [CMakeFiles/cmTC_dac83.dir/src.cxx.o] Error 1
make[4]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_dac83/fast' failed
make[3]: *** [cmTC_dac83/fast] Error 2
make[3]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Source file was:
#include <sys/socket.h>
#include <netinet/in.h>
int main()
{
struct sockaddr_in6* tmp;
tmp->sin6_len;
return 0;
}
The system is: Linux - 4.4.0-22-generic - x86_64
Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
Compiler: /usr/lib/ccache/x86_64-linux-gnu-gcc
Build flags: -g;-O2;-fstack-protector-strong;-Wformat;-Werror=format-security;-Wdate-time;-D_FORTIFY_SOURCE=2
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 "/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/3.5.1/CompilerIdC/a.out"
Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded.
Compiler: /usr/lib/ccache/x86_64-linux-gnu-g++
Build flags: -g;-O2;-fstack-protector-strong;-Wformat;-Werror=format-security;-Wdate-time;-D_FORTIFY_SOURCE=2
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 "/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/3.5.1/CompilerIdCXX/a.out"
Determining if the C compiler works passed with the following output:
Change Dir: /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_64ce0/fast"
make[3]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
/usr/bin/make -f CMakeFiles/cmTC_64ce0.dir/build.make CMakeFiles/cmTC_64ce0.dir/build
make[4]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_64ce0.dir/testCCompiler.c.o
/usr/lib/ccache/x86_64-linux-gnu-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -o CMakeFiles/cmTC_64ce0.dir/testCCompiler.c.o -c /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/testCCompiler.c
Linking C executable cmTC_64ce0
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_64ce0.dir/link.txt --verbose=1
/usr/lib/ccache/x86_64-linux-gnu-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,--as-needed -Wl,--no-undefined CMakeFiles/cmTC_64ce0.dir/testCCompiler.c.o -o cmTC_64ce0 -rdynamic
make[4]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
make[3]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Detecting C compiler ABI info compiled with the following output:
Change Dir: /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_784c4/fast"
make[3]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
/usr/bin/make -f CMakeFiles/cmTC_784c4.dir/build.make CMakeFiles/cmTC_784c4.dir/build
make[4]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_784c4.dir/CMakeCCompilerABI.c.o
/usr/lib/ccache/x86_64-linux-gnu-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -o CMakeFiles/cmTC_784c4.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-3.5/Modules/CMakeCCompilerABI.c
Linking C executable cmTC_784c4
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_784c4.dir/link.txt --verbose=1
/usr/lib/ccache/x86_64-linux-gnu-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,--as-needed -Wl,--no-undefined -v CMakeFiles/cmTC_784c4.dir/CMakeCCompilerABI.c.o -o cmTC_784c4 -rdynamic
Using built-in specs.
COLLECT_GCC=/usr/bin/x86_64-linux-gnu-gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 5.4.0-6ubuntu1~16.04.1' --with-bugurl=file:///usr/share/doc/gcc-5/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-5 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-5-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-5-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-5-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.1)
COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/5/:/usr/lib/gcc/x86_64-linux-gnu/5/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/5/:/usr/lib/gcc/x86_64-linux-gnu/
LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/5/:/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/5/../../../:/lib/:/usr/lib/
COLLECT_GCC_OPTIONS='-g' '-O2' '-fstack-protector-strong' '-Wformat=1' '-Werror=format-security' '-Wdate-time' '-D' '_FORTIFY_SOURCE=2' '-v' '-o' 'cmTC_784c4' '-rdynamic' '-mtune=generic' '-march=x86-64'
/usr/lib/gcc/x86_64-linux-gnu/5/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/5/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper -plugin-opt=-fresolution=/tmp/ccG9Y5kC.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 --sysroot=/ --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -z relro -o cmTC_784c4 /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crt1.o /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/5/crtbegin.o -L/usr/lib/gcc/x86_64-linux-gnu/5 -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/5/../../.. -Bsymbolic-functions -z relro --as-needed --no-undefined CMakeFiles/cmTC_784c4.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-linux-gnu/5/crtend.o /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crtn.o
make[4]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
make[3]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Parsed C implicit link information from above output:
link line regex: [^( *|.*[/\])(ld|([^/\]+-)?ld|collect2)[^/\]*( |$)]
ignore line: [Change Dir: /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp]
ignore line: []
ignore line: [Run Build Command:"/usr/bin/make" "cmTC_784c4/fast"]
ignore line: [make[3]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp']
ignore line: [/usr/bin/make -f CMakeFiles/cmTC_784c4.dir/build.make CMakeFiles/cmTC_784c4.dir/build]
ignore line: [make[4]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp']
ignore line: [Building C object CMakeFiles/cmTC_784c4.dir/CMakeCCompilerABI.c.o]
ignore line: [/usr/lib/ccache/x86_64-linux-gnu-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -o CMakeFiles/cmTC_784c4.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-3.5/Modules/CMakeCCompilerABI.c]
ignore line: [Linking C executable cmTC_784c4]
ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_784c4.dir/link.txt --verbose=1]
ignore line: [/usr/lib/ccache/x86_64-linux-gnu-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,--as-needed -Wl,--no-undefined -v CMakeFiles/cmTC_784c4.dir/CMakeCCompilerABI.c.o -o cmTC_784c4 -rdynamic ]
ignore line: [Using built-in specs.]
ignore line: [COLLECT_GCC=/usr/bin/x86_64-linux-gnu-gcc]
ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper]
ignore line: [Target: x86_64-linux-gnu]
ignore line: [Configured with: ../src/configure -v --with-pkgversion='Ubuntu 5.4.0-6ubuntu1~16.04.1' --with-bugurl=file:///usr/share/doc/gcc-5/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-5 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-5-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-5-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-5-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu]
ignore line: [Thread model: posix]
ignore line: [gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.1) ]
ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/5/:/usr/lib/gcc/x86_64-linux-gnu/5/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/5/:/usr/lib/gcc/x86_64-linux-gnu/]
ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/5/:/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/5/../../../:/lib/:/usr/lib/]
ignore line: [COLLECT_GCC_OPTIONS='-g' '-O2' '-fstack-protector-strong' '-Wformat=1' '-Werror=format-security' '-Wdate-time' '-D' '_FORTIFY_SOURCE=2' '-v' '-o' 'cmTC_784c4' '-rdynamic' '-mtune=generic' '-march=x86-64']
link line: [ /usr/lib/gcc/x86_64-linux-gnu/5/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/5/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper -plugin-opt=-fresolution=/tmp/ccG9Y5kC.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 --sysroot=/ --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -z relro -o cmTC_784c4 /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crt1.o /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/5/crtbegin.o -L/usr/lib/gcc/x86_64-linux-gnu/5 -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/5/../../.. -Bsymbolic-functions -z relro --as-needed --no-undefined CMakeFiles/cmTC_784c4.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-linux-gnu/5/crtend.o /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crtn.o]
arg [/usr/lib/gcc/x86_64-linux-gnu/5/collect2] ==> ignore
arg [-plugin] ==> ignore
arg [/usr/lib/gcc/x86_64-linux-gnu/5/liblto_plugin.so] ==> ignore
arg [-plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper] ==> ignore
arg [-plugin-opt=-fresolution=/tmp/ccG9Y5kC.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 [--sysroot=/] ==> ignore
arg [--build-id] ==> ignore
arg [--eh-frame-hdr] ==> ignore
arg [-m] ==> ignore
arg [elf_x86_64] ==> ignore
arg [--hash-style=gnu] ==> ignore
arg [--as-needed] ==> ignore
arg [-export-dynamic] ==> ignore
arg [-dynamic-linker] ==> ignore
arg [/lib64/ld-linux-x86-64.so.2] ==> ignore
arg [-zrelro] ==> ignore
arg [-o] ==> ignore
arg [cmTC_784c4] ==> ignore
arg [/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crt1.o] ==> ignore
arg [/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crti.o] ==> ignore
arg [/usr/lib/gcc/x86_64-linux-gnu/5/crtbegin.o] ==> ignore
arg [-L/usr/lib/gcc/x86_64-linux-gnu/5] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/5]
arg [-L/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu]
arg [-L/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib]
arg [-L/lib/x86_64-linux-gnu] ==> dir [/lib/x86_64-linux-gnu]
arg [-L/lib/../lib] ==> dir [/lib/../lib]
arg [-L/usr/lib/x86_64-linux-gnu] ==> dir [/usr/lib/x86_64-linux-gnu]
arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib]
arg [-L/usr/lib/gcc/x86_64-linux-gnu/5/../../..] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/5/../../..]
arg [-Bsymbolic-functions] ==> ignore
arg [-zrelro] ==> ignore
arg [--as-needed] ==> ignore
arg [--no-undefined] ==> ignore
arg [CMakeFiles/cmTC_784c4.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-linux-gnu/5/crtend.o] ==> ignore
arg [/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/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-linux-gnu/5] ==> [/usr/lib/gcc/x86_64-linux-gnu/5]
collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu]
collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib] ==> [/usr/lib]
collapse library dir [/lib/x86_64-linux-gnu] ==> [/lib/x86_64-linux-gnu]
collapse library dir [/lib/../lib] ==> [/lib]
collapse library dir [/usr/lib/x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu]
collapse library dir [/usr/lib/../lib] ==> [/usr/lib]
collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/5/../../..] ==> [/usr/lib]
implicit libs: [c]
implicit dirs: [/usr/lib/gcc/x86_64-linux-gnu/5;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib]
implicit fwks: []
Detecting C [-std=c11] compiler features compiled with the following output:
Change Dir: /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_65c6e/fast"
make[3]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
/usr/bin/make -f CMakeFiles/cmTC_65c6e.dir/build.make CMakeFiles/cmTC_65c6e.dir/build
make[4]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_65c6e.dir/feature_tests.c.o
/usr/lib/ccache/x86_64-linux-gnu-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -std=c11 -o CMakeFiles/cmTC_65c6e.dir/feature_tests.c.o -c /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/feature_tests.c
Linking C executable cmTC_65c6e
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_65c6e.dir/link.txt --verbose=1
/usr/lib/ccache/x86_64-linux-gnu-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,--as-needed -Wl,--no-undefined CMakeFiles/cmTC_65c6e.dir/feature_tests.c.o -o cmTC_65c6e -rdynamic
make[4]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
make[3]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/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: /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_448a5/fast"
make[3]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
/usr/bin/make -f CMakeFiles/cmTC_448a5.dir/build.make CMakeFiles/cmTC_448a5.dir/build
make[4]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_448a5.dir/feature_tests.c.o
/usr/lib/ccache/x86_64-linux-gnu-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -std=c99 -o CMakeFiles/cmTC_448a5.dir/feature_tests.c.o -c /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/feature_tests.c
Linking C executable cmTC_448a5
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_448a5.dir/link.txt --verbose=1
/usr/lib/ccache/x86_64-linux-gnu-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,--as-needed -Wl,--no-undefined CMakeFiles/cmTC_448a5.dir/feature_tests.c.o -o cmTC_448a5 -rdynamic
make[4]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
make[3]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/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: /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_339f3/fast"
make[3]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
/usr/bin/make -f CMakeFiles/cmTC_339f3.dir/build.make CMakeFiles/cmTC_339f3.dir/build
make[4]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_339f3.dir/feature_tests.c.o
/usr/lib/ccache/x86_64-linux-gnu-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -std=c90 -o CMakeFiles/cmTC_339f3.dir/feature_tests.c.o -c /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/feature_tests.c
Linking C executable cmTC_339f3
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_339f3.dir/link.txt --verbose=1
/usr/lib/ccache/x86_64-linux-gnu-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,--as-needed -Wl,--no-undefined CMakeFiles/cmTC_339f3.dir/feature_tests.c.o -o cmTC_339f3 -rdynamic
make[4]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
make[3]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/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: /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_79b2b/fast"
make[3]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
/usr/bin/make -f CMakeFiles/cmTC_79b2b.dir/build.make CMakeFiles/cmTC_79b2b.dir/build
make[4]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_79b2b.dir/testCXXCompiler.cxx.o
/usr/lib/ccache/x86_64-linux-gnu-g++ -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -o CMakeFiles/cmTC_79b2b.dir/testCXXCompiler.cxx.o -c /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/testCXXCompiler.cxx
Linking CXX executable cmTC_79b2b
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_79b2b.dir/link.txt --verbose=1
/usr/lib/ccache/x86_64-linux-gnu-g++ -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,--as-needed -Wl,--no-undefined CMakeFiles/cmTC_79b2b.dir/testCXXCompiler.cxx.o -o cmTC_79b2b -rdynamic
make[4]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
make[3]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Detecting CXX compiler ABI info compiled with the following output:
Change Dir: /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_6bace/fast"
make[3]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
/usr/bin/make -f CMakeFiles/cmTC_6bace.dir/build.make CMakeFiles/cmTC_6bace.dir/build
make[4]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_6bace.dir/CMakeCXXCompilerABI.cpp.o
/usr/lib/ccache/x86_64-linux-gnu-g++ -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -o CMakeFiles/cmTC_6bace.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-3.5/Modules/CMakeCXXCompilerABI.cpp
Linking CXX executable cmTC_6bace
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_6bace.dir/link.txt --verbose=1
/usr/lib/ccache/x86_64-linux-gnu-g++ -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,--as-needed -Wl,--no-undefined -v CMakeFiles/cmTC_6bace.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_6bace -rdynamic
Using built-in specs.
COLLECT_GCC=/usr/bin/x86_64-linux-gnu-g++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 5.4.0-6ubuntu1~16.04.1' --with-bugurl=file:///usr/share/doc/gcc-5/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-5 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-5-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-5-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-5-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.1)
COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/5/:/usr/lib/gcc/x86_64-linux-gnu/5/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/5/:/usr/lib/gcc/x86_64-linux-gnu/
LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/5/:/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/5/../../../:/lib/:/usr/lib/
COLLECT_GCC_OPTIONS='-g' '-O2' '-fstack-protector-strong' '-Wformat=1' '-Werror=format-security' '-Wdate-time' '-D' '_FORTIFY_SOURCE=2' '-v' '-o' 'cmTC_6bace' '-rdynamic' '-shared-libgcc' '-mtune=generic' '-march=x86-64'
/usr/lib/gcc/x86_64-linux-gnu/5/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/5/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper -plugin-opt=-fresolution=/tmp/ccYihFuO.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 --sysroot=/ --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -z relro -o cmTC_6bace /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crt1.o /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/5/crtbegin.o -L/usr/lib/gcc/x86_64-linux-gnu/5 -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/5/../../.. -Bsymbolic-functions -z relro --as-needed --no-undefined CMakeFiles/cmTC_6bace.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-linux-gnu/5/crtend.o /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crtn.o
make[4]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
make[3]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Parsed CXX implicit link information from above output:
link line regex: [^( *|.*[/\])(ld|([^/\]+-)?ld|collect2)[^/\]*( |$)]
ignore line: [Change Dir: /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp]
ignore line: []
ignore line: [Run Build Command:"/usr/bin/make" "cmTC_6bace/fast"]
ignore line: [make[3]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp']
ignore line: [/usr/bin/make -f CMakeFiles/cmTC_6bace.dir/build.make CMakeFiles/cmTC_6bace.dir/build]
ignore line: [make[4]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp']
ignore line: [Building CXX object CMakeFiles/cmTC_6bace.dir/CMakeCXXCompilerABI.cpp.o]
ignore line: [/usr/lib/ccache/x86_64-linux-gnu-g++ -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -o CMakeFiles/cmTC_6bace.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-3.5/Modules/CMakeCXXCompilerABI.cpp]
ignore line: [Linking CXX executable cmTC_6bace]
ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_6bace.dir/link.txt --verbose=1]
ignore line: [/usr/lib/ccache/x86_64-linux-gnu-g++ -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,--as-needed -Wl,--no-undefined -v CMakeFiles/cmTC_6bace.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_6bace -rdynamic ]
ignore line: [Using built-in specs.]
ignore line: [COLLECT_GCC=/usr/bin/x86_64-linux-gnu-g++]
ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper]
ignore line: [Target: x86_64-linux-gnu]
ignore line: [Configured with: ../src/configure -v --with-pkgversion='Ubuntu 5.4.0-6ubuntu1~16.04.1' --with-bugurl=file:///usr/share/doc/gcc-5/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-5 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-5-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-5-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-5-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu]
ignore line: [Thread model: posix]
ignore line: [gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.1) ]
ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/5/:/usr/lib/gcc/x86_64-linux-gnu/5/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/5/:/usr/lib/gcc/x86_64-linux-gnu/]
ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/5/:/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/5/../../../:/lib/:/usr/lib/]
ignore line: [COLLECT_GCC_OPTIONS='-g' '-O2' '-fstack-protector-strong' '-Wformat=1' '-Werror=format-security' '-Wdate-time' '-D' '_FORTIFY_SOURCE=2' '-v' '-o' 'cmTC_6bace' '-rdynamic' '-shared-libgcc' '-mtune=generic' '-march=x86-64']
link line: [ /usr/lib/gcc/x86_64-linux-gnu/5/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/5/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper -plugin-opt=-fresolution=/tmp/ccYihFuO.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 --sysroot=/ --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -z relro -o cmTC_6bace /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crt1.o /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/5/crtbegin.o -L/usr/lib/gcc/x86_64-linux-gnu/5 -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/5/../../.. -Bsymbolic-functions -z relro --as-needed --no-undefined CMakeFiles/cmTC_6bace.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-linux-gnu/5/crtend.o /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crtn.o]
arg [/usr/lib/gcc/x86_64-linux-gnu/5/collect2] ==> ignore
arg [-plugin] ==> ignore
arg [/usr/lib/gcc/x86_64-linux-gnu/5/liblto_plugin.so] ==> ignore
arg [-plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper] ==> ignore
arg [-plugin-opt=-fresolution=/tmp/ccYihFuO.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 [--sysroot=/] ==> ignore
arg [--build-id] ==> ignore
arg [--eh-frame-hdr] ==> ignore
arg [-m] ==> ignore
arg [elf_x86_64] ==> ignore
arg [--hash-style=gnu] ==> ignore
arg [--as-needed] ==> ignore
arg [-export-dynamic] ==> ignore
arg [-dynamic-linker] ==> ignore
arg [/lib64/ld-linux-x86-64.so.2] ==> ignore
arg [-zrelro] ==> ignore
arg [-o] ==> ignore
arg [cmTC_6bace] ==> ignore
arg [/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crt1.o] ==> ignore
arg [/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crti.o] ==> ignore
arg [/usr/lib/gcc/x86_64-linux-gnu/5/crtbegin.o] ==> ignore
arg [-L/usr/lib/gcc/x86_64-linux-gnu/5] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/5]
arg [-L/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu]
arg [-L/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib]
arg [-L/lib/x86_64-linux-gnu] ==> dir [/lib/x86_64-linux-gnu]
arg [-L/lib/../lib] ==> dir [/lib/../lib]
arg [-L/usr/lib/x86_64-linux-gnu] ==> dir [/usr/lib/x86_64-linux-gnu]
arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib]
arg [-L/usr/lib/gcc/x86_64-linux-gnu/5/../../..] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/5/../../..]
arg [-Bsymbolic-functions] ==> ignore
arg [-zrelro] ==> ignore
arg [--as-needed] ==> ignore
arg [--no-undefined] ==> ignore
arg [CMakeFiles/cmTC_6bace.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-linux-gnu/5/crtend.o] ==> ignore
arg [/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/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-linux-gnu/5] ==> [/usr/lib/gcc/x86_64-linux-gnu/5]
collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu]
collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib] ==> [/usr/lib]
collapse library dir [/lib/x86_64-linux-gnu] ==> [/lib/x86_64-linux-gnu]
collapse library dir [/lib/../lib] ==> [/lib]
collapse library dir [/usr/lib/x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu]
collapse library dir [/usr/lib/../lib] ==> [/usr/lib]
collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/5/../../..] ==> [/usr/lib]
implicit libs: [stdc++;m;c]
implicit dirs: [/usr/lib/gcc/x86_64-linux-gnu/5;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib]
implicit fwks: []
Detecting CXX [-std=c++14] compiler features compiled with the following output:
Change Dir: /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_fc0d3/fast"
make[3]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
/usr/bin/make -f CMakeFiles/cmTC_fc0d3.dir/build.make CMakeFiles/cmTC_fc0d3.dir/build
make[4]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_fc0d3.dir/feature_tests.cxx.o
/usr/lib/ccache/x86_64-linux-gnu-g++ -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -std=c++14 -o CMakeFiles/cmTC_fc0d3.dir/feature_tests.cxx.o -c /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/feature_tests.cxx
Linking CXX executable cmTC_fc0d3
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_fc0d3.dir/link.txt --verbose=1
/usr/lib/ccache/x86_64-linux-gnu-g++ -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,--as-needed -Wl,--no-undefined CMakeFiles/cmTC_fc0d3.dir/feature_tests.cxx.o -o cmTC_fc0d3 -rdynamic
make[4]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
make[3]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/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: /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_a5968/fast"
make[3]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
/usr/bin/make -f CMakeFiles/cmTC_a5968.dir/build.make CMakeFiles/cmTC_a5968.dir/build
make[4]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_a5968.dir/feature_tests.cxx.o
/usr/lib/ccache/x86_64-linux-gnu-g++ -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -std=c++11 -o CMakeFiles/cmTC_a5968.dir/feature_tests.cxx.o -c /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/feature_tests.cxx
Linking CXX executable cmTC_a5968
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a5968.dir/link.txt --verbose=1
/usr/lib/ccache/x86_64-linux-gnu-g++ -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,--as-needed -Wl,--no-undefined CMakeFiles/cmTC_a5968.dir/feature_tests.cxx.o -o cmTC_a5968 -rdynamic
make[4]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
make[3]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/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: /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_4d990/fast"
make[3]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
/usr/bin/make -f CMakeFiles/cmTC_4d990.dir/build.make CMakeFiles/cmTC_4d990.dir/build
make[4]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_4d990.dir/feature_tests.cxx.o
/usr/lib/ccache/x86_64-linux-gnu-g++ -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -std=c++98 -o CMakeFiles/cmTC_4d990.dir/feature_tests.cxx.o -c /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/feature_tests.cxx
Linking CXX executable cmTC_4d990
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_4d990.dir/link.txt --verbose=1
/usr/lib/ccache/x86_64-linux-gnu-g++ -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,--as-needed -Wl,--no-undefined CMakeFiles/cmTC_4d990.dir/feature_tests.cxx.o -o cmTC_4d990 -rdynamic
make[4]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
make[3]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/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 Q_WS_X11 exist passed with the following output:
Change Dir: /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_90972/fast"
make[3]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
/usr/bin/make -f CMakeFiles/cmTC_90972.dir/build.make CMakeFiles/cmTC_90972.dir/build
make[4]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_90972.dir/CheckSymbolExists.c.o
/usr/lib/ccache/x86_64-linux-gnu-gcc -I/usr/include/qt4 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -o CMakeFiles/cmTC_90972.dir/CheckSymbolExists.c.o -c /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/CheckSymbolExists.c
Linking C executable cmTC_90972
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_90972.dir/link.txt --verbose=1
/usr/lib/ccache/x86_64-linux-gnu-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,--as-needed -Wl,--no-undefined CMakeFiles/cmTC_90972.dir/CheckSymbolExists.c.o -o cmTC_90972 -rdynamic
make[4]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
make[3]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
File /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <QtCore/qglobal.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef Q_WS_X11
return ((int*)(&Q_WS_X11))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the function XOpenDisplay exists in the /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so;/usr/lib/x86_64-linux-gnu/libXft.so;/usr/lib/x86_64-linux-gnu/libXau.so;/usr/lib/x86_64-linux-gnu/libXdmcp.so passed with the following output:
Change Dir: /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_c2b5e/fast"
make[3]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
/usr/bin/make -f CMakeFiles/cmTC_c2b5e.dir/build.make CMakeFiles/cmTC_c2b5e.dir/build
make[4]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_c2b5e.dir/CheckFunctionExists.c.o
/usr/lib/ccache/x86_64-linux-gnu-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DCHECK_FUNCTION_EXISTS=XOpenDisplay -o CMakeFiles/cmTC_c2b5e.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
Linking C executable cmTC_c2b5e
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c2b5e.dir/link.txt --verbose=1
/usr/lib/ccache/x86_64-linux-gnu-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DCHECK_FUNCTION_EXISTS=XOpenDisplay -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,--as-needed -Wl,--no-undefined CMakeFiles/cmTC_c2b5e.dir/CheckFunctionExists.c.o -o cmTC_c2b5e -rdynamic /usr/lib/x86_64-linux-gnu/libX11.so /usr/lib/x86_64-linux-gnu/libXext.so /usr/lib/x86_64-linux-gnu/libXft.so /usr/lib/x86_64-linux-gnu/libXau.so /usr/lib/x86_64-linux-gnu/libXdmcp.so
make[4]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
make[3]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Determining if the function gethostbyname exists passed with the following output:
Change Dir: /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_787d4/fast"
make[3]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
/usr/bin/make -f CMakeFiles/cmTC_787d4.dir/build.make CMakeFiles/cmTC_787d4.dir/build
make[4]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_787d4.dir/CheckFunctionExists.c.o
/usr/lib/ccache/x86_64-linux-gnu-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DCHECK_FUNCTION_EXISTS=gethostbyname -o CMakeFiles/cmTC_787d4.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
Linking C executable cmTC_787d4
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_787d4.dir/link.txt --verbose=1
/usr/lib/ccache/x86_64-linux-gnu-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DCHECK_FUNCTION_EXISTS=gethostbyname -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,--as-needed -Wl,--no-undefined CMakeFiles/cmTC_787d4.dir/CheckFunctionExists.c.o -o cmTC_787d4 -rdynamic
make[4]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
make[3]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Determining if the function connect exists passed with the following output:
Change Dir: /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_99bdd/fast"
make[3]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
/usr/bin/make -f CMakeFiles/cmTC_99bdd.dir/build.make CMakeFiles/cmTC_99bdd.dir/build
make[4]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_99bdd.dir/CheckFunctionExists.c.o
/usr/lib/ccache/x86_64-linux-gnu-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DCHECK_FUNCTION_EXISTS=connect -o CMakeFiles/cmTC_99bdd.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
Linking C executable cmTC_99bdd
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_99bdd.dir/link.txt --verbose=1
/usr/lib/ccache/x86_64-linux-gnu-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DCHECK_FUNCTION_EXISTS=connect -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,--as-needed -Wl,--no-undefined CMakeFiles/cmTC_99bdd.dir/CheckFunctionExists.c.o -o cmTC_99bdd -rdynamic
make[4]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
make[3]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Determining if the function remove exists passed with the following output:
Change Dir: /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_dc6af/fast"
make[3]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
/usr/bin/make -f CMakeFiles/cmTC_dc6af.dir/build.make CMakeFiles/cmTC_dc6af.dir/build
make[4]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_dc6af.dir/CheckFunctionExists.c.o
/usr/lib/ccache/x86_64-linux-gnu-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DCHECK_FUNCTION_EXISTS=remove -o CMakeFiles/cmTC_dc6af.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
Linking C executable cmTC_dc6af
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_dc6af.dir/link.txt --verbose=1
/usr/lib/ccache/x86_64-linux-gnu-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DCHECK_FUNCTION_EXISTS=remove -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,--as-needed -Wl,--no-undefined CMakeFiles/cmTC_dc6af.dir/CheckFunctionExists.c.o -o cmTC_dc6af -rdynamic
make[4]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
make[3]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Determining if the function shmat exists passed with the following output:
Change Dir: /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_05f51/fast"
make[3]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
/usr/bin/make -f CMakeFiles/cmTC_05f51.dir/build.make CMakeFiles/cmTC_05f51.dir/build
make[4]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_05f51.dir/CheckFunctionExists.c.o
/usr/lib/ccache/x86_64-linux-gnu-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DCHECK_FUNCTION_EXISTS=shmat -o CMakeFiles/cmTC_05f51.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
Linking C executable cmTC_05f51
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_05f51.dir/link.txt --verbose=1
/usr/lib/ccache/x86_64-linux-gnu-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DCHECK_FUNCTION_EXISTS=shmat -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,--as-needed -Wl,--no-undefined CMakeFiles/cmTC_05f51.dir/CheckFunctionExists.c.o -o cmTC_05f51 -rdynamic
make[4]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
make[3]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Determining if the function IceConnectionNumber exists in the ICE passed with the following output:
Change Dir: /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_22078/fast"
make[3]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
/usr/bin/make -f CMakeFiles/cmTC_22078.dir/build.make CMakeFiles/cmTC_22078.dir/build
make[4]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_22078.dir/CheckFunctionExists.c.o
/usr/lib/ccache/x86_64-linux-gnu-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DCHECK_FUNCTION_EXISTS=IceConnectionNumber -o CMakeFiles/cmTC_22078.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
Linking C executable cmTC_22078
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_22078.dir/link.txt --verbose=1
/usr/lib/ccache/x86_64-linux-gnu-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DCHECK_FUNCTION_EXISTS=IceConnectionNumber -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,--as-needed -Wl,--no-undefined CMakeFiles/cmTC_22078.dir/CheckFunctionExists.c.o -o cmTC_22078 -rdynamic -lICE
make[4]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
make[3]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Determining if the include file pthread.h exists passed with the following output:
Change Dir: /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_2e412/fast"
make[3]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
/usr/bin/make -f CMakeFiles/cmTC_2e412.dir/build.make CMakeFiles/cmTC_2e412.dir/build
make[4]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_2e412.dir/CheckIncludeFile.c.o
/usr/lib/ccache/x86_64-linux-gnu-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -o CMakeFiles/cmTC_2e412.dir/CheckIncludeFile.c.o -c /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/CheckIncludeFile.c
Linking C executable cmTC_2e412
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_2e412.dir/link.txt --verbose=1
/usr/lib/ccache/x86_64-linux-gnu-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,--as-needed -Wl,--no-undefined CMakeFiles/cmTC_2e412.dir/CheckIncludeFile.c.o -o cmTC_2e412 -rdynamic
make[4]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
make[3]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Determining if the function pthread_create exists in the pthread passed with the following output:
Change Dir: /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_c9dc7/fast"
make[3]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
/usr/bin/make -f CMakeFiles/cmTC_c9dc7.dir/build.make CMakeFiles/cmTC_c9dc7.dir/build
make[4]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_c9dc7.dir/CheckFunctionExists.c.o
/usr/lib/ccache/x86_64-linux-gnu-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTC_c9dc7.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
Linking C executable cmTC_c9dc7
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c9dc7.dir/link.txt --verbose=1
/usr/lib/ccache/x86_64-linux-gnu-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DCHECK_FUNCTION_EXISTS=pthread_create -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,--as-needed -Wl,--no-undefined CMakeFiles/cmTC_c9dc7.dir/CheckFunctionExists.c.o -o cmTC_c9dc7 -rdynamic -lpthread
make[4]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
make[3]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Determining if the _POSIX_TIMERS exist passed with the following output:
Change Dir: /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_9708d/fast"
make[3]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
/usr/bin/make -f CMakeFiles/cmTC_9708d.dir/build.make CMakeFiles/cmTC_9708d.dir/build
make[4]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_9708d.dir/CheckSymbolExists.c.o
/usr/lib/ccache/x86_64-linux-gnu-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -o CMakeFiles/cmTC_9708d.dir/CheckSymbolExists.c.o -c /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/CheckSymbolExists.c
Linking C executable cmTC_9708d
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_9708d.dir/link.txt --verbose=1
/usr/lib/ccache/x86_64-linux-gnu-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,--as-needed -Wl,--no-undefined CMakeFiles/cmTC_9708d.dir/CheckSymbolExists.c.o -o cmTC_9708d -rdynamic -lrt
make[4]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
make[3]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
File /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <unistd.h>
#include <time.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef _POSIX_TIMERS
return ((int*)(&_POSIX_TIMERS))[argc];
#else
(void)argc;
return 0;
#endif
}
Performing C++ SOURCE FILE Test _OFFT_IS_64BIT succeeded with the following output:
Change Dir: /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_ffd36/fast"
make[3]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
/usr/bin/make -f CMakeFiles/cmTC_ffd36.dir/build.make CMakeFiles/cmTC_ffd36.dir/build
make[4]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_ffd36.dir/src.cxx.o
/usr/lib/ccache/x86_64-linux-gnu-g++ -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_OFFT_IS_64BIT -o CMakeFiles/cmTC_ffd36.dir/src.cxx.o -c /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/src.cxx
Linking CXX executable cmTC_ffd36
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ffd36.dir/link.txt --verbose=1
/usr/lib/ccache/x86_64-linux-gnu-g++ -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_OFFT_IS_64BIT -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,--as-needed -Wl,--no-undefined CMakeFiles/cmTC_ffd36.dir/src.cxx.o -o cmTC_ffd36 -rdynamic
make[4]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
make[3]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Source file was:
#include <sys/types.h>
/* Check that off_t can represent 2**63 - 1 correctly.
We can't simply define LARGE_OFF_T to be 9223372036854775807,
since some C++ compilers masquerading as C compilers
incorrectly reject 9223372036854775807. */
#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 && LARGE_OFF_T % 2147483647 == 1) ? 1 : -1];
int main() { return 0; }
Performing C++ SOURCE FILE Test HAVE_FPIE_SUPPORT succeeded with the following output:
Change Dir: /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_e9986/fast"
make[3]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
/usr/bin/make -f CMakeFiles/cmTC_e9986.dir/build.make CMakeFiles/cmTC_e9986.dir/build
make[4]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_e9986.dir/src.cxx.o
/usr/lib/ccache/x86_64-linux-gnu-g++ -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wnon-virtual-dtor -Wno-long-long -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wformat-security -fno-exceptions -DQT_NO_EXCEPTIONS -fno-check-new -fno-common -DHAVE_FPIE_SUPPORT -fPIE -o CMakeFiles/cmTC_e9986.dir/src.cxx.o -c /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/src.cxx
Linking CXX executable cmTC_e9986
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e9986.dir/link.txt --verbose=1
/usr/lib/ccache/x86_64-linux-gnu-g++ -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wnon-virtual-dtor -Wno-long-long -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wformat-security -fno-exceptions -DQT_NO_EXCEPTIONS -fno-check-new -fno-common -DHAVE_FPIE_SUPPORT -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,--as-needed -Wl,--no-undefined CMakeFiles/cmTC_e9986.dir/src.cxx.o -o cmTC_e9986 -rdynamic
make[4]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
make[3]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Source file was:
int main() { return 0; }
Performing C++ SOURCE FILE Test __KDE_HAVE_W_OVERLOADED_VIRTUAL succeeded with the following output:
Change Dir: /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_efefd/fast"
make[3]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
/usr/bin/make -f CMakeFiles/cmTC_efefd.dir/build.make CMakeFiles/cmTC_efefd.dir/build
make[4]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_efefd.dir/src.cxx.o
/usr/lib/ccache/x86_64-linux-gnu-g++ -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wnon-virtual-dtor -Wno-long-long -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wformat-security -fno-exceptions -DQT_NO_EXCEPTIONS -fno-check-new -fno-common -D__KDE_HAVE_W_OVERLOADED_VIRTUAL -Woverloaded-virtual -o CMakeFiles/cmTC_efefd.dir/src.cxx.o -c /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/src.cxx
Linking CXX executable cmTC_efefd
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_efefd.dir/link.txt --verbose=1
/usr/lib/ccache/x86_64-linux-gnu-g++ -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wnon-virtual-dtor -Wno-long-long -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wformat-security -fno-exceptions -DQT_NO_EXCEPTIONS -fno-check-new -fno-common -D__KDE_HAVE_W_OVERLOADED_VIRTUAL -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,--as-needed -Wl,--no-undefined CMakeFiles/cmTC_efefd.dir/src.cxx.o -o cmTC_efefd -rdynamic
make[4]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
make[3]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Source file was:
int main() { return 0; }
Performing C++ SOURCE FILE Test __KDE_HAVE_GCC_VISIBILITY succeeded with the following output:
Change Dir: /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_13894/fast"
make[3]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
/usr/bin/make -f CMakeFiles/cmTC_13894.dir/build.make CMakeFiles/cmTC_13894.dir/build
make[4]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_13894.dir/src.cxx.o
/usr/lib/ccache/x86_64-linux-gnu-g++ -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wnon-virtual-dtor -Wno-long-long -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wformat-security -fno-exceptions -DQT_NO_EXCEPTIONS -fno-check-new -fno-common -Woverloaded-virtual -D__KDE_HAVE_GCC_VISIBILITY -fvisibility=hidden -o CMakeFiles/cmTC_13894.dir/src.cxx.o -c /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/src.cxx
Linking CXX executable cmTC_13894
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_13894.dir/link.txt --verbose=1
/usr/lib/ccache/x86_64-linux-gnu-g++ -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wnon-virtual-dtor -Wno-long-long -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wformat-security -fno-exceptions -DQT_NO_EXCEPTIONS -fno-check-new -fno-common -Woverloaded-virtual -D__KDE_HAVE_GCC_VISIBILITY -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,--as-needed -Wl,--no-undefined CMakeFiles/cmTC_13894.dir/src.cxx.o -o cmTC_13894 -rdynamic
make[4]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
make[3]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Source file was:
int main() { return 0; }
Performing C++ SOURCE FILE Test PAM_MESSAGE_CONST succeeded with the following output:
Change Dir: /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_7ce5b/fast"
make[3]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
/usr/bin/make -f CMakeFiles/cmTC_7ce5b.dir/build.make CMakeFiles/cmTC_7ce5b.dir/build
make[4]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_7ce5b.dir/src.cxx.o
/usr/lib/ccache/x86_64-linux-gnu-g++ -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wnon-virtual-dtor -Wno-long-long -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wformat-security -fno-exceptions -DQT_NO_EXCEPTIONS -fno-check-new -fno-common -Woverloaded-virtual -fno-threadsafe-statics -fvisibility=hidden -Werror=return-type -fvisibility-inlines-hidden -DPAM_MESSAGE_CONST -o CMakeFiles/cmTC_7ce5b.dir/src.cxx.o -c /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/src.cxx
/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/src.cxx:9:6: warning: unused parameter 'num_msg' [-Wunused-parameter]
int num_msg,
^
/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/src.cxx:10:29: warning: unused parameter 'msg' [-Wunused-parameter]
const struct pam_message **msg, /* this is the culprit */
^
/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/src.cxx:11:24: warning: unused parameter 'resp' [-Wunused-parameter]
struct pam_response **resp,
^
/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/src.cxx:12:8: warning: unused parameter 'ctx' [-Wunused-parameter]
void *ctx)
^
/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/src.cxx: In function 'int main()':
/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/src.cxx:19:18: warning: unused variable 'PAM_conversation' [-Wunused-variable]
struct pam_conv PAM_conversation = {
^
Linking CXX executable cmTC_7ce5b
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7ce5b.dir/link.txt --verbose=1
/usr/lib/ccache/x86_64-linux-gnu-g++ -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wnon-virtual-dtor -Wno-long-long -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wformat-security -fno-exceptions -DQT_NO_EXCEPTIONS -fno-check-new -fno-common -Woverloaded-virtual -fno-threadsafe-statics -fvisibility=hidden -Werror=return-type -fvisibility-inlines-hidden -DPAM_MESSAGE_CONST -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,--as-needed -Wl,--no-undefined CMakeFiles/cmTC_7ce5b.dir/src.cxx.o -o cmTC_7ce5b -rdynamic
make[4]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
make[3]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Source file was:
#if +0
# include <pam/pam_appl.h>
#else
# include <security/pam_appl.h>
#endif
static int PAM_conv(
int num_msg,
const struct pam_message **msg, /* this is the culprit */
struct pam_response **resp,
void *ctx)
{
return 0;
}
int main(void)
{
struct pam_conv PAM_conversation = {
&PAM_conv, /* this bombs out if the above does not match */
0
};
return 0;
}
Determining if the function getspnam exists passed with the following output:
Change Dir: /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_3b325/fast"
make[3]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
/usr/bin/make -f CMakeFiles/cmTC_3b325.dir/build.make CMakeFiles/cmTC_3b325.dir/build
make[4]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_3b325.dir/CheckFunctionExists.c.o
/usr/lib/ccache/x86_64-linux-gnu-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -DCHECK_FUNCTION_EXISTS=getspnam -o CMakeFiles/cmTC_3b325.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
Linking C executable cmTC_3b325
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_3b325.dir/link.txt --verbose=1
/usr/lib/ccache/x86_64-linux-gnu-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -DCHECK_FUNCTION_EXISTS=getspnam -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,--as-needed -Wl,--no-undefined CMakeFiles/cmTC_3b325.dir/CheckFunctionExists.c.o -o cmTC_3b325 -rdynamic
make[4]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
make[3]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Determining if the function crypt exists in the crypt passed with the following output:
Change Dir: /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_af549/fast"
make[3]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
/usr/bin/make -f CMakeFiles/cmTC_af549.dir/build.make CMakeFiles/cmTC_af549.dir/build
make[4]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_af549.dir/CheckFunctionExists.c.o
/usr/lib/ccache/x86_64-linux-gnu-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -DCHECK_FUNCTION_EXISTS=crypt -o CMakeFiles/cmTC_af549.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
Linking C executable cmTC_af549
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_af549.dir/link.txt --verbose=1
/usr/lib/ccache/x86_64-linux-gnu-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -DCHECK_FUNCTION_EXISTS=crypt -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,--as-needed -Wl,--no-undefined CMakeFiles/cmTC_af549.dir/CheckFunctionExists.c.o -o cmTC_af549 -rdynamic -lcrypt
make[4]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
make[3]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Determining if files crypt.h exist passed with the following output:
Change Dir: /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_0056c/fast"
make[3]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
/usr/bin/make -f CMakeFiles/cmTC_0056c.dir/build.make CMakeFiles/cmTC_0056c.dir/build
make[4]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_0056c.dir/CheckIncludeFiles.c.o
/usr/lib/ccache/x86_64-linux-gnu-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -o CMakeFiles/cmTC_0056c.dir/CheckIncludeFiles.c.o -c /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
Linking C executable cmTC_0056c
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0056c.dir/link.txt --verbose=1
/usr/lib/ccache/x86_64-linux-gnu-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,--as-needed -Wl,--no-undefined CMakeFiles/cmTC_0056c.dir/CheckIncludeFiles.c.o -o cmTC_0056c -rdynamic
make[4]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
make[3]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Determining if the function XkbLockModifiers exists in the X11 passed with the following output:
Change Dir: /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_b1880/fast"
make[3]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
/usr/bin/make -f CMakeFiles/cmTC_b1880.dir/build.make CMakeFiles/cmTC_b1880.dir/build
make[4]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_b1880.dir/CheckFunctionExists.c.o
/usr/lib/ccache/x86_64-linux-gnu-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -DCHECK_FUNCTION_EXISTS=XkbLockModifiers -o CMakeFiles/cmTC_b1880.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
Linking C executable cmTC_b1880
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b1880.dir/link.txt --verbose=1
/usr/lib/ccache/x86_64-linux-gnu-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -DCHECK_FUNCTION_EXISTS=XkbLockModifiers -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,--as-needed -Wl,--no-undefined CMakeFiles/cmTC_b1880.dir/CheckFunctionExists.c.o -o cmTC_b1880 -rdynamic -lX11 /usr/lib/x86_64-linux-gnu/libSM.so /usr/lib/x86_64-linux-gnu/libICE.so /usr/lib/x86_64-linux-gnu/libSM.so /usr/lib/x86_64-linux-gnu/libICE.so /usr/lib/x86_64-linux-gnu/libX11.so /usr/lib/x86_64-linux-gnu/libXext.so /usr/lib/x86_64-linux-gnu/libXft.so /usr/lib/x86_64-linux-gnu/libXau.so /usr/lib/x86_64-linux-gnu/libXdmcp.so
make[4]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
make[3]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Determining if the function vsyslog exists passed with the following output:
Change Dir: /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_98261/fast"
make[3]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
/usr/bin/make -f CMakeFiles/cmTC_98261.dir/build.make CMakeFiles/cmTC_98261.dir/build
make[4]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_98261.dir/CheckFunctionExists.c.o
/usr/lib/ccache/x86_64-linux-gnu-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -DCHECK_FUNCTION_EXISTS=vsyslog -o CMakeFiles/cmTC_98261.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
Linking C executable cmTC_98261
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_98261.dir/link.txt --verbose=1
/usr/lib/ccache/x86_64-linux-gnu-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -DCHECK_FUNCTION_EXISTS=vsyslog -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,--as-needed -Wl,--no-undefined CMakeFiles/cmTC_98261.dir/CheckFunctionExists.c.o -o cmTC_98261 -rdynamic
make[4]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
make[3]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Determining if the function statvfs exists passed with the following output:
Change Dir: /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_e901b/fast"
make[3]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
/usr/bin/make -f CMakeFiles/cmTC_e901b.dir/build.make CMakeFiles/cmTC_e901b.dir/build
make[4]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_e901b.dir/CheckFunctionExists.c.o
/usr/lib/ccache/x86_64-linux-gnu-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -DCHECK_FUNCTION_EXISTS=statvfs -o CMakeFiles/cmTC_e901b.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
Linking C executable cmTC_e901b
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e901b.dir/link.txt --verbose=1
/usr/lib/ccache/x86_64-linux-gnu-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -DCHECK_FUNCTION_EXISTS=statvfs -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,--as-needed -Wl,--no-undefined CMakeFiles/cmTC_e901b.dir/CheckFunctionExists.c.o -o cmTC_e901b -rdynamic
make[4]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
make[3]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Determining if files limits.h exist passed with the following output:
Change Dir: /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_2bf60/fast"
make[3]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
/usr/bin/make -f CMakeFiles/cmTC_2bf60.dir/build.make CMakeFiles/cmTC_2bf60.dir/build
make[4]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_2bf60.dir/CheckIncludeFiles.c.o
/usr/lib/ccache/x86_64-linux-gnu-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -o CMakeFiles/cmTC_2bf60.dir/CheckIncludeFiles.c.o -c /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
Linking C executable cmTC_2bf60
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_2bf60.dir/link.txt --verbose=1
/usr/lib/ccache/x86_64-linux-gnu-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,--as-needed -Wl,--no-undefined CMakeFiles/cmTC_2bf60.dir/CheckIncludeFiles.c.o -o cmTC_2bf60 -rdynamic
make[4]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
make[3]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Determining if files sys/time.h exist passed with the following output:
Change Dir: /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_2bbed/fast"
make[3]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
/usr/bin/make -f CMakeFiles/cmTC_2bbed.dir/build.make CMakeFiles/cmTC_2bbed.dir/build
make[4]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_2bbed.dir/CheckIncludeFiles.c.o
/usr/lib/ccache/x86_64-linux-gnu-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -o CMakeFiles/cmTC_2bbed.dir/CheckIncludeFiles.c.o -c /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
Linking C executable cmTC_2bbed
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_2bbed.dir/link.txt --verbose=1
/usr/lib/ccache/x86_64-linux-gnu-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,--as-needed -Wl,--no-undefined CMakeFiles/cmTC_2bbed.dir/CheckIncludeFiles.c.o -o cmTC_2bbed -rdynamic
make[4]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
make[3]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Determining if files stdint.h exist passed with the following output:
Change Dir: /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_b45a0/fast"
make[3]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
/usr/bin/make -f CMakeFiles/cmTC_b45a0.dir/build.make CMakeFiles/cmTC_b45a0.dir/build
make[4]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_b45a0.dir/CheckIncludeFiles.c.o
/usr/lib/ccache/x86_64-linux-gnu-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -o CMakeFiles/cmTC_b45a0.dir/CheckIncludeFiles.c.o -c /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
Linking C executable cmTC_b45a0
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b45a0.dir/link.txt --verbose=1
/usr/lib/ccache/x86_64-linux-gnu-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,--as-needed -Wl,--no-undefined CMakeFiles/cmTC_b45a0.dir/CheckIncludeFiles.c.o -o cmTC_b45a0 -rdynamic
make[4]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
make[3]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Determining if files sys/stat.h;sys/vfs.h exist passed with the following output:
Change Dir: /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_22908/fast"
make[3]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
/usr/bin/make -f CMakeFiles/cmTC_22908.dir/build.make CMakeFiles/cmTC_22908.dir/build
make[4]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_22908.dir/CheckIncludeFiles.c.o
/usr/lib/ccache/x86_64-linux-gnu-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -o CMakeFiles/cmTC_22908.dir/CheckIncludeFiles.c.o -c /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
Linking C executable cmTC_22908
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_22908.dir/link.txt --verbose=1
/usr/lib/ccache/x86_64-linux-gnu-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,--as-needed -Wl,--no-undefined CMakeFiles/cmTC_22908.dir/CheckIncludeFiles.c.o -o cmTC_22908 -rdynamic
make[4]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
make[3]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Determining if files sys/stat.h;sys/statvfs.h exist passed with the following output:
Change Dir: /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_96ccc/fast"
make[3]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
/usr/bin/make -f CMakeFiles/cmTC_96ccc.dir/build.make CMakeFiles/cmTC_96ccc.dir/build
make[4]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_96ccc.dir/CheckIncludeFiles.c.o
/usr/lib/ccache/x86_64-linux-gnu-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -o CMakeFiles/cmTC_96ccc.dir/CheckIncludeFiles.c.o -c /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
Linking C executable cmTC_96ccc
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_96ccc.dir/link.txt --verbose=1
/usr/lib/ccache/x86_64-linux-gnu-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,--as-needed -Wl,--no-undefined CMakeFiles/cmTC_96ccc.dir/CheckIncludeFiles.c.o -o cmTC_96ccc -rdynamic
make[4]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
make[3]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Determining if files sys/param.h exist passed with the following output:
Change Dir: /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_1bdf3/fast"
make[3]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
/usr/bin/make -f CMakeFiles/cmTC_1bdf3.dir/build.make CMakeFiles/cmTC_1bdf3.dir/build
make[4]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_1bdf3.dir/CheckIncludeFiles.c.o
/usr/lib/ccache/x86_64-linux-gnu-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -o CMakeFiles/cmTC_1bdf3.dir/CheckIncludeFiles.c.o -c /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
Linking C executable cmTC_1bdf3
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_1bdf3.dir/link.txt --verbose=1
/usr/lib/ccache/x86_64-linux-gnu-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,--as-needed -Wl,--no-undefined CMakeFiles/cmTC_1bdf3.dir/CheckIncludeFiles.c.o -o cmTC_1bdf3 -rdynamic
make[4]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
make[3]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Determining if files sys/param.h;sys/mount.h exist passed with the following output:
Change Dir: /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_6eb75/fast"
make[3]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
/usr/bin/make -f CMakeFiles/cmTC_6eb75.dir/build.make CMakeFiles/cmTC_6eb75.dir/build
make[4]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_6eb75.dir/CheckIncludeFiles.c.o
/usr/lib/ccache/x86_64-linux-gnu-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -o CMakeFiles/cmTC_6eb75.dir/CheckIncludeFiles.c.o -c /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
Linking C executable cmTC_6eb75
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_6eb75.dir/link.txt --verbose=1
/usr/lib/ccache/x86_64-linux-gnu-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,--as-needed -Wl,--no-undefined CMakeFiles/cmTC_6eb75.dir/CheckIncludeFiles.c.o -o cmTC_6eb75 -rdynamic
make[4]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
make[3]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Determining if files sys/types.h;sys/statfs.h exist passed with the following output:
Change Dir: /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_4564e/fast"
make[3]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
/usr/bin/make -f CMakeFiles/cmTC_4564e.dir/build.make CMakeFiles/cmTC_4564e.dir/build
make[4]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_4564e.dir/CheckIncludeFiles.c.o
/usr/lib/ccache/x86_64-linux-gnu-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -o CMakeFiles/cmTC_4564e.dir/CheckIncludeFiles.c.o -c /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
Linking C executable cmTC_4564e
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_4564e.dir/link.txt --verbose=1
/usr/lib/ccache/x86_64-linux-gnu-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,--as-needed -Wl,--no-undefined CMakeFiles/cmTC_4564e.dir/CheckIncludeFiles.c.o -o cmTC_4564e -rdynamic
make[4]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
make[3]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Determining if files unistd.h exist passed with the following output:
Change Dir: /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_39a5a/fast"
make[3]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
/usr/bin/make -f CMakeFiles/cmTC_39a5a.dir/build.make CMakeFiles/cmTC_39a5a.dir/build
make[4]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_39a5a.dir/CheckIncludeFiles.c.o
/usr/lib/ccache/x86_64-linux-gnu-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -o CMakeFiles/cmTC_39a5a.dir/CheckIncludeFiles.c.o -c /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
Linking C executable cmTC_39a5a
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_39a5a.dir/link.txt --verbose=1
/usr/lib/ccache/x86_64-linux-gnu-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,--as-needed -Wl,--no-undefined CMakeFiles/cmTC_39a5a.dir/CheckIncludeFiles.c.o -o cmTC_39a5a -rdynamic
make[4]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
make[3]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Determining if files malloc.h exist passed with the following output:
Change Dir: /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_6fcbb/fast"
make[3]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
/usr/bin/make -f CMakeFiles/cmTC_6fcbb.dir/build.make CMakeFiles/cmTC_6fcbb.dir/build
make[4]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_6fcbb.dir/CheckIncludeFiles.c.o
/usr/lib/ccache/x86_64-linux-gnu-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -o CMakeFiles/cmTC_6fcbb.dir/CheckIncludeFiles.c.o -c /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
Linking C executable cmTC_6fcbb
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_6fcbb.dir/link.txt --verbose=1
/usr/lib/ccache/x86_64-linux-gnu-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,--as-needed -Wl,--no-undefined CMakeFiles/cmTC_6fcbb.dir/CheckIncludeFiles.c.o -o cmTC_6fcbb -rdynamic
make[4]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
make[3]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Determining if the function statfs exists passed with the following output:
Change Dir: /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_35a60/fast"
make[3]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
/usr/bin/make -f CMakeFiles/cmTC_35a60.dir/build.make CMakeFiles/cmTC_35a60.dir/build
make[4]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_35a60.dir/CheckFunctionExists.c.o
/usr/lib/ccache/x86_64-linux-gnu-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -DCHECK_FUNCTION_EXISTS=statfs -o CMakeFiles/cmTC_35a60.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
Linking C executable cmTC_35a60
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_35a60.dir/link.txt --verbose=1
/usr/lib/ccache/x86_64-linux-gnu-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -DCHECK_FUNCTION_EXISTS=statfs -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,--as-needed -Wl,--no-undefined CMakeFiles/cmTC_35a60.dir/CheckFunctionExists.c.o -o cmTC_35a60 -rdynamic
make[4]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
make[3]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Determining if the include file sys/types.h exists passed with the following output:
Change Dir: /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_a52cf/fast"
make[3]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
/usr/bin/make -f CMakeFiles/cmTC_a52cf.dir/build.make CMakeFiles/cmTC_a52cf.dir/build
make[4]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_a52cf.dir/CheckIncludeFile.c.o
/usr/lib/ccache/x86_64-linux-gnu-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -o CMakeFiles/cmTC_a52cf.dir/CheckIncludeFile.c.o -c /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/CheckIncludeFile.c
Linking C executable cmTC_a52cf
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a52cf.dir/link.txt --verbose=1
/usr/lib/ccache/x86_64-linux-gnu-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,--as-needed -Wl,--no-undefined CMakeFiles/cmTC_a52cf.dir/CheckIncludeFile.c.o -o cmTC_a52cf -rdynamic
make[4]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
make[3]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Determining if the include file stddef.h exists passed with the following output:
Change Dir: /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_e9fb0/fast"
make[3]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
/usr/bin/make -f CMakeFiles/cmTC_e9fb0.dir/build.make CMakeFiles/cmTC_e9fb0.dir/build
make[4]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_e9fb0.dir/CheckIncludeFile.c.o
/usr/lib/ccache/x86_64-linux-gnu-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -o CMakeFiles/cmTC_e9fb0.dir/CheckIncludeFile.c.o -c /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/CheckIncludeFile.c
Linking C executable cmTC_e9fb0
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e9fb0.dir/link.txt --verbose=1
/usr/lib/ccache/x86_64-linux-gnu-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,--as-needed -Wl,--no-undefined CMakeFiles/cmTC_e9fb0.dir/CheckIncludeFile.c.o -o cmTC_e9fb0 -rdynamic
make[4]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
make[3]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Determining if the function setpriority exists passed with the following output:
Change Dir: /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_f334c/fast"
make[3]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
/usr/bin/make -f CMakeFiles/cmTC_f334c.dir/build.make CMakeFiles/cmTC_f334c.dir/build
make[4]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_f334c.dir/CheckFunctionExists.c.o
/usr/lib/ccache/x86_64-linux-gnu-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -DCHECK_FUNCTION_EXISTS=setpriority -o CMakeFiles/cmTC_f334c.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
Linking C executable cmTC_f334c
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f334c.dir/link.txt --verbose=1
/usr/lib/ccache/x86_64-linux-gnu-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -DCHECK_FUNCTION_EXISTS=setpriority -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,--as-needed -Wl,--no-undefined CMakeFiles/cmTC_f334c.dir/CheckFunctionExists.c.o -o cmTC_f334c -rdynamic
make[4]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
make[3]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Determining if the function XRRGetScreenSizeRange exists passed with the following output:
Change Dir: /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_c8f3b/fast"
make[3]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
/usr/bin/make -f CMakeFiles/cmTC_c8f3b.dir/build.make CMakeFiles/cmTC_c8f3b.dir/build
make[4]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_c8f3b.dir/CheckFunctionExists.c.o
/usr/lib/ccache/x86_64-linux-gnu-gcc -I/usr/include/Xrandr.h -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -DCHECK_FUNCTION_EXISTS=XRRGetScreenSizeRange -o CMakeFiles/cmTC_c8f3b.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
Linking C executable cmTC_c8f3b
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c8f3b.dir/link.txt --verbose=1
/usr/lib/ccache/x86_64-linux-gnu-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -DCHECK_FUNCTION_EXISTS=XRRGetScreenSizeRange -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,--as-needed -Wl,--no-undefined CMakeFiles/cmTC_c8f3b.dir/CheckFunctionExists.c.o -o cmTC_c8f3b -rdynamic /usr/lib/x86_64-linux-gnu/libXrandr.so
make[4]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
make[3]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Determining if the function XRRGetScreenResourcesCurrent exists passed with the following output:
Change Dir: /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_2656d/fast"
make[3]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
/usr/bin/make -f CMakeFiles/cmTC_2656d.dir/build.make CMakeFiles/cmTC_2656d.dir/build
make[4]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_2656d.dir/CheckFunctionExists.c.o
/usr/lib/ccache/x86_64-linux-gnu-gcc -I/usr/include/Xrandr.h -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -DCHECK_FUNCTION_EXISTS=XRRGetScreenResourcesCurrent -o CMakeFiles/cmTC_2656d.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
Linking C executable cmTC_2656d
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_2656d.dir/link.txt --verbose=1
/usr/lib/ccache/x86_64-linux-gnu-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -DCHECK_FUNCTION_EXISTS=XRRGetScreenResourcesCurrent -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,--as-needed -Wl,--no-undefined CMakeFiles/cmTC_2656d.dir/CheckFunctionExists.c.o -o cmTC_2656d -rdynamic /usr/lib/x86_64-linux-gnu/libXrandr.so
make[4]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
make[3]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Determining if files byteswap.h exist passed with the following output:
Change Dir: /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_a7f7a/fast"
make[3]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
/usr/bin/make -f CMakeFiles/cmTC_a7f7a.dir/build.make CMakeFiles/cmTC_a7f7a.dir/build
make[4]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_a7f7a.dir/CheckIncludeFiles.c.o
/usr/lib/ccache/x86_64-linux-gnu-gcc -I/usr/include/Xrandr.h -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -o CMakeFiles/cmTC_a7f7a.dir/CheckIncludeFiles.c.o -c /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
Linking C executable cmTC_a7f7a
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a7f7a.dir/link.txt --verbose=1
/usr/lib/ccache/x86_64-linux-gnu-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,--as-needed -Wl,--no-undefined CMakeFiles/cmTC_a7f7a.dir/CheckIncludeFiles.c.o -o cmTC_a7f7a -rdynamic
make[4]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
make[3]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Determining if files paths.h exist passed with the following output:
Change Dir: /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_9bfaf/fast"
make[3]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
/usr/bin/make -f CMakeFiles/cmTC_9bfaf.dir/build.make CMakeFiles/cmTC_9bfaf.dir/build
make[4]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_9bfaf.dir/CheckIncludeFiles.c.o
/usr/lib/ccache/x86_64-linux-gnu-gcc -I/usr/include/Xrandr.h -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -o CMakeFiles/cmTC_9bfaf.dir/CheckIncludeFiles.c.o -c /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
Linking C executable cmTC_9bfaf
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_9bfaf.dir/link.txt --verbose=1
/usr/lib/ccache/x86_64-linux-gnu-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,--as-needed -Wl,--no-undefined CMakeFiles/cmTC_9bfaf.dir/CheckIncludeFiles.c.o -o cmTC_9bfaf -rdynamic
make[4]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
make[3]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Determining if the function _IceTransNoListen exists in the ICE passed with the following output:
Change Dir: /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_250be/fast"
make[3]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
/usr/bin/make -f CMakeFiles/cmTC_250be.dir/build.make CMakeFiles/cmTC_250be.dir/build
make[4]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_250be.dir/CheckFunctionExists.c.o
/usr/lib/ccache/x86_64-linux-gnu-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -DCHECK_FUNCTION_EXISTS=_IceTransNoListen -o CMakeFiles/cmTC_250be.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
Linking C executable cmTC_250be
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_250be.dir/link.txt --verbose=1
/usr/lib/ccache/x86_64-linux-gnu-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -DCHECK_FUNCTION_EXISTS=_IceTransNoListen -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,--as-needed -Wl,--no-undefined CMakeFiles/cmTC_250be.dir/CheckFunctionExists.c.o -o cmTC_250be -rdynamic -lICE /usr/lib/x86_64-linux-gnu/libXrandr.so
make[4]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
make[3]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Performing C++ SOURCE FILE Test HAVE_MMMX succeeded with the following output:
Change Dir: /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_f6232/fast"
make[3]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
/usr/bin/make -f CMakeFiles/cmTC_f6232.dir/build.make CMakeFiles/cmTC_f6232.dir/build
make[4]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_f6232.dir/src.cxx.o
/usr/lib/ccache/x86_64-linux-gnu-g++ -I/usr/include/Xrandr.h -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wnon-virtual-dtor -Wno-long-long -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wformat-security -fno-exceptions -DQT_NO_EXCEPTIONS -fno-check-new -fno-common -Woverloaded-virtual -fno-threadsafe-statics -fvisibility=hidden -Werror=return-type -fvisibility-inlines-hidden -DHAVE_MMMX -mmmx -o CMakeFiles/cmTC_f6232.dir/src.cxx.o -c /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/src.cxx
Linking CXX executable cmTC_f6232
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f6232.dir/link.txt --verbose=1
/usr/lib/ccache/x86_64-linux-gnu-g++ -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wnon-virtual-dtor -Wno-long-long -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wformat-security -fno-exceptions -DQT_NO_EXCEPTIONS -fno-check-new -fno-common -Woverloaded-virtual -fno-threadsafe-statics -fvisibility=hidden -Werror=return-type -fvisibility-inlines-hidden -DHAVE_MMMX -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,--as-needed -Wl,--no-undefined CMakeFiles/cmTC_f6232.dir/src.cxx.o -o cmTC_f6232 -rdynamic /usr/lib/x86_64-linux-gnu/libXrandr.so
make[4]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
make[3]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Source file was:
int main() { return 0; }
Performing C++ SOURCE FILE Test X86_MMX_FOUND succeeded with the following output:
Change Dir: /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_910ec/fast"
make[3]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
/usr/bin/make -f CMakeFiles/cmTC_910ec.dir/build.make CMakeFiles/cmTC_910ec.dir/build
make[4]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_910ec.dir/src.cxx.o
/usr/lib/ccache/x86_64-linux-gnu-g++ -I/usr/include/Xrandr.h -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wnon-virtual-dtor -Wno-long-long -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wformat-security -fno-exceptions -DQT_NO_EXCEPTIONS -fno-check-new -fno-common -Woverloaded-virtual -fno-threadsafe-statics -fvisibility=hidden -Werror=return-type -fvisibility-inlines-hidden -DX86_MMX_FOUND -o CMakeFiles/cmTC_910ec.dir/src.cxx.o -c /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/src.cxx
Linking CXX executable cmTC_910ec
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_910ec.dir/link.txt --verbose=1
/usr/lib/ccache/x86_64-linux-gnu-g++ -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wnon-virtual-dtor -Wno-long-long -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wformat-security -fno-exceptions -DQT_NO_EXCEPTIONS -fno-check-new -fno-common -Woverloaded-virtual -fno-threadsafe-statics -fvisibility=hidden -Werror=return-type -fvisibility-inlines-hidden -DX86_MMX_FOUND -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,--as-needed -Wl,--no-undefined CMakeFiles/cmTC_910ec.dir/src.cxx.o -o cmTC_910ec -rdynamic /usr/lib/x86_64-linux-gnu/libXrandr.so
make[4]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
make[3]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Source file was:
#ifdef __SUNPRO_CC
#define __asm__ asm
#endif
int main() { __asm__("pxor %mm0, %mm0") ; }
Determining if files sys/inotify.h exist passed with the following output:
Change Dir: /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_3be2b/fast"
make[3]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
/usr/bin/make -f CMakeFiles/cmTC_3be2b.dir/build.make CMakeFiles/cmTC_3be2b.dir/build
make[4]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_3be2b.dir/CheckIncludeFiles.c.o
/usr/lib/ccache/x86_64-linux-gnu-gcc -I/usr/include/Xrandr.h -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -o CMakeFiles/cmTC_3be2b.dir/CheckIncludeFiles.c.o -c /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
Linking C executable cmTC_3be2b
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_3be2b.dir/link.txt --verbose=1
/usr/lib/ccache/x86_64-linux-gnu-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,--as-needed -Wl,--no-undefined CMakeFiles/cmTC_3be2b.dir/CheckIncludeFiles.c.o -o cmTC_3be2b -rdynamic
make[4]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
make[3]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Determining if the function _XiGetDevicePresenceNotifyEvent exists passed with the following output:
Change Dir: /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_8f224/fast"
make[3]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
/usr/bin/make -f CMakeFiles/cmTC_8f224.dir/build.make CMakeFiles/cmTC_8f224.dir/build
make[4]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_8f224.dir/CheckFunctionExists.c.o
/usr/lib/ccache/x86_64-linux-gnu-gcc -I/usr/include/Xrandr.h -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -DCHECK_FUNCTION_EXISTS=_XiGetDevicePresenceNotifyEvent -o CMakeFiles/cmTC_8f224.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
Linking C executable cmTC_8f224
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8f224.dir/link.txt --verbose=1
/usr/lib/ccache/x86_64-linux-gnu-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -DCHECK_FUNCTION_EXISTS=_XiGetDevicePresenceNotifyEvent -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,--as-needed -Wl,--no-undefined CMakeFiles/cmTC_8f224.dir/CheckFunctionExists.c.o -o cmTC_8f224 -rdynamic -lXi
make[4]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
make[3]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Determining if the function glXChooseVisual exists in the GL passed with the following output:
Change Dir: /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_f23af/fast"
make[3]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
/usr/bin/make -f CMakeFiles/cmTC_f23af.dir/build.make CMakeFiles/cmTC_f23af.dir/build
make[4]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_f23af.dir/CheckFunctionExists.c.o
/usr/lib/ccache/x86_64-linux-gnu-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -DCHECK_FUNCTION_EXISTS=glXChooseVisual -o CMakeFiles/cmTC_f23af.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
Linking C executable cmTC_f23af
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f23af.dir/link.txt --verbose=1
/usr/lib/ccache/x86_64-linux-gnu-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -DCHECK_FUNCTION_EXISTS=glXChooseVisual -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,--as-needed -Wl,--no-undefined CMakeFiles/cmTC_f23af.dir/CheckFunctionExists.c.o -o cmTC_f23af -rdynamic -lGL /usr/lib/x86_64-linux-gnu/libXrandr.so
make[4]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
make[3]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Determining if files locale.h exist passed with the following output:
Change Dir: /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_868f3/fast"
make[3]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
/usr/bin/make -f CMakeFiles/cmTC_868f3.dir/build.make CMakeFiles/cmTC_868f3.dir/build
make[4]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_868f3.dir/CheckIncludeFiles.c.o
/usr/lib/ccache/x86_64-linux-gnu-gcc -I/usr/include/Xrandr.h -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -o CMakeFiles/cmTC_868f3.dir/CheckIncludeFiles.c.o -c /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
Linking C executable cmTC_868f3
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_868f3.dir/link.txt --verbose=1
/usr/lib/ccache/x86_64-linux-gnu-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,--as-needed -Wl,--no-undefined CMakeFiles/cmTC_868f3.dir/CheckIncludeFiles.c.o -o cmTC_868f3 -rdynamic
make[4]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
make[3]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Determining if the function getifaddrs exists passed with the following output:
Change Dir: /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_63f57/fast"
make[3]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
/usr/bin/make -f CMakeFiles/cmTC_63f57.dir/build.make CMakeFiles/cmTC_63f57.dir/build
make[4]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_63f57.dir/CheckFunctionExists.c.o
/usr/lib/ccache/x86_64-linux-gnu-gcc -I/usr/include/Xrandr.h -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -DCHECK_FUNCTION_EXISTS=getifaddrs -o CMakeFiles/cmTC_63f57.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
Linking C executable cmTC_63f57
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_63f57.dir/link.txt --verbose=1
/usr/lib/ccache/x86_64-linux-gnu-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -DCHECK_FUNCTION_EXISTS=getifaddrs -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,--as-needed -Wl,--no-undefined CMakeFiles/cmTC_63f57.dir/CheckFunctionExists.c.o -o cmTC_63f57 -rdynamic /usr/lib/x86_64-linux-gnu/libXrandr.so
make[4]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
make[3]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Performing C++ SOURCE FILE Test HAVE_STRUCT_UTMP_UT_USER succeeded with the following output:
Change Dir: /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_56983/fast"
make[3]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
/usr/bin/make -f CMakeFiles/cmTC_56983.dir/build.make CMakeFiles/cmTC_56983.dir/build
make[4]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_56983.dir/src.cxx.o
/usr/lib/ccache/x86_64-linux-gnu-g++ -I/usr/include/Xrandr.h -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wnon-virtual-dtor -Wno-long-long -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wformat-security -fno-exceptions -DQT_NO_EXCEPTIONS -fno-check-new -fno-common -Woverloaded-virtual -fno-threadsafe-statics -fvisibility=hidden -Werror=return-type -fvisibility-inlines-hidden -DHAVE_STRUCT_UTMP_UT_USER -o CMakeFiles/cmTC_56983.dir/src.cxx.o -c /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/src.cxx
/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/src.cxx: In function 'int main()':
/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/src.cxx:7:9: warning: statement has no effect [-Wunused-value]
tmp->ut_user;
^
Linking CXX executable cmTC_56983
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_56983.dir/link.txt --verbose=1
/usr/lib/ccache/x86_64-linux-gnu-g++ -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wnon-virtual-dtor -Wno-long-long -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wformat-security -fno-exceptions -DQT_NO_EXCEPTIONS -fno-check-new -fno-common -Woverloaded-virtual -fno-threadsafe-statics -fvisibility=hidden -Werror=return-type -fvisibility-inlines-hidden -DHAVE_STRUCT_UTMP_UT_USER -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,--as-needed -Wl,--no-undefined CMakeFiles/cmTC_56983.dir/src.cxx.o -o cmTC_56983 -rdynamic /usr/lib/x86_64-linux-gnu/libXrandr.so
make[4]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
make[3]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Source file was:
#include <utmp.h>
int main()
{
struct utmp* tmp;
tmp->ut_user;
return 0;
}
Performing C++ SOURCE FILE Test HAVE_STRUCT_UTMP_UT_HOST succeeded with the following output:
Change Dir: /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_28634/fast"
make[3]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
/usr/bin/make -f CMakeFiles/cmTC_28634.dir/build.make CMakeFiles/cmTC_28634.dir/build
make[4]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_28634.dir/src.cxx.o
/usr/lib/ccache/x86_64-linux-gnu-g++ -I/usr/include/Xrandr.h -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wnon-virtual-dtor -Wno-long-long -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wformat-security -fno-exceptions -DQT_NO_EXCEPTIONS -fno-check-new -fno-common -Woverloaded-virtual -fno-threadsafe-statics -fvisibility=hidden -Werror=return-type -fvisibility-inlines-hidden -DHAVE_STRUCT_UTMP_UT_HOST -o CMakeFiles/cmTC_28634.dir/src.cxx.o -c /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/src.cxx
/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/src.cxx: In function 'int main()':
/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/src.cxx:7:9: warning: statement has no effect [-Wunused-value]
tmp->ut_host;
^
Linking CXX executable cmTC_28634
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_28634.dir/link.txt --verbose=1
/usr/lib/ccache/x86_64-linux-gnu-g++ -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wnon-virtual-dtor -Wno-long-long -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wformat-security -fno-exceptions -DQT_NO_EXCEPTIONS -fno-check-new -fno-common -Woverloaded-virtual -fno-threadsafe-statics -fvisibility=hidden -Werror=return-type -fvisibility-inlines-hidden -DHAVE_STRUCT_UTMP_UT_HOST -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,--as-needed -Wl,--no-undefined CMakeFiles/cmTC_28634.dir/src.cxx.o -o cmTC_28634 -rdynamic /usr/lib/x86_64-linux-gnu/libXrandr.so
make[4]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
make[3]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Source file was:
#include <utmp.h>
int main()
{
struct utmp* tmp;
tmp->ut_host;
return 0;
}
Determining if files lastlog.h exist passed with the following output:
Change Dir: /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_b89e5/fast"
make[3]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
/usr/bin/make -f CMakeFiles/cmTC_b89e5.dir/build.make CMakeFiles/cmTC_b89e5.dir/build
make[4]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_b89e5.dir/CheckIncludeFiles.c.o
/usr/lib/ccache/x86_64-linux-gnu-gcc -I/usr/include/Xrandr.h -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -o CMakeFiles/cmTC_b89e5.dir/CheckIncludeFiles.c.o -c /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
Linking C executable cmTC_b89e5
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b89e5.dir/link.txt --verbose=1
/usr/lib/ccache/x86_64-linux-gnu-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,--as-needed -Wl,--no-undefined CMakeFiles/cmTC_b89e5.dir/CheckIncludeFiles.c.o -o cmTC_b89e5 -rdynamic
make[4]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
make[3]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Determining if files termio.h exist passed with the following output:
Change Dir: /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_52281/fast"
make[3]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
/usr/bin/make -f CMakeFiles/cmTC_52281.dir/build.make CMakeFiles/cmTC_52281.dir/build
make[4]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_52281.dir/CheckIncludeFiles.c.o
/usr/lib/ccache/x86_64-linux-gnu-gcc -I/usr/include/Xrandr.h -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -o CMakeFiles/cmTC_52281.dir/CheckIncludeFiles.c.o -c /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
Linking C executable cmTC_52281
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_52281.dir/link.txt --verbose=1
/usr/lib/ccache/x86_64-linux-gnu-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,--as-needed -Wl,--no-undefined CMakeFiles/cmTC_52281.dir/CheckIncludeFiles.c.o -o cmTC_52281 -rdynamic
make[4]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
make[3]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Determining if files termios.h exist passed with the following output:
Change Dir: /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_e2293/fast"
make[3]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
/usr/bin/make -f CMakeFiles/cmTC_e2293.dir/build.make CMakeFiles/cmTC_e2293.dir/build
make[4]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_e2293.dir/CheckIncludeFiles.c.o
/usr/lib/ccache/x86_64-linux-gnu-gcc -I/usr/include/Xrandr.h -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -o CMakeFiles/cmTC_e2293.dir/CheckIncludeFiles.c.o -c /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
Linking C executable cmTC_e2293
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e2293.dir/link.txt --verbose=1
/usr/lib/ccache/x86_64-linux-gnu-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,--as-needed -Wl,--no-undefined CMakeFiles/cmTC_e2293.dir/CheckIncludeFiles.c.o -o cmTC_e2293 -rdynamic
make[4]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
make[3]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Determining if the sysinfo exist passed with the following output:
Change Dir: /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_37930/fast"
make[3]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
/usr/bin/make -f CMakeFiles/cmTC_37930.dir/build.make CMakeFiles/cmTC_37930.dir/build
make[4]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_37930.dir/CheckSymbolExists.c.o
/usr/lib/ccache/x86_64-linux-gnu-gcc -I/usr/include/Xrandr.h -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -o CMakeFiles/cmTC_37930.dir/CheckSymbolExists.c.o -c /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/CheckSymbolExists.c
Linking C executable cmTC_37930
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_37930.dir/link.txt --verbose=1
/usr/lib/ccache/x86_64-linux-gnu-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,--as-needed -Wl,--no-undefined CMakeFiles/cmTC_37930.dir/CheckSymbolExists.c.o -o cmTC_37930 -rdynamic /usr/lib/x86_64-linux-gnu/libXrandr.so
make[4]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
make[3]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
File /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <sys/sysinfo.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef sysinfo
return ((int*)(&sysinfo))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the function initgroups exists passed with the following output:
Change Dir: /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_e8f1d/fast"
make[3]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
/usr/bin/make -f CMakeFiles/cmTC_e8f1d.dir/build.make CMakeFiles/cmTC_e8f1d.dir/build
make[4]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_e8f1d.dir/CheckFunctionExists.c.o
/usr/lib/ccache/x86_64-linux-gnu-gcc -I/usr/include/Xrandr.h -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -DCHECK_FUNCTION_EXISTS=initgroups -o CMakeFiles/cmTC_e8f1d.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
Linking C executable cmTC_e8f1d
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e8f1d.dir/link.txt --verbose=1
/usr/lib/ccache/x86_64-linux-gnu-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -DCHECK_FUNCTION_EXISTS=initgroups -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,--as-needed -Wl,--no-undefined CMakeFiles/cmTC_e8f1d.dir/CheckFunctionExists.c.o -o cmTC_e8f1d -rdynamic /usr/lib/x86_64-linux-gnu/libXrandr.so
make[4]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
make[3]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Determining if the function mkstemp exists passed with the following output:
Change Dir: /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_8db63/fast"
make[3]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
/usr/bin/make -f CMakeFiles/cmTC_8db63.dir/build.make CMakeFiles/cmTC_8db63.dir/build
make[4]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_8db63.dir/CheckFunctionExists.c.o
/usr/lib/ccache/x86_64-linux-gnu-gcc -I/usr/include/Xrandr.h -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -DCHECK_FUNCTION_EXISTS=mkstemp -o CMakeFiles/cmTC_8db63.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
Linking C executable cmTC_8db63
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8db63.dir/link.txt --verbose=1
/usr/lib/ccache/x86_64-linux-gnu-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -DCHECK_FUNCTION_EXISTS=mkstemp -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,--as-needed -Wl,--no-undefined CMakeFiles/cmTC_8db63.dir/CheckFunctionExists.c.o -o cmTC_8db63 -rdynamic /usr/lib/x86_64-linux-gnu/libXrandr.so
make[4]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
make[3]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Determining if the function getusershell exists passed with the following output:
Change Dir: /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_bc039/fast"
make[3]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
/usr/bin/make -f CMakeFiles/cmTC_bc039.dir/build.make CMakeFiles/cmTC_bc039.dir/build
make[4]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_bc039.dir/CheckFunctionExists.c.o
/usr/lib/ccache/x86_64-linux-gnu-gcc -I/usr/include/Xrandr.h -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -DCHECK_FUNCTION_EXISTS=getusershell -o CMakeFiles/cmTC_bc039.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
Linking C executable cmTC_bc039
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_bc039.dir/link.txt --verbose=1
/usr/lib/ccache/x86_64-linux-gnu-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -DCHECK_FUNCTION_EXISTS=getusershell -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,--as-needed -Wl,--no-undefined CMakeFiles/cmTC_bc039.dir/CheckFunctionExists.c.o -o cmTC_bc039 -rdynamic /usr/lib/x86_64-linux-gnu/libXrandr.so
make[4]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
make[3]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Determining if the function seteuid exists passed with the following output:
Change Dir: /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_c6fab/fast"
make[3]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
/usr/bin/make -f CMakeFiles/cmTC_c6fab.dir/build.make CMakeFiles/cmTC_c6fab.dir/build
make[4]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_c6fab.dir/CheckFunctionExists.c.o
/usr/lib/ccache/x86_64-linux-gnu-gcc -I/usr/include/Xrandr.h -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -DCHECK_FUNCTION_EXISTS=seteuid -o CMakeFiles/cmTC_c6fab.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
Linking C executable cmTC_c6fab
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c6fab.dir/link.txt --verbose=1
/usr/lib/ccache/x86_64-linux-gnu-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -DCHECK_FUNCTION_EXISTS=seteuid -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,--as-needed -Wl,--no-undefined CMakeFiles/cmTC_c6fab.dir/CheckFunctionExists.c.o -o cmTC_c6fab -rdynamic /usr/lib/x86_64-linux-gnu/libXrandr.so
make[4]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
make[3]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Determining if the function pam_getenvlist exists passed with the following output:
Change Dir: /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_1fc23/fast"
make[3]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
/usr/bin/make -f CMakeFiles/cmTC_1fc23.dir/build.make CMakeFiles/cmTC_1fc23.dir/build
make[4]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_1fc23.dir/CheckFunctionExists.c.o
/usr/lib/ccache/x86_64-linux-gnu-gcc -I/usr/include/Xrandr.h -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -DCHECK_FUNCTION_EXISTS=pam_getenvlist -o CMakeFiles/cmTC_1fc23.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
Linking C executable cmTC_1fc23
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_1fc23.dir/link.txt --verbose=1
/usr/lib/ccache/x86_64-linux-gnu-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -DCHECK_FUNCTION_EXISTS=pam_getenvlist -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,--as-needed -Wl,--no-undefined CMakeFiles/cmTC_1fc23.dir/CheckFunctionExists.c.o -o cmTC_1fc23 -rdynamic /usr/lib/x86_64-linux-gnu/libpam.so /usr/lib/x86_64-linux-gnu/libdl.so
make[4]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
make[3]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Determining if the function gethostbyname exists passed with the following output:
Change Dir: /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_4a596/fast"
make[3]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
/usr/bin/make -f CMakeFiles/cmTC_4a596.dir/build.make CMakeFiles/cmTC_4a596.dir/build
make[4]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_4a596.dir/CheckFunctionExists.c.o
/usr/lib/ccache/x86_64-linux-gnu-gcc -I/usr/include/Xrandr.h -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -DCHECK_FUNCTION_EXISTS=gethostbyname -o CMakeFiles/cmTC_4a596.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
Linking C executable cmTC_4a596
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_4a596.dir/link.txt --verbose=1
/usr/lib/ccache/x86_64-linux-gnu-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -DCHECK_FUNCTION_EXISTS=gethostbyname -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,--as-needed -Wl,--no-undefined CMakeFiles/cmTC_4a596.dir/CheckFunctionExists.c.o -o cmTC_4a596 -rdynamic /usr/lib/x86_64-linux-gnu/libXrandr.so
make[4]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
make[3]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Performing C SOURCE FILE Test HONORS_SOCKET_PERMS succeeded with the following output:
Change Dir: /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_ee2cb/fast"
make[3]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
/usr/bin/make -f CMakeFiles/cmTC_ee2cb.dir/build.make CMakeFiles/cmTC_ee2cb.dir/build
make[4]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_ee2cb.dir/src.c.o
/usr/lib/ccache/x86_64-linux-gnu-gcc -I/usr/include/Xrandr.h -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -DHONORS_SOCKET_PERMS -o CMakeFiles/cmTC_ee2cb.dir/src.c.o -c /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/src.c
/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/src.c: In function 'main':
/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/src.c:22:5: warning: ignoring return value of 'setuid', declared with attribute warn_unused_result [-Wunused-result]
setuid(getuid() + 1000);
^
Linking C executable cmTC_ee2cb
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ee2cb.dir/link.txt --verbose=1
/usr/lib/ccache/x86_64-linux-gnu-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -DHONORS_SOCKET_PERMS -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,--as-needed -Wl,--no-undefined CMakeFiles/cmTC_ee2cb.dir/src.c.o -o cmTC_ee2cb -rdynamic
make[4]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
make[3]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Return value: 1
Source file was:
#include <sys/socket.h>
#include <sys/un.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <string.h>
#include <unistd.h>
#include <errno.h>
int main()
{
int fd, fd2;
struct sockaddr_un sa;
if ((fd = socket(PF_UNIX, SOCK_STREAM, 0)) < 0)
return 2;
sa.sun_family = AF_UNIX;
strcpy(sa.sun_path, "testsock");
unlink(sa.sun_path);
if (bind(fd, (struct sockaddr *)&sa, sizeof(sa)))
return 2;
chmod(sa.sun_path, 0);
setuid(getuid() + 1000);
if ((fd2 = socket(PF_UNIX, SOCK_STREAM, 0)) < 0)
return 2;
connect(fd2, (struct sockaddr *)&sa, sizeof(sa));
return errno != EACCES;
}
Determining if the function getutent exists passed with the following output:
Change Dir: /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_59308/fast"
make[3]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
/usr/bin/make -f CMakeFiles/cmTC_59308.dir/build.make CMakeFiles/cmTC_59308.dir/build
make[4]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_59308.dir/CheckFunctionExists.c.o
/usr/lib/ccache/x86_64-linux-gnu-gcc -I/usr/include/Xrandr.h -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -DCHECK_FUNCTION_EXISTS=getutent -o CMakeFiles/cmTC_59308.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
Linking C executable cmTC_59308
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_59308.dir/link.txt --verbose=1
/usr/lib/ccache/x86_64-linux-gnu-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -DCHECK_FUNCTION_EXISTS=getutent -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,--as-needed -Wl,--no-undefined CMakeFiles/cmTC_59308.dir/CheckFunctionExists.c.o -o cmTC_59308 -rdynamic /usr/lib/x86_64-linux-gnu/libXrandr.so
make[4]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
make[3]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Determining if the function updwtmp exists passed with the following output:
Change Dir: /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_87c0f/fast"
make[3]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
/usr/bin/make -f CMakeFiles/cmTC_87c0f.dir/build.make CMakeFiles/cmTC_87c0f.dir/build
make[4]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_87c0f.dir/CheckFunctionExists.c.o
/usr/lib/ccache/x86_64-linux-gnu-gcc -I/usr/include/Xrandr.h -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -DCHECK_FUNCTION_EXISTS=updwtmp -o CMakeFiles/cmTC_87c0f.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
Linking C executable cmTC_87c0f
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_87c0f.dir/link.txt --verbose=1
/usr/lib/ccache/x86_64-linux-gnu-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -DCHECK_FUNCTION_EXISTS=updwtmp -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,--as-needed -Wl,--no-undefined CMakeFiles/cmTC_87c0f.dir/CheckFunctionExists.c.o -o cmTC_87c0f -rdynamic /usr/lib/x86_64-linux-gnu/libXrandr.so
make[4]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
make[3]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Determining if the function XdmcpWrap exists passed with the following output:
Change Dir: /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_31087/fast"
make[3]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
/usr/bin/make -f CMakeFiles/cmTC_31087.dir/build.make CMakeFiles/cmTC_31087.dir/build
make[4]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_31087.dir/CheckFunctionExists.c.o
/usr/lib/ccache/x86_64-linux-gnu-gcc -I/usr/include/Xrandr.h -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -DCHECK_FUNCTION_EXISTS=XdmcpWrap -o CMakeFiles/cmTC_31087.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
Linking C executable cmTC_31087
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_31087.dir/link.txt --verbose=1
/usr/lib/ccache/x86_64-linux-gnu-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -DCHECK_FUNCTION_EXISTS=XdmcpWrap -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,--as-needed -Wl,--no-undefined CMakeFiles/cmTC_31087.dir/CheckFunctionExists.c.o -o cmTC_31087 -rdynamic /usr/lib/x86_64-linux-gnu/libSM.so /usr/lib/x86_64-linux-gnu/libICE.so /usr/lib/x86_64-linux-gnu/libSM.so /usr/lib/x86_64-linux-gnu/libICE.so /usr/lib/x86_64-linux-gnu/libX11.so /usr/lib/x86_64-linux-gnu/libXext.so /usr/lib/x86_64-linux-gnu/libXft.so /usr/lib/x86_64-linux-gnu/libXau.so /usr/lib/x86_64-linux-gnu/libXdmcp.so
make[4]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
make[3]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Determining if the function getloadavg exists passed with the following output:
Change Dir: /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_fa670/fast"
make[3]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
/usr/bin/make -f CMakeFiles/cmTC_fa670.dir/build.make CMakeFiles/cmTC_fa670.dir/build
make[4]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_fa670.dir/CheckFunctionExists.c.o
/usr/lib/ccache/x86_64-linux-gnu-gcc -I/usr/include/Xrandr.h -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -DCHECK_FUNCTION_EXISTS=getloadavg -o CMakeFiles/cmTC_fa670.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
Linking C executable cmTC_fa670
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_fa670.dir/link.txt --verbose=1
/usr/lib/ccache/x86_64-linux-gnu-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -DCHECK_FUNCTION_EXISTS=getloadavg -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,--as-needed -Wl,--no-undefined CMakeFiles/cmTC_fa670.dir/CheckFunctionExists.c.o -o cmTC_fa670 -rdynamic /usr/lib/x86_64-linux-gnu/libXrandr.so
make[4]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
make[3]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Determining if the function strnlen exists passed with the following output:
Change Dir: /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_e168d/fast"
make[3]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
/usr/bin/make -f CMakeFiles/cmTC_e168d.dir/build.make CMakeFiles/cmTC_e168d.dir/build
make[4]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_e168d.dir/CheckFunctionExists.c.o
/usr/lib/ccache/x86_64-linux-gnu-gcc -I/usr/include/Xrandr.h -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -DCHECK_FUNCTION_EXISTS=strnlen -o CMakeFiles/cmTC_e168d.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
Linking C executable cmTC_e168d
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e168d.dir/link.txt --verbose=1
/usr/lib/ccache/x86_64-linux-gnu-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -DCHECK_FUNCTION_EXISTS=strnlen -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,--as-needed -Wl,--no-undefined CMakeFiles/cmTC_e168d.dir/CheckFunctionExists.c.o -o cmTC_e168d -rdynamic /usr/lib/x86_64-linux-gnu/libXrandr.so
make[4]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
make[3]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Determining if the function XScreenSaverQueryInfo exists in the Xss passed with the following output:
Change Dir: /build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_08916/fast"
make[3]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
/usr/bin/make -f CMakeFiles/cmTC_08916.dir/build.make CMakeFiles/cmTC_08916.dir/build
make[4]: Entering directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_08916.dir/CheckFunctionExists.c.o
/usr/lib/ccache/x86_64-linux-gnu-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -DCHECK_FUNCTION_EXISTS=XScreenSaverQueryInfo -o CMakeFiles/cmTC_08916.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
Linking C executable cmTC_08916
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_08916.dir/link.txt --verbose=1
/usr/lib/ccache/x86_64-linux-gnu-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -DCHECK_FUNCTION_EXISTS=XScreenSaverQueryInfo -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,--as-needed -Wl,--no-undefined CMakeFiles/cmTC_08916.dir/CheckFunctionExists.c.o -o cmTC_08916 -rdynamic -lXss /usr/lib/x86_64-linux-gnu/libXrandr.so
make[4]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
make[3]: Leaving directory '/build/kde-workspace-4.11.11/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
___________________________________________________
This message is from the kde mailing list.
Account management: https://mail.kde.org/mailman/listinfo/kde.
Archives: http://lists.kde.org/.
More info: http://www.kde.org/faq.html.