Skip to content

Instantly share code, notes, and snippets.

@rf
Created May 9, 2021 01:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rf/9cb5b704f98dee20003de13bc7705d3c to your computer and use it in GitHub Desktop.
Save rf/9cb5b704f98dee20003de13bc7705d3c to your computer and use it in GitHub Desktop.
Checking whether the ASM compiler is GNU using "--version" did not match "(GNU assembler)|(GCC)|(Free Software Foundation)":
Debian clang version 11.0.1-2~bpo10+1
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
Determining if the pthread_create exist failed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_fdbad"
[1/2] Building C object CMakeFiles/cmTC_fdbad.dir/CheckSymbolExists.c.o
[2/2] Linking C executable cmTC_fdbad
FAILED: cmTC_fdbad
: && /usr/bin/clang-11 -fdiagnostics-color=always -gdwarf-aranges -pipe -msse4.1 -msse4.2 -mpopcnt -fasynchronous-unwind-tables -falign-functions=32 -Wall -Wno-unused-command-line-argument -fdiagnostics-absolute-paths -fexperimental-new-pass-manager -Werror -fuse-ld=/usr/bin/ld.gold -rdynamic -Wl,--no-undefined -rdynamic CMakeFiles/cmTC_fdbad.dir/CheckSymbolExists.c.o -o cmTC_fdbad && :
CMakeFiles/cmTC_fdbad.dir/CheckSymbolExists.c.o:CheckSymbolExists.c:function main: error: undefined reference to 'pthread_create'
clang: error: linker command failed with exit code 1 (use -v to see invocation)
ninja: build stopped: subcommand failed.
File /home/rf/oden/ClickHouse/build/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
}
Performing C SOURCE FILE Test HAVE_WARNING_UNUSED_BUT_SET_VARIABLE failed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_4c65a"
[1/2] Building C object CMakeFiles/cmTC_4c65a.dir/src.c.o
FAILED: CMakeFiles/cmTC_4c65a.dir/src.c.o
/usr/bin/clang-11 -fdiagnostics-color=always -gdwarf-aranges -pipe -msse4.1 -msse4.2 -mpopcnt -fasynchronous-unwind-tables -falign-functions=32 -Wall -Wno-unused-command-line-argument -fdiagnostics-absolute-paths -fexperimental-new-pass-manager -Werror -DHAVE_WARNING_UNUSED_BUT_SET_VARIABLE -Wunused-but-set-variable -o CMakeFiles/cmTC_4c65a.dir/src.c.o -c src.c
error: unknown warning option '-Wunused-but-set-variable'; did you mean '-Wunused-const-variable'? [-Werror,-Wunknown-warning-option]
ninja: build stopped: subcommand failed.
Source file was:
int main(void) { return 0; }
Performing C++ SOURCE FILE Test HAVE_WARNING_MISSING_ATTRIBUTES failed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_60935"
[1/2] Building CXX object CMakeFiles/cmTC_60935.dir/src.cxx.o
FAILED: CMakeFiles/cmTC_60935.dir/src.cxx.o
/usr/bin/clang++-11 -fdiagnostics-color=always -fsized-deallocation -gdwarf-aranges -pipe -msse4.1 -msse4.2 -mpopcnt -fasynchronous-unwind-tables -falign-functions=32 -Wall -Wno-unused-command-line-argument -fdiagnostics-absolute-paths -fexperimental-new-pass-manager -Werror -DHAVE_WARNING_MISSING_ATTRIBUTES -Wmissing-attributes -o CMakeFiles/cmTC_60935.dir/src.cxx.o -c src.cxx
error: unknown warning option '-Wmissing-attributes' [-Werror,-Wunknown-warning-option]
ninja: build stopped: subcommand failed.
Source file was:
int main() { return 0; }
Performing C++ SOURCE FILE Test HAVE_WARNING_MAYBE_UNINITIALIZED failed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_442b0"
[1/2] Building CXX object CMakeFiles/cmTC_442b0.dir/src.cxx.o
FAILED: CMakeFiles/cmTC_442b0.dir/src.cxx.o
/usr/bin/clang++-11 -fdiagnostics-color=always -fsized-deallocation -gdwarf-aranges -pipe -msse4.1 -msse4.2 -mpopcnt -fasynchronous-unwind-tables -falign-functions=32 -Wall -Wno-unused-command-line-argument -fdiagnostics-absolute-paths -fexperimental-new-pass-manager -Werror -DHAVE_WARNING_MAYBE_UNINITIALIZED -Wmaybe-uninitialized -o CMakeFiles/cmTC_442b0.dir/src.cxx.o -c src.cxx
error: unknown warning option '-Wmaybe-uninitialized'; did you mean '-Wuninitialized'? [-Werror,-Wunknown-warning-option]
ninja: build stopped: subcommand failed.
Source file was:
int main() { return 0; }
Performing C SOURCE FILE Test TUKLIB_PHYSMEM_SPECIAL failed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_b8e73"
[1/2] Building C object CMakeFiles/cmTC_b8e73.dir/src.c.o
FAILED: CMakeFiles/cmTC_b8e73.dir/src.c.o
/usr/bin/clang-11 -D_ALL_SOURCE -D_GNU_SOURCE -D_POSIX_PTHREAD_SEMANTICS -D_TANDEM_SOURCE -D__EXTENSIONS__ -fdiagnostics-color=always -gdwarf-aranges -pipe -msse4.1 -msse4.2 -mpopcnt -fasynchronous-unwind-tables -falign-functions=32 -Wall -Wno-unused-command-line-argument -fdiagnostics-absolute-paths -fexperimental-new-pass-manager -Werror -w -D__DATE__= -D__TIME__= -D__TIMESTAMP__= -DTUKLIB_PHYSMEM_SPECIAL -o CMakeFiles/cmTC_b8e73.dir/src.c.o -c src.c
/home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/src.c:5:13: error: unknown type name 'compile'
compile error
^
/home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/src.c:5:26: error: expected ';' after top level declarator
compile error
^
;
2 errors generated.
ninja: build stopped: subcommand failed.
Source file was:
#if defined(_WIN32) || defined(__CYGWIN__) || defined(__OS2__) || defined(__DJGPP__) || defined(__VMS) || defined(AMIGA) || defined(__AROS__) || defined(__QNX__)
int main(void) { return 0; }
#else
compile error
#endif
Performing C SOURCE FILE Test TUKLIB_PHYSMEM_AIX failed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_3bb9e"
[1/2] Building C object CMakeFiles/cmTC_3bb9e.dir/src.c.o
FAILED: CMakeFiles/cmTC_3bb9e.dir/src.c.o
/usr/bin/clang-11 -D_ALL_SOURCE -D_GNU_SOURCE -D_POSIX_PTHREAD_SEMANTICS -D_TANDEM_SOURCE -D__EXTENSIONS__ -fdiagnostics-color=always -gdwarf-aranges -pipe -msse4.1 -msse4.2 -mpopcnt -fasynchronous-unwind-tables -falign-functions=32 -Wall -Wno-unused-command-line-argument -fdiagnostics-absolute-paths -fexperimental-new-pass-manager -Werror -w -D__DATE__= -D__TIME__= -D__TIMESTAMP__= -DTUKLIB_PHYSMEM_AIX -o CMakeFiles/cmTC_3bb9e.dir/src.c.o -c src.c
/home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/src.c:2:22: fatal error: 'sys/systemcfg.h' file not found
#include <sys/systemcfg.h>
^~~~~~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source file was:
#include <sys/systemcfg.h>
int main(void)
{
(void)_system_configuration.physmem;
return 0;
}
Determining if the optreset exist failed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_0e02f"
[1/2] Building C object CMakeFiles/cmTC_0e02f.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_0e02f.dir/CheckSymbolExists.c.o
/usr/bin/clang-11 -D_ALL_SOURCE -D_GNU_SOURCE -D_POSIX_PTHREAD_SEMANTICS -D_TANDEM_SOURCE -D__EXTENSIONS__ -fdiagnostics-color=always -gdwarf-aranges -pipe -msse4.1 -msse4.2 -mpopcnt -fasynchronous-unwind-tables -falign-functions=32 -Wall -Wno-unused-command-line-argument -fdiagnostics-absolute-paths -fexperimental-new-pass-manager -Werror -w -D__DATE__= -D__TIME__= -D__TIMESTAMP__= -o CMakeFiles/cmTC_0e02f.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
/home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: use of undeclared identifier 'optreset'
return ((int*)(&optreset))[argc];
^
1 error generated.
ninja: build stopped: subcommand failed.
File /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <getopt.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef optreset
return ((int*)(&optreset))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the include file sys/sdt.h exists failed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_0ea56"
[1/2] Building C object CMakeFiles/cmTC_0ea56.dir/CheckIncludeFile.c.o
FAILED: CMakeFiles/cmTC_0ea56.dir/CheckIncludeFile.c.o
/usr/bin/clang-11 -fdiagnostics-color=always -gdwarf-aranges -pipe -msse4.1 -msse4.2 -mpopcnt -fasynchronous-unwind-tables -falign-functions=32 -Wall -Wno-unused-command-line-argument -fdiagnostics-absolute-paths -fexperimental-new-pass-manager -Werror -w -D__DATE__= -D__TIME__= -D__TIMESTAMP__= -Wall -Wno-implicit-fallthrough -o CMakeFiles/cmTC_0ea56.dir/CheckIncludeFile.c.o -c CheckIncludeFile.c
/home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:10: fatal error: 'sys/sdt.h' file not found
#include <sys/sdt.h>
^~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Determining if files select.h exist failed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_e789f"
[1/2] Building C object CMakeFiles/cmTC_e789f.dir/HAVE_SELECT_H.c.o
FAILED: CMakeFiles/cmTC_e789f.dir/HAVE_SELECT_H.c.o
/usr/bin/clang-11 -fdiagnostics-color=always -gdwarf-aranges -pipe -msse4.1 -msse4.2 -mpopcnt -fasynchronous-unwind-tables -falign-functions=32 -Wall -Wno-unused-command-line-argument -fdiagnostics-absolute-paths -fexperimental-new-pass-manager -Werror -w -D__DATE__= -D__TIME__= -D__TIMESTAMP__= -o CMakeFiles/cmTC_e789f.dir/HAVE_SELECT_H.c.o -c /home/rf/oden/ClickHouse/build/CMakeFiles/CheckIncludeFiles/HAVE_SELECT_H.c
/home/rf/oden/ClickHouse/build/CMakeFiles/CheckIncludeFiles/HAVE_SELECT_H.c:2:10: fatal error: 'select.h' file not found
#include <select.h>
^~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <select.h>
int main(void){return 0;}
Determining if the function alloca exists failed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_ad347"
[1/2] Building C object CMakeFiles/cmTC_ad347.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_ad347
FAILED: cmTC_ad347
: && /usr/bin/clang-11 -fdiagnostics-color=always -gdwarf-aranges -pipe -msse4.1 -msse4.2 -mpopcnt -fasynchronous-unwind-tables -falign-functions=32 -Wall -Wno-unused-command-line-argument -fdiagnostics-absolute-paths -fexperimental-new-pass-manager -Werror -w -D__DATE__= -D__TIME__= -D__TIMESTAMP__= -DCHECK_FUNCTION_EXISTS=alloca -fuse-ld=/usr/bin/ld.gold -rdynamic -Wl,--no-undefined -Wl,-no-pie CMakeFiles/cmTC_ad347.dir/CheckFunctionExists.c.o -o cmTC_ad347 && :
CMakeFiles/cmTC_ad347.dir/CheckFunctionExists.c.o:CheckFunctionExists.c:function main: error: undefined reference to 'alloca'
clang: error: linker command failed with exit code 1 (use -v to see invocation)
ninja: build stopped: subcommand failed.
Determining if the function dlerror exists failed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_66990"
[1/2] Building C object CMakeFiles/cmTC_66990.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_66990
FAILED: cmTC_66990
: && /usr/bin/clang-11 -fdiagnostics-color=always -gdwarf-aranges -pipe -msse4.1 -msse4.2 -mpopcnt -fasynchronous-unwind-tables -falign-functions=32 -Wall -Wno-unused-command-line-argument -fdiagnostics-absolute-paths -fexperimental-new-pass-manager -Werror -w -D__DATE__= -D__TIME__= -D__TIMESTAMP__= -DCHECK_FUNCTION_EXISTS=dlerror -fuse-ld=/usr/bin/ld.gold -rdynamic -Wl,--no-undefined -Wl,-no-pie CMakeFiles/cmTC_66990.dir/CheckFunctionExists.c.o -o cmTC_66990 && :
CMakeFiles/cmTC_66990.dir/CheckFunctionExists.c.o:CheckFunctionExists.c:function main: error: undefined reference to 'dlerror'
clang: error: linker command failed with exit code 1 (use -v to see invocation)
ninja: build stopped: subcommand failed.
Determining if the function dlopen exists failed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_7190d"
[1/2] Building C object CMakeFiles/cmTC_7190d.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_7190d
FAILED: cmTC_7190d
: && /usr/bin/clang-11 -fdiagnostics-color=always -gdwarf-aranges -pipe -msse4.1 -msse4.2 -mpopcnt -fasynchronous-unwind-tables -falign-functions=32 -Wall -Wno-unused-command-line-argument -fdiagnostics-absolute-paths -fexperimental-new-pass-manager -Werror -w -D__DATE__= -D__TIME__= -D__TIMESTAMP__= -DCHECK_FUNCTION_EXISTS=dlopen -fuse-ld=/usr/bin/ld.gold -rdynamic -Wl,--no-undefined -Wl,-no-pie CMakeFiles/cmTC_7190d.dir/CheckFunctionExists.c.o -o cmTC_7190d && :
CMakeFiles/cmTC_7190d.dir/CheckFunctionExists.c.o:CheckFunctionExists.c:function main: error: undefined reference to 'dlopen'
clang: error: linker command failed with exit code 1 (use -v to see invocation)
ninja: build stopped: subcommand failed.
Determining size of uchar failed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_762b0"
[1/2] Building C object CMakeFiles/cmTC_762b0.dir/SIZEOF_UCHAR.c.o
FAILED: CMakeFiles/cmTC_762b0.dir/SIZEOF_UCHAR.c.o
/usr/bin/clang-11 -fdiagnostics-color=always -gdwarf-aranges -pipe -msse4.1 -msse4.2 -mpopcnt -fasynchronous-unwind-tables -falign-functions=32 -Wall -Wno-unused-command-line-argument -fdiagnostics-absolute-paths -fexperimental-new-pass-manager -Werror -w -D__DATE__= -D__TIME__= -D__TIMESTAMP__= -std=gnu11 -o CMakeFiles/cmTC_762b0.dir/SIZEOF_UCHAR.c.o -c /home/rf/oden/ClickHouse/build/CMakeFiles/CheckTypeSize/SIZEOF_UCHAR.c
/home/rf/oden/ClickHouse/build/CMakeFiles/CheckTypeSize/SIZEOF_UCHAR.c:26:12: error: use of undeclared identifier 'uchar'
('0' + ((SIZE / 10000)%10)),
^
/home/rf/oden/ClickHouse/build/CMakeFiles/CheckTypeSize/SIZEOF_UCHAR.c:24:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(uchar))
^
/home/rf/oden/ClickHouse/build/CMakeFiles/CheckTypeSize/SIZEOF_UCHAR.c:27:12: error: use of undeclared identifier 'uchar'
('0' + ((SIZE / 1000)%10)),
^
/home/rf/oden/ClickHouse/build/CMakeFiles/CheckTypeSize/SIZEOF_UCHAR.c:24:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(uchar))
^
/home/rf/oden/ClickHouse/build/CMakeFiles/CheckTypeSize/SIZEOF_UCHAR.c:28:12: error: use of undeclared identifier 'uchar'
('0' + ((SIZE / 100)%10)),
^
/home/rf/oden/ClickHouse/build/CMakeFiles/CheckTypeSize/SIZEOF_UCHAR.c:24:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(uchar))
^
/home/rf/oden/ClickHouse/build/CMakeFiles/CheckTypeSize/SIZEOF_UCHAR.c:29:12: error: use of undeclared identifier 'uchar'
('0' + ((SIZE / 10)%10)),
^
/home/rf/oden/ClickHouse/build/CMakeFiles/CheckTypeSize/SIZEOF_UCHAR.c:24:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(uchar))
^
/home/rf/oden/ClickHouse/build/CMakeFiles/CheckTypeSize/SIZEOF_UCHAR.c:30:12: error: use of undeclared identifier 'uchar'
('0' + (SIZE % 10)),
^
/home/rf/oden/ClickHouse/build/CMakeFiles/CheckTypeSize/SIZEOF_UCHAR.c:24:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(uchar))
^
5 errors generated.
ninja: build stopped: subcommand failed.
/home/rf/oden/ClickHouse/build/CMakeFiles/CheckTypeSize/SIZEOF_UCHAR.c:
#include <sys/types.h>
#include <stdint.h>
#include <stddef.h>
#include "sys/types.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','_','_'
#elif defined(__aarch64__)
# define KEY '_','_','a','a','r','c','h','6','4','_','_'
#elif defined(__ARM_ARCH_7A__)
# define KEY '_','_','A','R','M','_','A','R','C','H','_','7','A','_','_'
#elif defined(__ARM_ARCH_7S__)
# define KEY '_','_','A','R','M','_','A','R','C','H','_','7','S','_','_'
#endif
#define SIZE (sizeof(uchar))
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 size of int8 failed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_d334d"
[1/2] Building C object CMakeFiles/cmTC_d334d.dir/SIZEOF_INT8.c.o
FAILED: CMakeFiles/cmTC_d334d.dir/SIZEOF_INT8.c.o
/usr/bin/clang-11 -fdiagnostics-color=always -gdwarf-aranges -pipe -msse4.1 -msse4.2 -mpopcnt -fasynchronous-unwind-tables -falign-functions=32 -Wall -Wno-unused-command-line-argument -fdiagnostics-absolute-paths -fexperimental-new-pass-manager -Werror -w -D__DATE__= -D__TIME__= -D__TIMESTAMP__= -std=gnu11 -o CMakeFiles/cmTC_d334d.dir/SIZEOF_INT8.c.o -c /home/rf/oden/ClickHouse/build/CMakeFiles/CheckTypeSize/SIZEOF_INT8.c
/home/rf/oden/ClickHouse/build/CMakeFiles/CheckTypeSize/SIZEOF_INT8.c:26:12: error: use of undeclared identifier 'int8'; did you mean 'int'?
('0' + ((SIZE / 10000)%10)),
^
/home/rf/oden/ClickHouse/build/CMakeFiles/CheckTypeSize/SIZEOF_INT8.c:24:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(int8))
^
/home/rf/oden/ClickHouse/build/CMakeFiles/CheckTypeSize/SIZEOF_INT8.c:26:12: error: reference to overloaded function could not be resolved; did you mean to call it?
('0' + ((SIZE / 10000)%10)),
^~~~
/home/rf/oden/ClickHouse/build/CMakeFiles/CheckTypeSize/SIZEOF_INT8.c:24:21: note: expanded from macro 'SIZE'
#define SIZE (sizeof(int8))
^~~~~~
/home/rf/oden/ClickHouse/build/CMakeFiles/CheckTypeSize/SIZEOF_INT8.c:27:12: error: use of undeclared identifier 'int8'; did you mean 'int'?
('0' + ((SIZE / 1000)%10)),
^
/home/rf/oden/ClickHouse/build/CMakeFiles/CheckTypeSize/SIZEOF_INT8.c:24:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(int8))
^
/home/rf/oden/ClickHouse/build/CMakeFiles/CheckTypeSize/SIZEOF_INT8.c:27:12: error: reference to overloaded function could not be resolved; did you mean to call it?
('0' + ((SIZE / 1000)%10)),
^~~~
/home/rf/oden/ClickHouse/build/CMakeFiles/CheckTypeSize/SIZEOF_INT8.c:24:21: note: expanded from macro 'SIZE'
#define SIZE (sizeof(int8))
^~~~~~
/home/rf/oden/ClickHouse/build/CMakeFiles/CheckTypeSize/SIZEOF_INT8.c:28:12: error: use of undeclared identifier 'int8'; did you mean 'int'?
('0' + ((SIZE / 100)%10)),
^
/home/rf/oden/ClickHouse/build/CMakeFiles/CheckTypeSize/SIZEOF_INT8.c:24:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(int8))
^
/home/rf/oden/ClickHouse/build/CMakeFiles/CheckTypeSize/SIZEOF_INT8.c:28:12: error: reference to overloaded function could not be resolved; did you mean to call it?
('0' + ((SIZE / 100)%10)),
^~~~
/home/rf/oden/ClickHouse/build/CMakeFiles/CheckTypeSize/SIZEOF_INT8.c:24:21: note: expanded from macro 'SIZE'
#define SIZE (sizeof(int8))
^~~~~~
/home/rf/oden/ClickHouse/build/CMakeFiles/CheckTypeSize/SIZEOF_INT8.c:29:12: error: use of undeclared identifier 'int8'; did you mean 'int'?
('0' + ((SIZE / 10)%10)),
^
/home/rf/oden/ClickHouse/build/CMakeFiles/CheckTypeSize/SIZEOF_INT8.c:24:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(int8))
^
/home/rf/oden/ClickHouse/build/CMakeFiles/CheckTypeSize/SIZEOF_INT8.c:29:12: error: reference to overloaded function could not be resolved; did you mean to call it?
('0' + ((SIZE / 10)%10)),
^~~~
/home/rf/oden/ClickHouse/build/CMakeFiles/CheckTypeSize/SIZEOF_INT8.c:24:21: note: expanded from macro 'SIZE'
#define SIZE (sizeof(int8))
^~~~~~
/home/rf/oden/ClickHouse/build/CMakeFiles/CheckTypeSize/SIZEOF_INT8.c:30:12: error: use of undeclared identifier 'int8'; did you mean 'int'?
('0' + (SIZE % 10)),
^
/home/rf/oden/ClickHouse/build/CMakeFiles/CheckTypeSize/SIZEOF_INT8.c:24:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(int8))
^
/home/rf/oden/ClickHouse/build/CMakeFiles/CheckTypeSize/SIZEOF_INT8.c:30:12: error: reference to overloaded function could not be resolved; did you mean to call it?
('0' + (SIZE % 10)),
^~~~
/home/rf/oden/ClickHouse/build/CMakeFiles/CheckTypeSize/SIZEOF_INT8.c:24:21: note: expanded from macro 'SIZE'
#define SIZE (sizeof(int8))
^~~~~~
10 errors generated.
ninja: build stopped: subcommand failed.
/home/rf/oden/ClickHouse/build/CMakeFiles/CheckTypeSize/SIZEOF_INT8.c:
#include <sys/types.h>
#include <stdint.h>
#include <stddef.h>
#include "sys/types.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','_','_'
#elif defined(__aarch64__)
# define KEY '_','_','a','a','r','c','h','6','4','_','_'
#elif defined(__ARM_ARCH_7A__)
# define KEY '_','_','A','R','M','_','A','R','C','H','_','7','A','_','_'
#elif defined(__ARM_ARCH_7S__)
# define KEY '_','_','A','R','M','_','A','R','C','H','_','7','S','_','_'
#endif
#define SIZE (sizeof(int8))
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 size of uint8 failed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_237d9"
[1/2] Building C object CMakeFiles/cmTC_237d9.dir/SIZEOF_UINT8.c.o
FAILED: CMakeFiles/cmTC_237d9.dir/SIZEOF_UINT8.c.o
/usr/bin/clang-11 -fdiagnostics-color=always -gdwarf-aranges -pipe -msse4.1 -msse4.2 -mpopcnt -fasynchronous-unwind-tables -falign-functions=32 -Wall -Wno-unused-command-line-argument -fdiagnostics-absolute-paths -fexperimental-new-pass-manager -Werror -w -D__DATE__= -D__TIME__= -D__TIMESTAMP__= -std=gnu11 -o CMakeFiles/cmTC_237d9.dir/SIZEOF_UINT8.c.o -c /home/rf/oden/ClickHouse/build/CMakeFiles/CheckTypeSize/SIZEOF_UINT8.c
/home/rf/oden/ClickHouse/build/CMakeFiles/CheckTypeSize/SIZEOF_UINT8.c:26:12: error: use of undeclared identifier 'uint8'
('0' + ((SIZE / 10000)%10)),
^
/home/rf/oden/ClickHouse/build/CMakeFiles/CheckTypeSize/SIZEOF_UINT8.c:24:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(uint8))
^
/home/rf/oden/ClickHouse/build/CMakeFiles/CheckTypeSize/SIZEOF_UINT8.c:27:12: error: use of undeclared identifier 'uint8'
('0' + ((SIZE / 1000)%10)),
^
/home/rf/oden/ClickHouse/build/CMakeFiles/CheckTypeSize/SIZEOF_UINT8.c:24:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(uint8))
^
/home/rf/oden/ClickHouse/build/CMakeFiles/CheckTypeSize/SIZEOF_UINT8.c:28:12: error: use of undeclared identifier 'uint8'
('0' + ((SIZE / 100)%10)),
^
/home/rf/oden/ClickHouse/build/CMakeFiles/CheckTypeSize/SIZEOF_UINT8.c:24:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(uint8))
^
/home/rf/oden/ClickHouse/build/CMakeFiles/CheckTypeSize/SIZEOF_UINT8.c:29:12: error: use of undeclared identifier 'uint8'
('0' + ((SIZE / 10)%10)),
^
/home/rf/oden/ClickHouse/build/CMakeFiles/CheckTypeSize/SIZEOF_UINT8.c:24:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(uint8))
^
/home/rf/oden/ClickHouse/build/CMakeFiles/CheckTypeSize/SIZEOF_UINT8.c:30:12: error: use of undeclared identifier 'uint8'
('0' + (SIZE % 10)),
^
/home/rf/oden/ClickHouse/build/CMakeFiles/CheckTypeSize/SIZEOF_UINT8.c:24:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(uint8))
^
5 errors generated.
ninja: build stopped: subcommand failed.
/home/rf/oden/ClickHouse/build/CMakeFiles/CheckTypeSize/SIZEOF_UINT8.c:
#include <sys/types.h>
#include <stdint.h>
#include <stddef.h>
#include "sys/types.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','_','_'
#elif defined(__aarch64__)
# define KEY '_','_','a','a','r','c','h','6','4','_','_'
#elif defined(__ARM_ARCH_7A__)
# define KEY '_','_','A','R','M','_','A','R','C','H','_','7','A','_','_'
#elif defined(__ARM_ARCH_7S__)
# define KEY '_','_','A','R','M','_','A','R','C','H','_','7','S','_','_'
#endif
#define SIZE (sizeof(uint8))
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 size of int16 failed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_73f51"
[1/2] Building C object CMakeFiles/cmTC_73f51.dir/SIZEOF_INT16.c.o
FAILED: CMakeFiles/cmTC_73f51.dir/SIZEOF_INT16.c.o
/usr/bin/clang-11 -fdiagnostics-color=always -gdwarf-aranges -pipe -msse4.1 -msse4.2 -mpopcnt -fasynchronous-unwind-tables -falign-functions=32 -Wall -Wno-unused-command-line-argument -fdiagnostics-absolute-paths -fexperimental-new-pass-manager -Werror -w -D__DATE__= -D__TIME__= -D__TIMESTAMP__= -std=gnu11 -o CMakeFiles/cmTC_73f51.dir/SIZEOF_INT16.c.o -c /home/rf/oden/ClickHouse/build/CMakeFiles/CheckTypeSize/SIZEOF_INT16.c
/home/rf/oden/ClickHouse/build/CMakeFiles/CheckTypeSize/SIZEOF_INT16.c:26:12: error: use of undeclared identifier 'int16'
('0' + ((SIZE / 10000)%10)),
^
/home/rf/oden/ClickHouse/build/CMakeFiles/CheckTypeSize/SIZEOF_INT16.c:24:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(int16))
^
/home/rf/oden/ClickHouse/build/CMakeFiles/CheckTypeSize/SIZEOF_INT16.c:27:12: error: use of undeclared identifier 'int16'
('0' + ((SIZE / 1000)%10)),
^
/home/rf/oden/ClickHouse/build/CMakeFiles/CheckTypeSize/SIZEOF_INT16.c:24:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(int16))
^
/home/rf/oden/ClickHouse/build/CMakeFiles/CheckTypeSize/SIZEOF_INT16.c:28:12: error: use of undeclared identifier 'int16'
('0' + ((SIZE / 100)%10)),
^
/home/rf/oden/ClickHouse/build/CMakeFiles/CheckTypeSize/SIZEOF_INT16.c:24:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(int16))
^
/home/rf/oden/ClickHouse/build/CMakeFiles/CheckTypeSize/SIZEOF_INT16.c:29:12: error: use of undeclared identifier 'int16'
('0' + ((SIZE / 10)%10)),
^
/home/rf/oden/ClickHouse/build/CMakeFiles/CheckTypeSize/SIZEOF_INT16.c:24:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(int16))
^
/home/rf/oden/ClickHouse/build/CMakeFiles/CheckTypeSize/SIZEOF_INT16.c:30:12: error: use of undeclared identifier 'int16'
('0' + (SIZE % 10)),
^
/home/rf/oden/ClickHouse/build/CMakeFiles/CheckTypeSize/SIZEOF_INT16.c:24:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(int16))
^
5 errors generated.
ninja: build stopped: subcommand failed.
/home/rf/oden/ClickHouse/build/CMakeFiles/CheckTypeSize/SIZEOF_INT16.c:
#include <sys/types.h>
#include <stdint.h>
#include <stddef.h>
#include "sys/types.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','_','_'
#elif defined(__aarch64__)
# define KEY '_','_','a','a','r','c','h','6','4','_','_'
#elif defined(__ARM_ARCH_7A__)
# define KEY '_','_','A','R','M','_','A','R','C','H','_','7','A','_','_'
#elif defined(__ARM_ARCH_7S__)
# define KEY '_','_','A','R','M','_','A','R','C','H','_','7','S','_','_'
#endif
#define SIZE (sizeof(int16))
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 size of uint16 failed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_ac1b7"
[1/2] Building C object CMakeFiles/cmTC_ac1b7.dir/SIZEOF_UINT16.c.o
FAILED: CMakeFiles/cmTC_ac1b7.dir/SIZEOF_UINT16.c.o
/usr/bin/clang-11 -fdiagnostics-color=always -gdwarf-aranges -pipe -msse4.1 -msse4.2 -mpopcnt -fasynchronous-unwind-tables -falign-functions=32 -Wall -Wno-unused-command-line-argument -fdiagnostics-absolute-paths -fexperimental-new-pass-manager -Werror -w -D__DATE__= -D__TIME__= -D__TIMESTAMP__= -std=gnu11 -o CMakeFiles/cmTC_ac1b7.dir/SIZEOF_UINT16.c.o -c /home/rf/oden/ClickHouse/build/CMakeFiles/CheckTypeSize/SIZEOF_UINT16.c
/home/rf/oden/ClickHouse/build/CMakeFiles/CheckTypeSize/SIZEOF_UINT16.c:26:12: error: use of undeclared identifier 'uint16'
('0' + ((SIZE / 10000)%10)),
^
/home/rf/oden/ClickHouse/build/CMakeFiles/CheckTypeSize/SIZEOF_UINT16.c:24:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(uint16))
^
/home/rf/oden/ClickHouse/build/CMakeFiles/CheckTypeSize/SIZEOF_UINT16.c:27:12: error: use of undeclared identifier 'uint16'
('0' + ((SIZE / 1000)%10)),
^
/home/rf/oden/ClickHouse/build/CMakeFiles/CheckTypeSize/SIZEOF_UINT16.c:24:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(uint16))
^
/home/rf/oden/ClickHouse/build/CMakeFiles/CheckTypeSize/SIZEOF_UINT16.c:28:12: error: use of undeclared identifier 'uint16'
('0' + ((SIZE / 100)%10)),
^
/home/rf/oden/ClickHouse/build/CMakeFiles/CheckTypeSize/SIZEOF_UINT16.c:24:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(uint16))
^
/home/rf/oden/ClickHouse/build/CMakeFiles/CheckTypeSize/SIZEOF_UINT16.c:29:12: error: use of undeclared identifier 'uint16'
('0' + ((SIZE / 10)%10)),
^
/home/rf/oden/ClickHouse/build/CMakeFiles/CheckTypeSize/SIZEOF_UINT16.c:24:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(uint16))
^
/home/rf/oden/ClickHouse/build/CMakeFiles/CheckTypeSize/SIZEOF_UINT16.c:30:12: error: use of undeclared identifier 'uint16'
('0' + (SIZE % 10)),
^
/home/rf/oden/ClickHouse/build/CMakeFiles/CheckTypeSize/SIZEOF_UINT16.c:24:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(uint16))
^
5 errors generated.
ninja: build stopped: subcommand failed.
/home/rf/oden/ClickHouse/build/CMakeFiles/CheckTypeSize/SIZEOF_UINT16.c:
#include <sys/types.h>
#include <stdint.h>
#include <stddef.h>
#include "sys/types.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','_','_'
#elif defined(__aarch64__)
# define KEY '_','_','a','a','r','c','h','6','4','_','_'
#elif defined(__ARM_ARCH_7A__)
# define KEY '_','_','A','R','M','_','A','R','C','H','_','7','A','_','_'
#elif defined(__ARM_ARCH_7S__)
# define KEY '_','_','A','R','M','_','A','R','C','H','_','7','S','_','_'
#endif
#define SIZE (sizeof(uint16))
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 size of int32 failed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_629fc"
[1/2] Building C object CMakeFiles/cmTC_629fc.dir/SIZEOF_INT32.c.o
FAILED: CMakeFiles/cmTC_629fc.dir/SIZEOF_INT32.c.o
/usr/bin/clang-11 -fdiagnostics-color=always -gdwarf-aranges -pipe -msse4.1 -msse4.2 -mpopcnt -fasynchronous-unwind-tables -falign-functions=32 -Wall -Wno-unused-command-line-argument -fdiagnostics-absolute-paths -fexperimental-new-pass-manager -Werror -w -D__DATE__= -D__TIME__= -D__TIMESTAMP__= -std=gnu11 -o CMakeFiles/cmTC_629fc.dir/SIZEOF_INT32.c.o -c /home/rf/oden/ClickHouse/build/CMakeFiles/CheckTypeSize/SIZEOF_INT32.c
/home/rf/oden/ClickHouse/build/CMakeFiles/CheckTypeSize/SIZEOF_INT32.c:26:12: error: use of undeclared identifier 'int32'
('0' + ((SIZE / 10000)%10)),
^
/home/rf/oden/ClickHouse/build/CMakeFiles/CheckTypeSize/SIZEOF_INT32.c:24:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(int32))
^
/home/rf/oden/ClickHouse/build/CMakeFiles/CheckTypeSize/SIZEOF_INT32.c:27:12: error: use of undeclared identifier 'int32'
('0' + ((SIZE / 1000)%10)),
^
/home/rf/oden/ClickHouse/build/CMakeFiles/CheckTypeSize/SIZEOF_INT32.c:24:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(int32))
^
/home/rf/oden/ClickHouse/build/CMakeFiles/CheckTypeSize/SIZEOF_INT32.c:28:12: error: use of undeclared identifier 'int32'
('0' + ((SIZE / 100)%10)),
^
/home/rf/oden/ClickHouse/build/CMakeFiles/CheckTypeSize/SIZEOF_INT32.c:24:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(int32))
^
/home/rf/oden/ClickHouse/build/CMakeFiles/CheckTypeSize/SIZEOF_INT32.c:29:12: error: use of undeclared identifier 'int32'
('0' + ((SIZE / 10)%10)),
^
/home/rf/oden/ClickHouse/build/CMakeFiles/CheckTypeSize/SIZEOF_INT32.c:24:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(int32))
^
/home/rf/oden/ClickHouse/build/CMakeFiles/CheckTypeSize/SIZEOF_INT32.c:30:12: error: use of undeclared identifier 'int32'
('0' + (SIZE % 10)),
^
/home/rf/oden/ClickHouse/build/CMakeFiles/CheckTypeSize/SIZEOF_INT32.c:24:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(int32))
^
5 errors generated.
ninja: build stopped: subcommand failed.
/home/rf/oden/ClickHouse/build/CMakeFiles/CheckTypeSize/SIZEOF_INT32.c:
#include <sys/types.h>
#include <stdint.h>
#include <stddef.h>
#include "sys/types.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','_','_'
#elif defined(__aarch64__)
# define KEY '_','_','a','a','r','c','h','6','4','_','_'
#elif defined(__ARM_ARCH_7A__)
# define KEY '_','_','A','R','M','_','A','R','C','H','_','7','A','_','_'
#elif defined(__ARM_ARCH_7S__)
# define KEY '_','_','A','R','M','_','A','R','C','H','_','7','S','_','_'
#endif
#define SIZE (sizeof(int32))
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 size of uint32 failed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_023f4"
[1/2] Building C object CMakeFiles/cmTC_023f4.dir/SIZEOF_UINT32.c.o
FAILED: CMakeFiles/cmTC_023f4.dir/SIZEOF_UINT32.c.o
/usr/bin/clang-11 -fdiagnostics-color=always -gdwarf-aranges -pipe -msse4.1 -msse4.2 -mpopcnt -fasynchronous-unwind-tables -falign-functions=32 -Wall -Wno-unused-command-line-argument -fdiagnostics-absolute-paths -fexperimental-new-pass-manager -Werror -w -D__DATE__= -D__TIME__= -D__TIMESTAMP__= -std=gnu11 -o CMakeFiles/cmTC_023f4.dir/SIZEOF_UINT32.c.o -c /home/rf/oden/ClickHouse/build/CMakeFiles/CheckTypeSize/SIZEOF_UINT32.c
/home/rf/oden/ClickHouse/build/CMakeFiles/CheckTypeSize/SIZEOF_UINT32.c:26:12: error: use of undeclared identifier 'uint32'
('0' + ((SIZE / 10000)%10)),
^
/home/rf/oden/ClickHouse/build/CMakeFiles/CheckTypeSize/SIZEOF_UINT32.c:24:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(uint32))
^
/home/rf/oden/ClickHouse/build/CMakeFiles/CheckTypeSize/SIZEOF_UINT32.c:27:12: error: use of undeclared identifier 'uint32'
('0' + ((SIZE / 1000)%10)),
^
/home/rf/oden/ClickHouse/build/CMakeFiles/CheckTypeSize/SIZEOF_UINT32.c:24:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(uint32))
^
/home/rf/oden/ClickHouse/build/CMakeFiles/CheckTypeSize/SIZEOF_UINT32.c:28:12: error: use of undeclared identifier 'uint32'
('0' + ((SIZE / 100)%10)),
^
/home/rf/oden/ClickHouse/build/CMakeFiles/CheckTypeSize/SIZEOF_UINT32.c:24:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(uint32))
^
/home/rf/oden/ClickHouse/build/CMakeFiles/CheckTypeSize/SIZEOF_UINT32.c:29:12: error: use of undeclared identifier 'uint32'
('0' + ((SIZE / 10)%10)),
^
/home/rf/oden/ClickHouse/build/CMakeFiles/CheckTypeSize/SIZEOF_UINT32.c:24:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(uint32))
^
/home/rf/oden/ClickHouse/build/CMakeFiles/CheckTypeSize/SIZEOF_UINT32.c:30:12: error: use of undeclared identifier 'uint32'
('0' + (SIZE % 10)),
^
/home/rf/oden/ClickHouse/build/CMakeFiles/CheckTypeSize/SIZEOF_UINT32.c:24:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(uint32))
^
5 errors generated.
ninja: build stopped: subcommand failed.
/home/rf/oden/ClickHouse/build/CMakeFiles/CheckTypeSize/SIZEOF_UINT32.c:
#include <sys/types.h>
#include <stdint.h>
#include <stddef.h>
#include "sys/types.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','_','_'
#elif defined(__aarch64__)
# define KEY '_','_','a','a','r','c','h','6','4','_','_'
#elif defined(__ARM_ARCH_7A__)
# define KEY '_','_','A','R','M','_','A','R','C','H','_','7','A','_','_'
#elif defined(__ARM_ARCH_7S__)
# define KEY '_','_','A','R','M','_','A','R','C','H','_','7','S','_','_'
#endif
#define SIZE (sizeof(uint32))
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 size of int64 failed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_08244"
[1/2] Building C object CMakeFiles/cmTC_08244.dir/SIZEOF_INT64.c.o
FAILED: CMakeFiles/cmTC_08244.dir/SIZEOF_INT64.c.o
/usr/bin/clang-11 -fdiagnostics-color=always -gdwarf-aranges -pipe -msse4.1 -msse4.2 -mpopcnt -fasynchronous-unwind-tables -falign-functions=32 -Wall -Wno-unused-command-line-argument -fdiagnostics-absolute-paths -fexperimental-new-pass-manager -Werror -w -D__DATE__= -D__TIME__= -D__TIMESTAMP__= -std=gnu11 -o CMakeFiles/cmTC_08244.dir/SIZEOF_INT64.c.o -c /home/rf/oden/ClickHouse/build/CMakeFiles/CheckTypeSize/SIZEOF_INT64.c
/home/rf/oden/ClickHouse/build/CMakeFiles/CheckTypeSize/SIZEOF_INT64.c:26:12: error: use of undeclared identifier 'int64'
('0' + ((SIZE / 10000)%10)),
^
/home/rf/oden/ClickHouse/build/CMakeFiles/CheckTypeSize/SIZEOF_INT64.c:24:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(int64))
^
/home/rf/oden/ClickHouse/build/CMakeFiles/CheckTypeSize/SIZEOF_INT64.c:27:12: error: use of undeclared identifier 'int64'
('0' + ((SIZE / 1000)%10)),
^
/home/rf/oden/ClickHouse/build/CMakeFiles/CheckTypeSize/SIZEOF_INT64.c:24:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(int64))
^
/home/rf/oden/ClickHouse/build/CMakeFiles/CheckTypeSize/SIZEOF_INT64.c:28:12: error: use of undeclared identifier 'int64'
('0' + ((SIZE / 100)%10)),
^
/home/rf/oden/ClickHouse/build/CMakeFiles/CheckTypeSize/SIZEOF_INT64.c:24:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(int64))
^
/home/rf/oden/ClickHouse/build/CMakeFiles/CheckTypeSize/SIZEOF_INT64.c:29:12: error: use of undeclared identifier 'int64'
('0' + ((SIZE / 10)%10)),
^
/home/rf/oden/ClickHouse/build/CMakeFiles/CheckTypeSize/SIZEOF_INT64.c:24:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(int64))
^
/home/rf/oden/ClickHouse/build/CMakeFiles/CheckTypeSize/SIZEOF_INT64.c:30:12: error: use of undeclared identifier 'int64'
('0' + (SIZE % 10)),
^
/home/rf/oden/ClickHouse/build/CMakeFiles/CheckTypeSize/SIZEOF_INT64.c:24:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(int64))
^
5 errors generated.
ninja: build stopped: subcommand failed.
/home/rf/oden/ClickHouse/build/CMakeFiles/CheckTypeSize/SIZEOF_INT64.c:
#include <sys/types.h>
#include <stdint.h>
#include <stddef.h>
#include "sys/types.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','_','_'
#elif defined(__aarch64__)
# define KEY '_','_','a','a','r','c','h','6','4','_','_'
#elif defined(__ARM_ARCH_7A__)
# define KEY '_','_','A','R','M','_','A','R','C','H','_','7','A','_','_'
#elif defined(__ARM_ARCH_7S__)
# define KEY '_','_','A','R','M','_','A','R','C','H','_','7','S','_','_'
#endif
#define SIZE (sizeof(int64))
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 size of uint64 failed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_79cf7"
[1/2] Building C object CMakeFiles/cmTC_79cf7.dir/SIZEOF_UINT64.c.o
FAILED: CMakeFiles/cmTC_79cf7.dir/SIZEOF_UINT64.c.o
/usr/bin/clang-11 -fdiagnostics-color=always -gdwarf-aranges -pipe -msse4.1 -msse4.2 -mpopcnt -fasynchronous-unwind-tables -falign-functions=32 -Wall -Wno-unused-command-line-argument -fdiagnostics-absolute-paths -fexperimental-new-pass-manager -Werror -w -D__DATE__= -D__TIME__= -D__TIMESTAMP__= -std=gnu11 -o CMakeFiles/cmTC_79cf7.dir/SIZEOF_UINT64.c.o -c /home/rf/oden/ClickHouse/build/CMakeFiles/CheckTypeSize/SIZEOF_UINT64.c
/home/rf/oden/ClickHouse/build/CMakeFiles/CheckTypeSize/SIZEOF_UINT64.c:26:12: error: use of undeclared identifier 'uint64'
('0' + ((SIZE / 10000)%10)),
^
/home/rf/oden/ClickHouse/build/CMakeFiles/CheckTypeSize/SIZEOF_UINT64.c:24:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(uint64))
^
/home/rf/oden/ClickHouse/build/CMakeFiles/CheckTypeSize/SIZEOF_UINT64.c:27:12: error: use of undeclared identifier 'uint64'
('0' + ((SIZE / 1000)%10)),
^
/home/rf/oden/ClickHouse/build/CMakeFiles/CheckTypeSize/SIZEOF_UINT64.c:24:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(uint64))
^
/home/rf/oden/ClickHouse/build/CMakeFiles/CheckTypeSize/SIZEOF_UINT64.c:28:12: error: use of undeclared identifier 'uint64'
('0' + ((SIZE / 100)%10)),
^
/home/rf/oden/ClickHouse/build/CMakeFiles/CheckTypeSize/SIZEOF_UINT64.c:24:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(uint64))
^
/home/rf/oden/ClickHouse/build/CMakeFiles/CheckTypeSize/SIZEOF_UINT64.c:29:12: error: use of undeclared identifier 'uint64'
('0' + ((SIZE / 10)%10)),
^
/home/rf/oden/ClickHouse/build/CMakeFiles/CheckTypeSize/SIZEOF_UINT64.c:24:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(uint64))
^
/home/rf/oden/ClickHouse/build/CMakeFiles/CheckTypeSize/SIZEOF_UINT64.c:30:12: error: use of undeclared identifier 'uint64'
('0' + (SIZE % 10)),
^
/home/rf/oden/ClickHouse/build/CMakeFiles/CheckTypeSize/SIZEOF_UINT64.c:24:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(uint64))
^
5 errors generated.
ninja: build stopped: subcommand failed.
/home/rf/oden/ClickHouse/build/CMakeFiles/CheckTypeSize/SIZEOF_UINT64.c:
#include <sys/types.h>
#include <stdint.h>
#include <stddef.h>
#include "sys/types.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','_','_'
#elif defined(__aarch64__)
# define KEY '_','_','a','a','r','c','h','6','4','_','_'
#elif defined(__ARM_ARCH_7A__)
# define KEY '_','_','A','R','M','_','A','R','C','H','_','7','A','_','_'
#elif defined(__ARM_ARCH_7S__)
# define KEY '_','_','A','R','M','_','A','R','C','H','_','7','S','_','_'
#endif
#define SIZE (sizeof(uint64))
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 size of socklen_t failed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_ff95b"
[1/2] Building C object CMakeFiles/cmTC_ff95b.dir/SIZEOF_SOCKLEN_T.c.o
FAILED: CMakeFiles/cmTC_ff95b.dir/SIZEOF_SOCKLEN_T.c.o
/usr/bin/clang-11 -fdiagnostics-color=always -gdwarf-aranges -pipe -msse4.1 -msse4.2 -mpopcnt -fasynchronous-unwind-tables -falign-functions=32 -Wall -Wno-unused-command-line-argument -fdiagnostics-absolute-paths -fexperimental-new-pass-manager -Werror -w -D__DATE__= -D__TIME__= -D__TIMESTAMP__= -std=gnu11 -o CMakeFiles/cmTC_ff95b.dir/SIZEOF_SOCKLEN_T.c.o -c /home/rf/oden/ClickHouse/build/CMakeFiles/CheckTypeSize/SIZEOF_SOCKLEN_T.c
/home/rf/oden/ClickHouse/build/CMakeFiles/CheckTypeSize/SIZEOF_SOCKLEN_T.c:26:12: error: use of undeclared identifier 'socklen_t'
('0' + ((SIZE / 10000)%10)),
^
/home/rf/oden/ClickHouse/build/CMakeFiles/CheckTypeSize/SIZEOF_SOCKLEN_T.c:24:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(socklen_t))
^
/home/rf/oden/ClickHouse/build/CMakeFiles/CheckTypeSize/SIZEOF_SOCKLEN_T.c:27:12: error: use of undeclared identifier 'socklen_t'
('0' + ((SIZE / 1000)%10)),
^
/home/rf/oden/ClickHouse/build/CMakeFiles/CheckTypeSize/SIZEOF_SOCKLEN_T.c:24:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(socklen_t))
^
/home/rf/oden/ClickHouse/build/CMakeFiles/CheckTypeSize/SIZEOF_SOCKLEN_T.c:28:12: error: use of undeclared identifier 'socklen_t'
('0' + ((SIZE / 100)%10)),
^
/home/rf/oden/ClickHouse/build/CMakeFiles/CheckTypeSize/SIZEOF_SOCKLEN_T.c:24:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(socklen_t))
^
/home/rf/oden/ClickHouse/build/CMakeFiles/CheckTypeSize/SIZEOF_SOCKLEN_T.c:29:12: error: use of undeclared identifier 'socklen_t'
('0' + ((SIZE / 10)%10)),
^
/home/rf/oden/ClickHouse/build/CMakeFiles/CheckTypeSize/SIZEOF_SOCKLEN_T.c:24:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(socklen_t))
^
/home/rf/oden/ClickHouse/build/CMakeFiles/CheckTypeSize/SIZEOF_SOCKLEN_T.c:30:12: error: use of undeclared identifier 'socklen_t'
('0' + (SIZE % 10)),
^
/home/rf/oden/ClickHouse/build/CMakeFiles/CheckTypeSize/SIZEOF_SOCKLEN_T.c:24:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(socklen_t))
^
5 errors generated.
ninja: build stopped: subcommand failed.
/home/rf/oden/ClickHouse/build/CMakeFiles/CheckTypeSize/SIZEOF_SOCKLEN_T.c:
#include <sys/types.h>
#include <stdint.h>
#include <stddef.h>
#include "sys/types.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','_','_'
#elif defined(__aarch64__)
# define KEY '_','_','a','a','r','c','h','6','4','_','_'
#elif defined(__ARM_ARCH_7A__)
# define KEY '_','_','A','R','M','_','A','R','C','H','_','7','A','_','_'
#elif defined(__ARM_ARCH_7S__)
# define KEY '_','_','A','R','M','_','A','R','C','H','_','7','S','_','_'
#endif
#define SIZE (sizeof(socklen_t))
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 include file sys/endian.h exists failed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_43c81"
[1/2] Building C object CMakeFiles/cmTC_43c81.dir/CheckIncludeFile.c.o
FAILED: CMakeFiles/cmTC_43c81.dir/CheckIncludeFile.c.o
/usr/bin/clang-11 -fdiagnostics-color=always -gdwarf-aranges -pipe -msse4.1 -msse4.2 -mpopcnt -fasynchronous-unwind-tables -falign-functions=32 -Wall -Wno-unused-command-line-argument -fdiagnostics-absolute-paths -fexperimental-new-pass-manager -Werror -w -D__DATE__= -D__TIME__= -D__TIMESTAMP__= -o CMakeFiles/cmTC_43c81.dir/CheckIncludeFile.c.o -c CheckIncludeFile.c
/home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:10: fatal error: 'sys/endian.h' file not found
#include <sys/endian.h>
^~~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Determining if the include file windows.h exists failed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_62f59"
[1/2] Building C object CMakeFiles/cmTC_62f59.dir/CheckIncludeFile.c.o
FAILED: CMakeFiles/cmTC_62f59.dir/CheckIncludeFile.c.o
/usr/bin/clang-11 -fdiagnostics-color=always -gdwarf-aranges -pipe -msse4.1 -msse4.2 -mpopcnt -fasynchronous-unwind-tables -falign-functions=32 -Wall -Wno-unused-command-line-argument -fdiagnostics-absolute-paths -fexperimental-new-pass-manager -Werror -w -D__DATE__= -D__TIME__= -D__TIMESTAMP__= -o CMakeFiles/cmTC_62f59.dir/CheckIncludeFile.c.o -c CheckIncludeFile.c
/home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:10: fatal error: 'windows.h' file not found
#include <windows.h>
^~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Determining if the function zlibVersion exists in the z failed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_d785d"
[1/2] Building C object CMakeFiles/cmTC_d785d.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_d785d
FAILED: cmTC_d785d
: && /usr/bin/clang-11 -fdiagnostics-color=always -gdwarf-aranges -pipe -msse4.1 -msse4.2 -mpopcnt -fasynchronous-unwind-tables -falign-functions=32 -Wall -Wno-unused-command-line-argument -fdiagnostics-absolute-paths -fexperimental-new-pass-manager -Werror -w -D__DATE__= -D__TIME__= -D__TIMESTAMP__= -DCHECK_FUNCTION_EXISTS=zlibVersion -fuse-ld=/usr/bin/ld.gold -rdynamic -Wl,--no-undefined -Wl,-no-pie -rdynamic CMakeFiles/cmTC_d785d.dir/CheckFunctionExists.c.o -o cmTC_d785d -lz && :
/usr/bin/ld.gold: error: cannot find -lz
CMakeFiles/cmTC_d785d.dir/CheckFunctionExists.c.o:CheckFunctionExists.c:function main: error: undefined reference to 'zlibVersion'
clang: error: linker command failed with exit code 1 (use -v to see invocation)
ninja: build stopped: subcommand failed.
Determining if the function lzo1x_1_15_compress exists in the lzo2 failed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_f993a"
[1/2] Building C object CMakeFiles/cmTC_f993a.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_f993a
FAILED: cmTC_f993a
: && /usr/bin/clang-11 -fdiagnostics-color=always -gdwarf-aranges -pipe -msse4.1 -msse4.2 -mpopcnt -fasynchronous-unwind-tables -falign-functions=32 -Wall -Wno-unused-command-line-argument -fdiagnostics-absolute-paths -fexperimental-new-pass-manager -Werror -w -D__DATE__= -D__TIME__= -D__TIMESTAMP__= -DCHECK_FUNCTION_EXISTS=lzo1x_1_15_compress -fuse-ld=/usr/bin/ld.gold -rdynamic -Wl,--no-undefined -Wl,-no-pie -rdynamic CMakeFiles/cmTC_f993a.dir/CheckFunctionExists.c.o -o cmTC_f993a -llzo2 && :
/usr/bin/ld.gold: error: cannot find -llzo2
CMakeFiles/cmTC_f993a.dir/CheckFunctionExists.c.o:CheckFunctionExists.c:function main: error: undefined reference to 'lzo1x_1_15_compress'
clang: error: linker command failed with exit code 1 (use -v to see invocation)
ninja: build stopped: subcommand failed.
Performing C++ SOURCE FILE Test HAVE_VISUAL_STUDIO_ARCH_AVX failed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_033d6"
[1/2] Building CXX object CMakeFiles/cmTC_033d6.dir/src.cxx.o
FAILED: CMakeFiles/cmTC_033d6.dir/src.cxx.o
/usr/bin/clang++-11 -fdiagnostics-color=always -fsized-deallocation -gdwarf-aranges -pipe -msse4.1 -msse4.2 -mpopcnt -fasynchronous-unwind-tables -falign-functions=32 -Wall -Wno-unused-command-line-argument -fdiagnostics-absolute-paths -fexperimental-new-pass-manager -Werror -w -D__DATE__= -D__TIME__= -D__TIMESTAMP__= -DHAVE_VISUAL_STUDIO_ARCH_AVX /arch:AVX -o CMakeFiles/cmTC_033d6.dir/src.cxx.o -c src.cxx
clang: error: no such file or directory: '/arch:AVX'
ninja: build stopped: subcommand failed.
Source file was:
int main() { return 0; }
Performing C++ SOURCE FILE Test HAVE_VISUAL_STUDIO_ARCH_AVX2 failed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_124fc"
[1/2] Building CXX object CMakeFiles/cmTC_124fc.dir/src.cxx.o
FAILED: CMakeFiles/cmTC_124fc.dir/src.cxx.o
/usr/bin/clang++-11 -fdiagnostics-color=always -fsized-deallocation -gdwarf-aranges -pipe -msse4.1 -msse4.2 -mpopcnt -fasynchronous-unwind-tables -falign-functions=32 -Wall -Wno-unused-command-line-argument -fdiagnostics-absolute-paths -fexperimental-new-pass-manager -Werror -w -D__DATE__= -D__TIME__= -D__TIMESTAMP__= -DHAVE_VISUAL_STUDIO_ARCH_AVX2 /arch:AVX2 -o CMakeFiles/cmTC_124fc.dir/src.cxx.o -c src.cxx
clang: error: no such file or directory: '/arch:AVX2'
ninja: build stopped: subcommand failed.
Source file was:
int main() { return 0; }
Performing C++ SOURCE FILE Test SNAPPY_HAVE_BMI2 failed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_1b4b5"
[1/2] Building CXX object CMakeFiles/cmTC_1b4b5.dir/src.cxx.o
FAILED: CMakeFiles/cmTC_1b4b5.dir/src.cxx.o
/usr/bin/clang++-11 -fdiagnostics-color=always -fsized-deallocation -gdwarf-aranges -pipe -msse4.1 -msse4.2 -mpopcnt -fasynchronous-unwind-tables -falign-functions=32 -Wall -Wno-unused-command-line-argument -fdiagnostics-absolute-paths -fexperimental-new-pass-manager -Werror -w -D__DATE__= -D__TIME__= -D__TIMESTAMP__= -DSNAPPY_HAVE_BMI2 -o CMakeFiles/cmTC_1b4b5.dir/src.cxx.o -c src.cxx
/home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/src.cxx:4:10: error: always_inline function '_bzhi_u32' requires target feature 'bmi2', but would be inlined into function 'main' that is compiled without support for 'bmi2'
return _bzhi_u32(0, 1);
^
1 error generated.
ninja: build stopped: subcommand failed.
Source file was:
#include <immintrin.h>
int main() {
return _bzhi_u32(0, 1);
}
Performing C++ SOURCE FILE Test HAS_POST_2038 failed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_6f9d9"
[1/2] Building CXX object CMakeFiles/cmTC_6f9d9.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_6f9d9
Return value: 1
Source file was:
#include<stdlib.h>
#include<time.h>
int main(int, char *[]) {
setenv("TZ", "America/Los_Angeles", 1);
tzset();
struct tm time2037;
struct tm time2038;
strptime("2037-05-05 12:34:56", "%Y-%m-%d %H:%M:%S", &time2037);
strptime("2038-05-05 12:34:56", "%Y-%m-%d %H:%M:%S", &time2038);
return mktime(&time2038) - mktime(&time2037) != 31536000;
}
Performing C++ SOURCE FILE Test NEEDS_Z_PREFIX failed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_50af1"
[1/2] Building CXX object CMakeFiles/cmTC_50af1.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_50af1
FAILED: cmTC_50af1
: && /usr/bin/clang++-11 -fdiagnostics-color=always -fsized-deallocation -gdwarf-aranges -pipe -msse4.1 -msse4.2 -mpopcnt -fasynchronous-unwind-tables -falign-functions=32 -Wall -Wno-unused-command-line-argument -fdiagnostics-absolute-paths -fexperimental-new-pass-manager -Werror -w -D__DATE__= -D__TIME__= -D__TIMESTAMP__= -DNEEDS_Z_PREFIX -fuse-ld=/usr/bin/ld.gold -rdynamic -Wl,--no-undefined -Wl,-no-pie -rdynamic CMakeFiles/cmTC_50af1.dir/src.cxx.o -o cmTC_50af1 -lzlib && :
/usr/bin/ld.gold: error: cannot find -lzlib
CMakeFiles/cmTC_50af1.dir/src.cxx.o:src.cxx:function main: error: undefined reference to 'deflateReset'
clang: error: linker command failed with exit code 1 (use -v to see invocation)
ninja: build stopped: subcommand failed.
Source file was:
#define Z_PREFIX
#include<zlib.h>
z_stream strm;
int main(int, char *[]) {
deflateReset(&strm);
}
Determining if the include file malloc/malloc.h exists failed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_a0038"
[1/2] Building C object CMakeFiles/cmTC_a0038.dir/CheckIncludeFile.c.o
FAILED: CMakeFiles/cmTC_a0038.dir/CheckIncludeFile.c.o
/usr/bin/clang-11 -fdiagnostics-color=always -gdwarf-aranges -pipe -msse4.1 -msse4.2 -mpopcnt -fasynchronous-unwind-tables -falign-functions=32 -Wall -Wno-unused-command-line-argument -fdiagnostics-absolute-paths -fexperimental-new-pass-manager -Werror -w -D__DATE__= -D__TIME__= -D__TIMESTAMP__= -o CMakeFiles/cmTC_a0038.dir/CheckIncludeFile.c.o -c CheckIncludeFile.c
/home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:10: fatal error: 'malloc/malloc.h' file not found
#include <malloc/malloc.h>
^~~~~~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Determining if the include file zlib.h exists failed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_5cd47"
[1/2] Building C object CMakeFiles/cmTC_5cd47.dir/CheckIncludeFile.c.o
FAILED: CMakeFiles/cmTC_5cd47.dir/CheckIncludeFile.c.o
/usr/bin/clang-11 -fdiagnostics-color=always -gdwarf-aranges -pipe -msse4.1 -msse4.2 -mpopcnt -fasynchronous-unwind-tables -falign-functions=32 -Wall -Wno-unused-command-line-argument -fdiagnostics-absolute-paths -fexperimental-new-pass-manager -Werror -w -D__DATE__= -D__TIME__= -D__TIMESTAMP__= -o CMakeFiles/cmTC_5cd47.dir/CheckIncludeFile.c.o -c CheckIncludeFile.c
/home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:10: fatal error: 'zlib.h' file not found
#include <zlib.h>
^~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Determining if the include file mach/mach.h exists failed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_8a2d0"
[1/2] Building C object CMakeFiles/cmTC_8a2d0.dir/CheckIncludeFile.c.o
FAILED: CMakeFiles/cmTC_8a2d0.dir/CheckIncludeFile.c.o
/usr/bin/clang-11 -fdiagnostics-color=always -gdwarf-aranges -pipe -msse4.1 -msse4.2 -mpopcnt -fasynchronous-unwind-tables -falign-functions=32 -Wall -Wno-unused-command-line-argument -fdiagnostics-absolute-paths -fexperimental-new-pass-manager -Werror -w -D__DATE__= -D__TIME__= -D__TIMESTAMP__= -o CMakeFiles/cmTC_8a2d0.dir/CheckIncludeFile.c.o -c CheckIncludeFile.c
/home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:10: fatal error: 'mach/mach.h' file not found
#include <mach/mach.h>
^~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Determining if the include file histedit.h exists failed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_c079c"
[1/2] Building C object CMakeFiles/cmTC_c079c.dir/CheckIncludeFile.c.o
FAILED: CMakeFiles/cmTC_c079c.dir/CheckIncludeFile.c.o
/usr/bin/clang-11 -fdiagnostics-color=always -gdwarf-aranges -pipe -msse4.1 -msse4.2 -mpopcnt -fasynchronous-unwind-tables -falign-functions=32 -Wall -Wno-unused-command-line-argument -fdiagnostics-absolute-paths -fexperimental-new-pass-manager -Werror -w -D__DATE__= -D__TIME__= -D__TIMESTAMP__= -o CMakeFiles/cmTC_c079c.dir/CheckIncludeFile.c.o -c CheckIncludeFile.c
/home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:10: fatal error: 'histedit.h' file not found
#include <histedit.h>
^~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Determining if the include file CrashReporterClient.h exists failed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_4f738"
[1/2] Building C object CMakeFiles/cmTC_4f738.dir/CheckIncludeFile.c.o
FAILED: CMakeFiles/cmTC_4f738.dir/CheckIncludeFile.c.o
/usr/bin/clang-11 -fdiagnostics-color=always -gdwarf-aranges -pipe -msse4.1 -msse4.2 -mpopcnt -fasynchronous-unwind-tables -falign-functions=32 -Wall -Wno-unused-command-line-argument -fdiagnostics-absolute-paths -fexperimental-new-pass-manager -Werror -w -D__DATE__= -D__TIME__= -D__TIMESTAMP__= -o CMakeFiles/cmTC_4f738.dir/CheckIncludeFile.c.o -c CheckIncludeFile.c
/home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:10: fatal error: 'CrashReporterClient.h' file not found
#include <CrashReporterClient.h>
^~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Determining if the function pthread_create exists in the pthreads failed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_1d47d"
[1/2] Building C object CMakeFiles/cmTC_1d47d.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_1d47d
FAILED: cmTC_1d47d
: && /usr/bin/clang-11 -fdiagnostics-color=always -gdwarf-aranges -pipe -msse4.1 -msse4.2 -mpopcnt -fasynchronous-unwind-tables -falign-functions=32 -Wall -Wno-unused-command-line-argument -fdiagnostics-absolute-paths -fexperimental-new-pass-manager -Werror -w -D__DATE__= -D__TIME__= -D__TIMESTAMP__= -DCHECK_FUNCTION_EXISTS=pthread_create -fuse-ld=/usr/bin/ld.gold -rdynamic -Wl,--no-undefined -Wl,-no-pie -rdynamic CMakeFiles/cmTC_1d47d.dir/CheckFunctionExists.c.o -o cmTC_1d47d -lpthreads -lm && :
/usr/bin/ld.gold: error: cannot find -lpthreads
CMakeFiles/cmTC_1d47d.dir/CheckFunctionExists.c.o:CheckFunctionExists.c:function main: error: undefined reference to 'pthread_create'
clang: error: linker command failed with exit code 1 (use -v to see invocation)
ninja: build stopped: subcommand failed.
Determining if the function compress2 exists in the z failed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_4b5e2"
[1/2] Building C object CMakeFiles/cmTC_4b5e2.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_4b5e2
FAILED: cmTC_4b5e2
: && /usr/bin/clang-11 -fdiagnostics-color=always -gdwarf-aranges -pipe -msse4.1 -msse4.2 -mpopcnt -fasynchronous-unwind-tables -falign-functions=32 -Wall -Wno-unused-command-line-argument -fdiagnostics-absolute-paths -fexperimental-new-pass-manager -Werror -w -D__DATE__= -D__TIME__= -D__TIMESTAMP__= -DCHECK_FUNCTION_EXISTS=compress2 -fuse-ld=/usr/bin/ld.gold -rdynamic -Wl,--no-undefined -Wl,-no-pie -rdynamic CMakeFiles/cmTC_4b5e2.dir/CheckFunctionExists.c.o -o cmTC_4b5e2 -lz -lm && :
/usr/bin/ld.gold: error: cannot find -lz
CMakeFiles/cmTC_4b5e2.dir/CheckFunctionExists.c.o:CheckFunctionExists.c:function main: error: undefined reference to 'compress2'
clang: error: linker command failed with exit code 1 (use -v to see invocation)
ninja: build stopped: subcommand failed.
Determining if the function compress2 exists in the zlib_static failed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_e814c"
[1/2] Building C object CMakeFiles/cmTC_e814c.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_e814c
FAILED: cmTC_e814c
: && /usr/bin/clang-11 -fdiagnostics-color=always -gdwarf-aranges -pipe -msse4.1 -msse4.2 -mpopcnt -fasynchronous-unwind-tables -falign-functions=32 -Wall -Wno-unused-command-line-argument -fdiagnostics-absolute-paths -fexperimental-new-pass-manager -Werror -w -D__DATE__= -D__TIME__= -D__TIMESTAMP__= -DCHECK_FUNCTION_EXISTS=compress2 -fuse-ld=/usr/bin/ld.gold -rdynamic -Wl,--no-undefined -Wl,-no-pie -rdynamic CMakeFiles/cmTC_e814c.dir/CheckFunctionExists.c.o -o cmTC_e814c -lzlib_static -lm && :
/usr/bin/ld.gold: error: cannot find -lzlib_static
CMakeFiles/cmTC_e814c.dir/CheckFunctionExists.c.o:CheckFunctionExists.c:function main: error: undefined reference to 'compress2'
clang: error: linker command failed with exit code 1 (use -v to see invocation)
ninja: build stopped: subcommand failed.
Determining if the function compress2 exists in the zlib failed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_135f9"
[1/2] Building C object CMakeFiles/cmTC_135f9.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_135f9
FAILED: cmTC_135f9
: && /usr/bin/clang-11 -fdiagnostics-color=always -gdwarf-aranges -pipe -msse4.1 -msse4.2 -mpopcnt -fasynchronous-unwind-tables -falign-functions=32 -Wall -Wno-unused-command-line-argument -fdiagnostics-absolute-paths -fexperimental-new-pass-manager -Werror -w -D__DATE__= -D__TIME__= -D__TIMESTAMP__= -DCHECK_FUNCTION_EXISTS=compress2 -fuse-ld=/usr/bin/ld.gold -rdynamic -Wl,--no-undefined -Wl,-no-pie -rdynamic CMakeFiles/cmTC_135f9.dir/CheckFunctionExists.c.o -o cmTC_135f9 -lzlib -lm && :
/usr/bin/ld.gold: error: cannot find -lzlib
CMakeFiles/cmTC_135f9.dir/CheckFunctionExists.c.o:CheckFunctionExists.c:function main: error: undefined reference to 'compress2'
clang: error: linker command failed with exit code 1 (use -v to see invocation)
ninja: build stopped: subcommand failed.
Determining if the function xar_open exists in the xar failed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_c8675"
[1/2] Building C object CMakeFiles/cmTC_c8675.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_c8675
FAILED: cmTC_c8675
: && /usr/bin/clang-11 -fdiagnostics-color=always -gdwarf-aranges -pipe -msse4.1 -msse4.2 -mpopcnt -fasynchronous-unwind-tables -falign-functions=32 -Wall -Wno-unused-command-line-argument -fdiagnostics-absolute-paths -fexperimental-new-pass-manager -Werror -w -D__DATE__= -D__TIME__= -D__TIMESTAMP__= -DCHECK_FUNCTION_EXISTS=xar_open -fuse-ld=/usr/bin/ld.gold -rdynamic -Wl,--no-undefined -Wl,-no-pie -rdynamic CMakeFiles/cmTC_c8675.dir/CheckFunctionExists.c.o -o cmTC_c8675 -lxar -lm && :
/usr/bin/ld.gold: error: cannot find -lxar
CMakeFiles/cmTC_c8675.dir/CheckFunctionExists.c.o:CheckFunctionExists.c:function main: error: undefined reference to 'xar_open'
clang: error: linker command failed with exit code 1 (use -v to see invocation)
ninja: build stopped: subcommand failed.
Determining if the arc4random exist failed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_b1cb6"
[1/2] Building C object CMakeFiles/cmTC_b1cb6.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_b1cb6.dir/CheckSymbolExists.c.o
/usr/bin/clang-11 -fdiagnostics-color=always -gdwarf-aranges -pipe -msse4.1 -msse4.2 -mpopcnt -fasynchronous-unwind-tables -falign-functions=32 -Wall -Wno-unused-command-line-argument -fdiagnostics-absolute-paths -fexperimental-new-pass-manager -Werror -w -D__DATE__= -D__TIME__= -D__TIMESTAMP__= -o CMakeFiles/cmTC_b1cb6.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
/home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: use of undeclared identifier 'arc4random'; did you mean 'srandom'?
return ((int*)(&arc4random))[argc];
^~~~~~~~~~
srandom
/usr/include/stdlib.h:404:13: note: 'srandom' declared here
extern void srandom (unsigned int __seed) __THROW;
^
1 error generated.
ninja: build stopped: subcommand failed.
File /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <stdlib.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef arc4random
return ((int*)(&arc4random))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the mallctl exist failed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_64963"
[1/2] Building C object CMakeFiles/cmTC_64963.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_64963.dir/CheckSymbolExists.c.o
/usr/bin/clang-11 -fdiagnostics-color=always -gdwarf-aranges -pipe -msse4.1 -msse4.2 -mpopcnt -fasynchronous-unwind-tables -falign-functions=32 -Wall -Wno-unused-command-line-argument -fdiagnostics-absolute-paths -fexperimental-new-pass-manager -Werror -w -D__DATE__= -D__TIME__= -D__TIMESTAMP__= -Werror=unguarded-availability-new -o CMakeFiles/cmTC_64963.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
/home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2:10: fatal error: 'malloc_np.h' file not found
#include <malloc_np.h>
^~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
File /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <malloc_np.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef mallctl
return ((int*)(&mallctl))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the malloc_zone_statistics exist failed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_f791b"
[1/2] Building C object CMakeFiles/cmTC_f791b.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_f791b.dir/CheckSymbolExists.c.o
/usr/bin/clang-11 -fdiagnostics-color=always -gdwarf-aranges -pipe -msse4.1 -msse4.2 -mpopcnt -fasynchronous-unwind-tables -falign-functions=32 -Wall -Wno-unused-command-line-argument -fdiagnostics-absolute-paths -fexperimental-new-pass-manager -Werror -w -D__DATE__= -D__TIME__= -D__TIMESTAMP__= -Werror=unguarded-availability-new -o CMakeFiles/cmTC_f791b.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
/home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2:10: fatal error: 'malloc/malloc.h' file not found
#include <malloc/malloc.h>
^~~~~~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
File /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <malloc/malloc.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef malloc_zone_statistics
return ((int*)(&malloc_zone_statistics))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the strerror_s exist failed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_6689a"
[1/2] Building C object CMakeFiles/cmTC_6689a.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_6689a.dir/CheckSymbolExists.c.o
/usr/bin/clang-11 -fdiagnostics-color=always -gdwarf-aranges -pipe -msse4.1 -msse4.2 -mpopcnt -fasynchronous-unwind-tables -falign-functions=32 -Wall -Wno-unused-command-line-argument -fdiagnostics-absolute-paths -fexperimental-new-pass-manager -Werror -w -D__DATE__= -D__TIME__= -D__TIMESTAMP__= -Werror=unguarded-availability-new -o CMakeFiles/cmTC_6689a.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
/home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: use of undeclared identifier 'strerror_s'
return ((int*)(&strerror_s))[argc];
^
1 error generated.
ninja: build stopped: subcommand failed.
File /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <string.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef strerror_s
return ((int*)(&strerror_s))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the dladdr exist failed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_de78c"
[1/2] Building C object CMakeFiles/cmTC_de78c.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_de78c.dir/CheckSymbolExists.c.o
/usr/bin/clang-11 -fdiagnostics-color=always -gdwarf-aranges -pipe -msse4.1 -msse4.2 -mpopcnt -fasynchronous-unwind-tables -falign-functions=32 -Wall -Wno-unused-command-line-argument -fdiagnostics-absolute-paths -fexperimental-new-pass-manager -Werror -w -D__DATE__= -D__TIME__= -D__TIMESTAMP__= -Werror=unguarded-availability-new -o CMakeFiles/cmTC_de78c.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
/home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: use of undeclared identifier 'dladdr'
return ((int*)(&dladdr))[argc];
^
1 error generated.
ninja: build stopped: subcommand failed.
File /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <dlfcn.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef dladdr
return ((int*)(&dladdr))[argc];
#else
(void)argc;
return 0;
#endif
}
Performing C SOURCE FILE Test HAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC failed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_d21bb"
[1/2] Building C object CMakeFiles/cmTC_d21bb.dir/src.c.o
FAILED: CMakeFiles/cmTC_d21bb.dir/src.c.o
/usr/bin/clang-11 -fdiagnostics-color=always -gdwarf-aranges -pipe -msse4.1 -msse4.2 -mpopcnt -fasynchronous-unwind-tables -falign-functions=32 -Wall -Wno-unused-command-line-argument -fdiagnostics-absolute-paths -fexperimental-new-pass-manager -Werror -w -D__DATE__= -D__TIME__= -D__TIMESTAMP__= -DHAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC -Werror=unguarded-availability-new -o CMakeFiles/cmTC_d21bb.dir/src.c.o -c src.c
/home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/src.c:7:37: error: no member named 'st_mtimespec' in 'struct stat'
(void)sizeof(((struct stat *)0)->st_mtimespec.tv_nsec);
~~~~~~~~~~~~~~~~~~ ^
1 error generated.
ninja: build stopped: subcommand failed.
Source file was:
#include <sys/types.h>
#include <sys/stat.h>
int main()
{
(void)sizeof(((struct stat *)0)->st_mtimespec.tv_nsec);
return 0;
}
Performing C++ SOURCE FILE Test LINKER_SUPPORTS_COLOR_DIAGNOSTICS failed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_75d53"
[1/2] Building CXX object CMakeFiles/cmTC_75d53.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_75d53
FAILED: cmTC_75d53
: && /usr/bin/clang++-11 -fdiagnostics-color=always -fsized-deallocation -gdwarf-aranges -pipe -msse4.1 -msse4.2 -mpopcnt -fasynchronous-unwind-tables -falign-functions=32 -Wall -Wno-unused-command-line-argument -fdiagnostics-absolute-paths -fexperimental-new-pass-manager -Werror -w -D__DATE__= -D__TIME__= -D__TIMESTAMP__= -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-class-memaccess -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -fdiagnostics-color -DLINKER_SUPPORTS_COLOR_DIAGNOSTICS -Werror=unguarded-availability-new -fuse-ld=/usr/bin/ld.gold -rdynamic -Wl,--no-undefined -Wl,-no-pie -fno-pie -Wl,--color-diagnostics -rdynamic CMakeFiles/cmTC_75d53.dir/src.cxx.o -o cmTC_75d53 -lm && :
/usr/bin/ld.gold: --color-diagnostics: unknown option
/usr/bin/ld.gold: use the --help option for usage information
clang: error: linker command failed with exit code 1 (use -v to see invocation)
ninja: build stopped: subcommand failed.
Source file was:
int main() { return 0; }
Determining if the os_signpost_interval_begin exist failed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_99e39"
[1/2] Building C object CMakeFiles/cmTC_99e39.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_99e39.dir/CheckSymbolExists.c.o
/usr/bin/clang-11 -D_GNU_SOURCE -fdiagnostics-color=always -gdwarf-aranges -pipe -msse4.1 -msse4.2 -mpopcnt -fasynchronous-unwind-tables -falign-functions=32 -Wall -Wno-unused-command-line-argument -fdiagnostics-absolute-paths -fexperimental-new-pass-manager -Werror -w -D__DATE__= -D__TIME__= -D__TIMESTAMP__= -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wdelete-non-virtual-dtor -Wstring-conversion -fdiagnostics-color -ffunction-sections -fdata-sections -Werror=unguarded-availability-new -o CMakeFiles/cmTC_99e39.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
/home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2:10: fatal error: 'os/signpost.h' file not found
#include <os/signpost.h>
^~~~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
File /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <os/signpost.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef os_signpost_interval_begin
return ((int*)(&os_signpost_interval_begin))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the function res_servicename exists in the resolv failed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_4345d"
[1/2] Building C object CMakeFiles/cmTC_4345d.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_4345d
FAILED: cmTC_4345d
: && /usr/bin/clang-11 -fdiagnostics-color=always -gdwarf-aranges -pipe -msse4.1 -msse4.2 -mpopcnt -fasynchronous-unwind-tables -falign-functions=32 -Wall -Wno-unused-command-line-argument -fdiagnostics-absolute-paths -fexperimental-new-pass-manager -Werror -w -D__DATE__= -D__TIME__= -D__TIMESTAMP__= -DCHECK_FUNCTION_EXISTS=res_servicename -fuse-ld=/usr/bin/ld.gold -rdynamic -Wl,--no-undefined -Wl,-no-pie -rdynamic CMakeFiles/cmTC_4345d.dir/CheckFunctionExists.c.o -o cmTC_4345d -lresolv && :
CMakeFiles/cmTC_4345d.dir/CheckFunctionExists.c.o:CheckFunctionExists.c:function main: error: undefined reference to 'res_servicename'
clang: error: linker command failed with exit code 1 (use -v to see invocation)
ninja: build stopped: subcommand failed.
Determining if the function gethostbyname exists in the socket failed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_eb13c"
[1/2] Building C object CMakeFiles/cmTC_eb13c.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_eb13c
FAILED: cmTC_eb13c
: && /usr/bin/clang-11 -fdiagnostics-color=always -gdwarf-aranges -pipe -msse4.1 -msse4.2 -mpopcnt -fasynchronous-unwind-tables -falign-functions=32 -Wall -Wno-unused-command-line-argument -fdiagnostics-absolute-paths -fexperimental-new-pass-manager -Werror -w -D__DATE__= -D__TIME__= -D__TIMESTAMP__= -DCHECK_FUNCTION_EXISTS=gethostbyname -fuse-ld=/usr/bin/ld.gold -rdynamic -Wl,--no-undefined -Wl,-no-pie -rdynamic CMakeFiles/cmTC_eb13c.dir/CheckFunctionExists.c.o -o cmTC_eb13c -lsocket && :
/usr/bin/ld.gold: error: cannot find -lsocket
clang: error: linker command failed with exit code 1 (use -v to see invocation)
ninja: build stopped: subcommand failed.
Determining if the function socket exists in the socket failed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_b621f"
[1/2] Building C object CMakeFiles/cmTC_b621f.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_b621f
FAILED: cmTC_b621f
: && /usr/bin/clang-11 -fdiagnostics-color=always -gdwarf-aranges -pipe -msse4.1 -msse4.2 -mpopcnt -fasynchronous-unwind-tables -falign-functions=32 -Wall -Wno-unused-command-line-argument -fdiagnostics-absolute-paths -fexperimental-new-pass-manager -Werror -w -D__DATE__= -D__TIME__= -D__TIMESTAMP__= -DCHECK_FUNCTION_EXISTS=socket -fuse-ld=/usr/bin/ld.gold -rdynamic -Wl,--no-undefined -Wl,-no-pie -rdynamic CMakeFiles/cmTC_b621f.dir/CheckFunctionExists.c.o -o cmTC_b621f -lsocket && :
/usr/bin/ld.gold: error: cannot find -lsocket
clang: error: linker command failed with exit code 1 (use -v to see invocation)
ninja: build stopped: subcommand failed.
Determining if files socket.h exist failed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_9dad5"
[1/2] Building C object CMakeFiles/cmTC_9dad5.dir/HAVE_SOCKET_H.c.o
FAILED: CMakeFiles/cmTC_9dad5.dir/HAVE_SOCKET_H.c.o
/usr/bin/clang-11 -fdiagnostics-color=always -gdwarf-aranges -pipe -msse4.1 -msse4.2 -mpopcnt -fasynchronous-unwind-tables -falign-functions=32 -Wall -Wno-unused-command-line-argument -fdiagnostics-absolute-paths -fexperimental-new-pass-manager -Werror -w -D__DATE__= -D__TIME__= -D__TIMESTAMP__= -o CMakeFiles/cmTC_9dad5.dir/HAVE_SOCKET_H.c.o -c /home/rf/oden/ClickHouse/build/CMakeFiles/CheckIncludeFiles/HAVE_SOCKET_H.c
/home/rf/oden/ClickHouse/build/CMakeFiles/CheckIncludeFiles/HAVE_SOCKET_H.c:2:10: fatal error: 'socket.h' file not found
#include <socket.h>
^~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <socket.h>
int main(void){return 0;}
Determining if files winsock2.h;windows.h exist failed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_1893b"
[1/2] Building C object CMakeFiles/cmTC_1893b.dir/HAVE_WINSOCK2_H.c.o
FAILED: CMakeFiles/cmTC_1893b.dir/HAVE_WINSOCK2_H.c.o
/usr/bin/clang-11 -fdiagnostics-color=always -gdwarf-aranges -pipe -msse4.1 -msse4.2 -mpopcnt -fasynchronous-unwind-tables -falign-functions=32 -Wall -Wno-unused-command-line-argument -fdiagnostics-absolute-paths -fexperimental-new-pass-manager -Werror -w -D__DATE__= -D__TIME__= -D__TIMESTAMP__= -o CMakeFiles/cmTC_1893b.dir/HAVE_WINSOCK2_H.c.o -c /home/rf/oden/ClickHouse/build/CMakeFiles/CheckIncludeFiles/HAVE_WINSOCK2_H.c
/home/rf/oden/ClickHouse/build/CMakeFiles/CheckIncludeFiles/HAVE_WINSOCK2_H.c:2:10: fatal error: 'winsock2.h' file not found
#include <winsock2.h>
^~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <winsock2.h>
#include <windows.h>
int main(void){return 0;}
Determining if files winsock2.h;ws2tcpip.h;windows.h exist failed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_23584"
[1/2] Building C object CMakeFiles/cmTC_23584.dir/HAVE_WS2TCPIP_H.c.o
FAILED: CMakeFiles/cmTC_23584.dir/HAVE_WS2TCPIP_H.c.o
/usr/bin/clang-11 -fdiagnostics-color=always -gdwarf-aranges -pipe -msse4.1 -msse4.2 -mpopcnt -fasynchronous-unwind-tables -falign-functions=32 -Wall -Wno-unused-command-line-argument -fdiagnostics-absolute-paths -fexperimental-new-pass-manager -Werror -w -D__DATE__= -D__TIME__= -D__TIMESTAMP__= -o CMakeFiles/cmTC_23584.dir/HAVE_WS2TCPIP_H.c.o -c /home/rf/oden/ClickHouse/build/CMakeFiles/CheckIncludeFiles/HAVE_WS2TCPIP_H.c
/home/rf/oden/ClickHouse/build/CMakeFiles/CheckIncludeFiles/HAVE_WS2TCPIP_H.c:2:10: fatal error: 'winsock2.h' file not found
#include <winsock2.h>
^~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <winsock2.h>
#include <ws2tcpip.h>
#include <windows.h>
int main(void){return 0;}
Determining if files winsock.h;windows.h exist failed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_f6795"
[1/2] Building C object CMakeFiles/cmTC_f6795.dir/HAVE_WINSOCK_H.c.o
FAILED: CMakeFiles/cmTC_f6795.dir/HAVE_WINSOCK_H.c.o
/usr/bin/clang-11 -fdiagnostics-color=always -gdwarf-aranges -pipe -msse4.1 -msse4.2 -mpopcnt -fasynchronous-unwind-tables -falign-functions=32 -Wall -Wno-unused-command-line-argument -fdiagnostics-absolute-paths -fexperimental-new-pass-manager -Werror -w -D__DATE__= -D__TIME__= -D__TIMESTAMP__= -o CMakeFiles/cmTC_f6795.dir/HAVE_WINSOCK_H.c.o -c /home/rf/oden/ClickHouse/build/CMakeFiles/CheckIncludeFiles/HAVE_WINSOCK_H.c
/home/rf/oden/ClickHouse/build/CMakeFiles/CheckIncludeFiles/HAVE_WINSOCK_H.c:2:10: fatal error: 'winsock.h' file not found
#include <winsock.h>
^~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <winsock.h>
#include <windows.h>
int main(void){return 0;}
Performing C SOURCE FILE Test HAVE_TYPE_SOCKET failed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_67a1c"
[1/2] Building C object CMakeFiles/cmTC_67a1c.dir/src.c.o
FAILED: CMakeFiles/cmTC_67a1c.dir/src.c.o
/usr/bin/clang-11 -D_GNU_SOURCE -D_POSIX_C_SOURCE=199309L -D_XOPEN_SOURCE=600 -fdiagnostics-color=always -gdwarf-aranges -pipe -msse4.1 -msse4.2 -mpopcnt -fasynchronous-unwind-tables -falign-functions=32 -Wall -Wno-unused-command-line-argument -fdiagnostics-absolute-paths -fexperimental-new-pass-manager -Werror -w -D__DATE__= -D__TIME__= -D__TIMESTAMP__= -DHAVE_TYPE_SOCKET -o CMakeFiles/cmTC_67a1c.dir/src.c.o -c src.c
/home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/src.c:26:4: error: use of undeclared identifier 'SOCKET'
SOCKET var_exists;
^
/home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/src.c:27:10: error: use of undeclared identifier 'var_exists'
(void)var_exists;
^
2 errors generated.
ninja: build stopped: subcommand failed.
Source file was:
#include <stdio.h>
#include <stdlib.h>
#include <stdbool.h>
#include <sys/types.h>
#include <arpa/inet.h>
#include <arpa/nameser.h>
#include <netdb.h>
#include <net/if.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <signal.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <sys/ioctl.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/time.h>
#include <sys/uio.h>
#include <time.h>
#include <fcntl.h>
#include <unistd.h>
int main() {
SOCKET var_exists;
(void)var_exists;
return 0;
}
Determining if the SO_NONBLOCK exist failed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_433c3"
[1/2] Building C object CMakeFiles/cmTC_433c3.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_433c3.dir/CheckSymbolExists.c.o
/usr/bin/clang-11 -D_GNU_SOURCE -D_POSIX_C_SOURCE=199309L -D_XOPEN_SOURCE=600 -fdiagnostics-color=always -gdwarf-aranges -pipe -msse4.1 -msse4.2 -mpopcnt -fasynchronous-unwind-tables -falign-functions=32 -Wall -Wno-unused-command-line-argument -fdiagnostics-absolute-paths -fexperimental-new-pass-manager -Werror -w -D__DATE__= -D__TIME__= -D__TIMESTAMP__= -o CMakeFiles/cmTC_433c3.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
/home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:27:19: error: use of undeclared identifier 'SO_NONBLOCK'
return ((int*)(&SO_NONBLOCK))[argc];
^
1 error generated.
ninja: build stopped: subcommand failed.
File /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <stdbool.h>
#include <sys/types.h>
#include <arpa/inet.h>
#include <arpa/nameser.h>
#include <netdb.h>
#include <net/if.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <signal.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <sys/ioctl.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/time.h>
#include <sys/uio.h>
#include <time.h>
#include <fcntl.h>
#include <unistd.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef SO_NONBLOCK
return ((int*)(&SO_NONBLOCK))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the bitncmp exist failed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_37193"
[1/2] Building C object CMakeFiles/cmTC_37193.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_37193.dir/CheckSymbolExists.c.o
/usr/bin/clang-11 -D_GNU_SOURCE -D_POSIX_C_SOURCE=199309L -D_XOPEN_SOURCE=600 -fdiagnostics-color=always -gdwarf-aranges -pipe -msse4.1 -msse4.2 -mpopcnt -fasynchronous-unwind-tables -falign-functions=32 -Wall -Wno-unused-command-line-argument -fdiagnostics-absolute-paths -fexperimental-new-pass-manager -Werror -w -D__DATE__= -D__TIME__= -D__TIMESTAMP__= -o CMakeFiles/cmTC_37193.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
/home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:27:19: error: use of undeclared identifier 'bitncmp'
return ((int*)(&bitncmp))[argc];
^
1 error generated.
ninja: build stopped: subcommand failed.
File /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <stdbool.h>
#include <sys/types.h>
#include <arpa/inet.h>
#include <arpa/nameser.h>
#include <netdb.h>
#include <net/if.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <signal.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <sys/ioctl.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/time.h>
#include <sys/uio.h>
#include <time.h>
#include <fcntl.h>
#include <unistd.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef bitncmp
return ((int*)(&bitncmp))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the closesocket exist failed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_4749d"
[1/2] Building C object CMakeFiles/cmTC_4749d.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_4749d.dir/CheckSymbolExists.c.o
/usr/bin/clang-11 -D_GNU_SOURCE -D_POSIX_C_SOURCE=199309L -D_XOPEN_SOURCE=600 -fdiagnostics-color=always -gdwarf-aranges -pipe -msse4.1 -msse4.2 -mpopcnt -fasynchronous-unwind-tables -falign-functions=32 -Wall -Wno-unused-command-line-argument -fdiagnostics-absolute-paths -fexperimental-new-pass-manager -Werror -w -D__DATE__= -D__TIME__= -D__TIMESTAMP__= -o CMakeFiles/cmTC_4749d.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
/home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:27:19: error: use of undeclared identifier 'closesocket'
return ((int*)(&closesocket))[argc];
^
1 error generated.
ninja: build stopped: subcommand failed.
File /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <stdbool.h>
#include <sys/types.h>
#include <arpa/inet.h>
#include <arpa/nameser.h>
#include <netdb.h>
#include <net/if.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <signal.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <sys/ioctl.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/time.h>
#include <sys/uio.h>
#include <time.h>
#include <fcntl.h>
#include <unistd.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef closesocket
return ((int*)(&closesocket))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the CloseSocket exist failed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_be5f6"
[1/2] Building C object CMakeFiles/cmTC_be5f6.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_be5f6.dir/CheckSymbolExists.c.o
/usr/bin/clang-11 -D_GNU_SOURCE -D_POSIX_C_SOURCE=199309L -D_XOPEN_SOURCE=600 -fdiagnostics-color=always -gdwarf-aranges -pipe -msse4.1 -msse4.2 -mpopcnt -fasynchronous-unwind-tables -falign-functions=32 -Wall -Wno-unused-command-line-argument -fdiagnostics-absolute-paths -fexperimental-new-pass-manager -Werror -w -D__DATE__= -D__TIME__= -D__TIMESTAMP__= -o CMakeFiles/cmTC_be5f6.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
/home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:27:19: error: use of undeclared identifier 'CloseSocket'
return ((int*)(&CloseSocket))[argc];
^
1 error generated.
ninja: build stopped: subcommand failed.
File /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <stdbool.h>
#include <sys/types.h>
#include <arpa/inet.h>
#include <arpa/nameser.h>
#include <netdb.h>
#include <net/if.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <signal.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <sys/ioctl.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/time.h>
#include <sys/uio.h>
#include <time.h>
#include <fcntl.h>
#include <unistd.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef CloseSocket
return ((int*)(&CloseSocket))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the inet_net_pton exist failed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_766c8"
[1/2] Building C object CMakeFiles/cmTC_766c8.dir/CheckSymbolExists.c.o
[2/2] Linking C executable cmTC_766c8
FAILED: cmTC_766c8
: && /usr/bin/clang-11 -fdiagnostics-color=always -gdwarf-aranges -pipe -msse4.1 -msse4.2 -mpopcnt -fasynchronous-unwind-tables -falign-functions=32 -Wall -Wno-unused-command-line-argument -fdiagnostics-absolute-paths -fexperimental-new-pass-manager -Werror -w -D__DATE__= -D__TIME__= -D__TIMESTAMP__= -fuse-ld=/usr/bin/ld.gold -rdynamic -Wl,--no-undefined -Wl,-no-pie -rdynamic CMakeFiles/cmTC_766c8.dir/CheckSymbolExists.c.o -o cmTC_766c8 -lrt && :
CMakeFiles/cmTC_766c8.dir/CheckSymbolExists.c.o:CheckSymbolExists.c:function main: error: undefined reference to 'inet_net_pton'
clang: error: linker command failed with exit code 1 (use -v to see invocation)
ninja: build stopped: subcommand failed.
File /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <stdbool.h>
#include <sys/types.h>
#include <arpa/inet.h>
#include <arpa/nameser.h>
#include <netdb.h>
#include <net/if.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <signal.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <sys/ioctl.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/time.h>
#include <sys/uio.h>
#include <time.h>
#include <fcntl.h>
#include <unistd.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef inet_net_pton
return ((int*)(&inet_net_pton))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the ioctlsocket exist failed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_8e34b"
[1/2] Building C object CMakeFiles/cmTC_8e34b.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_8e34b.dir/CheckSymbolExists.c.o
/usr/bin/clang-11 -D_GNU_SOURCE -D_POSIX_C_SOURCE=199309L -D_XOPEN_SOURCE=600 -fdiagnostics-color=always -gdwarf-aranges -pipe -msse4.1 -msse4.2 -mpopcnt -fasynchronous-unwind-tables -falign-functions=32 -Wall -Wno-unused-command-line-argument -fdiagnostics-absolute-paths -fexperimental-new-pass-manager -Werror -w -D__DATE__= -D__TIME__= -D__TIMESTAMP__= -o CMakeFiles/cmTC_8e34b.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
/home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:27:19: error: use of undeclared identifier 'ioctlsocket'
return ((int*)(&ioctlsocket))[argc];
^
1 error generated.
ninja: build stopped: subcommand failed.
File /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <stdbool.h>
#include <sys/types.h>
#include <arpa/inet.h>
#include <arpa/nameser.h>
#include <netdb.h>
#include <net/if.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <signal.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <sys/ioctl.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/time.h>
#include <sys/uio.h>
#include <time.h>
#include <fcntl.h>
#include <unistd.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef ioctlsocket
return ((int*)(&ioctlsocket))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the IoctlSocket exist failed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_95fd1"
[1/2] Building C object CMakeFiles/cmTC_95fd1.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_95fd1.dir/CheckSymbolExists.c.o
/usr/bin/clang-11 -D_GNU_SOURCE -D_POSIX_C_SOURCE=199309L -D_XOPEN_SOURCE=600 -fdiagnostics-color=always -gdwarf-aranges -pipe -msse4.1 -msse4.2 -mpopcnt -fasynchronous-unwind-tables -falign-functions=32 -Wall -Wno-unused-command-line-argument -fdiagnostics-absolute-paths -fexperimental-new-pass-manager -Werror -w -D__DATE__= -D__TIME__= -D__TIMESTAMP__= -o CMakeFiles/cmTC_95fd1.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
/home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:27:19: error: use of undeclared identifier 'IoctlSocket'
return ((int*)(&IoctlSocket))[argc];
^
1 error generated.
ninja: build stopped: subcommand failed.
File /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <stdbool.h>
#include <sys/types.h>
#include <arpa/inet.h>
#include <arpa/nameser.h>
#include <netdb.h>
#include <net/if.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <signal.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <sys/ioctl.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/time.h>
#include <sys/uio.h>
#include <time.h>
#include <fcntl.h>
#include <unistd.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef IoctlSocket
return ((int*)(&IoctlSocket))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the strcmpi exist failed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_171d8"
[1/2] Building C object CMakeFiles/cmTC_171d8.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_171d8.dir/CheckSymbolExists.c.o
/usr/bin/clang-11 -D_GNU_SOURCE -D_POSIX_C_SOURCE=199309L -D_XOPEN_SOURCE=600 -fdiagnostics-color=always -gdwarf-aranges -pipe -msse4.1 -msse4.2 -mpopcnt -fasynchronous-unwind-tables -falign-functions=32 -Wall -Wno-unused-command-line-argument -fdiagnostics-absolute-paths -fexperimental-new-pass-manager -Werror -w -D__DATE__= -D__TIME__= -D__TIMESTAMP__= -o CMakeFiles/cmTC_171d8.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
/home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:27:19: error: use of undeclared identifier 'strcmpi'; did you mean 'strcmp'?
return ((int*)(&strcmpi))[argc];
^~~~~~~
strcmp
/usr/include/string.h:136:12: note: 'strcmp' declared here
extern int strcmp (const char *__s1, const char *__s2)
^
1 error generated.
ninja: build stopped: subcommand failed.
File /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <stdbool.h>
#include <sys/types.h>
#include <arpa/inet.h>
#include <arpa/nameser.h>
#include <netdb.h>
#include <net/if.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <signal.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <sys/ioctl.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/time.h>
#include <sys/uio.h>
#include <time.h>
#include <fcntl.h>
#include <unistd.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef strcmpi
return ((int*)(&strcmpi))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the stricmp exist failed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_eaaf7"
[1/2] Building C object CMakeFiles/cmTC_eaaf7.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_eaaf7.dir/CheckSymbolExists.c.o
/usr/bin/clang-11 -D_GNU_SOURCE -D_POSIX_C_SOURCE=199309L -D_XOPEN_SOURCE=600 -fdiagnostics-color=always -gdwarf-aranges -pipe -msse4.1 -msse4.2 -mpopcnt -fasynchronous-unwind-tables -falign-functions=32 -Wall -Wno-unused-command-line-argument -fdiagnostics-absolute-paths -fexperimental-new-pass-manager -Werror -w -D__DATE__= -D__TIME__= -D__TIMESTAMP__= -o CMakeFiles/cmTC_eaaf7.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
/home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:27:19: error: use of undeclared identifier 'stricmp'
return ((int*)(&stricmp))[argc];
^
1 error generated.
ninja: build stopped: subcommand failed.
File /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <stdbool.h>
#include <sys/types.h>
#include <arpa/inet.h>
#include <arpa/nameser.h>
#include <netdb.h>
#include <net/if.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <signal.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <sys/ioctl.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/time.h>
#include <sys/uio.h>
#include <time.h>
#include <fcntl.h>
#include <unistd.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef stricmp
return ((int*)(&stricmp))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the strncmpi exist failed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_c40a4"
[1/2] Building C object CMakeFiles/cmTC_c40a4.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_c40a4.dir/CheckSymbolExists.c.o
/usr/bin/clang-11 -D_GNU_SOURCE -D_POSIX_C_SOURCE=199309L -D_XOPEN_SOURCE=600 -fdiagnostics-color=always -gdwarf-aranges -pipe -msse4.1 -msse4.2 -mpopcnt -fasynchronous-unwind-tables -falign-functions=32 -Wall -Wno-unused-command-line-argument -fdiagnostics-absolute-paths -fexperimental-new-pass-manager -Werror -w -D__DATE__= -D__TIME__= -D__TIMESTAMP__= -o CMakeFiles/cmTC_c40a4.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
/home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:27:19: error: use of undeclared identifier 'strncmpi'; did you mean 'strncmp'?
return ((int*)(&strncmpi))[argc];
^~~~~~~~
strncmp
/usr/include/string.h:139:12: note: 'strncmp' declared here
extern int strncmp (const char *__s1, const char *__s2, size_t __n)
^
1 error generated.
ninja: build stopped: subcommand failed.
File /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <stdbool.h>
#include <sys/types.h>
#include <arpa/inet.h>
#include <arpa/nameser.h>
#include <netdb.h>
#include <net/if.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <signal.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <sys/ioctl.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/time.h>
#include <sys/uio.h>
#include <time.h>
#include <fcntl.h>
#include <unistd.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef strncmpi
return ((int*)(&strncmpi))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the strnicmp exist failed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_f9954"
[1/2] Building C object CMakeFiles/cmTC_f9954.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_f9954.dir/CheckSymbolExists.c.o
/usr/bin/clang-11 -D_GNU_SOURCE -D_POSIX_C_SOURCE=199309L -D_XOPEN_SOURCE=600 -fdiagnostics-color=always -gdwarf-aranges -pipe -msse4.1 -msse4.2 -mpopcnt -fasynchronous-unwind-tables -falign-functions=32 -Wall -Wno-unused-command-line-argument -fdiagnostics-absolute-paths -fexperimental-new-pass-manager -Werror -w -D__DATE__= -D__TIME__= -D__TIMESTAMP__= -o CMakeFiles/cmTC_f9954.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
/home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:27:19: error: use of undeclared identifier 'strnicmp'; did you mean 'strncmp'?
return ((int*)(&strnicmp))[argc];
^~~~~~~~
strncmp
/usr/include/string.h:139:12: note: 'strncmp' declared here
extern int strncmp (const char *__s1, const char *__s2, size_t __n)
^
1 error generated.
ninja: build stopped: subcommand failed.
File /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <stdbool.h>
#include <sys/types.h>
#include <arpa/inet.h>
#include <arpa/nameser.h>
#include <netdb.h>
#include <net/if.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <signal.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <sys/ioctl.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/time.h>
#include <sys/uio.h>
#include <time.h>
#include <fcntl.h>
#include <unistd.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef strnicmp
return ((int*)(&strnicmp))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the function __system_property_get exists failed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_c66ac"
[1/2] Building C object CMakeFiles/cmTC_c66ac.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_c66ac
FAILED: cmTC_c66ac
: && /usr/bin/clang-11 -fdiagnostics-color=always -gdwarf-aranges -pipe -msse4.1 -msse4.2 -mpopcnt -fasynchronous-unwind-tables -falign-functions=32 -Wall -Wno-unused-command-line-argument -fdiagnostics-absolute-paths -fexperimental-new-pass-manager -Werror -w -D__DATE__= -D__TIME__= -D__TIMESTAMP__= -DCHECK_FUNCTION_EXISTS=__system_property_get -fuse-ld=/usr/bin/ld.gold -rdynamic -Wl,--no-undefined -Wl,-no-pie CMakeFiles/cmTC_c66ac.dir/CheckFunctionExists.c.o -o cmTC_c66ac -lrt && :
CMakeFiles/cmTC_c66ac.dir/CheckFunctionExists.c.o:CheckFunctionExists.c:function main: error: undefined reference to '__system_property_get'
clang: error: linker command failed with exit code 1 (use -v to see invocation)
ninja: build stopped: subcommand failed.
Performing C++ SOURCE FILE Test HAVE_UNORDERED_MAP failed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_0da3a"
[1/2] Building CXX object CMakeFiles/cmTC_0da3a.dir/src.cxx.o
FAILED: CMakeFiles/cmTC_0da3a.dir/src.cxx.o
/usr/bin/clang++-11 -fdiagnostics-color=always -fsized-deallocation -gdwarf-aranges -pipe -msse4.1 -msse4.2 -mpopcnt -fasynchronous-unwind-tables -falign-functions=32 -Wall -Wno-unused-command-line-argument -fdiagnostics-absolute-paths -fexperimental-new-pass-manager -Werror -w -D__DATE__= -D__TIME__= -D__TIMESTAMP__= -pthread -std=c++11 -Wall -pedantic -Wextra -Wno-long-long -Wno-unused-parameter -Wno-variadic-macros -Wno-zero-length-array -Wno-unused-local-typedef -Wno-unknown-warning-option -DHAVE_UNORDERED_MAP -std=c++11 -o CMakeFiles/cmTC_0da3a.dir/src.cxx.o -c src.cxx
/home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/src.cxx:4:14: error: no member named 'tr1' in namespace 'std'
std::tr1::unordered_map<int,int> m;
~~~~~^
/home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/src.cxx:4:36: error: expected '(' for function-style cast or type construction
std::tr1::unordered_map<int,int> m;
~~~^
/home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/src.cxx:5:16: error: use of undeclared identifier 'm'
return m.find(42) == m.end();
^
/home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/src.cxx:5:30: error: use of undeclared identifier 'm'
return m.find(42) == m.end();
^
4 errors generated.
ninja: build stopped: subcommand failed.
Source file was:
#include <unordered_map>
int main() {
std::tr1::unordered_map<int,int> m;
return m.find(42) == m.end();
}
Determining if the SO_NOSIGPIPE exist failed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_63411"
[1/2] Building C object CMakeFiles/cmTC_63411.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_63411.dir/CheckSymbolExists.c.o
/usr/bin/clang-11 -fdiagnostics-color=always -gdwarf-aranges -pipe -msse4.1 -msse4.2 -mpopcnt -fasynchronous-unwind-tables -falign-functions=32 -Wall -Wno-unused-command-line-argument -fdiagnostics-absolute-paths -fexperimental-new-pass-manager -Werror -w -D__DATE__= -D__TIME__= -D__TIMESTAMP__= -pthread -o CMakeFiles/cmTC_63411.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
/home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:9:19: error: use of undeclared identifier 'SO_NOSIGPIPE'
return ((int*)(&SO_NOSIGPIPE))[argc];
^
1 error generated.
ninja: build stopped: subcommand failed.
File /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <sys/socket.h>
#include <sys/types.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef SO_NOSIGPIPE
return ((int*)(&SO_NOSIGPIPE))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the malloc_usable_size exist failed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_8247a"
[1/2] Building CXX object CMakeFiles/cmTC_8247a.dir/CheckSymbolExists.cxx.o
FAILED: CMakeFiles/cmTC_8247a.dir/CheckSymbolExists.cxx.o
/usr/bin/clang++-11 -fdiagnostics-color=always -fsized-deallocation -gdwarf-aranges -pipe -msse4.1 -msse4.2 -mpopcnt -fasynchronous-unwind-tables -falign-functions=32 -Wall -Wno-unused-command-line-argument -fdiagnostics-absolute-paths -fexperimental-new-pass-manager -Werror -w -D__DATE__= -D__TIME__= -D__TIMESTAMP__= -o CMakeFiles/cmTC_8247a.dir/CheckSymbolExists.cxx.o -c CheckSymbolExists.cxx
/home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:2:10: fatal error: '/home/rf/oden/ClickHouse/contrib/rocksdb/malloc.h' file not found
#include </home/rf/oden/ClickHouse/contrib/rocksdb/malloc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
File /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:
/* */
#include </home/rf/oden/ClickHouse/contrib/rocksdb/malloc.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef malloc_usable_size
return ((int*)(&malloc_usable_size))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the getauxval exist failed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_cc887"
[1/2] Building CXX object CMakeFiles/cmTC_cc887.dir/CheckSymbolExists.cxx.o
FAILED: CMakeFiles/cmTC_cc887.dir/CheckSymbolExists.cxx.o
/usr/bin/clang++-11 -fdiagnostics-color=always -fsized-deallocation -gdwarf-aranges -pipe -msse4.1 -msse4.2 -mpopcnt -fasynchronous-unwind-tables -falign-functions=32 -Wall -Wno-unused-command-line-argument -fdiagnostics-absolute-paths -fexperimental-new-pass-manager -Werror -w -D__DATE__= -D__TIME__= -D__TIMESTAMP__= -o CMakeFiles/cmTC_cc887.dir/CheckSymbolExists.cxx.o -c CheckSymbolExists.cxx
/home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:2:10: fatal error: 'auvx.h' file not found
#include <auvx.h>
^~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
File /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:
/* */
#include <auvx.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef getauxval
return ((int*)(&getauxval))[argc];
#else
(void)argc;
return 0;
#endif
}
Performing C++ SOURCE FILE Test HAVE_UNORDERED_MAP failed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_ae445"
[1/2] Building CXX object CMakeFiles/cmTC_ae445.dir/src.cxx.o
FAILED: CMakeFiles/cmTC_ae445.dir/src.cxx.o
/usr/bin/clang++-11 -fdiagnostics-color=always -fsized-deallocation -gdwarf-aranges -pipe -msse4.1 -msse4.2 -mpopcnt -fasynchronous-unwind-tables -falign-functions=32 -Wall -Wno-unused-command-line-argument -fdiagnostics-absolute-paths -fexperimental-new-pass-manager -Werror -w -D__DATE__= -D__TIME__= -D__TIMESTAMP__= -pthread -std=c++11 -Wall -pedantic -Wextra -Wno-long-long -Wno-unused-parameter -Wno-variadic-macros -Wno-zero-length-array -Wno-unused-local-typedef -Wno-unknown-warning-option -DHAVE_UNORDERED_MAP -std=c++11 -o CMakeFiles/cmTC_ae445.dir/src.cxx.o -c src.cxx
/home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/src.cxx:4:14: error: no member named 'tr1' in namespace 'std'
std::tr1::unordered_map<int,int> m;
~~~~~^
/home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/src.cxx:4:36: error: expected '(' for function-style cast or type construction
std::tr1::unordered_map<int,int> m;
~~~^
/home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/src.cxx:5:16: error: use of undeclared identifier 'm'
return m.find(42) == m.end();
^
/home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/src.cxx:5:30: error: use of undeclared identifier 'm'
return m.find(42) == m.end();
^
4 errors generated.
ninja: build stopped: subcommand failed.
Source file was:
#include <unordered_map>
int main() {
std::tr1::unordered_map<int,int> m;
return m.find(42) == m.end();
}
Performing C++ SOURCE FILE Test HAVE_UNORDERED_MAP failed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_744fe"
[1/2] Building CXX object CMakeFiles/cmTC_744fe.dir/src.cxx.o
FAILED: CMakeFiles/cmTC_744fe.dir/src.cxx.o
/usr/bin/clang++-11 -fdiagnostics-color=always -fsized-deallocation -gdwarf-aranges -pipe -msse4.1 -msse4.2 -mpopcnt -fasynchronous-unwind-tables -falign-functions=32 -Wall -Wno-unused-command-line-argument -fdiagnostics-absolute-paths -fexperimental-new-pass-manager -Werror -w -D__DATE__= -D__TIME__= -D__TIMESTAMP__= -pthread -std=c++11 -Wall -pedantic -Wextra -Wno-long-long -Wno-unused-parameter -Wno-variadic-macros -Wno-zero-length-array -Wno-unused-local-typedef -Wno-unknown-warning-option -DHAVE_UNORDERED_MAP -std=c++11 -o CMakeFiles/cmTC_744fe.dir/src.cxx.o -c src.cxx
/home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/src.cxx:4:14: error: no member named 'tr1' in namespace 'std'
std::tr1::unordered_map<int,int> m;
~~~~~^
/home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/src.cxx:4:36: error: expected '(' for function-style cast or type construction
std::tr1::unordered_map<int,int> m;
~~~^
/home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/src.cxx:5:16: error: use of undeclared identifier 'm'
return m.find(42) == m.end();
^
/home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/src.cxx:5:30: error: use of undeclared identifier 'm'
return m.find(42) == m.end();
^
4 errors generated.
ninja: build stopped: subcommand failed.
Source file was:
#include <unordered_map>
int main() {
std::tr1::unordered_map<int,int> m;
return m.find(42) == m.end();
}
The system is: Linux - 4.19.0-16-cloud-amd64 - x86_64
Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
Compiler: /usr/bin/clang-11
Build flags:
Id flags:
The output was:
0
Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out"
The C compiler identification is Clang, found in "/home/rf/oden/ClickHouse/build/CMakeFiles/3.13.4/CompilerIdC/a.out"
Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded.
Compiler: /usr/bin/clang++-11
Build flags:
Id flags:
The output was:
0
Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out"
The CXX compiler identification is Clang, found in "/home/rf/oden/ClickHouse/build/CMakeFiles/3.13.4/CompilerIdCXX/a.out"
Determining if the C compiler works passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_03015"
[1/2] Building C object CMakeFiles/cmTC_03015.dir/testCCompiler.c.o
[2/2] Linking C executable cmTC_03015
Detecting C compiler ABI info compiled with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_42ffe"
[1/2] Building C object CMakeFiles/cmTC_42ffe.dir/CMakeCCompilerABI.c.o
[2/2] Linking C executable cmTC_42ffe
Debian clang version 11.0.1-2~bpo10+1
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-linux-gnu/8
Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/8
Selected GCC installation: /usr/bin/../lib/gcc/x86_64-linux-gnu/8
Candidate multilib: .;@m64
Selected multilib: .;@m64
"/usr/bin/ld" -export-dynamic --hash-style=both --build-id --eh-frame-hdr -m elf_x86_64 -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_42ffe /usr/bin/../lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/crt1.o /usr/bin/../lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/crti.o /usr/bin/../lib/gcc/x86_64-linux-gnu/8/crtbegin.o -L/usr/bin/../lib/gcc/x86_64-linux-gnu/8 -L/usr/bin/../lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu -L/usr/bin/../lib/gcc/x86_64-linux-gnu/8/../../../../lib64 -L/lib/x86_64-linux-gnu -L/lib/../lib64 -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib64 -L/usr/lib/x86_64-linux-gnu/../../lib64 -L/usr/bin/../lib/gcc/x86_64-linux-gnu/8/../../.. -L/usr/lib/llvm-11/bin/../lib -L/lib -L/usr/lib CMakeFiles/cmTC_42ffe.dir/CMakeCCompilerABI.c.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib/gcc/x86_64-linux-gnu/8/crtend.o /usr/bin/../lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/crtn.o
Parsed C implicit link information from above output:
link line regex: [^( *|.*[/\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)]
ignore line: [Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp]
ignore line: []
ignore line: [Run Build Command:"/usr/bin/ninja" "cmTC_42ffe"]
ignore line: [[1/2] Building C object CMakeFiles/cmTC_42ffe.dir/CMakeCCompilerABI.c.o]
ignore line: [[2/2] Linking C executable cmTC_42ffe]
ignore line: [Debian clang version 11.0.1-2~bpo10+1]
ignore line: [Target: x86_64-pc-linux-gnu]
ignore line: [Thread model: posix]
ignore line: [InstalledDir: /usr/bin]
ignore line: [Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-linux-gnu/8]
ignore line: [Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/8]
ignore line: [Selected GCC installation: /usr/bin/../lib/gcc/x86_64-linux-gnu/8]
ignore line: [Candidate multilib: .]
ignore line: [@m64]
ignore line: [Selected multilib: .]
ignore line: [@m64]
link line: [ "/usr/bin/ld" -export-dynamic --hash-style=both --build-id --eh-frame-hdr -m elf_x86_64 -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_42ffe /usr/bin/../lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/crt1.o /usr/bin/../lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/crti.o /usr/bin/../lib/gcc/x86_64-linux-gnu/8/crtbegin.o -L/usr/bin/../lib/gcc/x86_64-linux-gnu/8 -L/usr/bin/../lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu -L/usr/bin/../lib/gcc/x86_64-linux-gnu/8/../../../../lib64 -L/lib/x86_64-linux-gnu -L/lib/../lib64 -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib64 -L/usr/lib/x86_64-linux-gnu/../../lib64 -L/usr/bin/../lib/gcc/x86_64-linux-gnu/8/../../.. -L/usr/lib/llvm-11/bin/../lib -L/lib -L/usr/lib CMakeFiles/cmTC_42ffe.dir/CMakeCCompilerABI.c.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib/gcc/x86_64-linux-gnu/8/crtend.o /usr/bin/../lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/crtn.o]
arg [/usr/bin/ld] ==> ignore
arg [-export-dynamic] ==> ignore
arg [--hash-style=both] ==> ignore
arg [--build-id] ==> ignore
arg [--eh-frame-hdr] ==> ignore
arg [-m] ==> ignore
arg [elf_x86_64] ==> ignore
arg [-export-dynamic] ==> ignore
arg [-dynamic-linker] ==> ignore
arg [/lib64/ld-linux-x86-64.so.2] ==> ignore
arg [-o] ==> ignore
arg [cmTC_42ffe] ==> ignore
arg [/usr/bin/../lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/crt1.o] ==> ignore
arg [/usr/bin/../lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/crti.o] ==> ignore
arg [/usr/bin/../lib/gcc/x86_64-linux-gnu/8/crtbegin.o] ==> ignore
arg [-L/usr/bin/../lib/gcc/x86_64-linux-gnu/8] ==> dir [/usr/bin/../lib/gcc/x86_64-linux-gnu/8]
arg [-L/usr/bin/../lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu] ==> dir [/usr/bin/../lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu]
arg [-L/usr/bin/../lib/gcc/x86_64-linux-gnu/8/../../../../lib64] ==> dir [/usr/bin/../lib/gcc/x86_64-linux-gnu/8/../../../../lib64]
arg [-L/lib/x86_64-linux-gnu] ==> dir [/lib/x86_64-linux-gnu]
arg [-L/lib/../lib64] ==> dir [/lib/../lib64]
arg [-L/usr/lib/x86_64-linux-gnu] ==> dir [/usr/lib/x86_64-linux-gnu]
arg [-L/usr/lib/../lib64] ==> dir [/usr/lib/../lib64]
arg [-L/usr/lib/x86_64-linux-gnu/../../lib64] ==> dir [/usr/lib/x86_64-linux-gnu/../../lib64]
arg [-L/usr/bin/../lib/gcc/x86_64-linux-gnu/8/../../..] ==> dir [/usr/bin/../lib/gcc/x86_64-linux-gnu/8/../../..]
arg [-L/usr/lib/llvm-11/bin/../lib] ==> dir [/usr/lib/llvm-11/bin/../lib]
arg [-L/lib] ==> dir [/lib]
arg [-L/usr/lib] ==> dir [/usr/lib]
arg [CMakeFiles/cmTC_42ffe.dir/CMakeCCompilerABI.c.o] ==> ignore
arg [-lgcc] ==> lib [gcc]
arg [--as-needed] ==> ignore
arg [-lgcc_s] ==> lib [gcc_s]
arg [--no-as-needed] ==> ignore
arg [-lc] ==> lib [c]
arg [-lgcc] ==> lib [gcc]
arg [--as-needed] ==> ignore
arg [-lgcc_s] ==> lib [gcc_s]
arg [--no-as-needed] ==> ignore
arg [/usr/bin/../lib/gcc/x86_64-linux-gnu/8/crtend.o] ==> ignore
arg [/usr/bin/../lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/crtn.o] ==> ignore
collapse library dir [/usr/bin/../lib/gcc/x86_64-linux-gnu/8] ==> [/usr/lib/gcc/x86_64-linux-gnu/8]
collapse library dir [/usr/bin/../lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu]
collapse library dir [/usr/bin/../lib/gcc/x86_64-linux-gnu/8/../../../../lib64] ==> [/usr/lib64]
collapse library dir [/lib/x86_64-linux-gnu] ==> [/lib/x86_64-linux-gnu]
collapse library dir [/lib/../lib64] ==> [/lib64]
collapse library dir [/usr/lib/x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu]
collapse library dir [/usr/lib/../lib64] ==> [/usr/lib64]
collapse library dir [/usr/lib/x86_64-linux-gnu/../../lib64] ==> [/usr/lib64]
collapse library dir [/usr/bin/../lib/gcc/x86_64-linux-gnu/8/../../..] ==> [/usr/lib]
collapse library dir [/usr/lib/llvm-11/bin/../lib] ==> [/usr/lib/llvm-11/lib]
collapse library dir [/lib] ==> [/lib]
collapse library dir [/usr/lib] ==> [/usr/lib]
implicit libs: [gcc;gcc_s;c;gcc;gcc_s]
implicit dirs: [/usr/lib/gcc/x86_64-linux-gnu/8;/usr/lib/x86_64-linux-gnu;/usr/lib64;/lib/x86_64-linux-gnu;/lib64;/usr/lib;/usr/lib/llvm-11/lib;/lib]
implicit fwks: []
Detecting C [-std=c11] compiler features compiled with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_3b07b"
[1/2] Building C object CMakeFiles/cmTC_3b07b.dir/feature_tests.c.o
[2/2] Linking C executable cmTC_3b07b
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: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_6ab4e"
[1/2] Building C object CMakeFiles/cmTC_6ab4e.dir/feature_tests.c.o
[2/2] Linking C executable cmTC_6ab4e
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: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_28282"
[1/2] Building C object CMakeFiles/cmTC_28282.dir/feature_tests.c.o
[2/2] Linking C executable cmTC_28282
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: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_71ec2"
[1/2] Building CXX object CMakeFiles/cmTC_71ec2.dir/testCXXCompiler.cxx.o
[2/2] Linking CXX executable cmTC_71ec2
Detecting CXX compiler ABI info compiled with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_c9127"
[1/2] Building CXX object CMakeFiles/cmTC_c9127.dir/CMakeCXXCompilerABI.cpp.o
[2/2] Linking CXX executable cmTC_c9127
Debian clang version 11.0.1-2~bpo10+1
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-linux-gnu/8
Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/8
Selected GCC installation: /usr/bin/../lib/gcc/x86_64-linux-gnu/8
Candidate multilib: .;@m64
Selected multilib: .;@m64
"/usr/bin/ld" -export-dynamic --hash-style=both --build-id --eh-frame-hdr -m elf_x86_64 -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_c9127 /usr/bin/../lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/crt1.o /usr/bin/../lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/crti.o /usr/bin/../lib/gcc/x86_64-linux-gnu/8/crtbegin.o -L/usr/bin/../lib/gcc/x86_64-linux-gnu/8 -L/usr/bin/../lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu -L/usr/bin/../lib/gcc/x86_64-linux-gnu/8/../../../../lib64 -L/lib/x86_64-linux-gnu -L/lib/../lib64 -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib64 -L/usr/lib/x86_64-linux-gnu/../../lib64 -L/usr/bin/../lib/gcc/x86_64-linux-gnu/8/../../.. -L/usr/lib/llvm-11/bin/../lib -L/lib -L/usr/lib CMakeFiles/cmTC_c9127.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/bin/../lib/gcc/x86_64-linux-gnu/8/crtend.o /usr/bin/../lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/crtn.o
Parsed CXX implicit link information from above output:
link line regex: [^( *|.*[/\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)]
ignore line: [Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp]
ignore line: []
ignore line: [Run Build Command:"/usr/bin/ninja" "cmTC_c9127"]
ignore line: [[1/2] Building CXX object CMakeFiles/cmTC_c9127.dir/CMakeCXXCompilerABI.cpp.o]
ignore line: [[2/2] Linking CXX executable cmTC_c9127]
ignore line: [Debian clang version 11.0.1-2~bpo10+1]
ignore line: [Target: x86_64-pc-linux-gnu]
ignore line: [Thread model: posix]
ignore line: [InstalledDir: /usr/bin]
ignore line: [Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-linux-gnu/8]
ignore line: [Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/8]
ignore line: [Selected GCC installation: /usr/bin/../lib/gcc/x86_64-linux-gnu/8]
ignore line: [Candidate multilib: .]
ignore line: [@m64]
ignore line: [Selected multilib: .]
ignore line: [@m64]
link line: [ "/usr/bin/ld" -export-dynamic --hash-style=both --build-id --eh-frame-hdr -m elf_x86_64 -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_c9127 /usr/bin/../lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/crt1.o /usr/bin/../lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/crti.o /usr/bin/../lib/gcc/x86_64-linux-gnu/8/crtbegin.o -L/usr/bin/../lib/gcc/x86_64-linux-gnu/8 -L/usr/bin/../lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu -L/usr/bin/../lib/gcc/x86_64-linux-gnu/8/../../../../lib64 -L/lib/x86_64-linux-gnu -L/lib/../lib64 -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib64 -L/usr/lib/x86_64-linux-gnu/../../lib64 -L/usr/bin/../lib/gcc/x86_64-linux-gnu/8/../../.. -L/usr/lib/llvm-11/bin/../lib -L/lib -L/usr/lib CMakeFiles/cmTC_c9127.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/bin/../lib/gcc/x86_64-linux-gnu/8/crtend.o /usr/bin/../lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/crtn.o]
arg [/usr/bin/ld] ==> ignore
arg [-export-dynamic] ==> ignore
arg [--hash-style=both] ==> ignore
arg [--build-id] ==> ignore
arg [--eh-frame-hdr] ==> ignore
arg [-m] ==> ignore
arg [elf_x86_64] ==> ignore
arg [-export-dynamic] ==> ignore
arg [-dynamic-linker] ==> ignore
arg [/lib64/ld-linux-x86-64.so.2] ==> ignore
arg [-o] ==> ignore
arg [cmTC_c9127] ==> ignore
arg [/usr/bin/../lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/crt1.o] ==> ignore
arg [/usr/bin/../lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/crti.o] ==> ignore
arg [/usr/bin/../lib/gcc/x86_64-linux-gnu/8/crtbegin.o] ==> ignore
arg [-L/usr/bin/../lib/gcc/x86_64-linux-gnu/8] ==> dir [/usr/bin/../lib/gcc/x86_64-linux-gnu/8]
arg [-L/usr/bin/../lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu] ==> dir [/usr/bin/../lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu]
arg [-L/usr/bin/../lib/gcc/x86_64-linux-gnu/8/../../../../lib64] ==> dir [/usr/bin/../lib/gcc/x86_64-linux-gnu/8/../../../../lib64]
arg [-L/lib/x86_64-linux-gnu] ==> dir [/lib/x86_64-linux-gnu]
arg [-L/lib/../lib64] ==> dir [/lib/../lib64]
arg [-L/usr/lib/x86_64-linux-gnu] ==> dir [/usr/lib/x86_64-linux-gnu]
arg [-L/usr/lib/../lib64] ==> dir [/usr/lib/../lib64]
arg [-L/usr/lib/x86_64-linux-gnu/../../lib64] ==> dir [/usr/lib/x86_64-linux-gnu/../../lib64]
arg [-L/usr/bin/../lib/gcc/x86_64-linux-gnu/8/../../..] ==> dir [/usr/bin/../lib/gcc/x86_64-linux-gnu/8/../../..]
arg [-L/usr/lib/llvm-11/bin/../lib] ==> dir [/usr/lib/llvm-11/bin/../lib]
arg [-L/lib] ==> dir [/lib]
arg [-L/usr/lib] ==> dir [/usr/lib]
arg [CMakeFiles/cmTC_c9127.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore
arg [-lstdc++] ==> lib [stdc++]
arg [-lm] ==> lib [m]
arg [-lgcc_s] ==> lib [gcc_s]
arg [-lgcc] ==> lib [gcc]
arg [-lc] ==> lib [c]
arg [-lgcc_s] ==> lib [gcc_s]
arg [-lgcc] ==> lib [gcc]
arg [/usr/bin/../lib/gcc/x86_64-linux-gnu/8/crtend.o] ==> ignore
arg [/usr/bin/../lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/crtn.o] ==> ignore
collapse library dir [/usr/bin/../lib/gcc/x86_64-linux-gnu/8] ==> [/usr/lib/gcc/x86_64-linux-gnu/8]
collapse library dir [/usr/bin/../lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu]
collapse library dir [/usr/bin/../lib/gcc/x86_64-linux-gnu/8/../../../../lib64] ==> [/usr/lib64]
collapse library dir [/lib/x86_64-linux-gnu] ==> [/lib/x86_64-linux-gnu]
collapse library dir [/lib/../lib64] ==> [/lib64]
collapse library dir [/usr/lib/x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu]
collapse library dir [/usr/lib/../lib64] ==> [/usr/lib64]
collapse library dir [/usr/lib/x86_64-linux-gnu/../../lib64] ==> [/usr/lib64]
collapse library dir [/usr/bin/../lib/gcc/x86_64-linux-gnu/8/../../..] ==> [/usr/lib]
collapse library dir [/usr/lib/llvm-11/bin/../lib] ==> [/usr/lib/llvm-11/lib]
collapse library dir [/lib] ==> [/lib]
collapse library dir [/usr/lib] ==> [/usr/lib]
implicit libs: [stdc++;m;gcc_s;gcc;c;gcc_s;gcc]
implicit dirs: [/usr/lib/gcc/x86_64-linux-gnu/8;/usr/lib/x86_64-linux-gnu;/usr/lib64;/lib/x86_64-linux-gnu;/lib64;/usr/lib;/usr/lib/llvm-11/lib;/lib]
implicit fwks: []
Detecting CXX [-std=c++2a] compiler features compiled with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_7502b"
[1/2] Building CXX object CMakeFiles/cmTC_7502b.dir/feature_tests.cxx.o
[2/2] Linking CXX executable cmTC_7502b
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++17] compiler features compiled with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_fb596"
[1/2] Building CXX object CMakeFiles/cmTC_fb596.dir/feature_tests.cxx.o
[2/2] Linking CXX executable cmTC_fb596
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++14] compiler features compiled with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_b55f7"
[1/2] Building CXX object CMakeFiles/cmTC_b55f7.dir/feature_tests.cxx.o
[2/2] Linking CXX executable cmTC_b55f7
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: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_98ed9"
[1/2] Building CXX object CMakeFiles/cmTC_98ed9.dir/feature_tests.cxx.o
[2/2] Linking CXX executable cmTC_98ed9
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: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_8de87"
[1/2] Building CXX object CMakeFiles/cmTC_8de87.dir/feature_tests.cxx.o
[2/2] Linking CXX executable cmTC_8de87
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
Checking whether the ASM compiler is Clang using "--version" matched "(clang version)":
Debian clang version 11.0.1-2~bpo10+1
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
Performing C++ SOURCE FILE Test HAVE_SSE41 succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_c5023"
[1/2] Building CXX object CMakeFiles/cmTC_c5023.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_c5023
Source file was:
#include <smmintrin.h>
int main() {
auto a = _mm_insert_epi8(__m128i(), 0, 0);
(void)a;
return 0;
}
Performing C++ SOURCE FILE Test HAVE_SSE42 succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_5a3b8"
[1/2] Building CXX object CMakeFiles/cmTC_5a3b8.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_5a3b8
Source file was:
#include <nmmintrin.h>
int main() {
auto a = _mm_crc32_u64(0, 0);
(void)a;
return 0;
}
Performing C++ SOURCE FILE Test HAVE_SSSE3 succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_d3665"
[1/2] Building CXX object CMakeFiles/cmTC_d3665.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_d3665
Source file was:
#include <tmmintrin.h>
int main() {
__m64 a = _mm_abs_pi8(__m64());
(void)a;
return 0;
}
Performing C++ SOURCE FILE Test HAVE_AVX succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_8251f"
[1/2] Building CXX object CMakeFiles/cmTC_8251f.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_8251f
Source file was:
#include <immintrin.h>
int main() {
auto a = _mm256_insert_epi8(__m256i(), 0, 0);
(void)a;
return 0;
}
Performing C++ SOURCE FILE Test HAVE_AVX2 succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_243ce"
[1/2] Building CXX object CMakeFiles/cmTC_243ce.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_243ce
Source file was:
#include <immintrin.h>
int main() {
auto a = _mm256_add_epi16(__m256i(), __m256i());
(void)a;
return 0;
}
Performing C++ SOURCE FILE Test HAVE_PCLMULQDQ succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_df3ca"
[1/2] Building CXX object CMakeFiles/cmTC_df3ca.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_df3ca
Source file was:
#include <wmmintrin.h>
int main() {
auto a = _mm_clmulepi64_si128(__m128i(), __m128i(), 0);
(void)a;
return 0;
}
Performing C++ SOURCE FILE Test HAVE_POPCNT succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_1801d"
[1/2] Building CXX object CMakeFiles/cmTC_1801d.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_1801d
Source file was:
int main() {
auto a = __builtin_popcountll(0);
(void)a;
return 0;
}
Performing C++ SOURCE FILE Test SUPPORTS_CXXFLAG_error succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_6e93f"
[1/2] Building CXX object CMakeFiles/cmTC_6e93f.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_6e93f
Source file was:
int main() { return 0; }
Performing C SOURCE FILE Test SUPPORTS_CFLAG_error succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_502f3"
[1/2] Building C object CMakeFiles/cmTC_502f3.dir/src.c.o
[2/2] Linking C executable cmTC_502f3
Source file was:
int main(void) { return 0; }
Determining if the include file pthread.h exists passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_310c8"
[1/2] Building C object CMakeFiles/cmTC_310c8.dir/CheckIncludeFile.c.o
[2/2] Linking C executable cmTC_310c8
Determining if the include file sys/random.h exists passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_50a01"
[1/2] Building C object CMakeFiles/cmTC_50a01.dir/CheckIncludeFile.c.o
[2/2] Linking C executable cmTC_50a01
Performing C++ SOURCE FILE Test HAVE_WARNING_REGISTER succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_dcb87"
[1/2] Building CXX object CMakeFiles/cmTC_dcb87.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_dcb87
Source file was:
int main() { return 0; }
Determining if the include file sys/types.h exists passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_1bbea"
[1/2] Building C object CMakeFiles/cmTC_1bbea.dir/CheckIncludeFile.c.o
[2/2] Linking C executable cmTC_1bbea
Determining if the include file stdint.h exists passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_b9271"
[1/2] Building C object CMakeFiles/cmTC_b9271.dir/CheckIncludeFile.c.o
[2/2] Linking C executable cmTC_b9271
Determining if the include file stddef.h exists passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_eedb3"
[1/2] Building C object CMakeFiles/cmTC_eedb3.dir/CheckIncludeFile.c.o
[2/2] Linking C executable cmTC_eedb3
Determining size of unsigned short passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_5fa24"
[1/2] Building C object CMakeFiles/cmTC_5fa24.dir/CMAKE_SIZEOF_UNSIGNED_SHORT.c.o
[2/2] Linking C executable cmTC_5fa24
Determining if the system is big endian passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_c584e"
[1/2] Building C object CMakeFiles/cmTC_c584e.dir/TestEndianess.c.o
[2/2] Linking C executable cmTC_c584e
TestEndianess.c:
/* A 16 bit integer is required. */
typedef unsigned short cmakeint16;
/* On a little endian machine, these 16bit ints will give "THIS IS LITTLE ENDIAN."
On a big endian machine the characters will be exchanged pairwise. */
const cmakeint16 info_little[] = {0x4854, 0x5349, 0x4920, 0x2053, 0x494c, 0x5454, 0x454c, 0x4520, 0x444e, 0x4149, 0x2e4e, 0x0000};
/* on a big endian machine, these 16bit ints will give "THIS IS BIG ENDIAN."
On a little endian machine the characters will be exchanged pairwise. */
const cmakeint16 info_big[] = {0x5448, 0x4953, 0x2049, 0x5320, 0x4249, 0x4720, 0x454e, 0x4449, 0x414e, 0x2e2e, 0x0000};
#ifdef __CLASSIC_C__
int main(argc, argv) int argc; char *argv[];
#else
int main(int argc, char *argv[])
#endif
{
int require = 0;
require += info_little[argc];
require += info_big[argc];
(void)argv;
return require;
}
Performing C SOURCE FILE Test HAVE___BUILTIN_BSWAPXX succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_edafb"
[1/2] Building C object CMakeFiles/cmTC_edafb.dir/src.c.o
[2/2] Linking C executable cmTC_edafb
Source file was:
int main(void)
{
__builtin_bswap16(1);
__builtin_bswap32(1);
__builtin_bswap64(1);
return 0;
}
Performing C SOURCE FILE Test HAVE___BUILTIN_ASSUME_ALIGNED succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_2ea71"
[1/2] Building C object CMakeFiles/cmTC_2ea71.dir/src.c.o
[2/2] Linking C executable cmTC_2ea71
Source file was:
int main(void) { __builtin_assume_aligned("", 1); return 0; }
Determining if the clock_gettime exist passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_80473"
[1/2] Building C object CMakeFiles/cmTC_80473.dir/CheckSymbolExists.c.o
[2/2] Linking C executable cmTC_80473
File /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <time.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef clock_gettime
return ((int*)(&clock_gettime))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the CLOCK_MONOTONIC exist passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_2737a"
[1/2] Building C object CMakeFiles/cmTC_2737a.dir/CheckSymbolExists.c.o
[2/2] Linking C executable cmTC_2737a
File /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <time.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef CLOCK_MONOTONIC
return ((int*)(&CLOCK_MONOTONIC))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the pthread_condattr_setclock exist passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_2e4e1"
[1/2] Building C object CMakeFiles/cmTC_2e4e1.dir/CheckSymbolExists.c.o
[2/2] Linking C executable cmTC_2e4e1
File /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <pthread.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef pthread_condattr_setclock
return ((int*)(&pthread_condattr_setclock))[argc];
#else
(void)argc;
return 0;
#endif
}
Performing C SOURCE FILE Test TUKLIB_CPUCORES_SCHED_GETAFFINITY succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_4c3ef"
[1/2] Building C object CMakeFiles/cmTC_4c3ef.dir/src.c.o
[2/2] Linking C executable cmTC_4c3ef
Source file was:
#include <sched.h>
int main(void)
{
cpu_set_t cpu_mask;
sched_getaffinity(0, sizeof(cpu_mask), &cpu_mask);
return CPU_COUNT(&cpu_mask);
}
Performing C SOURCE FILE Test TUKLIB_PHYSMEM_SYSCONF succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_a4209"
[1/2] Building C object CMakeFiles/cmTC_a4209.dir/src.c.o
[2/2] Linking C executable cmTC_a4209
Source file was:
#include <unistd.h>
int main(void)
{
long i;
i = sysconf(_SC_PAGESIZE);
i = sysconf(_SC_PHYS_PAGES);
return 0;
}
Determining if the include file immintrin.h exists passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_07c48"
[1/2] Building C object CMakeFiles/cmTC_07c48.dir/CheckIncludeFile.c.o
[2/2] Linking C executable cmTC_07c48
Performing C SOURCE FILE Test HAVE__MM_MOVEMASK_EPI8 succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_a5349"
[1/2] Building C object CMakeFiles/cmTC_a5349.dir/src.c.o
[2/2] Linking C executable cmTC_a5349
Source file was:
#include <immintrin.h>
int main(void)
{
__m128i x = { 0 };
_mm_movemask_epi8(x);
return 0;
}
Determining if the getopt_long exist passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_64001"
[1/2] Building C object CMakeFiles/cmTC_64001.dir/CheckSymbolExists.c.o
[2/2] Linking C executable cmTC_64001
File /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <getopt.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef getopt_long
return ((int*)(&getopt_long))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the program_invocation_name exist passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_d6d20"
[1/2] Building C object CMakeFiles/cmTC_d6d20.dir/CheckSymbolExists.c.o
[2/2] Linking C executable cmTC_d6d20
File /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <errno.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef program_invocation_name
return ((int*)(&program_invocation_name))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the mbrtowc exist passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_60be2"
[1/2] Building C object CMakeFiles/cmTC_60be2.dir/CheckSymbolExists.c.o
[2/2] Linking C executable cmTC_60be2
File /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <wchar.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef mbrtowc
return ((int*)(&mbrtowc))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the wcwidth exist passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_adf5b"
[1/2] Building C object CMakeFiles/cmTC_adf5b.dir/CheckSymbolExists.c.o
[2/2] Linking C executable cmTC_adf5b
File /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <wchar.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef wcwidth
return ((int*)(&wcwidth))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the posix_fadvise exist passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_8fbcf"
[1/2] Building C object CMakeFiles/cmTC_8fbcf.dir/CheckSymbolExists.c.o
[2/2] Linking C executable cmTC_8fbcf
File /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <fcntl.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef posix_fadvise
return ((int*)(&posix_fadvise))[argc];
#else
(void)argc;
return 0;
#endif
}
Performing C SOURCE FILE Test HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_1a300"
[1/2] Building C object CMakeFiles/cmTC_1a300.dir/src.c.o
[2/2] Linking C executable cmTC_1a300
Source file was:
#include <sys/types.h>
#include <sys/stat.h>
int main()
{
(void)sizeof(((struct stat *)0)->st_atim.tv_nsec);
return 0;
}
Determining if the futimens exist passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_4c043"
[1/2] Building C object CMakeFiles/cmTC_4c043.dir/CheckSymbolExists.c.o
[2/2] Linking C executable cmTC_4c043
File /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <sys/types.h>
#include <sys/stat.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef futimens
return ((int*)(&futimens))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the include file stdarg.h exists passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_d205b"
[1/2] Building C object CMakeFiles/cmTC_d205b.dir/CheckIncludeFile.c.o
[2/2] Linking C executable cmTC_d205b
Determining if the include file unistd.h exists passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_eeef8"
[1/2] Building C object CMakeFiles/cmTC_eeef8.dir/CheckIncludeFile.c.o
[2/2] Linking C executable cmTC_eeef8
Determining size of off64_t passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_5747f"
[1/2] Building C object CMakeFiles/cmTC_5747f.dir/OFF64_T.c.o
[2/2] Linking C executable cmTC_5747f
Determining if the function fseeko exists passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_1f165"
[1/2] Building C object CMakeFiles/cmTC_1f165.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_1f165
Determining if the function strerror exists passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_0304e"
[1/2] Building C object CMakeFiles/cmTC_0304e.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_0304e
Performing C SOURCE FILE Test HAVE_NO_INTERPOSITION succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_806a0"
[1/2] Building C object CMakeFiles/cmTC_806a0.dir/src.c.o
[2/2] Linking C executable cmTC_806a0
Source file was:
int main(void) { return 0; }
Performing C SOURCE FILE Test HAVE_ATTRIBUTE_VISIBILITY_HIDDEN succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_b0a2d"
[1/2] Building C object CMakeFiles/cmTC_b0a2d.dir/src.c.o
[2/2] Linking C executable cmTC_b0a2d
Source file was:
#define Z_INTERNAL __attribute__((visibility ("hidden")))
int Z_INTERNAL foo;
int main() {
return 0;
}
Performing C SOURCE FILE Test HAVE_ATTRIBUTE_VISIBILITY_INTERNAL succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_c9aa1"
[1/2] Building C object CMakeFiles/cmTC_c9aa1.dir/src.c.o
[2/2] Linking C executable cmTC_c9aa1
Source file was:
#define Z_INTERNAL __attribute__((visibility ("internal")))
int Z_INTERNAL foo;
int main() {
return 0;
}
Performing C SOURCE FILE Test HAVE_BUILTIN_CTZ succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_8c0de"
[1/2] Building C object CMakeFiles/cmTC_8c0de.dir/src.c.o
[2/2] Linking C executable cmTC_8c0de
Source file was:
int main(void) {
unsigned int zero = 0;
long test = __builtin_ctz(zero);
(void)test;
return 0;
}
Performing C SOURCE FILE Test HAVE_BUILTIN_CTZLL succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_13c42"
[1/2] Building C object CMakeFiles/cmTC_13c42.dir/src.c.o
[2/2] Linking C executable cmTC_13c42
Source file was:
int main(void) {
unsigned int zero = 0;
long test = __builtin_ctzll(zero);
(void)test;
return 0;
}
Performing C SOURCE FILE Test HAVE_PTRDIFF_T succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_79f5c"
[1/2] Building C object CMakeFiles/cmTC_79f5c.dir/src.c.o
[2/2] Linking C executable cmTC_79f5c
Source file was:
#include <stddef.h>
int main() {
ptrdiff_t *a;
(void)a;
return 0;
}
Performing C SOURCE FILE Test HAVE_SSE2_INTRIN succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_26ac5"
[1/2] Building C object CMakeFiles/cmTC_26ac5.dir/src.c.o
[2/2] Linking C executable cmTC_26ac5
Source file was:
#include <immintrin.h>
int main(void) {
__m128i zero = _mm_setzero_si128();
(void)zero;
return 0;
}
Performing C SOURCE FILE Test HAVE_SSSE3_INTRIN succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_93e21"
[1/2] Building C object CMakeFiles/cmTC_93e21.dir/src.c.o
[2/2] Linking C executable cmTC_93e21
Source file was:
#include <immintrin.h>
int main(void) {
__m128i u, v, w;
u = _mm_set1_epi32(1);
v = _mm_set1_epi32(2);
w = _mm_hadd_epi32(u, v);
(void)w;
return 0;
}
Performing C SOURCE FILE Test HAVE_SSE42CRC_INLINE_ASM succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_e0256"
[1/2] Building C object CMakeFiles/cmTC_e0256.dir/src.c.o
[2/2] Linking C executable cmTC_e0256
Source file was:
int main(void) {
unsigned val = 0, h = 0;
#if defined(_MSC_VER)
{ __asm mov edx, h __asm mov eax, val __asm crc32 eax, edx __asm mov val, eax }
#else
__asm__ __volatile__ ( "crc32 %1,%0" : "+r" (h) : "r" (val) );
#endif
return (int)h;
}
Performing C SOURCE FILE Test HAVE_SSE42CRC_INTRIN succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_15639"
[1/2] Building C object CMakeFiles/cmTC_15639.dir/src.c.o
[2/2] Linking C executable cmTC_15639
Source file was:
#include <immintrin.h>
int main(void) {
unsigned crc = 0;
char c = 'c';
#if defined(_MSC_VER)
crc = _mm_crc32_u32(crc, c);
#else
crc = __builtin_ia32_crc32qi(crc, c);
#endif
(void)crc;
return 0;
}
Performing C SOURCE FILE Test HAVE_SSE42CMPSTR_INTRIN succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_7cf72"
[1/2] Building C object CMakeFiles/cmTC_7cf72.dir/src.c.o
[2/2] Linking C executable cmTC_7cf72
Source file was:
#include <immintrin.h>
int main(void) {
unsigned char a[64] = { 0 };
unsigned char b[64] = { 0 };
__m128i xmm_src0, xmm_src1;
xmm_src0 = _mm_loadu_si128((__m128i *)(char *)a);
xmm_src1 = _mm_loadu_si128((__m128i *)(char *)b);
return _mm_cmpestri(xmm_src0, 16, xmm_src1, 16, 0);
}
Performing C SOURCE FILE Test HAVE_PCLMULQDQ_INTRIN succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_e074e"
[1/2] Building C object CMakeFiles/cmTC_e074e.dir/src.c.o
[2/2] Linking C executable cmTC_e074e
Source file was:
#include <immintrin.h>
int main(void) {
__m128i a = _mm_setzero_si128();
__m128i b = _mm_setzero_si128();
__m128i c = _mm_clmulepi64_si128(a, b, 0x10);
(void)c;
return 0;
}
Performing C SOURCE FILE Test HAVE_AVX2_INTRIN succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_c1493"
[1/2] Building C object CMakeFiles/cmTC_c1493.dir/src.c.o
[2/2] Linking C executable cmTC_c1493
Source file was:
#include <immintrin.h>
int main(void) {
__m256i x = _mm256_set1_epi16(2);
const __m256i y = _mm256_set1_epi16(1);
x = _mm256_subs_epu16(x, y);
(void)x;
return 0;
}
Determining if the system is big endian passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_5bbf7"
[1/2] Building C object CMakeFiles/cmTC_5bbf7.dir/TestEndianess.c.o
[2/2] Linking C executable cmTC_5bbf7
TestEndianess.c:
/* A 16 bit integer is required. */
typedef unsigned short cmakeint16;
/* On a little endian machine, these 16bit ints will give "THIS IS LITTLE ENDIAN."
On a big endian machine the characters will be exchanged pairwise. */
const cmakeint16 info_little[] = {0x4854, 0x5349, 0x4920, 0x2053, 0x494c, 0x5454, 0x454c, 0x4520, 0x444e, 0x4149, 0x2e4e, 0x0000};
/* on a big endian machine, these 16bit ints will give "THIS IS BIG ENDIAN."
On a little endian machine the characters will be exchanged pairwise. */
const cmakeint16 info_big[] = {0x5448, 0x4953, 0x2049, 0x5320, 0x4249, 0x4720, 0x454e, 0x4449, 0x414e, 0x2e2e, 0x0000};
#ifdef __CLASSIC_C__
int main(argc, argv) int argc; char *argv[];
#else
int main(int argc, char *argv[])
#endif
{
int require = 0;
require += info_little[argc];
require += info_big[argc];
(void)argv;
return require;
}
Determining if files alloca.h exist passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_226ba"
[1/2] Building C object CMakeFiles/cmTC_226ba.dir/HAVE_ALLOCA_H.c.o
[2/2] Linking C executable cmTC_226ba
Determining if files arpa/inet.h exist passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_e15db"
[1/2] Building C object CMakeFiles/cmTC_e15db.dir/HAVE_ARPA_INET_H.c.o
[2/2] Linking C executable cmTC_e15db
Determining if files dlfcn.h exist passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_f104d"
[1/2] Building C object CMakeFiles/cmTC_f104d.dir/HAVE_DLFCN_H.c.o
[2/2] Linking C executable cmTC_f104d
Determining if files fcntl.h exist passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_4b59d"
[1/2] Building C object CMakeFiles/cmTC_4b59d.dir/HAVE_FCNTL_H.c.o
[2/2] Linking C executable cmTC_4b59d
Determining if files float.h exist passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_5c55b"
[1/2] Building C object CMakeFiles/cmTC_5c55b.dir/HAVE_FLOAT_H.c.o
[2/2] Linking C executable cmTC_5c55b
Determining if files limits.h exist passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_8fa75"
[1/2] Building C object CMakeFiles/cmTC_8fa75.dir/HAVE_LIMITS_H.c.o
[2/2] Linking C executable cmTC_8fa75
Determining if files pwd.h exist passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_79262"
[1/2] Building C object CMakeFiles/cmTC_79262.dir/HAVE_PWD_H.c.o
[2/2] Linking C executable cmTC_79262
Determining if files sched.h exist passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_165fb"
[1/2] Building C object CMakeFiles/cmTC_165fb.dir/HAVE_SCHED_H.c.o
[2/2] Linking C executable cmTC_165fb
Determining if files signal.h exist passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_d33ad"
[1/2] Building C object CMakeFiles/cmTC_d33ad.dir/INCLUDE_SIGNAL.c.o
[2/2] Linking C executable cmTC_d33ad
Determining if files stdlib.h exist passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_b8dd5"
[1/2] Building C object CMakeFiles/cmTC_b8dd5.dir/HAVE_STDLIB_H.c.o
[2/2] Linking C executable cmTC_b8dd5
Determining if files string.h exist passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_219dc"
[1/2] Building C object CMakeFiles/cmTC_219dc.dir/HAVE_STRING_H.c.o
[2/2] Linking C executable cmTC_219dc
Determining if files strings.h exist passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_df155"
[1/2] Building C object CMakeFiles/cmTC_df155.dir/HAVE_STRINGS_H.c.o
[2/2] Linking C executable cmTC_df155
Determining if files sys/ioctl.h exist passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_a5ba8"
[1/2] Building C object CMakeFiles/cmTC_a5ba8.dir/HAVE_SYS_IOCTL_H.c.o
[2/2] Linking C executable cmTC_a5ba8
Determining if files sys/select.h exist passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_3739c"
[1/2] Building C object CMakeFiles/cmTC_3739c.dir/HAVE_SYS_SELECT_H.c.o
[2/2] Linking C executable cmTC_3739c
Determining if files sys/socket.h exist passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_65fbe"
[1/2] Building C object CMakeFiles/cmTC_65fbe.dir/HAVE_SYS_SOCKET_H.c.o
[2/2] Linking C executable cmTC_65fbe
Determining if files sys/un.h exist passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_dacdb"
[1/2] Building C object CMakeFiles/cmTC_dacdb.dir/HAVE_SYS_UN_H.c.o
[2/2] Linking C executable cmTC_dacdb
Determining if files utime.h exist passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_6b2c8"
[1/2] Building C object CMakeFiles/cmTC_6b2c8.dir/HAVE_UTIME_H.c.o
[2/2] Linking C executable cmTC_6b2c8
Determining if files ucontext.h exist passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_79e40"
[1/2] Building C object CMakeFiles/cmTC_79e40.dir/HAVE_UCONTEXT_H.c.o
[2/2] Linking C executable cmTC_79e40
Determining if the function fcntl exists passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_e0595"
[1/2] Building C object CMakeFiles/cmTC_e0595.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_e0595
Determining if the function memcpy exists passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_eb120"
[1/2] Building C object CMakeFiles/cmTC_eb120.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_eb120
Determining if the function nl_langinfo exists passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_74063"
[1/2] Building C object CMakeFiles/cmTC_74063.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_74063
Determining if the function setlocale exists passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_9c1a2"
[1/2] Building C object CMakeFiles/cmTC_9c1a2.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_9c1a2
Determining if the function poll exists passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_6fd0d"
[1/2] Building C object CMakeFiles/cmTC_6fd0d.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_6fd0d
Determining size of char * passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_454dc"
[1/2] Building C object CMakeFiles/cmTC_454dc.dir/SIZEOF_CHARP.c.o
[2/2] Linking C executable cmTC_454dc
Determining size of int passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_a5e48"
[1/2] Building C object CMakeFiles/cmTC_a5e48.dir/SIZEOF_INT.c.o
[2/2] Linking C executable cmTC_a5e48
Determining size of long passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_4a684"
[1/2] Building C object CMakeFiles/cmTC_4a684.dir/SIZEOF_LONG.c.o
[2/2] Linking C executable cmTC_4a684
Determining size of long long passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_41ab3"
[1/2] Building C object CMakeFiles/cmTC_41ab3.dir/SIZEOF_LONG_LONG.c.o
[2/2] Linking C executable cmTC_41ab3
Determining size of size_t passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_f2fe3"
[1/2] Building C object CMakeFiles/cmTC_f2fe3.dir/SIZEOF_SIZE_T.c.o
[2/2] Linking C executable cmTC_f2fe3
Determining size of uint passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_a48d3"
[1/2] Building C object CMakeFiles/cmTC_a48d3.dir/SIZEOF_UINT.c.o
[2/2] Linking C executable cmTC_a48d3
Determining size of ulong passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_6f958"
[1/2] Building C object CMakeFiles/cmTC_6f958.dir/SIZEOF_ULONG.c.o
[2/2] Linking C executable cmTC_6f958
Performing C SOURCE FILE Test SOCKET_SIZE_FOUND_socklen_t succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_493c9"
[1/2] Building C object CMakeFiles/cmTC_493c9.dir/src.c.o
[2/2] Linking C executable cmTC_493c9
Source file was:
#include <sys/socket.h>
int main(int argc, char **argv)
{
getsockname(0, 0, (socklen_t *)0);
return 0;
}
Determining if the function gethostbyname_r exists passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_e0c6b"
[1/2] Building C object CMakeFiles/cmTC_e0c6b.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_e0c6b
Determining if the function setsockopt exists passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_96557"
[1/2] Building C object CMakeFiles/cmTC_96557.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_96557
Determining if the system is big endian passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_0560c"
[1/2] Building C object CMakeFiles/cmTC_0560c.dir/TestEndianess.c.o
[2/2] Linking C executable cmTC_0560c
TestEndianess.c:
/* A 16 bit integer is required. */
typedef unsigned short cmakeint16;
/* On a little endian machine, these 16bit ints will give "THIS IS LITTLE ENDIAN."
On a big endian machine the characters will be exchanged pairwise. */
const cmakeint16 info_little[] = {0x4854, 0x5349, 0x4920, 0x2053, 0x494c, 0x5454, 0x454c, 0x4520, 0x444e, 0x4149, 0x2e4e, 0x0000};
/* on a big endian machine, these 16bit ints will give "THIS IS BIG ENDIAN."
On a little endian machine the characters will be exchanged pairwise. */
const cmakeint16 info_big[] = {0x5448, 0x4953, 0x2049, 0x5320, 0x4249, 0x4720, 0x454e, 0x4449, 0x414e, 0x2e2e, 0x0000};
#ifdef __CLASSIC_C__
int main(argc, argv) int argc; char *argv[];
#else
int main(int argc, char *argv[])
#endif
{
int require = 0;
require += info_little[argc];
require += info_big[argc];
(void)argv;
return require;
}
Determining if the include file byteswap.h exists passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_4d129"
[1/2] Building C object CMakeFiles/cmTC_4d129.dir/CheckIncludeFile.c.o
[2/2] Linking C executable cmTC_4d129
Determining if the include file sys/mman.h exists passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_b93ac"
[1/2] Building C object CMakeFiles/cmTC_b93ac.dir/CheckIncludeFile.c.o
[2/2] Linking C executable cmTC_b93ac
Determining if the include file sys/resource.h exists passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_4e38e"
[1/2] Building C object CMakeFiles/cmTC_4e38e.dir/CheckIncludeFile.c.o
[2/2] Linking C executable cmTC_4e38e
Determining if the include file sys/time.h exists passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_a05ac"
[1/2] Building C object CMakeFiles/cmTC_a05ac.dir/CheckIncludeFile.c.o
[2/2] Linking C executable cmTC_a05ac
Determining if the include file sys/uio.h exists passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_ad91b"
[1/2] Building C object CMakeFiles/cmTC_ad91b.dir/CheckIncludeFile.c.o
[2/2] Linking C executable cmTC_ad91b
Performing C++ SOURCE FILE Test HAVE_CLANG_MAVX succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_5f817"
[1/2] Building CXX object CMakeFiles/cmTC_5f817.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_5f817
Source file was:
int main() { return 0; }
Performing C++ SOURCE FILE Test HAVE_CLANG_MBMI2 succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_e6e45"
[1/2] Building CXX object CMakeFiles/cmTC_e6e45.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_e6e45
Source file was:
int main() { return 0; }
Performing C++ SOURCE FILE Test HAVE_BUILTIN_EXPECT succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_d40ee"
[1/2] Building CXX object CMakeFiles/cmTC_d40ee.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_d40ee
Source file was:
int main() {
return __builtin_expect(0, 1);
}
Performing C++ SOURCE FILE Test SNAPPY_HAVE_SSSE3 succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_09273"
[1/2] Building CXX object CMakeFiles/cmTC_09273.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_09273
Source file was:
#include <tmmintrin.h>
int main() {
const __m128i *src = 0;
__m128i dest;
const __m128i shuffle_mask = _mm_load_si128(src);
const __m128i pattern = _mm_shuffle_epi8(_mm_loadl_epi64(src), shuffle_mask);
_mm_storeu_si128(&dest, pattern);
return 0;
}
Determining if the mmap exist passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_2046d"
[1/2] Building C object CMakeFiles/cmTC_2046d.dir/CheckSymbolExists.c.o
[2/2] Linking C executable cmTC_2046d
File /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <sys/mman.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef mmap
return ((int*)(&mmap))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the sysconf exist passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_8a479"
[1/2] Building C object CMakeFiles/cmTC_8a479.dir/CheckSymbolExists.c.o
[2/2] Linking C executable cmTC_8a479
File /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <unistd.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef sysconf
return ((int*)(&sysconf))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the strtof_l exist passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_404c3"
[1/2] Building CXX object CMakeFiles/cmTC_404c3.dir/CheckSymbolExists.cxx.o
[2/2] Linking CXX executable cmTC_404c3
File /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:
/* */
#include <stdlib.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef strtof_l
return ((int*)(&strtof_l))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the strtoull_l exist passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_37dad"
[1/2] Building CXX object CMakeFiles/cmTC_37dad.dir/CheckSymbolExists.cxx.o
[2/2] Linking CXX executable cmTC_37dad
File /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:
/* */
#include <stdlib.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef strtoull_l
return ((int*)(&strtoull_l))[argc];
#else
(void)argc;
return 0;
#endif
}
Performing C++ SOURCE FILE Test ORC_CXX_HAS_INITIALIZER_LIST succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_ace38"
[1/2] Building CXX object CMakeFiles/cmTC_ace38.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_ace38
Source file was:
#include <initializer_list>
struct A {
A(std::initializer_list<int> list);
};
int main(int,char*[]){
}
Performing C++ SOURCE FILE Test ORC_CXX_HAS_NOEXCEPT succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_8ebad"
[1/2] Building CXX object CMakeFiles/cmTC_8ebad.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_8ebad
Source file was:
int main(int,char*[]) noexcept {
return 0;
}
Performing C++ SOURCE FILE Test ORC_CXX_HAS_NULLPTR succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_52e42"
[1/2] Building CXX object CMakeFiles/cmTC_52e42.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_52e42
Source file was:
int main(int,char* argv[]){
return argv[0] != nullptr;
}
Performing C++ SOURCE FILE Test ORC_CXX_HAS_OVERRIDE succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_3203b"
[1/2] Building CXX object CMakeFiles/cmTC_3203b.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_3203b
Source file was:
struct A {
virtual ~A();
virtual void foo();
};
struct B: public A {
virtual void foo() override;
};
int main(int,char*[]){
}
Performing C++ SOURCE FILE Test ORC_CXX_HAS_UNIQUE_PTR succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_eeff4"
[1/2] Building CXX object CMakeFiles/cmTC_eeff4.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_eeff4
Source file was:
#include<memory>
int main(int,char* []){
std::unique_ptr<int> ptr(new int);
}
Performing C++ SOURCE FILE Test ORC_CXX_HAS_CSTDINT succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_1948b"
[1/2] Building CXX object CMakeFiles/cmTC_1948b.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_1948b
Source file was:
#include <cstdint>
int main(int, char*[]) { }
Performing C++ SOURCE FILE Test ORC_CXX_HAS_THREAD_LOCAL succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_e4602"
[1/2] Building CXX object CMakeFiles/cmTC_e4602.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_e4602
Source file was:
#include <thread>
int main(void) {
thread_local int s;
return s;
}
Performing C++ SOURCE FILE Test HAS_PREAD succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_56485"
[1/2] Building CXX object CMakeFiles/cmTC_56485.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_56485
Source file was:
#include<fcntl.h>
#include<unistd.h>
int main(int,char*[]){
int f = open("/x/y", O_RDONLY);
char buf[100];
return pread(f, buf, 100, 1000) == 0;
}
Performing C++ SOURCE FILE Test HAS_STRPTIME succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_eef01"
[1/2] Building CXX object CMakeFiles/cmTC_eef01.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_eef01
Source file was:
#include<time.h>
int main(int,char*[]){
struct tm time2020;
return !strptime("2020-02-02 12:34:56", "%Y-%m-%d %H:%M:%S", &time2020);
}
Performing C++ SOURCE FILE Test HAS_STOLL succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_0e827"
[1/2] Building CXX object CMakeFiles/cmTC_0e827.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_0e827
Source file was:
#include<string>
int main(int,char* argv[]){
return static_cast<int>(std::stoll(argv[0]));
}
Performing C++ SOURCE FILE Test INT64_IS_LL succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_cb550"
[1/2] Building CXX object CMakeFiles/cmTC_cb550.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_cb550
Source file was:
#include<stdint.h>
#include<stdio.h>
int main(int,char*[]){
int64_t x = 1; printf("%lld",x);
}
Performing C++ SOURCE FILE Test HAS_DIAGNOSTIC_PUSH succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_07cd0"
[1/2] Building CXX object CMakeFiles/cmTC_07cd0.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_07cd0
Source file was:
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wdeprecated"
#pragma clang diagnostic pop
#elif defined(__GNUC__)
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wdeprecated"
#pragma GCC diagnostic pop
#elif defined(_MSC_VER)
#pragma warning( push )
#pragma warning( disable : 4996 )
#pragma warning( pop )
#else
unknownCompiler!
#endif
int main(int, char *[]) {}
Performing C++ SOURCE FILE Test HAS_STD_ISNAN succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_45834"
[1/2] Building CXX object CMakeFiles/cmTC_45834.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_45834
Source file was:
#include<cmath>
int main(int, char *[]) {
return std::isnan(1.0f);
}
Performing C++ SOURCE FILE Test HAS_STD_MUTEX succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_732c8"
[1/2] Building CXX object CMakeFiles/cmTC_732c8.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_732c8
Source file was:
#include<mutex>
int main(int, char *[]) {
std::mutex test_mutex;
std::lock_guard<std::mutex> lock_mutex(test_mutex);
}
Performing C++ SOURCE FILE Test NEEDS_REDUNDANT_MOVE succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_ebee8"
[1/2] Building CXX object CMakeFiles/cmTC_ebee8.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_ebee8
Source file was:
#include<string>
std::string func() {
std::string var = "test";
return std::move(var);
}
int main(int, char *[]) {}
Performing C++ SOURCE FILE Test HAS_PRE_1970 succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_30c6a"
[1/2] Building CXX object CMakeFiles/cmTC_30c6a.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_30c6a
Return value: 1
Source file was:
#include<time.h>
int main(int, char *[]) {
time_t t = -14210715; // 1969-07-20 12:34:45
struct tm *ptm = gmtime(&t);
return !(ptm && ptm->tm_year == 69);
}
Determining if the include file getopt.h exists passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_619ff"
[1/2] Building C object CMakeFiles/cmTC_619ff.dir/CheckIncludeFile.c.o
[2/2] Linking C executable cmTC_619ff
Determining if the include file inttypes.h exists passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_511cd"
[1/2] Building C object CMakeFiles/cmTC_511cd.dir/CheckIncludeFile.c.o
[2/2] Linking C executable cmTC_511cd
Determining if the include file netdb.h exists passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_5f7a7"
[1/2] Building C object CMakeFiles/cmTC_5f7a7.dir/CheckIncludeFile.c.o
[2/2] Linking C executable cmTC_5f7a7
Determining if the include file netinet/in.h exists passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_2ac3f"
[1/2] Building C object CMakeFiles/cmTC_2ac3f.dir/CheckIncludeFile.c.o
[2/2] Linking C executable cmTC_2ac3f
Determining if the include file signal.h exists passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_a2d37"
[1/2] Building C object CMakeFiles/cmTC_a2d37.dir/CheckIncludeFile.c.o
[2/2] Linking C executable cmTC_a2d37
Determining if the include file pthread.h exists passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_fd87e"
[1/2] Building C object CMakeFiles/cmTC_fd87e.dir/CheckIncludeFile.c.o
[2/2] Linking C executable cmTC_fd87e
Determining if the include file sys/param.h exists passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_08862"
[1/2] Building C object CMakeFiles/cmTC_08862.dir/CheckIncludeFile.c.o
[2/2] Linking C executable cmTC_08862
Determining if the include file sys/stat.h exists passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_a06c3"
[1/2] Building C object CMakeFiles/cmTC_a06c3.dir/CheckIncludeFile.c.o
[2/2] Linking C executable cmTC_a06c3
Determining if the include file poll.h exists passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_6a290"
[1/2] Building C object CMakeFiles/cmTC_6a290.dir/CheckIncludeFile.c.o
[2/2] Linking C executable cmTC_6a290
Determining if the include file sys/poll.h exists passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_6b331"
[1/2] Building C object CMakeFiles/cmTC_6b331.dir/CheckIncludeFile.c.o
[2/2] Linking C executable cmTC_6b331
Determining if the function gethostbyname exists passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_7af2d"
[1/2] Building C object CMakeFiles/cmTC_7af2d.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_7af2d
Determining if the function gethostbyname_r exists passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_8543c"
[1/2] Building C object CMakeFiles/cmTC_8543c.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_8543c
Determining if the function strerror_r exists passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_54d4d"
[1/2] Building C object CMakeFiles/cmTC_54d4d.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_54d4d
Determining if the function sched_get_priority_max exists passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_20acd"
[1/2] Building C object CMakeFiles/cmTC_20acd.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_20acd
Determining if the function sched_get_priority_min exists passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_2a1f6"
[1/2] Building C object CMakeFiles/cmTC_2a1f6.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_2a1f6
Performing C++ SOURCE FILE Test STRERROR_R_CHAR_P succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_e26b9"
[1/2] Building CXX object CMakeFiles/cmTC_e26b9.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_e26b9
Source file was:
#include <string.h>
int main(){char b;char *a = strerror_r(0, &b, 0); return(0);}
Performing C++ SOURCE FILE Test LLVM_LIBSTDCXX_MIN succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_17574"
[1/2] Building CXX object CMakeFiles/cmTC_17574.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_17574
Source file was:
#include <iosfwd>
#if defined(__GLIBCXX__)
#if __GLIBCXX__ < 20130322
#error Unsupported libstdc++ version
#endif
#endif
#if defined(__GLIBCXX__)
extern const char _ZNKSt17bad_function_call4whatEv[];
const char *chk = _ZNKSt17bad_function_call4whatEv;
#else
const char *chk = "";
#endif
int main() { ++chk; return 0; }
Performing C++ SOURCE FILE Test LLVM_LIBSTDCXX_SOFT_ERROR succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_19a0b"
[1/2] Building CXX object CMakeFiles/cmTC_19a0b.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_19a0b
Source file was:
#include <iosfwd>
#if defined(__GLIBCXX__)
#if __GLIBCXX__ < 20150422
#error Unsupported libstdc++ version
#endif
#endif
#if defined(__GLIBCXX__)
#include <ios>
void foo(void) { (void) std::iostream_category(); }
#endif
int main() { return 0; }
Determining if the include file errno.h exists passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_e4ad9"
[1/2] Building C object CMakeFiles/cmTC_e4ad9.dir/CheckIncludeFile.c.o
[2/2] Linking C executable cmTC_e4ad9
Determining if the include file link.h exists passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_10cd7"
[1/2] Building C object CMakeFiles/cmTC_10cd7.dir/CheckIncludeFile.c.o
[2/2] Linking C executable cmTC_10cd7
Determining if the include file termios.h exists passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_07662"
[1/2] Building C object CMakeFiles/cmTC_07662.dir/CheckIncludeFile.c.o
[2/2] Linking C executable cmTC_07662
Determining if the include file fenv.h exists passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_a398e"
[1/2] Building C object CMakeFiles/cmTC_a398e.dir/CheckIncludeFile.c.o
[2/2] Linking C executable cmTC_a398e
Determining if the FE_ALL_EXCEPT exist passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_06ccb"
[1/2] Building C object CMakeFiles/cmTC_06ccb.dir/CheckSymbolExists.c.o
[2/2] Linking C executable cmTC_06ccb
File /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <fenv.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef FE_ALL_EXCEPT
return ((int*)(&FE_ALL_EXCEPT))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the FE_INEXACT exist passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_2aeb3"
[1/2] Building C object CMakeFiles/cmTC_2aeb3.dir/CheckSymbolExists.c.o
[2/2] Linking C executable cmTC_2aeb3
File /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <fenv.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef FE_INEXACT
return ((int*)(&FE_INEXACT))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the include file linux/magic.h exists passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_e3c93"
[1/2] Building C object CMakeFiles/cmTC_e3c93.dir/CheckIncludeFile.c.o
[2/2] Linking C executable cmTC_e3c93
Determining if the function pthread_create exists in the pthread passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_5fbfb"
[1/2] Building C object CMakeFiles/cmTC_5fbfb.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_5fbfb
Determining if the function pthread_getspecific exists in the pthread passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_9cd72"
[1/2] Building C object CMakeFiles/cmTC_9cd72.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_9cd72
Determining if the function pthread_rwlock_init exists in the pthread passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_69d0e"
[1/2] Building C object CMakeFiles/cmTC_69d0e.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_69d0e
Determining if the function pthread_mutex_lock exists in the pthread passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_b277d"
[1/2] Building C object CMakeFiles/cmTC_b277d.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_b277d
Determining if the function dlopen exists in the dl passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_0fba7"
[1/2] Building C object CMakeFiles/cmTC_0fba7.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_0fba7
Determining if the function clock_gettime exists in the rt passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_15758"
[1/2] Building C object CMakeFiles/cmTC_15758.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_15758
Determining if the function pthread_create exists in the pthread passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_c761a"
[1/2] Building C object CMakeFiles/cmTC_c761a.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_c761a
Determining if the backtrace exist passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_d1f0f"
[1/2] Building C object CMakeFiles/cmTC_d1f0f.dir/CheckSymbolExists.c.o
[2/2] Linking C executable cmTC_d1f0f
File /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <execinfo.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef backtrace
return ((int*)(&backtrace))[argc];
#else
(void)argc;
return 0;
#endif
}
Performing C SOURCE FILE Test C_SUPPORTS_WERROR_UNGUARDED_AVAILABILITY_NEW succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_00085"
[1/2] Building C object CMakeFiles/cmTC_00085.dir/src.c.o
[2/2] Linking C executable cmTC_00085
Source file was:
int main(void) { return 0; }
Determining if the _Unwind_Backtrace exist passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_4da62"
[1/2] Building C object CMakeFiles/cmTC_4da62.dir/CheckSymbolExists.c.o
[2/2] Linking C executable cmTC_4da62
File /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <unwind.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef _Unwind_Backtrace
return ((int*)(&_Unwind_Backtrace))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the getpagesize exist passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_2b014"
[1/2] Building C object CMakeFiles/cmTC_2b014.dir/CheckSymbolExists.c.o
[2/2] Linking C executable cmTC_2b014
File /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <unistd.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef getpagesize
return ((int*)(&getpagesize))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the sysconf exist passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_94743"
[1/2] Building C object CMakeFiles/cmTC_94743.dir/CheckSymbolExists.c.o
[2/2] Linking C executable cmTC_94743
File /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <unistd.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef sysconf
return ((int*)(&sysconf))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the getrusage exist passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_ab283"
[1/2] Building C object CMakeFiles/cmTC_ab283.dir/CheckSymbolExists.c.o
[2/2] Linking C executable cmTC_ab283
File /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <sys/resource.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef getrusage
return ((int*)(&getrusage))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the setrlimit exist passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_20045"
[1/2] Building C object CMakeFiles/cmTC_20045.dir/CheckSymbolExists.c.o
[2/2] Linking C executable cmTC_20045
File /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <sys/resource.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef setrlimit
return ((int*)(&setrlimit))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the isatty exist passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_df59f"
[1/2] Building C object CMakeFiles/cmTC_df59f.dir/CheckSymbolExists.c.o
[2/2] Linking C executable cmTC_df59f
File /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <unistd.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef isatty
return ((int*)(&isatty))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the futimes exist passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_dd4c3"
[1/2] Building C object CMakeFiles/cmTC_dd4c3.dir/CheckSymbolExists.c.o
[2/2] Linking C executable cmTC_dd4c3
File /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <sys/time.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef futimes
return ((int*)(&futimes))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the posix_fallocate exist passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_7ffbb"
[1/2] Building C object CMakeFiles/cmTC_7ffbb.dir/CheckSymbolExists.c.o
[2/2] Linking C executable cmTC_7ffbb
File /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <fcntl.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef posix_fallocate
return ((int*)(&posix_fallocate))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the sigaltstack exist passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_8e7f0"
[1/2] Building C object CMakeFiles/cmTC_8e7f0.dir/CheckSymbolExists.c.o
[2/2] Linking C executable cmTC_8e7f0
File /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <signal.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef sigaltstack
return ((int*)(&sigaltstack))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the lseek64 exist passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_975b3"
[1/2] Building C object CMakeFiles/cmTC_975b3.dir/CheckSymbolExists.c.o
[2/2] Linking C executable cmTC_975b3
File /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <sys/types.h>
#include <unistd.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef lseek64
return ((int*)(&lseek64))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the mallinfo exist passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_fbbc8"
[1/2] Building C object CMakeFiles/cmTC_fbbc8.dir/CheckSymbolExists.c.o
[2/2] Linking C executable cmTC_fbbc8
File /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <malloc.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef mallinfo
return ((int*)(&mallinfo))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the getrlimit exist passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_02508"
[1/2] Building C object CMakeFiles/cmTC_02508.dir/CheckSymbolExists.c.o
[2/2] Linking C executable cmTC_02508
File /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <sys/types.h>
#include <sys/time.h>
#include <sys/resource.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef getrlimit
return ((int*)(&getrlimit))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the posix_spawn exist passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_c9225"
[1/2] Building C object CMakeFiles/cmTC_c9225.dir/CheckSymbolExists.c.o
[2/2] Linking C executable cmTC_c9225
File /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <spawn.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef posix_spawn
return ((int*)(&posix_spawn))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the pread exist passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_0c188"
[1/2] Building C object CMakeFiles/cmTC_0c188.dir/CheckSymbolExists.c.o
[2/2] Linking C executable cmTC_0c188
File /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <unistd.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef pread
return ((int*)(&pread))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the sbrk exist passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_39d02"
[1/2] Building C object CMakeFiles/cmTC_39d02.dir/CheckSymbolExists.c.o
[2/2] Linking C executable cmTC_39d02
File /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <unistd.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef sbrk
return ((int*)(&sbrk))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the setenv exist passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_45bc4"
[1/2] Building C object CMakeFiles/cmTC_45bc4.dir/CheckSymbolExists.c.o
[2/2] Linking C executable cmTC_45bc4
File /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <stdlib.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef setenv
return ((int*)(&setenv))[argc];
#else
(void)argc;
return 0;
#endif
}
Performing C SOURCE FILE Test HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_b86f5"
[1/2] Building C object CMakeFiles/cmTC_b86f5.dir/src.c.o
[2/2] Linking C executable cmTC_b86f5
Source file was:
#include <sys/types.h>
#include <sys/stat.h>
int main()
{
(void)sizeof(((struct stat *)0)->st_mtim.tv_nsec);
return 0;
}
Determining if the __GLIBC__ exist passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_eef51"
[1/2] Building C object CMakeFiles/cmTC_eef51.dir/CheckSymbolExists.c.o
[2/2] Linking C executable cmTC_eef51
File /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <stdio.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef __GLIBC__
return ((int*)(&__GLIBC__))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the sched_getaffinity exist passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_26aa0"
[1/2] Building C object CMakeFiles/cmTC_26aa0.dir/CheckSymbolExists.c.o
[2/2] Linking C executable cmTC_26aa0
File /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <sched.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef sched_getaffinity
return ((int*)(&sched_getaffinity))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the CPU_COUNT exist passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_17987"
[1/2] Building C object CMakeFiles/cmTC_17987.dir/CheckSymbolExists.c.o
[2/2] Linking C executable cmTC_17987
File /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <sched.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef CPU_COUNT
return ((int*)(&CPU_COUNT))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the pthread_getname_np exist passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_9d89a"
[1/2] Building C object CMakeFiles/cmTC_9d89a.dir/CheckSymbolExists.c.o
[2/2] Linking C executable cmTC_9d89a
File /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <pthread.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef pthread_getname_np
return ((int*)(&pthread_getname_np))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the pthread_setname_np exist passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_6233f"
[1/2] Building C object CMakeFiles/cmTC_6233f.dir/CheckSymbolExists.c.o
[2/2] Linking C executable cmTC_6233f
File /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <pthread.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef pthread_setname_np
return ((int*)(&pthread_setname_np))[argc];
#else
(void)argc;
return 0;
#endif
}
Performing C++ SOURCE FILE Test HAVE_STD_IS_TRIVIALLY_COPYABLE succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_a338a"
[1/2] Building CXX object CMakeFiles/cmTC_a338a.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_a338a
Source file was:
#include <type_traits>
struct T { int val; };
static_assert(std::is_trivially_copyable<T>::value, "ok");
int main() { return 0;}
Performing C++ SOURCE FILE Test HAVE_CXX_ATOMICS_WITHOUT_LIB succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_36af7"
[1/2] Building CXX object CMakeFiles/cmTC_36af7.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_36af7
Source file was:
#include <atomic>
std::atomic<int> x;
int main() {
return x;
}
Performing C++ SOURCE FILE Test HAVE_CXX_ATOMICS64_WITHOUT_LIB succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_f6399"
[1/2] Building CXX object CMakeFiles/cmTC_f6399.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_f6399
Source file was:
#include <atomic>
#include <cstdint>
std::atomic<uint64_t> x (0);
int main() {
uint64_t i = x.load(std::memory_order_relaxed);
return 0;
}
Performing C++ SOURCE FILE Test LLVM_HAS_ATOMICS succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_173e1"
[1/2] Building CXX object CMakeFiles/cmTC_173e1.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_173e1
Source file was:
#ifdef _MSC_VER
#include <windows.h>
#endif
int main() {
#ifdef _MSC_VER
volatile LONG val = 1;
MemoryBarrier();
InterlockedCompareExchange(&val, 0, 1);
InterlockedIncrement(&val);
InterlockedDecrement(&val);
#else
volatile unsigned long val = 1;
__sync_synchronize();
__sync_val_compare_and_swap(&val, 1, 0);
__sync_add_and_fetch(&val, 1);
__sync_sub_and_fetch(&val, 1);
#endif
return 0;
}
Performing C++ SOURCE FILE Test SUPPORTS_NO_PIE_FLAG succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_11c25"
[1/2] Building CXX object CMakeFiles/cmTC_11c25.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_11c25
Source file was:
int main() { return 0; }
Performing C++ SOURCE FILE Test SUPPORTS_VARIADIC_MACROS_FLAG succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_9fcb3"
[1/2] Building CXX object CMakeFiles/cmTC_9fcb3.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_9fcb3
Source file was:
int main() { return 0; }
Performing C++ SOURCE FILE Test SUPPORTS_GNU_ZERO_VARIADIC_MACRO_ARGUMENTS_FLAG succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_60165"
[1/2] Building CXX object CMakeFiles/cmTC_60165.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_60165
Source file was:
int main() { return 0; }
Performing C++ SOURCE FILE Test SUPPORTS_FVISIBILITY_INLINES_HIDDEN_FLAG succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_200d3"
[1/2] Building CXX object CMakeFiles/cmTC_200d3.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_200d3
Source file was:
int main() { return 0; }
Performing C SOURCE FILE Test C_SUPPORTS_WERROR_DATE_TIME succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_a6380"
[1/2] Building C object CMakeFiles/cmTC_a6380.dir/src.c.o
[2/2] Linking C executable cmTC_a6380
Source file was:
int main(void) { return 0; }
Performing C++ SOURCE FILE Test CXX_SUPPORTS_WERROR_DATE_TIME succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_472d1"
[1/2] Building CXX object CMakeFiles/cmTC_472d1.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_472d1
Source file was:
int main() { return 0; }
Performing C++ SOURCE FILE Test CXX_SUPPORTS_WERROR_UNGUARDED_AVAILABILITY_NEW succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_e62fd"
[1/2] Building CXX object CMakeFiles/cmTC_e62fd.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_e62fd
Source file was:
int main() { return 0; }
Performing C++ SOURCE FILE Test CXX_SUPPORTS_CXX_STD succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_0be06"
[1/2] Building CXX object CMakeFiles/cmTC_0be06.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_0be06
Source file was:
int main() { return 0; }
Performing C++ SOURCE FILE Test CXX_SUPPORTS_MISSING_FIELD_INITIALIZERS_FLAG succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_9118a"
[1/2] Building CXX object CMakeFiles/cmTC_9118a.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_9118a
Source file was:
int main() { return 0; }
Performing C SOURCE FILE Test C_SUPPORTS_IMPLICIT_FALLTHROUGH_FLAG succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_1e027"
[1/2] Building C object CMakeFiles/cmTC_1e027.dir/src.c.o
[2/2] Linking C executable cmTC_1e027
Source file was:
int main(void) { return 0; }
Performing C++ SOURCE FILE Test CXX_SUPPORTS_IMPLICIT_FALLTHROUGH_FLAG succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_35c7e"
[1/2] Building CXX object CMakeFiles/cmTC_35c7e.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_35c7e
Source file was:
int main() { return 0; }
Performing C SOURCE FILE Test C_SUPPORTS_COVERED_SWITCH_DEFAULT_FLAG succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_276ad"
[1/2] Building C object CMakeFiles/cmTC_276ad.dir/src.c.o
[2/2] Linking C executable cmTC_276ad
Source file was:
int main(void) { return 0; }
Performing C++ SOURCE FILE Test CXX_SUPPORTS_COVERED_SWITCH_DEFAULT_FLAG succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_aea2b"
[1/2] Building CXX object CMakeFiles/cmTC_aea2b.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_aea2b
Source file was:
int main() { return 0; }
Performing C++ SOURCE FILE Test CXX_SUPPORTS_CLASS_MEMACCESS_FLAG succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_d9354"
[1/2] Building CXX object CMakeFiles/cmTC_d9354.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_d9354
Source file was:
int main() { return 0; }
Performing C++ SOURCE FILE Test CXX_SUPPORTS_NOEXCEPT_TYPE_FLAG succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_fc86f"
[1/2] Building CXX object CMakeFiles/cmTC_fc86f.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_fc86f
Source file was:
int main() { return 0; }
Performing C++ SOURCE FILE Test CXX_WONT_WARN_ON_FINAL_NONVIRTUALDTOR succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_e3ad8"
[1/2] Building CXX object CMakeFiles/cmTC_e3ad8.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_e3ad8
Source file was:
class base {public: virtual void anchor();protected: ~base();};
class derived final : public base { public: ~derived();};
int main() { return 0; }
Performing C SOURCE FILE Test C_SUPPORTS_DELETE_NON_VIRTUAL_DTOR_FLAG succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_d75bb"
[1/2] Building C object CMakeFiles/cmTC_d75bb.dir/src.c.o
[2/2] Linking C executable cmTC_d75bb
Source file was:
int main(void) { return 0; }
Performing C++ SOURCE FILE Test CXX_SUPPORTS_DELETE_NON_VIRTUAL_DTOR_FLAG succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_c8027"
[1/2] Building CXX object CMakeFiles/cmTC_c8027.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_c8027
Source file was:
int main() { return 0; }
Performing C SOURCE FILE Test C_WCOMMENT_ALLOWS_LINE_WRAP succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_ef91d"
[1/2] Building C object CMakeFiles/cmTC_ef91d.dir/src.c.o
[2/2] Linking C executable cmTC_ef91d
Source file was:
// \
//
int main() {return 0;}
Performing C SOURCE FILE Test C_SUPPORTS_STRING_CONVERSION_FLAG succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_5e55b"
[1/2] Building C object CMakeFiles/cmTC_5e55b.dir/src.c.o
[2/2] Linking C executable cmTC_5e55b
Source file was:
int main(void) { return 0; }
Performing C++ SOURCE FILE Test CXX_SUPPORTS_STRING_CONVERSION_FLAG succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_05914"
[1/2] Building CXX object CMakeFiles/cmTC_05914.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_05914
Source file was:
int main() { return 0; }
Performing C SOURCE FILE Test C_SUPPORTS_FNO_FUNCTION_SECTIONS succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_caeac"
[1/2] Building C object CMakeFiles/cmTC_caeac.dir/src.c.o
[2/2] Linking C executable cmTC_caeac
Source file was:
int main(void) { return 0; }
Performing C SOURCE FILE Test C_SUPPORTS_FFUNCTION_SECTIONS succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_b155b"
[1/2] Building C object CMakeFiles/cmTC_b155b.dir/src.c.o
[2/2] Linking C executable cmTC_b155b
Source file was:
int main(void) { return 0; }
Performing C++ SOURCE FILE Test CXX_SUPPORTS_FFUNCTION_SECTIONS succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_f11b3"
[1/2] Building CXX object CMakeFiles/cmTC_f11b3.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_f11b3
Source file was:
int main() { return 0; }
Performing C SOURCE FILE Test C_SUPPORTS_FDATA_SECTIONS succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_f842e"
[1/2] Building C object CMakeFiles/cmTC_f842e.dir/src.c.o
[2/2] Linking C executable cmTC_f842e
Source file was:
int main(void) { return 0; }
Performing C++ SOURCE FILE Test CXX_SUPPORTS_FDATA_SECTIONS succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_2a2a5"
[1/2] Building CXX object CMakeFiles/cmTC_2a2a5.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_2a2a5
Source file was:
int main() { return 0; }
Performing C++ SOURCE FILE Test protobuf_HAVE_BUILTIN_ATOMICS succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_5d70e"
[1/2] Building CXX object CMakeFiles/cmTC_5d70e.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_5d70e
Source file was:
#include <atomic>
int main() {
return std::atomic<int64_t>{};
}
Determining if the function nanosleep exists passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_239f0"
[1/2] Building C object CMakeFiles/cmTC_239f0.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_239f0
Determining if files arpa/nameser_compat.h exist passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_53712"
[1/2] Building C object CMakeFiles/cmTC_53712.dir/HAVE_ARPA_NAMESER_COMPAT_H.c.o
[2/2] Linking C executable cmTC_53712
Determining if files arpa/nameser.h exist passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_dbb9c"
[1/2] Building C object CMakeFiles/cmTC_dbb9c.dir/HAVE_ARPA_NAMESER_H.c.o
[2/2] Linking C executable cmTC_dbb9c
Determining if files assert.h exist passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_b539c"
[1/2] Building C object CMakeFiles/cmTC_b539c.dir/HAVE_ASSERT_H.c.o
[2/2] Linking C executable cmTC_b539c
Determining if files malloc.h exist passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_6f319"
[1/2] Building C object CMakeFiles/cmTC_6f319.dir/HAVE_MALLOC_H.c.o
[2/2] Linking C executable cmTC_6f319
Determining if files memory.h exist passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_e9ed5"
[1/2] Building C object CMakeFiles/cmTC_e9ed5.dir/HAVE_MEMORY_H.c.o
[2/2] Linking C executable cmTC_e9ed5
Determining if files netinet/tcp.h exist passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_c0f56"
[1/2] Building C object CMakeFiles/cmTC_c0f56.dir/HAVE_NETINET_TCP_H.c.o
[2/2] Linking C executable cmTC_c0f56
Determining if files net/if.h exist passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_bb43a"
[1/2] Building C object CMakeFiles/cmTC_bb43a.dir/HAVE_NET_IF_H.c.o
[2/2] Linking C executable cmTC_bb43a
Determining if files stdbool.h exist passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_b4080"
[1/2] Building C object CMakeFiles/cmTC_b4080.dir/HAVE_STDBOOL_H.c.o
[2/2] Linking C executable cmTC_b4080
Determining if files stropts.h exist passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_e5bf3"
[1/2] Building C object CMakeFiles/cmTC_e5bf3.dir/HAVE_STROPTS_H.c.o
[2/2] Linking C executable cmTC_e5bf3
Determining if files time.h exist passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_7d072"
[1/2] Building C object CMakeFiles/cmTC_7d072.dir/HAVE_TIME_H.c.o
[2/2] Linking C executable cmTC_7d072
Performing C SOURCE FILE Test HAVE_SOCKLEN_T succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_c652a"
[1/2] Building C object CMakeFiles/cmTC_c652a.dir/src.c.o
[2/2] Linking C executable cmTC_c652a
Source file was:
#include <stdio.h>
#include <stdlib.h>
#include <stdbool.h>
#include <sys/types.h>
#include <arpa/inet.h>
#include <arpa/nameser.h>
#include <netdb.h>
#include <net/if.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <signal.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <sys/ioctl.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/time.h>
#include <sys/uio.h>
#include <time.h>
#include <fcntl.h>
#include <unistd.h>
int main() {
socklen_t var_exists;
(void)var_exists;
return 0;
}
Performing C SOURCE FILE Test HAVE_BOOL_T succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_55182"
[1/2] Building C object CMakeFiles/cmTC_55182.dir/src.c.o
[2/2] Linking C executable cmTC_55182
Source file was:
#include <stdio.h>
#include <stdlib.h>
#include <stdbool.h>
#include <sys/types.h>
#include <arpa/inet.h>
#include <arpa/nameser.h>
#include <netdb.h>
#include <net/if.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <signal.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <sys/ioctl.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/time.h>
#include <sys/uio.h>
#include <time.h>
#include <fcntl.h>
#include <unistd.h>
int main() {
bool var_exists;
(void)var_exists;
return 0;
}
Performing C SOURCE FILE Test HAVE_SSIZE_T succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_2e9c1"
[1/2] Building C object CMakeFiles/cmTC_2e9c1.dir/src.c.o
[2/2] Linking C executable cmTC_2e9c1
Source file was:
#include <stdio.h>
#include <stdlib.h>
#include <stdbool.h>
#include <sys/types.h>
#include <arpa/inet.h>
#include <arpa/nameser.h>
#include <netdb.h>
#include <net/if.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <signal.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <sys/ioctl.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/time.h>
#include <sys/uio.h>
#include <time.h>
#include <fcntl.h>
#include <unistd.h>
int main() {
ssize_t var_exists;
(void)var_exists;
return 0;
}
Performing C SOURCE FILE Test HAVE_LONGLONG succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_9932e"
[1/2] Building C object CMakeFiles/cmTC_9932e.dir/src.c.o
[2/2] Linking C executable cmTC_9932e
Source file was:
#include <stdio.h>
#include <stdlib.h>
#include <stdbool.h>
#include <sys/types.h>
#include <arpa/inet.h>
#include <arpa/nameser.h>
#include <netdb.h>
#include <net/if.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <signal.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <sys/ioctl.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/time.h>
#include <sys/uio.h>
#include <time.h>
#include <fcntl.h>
#include <unistd.h>
int main() {
long long var_exists;
(void)var_exists;
return 0;
}
Performing C SOURCE FILE Test HAVE_SIG_ATOMIC_T succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_9d77e"
[1/2] Building C object CMakeFiles/cmTC_9d77e.dir/src.c.o
[2/2] Linking C executable cmTC_9d77e
Source file was:
#include <stdio.h>
#include <stdlib.h>
#include <stdbool.h>
#include <sys/types.h>
#include <arpa/inet.h>
#include <arpa/nameser.h>
#include <netdb.h>
#include <net/if.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <signal.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <sys/ioctl.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/time.h>
#include <sys/uio.h>
#include <time.h>
#include <fcntl.h>
#include <unistd.h>
int main() {
sig_atomic_t var_exists;
(void)var_exists;
return 0;
}
Performing C SOURCE FILE Test HAVE_STRUCT_ADDRINFO succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_5bbc6"
[1/2] Building C object CMakeFiles/cmTC_5bbc6.dir/src.c.o
[2/2] Linking C executable cmTC_5bbc6
Source file was:
#include <stdio.h>
#include <stdlib.h>
#include <stdbool.h>
#include <sys/types.h>
#include <arpa/inet.h>
#include <arpa/nameser.h>
#include <netdb.h>
#include <net/if.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <signal.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <sys/ioctl.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/time.h>
#include <sys/uio.h>
#include <time.h>
#include <fcntl.h>
#include <unistd.h>
int main() {
struct addrinfo var_exists;
(void)var_exists;
return 0;
}
Performing C SOURCE FILE Test HAVE_STRUCT_IN6_ADDR succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_7cd04"
[1/2] Building C object CMakeFiles/cmTC_7cd04.dir/src.c.o
[2/2] Linking C executable cmTC_7cd04
Source file was:
#include <stdio.h>
#include <stdlib.h>
#include <stdbool.h>
#include <sys/types.h>
#include <arpa/inet.h>
#include <arpa/nameser.h>
#include <netdb.h>
#include <net/if.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <signal.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <sys/ioctl.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/time.h>
#include <sys/uio.h>
#include <time.h>
#include <fcntl.h>
#include <unistd.h>
int main() {
struct in6_addr var_exists;
(void)var_exists;
return 0;
}
Performing C SOURCE FILE Test HAVE_STRUCT_SOCKADDR_IN6 succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_94d57"
[1/2] Building C object CMakeFiles/cmTC_94d57.dir/src.c.o
[2/2] Linking C executable cmTC_94d57
Source file was:
#include <stdio.h>
#include <stdlib.h>
#include <stdbool.h>
#include <sys/types.h>
#include <arpa/inet.h>
#include <arpa/nameser.h>
#include <netdb.h>
#include <net/if.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <signal.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <sys/ioctl.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/time.h>
#include <sys/uio.h>
#include <time.h>
#include <fcntl.h>
#include <unistd.h>
int main() {
struct sockaddr_in6 var_exists;
(void)var_exists;
return 0;
}
Performing C SOURCE FILE Test HAVE_STRUCT_SOCKADDR_STORAGE succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_b6ffc"
[1/2] Building C object CMakeFiles/cmTC_b6ffc.dir/src.c.o
[2/2] Linking C executable cmTC_b6ffc
Source file was:
#include <stdio.h>
#include <stdlib.h>
#include <stdbool.h>
#include <sys/types.h>
#include <arpa/inet.h>
#include <arpa/nameser.h>
#include <netdb.h>
#include <net/if.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <signal.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <sys/ioctl.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/time.h>
#include <sys/uio.h>
#include <time.h>
#include <fcntl.h>
#include <unistd.h>
int main() {
struct sockaddr_storage var_exists;
(void)var_exists;
return 0;
}
Performing C SOURCE FILE Test HAVE_STRUCT_TIMEVAL succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_c58cb"
[1/2] Building C object CMakeFiles/cmTC_c58cb.dir/src.c.o
[2/2] Linking C executable cmTC_c58cb
Source file was:
#include <stdio.h>
#include <stdlib.h>
#include <stdbool.h>
#include <sys/types.h>
#include <arpa/inet.h>
#include <arpa/nameser.h>
#include <netdb.h>
#include <net/if.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <signal.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <sys/ioctl.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/time.h>
#include <sys/uio.h>
#include <time.h>
#include <fcntl.h>
#include <unistd.h>
int main() {
struct timeval var_exists;
(void)var_exists;
return 0;
}
Determining if the AF_INET6 exist passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_f62ff"
[1/2] Building C object CMakeFiles/cmTC_f62ff.dir/CheckSymbolExists.c.o
[2/2] Linking C executable cmTC_f62ff
File /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <stdbool.h>
#include <sys/types.h>
#include <arpa/inet.h>
#include <arpa/nameser.h>
#include <netdb.h>
#include <net/if.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <signal.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <sys/ioctl.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/time.h>
#include <sys/uio.h>
#include <time.h>
#include <fcntl.h>
#include <unistd.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef AF_INET6
return ((int*)(&AF_INET6))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the O_NONBLOCK exist passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_e2750"
[1/2] Building C object CMakeFiles/cmTC_e2750.dir/CheckSymbolExists.c.o
[2/2] Linking C executable cmTC_e2750
File /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <stdbool.h>
#include <sys/types.h>
#include <arpa/inet.h>
#include <arpa/nameser.h>
#include <netdb.h>
#include <net/if.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <signal.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <sys/ioctl.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/time.h>
#include <sys/uio.h>
#include <time.h>
#include <fcntl.h>
#include <unistd.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef O_NONBLOCK
return ((int*)(&O_NONBLOCK))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the FIONBIO exist passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_b4de8"
[1/2] Building C object CMakeFiles/cmTC_b4de8.dir/CheckSymbolExists.c.o
[2/2] Linking C executable cmTC_b4de8
File /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <stdbool.h>
#include <sys/types.h>
#include <arpa/inet.h>
#include <arpa/nameser.h>
#include <netdb.h>
#include <net/if.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <signal.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <sys/ioctl.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/time.h>
#include <sys/uio.h>
#include <time.h>
#include <fcntl.h>
#include <unistd.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef FIONBIO
return ((int*)(&FIONBIO))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the SIOCGIFADDR exist passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_58579"
[1/2] Building C object CMakeFiles/cmTC_58579.dir/CheckSymbolExists.c.o
[2/2] Linking C executable cmTC_58579
File /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <stdbool.h>
#include <sys/types.h>
#include <arpa/inet.h>
#include <arpa/nameser.h>
#include <netdb.h>
#include <net/if.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <signal.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <sys/ioctl.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/time.h>
#include <sys/uio.h>
#include <time.h>
#include <fcntl.h>
#include <unistd.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef SIOCGIFADDR
return ((int*)(&SIOCGIFADDR))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the MSG_NOSIGNAL exist passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_18428"
[1/2] Building C object CMakeFiles/cmTC_18428.dir/CheckSymbolExists.c.o
[2/2] Linking C executable cmTC_18428
File /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <stdbool.h>
#include <sys/types.h>
#include <arpa/inet.h>
#include <arpa/nameser.h>
#include <netdb.h>
#include <net/if.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <signal.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <sys/ioctl.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/time.h>
#include <sys/uio.h>
#include <time.h>
#include <fcntl.h>
#include <unistd.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef MSG_NOSIGNAL
return ((int*)(&MSG_NOSIGNAL))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the PF_INET6 exist passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_cfcc2"
[1/2] Building C object CMakeFiles/cmTC_cfcc2.dir/CheckSymbolExists.c.o
[2/2] Linking C executable cmTC_cfcc2
File /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <stdbool.h>
#include <sys/types.h>
#include <arpa/inet.h>
#include <arpa/nameser.h>
#include <netdb.h>
#include <net/if.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <signal.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <sys/ioctl.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/time.h>
#include <sys/uio.h>
#include <time.h>
#include <fcntl.h>
#include <unistd.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef PF_INET6
return ((int*)(&PF_INET6))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the CLOCK_MONOTONIC exist passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_d8906"
[1/2] Building C object CMakeFiles/cmTC_d8906.dir/CheckSymbolExists.c.o
[2/2] Linking C executable cmTC_d8906
File /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <stdbool.h>
#include <sys/types.h>
#include <arpa/inet.h>
#include <arpa/nameser.h>
#include <netdb.h>
#include <net/if.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <signal.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <sys/ioctl.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/time.h>
#include <sys/uio.h>
#include <time.h>
#include <fcntl.h>
#include <unistd.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef CLOCK_MONOTONIC
return ((int*)(&CLOCK_MONOTONIC))[argc];
#else
(void)argc;
return 0;
#endif
}
Performing C SOURCE FILE Test HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_561bd"
[1/2] Building C object CMakeFiles/cmTC_561bd.dir/src.c.o
[2/2] Linking C executable cmTC_561bd
Source file was:
#include <stdbool.h>
#include <sys/types.h>
#include <arpa/inet.h>
#include <arpa/nameser.h>
#include <netdb.h>
#include <net/if.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <signal.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <sys/ioctl.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/time.h>
#include <sys/uio.h>
#include <time.h>
#include <fcntl.h>
#include <unistd.h>
int main()
{
(void)sizeof(((struct sockaddr_in6 *)0)->sin6_scope_id);
return 0;
}
Performing C SOURCE FILE Test HAVE_LL succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_d9b81"
[1/2] Building C object CMakeFiles/cmTC_d9b81.dir/src.c.o
[2/2] Linking C executable cmTC_d9b81
Source file was:
int main() { int n=1234LL; return 0; }
Determining if the connect exist passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_0010b"
[1/2] Building C object CMakeFiles/cmTC_0010b.dir/CheckSymbolExists.c.o
[2/2] Linking C executable cmTC_0010b
File /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <stdbool.h>
#include <sys/types.h>
#include <arpa/inet.h>
#include <arpa/nameser.h>
#include <netdb.h>
#include <net/if.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <signal.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <sys/ioctl.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/time.h>
#include <sys/uio.h>
#include <time.h>
#include <fcntl.h>
#include <unistd.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef connect
return ((int*)(&connect))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the freeaddrinfo exist passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_4af01"
[1/2] Building C object CMakeFiles/cmTC_4af01.dir/CheckSymbolExists.c.o
[2/2] Linking C executable cmTC_4af01
File /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <stdbool.h>
#include <sys/types.h>
#include <arpa/inet.h>
#include <arpa/nameser.h>
#include <netdb.h>
#include <net/if.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <signal.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <sys/ioctl.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/time.h>
#include <sys/uio.h>
#include <time.h>
#include <fcntl.h>
#include <unistd.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef freeaddrinfo
return ((int*)(&freeaddrinfo))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the getaddrinfo exist passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_ad10c"
[1/2] Building C object CMakeFiles/cmTC_ad10c.dir/CheckSymbolExists.c.o
[2/2] Linking C executable cmTC_ad10c
File /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <stdbool.h>
#include <sys/types.h>
#include <arpa/inet.h>
#include <arpa/nameser.h>
#include <netdb.h>
#include <net/if.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <signal.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <sys/ioctl.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/time.h>
#include <sys/uio.h>
#include <time.h>
#include <fcntl.h>
#include <unistd.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef getaddrinfo
return ((int*)(&getaddrinfo))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the getenv exist passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_15c2d"
[1/2] Building C object CMakeFiles/cmTC_15c2d.dir/CheckSymbolExists.c.o
[2/2] Linking C executable cmTC_15c2d
File /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <stdbool.h>
#include <sys/types.h>
#include <arpa/inet.h>
#include <arpa/nameser.h>
#include <netdb.h>
#include <net/if.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <signal.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <sys/ioctl.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/time.h>
#include <sys/uio.h>
#include <time.h>
#include <fcntl.h>
#include <unistd.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef getenv
return ((int*)(&getenv))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the gethostbyaddr exist passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_f52ae"
[1/2] Building C object CMakeFiles/cmTC_f52ae.dir/CheckSymbolExists.c.o
[2/2] Linking C executable cmTC_f52ae
File /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <stdbool.h>
#include <sys/types.h>
#include <arpa/inet.h>
#include <arpa/nameser.h>
#include <netdb.h>
#include <net/if.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <signal.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <sys/ioctl.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/time.h>
#include <sys/uio.h>
#include <time.h>
#include <fcntl.h>
#include <unistd.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef gethostbyaddr
return ((int*)(&gethostbyaddr))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the gethostname exist passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_e2f4d"
[1/2] Building C object CMakeFiles/cmTC_e2f4d.dir/CheckSymbolExists.c.o
[2/2] Linking C executable cmTC_e2f4d
File /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <stdbool.h>
#include <sys/types.h>
#include <arpa/inet.h>
#include <arpa/nameser.h>
#include <netdb.h>
#include <net/if.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <signal.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <sys/ioctl.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/time.h>
#include <sys/uio.h>
#include <time.h>
#include <fcntl.h>
#include <unistd.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef gethostname
return ((int*)(&gethostname))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the getnameinfo exist passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_381f6"
[1/2] Building C object CMakeFiles/cmTC_381f6.dir/CheckSymbolExists.c.o
[2/2] Linking C executable cmTC_381f6
File /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <stdbool.h>
#include <sys/types.h>
#include <arpa/inet.h>
#include <arpa/nameser.h>
#include <netdb.h>
#include <net/if.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <signal.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <sys/ioctl.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/time.h>
#include <sys/uio.h>
#include <time.h>
#include <fcntl.h>
#include <unistd.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef getnameinfo
return ((int*)(&getnameinfo))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the getservbyport_r exist passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_938d5"
[1/2] Building C object CMakeFiles/cmTC_938d5.dir/CheckSymbolExists.c.o
[2/2] Linking C executable cmTC_938d5
File /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <stdbool.h>
#include <sys/types.h>
#include <arpa/inet.h>
#include <arpa/nameser.h>
#include <netdb.h>
#include <net/if.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <signal.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <sys/ioctl.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/time.h>
#include <sys/uio.h>
#include <time.h>
#include <fcntl.h>
#include <unistd.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef getservbyport_r
return ((int*)(&getservbyport_r))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the gettimeofday exist passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_07bf5"
[1/2] Building C object CMakeFiles/cmTC_07bf5.dir/CheckSymbolExists.c.o
[2/2] Linking C executable cmTC_07bf5
File /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <stdbool.h>
#include <sys/types.h>
#include <arpa/inet.h>
#include <arpa/nameser.h>
#include <netdb.h>
#include <net/if.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <signal.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <sys/ioctl.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/time.h>
#include <sys/uio.h>
#include <time.h>
#include <fcntl.h>
#include <unistd.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef gettimeofday
return ((int*)(&gettimeofday))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the if_indextoname exist passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_8744f"
[1/2] Building C object CMakeFiles/cmTC_8744f.dir/CheckSymbolExists.c.o
[2/2] Linking C executable cmTC_8744f
File /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <stdbool.h>
#include <sys/types.h>
#include <arpa/inet.h>
#include <arpa/nameser.h>
#include <netdb.h>
#include <net/if.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <signal.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <sys/ioctl.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/time.h>
#include <sys/uio.h>
#include <time.h>
#include <fcntl.h>
#include <unistd.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef if_indextoname
return ((int*)(&if_indextoname))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the inet_ntop exist passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_e13f6"
[1/2] Building C object CMakeFiles/cmTC_e13f6.dir/CheckSymbolExists.c.o
[2/2] Linking C executable cmTC_e13f6
File /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <stdbool.h>
#include <sys/types.h>
#include <arpa/inet.h>
#include <arpa/nameser.h>
#include <netdb.h>
#include <net/if.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <signal.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <sys/ioctl.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/time.h>
#include <sys/uio.h>
#include <time.h>
#include <fcntl.h>
#include <unistd.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef inet_ntop
return ((int*)(&inet_ntop))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the inet_pton exist passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_7e5af"
[1/2] Building C object CMakeFiles/cmTC_7e5af.dir/CheckSymbolExists.c.o
[2/2] Linking C executable cmTC_7e5af
File /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <stdbool.h>
#include <sys/types.h>
#include <arpa/inet.h>
#include <arpa/nameser.h>
#include <netdb.h>
#include <net/if.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <signal.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <sys/ioctl.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/time.h>
#include <sys/uio.h>
#include <time.h>
#include <fcntl.h>
#include <unistd.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef inet_pton
return ((int*)(&inet_pton))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the ioctl exist passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_63a7c"
[1/2] Building C object CMakeFiles/cmTC_63a7c.dir/CheckSymbolExists.c.o
[2/2] Linking C executable cmTC_63a7c
File /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <stdbool.h>
#include <sys/types.h>
#include <arpa/inet.h>
#include <arpa/nameser.h>
#include <netdb.h>
#include <net/if.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <signal.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <sys/ioctl.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/time.h>
#include <sys/uio.h>
#include <time.h>
#include <fcntl.h>
#include <unistd.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef ioctl
return ((int*)(&ioctl))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the recv exist passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_40463"
[1/2] Building C object CMakeFiles/cmTC_40463.dir/CheckSymbolExists.c.o
[2/2] Linking C executable cmTC_40463
File /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <stdbool.h>
#include <sys/types.h>
#include <arpa/inet.h>
#include <arpa/nameser.h>
#include <netdb.h>
#include <net/if.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <signal.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <sys/ioctl.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/time.h>
#include <sys/uio.h>
#include <time.h>
#include <fcntl.h>
#include <unistd.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef recv
return ((int*)(&recv))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the recvfrom exist passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_13ea0"
[1/2] Building C object CMakeFiles/cmTC_13ea0.dir/CheckSymbolExists.c.o
[2/2] Linking C executable cmTC_13ea0
File /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <stdbool.h>
#include <sys/types.h>
#include <arpa/inet.h>
#include <arpa/nameser.h>
#include <netdb.h>
#include <net/if.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <signal.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <sys/ioctl.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/time.h>
#include <sys/uio.h>
#include <time.h>
#include <fcntl.h>
#include <unistd.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef recvfrom
return ((int*)(&recvfrom))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the send exist passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_9cfab"
[1/2] Building C object CMakeFiles/cmTC_9cfab.dir/CheckSymbolExists.c.o
[2/2] Linking C executable cmTC_9cfab
File /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <stdbool.h>
#include <sys/types.h>
#include <arpa/inet.h>
#include <arpa/nameser.h>
#include <netdb.h>
#include <net/if.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <signal.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <sys/ioctl.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/time.h>
#include <sys/uio.h>
#include <time.h>
#include <fcntl.h>
#include <unistd.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef send
return ((int*)(&send))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the setsockopt exist passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_225bd"
[1/2] Building C object CMakeFiles/cmTC_225bd.dir/CheckSymbolExists.c.o
[2/2] Linking C executable cmTC_225bd
File /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <stdbool.h>
#include <sys/types.h>
#include <arpa/inet.h>
#include <arpa/nameser.h>
#include <netdb.h>
#include <net/if.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <signal.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <sys/ioctl.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/time.h>
#include <sys/uio.h>
#include <time.h>
#include <fcntl.h>
#include <unistd.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef setsockopt
return ((int*)(&setsockopt))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the socket exist passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_3a97d"
[1/2] Building C object CMakeFiles/cmTC_3a97d.dir/CheckSymbolExists.c.o
[2/2] Linking C executable cmTC_3a97d
File /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <stdbool.h>
#include <sys/types.h>
#include <arpa/inet.h>
#include <arpa/nameser.h>
#include <netdb.h>
#include <net/if.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <signal.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <sys/ioctl.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/time.h>
#include <sys/uio.h>
#include <time.h>
#include <fcntl.h>
#include <unistd.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef socket
return ((int*)(&socket))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the strcasecmp exist passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_25f91"
[1/2] Building C object CMakeFiles/cmTC_25f91.dir/CheckSymbolExists.c.o
[2/2] Linking C executable cmTC_25f91
File /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <stdbool.h>
#include <sys/types.h>
#include <arpa/inet.h>
#include <arpa/nameser.h>
#include <netdb.h>
#include <net/if.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <signal.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <sys/ioctl.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/time.h>
#include <sys/uio.h>
#include <time.h>
#include <fcntl.h>
#include <unistd.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef strcasecmp
return ((int*)(&strcasecmp))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the strdup exist passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_9efca"
[1/2] Building C object CMakeFiles/cmTC_9efca.dir/CheckSymbolExists.c.o
[2/2] Linking C executable cmTC_9efca
File /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <stdbool.h>
#include <sys/types.h>
#include <arpa/inet.h>
#include <arpa/nameser.h>
#include <netdb.h>
#include <net/if.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <signal.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <sys/ioctl.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/time.h>
#include <sys/uio.h>
#include <time.h>
#include <fcntl.h>
#include <unistd.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef strdup
return ((int*)(&strdup))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the strncasecmp exist passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_6c623"
[1/2] Building C object CMakeFiles/cmTC_6c623.dir/CheckSymbolExists.c.o
[2/2] Linking C executable cmTC_6c623
File /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <stdbool.h>
#include <sys/types.h>
#include <arpa/inet.h>
#include <arpa/nameser.h>
#include <netdb.h>
#include <net/if.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <signal.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <sys/ioctl.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/time.h>
#include <sys/uio.h>
#include <time.h>
#include <fcntl.h>
#include <unistd.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef strncasecmp
return ((int*)(&strncasecmp))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the writev exist passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_e986f"
[1/2] Building C object CMakeFiles/cmTC_e986f.dir/CheckSymbolExists.c.o
[2/2] Linking C executable cmTC_e986f
File /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <stdbool.h>
#include <sys/types.h>
#include <arpa/inet.h>
#include <arpa/nameser.h>
#include <netdb.h>
#include <net/if.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <signal.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <sys/ioctl.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/time.h>
#include <sys/uio.h>
#include <time.h>
#include <fcntl.h>
#include <unistd.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef writev
return ((int*)(&writev))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the CXX compiler accepts the flag -std=c++11 passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_f871b"
[1/2] Building CXX object CMakeFiles/cmTC_f871b.dir/DummyCXXFile.cxx.o
[2/2] Linking CXX executable cmTC_f871b
Performing C++ SOURCE FILE Test HAVE_UNORDERED_MAP succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_d58df"
[1/2] Building CXX object CMakeFiles/cmTC_d58df.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_d58df
Source file was:
#include <unordered_map>
int main() {
std::unordered_map<int,int> m;
return m.find(42) == m.end();
}
Performing C++ SOURCE FILE Test HAVE_HASH_FUNC_HEADER succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_31e22"
[1/2] Building CXX object CMakeFiles/cmTC_31e22.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_31e22
Source file was:
#include <functional>
int main() { int x = std::hash<int>()(42); }
Determining size of long long passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_53f06"
[1/2] Building C object CMakeFiles/cmTC_53f06.dir/LONG_LONG.c.o
[2/2] Linking C executable cmTC_53f06
Determining size of uint16_t passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_b856e"
[1/2] Building C object CMakeFiles/cmTC_b856e.dir/UINT16_T.c.o
[2/2] Linking C executable cmTC_b856e
Determining size of u_int16_t passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_b5050"
[1/2] Building C object CMakeFiles/cmTC_b5050.dir/U_INT16_T.c.o
[2/2] Linking C executable cmTC_b5050
Determining size of __uint16_t passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_94d29"
[1/2] Building C object CMakeFiles/cmTC_94d29.dir/__UINT16_T.c.o
[2/2] Linking C executable cmTC_94d29
Determining if the GRND_NONBLOCK exist passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_049db"
[1/2] Building C object CMakeFiles/cmTC_049db.dir/CheckSymbolExists.c.o
[2/2] Linking C executable cmTC_049db
File /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <linux/random.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef GRND_NONBLOCK
return ((int*)(&GRND_NONBLOCK))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the sigtimedwait exist passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_994c1"
[1/2] Building C object CMakeFiles/cmTC_994c1.dir/CheckSymbolExists.c.o
[2/2] Linking C executable cmTC_994c1
File /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <signal.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef sigtimedwait
return ((int*)(&sigtimedwait))[argc];
#else
(void)argc;
return 0;
#endif
}
Performing C++ SOURCE FILE Test HAVE_BUILTIN_BSWAP32 succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_ef2cd"
[1/2] Building CXX object CMakeFiles/cmTC_ef2cd.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_ef2cd
Source file was:
int main() { return __builtin_bswap32(42); }
Performing C++ SOURCE FILE Test HAVE_BUILTIN_BSWAP64 succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_7141b"
[1/2] Building CXX object CMakeFiles/cmTC_7141b.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_7141b
Source file was:
int main() { return __builtin_bswap64(42); }
Determining size of long passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_f03d3"
[1/2] Building C object CMakeFiles/cmTC_f03d3.dir/CMAKE_SIZEOF_LONG.c.o
[2/2] Linking C executable cmTC_f03d3
Performing C++ SOURCE FILE Test HAVE_THREAD_LOCAL succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_da88a"
[1/2] Building CXX object CMakeFiles/cmTC_da88a.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_da88a
Source file was:
#if defined(_MSC_VER) && !defined(__thread)
#define __thread __declspec(thread)
#endif
int main() {
static __thread int tls;
}
Performing C++ SOURCE FILE Test HAVE_FALLOCATE succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_79b7a"
[1/2] Building CXX object CMakeFiles/cmTC_79b7a.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_79b7a
Source file was:
#include <fcntl.h>
#include <linux/falloc.h>
int main() {
int fd = open("/dev/null", 0);
fallocate(fd, FALLOC_FL_KEEP_SIZE, 0, 1024);
}
Performing C++ SOURCE FILE Test HAVE_SYNC_FILE_RANGE_WRITE succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_29a5b"
[1/2] Building CXX object CMakeFiles/cmTC_29a5b.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_29a5b
Source file was:
#include <fcntl.h>
int main() {
int fd = open("/dev/null", 0);
sync_file_range(fd, 0, 1024, SYNC_FILE_RANGE_WRITE);
}
Performing C++ SOURCE FILE Test HAVE_PTHREAD_MUTEX_ADAPTIVE_NP succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_53e4b"
[1/2] Building CXX object CMakeFiles/cmTC_53e4b.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_53e4b
Source file was:
#include <pthread.h>
int main() {
(void) PTHREAD_MUTEX_ADAPTIVE_NP;
}
Determining if the sched_getcpu exist passed with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_d9ca6"
[1/2] Building CXX object CMakeFiles/cmTC_d9ca6.dir/CheckSymbolExists.cxx.o
[2/2] Linking CXX executable cmTC_d9ca6
File /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:
/* */
#include <sched.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef sched_getcpu
return ((int*)(&sched_getcpu))[argc];
#else
(void)argc;
return 0;
#endif
}
Performing C++ SOURCE FILE Test SUPPORTS_CXXFLAG_frame_larger_than=65536 succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_b03db"
[1/2] Building CXX object CMakeFiles/cmTC_b03db.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_b03db
Source file was:
int main() { return 0; }
Performing C SOURCE FILE Test SUPPORTS_CFLAG_frame_larger_than=65536 succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_d93a7"
[1/2] Building C object CMakeFiles/cmTC_d93a7.dir/src.c.o
[2/2] Linking C executable cmTC_d93a7
Source file was:
int main(void) { return 0; }
Performing C++ SOURCE FILE Test SUPPORTS_CXXFLAG_pedantic succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_dccf7"
[1/2] Building CXX object CMakeFiles/cmTC_dccf7.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_dccf7
Source file was:
int main() { return 0; }
Performing C SOURCE FILE Test SUPPORTS_CFLAG_pedantic succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_41246"
[1/2] Building C object CMakeFiles/cmTC_41246.dir/src.c.o
[2/2] Linking C executable cmTC_41246
Source file was:
int main(void) { return 0; }
Performing C++ SOURCE FILE Test SUPPORTS_CXXFLAG_no_vla_extension succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_dd267"
[1/2] Building CXX object CMakeFiles/cmTC_dd267.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_dd267
Source file was:
int main() { return 0; }
Performing C SOURCE FILE Test SUPPORTS_CFLAG_no_vla_extension succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_2f10b"
[1/2] Building C object CMakeFiles/cmTC_2f10b.dir/src.c.o
[2/2] Linking C executable cmTC_2f10b
Source file was:
int main(void) { return 0; }
Performing C++ SOURCE FILE Test SUPPORTS_CXXFLAG_no_zero_length_array succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_bb107"
[1/2] Building CXX object CMakeFiles/cmTC_bb107.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_bb107
Source file was:
int main() { return 0; }
Performing C SOURCE FILE Test SUPPORTS_CFLAG_no_zero_length_array succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_bdfc9"
[1/2] Building C object CMakeFiles/cmTC_bdfc9.dir/src.c.o
[2/2] Linking C executable cmTC_bdfc9
Source file was:
int main(void) { return 0; }
Performing C++ SOURCE FILE Test SUPPORTS_CXXFLAG_no_c11_extensions succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_4134f"
[1/2] Building CXX object CMakeFiles/cmTC_4134f.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_4134f
Source file was:
int main() { return 0; }
Performing C SOURCE FILE Test SUPPORTS_CFLAG_no_c11_extensions succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_39746"
[1/2] Building C object CMakeFiles/cmTC_39746.dir/src.c.o
[2/2] Linking C executable cmTC_39746
Source file was:
int main(void) { return 0; }
Performing C++ SOURCE FILE Test SUPPORTS_CXXFLAG_comma succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_7a357"
[1/2] Building CXX object CMakeFiles/cmTC_7a357.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_7a357
Source file was:
int main() { return 0; }
Performing C SOURCE FILE Test SUPPORTS_CFLAG_comma succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_69aad"
[1/2] Building C object CMakeFiles/cmTC_69aad.dir/src.c.o
[2/2] Linking C executable cmTC_69aad
Source file was:
int main(void) { return 0; }
Performing C++ SOURCE FILE Test SUPPORTS_CXXFLAG_conditional_uninitialized succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_358f3"
[1/2] Building CXX object CMakeFiles/cmTC_358f3.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_358f3
Source file was:
int main() { return 0; }
Performing C SOURCE FILE Test SUPPORTS_CFLAG_conditional_uninitialized succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_2c636"
[1/2] Building C object CMakeFiles/cmTC_2c636.dir/src.c.o
[2/2] Linking C executable cmTC_2c636
Source file was:
int main(void) { return 0; }
Performing C++ SOURCE FILE Test SUPPORTS_CXXFLAG_covered_switch_default succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_4a55b"
[1/2] Building CXX object CMakeFiles/cmTC_4a55b.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_4a55b
Source file was:
int main() { return 0; }
Performing C SOURCE FILE Test SUPPORTS_CFLAG_covered_switch_default succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_2c07d"
[1/2] Building C object CMakeFiles/cmTC_2c07d.dir/src.c.o
[2/2] Linking C executable cmTC_2c07d
Source file was:
int main(void) { return 0; }
Performing C++ SOURCE FILE Test SUPPORTS_CXXFLAG_deprecated succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_e9eab"
[1/2] Building CXX object CMakeFiles/cmTC_e9eab.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_e9eab
Source file was:
int main() { return 0; }
Performing C SOURCE FILE Test SUPPORTS_CFLAG_deprecated succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_5c52e"
[1/2] Building C object CMakeFiles/cmTC_5c52e.dir/src.c.o
[2/2] Linking C executable cmTC_5c52e
Source file was:
int main(void) { return 0; }
Performing C++ SOURCE FILE Test SUPPORTS_CXXFLAG_embedded_directive succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_adc7b"
[1/2] Building CXX object CMakeFiles/cmTC_adc7b.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_adc7b
Source file was:
int main() { return 0; }
Performing C SOURCE FILE Test SUPPORTS_CFLAG_embedded_directive succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_c4748"
[1/2] Building C object CMakeFiles/cmTC_c4748.dir/src.c.o
[2/2] Linking C executable cmTC_c4748
Source file was:
int main(void) { return 0; }
Performing C++ SOURCE FILE Test SUPPORTS_CXXFLAG_empty_init_stmt succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_66bdf"
[1/2] Building CXX object CMakeFiles/cmTC_66bdf.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_66bdf
Source file was:
int main() { return 0; }
Performing C SOURCE FILE Test SUPPORTS_CFLAG_empty_init_stmt succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_4785b"
[1/2] Building C object CMakeFiles/cmTC_4785b.dir/src.c.o
[2/2] Linking C executable cmTC_4785b
Source file was:
int main(void) { return 0; }
Performing C++ SOURCE FILE Test SUPPORTS_CXXFLAG_extra_semi_stmt succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_075e1"
[1/2] Building CXX object CMakeFiles/cmTC_075e1.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_075e1
Source file was:
int main() { return 0; }
Performing C SOURCE FILE Test SUPPORTS_CFLAG_extra_semi_stmt succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_a5f9e"
[1/2] Building C object CMakeFiles/cmTC_a5f9e.dir/src.c.o
[2/2] Linking C executable cmTC_a5f9e
Source file was:
int main(void) { return 0; }
Performing C++ SOURCE FILE Test SUPPORTS_CXXFLAG_extra_semi succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_f8ba5"
[1/2] Building CXX object CMakeFiles/cmTC_f8ba5.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_f8ba5
Source file was:
int main() { return 0; }
Performing C SOURCE FILE Test SUPPORTS_CFLAG_extra_semi succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_edcd8"
[1/2] Building C object CMakeFiles/cmTC_edcd8.dir/src.c.o
[2/2] Linking C executable cmTC_edcd8
Source file was:
int main(void) { return 0; }
Performing C++ SOURCE FILE Test SUPPORTS_CXXFLAG_gnu_case_range succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_f0073"
[1/2] Building CXX object CMakeFiles/cmTC_f0073.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_f0073
Source file was:
int main() { return 0; }
Performing C SOURCE FILE Test SUPPORTS_CFLAG_gnu_case_range succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_a861d"
[1/2] Building C object CMakeFiles/cmTC_a861d.dir/src.c.o
[2/2] Linking C executable cmTC_a861d
Source file was:
int main(void) { return 0; }
Performing C++ SOURCE FILE Test SUPPORTS_CXXFLAG_inconsistent_missing_destructor_override succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_d2776"
[1/2] Building CXX object CMakeFiles/cmTC_d2776.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_d2776
Source file was:
int main() { return 0; }
Performing C SOURCE FILE Test SUPPORTS_CFLAG_inconsistent_missing_destructor_override succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_05291"
[1/2] Building C object CMakeFiles/cmTC_05291.dir/src.c.o
[2/2] Linking C executable cmTC_05291
Source file was:
int main(void) { return 0; }
Performing C++ SOURCE FILE Test SUPPORTS_CXXFLAG_newline_eof succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_b6218"
[1/2] Building CXX object CMakeFiles/cmTC_b6218.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_b6218
Source file was:
int main() { return 0; }
Performing C SOURCE FILE Test SUPPORTS_CFLAG_newline_eof succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_28bb1"
[1/2] Building C object CMakeFiles/cmTC_28bb1.dir/src.c.o
[2/2] Linking C executable cmTC_28bb1
Source file was:
int main(void) { return 0; }
Performing C++ SOURCE FILE Test SUPPORTS_CXXFLAG_old_style_cast succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_61a98"
[1/2] Building CXX object CMakeFiles/cmTC_61a98.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_61a98
Source file was:
int main() { return 0; }
Performing C SOURCE FILE Test SUPPORTS_CFLAG_old_style_cast succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_358a9"
[1/2] Building C object CMakeFiles/cmTC_358a9.dir/src.c.o
[2/2] Linking C executable cmTC_358a9
Source file was:
int main(void) { return 0; }
Performing C++ SOURCE FILE Test SUPPORTS_CXXFLAG_range_loop_analysis succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_c90dd"
[1/2] Building CXX object CMakeFiles/cmTC_c90dd.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_c90dd
Source file was:
int main() { return 0; }
Performing C SOURCE FILE Test SUPPORTS_CFLAG_range_loop_analysis succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_5bc49"
[1/2] Building C object CMakeFiles/cmTC_5bc49.dir/src.c.o
[2/2] Linking C executable cmTC_5bc49
Source file was:
int main(void) { return 0; }
Performing C++ SOURCE FILE Test SUPPORTS_CXXFLAG_redundant_parens succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_c2850"
[1/2] Building CXX object CMakeFiles/cmTC_c2850.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_c2850
Source file was:
int main() { return 0; }
Performing C SOURCE FILE Test SUPPORTS_CFLAG_redundant_parens succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_49fce"
[1/2] Building C object CMakeFiles/cmTC_49fce.dir/src.c.o
[2/2] Linking C executable cmTC_49fce
Source file was:
int main(void) { return 0; }
Performing C++ SOURCE FILE Test SUPPORTS_CXXFLAG_reserved_id_macro succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_ec1d5"
[1/2] Building CXX object CMakeFiles/cmTC_ec1d5.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_ec1d5
Source file was:
int main() { return 0; }
Performing C SOURCE FILE Test SUPPORTS_CFLAG_reserved_id_macro succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_08522"
[1/2] Building C object CMakeFiles/cmTC_08522.dir/src.c.o
[2/2] Linking C executable cmTC_08522
Source file was:
int main(void) { return 0; }
Performing C++ SOURCE FILE Test SUPPORTS_CXXFLAG_shadow_field succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_c1d8b"
[1/2] Building CXX object CMakeFiles/cmTC_c1d8b.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_c1d8b
Source file was:
int main() { return 0; }
Performing C SOURCE FILE Test SUPPORTS_CFLAG_shadow_field succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_e8615"
[1/2] Building C object CMakeFiles/cmTC_e8615.dir/src.c.o
[2/2] Linking C executable cmTC_e8615
Source file was:
int main(void) { return 0; }
Performing C++ SOURCE FILE Test SUPPORTS_CXXFLAG_shadow_uncaptured_local succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_377c6"
[1/2] Building CXX object CMakeFiles/cmTC_377c6.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_377c6
Source file was:
int main() { return 0; }
Performing C SOURCE FILE Test SUPPORTS_CFLAG_shadow_uncaptured_local succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_1ba8d"
[1/2] Building C object CMakeFiles/cmTC_1ba8d.dir/src.c.o
[2/2] Linking C executable cmTC_1ba8d
Source file was:
int main(void) { return 0; }
Performing C++ SOURCE FILE Test SUPPORTS_CXXFLAG_shadow succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_d0705"
[1/2] Building CXX object CMakeFiles/cmTC_d0705.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_d0705
Source file was:
int main() { return 0; }
Performing C SOURCE FILE Test SUPPORTS_CFLAG_shadow succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_1a87e"
[1/2] Building C object CMakeFiles/cmTC_1a87e.dir/src.c.o
[2/2] Linking C executable cmTC_1a87e
Source file was:
int main(void) { return 0; }
Performing C++ SOURCE FILE Test SUPPORTS_CXXFLAG_string_plus_int succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_839b3"
[1/2] Building CXX object CMakeFiles/cmTC_839b3.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_839b3
Source file was:
int main() { return 0; }
Performing C SOURCE FILE Test SUPPORTS_CFLAG_string_plus_int succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_a2dcd"
[1/2] Building C object CMakeFiles/cmTC_a2dcd.dir/src.c.o
[2/2] Linking C executable cmTC_a2dcd
Source file was:
int main(void) { return 0; }
Performing C++ SOURCE FILE Test SUPPORTS_CXXFLAG_undef succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_859be"
[1/2] Building CXX object CMakeFiles/cmTC_859be.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_859be
Source file was:
int main() { return 0; }
Performing C SOURCE FILE Test SUPPORTS_CFLAG_undef succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_9b76b"
[1/2] Building C object CMakeFiles/cmTC_9b76b.dir/src.c.o
[2/2] Linking C executable cmTC_9b76b
Source file was:
int main(void) { return 0; }
Performing C++ SOURCE FILE Test SUPPORTS_CXXFLAG_unreachable_code_return succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_4c7de"
[1/2] Building CXX object CMakeFiles/cmTC_4c7de.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_4c7de
Source file was:
int main() { return 0; }
Performing C SOURCE FILE Test SUPPORTS_CFLAG_unreachable_code_return succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_86949"
[1/2] Building C object CMakeFiles/cmTC_86949.dir/src.c.o
[2/2] Linking C executable cmTC_86949
Source file was:
int main(void) { return 0; }
Performing C++ SOURCE FILE Test SUPPORTS_CXXFLAG_unreachable_code succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_c04e2"
[1/2] Building CXX object CMakeFiles/cmTC_c04e2.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_c04e2
Source file was:
int main() { return 0; }
Performing C SOURCE FILE Test SUPPORTS_CFLAG_unreachable_code succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_2b84b"
[1/2] Building C object CMakeFiles/cmTC_2b84b.dir/src.c.o
[2/2] Linking C executable cmTC_2b84b
Source file was:
int main(void) { return 0; }
Performing C++ SOURCE FILE Test SUPPORTS_CXXFLAG_unused_exception_parameter succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_b45c0"
[1/2] Building CXX object CMakeFiles/cmTC_b45c0.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_b45c0
Source file was:
int main() { return 0; }
Performing C SOURCE FILE Test SUPPORTS_CFLAG_unused_exception_parameter succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_2e4f8"
[1/2] Building C object CMakeFiles/cmTC_2e4f8.dir/src.c.o
[2/2] Linking C executable cmTC_2e4f8
Source file was:
int main(void) { return 0; }
Performing C++ SOURCE FILE Test SUPPORTS_CXXFLAG_unused_macros succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_414b2"
[1/2] Building CXX object CMakeFiles/cmTC_414b2.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_414b2
Source file was:
int main() { return 0; }
Performing C SOURCE FILE Test SUPPORTS_CFLAG_unused_macros succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_9e074"
[1/2] Building C object CMakeFiles/cmTC_9e074.dir/src.c.o
[2/2] Linking C executable cmTC_9e074
Source file was:
int main(void) { return 0; }
Performing C++ SOURCE FILE Test SUPPORTS_CXXFLAG_unused_member_function succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_66407"
[1/2] Building CXX object CMakeFiles/cmTC_66407.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_66407
Source file was:
int main() { return 0; }
Performing C SOURCE FILE Test SUPPORTS_CFLAG_unused_member_function succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_8294e"
[1/2] Building C object CMakeFiles/cmTC_8294e.dir/src.c.o
[2/2] Linking C executable cmTC_8294e
Source file was:
int main(void) { return 0; }
Performing C++ SOURCE FILE Test SUPPORTS_CXXFLAG_zero_as_null_pointer_constant succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_fbfbc"
[1/2] Building CXX object CMakeFiles/cmTC_fbfbc.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_fbfbc
Source file was:
int main() { return 0; }
Performing C SOURCE FILE Test SUPPORTS_CFLAG_zero_as_null_pointer_constant succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_d9caf"
[1/2] Building C object CMakeFiles/cmTC_d9caf.dir/src.c.o
[2/2] Linking C executable cmTC_d9caf
Source file was:
int main(void) { return 0; }
Performing C++ SOURCE FILE Test SUPPORTS_CXXFLAG_everything succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_94db3"
[1/2] Building CXX object CMakeFiles/cmTC_94db3.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_94db3
Source file was:
int main() { return 0; }
Performing C SOURCE FILE Test SUPPORTS_CFLAG_everything succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_e783f"
[1/2] Building C object CMakeFiles/cmTC_e783f.dir/src.c.o
[2/2] Linking C executable cmTC_e783f
Source file was:
int main(void) { return 0; }
Performing C++ SOURCE FILE Test SUPPORTS_CXXFLAG_no_cxx98_compat_pedantic succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_5e0bf"
[1/2] Building CXX object CMakeFiles/cmTC_5e0bf.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_5e0bf
Source file was:
int main() { return 0; }
Performing C SOURCE FILE Test SUPPORTS_CFLAG_no_cxx98_compat_pedantic succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_10390"
[1/2] Building C object CMakeFiles/cmTC_10390.dir/src.c.o
[2/2] Linking C executable cmTC_10390
Source file was:
int main(void) { return 0; }
Performing C++ SOURCE FILE Test SUPPORTS_CXXFLAG_no_cxx98_compat succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_06ad0"
[1/2] Building CXX object CMakeFiles/cmTC_06ad0.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_06ad0
Source file was:
int main() { return 0; }
Performing C SOURCE FILE Test SUPPORTS_CFLAG_no_cxx98_compat succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_6c688"
[1/2] Building C object CMakeFiles/cmTC_6c688.dir/src.c.o
[2/2] Linking C executable cmTC_6c688
Source file was:
int main(void) { return 0; }
Performing C++ SOURCE FILE Test SUPPORTS_CXXFLAG_no_c99_extensions succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_d2c4a"
[1/2] Building CXX object CMakeFiles/cmTC_d2c4a.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_d2c4a
Source file was:
int main() { return 0; }
Performing C SOURCE FILE Test SUPPORTS_CFLAG_no_c99_extensions succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_11489"
[1/2] Building C object CMakeFiles/cmTC_11489.dir/src.c.o
[2/2] Linking C executable cmTC_11489
Source file was:
int main(void) { return 0; }
Performing C++ SOURCE FILE Test SUPPORTS_CXXFLAG_no_conversion succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_1f3d5"
[1/2] Building CXX object CMakeFiles/cmTC_1f3d5.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_1f3d5
Source file was:
int main() { return 0; }
Performing C SOURCE FILE Test SUPPORTS_CFLAG_no_conversion succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_64dac"
[1/2] Building C object CMakeFiles/cmTC_64dac.dir/src.c.o
[2/2] Linking C executable cmTC_64dac
Source file was:
int main(void) { return 0; }
Performing C++ SOURCE FILE Test SUPPORTS_CXXFLAG_no_ctad_maybe_unsupported succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_bae5d"
[1/2] Building CXX object CMakeFiles/cmTC_bae5d.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_bae5d
Source file was:
int main() { return 0; }
Performing C SOURCE FILE Test SUPPORTS_CFLAG_no_ctad_maybe_unsupported succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_34afb"
[1/2] Building C object CMakeFiles/cmTC_34afb.dir/src.c.o
[2/2] Linking C executable cmTC_34afb
Source file was:
int main(void) { return 0; }
Performing C++ SOURCE FILE Test SUPPORTS_CXXFLAG_no_deprecated_dynamic_exception_spec succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_08203"
[1/2] Building CXX object CMakeFiles/cmTC_08203.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_08203
Source file was:
int main() { return 0; }
Performing C SOURCE FILE Test SUPPORTS_CFLAG_no_deprecated_dynamic_exception_spec succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_17a14"
[1/2] Building C object CMakeFiles/cmTC_17a14.dir/src.c.o
[2/2] Linking C executable cmTC_17a14
Source file was:
int main(void) { return 0; }
Performing C++ SOURCE FILE Test SUPPORTS_CXXFLAG_no_disabled_macro_expansion succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_7307f"
[1/2] Building CXX object CMakeFiles/cmTC_7307f.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_7307f
Source file was:
int main() { return 0; }
Performing C SOURCE FILE Test SUPPORTS_CFLAG_no_disabled_macro_expansion succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_273be"
[1/2] Building C object CMakeFiles/cmTC_273be.dir/src.c.o
[2/2] Linking C executable cmTC_273be
Source file was:
int main(void) { return 0; }
Performing C++ SOURCE FILE Test SUPPORTS_CXXFLAG_no_documentation_unknown_command succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_d9f23"
[1/2] Building CXX object CMakeFiles/cmTC_d9f23.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_d9f23
Source file was:
int main() { return 0; }
Performing C SOURCE FILE Test SUPPORTS_CFLAG_no_documentation_unknown_command succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_98aa5"
[1/2] Building C object CMakeFiles/cmTC_98aa5.dir/src.c.o
[2/2] Linking C executable cmTC_98aa5
Source file was:
int main(void) { return 0; }
Performing C++ SOURCE FILE Test SUPPORTS_CXXFLAG_no_double_promotion succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_a9461"
[1/2] Building CXX object CMakeFiles/cmTC_a9461.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_a9461
Source file was:
int main() { return 0; }
Performing C SOURCE FILE Test SUPPORTS_CFLAG_no_double_promotion succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_1f9a7"
[1/2] Building C object CMakeFiles/cmTC_1f9a7.dir/src.c.o
[2/2] Linking C executable cmTC_1f9a7
Source file was:
int main(void) { return 0; }
Performing C++ SOURCE FILE Test SUPPORTS_CXXFLAG_no_exit_time_destructors succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_edd69"
[1/2] Building CXX object CMakeFiles/cmTC_edd69.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_edd69
Source file was:
int main() { return 0; }
Performing C SOURCE FILE Test SUPPORTS_CFLAG_no_exit_time_destructors succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_40f19"
[1/2] Building C object CMakeFiles/cmTC_40f19.dir/src.c.o
[2/2] Linking C executable cmTC_40f19
Source file was:
int main(void) { return 0; }
Performing C++ SOURCE FILE Test SUPPORTS_CXXFLAG_no_float_equal succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_0f8c2"
[1/2] Building CXX object CMakeFiles/cmTC_0f8c2.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_0f8c2
Source file was:
int main() { return 0; }
Performing C SOURCE FILE Test SUPPORTS_CFLAG_no_float_equal succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_76579"
[1/2] Building C object CMakeFiles/cmTC_76579.dir/src.c.o
[2/2] Linking C executable cmTC_76579
Source file was:
int main(void) { return 0; }
Performing C++ SOURCE FILE Test SUPPORTS_CXXFLAG_no_global_constructors succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_95a42"
[1/2] Building CXX object CMakeFiles/cmTC_95a42.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_95a42
Source file was:
int main() { return 0; }
Performing C SOURCE FILE Test SUPPORTS_CFLAG_no_global_constructors succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_bc25c"
[1/2] Building C object CMakeFiles/cmTC_bc25c.dir/src.c.o
[2/2] Linking C executable cmTC_bc25c
Source file was:
int main(void) { return 0; }
Performing C++ SOURCE FILE Test SUPPORTS_CXXFLAG_no_missing_prototypes succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_71037"
[1/2] Building CXX object CMakeFiles/cmTC_71037.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_71037
Source file was:
int main() { return 0; }
Performing C SOURCE FILE Test SUPPORTS_CFLAG_no_missing_prototypes succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_8ce38"
[1/2] Building C object CMakeFiles/cmTC_8ce38.dir/src.c.o
[2/2] Linking C executable cmTC_8ce38
Source file was:
int main(void) { return 0; }
Performing C++ SOURCE FILE Test SUPPORTS_CXXFLAG_no_missing_variable_declarations succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_aa858"
[1/2] Building CXX object CMakeFiles/cmTC_aa858.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_aa858
Source file was:
int main() { return 0; }
Performing C SOURCE FILE Test SUPPORTS_CFLAG_no_missing_variable_declarations succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_8e36f"
[1/2] Building C object CMakeFiles/cmTC_8e36f.dir/src.c.o
[2/2] Linking C executable cmTC_8e36f
Source file was:
int main(void) { return 0; }
Performing C++ SOURCE FILE Test SUPPORTS_CXXFLAG_no_nested_anon_types succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_91a51"
[1/2] Building CXX object CMakeFiles/cmTC_91a51.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_91a51
Source file was:
int main() { return 0; }
Performing C SOURCE FILE Test SUPPORTS_CFLAG_no_nested_anon_types succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_9a8f5"
[1/2] Building C object CMakeFiles/cmTC_9a8f5.dir/src.c.o
[2/2] Linking C executable cmTC_9a8f5
Source file was:
int main(void) { return 0; }
Performing C++ SOURCE FILE Test SUPPORTS_CXXFLAG_no_packed succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_26eab"
[1/2] Building CXX object CMakeFiles/cmTC_26eab.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_26eab
Source file was:
int main() { return 0; }
Performing C SOURCE FILE Test SUPPORTS_CFLAG_no_packed succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_b2dd7"
[1/2] Building C object CMakeFiles/cmTC_b2dd7.dir/src.c.o
[2/2] Linking C executable cmTC_b2dd7
Source file was:
int main(void) { return 0; }
Performing C++ SOURCE FILE Test SUPPORTS_CXXFLAG_no_padded succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_65553"
[1/2] Building CXX object CMakeFiles/cmTC_65553.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_65553
Source file was:
int main() { return 0; }
Performing C SOURCE FILE Test SUPPORTS_CFLAG_no_padded succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_fded4"
[1/2] Building C object CMakeFiles/cmTC_fded4.dir/src.c.o
[2/2] Linking C executable cmTC_fded4
Source file was:
int main(void) { return 0; }
Performing C++ SOURCE FILE Test SUPPORTS_CXXFLAG_no_return_std_move_in_cxx11 succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_802fb"
[1/2] Building CXX object CMakeFiles/cmTC_802fb.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_802fb
Source file was:
int main() { return 0; }
Performing C SOURCE FILE Test SUPPORTS_CFLAG_no_return_std_move_in_cxx11 succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_bac16"
[1/2] Building C object CMakeFiles/cmTC_bac16.dir/src.c.o
[2/2] Linking C executable cmTC_bac16
Source file was:
int main(void) { return 0; }
Performing C++ SOURCE FILE Test SUPPORTS_CXXFLAG_no_shift_sign_overflow succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_fed25"
[1/2] Building CXX object CMakeFiles/cmTC_fed25.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_fed25
Source file was:
int main() { return 0; }
Performing C SOURCE FILE Test SUPPORTS_CFLAG_no_shift_sign_overflow succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_b148b"
[1/2] Building C object CMakeFiles/cmTC_b148b.dir/src.c.o
[2/2] Linking C executable cmTC_b148b
Source file was:
int main(void) { return 0; }
Performing C++ SOURCE FILE Test SUPPORTS_CXXFLAG_no_sign_conversion succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_6d918"
[1/2] Building CXX object CMakeFiles/cmTC_6d918.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_6d918
Source file was:
int main() { return 0; }
Performing C SOURCE FILE Test SUPPORTS_CFLAG_no_sign_conversion succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_02b61"
[1/2] Building C object CMakeFiles/cmTC_02b61.dir/src.c.o
[2/2] Linking C executable cmTC_02b61
Source file was:
int main(void) { return 0; }
Performing C++ SOURCE FILE Test SUPPORTS_CXXFLAG_no_switch_enum succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_17174"
[1/2] Building CXX object CMakeFiles/cmTC_17174.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_17174
Source file was:
int main() { return 0; }
Performing C SOURCE FILE Test SUPPORTS_CFLAG_no_switch_enum succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_6ef00"
[1/2] Building C object CMakeFiles/cmTC_6ef00.dir/src.c.o
[2/2] Linking C executable cmTC_6ef00
Source file was:
int main(void) { return 0; }
Performing C++ SOURCE FILE Test SUPPORTS_CXXFLAG_no_undefined_func_template succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_c9626"
[1/2] Building CXX object CMakeFiles/cmTC_c9626.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_c9626
Source file was:
int main() { return 0; }
Performing C SOURCE FILE Test SUPPORTS_CFLAG_no_undefined_func_template succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_9a3d1"
[1/2] Building C object CMakeFiles/cmTC_9a3d1.dir/src.c.o
[2/2] Linking C executable cmTC_9a3d1
Source file was:
int main(void) { return 0; }
Performing C++ SOURCE FILE Test SUPPORTS_CXXFLAG_no_unused_template succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_6bbbf"
[1/2] Building CXX object CMakeFiles/cmTC_6bbbf.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_6bbbf
Source file was:
int main() { return 0; }
Performing C SOURCE FILE Test SUPPORTS_CFLAG_no_unused_template succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_2bef8"
[1/2] Building C object CMakeFiles/cmTC_2bef8.dir/src.c.o
[2/2] Linking C executable cmTC_2bef8
Source file was:
int main(void) { return 0; }
Performing C++ SOURCE FILE Test SUPPORTS_CXXFLAG_no_vla succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_5fdb5"
[1/2] Building CXX object CMakeFiles/cmTC_5fdb5.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_5fdb5
Source file was:
int main() { return 0; }
Performing C SOURCE FILE Test SUPPORTS_CFLAG_no_vla succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_a7606"
[1/2] Building C object CMakeFiles/cmTC_a7606.dir/src.c.o
[2/2] Linking C executable cmTC_a7606
Source file was:
int main(void) { return 0; }
Performing C++ SOURCE FILE Test SUPPORTS_CXXFLAG_no_weak_template_vtables succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_e781e"
[1/2] Building CXX object CMakeFiles/cmTC_e781e.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_e781e
Source file was:
int main() { return 0; }
Performing C SOURCE FILE Test SUPPORTS_CFLAG_no_weak_template_vtables succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_45a7a"
[1/2] Building C object CMakeFiles/cmTC_45a7a.dir/src.c.o
[2/2] Linking C executable cmTC_45a7a
Source file was:
int main(void) { return 0; }
Performing C++ SOURCE FILE Test SUPPORTS_CXXFLAG_no_weak_vtables succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_dde49"
[1/2] Building CXX object CMakeFiles/cmTC_dde49.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_dde49
Source file was:
int main() { return 0; }
Performing C SOURCE FILE Test SUPPORTS_CFLAG_no_weak_vtables succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_7c53a"
[1/2] Building C object CMakeFiles/cmTC_7c53a.dir/src.c.o
[2/2] Linking C executable cmTC_7c53a
Source file was:
int main(void) { return 0; }
Performing C++ SOURCE FILE Test HAS_SUGGEST_DESTRUCTOR_OVERRIDE succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_476fa"
[1/2] Building CXX object CMakeFiles/cmTC_476fa.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_476fa
Source file was:
int main() { return 0; }
Performing C++ SOURCE FILE Test HAS_SHADOW succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_7a684"
[1/2] Building CXX object CMakeFiles/cmTC_7a684.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_7a684
Source file was:
int main() { return 0; }
Performing C++ SOURCE FILE Test HAS_SUGGEST_OVERRIDE succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_36fbf"
[1/2] Building CXX object CMakeFiles/cmTC_36fbf.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_36fbf
Source file was:
int main() { return 0; }
Performing C++ SOURCE FILE Test HAVE_UNORDERED_MAP succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_0bb73"
[1/2] Building CXX object CMakeFiles/cmTC_0bb73.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_0bb73
Source file was:
#include <unordered_map>
int main() {
std::unordered_map<int,int> m;
return m.find(42) == m.end();
}
Performing C++ SOURCE FILE Test HAVE_HASH_FUNC_HEADER succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_5f8e7"
[1/2] Building CXX object CMakeFiles/cmTC_5f8e7.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_5f8e7
Source file was:
#include <functional>
int main() { int x = std::hash<int>()(42); }
Performing C++ SOURCE FILE Test SUPPORTS_CXXFLAG_frame_larger_than=65536 succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_d2153"
[1/2] Building CXX object CMakeFiles/cmTC_d2153.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_d2153
Source file was:
int main() { return 0; }
Performing C SOURCE FILE Test SUPPORTS_CFLAG_frame_larger_than=65536 succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_d774d"
[1/2] Building C object CMakeFiles/cmTC_d774d.dir/src.c.o
[2/2] Linking C executable cmTC_d774d
Source file was:
int main(void) { return 0; }
Performing C++ SOURCE FILE Test HAVE_UNORDERED_MAP succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_0176f"
[1/2] Building CXX object CMakeFiles/cmTC_0176f.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_0176f
Source file was:
#include <unordered_map>
int main() {
std::unordered_map<int,int> m;
return m.find(42) == m.end();
}
Performing C++ SOURCE FILE Test HAVE_HASH_FUNC_HEADER succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_1881a"
[1/2] Building CXX object CMakeFiles/cmTC_1881a.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_1881a
Source file was:
#include <functional>
int main() { int x = std::hash<int>()(42); }
Performing C++ SOURCE FILE Test SUPPORTS_CXXFLAG_frame_larger_than=65536 succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_d1aa9"
[1/2] Building CXX object CMakeFiles/cmTC_d1aa9.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_d1aa9
Source file was:
int main() { return 0; }
Performing C SOURCE FILE Test SUPPORTS_CFLAG_frame_larger_than=65536 succeeded with the following output:
Change Dir: /home/rf/oden/ClickHouse/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_6cfca"
[1/2] Building C object CMakeFiles/cmTC_6cfca.dir/src.c.o
[2/2] Linking C executable cmTC_6cfca
Source file was:
int main(void) { return 0; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment