Determining if the pthread_create exist failed with the following output: Change Dir: /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_32b13/fast" /usr/bin/gmake -f CMakeFiles/cmTC_32b13.dir/build.make CMakeFiles/cmTC_32b13.dir/build gmake[1]: Entering directory '/var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_32b13.dir/CheckSymbolExists.c.o /usr/lib64/distcc/bin/x86_64-pc-linux-gnu-gcc -DNDEBUG -O2 -pipe -march=k8-sse3 -mmmx -m3dnow -msse -msse2 -msse3 -mcx16 -msahf -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=1024 -mtune=k8 -o CMakeFiles/cmTC_32b13.dir/CheckSymbolExists.c.o -c /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c Linking C executable cmTC_32b13 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_32b13.dir/link.txt --verbose=1 /usr/lib64/distcc/bin/x86_64-pc-linux-gnu-gcc -O2 -pipe -march=k8-sse3 -mmmx -m3dnow -msse -msse2 -msse3 -mcx16 -msahf -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=1024 -mtune=k8 -Wl,-O1 -Wl,--as-needed CMakeFiles/cmTC_32b13.dir/CheckSymbolExists.c.o -o cmTC_32b13 -rdynamic CMakeFiles/cmTC_32b13.dir/CheckSymbolExists.c.o: In function `main': CheckSymbolExists.c:(.text.startup+0x6): undefined reference to `pthread_create' collect2: error: ld returned 1 exit status distcc[4187] ERROR: compile (null) on localhost failed gmake[1]: *** [CMakeFiles/cmTC_32b13.dir/build.make:98: cmTC_32b13] Error 1 gmake[1]: Leaving directory '/var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:126: cmTC_32b13/fast] Error 2 File /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ #include int main(int argc, char** argv) { (void)argv; #ifndef pthread_create return ((int*)(&pthread_create))[argc]; #else (void)argc; return 0; #endif } Determining if the function pthread_create exists in the pthreads failed with the following output: Change Dir: /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_99313/fast" /usr/bin/gmake -f CMakeFiles/cmTC_99313.dir/build.make CMakeFiles/cmTC_99313.dir/build gmake[1]: Entering directory '/var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_99313.dir/CheckFunctionExists.c.o /usr/lib64/distcc/bin/x86_64-pc-linux-gnu-gcc -DNDEBUG -O2 -pipe -march=k8-sse3 -mmmx -m3dnow -msse -msse2 -msse3 -mcx16 -msahf -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=1024 -mtune=k8 -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTC_99313.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c Linking C executable cmTC_99313 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_99313.dir/link.txt --verbose=1 /usr/lib64/distcc/bin/x86_64-pc-linux-gnu-gcc -O2 -pipe -march=k8-sse3 -mmmx -m3dnow -msse -msse2 -msse3 -mcx16 -msahf -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=1024 -mtune=k8 -DCHECK_FUNCTION_EXISTS=pthread_create -Wl,-O1 -Wl,--as-needed CMakeFiles/cmTC_99313.dir/CheckFunctionExists.c.o -o cmTC_99313 -rdynamic -lpthreads /usr/lib/gcc/x86_64-pc-linux-gnu/5.4.0/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lpthreads collect2: error: ld returned 1 exit status distcc[4197] ERROR: compile (null) on localhost failed gmake[1]: *** [CMakeFiles/cmTC_99313.dir/build.make:98: cmTC_99313] Error 1 gmake[1]: Leaving directory '/var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:126: cmTC_99313/fast] Error 2 Determining size of int8_t failed with the following output: Change Dir: /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_a1ec1/fast" /usr/bin/gmake -f CMakeFiles/cmTC_a1ec1.dir/build.make CMakeFiles/cmTC_a1ec1.dir/build gmake[1]: Entering directory '/var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_a1ec1.dir/_CL_HAVE_TYPE_INT8_T.c.o /usr/lib64/distcc/bin/x86_64-pc-linux-gnu-gcc -DNDEBUG -O2 -pipe -march=k8-sse3 -mmmx -m3dnow -msse -msse2 -msse3 -mcx16 -msahf -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=1024 -mtune=k8 -o CMakeFiles/cmTC_a1ec1.dir/_CL_HAVE_TYPE_INT8_T.c.o -c /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CheckTypeSize/_CL_HAVE_TYPE_INT8_T.c distcc[4667] ERROR: compile /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CheckTypeSize/_CL_HAVE_TYPE_INT8_T.c on 192.168.1.100,cpp,lzo failed distcc[4667] (dcc_build_somewhere) Warning: remote compilation of '/var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CheckTypeSize/_CL_HAVE_TYPE_INT8_T.c' failed, retrying locally distcc[4667] Warning: failed to distribute /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CheckTypeSize/_CL_HAVE_TYPE_INT8_T.c to 192.168.1.100,cpp,lzo, running locally instead /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CheckTypeSize/_CL_HAVE_TYPE_INT8_T.c:4:19: fatal error: tchar.h: No such file or directory compilation terminated. distcc[4667] ERROR: compile /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CheckTypeSize/_CL_HAVE_TYPE_INT8_T.c on localhost failed gmake[1]: *** [CMakeFiles/cmTC_a1ec1.dir/build.make:66: CMakeFiles/cmTC_a1ec1.dir/_CL_HAVE_TYPE_INT8_T.c.o] Error 1 gmake[1]: Leaving directory '/var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:126: cmTC_a1ec1/fast] Error 2 /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CheckTypeSize/_CL_HAVE_TYPE_INT8_T.c: #include #include #include #include "tchar.h" #undef KEY #if defined(__i386) # define KEY '_','_','i','3','8','6' #elif defined(__x86_64) # define KEY '_','_','x','8','6','_','6','4' #elif defined(__ppc__) # define KEY '_','_','p','p','c','_','_' #elif defined(__ppc64__) # define KEY '_','_','p','p','c','6','4','_','_' #endif #define SIZE (sizeof(int8_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 size of char failed with the following output: Change Dir: /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_0c168/fast" /usr/bin/gmake -f CMakeFiles/cmTC_0c168.dir/build.make CMakeFiles/cmTC_0c168.dir/build gmake[1]: Entering directory '/var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_0c168.dir/_CL_HAVE_TYPE_CHAR.c.o /usr/lib64/distcc/bin/x86_64-pc-linux-gnu-gcc -DNDEBUG -O2 -pipe -march=k8-sse3 -mmmx -m3dnow -msse -msse2 -msse3 -mcx16 -msahf -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=1024 -mtune=k8 -o CMakeFiles/cmTC_0c168.dir/_CL_HAVE_TYPE_CHAR.c.o -c /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CheckTypeSize/_CL_HAVE_TYPE_CHAR.c distcc[4674] (dcc_build_somewhere) Warning: failed to distribute, running locally instead /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CheckTypeSize/_CL_HAVE_TYPE_CHAR.c:4:19: fatal error: tchar.h: No such file or directory compilation terminated. distcc[4674] ERROR: compile /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CheckTypeSize/_CL_HAVE_TYPE_CHAR.c on localhost failed gmake[1]: *** [CMakeFiles/cmTC_0c168.dir/build.make:66: CMakeFiles/cmTC_0c168.dir/_CL_HAVE_TYPE_CHAR.c.o] Error 1 gmake[1]: Leaving directory '/var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:126: cmTC_0c168/fast] Error 2 /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CheckTypeSize/_CL_HAVE_TYPE_CHAR.c: #include #include #include #include "tchar.h" #undef KEY #if defined(__i386) # define KEY '_','_','i','3','8','6' #elif defined(__x86_64) # define KEY '_','_','x','8','6','_','6','4' #elif defined(__ppc__) # define KEY '_','_','p','p','c','_','_' #elif defined(__ppc64__) # define KEY '_','_','p','p','c','6','4','_','_' #endif #define SIZE (sizeof(char)) 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_t failed with the following output: Change Dir: /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_d8e28/fast" /usr/bin/gmake -f CMakeFiles/cmTC_d8e28.dir/build.make CMakeFiles/cmTC_d8e28.dir/build gmake[1]: Entering directory '/var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_d8e28.dir/_CL_HAVE_TYPE_UINT8_T.c.o /usr/lib64/distcc/bin/x86_64-pc-linux-gnu-gcc -DNDEBUG -O2 -pipe -march=k8-sse3 -mmmx -m3dnow -msse -msse2 -msse3 -mcx16 -msahf -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=1024 -mtune=k8 -o CMakeFiles/cmTC_d8e28.dir/_CL_HAVE_TYPE_UINT8_T.c.o -c /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CheckTypeSize/_CL_HAVE_TYPE_UINT8_T.c distcc[4681] (dcc_build_somewhere) Warning: failed to distribute, running locally instead /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CheckTypeSize/_CL_HAVE_TYPE_UINT8_T.c:4:19: fatal error: tchar.h: No such file or directory compilation terminated. distcc[4681] ERROR: compile /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CheckTypeSize/_CL_HAVE_TYPE_UINT8_T.c on localhost failed gmake[1]: *** [CMakeFiles/cmTC_d8e28.dir/build.make:66: CMakeFiles/cmTC_d8e28.dir/_CL_HAVE_TYPE_UINT8_T.c.o] Error 1 gmake[1]: Leaving directory '/var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:126: cmTC_d8e28/fast] Error 2 /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CheckTypeSize/_CL_HAVE_TYPE_UINT8_T.c: #include #include #include #include "tchar.h" #undef KEY #if defined(__i386) # define KEY '_','_','i','3','8','6' #elif defined(__x86_64) # define KEY '_','_','x','8','6','_','6','4' #elif defined(__ppc__) # define KEY '_','_','p','p','c','_','_' #elif defined(__ppc64__) # define KEY '_','_','p','p','c','6','4','_','_' #endif #define SIZE (sizeof(uint8_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 size of int16_t failed with the following output: Change Dir: /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_b434c/fast" /usr/bin/gmake -f CMakeFiles/cmTC_b434c.dir/build.make CMakeFiles/cmTC_b434c.dir/build gmake[1]: Entering directory '/var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_b434c.dir/_CL_HAVE_TYPE_INT16_T.c.o /usr/lib64/distcc/bin/x86_64-pc-linux-gnu-gcc -DNDEBUG -O2 -pipe -march=k8-sse3 -mmmx -m3dnow -msse -msse2 -msse3 -mcx16 -msahf -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=1024 -mtune=k8 -o CMakeFiles/cmTC_b434c.dir/_CL_HAVE_TYPE_INT16_T.c.o -c /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CheckTypeSize/_CL_HAVE_TYPE_INT16_T.c distcc[4688] (dcc_build_somewhere) Warning: failed to distribute, running locally instead /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CheckTypeSize/_CL_HAVE_TYPE_INT16_T.c:4:19: fatal error: tchar.h: No such file or directory compilation terminated. distcc[4688] ERROR: compile /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CheckTypeSize/_CL_HAVE_TYPE_INT16_T.c on localhost failed gmake[1]: *** [CMakeFiles/cmTC_b434c.dir/build.make:66: CMakeFiles/cmTC_b434c.dir/_CL_HAVE_TYPE_INT16_T.c.o] Error 1 gmake[1]: Leaving directory '/var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:126: cmTC_b434c/fast] Error 2 /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CheckTypeSize/_CL_HAVE_TYPE_INT16_T.c: #include #include #include #include "tchar.h" #undef KEY #if defined(__i386) # define KEY '_','_','i','3','8','6' #elif defined(__x86_64) # define KEY '_','_','x','8','6','_','6','4' #elif defined(__ppc__) # define KEY '_','_','p','p','c','_','_' #elif defined(__ppc64__) # define KEY '_','_','p','p','c','6','4','_','_' #endif #define SIZE (sizeof(int16_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 size of short failed with the following output: Change Dir: /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_5dcd0/fast" /usr/bin/gmake -f CMakeFiles/cmTC_5dcd0.dir/build.make CMakeFiles/cmTC_5dcd0.dir/build gmake[1]: Entering directory '/var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_5dcd0.dir/_CL_HAVE_TYPE_SHORT.c.o /usr/lib64/distcc/bin/x86_64-pc-linux-gnu-gcc -DNDEBUG -O2 -pipe -march=k8-sse3 -mmmx -m3dnow -msse -msse2 -msse3 -mcx16 -msahf -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=1024 -mtune=k8 -o CMakeFiles/cmTC_5dcd0.dir/_CL_HAVE_TYPE_SHORT.c.o -c /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CheckTypeSize/_CL_HAVE_TYPE_SHORT.c distcc[4695] (dcc_build_somewhere) Warning: failed to distribute, running locally instead /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CheckTypeSize/_CL_HAVE_TYPE_SHORT.c:4:19: fatal error: tchar.h: No such file or directory compilation terminated. distcc[4695] ERROR: compile /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CheckTypeSize/_CL_HAVE_TYPE_SHORT.c on localhost failed gmake[1]: *** [CMakeFiles/cmTC_5dcd0.dir/build.make:66: CMakeFiles/cmTC_5dcd0.dir/_CL_HAVE_TYPE_SHORT.c.o] Error 1 gmake[1]: Leaving directory '/var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:126: cmTC_5dcd0/fast] Error 2 /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CheckTypeSize/_CL_HAVE_TYPE_SHORT.c: #include #include #include #include "tchar.h" #undef KEY #if defined(__i386) # define KEY '_','_','i','3','8','6' #elif defined(__x86_64) # define KEY '_','_','x','8','6','_','6','4' #elif defined(__ppc__) # define KEY '_','_','p','p','c','_','_' #elif defined(__ppc64__) # define KEY '_','_','p','p','c','6','4','_','_' #endif #define SIZE (sizeof(short)) 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_t failed with the following output: Change Dir: /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_8ee5b/fast" /usr/bin/gmake -f CMakeFiles/cmTC_8ee5b.dir/build.make CMakeFiles/cmTC_8ee5b.dir/build gmake[1]: Entering directory '/var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_8ee5b.dir/_CL_HAVE_TYPE_UINT16_T.c.o /usr/lib64/distcc/bin/x86_64-pc-linux-gnu-gcc -DNDEBUG -O2 -pipe -march=k8-sse3 -mmmx -m3dnow -msse -msse2 -msse3 -mcx16 -msahf -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=1024 -mtune=k8 -o CMakeFiles/cmTC_8ee5b.dir/_CL_HAVE_TYPE_UINT16_T.c.o -c /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CheckTypeSize/_CL_HAVE_TYPE_UINT16_T.c distcc[4702] (dcc_build_somewhere) Warning: failed to distribute, running locally instead /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CheckTypeSize/_CL_HAVE_TYPE_UINT16_T.c:4:19: fatal error: tchar.h: No such file or directory compilation terminated. distcc[4702] ERROR: compile /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CheckTypeSize/_CL_HAVE_TYPE_UINT16_T.c on localhost failed gmake[1]: *** [CMakeFiles/cmTC_8ee5b.dir/build.make:66: CMakeFiles/cmTC_8ee5b.dir/_CL_HAVE_TYPE_UINT16_T.c.o] Error 1 gmake[1]: Leaving directory '/var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:126: cmTC_8ee5b/fast] Error 2 /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CheckTypeSize/_CL_HAVE_TYPE_UINT16_T.c: #include #include #include #include "tchar.h" #undef KEY #if defined(__i386) # define KEY '_','_','i','3','8','6' #elif defined(__x86_64) # define KEY '_','_','x','8','6','_','6','4' #elif defined(__ppc__) # define KEY '_','_','p','p','c','_','_' #elif defined(__ppc64__) # define KEY '_','_','p','p','c','6','4','_','_' #endif #define SIZE (sizeof(uint16_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 size of int32_t failed with the following output: Change Dir: /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_b838e/fast" /usr/bin/gmake -f CMakeFiles/cmTC_b838e.dir/build.make CMakeFiles/cmTC_b838e.dir/build gmake[1]: Entering directory '/var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_b838e.dir/_CL_HAVE_TYPE_INT32_T.c.o /usr/lib64/distcc/bin/x86_64-pc-linux-gnu-gcc -DNDEBUG -O2 -pipe -march=k8-sse3 -mmmx -m3dnow -msse -msse2 -msse3 -mcx16 -msahf -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=1024 -mtune=k8 -o CMakeFiles/cmTC_b838e.dir/_CL_HAVE_TYPE_INT32_T.c.o -c /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CheckTypeSize/_CL_HAVE_TYPE_INT32_T.c distcc[4709] (dcc_build_somewhere) Warning: failed to distribute, running locally instead /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CheckTypeSize/_CL_HAVE_TYPE_INT32_T.c:4:19: fatal error: tchar.h: No such file or directory compilation terminated. distcc[4709] ERROR: compile /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CheckTypeSize/_CL_HAVE_TYPE_INT32_T.c on localhost failed gmake[1]: *** [CMakeFiles/cmTC_b838e.dir/build.make:66: CMakeFiles/cmTC_b838e.dir/_CL_HAVE_TYPE_INT32_T.c.o] Error 1 gmake[1]: Leaving directory '/var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:126: cmTC_b838e/fast] Error 2 /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CheckTypeSize/_CL_HAVE_TYPE_INT32_T.c: #include #include #include #include "tchar.h" #undef KEY #if defined(__i386) # define KEY '_','_','i','3','8','6' #elif defined(__x86_64) # define KEY '_','_','x','8','6','_','6','4' #elif defined(__ppc__) # define KEY '_','_','p','p','c','_','_' #elif defined(__ppc64__) # define KEY '_','_','p','p','c','6','4','_','_' #endif #define SIZE (sizeof(int32_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 size of int failed with the following output: Change Dir: /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_f852e/fast" /usr/bin/gmake -f CMakeFiles/cmTC_f852e.dir/build.make CMakeFiles/cmTC_f852e.dir/build gmake[1]: Entering directory '/var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_f852e.dir/_CL_HAVE_TYPE_INT.c.o /usr/lib64/distcc/bin/x86_64-pc-linux-gnu-gcc -DNDEBUG -O2 -pipe -march=k8-sse3 -mmmx -m3dnow -msse -msse2 -msse3 -mcx16 -msahf -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=1024 -mtune=k8 -o CMakeFiles/cmTC_f852e.dir/_CL_HAVE_TYPE_INT.c.o -c /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CheckTypeSize/_CL_HAVE_TYPE_INT.c distcc[4716] (dcc_build_somewhere) Warning: failed to distribute, running locally instead /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CheckTypeSize/_CL_HAVE_TYPE_INT.c:4:19: fatal error: tchar.h: No such file or directory compilation terminated. distcc[4716] ERROR: compile /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CheckTypeSize/_CL_HAVE_TYPE_INT.c on localhost failed gmake[1]: *** [CMakeFiles/cmTC_f852e.dir/build.make:66: CMakeFiles/cmTC_f852e.dir/_CL_HAVE_TYPE_INT.c.o] Error 1 gmake[1]: Leaving directory '/var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:126: cmTC_f852e/fast] Error 2 /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CheckTypeSize/_CL_HAVE_TYPE_INT.c: #include #include #include #include "tchar.h" #undef KEY #if defined(__i386) # define KEY '_','_','i','3','8','6' #elif defined(__x86_64) # define KEY '_','_','x','8','6','_','6','4' #elif defined(__ppc__) # define KEY '_','_','p','p','c','_','_' #elif defined(__ppc64__) # define KEY '_','_','p','p','c','6','4','_','_' #endif #define SIZE (sizeof(int)) 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 long failed with the following output: Change Dir: /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_b9c9c/fast" /usr/bin/gmake -f CMakeFiles/cmTC_b9c9c.dir/build.make CMakeFiles/cmTC_b9c9c.dir/build gmake[1]: Entering directory '/var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_b9c9c.dir/_CL_HAVE_TYPE_LONG.c.o /usr/lib64/distcc/bin/x86_64-pc-linux-gnu-gcc -DNDEBUG -O2 -pipe -march=k8-sse3 -mmmx -m3dnow -msse -msse2 -msse3 -mcx16 -msahf -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=1024 -mtune=k8 -o CMakeFiles/cmTC_b9c9c.dir/_CL_HAVE_TYPE_LONG.c.o -c /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CheckTypeSize/_CL_HAVE_TYPE_LONG.c distcc[4723] (dcc_build_somewhere) Warning: failed to distribute, running locally instead /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CheckTypeSize/_CL_HAVE_TYPE_LONG.c:4:19: fatal error: tchar.h: No such file or directory compilation terminated. distcc[4723] ERROR: compile /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CheckTypeSize/_CL_HAVE_TYPE_LONG.c on localhost failed gmake[1]: *** [CMakeFiles/cmTC_b9c9c.dir/build.make:66: CMakeFiles/cmTC_b9c9c.dir/_CL_HAVE_TYPE_LONG.c.o] Error 1 gmake[1]: Leaving directory '/var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:126: cmTC_b9c9c/fast] Error 2 /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CheckTypeSize/_CL_HAVE_TYPE_LONG.c: #include #include #include #include "tchar.h" #undef KEY #if defined(__i386) # define KEY '_','_','i','3','8','6' #elif defined(__x86_64) # define KEY '_','_','x','8','6','_','6','4' #elif defined(__ppc__) # define KEY '_','_','p','p','c','_','_' #elif defined(__ppc64__) # define KEY '_','_','p','p','c','6','4','_','_' #endif #define SIZE (sizeof(long)) 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_t failed with the following output: Change Dir: /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_4c842/fast" /usr/bin/gmake -f CMakeFiles/cmTC_4c842.dir/build.make CMakeFiles/cmTC_4c842.dir/build gmake[1]: Entering directory '/var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_4c842.dir/_CL_HAVE_TYPE_UINT32_T.c.o /usr/lib64/distcc/bin/x86_64-pc-linux-gnu-gcc -DNDEBUG -O2 -pipe -march=k8-sse3 -mmmx -m3dnow -msse -msse2 -msse3 -mcx16 -msahf -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=1024 -mtune=k8 -o CMakeFiles/cmTC_4c842.dir/_CL_HAVE_TYPE_UINT32_T.c.o -c /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CheckTypeSize/_CL_HAVE_TYPE_UINT32_T.c distcc[4730] (dcc_build_somewhere) Warning: failed to distribute, running locally instead /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CheckTypeSize/_CL_HAVE_TYPE_UINT32_T.c:4:19: fatal error: tchar.h: No such file or directory compilation terminated. distcc[4730] ERROR: compile /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CheckTypeSize/_CL_HAVE_TYPE_UINT32_T.c on localhost failed gmake[1]: *** [CMakeFiles/cmTC_4c842.dir/build.make:66: CMakeFiles/cmTC_4c842.dir/_CL_HAVE_TYPE_UINT32_T.c.o] Error 1 gmake[1]: Leaving directory '/var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:126: cmTC_4c842/fast] Error 2 /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CheckTypeSize/_CL_HAVE_TYPE_UINT32_T.c: #include #include #include #include "tchar.h" #undef KEY #if defined(__i386) # define KEY '_','_','i','3','8','6' #elif defined(__x86_64) # define KEY '_','_','x','8','6','_','6','4' #elif defined(__ppc__) # define KEY '_','_','p','p','c','_','_' #elif defined(__ppc64__) # define KEY '_','_','p','p','c','6','4','_','_' #endif #define SIZE (sizeof(uint32_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 size of int64_t failed with the following output: Change Dir: /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_60f72/fast" /usr/bin/gmake -f CMakeFiles/cmTC_60f72.dir/build.make CMakeFiles/cmTC_60f72.dir/build gmake[1]: Entering directory '/var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_60f72.dir/_CL_HAVE_TYPE_INT64_T.c.o /usr/lib64/distcc/bin/x86_64-pc-linux-gnu-gcc -DNDEBUG -O2 -pipe -march=k8-sse3 -mmmx -m3dnow -msse -msse2 -msse3 -mcx16 -msahf -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=1024 -mtune=k8 -o CMakeFiles/cmTC_60f72.dir/_CL_HAVE_TYPE_INT64_T.c.o -c /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CheckTypeSize/_CL_HAVE_TYPE_INT64_T.c distcc[4737] (dcc_build_somewhere) Warning: failed to distribute, running locally instead /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CheckTypeSize/_CL_HAVE_TYPE_INT64_T.c:4:19: fatal error: tchar.h: No such file or directory compilation terminated. distcc[4737] ERROR: compile /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CheckTypeSize/_CL_HAVE_TYPE_INT64_T.c on localhost failed gmake[1]: *** [CMakeFiles/cmTC_60f72.dir/build.make:66: CMakeFiles/cmTC_60f72.dir/_CL_HAVE_TYPE_INT64_T.c.o] Error 1 gmake[1]: Leaving directory '/var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:126: cmTC_60f72/fast] Error 2 /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CheckTypeSize/_CL_HAVE_TYPE_INT64_T.c: #include #include #include #include "tchar.h" #undef KEY #if defined(__i386) # define KEY '_','_','i','3','8','6' #elif defined(__x86_64) # define KEY '_','_','x','8','6','_','6','4' #elif defined(__ppc__) # define KEY '_','_','p','p','c','_','_' #elif defined(__ppc64__) # define KEY '_','_','p','p','c','6','4','_','_' #endif #define SIZE (sizeof(int64_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 size of long long failed with the following output: Change Dir: /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_e679c/fast" /usr/bin/gmake -f CMakeFiles/cmTC_e679c.dir/build.make CMakeFiles/cmTC_e679c.dir/build gmake[1]: Entering directory '/var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_e679c.dir/_CL_HAVE_TYPE_LONGLONG.c.o /usr/lib64/distcc/bin/x86_64-pc-linux-gnu-gcc -DNDEBUG -O2 -pipe -march=k8-sse3 -mmmx -m3dnow -msse -msse2 -msse3 -mcx16 -msahf -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=1024 -mtune=k8 -o CMakeFiles/cmTC_e679c.dir/_CL_HAVE_TYPE_LONGLONG.c.o -c /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CheckTypeSize/_CL_HAVE_TYPE_LONGLONG.c distcc[4744] (dcc_build_somewhere) Warning: failed to distribute, running locally instead /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CheckTypeSize/_CL_HAVE_TYPE_LONGLONG.c:4:19: fatal error: tchar.h: No such file or directory compilation terminated. distcc[4744] ERROR: compile /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CheckTypeSize/_CL_HAVE_TYPE_LONGLONG.c on localhost failed gmake[1]: *** [CMakeFiles/cmTC_e679c.dir/build.make:66: CMakeFiles/cmTC_e679c.dir/_CL_HAVE_TYPE_LONGLONG.c.o] Error 1 gmake[1]: Leaving directory '/var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:126: cmTC_e679c/fast] Error 2 /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CheckTypeSize/_CL_HAVE_TYPE_LONGLONG.c: #include #include #include #include "tchar.h" #undef KEY #if defined(__i386) # define KEY '_','_','i','3','8','6' #elif defined(__x86_64) # define KEY '_','_','x','8','6','_','6','4' #elif defined(__ppc__) # define KEY '_','_','p','p','c','_','_' #elif defined(__ppc64__) # define KEY '_','_','p','p','c','6','4','_','_' #endif #define SIZE (sizeof(long long)) 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: /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_2c2d1/fast" /usr/bin/gmake -f CMakeFiles/cmTC_2c2d1.dir/build.make CMakeFiles/cmTC_2c2d1.dir/build gmake[1]: Entering directory '/var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_2c2d1.dir/_CL_HAVE_TYPE___INT64.c.o /usr/lib64/distcc/bin/x86_64-pc-linux-gnu-gcc -DNDEBUG -O2 -pipe -march=k8-sse3 -mmmx -m3dnow -msse -msse2 -msse3 -mcx16 -msahf -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=1024 -mtune=k8 -o CMakeFiles/cmTC_2c2d1.dir/_CL_HAVE_TYPE___INT64.c.o -c /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CheckTypeSize/_CL_HAVE_TYPE___INT64.c distcc[4751] (dcc_build_somewhere) Warning: failed to distribute, running locally instead /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CheckTypeSize/_CL_HAVE_TYPE___INT64.c:4:19: fatal error: tchar.h: No such file or directory compilation terminated. distcc[4751] ERROR: compile /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CheckTypeSize/_CL_HAVE_TYPE___INT64.c on localhost failed gmake[1]: *** [CMakeFiles/cmTC_2c2d1.dir/build.make:66: CMakeFiles/cmTC_2c2d1.dir/_CL_HAVE_TYPE___INT64.c.o] Error 1 gmake[1]: Leaving directory '/var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:126: cmTC_2c2d1/fast] Error 2 /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CheckTypeSize/_CL_HAVE_TYPE___INT64.c: #include #include #include #include "tchar.h" #undef KEY #if defined(__i386) # define KEY '_','_','i','3','8','6' #elif defined(__x86_64) # define KEY '_','_','x','8','6','_','6','4' #elif defined(__ppc__) # define KEY '_','_','p','p','c','_','_' #elif defined(__ppc64__) # define KEY '_','_','p','p','c','6','4','_','_' #endif #define SIZE (sizeof(__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_t failed with the following output: Change Dir: /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_ece90/fast" /usr/bin/gmake -f CMakeFiles/cmTC_ece90.dir/build.make CMakeFiles/cmTC_ece90.dir/build gmake[1]: Entering directory '/var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_ece90.dir/_CL_HAVE_TYPE_UINT64_T.c.o /usr/lib64/distcc/bin/x86_64-pc-linux-gnu-gcc -DNDEBUG -O2 -pipe -march=k8-sse3 -mmmx -m3dnow -msse -msse2 -msse3 -mcx16 -msahf -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=1024 -mtune=k8 -o CMakeFiles/cmTC_ece90.dir/_CL_HAVE_TYPE_UINT64_T.c.o -c /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CheckTypeSize/_CL_HAVE_TYPE_UINT64_T.c distcc[4758] (dcc_build_somewhere) Warning: failed to distribute, running locally instead /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CheckTypeSize/_CL_HAVE_TYPE_UINT64_T.c:4:19: fatal error: tchar.h: No such file or directory compilation terminated. distcc[4758] ERROR: compile /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CheckTypeSize/_CL_HAVE_TYPE_UINT64_T.c on localhost failed gmake[1]: *** [CMakeFiles/cmTC_ece90.dir/build.make:66: CMakeFiles/cmTC_ece90.dir/_CL_HAVE_TYPE_UINT64_T.c.o] Error 1 gmake[1]: Leaving directory '/var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:126: cmTC_ece90/fast] Error 2 /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CheckTypeSize/_CL_HAVE_TYPE_UINT64_T.c: #include #include #include #include "tchar.h" #undef KEY #if defined(__i386) # define KEY '_','_','i','3','8','6' #elif defined(__x86_64) # define KEY '_','_','x','8','6','_','6','4' #elif defined(__ppc__) # define KEY '_','_','p','p','c','_','_' #elif defined(__ppc64__) # define KEY '_','_','p','p','c','6','4','_','_' #endif #define SIZE (sizeof(uint64_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 size of size_t failed with the following output: Change Dir: /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_283a8/fast" /usr/bin/gmake -f CMakeFiles/cmTC_283a8.dir/build.make CMakeFiles/cmTC_283a8.dir/build gmake[1]: Entering directory '/var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_283a8.dir/_CL_HAVE_TYPE_SIZE_T.c.o /usr/lib64/distcc/bin/x86_64-pc-linux-gnu-gcc -DNDEBUG -O2 -pipe -march=k8-sse3 -mmmx -m3dnow -msse -msse2 -msse3 -mcx16 -msahf -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=1024 -mtune=k8 -o CMakeFiles/cmTC_283a8.dir/_CL_HAVE_TYPE_SIZE_T.c.o -c /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CheckTypeSize/_CL_HAVE_TYPE_SIZE_T.c distcc[4765] (dcc_build_somewhere) Warning: failed to distribute, running locally instead /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CheckTypeSize/_CL_HAVE_TYPE_SIZE_T.c:4:19: fatal error: tchar.h: No such file or directory compilation terminated. distcc[4765] ERROR: compile /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CheckTypeSize/_CL_HAVE_TYPE_SIZE_T.c on localhost failed gmake[1]: *** [CMakeFiles/cmTC_283a8.dir/build.make:66: CMakeFiles/cmTC_283a8.dir/_CL_HAVE_TYPE_SIZE_T.c.o] Error 1 gmake[1]: Leaving directory '/var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:126: cmTC_283a8/fast] Error 2 /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CheckTypeSize/_CL_HAVE_TYPE_SIZE_T.c: #include #include #include #include "tchar.h" #undef KEY #if defined(__i386) # define KEY '_','_','i','3','8','6' #elif defined(__x86_64) # define KEY '_','_','x','8','6','_','6','4' #elif defined(__ppc__) # define KEY '_','_','p','p','c','_','_' #elif defined(__ppc64__) # define KEY '_','_','p','p','c','6','4','_','_' #endif #define SIZE (sizeof(size_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; } Performing C++ SOURCE FILE Test _CL_HAVE_OPTION__TIMEB failed with the following output: Change Dir: /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_819c8/fast" /usr/bin/gmake -f CMakeFiles/cmTC_819c8.dir/build.make CMakeFiles/cmTC_819c8.dir/build gmake[1]: Entering directory '/var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_819c8.dir/src.cxx.o /usr/lib64/distcc/bin/x86_64-pc-linux-gnu-g++ -DNDEBUG -O2 -pipe -march=k8-sse3 -mmmx -m3dnow -msse -msse2 -msse3 -mcx16 -msahf -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=1024 -mtune=k8 -fPIC -ansi -D_CL_HAVE_OPTION__TIMEB -o CMakeFiles/cmTC_819c8.dir/src.cxx.o -c /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp/src.cxx distcc[4772] (dcc_build_somewhere) Warning: failed to distribute, running locally instead /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp/src.cxx: In function ‘int main()’: /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp/src.cxx:5:36: error: aggregate ‘main()::_timeb x’ has incomplete type and cannot be defined struct _timeb x; ^ distcc[4772] ERROR: compile /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp/src.cxx on localhost failed gmake[1]: *** [CMakeFiles/cmTC_819c8.dir/build.make:66: CMakeFiles/cmTC_819c8.dir/src.cxx.o] Error 1 gmake[1]: Leaving directory '/var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:126: cmTC_819c8/fast] Error 2 Source file was: #include "sys/stat.h" #include "sys/timeb.h" int main(){ struct _timeb x; } Determining size of DWORD failed with the following output: Change Dir: /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_8e1a9/fast" /usr/bin/gmake -f CMakeFiles/cmTC_8e1a9.dir/build.make CMakeFiles/cmTC_8e1a9.dir/build gmake[1]: Entering directory '/var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_8e1a9.dir/_CL_HAVE_TYPE_DWORD.c.o /usr/lib64/distcc/bin/x86_64-pc-linux-gnu-gcc -DNDEBUG -O2 -pipe -march=k8-sse3 -mmmx -m3dnow -msse -msse2 -msse3 -mcx16 -msahf -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=1024 -mtune=k8 -o CMakeFiles/cmTC_8e1a9.dir/_CL_HAVE_TYPE_DWORD.c.o -c /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CheckTypeSize/_CL_HAVE_TYPE_DWORD.c distcc[4805] (dcc_build_somewhere) Warning: failed to distribute, running locally instead /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CheckTypeSize/_CL_HAVE_TYPE_DWORD.c:4:21: fatal error: windows.h: No such file or directory compilation terminated. distcc[4805] ERROR: compile /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CheckTypeSize/_CL_HAVE_TYPE_DWORD.c on localhost failed gmake[1]: *** [CMakeFiles/cmTC_8e1a9.dir/build.make:66: CMakeFiles/cmTC_8e1a9.dir/_CL_HAVE_TYPE_DWORD.c.o] Error 1 gmake[1]: Leaving directory '/var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:126: cmTC_8e1a9/fast] Error 2 /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CheckTypeSize/_CL_HAVE_TYPE_DWORD.c: #include #include #include #include "windows.h" #undef KEY #if defined(__i386) # define KEY '_','_','i','3','8','6' #elif defined(__x86_64) # define KEY '_','_','x','8','6','_','6','4' #elif defined(__ppc__) # define KEY '_','_','p','p','c','_','_' #elif defined(__ppc64__) # define KEY '_','_','p','p','c','6','4','_','_' #endif #define SIZE (sizeof(DWORD)) char info_size[] = {'I', 'N', 'F', 'O', ':', 's','i','z','e','[', ('0' + ((SIZE / 10000)%10)), ('0' + ((SIZE / 1000)%10)), ('0' + ((SIZE / 100)%10)), ('0' + ((SIZE / 10)%10)), ('0' + (SIZE % 10)), ']', #ifdef KEY ' ','k','e','y','[', KEY, ']', #endif '\0'}; #ifdef __CLASSIC_C__ int main(argc, argv) int argc; char *argv[]; #else int main(int argc, char *argv[]) #endif { int require = 0; require += info_size[argc]; (void)argv; return require; } Determining if the function wcsupr exists failed with the following output: Change Dir: /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_bb40f/fast" /usr/bin/gmake -f CMakeFiles/cmTC_bb40f.dir/build.make CMakeFiles/cmTC_bb40f.dir/build gmake[1]: Entering directory '/var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_bb40f.dir/CheckFunctionExists.c.o /usr/lib64/distcc/bin/x86_64-pc-linux-gnu-gcc -DNDEBUG -O2 -pipe -march=k8-sse3 -mmmx -m3dnow -msse -msse2 -msse3 -mcx16 -msahf -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=1024 -mtune=k8 -DCHECK_FUNCTION_EXISTS=wcsupr -o CMakeFiles/cmTC_bb40f.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c distcc[4956] (dcc_build_somewhere) Warning: failed to distribute, running locally instead Linking C executable cmTC_bb40f /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_bb40f.dir/link.txt --verbose=1 /usr/lib64/distcc/bin/x86_64-pc-linux-gnu-gcc -O2 -pipe -march=k8-sse3 -mmmx -m3dnow -msse -msse2 -msse3 -mcx16 -msahf -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=1024 -mtune=k8 -DCHECK_FUNCTION_EXISTS=wcsupr -Wl,-O1 -Wl,--as-needed CMakeFiles/cmTC_bb40f.dir/CheckFunctionExists.c.o -o cmTC_bb40f -rdynamic CMakeFiles/cmTC_bb40f.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text.startup+0xe): undefined reference to `wcsupr' collect2: error: ld returned 1 exit status distcc[4962] ERROR: compile (null) on localhost failed gmake[1]: *** [CMakeFiles/cmTC_bb40f.dir/build.make:98: cmTC_bb40f] Error 1 gmake[1]: Leaving directory '/var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:126: cmTC_bb40f/fast] Error 2 Determining if the function wcsicmp exists failed with the following output: Change Dir: /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_b6c33/fast" /usr/bin/gmake -f CMakeFiles/cmTC_b6c33.dir/build.make CMakeFiles/cmTC_b6c33.dir/build gmake[1]: Entering directory '/var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_b6c33.dir/CheckFunctionExists.c.o /usr/lib64/distcc/bin/x86_64-pc-linux-gnu-gcc -DNDEBUG -O2 -pipe -march=k8-sse3 -mmmx -m3dnow -msse -msse2 -msse3 -mcx16 -msahf -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=1024 -mtune=k8 -DCHECK_FUNCTION_EXISTS=wcsicmp -o CMakeFiles/cmTC_b6c33.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c distcc[4982] (dcc_build_somewhere) Warning: failed to distribute, running locally instead Linking C executable cmTC_b6c33 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b6c33.dir/link.txt --verbose=1 /usr/lib64/distcc/bin/x86_64-pc-linux-gnu-gcc -O2 -pipe -march=k8-sse3 -mmmx -m3dnow -msse -msse2 -msse3 -mcx16 -msahf -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=1024 -mtune=k8 -DCHECK_FUNCTION_EXISTS=wcsicmp -Wl,-O1 -Wl,--as-needed CMakeFiles/cmTC_b6c33.dir/CheckFunctionExists.c.o -o cmTC_b6c33 -rdynamic CMakeFiles/cmTC_b6c33.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text.startup+0xe): undefined reference to `wcsicmp' collect2: error: ld returned 1 exit status distcc[4988] ERROR: compile (null) on localhost failed gmake[1]: *** [CMakeFiles/cmTC_b6c33.dir/build.make:98: cmTC_b6c33] Error 1 gmake[1]: Leaving directory '/var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:126: cmTC_b6c33/fast] Error 2 Determining if the function lltow exists failed with the following output: Change Dir: /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_4bd8a/fast" /usr/bin/gmake -f CMakeFiles/cmTC_4bd8a.dir/build.make CMakeFiles/cmTC_4bd8a.dir/build gmake[1]: Entering directory '/var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_4bd8a.dir/CheckFunctionExists.c.o /usr/lib64/distcc/bin/x86_64-pc-linux-gnu-gcc -DNDEBUG -O2 -pipe -march=k8-sse3 -mmmx -m3dnow -msse -msse2 -msse3 -mcx16 -msahf -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=1024 -mtune=k8 -DCHECK_FUNCTION_EXISTS=lltow -o CMakeFiles/cmTC_4bd8a.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c distcc[5021] (dcc_build_somewhere) Warning: failed to distribute, running locally instead Linking C executable cmTC_4bd8a /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_4bd8a.dir/link.txt --verbose=1 /usr/lib64/distcc/bin/x86_64-pc-linux-gnu-gcc -O2 -pipe -march=k8-sse3 -mmmx -m3dnow -msse -msse2 -msse3 -mcx16 -msahf -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=1024 -mtune=k8 -DCHECK_FUNCTION_EXISTS=lltow -Wl,-O1 -Wl,--as-needed CMakeFiles/cmTC_4bd8a.dir/CheckFunctionExists.c.o -o cmTC_4bd8a -rdynamic CMakeFiles/cmTC_4bd8a.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text.startup+0xe): undefined reference to `lltow' collect2: error: ld returned 1 exit status distcc[5027] ERROR: compile (null) on localhost failed gmake[1]: *** [CMakeFiles/cmTC_4bd8a.dir/build.make:98: cmTC_4bd8a] Error 1 gmake[1]: Leaving directory '/var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:126: cmTC_4bd8a/fast] Error 2 Determining if the function strupr exists failed with the following output: Change Dir: /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_d31a0/fast" /usr/bin/gmake -f CMakeFiles/cmTC_d31a0.dir/build.make CMakeFiles/cmTC_d31a0.dir/build gmake[1]: Entering directory '/var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_d31a0.dir/CheckFunctionExists.c.o /usr/lib64/distcc/bin/x86_64-pc-linux-gnu-gcc -DNDEBUG -O2 -pipe -march=k8-sse3 -mmmx -m3dnow -msse -msse2 -msse3 -mcx16 -msahf -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=1024 -mtune=k8 -DCHECK_FUNCTION_EXISTS=strupr -o CMakeFiles/cmTC_d31a0.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c distcc[5060] (dcc_build_somewhere) Warning: failed to distribute, running locally instead Linking C executable cmTC_d31a0 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d31a0.dir/link.txt --verbose=1 /usr/lib64/distcc/bin/x86_64-pc-linux-gnu-gcc -O2 -pipe -march=k8-sse3 -mmmx -m3dnow -msse -msse2 -msse3 -mcx16 -msahf -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=1024 -mtune=k8 -DCHECK_FUNCTION_EXISTS=strupr -Wl,-O1 -Wl,--as-needed CMakeFiles/cmTC_d31a0.dir/CheckFunctionExists.c.o -o cmTC_d31a0 -rdynamic CMakeFiles/cmTC_d31a0.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text.startup+0xe): undefined reference to `strupr' collect2: error: ld returned 1 exit status distcc[5066] ERROR: compile (null) on localhost failed gmake[1]: *** [CMakeFiles/cmTC_d31a0.dir/build.make:98: cmTC_d31a0] Error 1 gmake[1]: Leaving directory '/var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:126: cmTC_d31a0/fast] Error 2 Determining if the function strlwr exists failed with the following output: Change Dir: /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_87046/fast" /usr/bin/gmake -f CMakeFiles/cmTC_87046.dir/build.make CMakeFiles/cmTC_87046.dir/build gmake[1]: Entering directory '/var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_87046.dir/CheckFunctionExists.c.o /usr/lib64/distcc/bin/x86_64-pc-linux-gnu-gcc -DNDEBUG -O2 -pipe -march=k8-sse3 -mmmx -m3dnow -msse -msse2 -msse3 -mcx16 -msahf -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=1024 -mtune=k8 -DCHECK_FUNCTION_EXISTS=strlwr -o CMakeFiles/cmTC_87046.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c distcc[5073] (dcc_build_somewhere) Warning: failed to distribute, running locally instead Linking C executable cmTC_87046 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_87046.dir/link.txt --verbose=1 /usr/lib64/distcc/bin/x86_64-pc-linux-gnu-gcc -O2 -pipe -march=k8-sse3 -mmmx -m3dnow -msse -msse2 -msse3 -mcx16 -msahf -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=1024 -mtune=k8 -DCHECK_FUNCTION_EXISTS=strlwr -Wl,-O1 -Wl,--as-needed CMakeFiles/cmTC_87046.dir/CheckFunctionExists.c.o -o cmTC_87046 -rdynamic CMakeFiles/cmTC_87046.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text.startup+0xe): undefined reference to `strlwr' collect2: error: ld returned 1 exit status distcc[5079] ERROR: compile (null) on localhost failed gmake[1]: *** [CMakeFiles/cmTC_87046.dir/build.make:98: cmTC_87046] Error 1 gmake[1]: Leaving directory '/var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:126: cmTC_87046/fast] Error 2 Determining if the function lltoa exists failed with the following output: Change Dir: /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_05791/fast" /usr/bin/gmake -f CMakeFiles/cmTC_05791.dir/build.make CMakeFiles/cmTC_05791.dir/build gmake[1]: Entering directory '/var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_05791.dir/CheckFunctionExists.c.o /usr/lib64/distcc/bin/x86_64-pc-linux-gnu-gcc -DNDEBUG -O2 -pipe -march=k8-sse3 -mmmx -m3dnow -msse -msse2 -msse3 -mcx16 -msahf -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=1024 -mtune=k8 -DCHECK_FUNCTION_EXISTS=lltoa -o CMakeFiles/cmTC_05791.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c distcc[5086] (dcc_build_somewhere) Warning: failed to distribute, running locally instead Linking C executable cmTC_05791 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_05791.dir/link.txt --verbose=1 /usr/lib64/distcc/bin/x86_64-pc-linux-gnu-gcc -O2 -pipe -march=k8-sse3 -mmmx -m3dnow -msse -msse2 -msse3 -mcx16 -msahf -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=1024 -mtune=k8 -DCHECK_FUNCTION_EXISTS=lltoa -Wl,-O1 -Wl,--as-needed CMakeFiles/cmTC_05791.dir/CheckFunctionExists.c.o -o cmTC_05791 -rdynamic CMakeFiles/cmTC_05791.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text.startup+0xe): undefined reference to `lltoa' collect2: error: ld returned 1 exit status distcc[5092] ERROR: compile (null) on localhost failed gmake[1]: *** [CMakeFiles/cmTC_05791.dir/build.make:98: cmTC_05791] Error 1 gmake[1]: Leaving directory '/var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:126: cmTC_05791/fast] Error 2 Determining if the function _vsnwprintf exists failed with the following output: Change Dir: /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_0c52c/fast" /usr/bin/gmake -f CMakeFiles/cmTC_0c52c.dir/build.make CMakeFiles/cmTC_0c52c.dir/build gmake[1]: Entering directory '/var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_0c52c.dir/CheckFunctionExists.c.o /usr/lib64/distcc/bin/x86_64-pc-linux-gnu-gcc -DNDEBUG -O2 -pipe -march=k8-sse3 -mmmx -m3dnow -msse -msse2 -msse3 -mcx16 -msahf -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=1024 -mtune=k8 -DCHECK_FUNCTION_EXISTS=_vsnwprintf -o CMakeFiles/cmTC_0c52c.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c distcc[5125] (dcc_build_somewhere) Warning: failed to distribute, running locally instead Linking C executable cmTC_0c52c /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0c52c.dir/link.txt --verbose=1 /usr/lib64/distcc/bin/x86_64-pc-linux-gnu-gcc -O2 -pipe -march=k8-sse3 -mmmx -m3dnow -msse -msse2 -msse3 -mcx16 -msahf -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=1024 -mtune=k8 -DCHECK_FUNCTION_EXISTS=_vsnwprintf -Wl,-O1 -Wl,--as-needed CMakeFiles/cmTC_0c52c.dir/CheckFunctionExists.c.o -o cmTC_0c52c -rdynamic CMakeFiles/cmTC_0c52c.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text.startup+0xe): undefined reference to `_vsnwprintf' collect2: error: ld returned 1 exit status distcc[5131] ERROR: compile (null) on localhost failed gmake[1]: *** [CMakeFiles/cmTC_0c52c.dir/build.make:98: cmTC_0c52c] Error 1 gmake[1]: Leaving directory '/var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:126: cmTC_0c52c/fast] Error 2 Determining if the stdcall function MapViewOfFile(0,0,0,0,0) exists failed with the following output: Change Dir: /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_47ea7/fast" /usr/bin/gmake -f CMakeFiles/cmTC_47ea7.dir/build.make CMakeFiles/cmTC_47ea7.dir/build gmake[1]: Entering directory '/var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_47ea7.dir/CheckStdCallFunctionExists.cpp.o /usr/lib64/distcc/bin/x86_64-pc-linux-gnu-g++ -DNDEBUG -O2 -pipe -march=k8-sse3 -mmmx -m3dnow -msse -msse2 -msse3 -mcx16 -msahf -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=1024 -mtune=k8 -fPIC -ansi -o CMakeFiles/cmTC_47ea7.dir/CheckStdCallFunctionExists.cpp.o -c /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp/CheckStdCallFunctionExists.cpp distcc[5151] (dcc_build_somewhere) Warning: failed to distribute, running locally instead /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp/CheckStdCallFunctionExists.cpp:1:21: fatal error: windows.h: No such file or directory compilation terminated. distcc[5151] ERROR: compile /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp/CheckStdCallFunctionExists.cpp on localhost failed gmake[1]: *** [CMakeFiles/cmTC_47ea7.dir/build.make:66: CMakeFiles/cmTC_47ea7.dir/CheckStdCallFunctionExists.cpp.o] Error 1 gmake[1]: Leaving directory '/var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:126: cmTC_47ea7/fast] Error 2 CheckStdCallFunctionExists.cpp: #include "windows.h" #include "unistd.h" #include "direct.h" #include "io.h" #include "sys/timeb.h" #ifdef __CLASSIC_C__ int main(){ int ac; char*av[]; #else int main(int ac, char*av[]){ #endif MapViewOfFile(0,0,0,0,0); return 0; } Determining if the function fstati64 exists failed with the following output: Change Dir: /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_306cc/fast" /usr/bin/gmake -f CMakeFiles/cmTC_306cc.dir/build.make CMakeFiles/cmTC_306cc.dir/build gmake[1]: Entering directory '/var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_306cc.dir/CheckFunctionExists.c.o /usr/lib64/distcc/bin/x86_64-pc-linux-gnu-gcc -DNDEBUG -O2 -pipe -march=k8-sse3 -mmmx -m3dnow -msse -msse2 -msse3 -mcx16 -msahf -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=1024 -mtune=k8 -DCHECK_FUNCTION_EXISTS=fstati64 -o CMakeFiles/cmTC_306cc.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c distcc[5158] (dcc_build_somewhere) Warning: failed to distribute, running locally instead Linking C executable cmTC_306cc /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_306cc.dir/link.txt --verbose=1 /usr/lib64/distcc/bin/x86_64-pc-linux-gnu-gcc -O2 -pipe -march=k8-sse3 -mmmx -m3dnow -msse -msse2 -msse3 -mcx16 -msahf -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=1024 -mtune=k8 -DCHECK_FUNCTION_EXISTS=fstati64 -Wl,-O1 -Wl,--as-needed CMakeFiles/cmTC_306cc.dir/CheckFunctionExists.c.o -o cmTC_306cc -rdynamic CMakeFiles/cmTC_306cc.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text.startup+0xe): undefined reference to `fstati64' collect2: error: ld returned 1 exit status distcc[5164] ERROR: compile (null) on localhost failed gmake[1]: *** [CMakeFiles/cmTC_306cc.dir/build.make:98: cmTC_306cc] Error 1 gmake[1]: Leaving directory '/var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:126: cmTC_306cc/fast] Error 2 Determining if the function _fstati64 exists failed with the following output: Change Dir: /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_6044e/fast" /usr/bin/gmake -f CMakeFiles/cmTC_6044e.dir/build.make CMakeFiles/cmTC_6044e.dir/build gmake[1]: Entering directory '/var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_6044e.dir/CheckFunctionExists.c.o /usr/lib64/distcc/bin/x86_64-pc-linux-gnu-gcc -DNDEBUG -O2 -pipe -march=k8-sse3 -mmmx -m3dnow -msse -msse2 -msse3 -mcx16 -msahf -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=1024 -mtune=k8 -DCHECK_FUNCTION_EXISTS=_fstati64 -o CMakeFiles/cmTC_6044e.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c distcc[5171] (dcc_build_somewhere) Warning: failed to distribute, running locally instead Linking C executable cmTC_6044e /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_6044e.dir/link.txt --verbose=1 /usr/lib64/distcc/bin/x86_64-pc-linux-gnu-gcc -O2 -pipe -march=k8-sse3 -mmmx -m3dnow -msse -msse2 -msse3 -mcx16 -msahf -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=1024 -mtune=k8 -DCHECK_FUNCTION_EXISTS=_fstati64 -Wl,-O1 -Wl,--as-needed CMakeFiles/cmTC_6044e.dir/CheckFunctionExists.c.o -o cmTC_6044e -rdynamic CMakeFiles/cmTC_6044e.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text.startup+0xe): undefined reference to `_fstati64' collect2: error: ld returned 1 exit status distcc[5177] ERROR: compile (null) on localhost failed gmake[1]: *** [CMakeFiles/cmTC_6044e.dir/build.make:98: cmTC_6044e] Error 1 gmake[1]: Leaving directory '/var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:126: cmTC_6044e/fast] Error 2 Determining if the function stati64 exists failed with the following output: Change Dir: /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_e648e/fast" /usr/bin/gmake -f CMakeFiles/cmTC_e648e.dir/build.make CMakeFiles/cmTC_e648e.dir/build gmake[1]: Entering directory '/var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_e648e.dir/CheckFunctionExists.c.o /usr/lib64/distcc/bin/x86_64-pc-linux-gnu-gcc -DNDEBUG -O2 -pipe -march=k8-sse3 -mmmx -m3dnow -msse -msse2 -msse3 -mcx16 -msahf -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=1024 -mtune=k8 -DCHECK_FUNCTION_EXISTS=stati64 -o CMakeFiles/cmTC_e648e.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c distcc[5197] (dcc_build_somewhere) Warning: failed to distribute, running locally instead Linking C executable cmTC_e648e /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e648e.dir/link.txt --verbose=1 /usr/lib64/distcc/bin/x86_64-pc-linux-gnu-gcc -O2 -pipe -march=k8-sse3 -mmmx -m3dnow -msse -msse2 -msse3 -mcx16 -msahf -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=1024 -mtune=k8 -DCHECK_FUNCTION_EXISTS=stati64 -Wl,-O1 -Wl,--as-needed CMakeFiles/cmTC_e648e.dir/CheckFunctionExists.c.o -o cmTC_e648e -rdynamic CMakeFiles/cmTC_e648e.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text.startup+0xe): undefined reference to `stati64' collect2: error: ld returned 1 exit status distcc[5203] ERROR: compile (null) on localhost failed gmake[1]: *** [CMakeFiles/cmTC_e648e.dir/build.make:98: cmTC_e648e] Error 1 gmake[1]: Leaving directory '/var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:126: cmTC_e648e/fast] Error 2 Determining if the function _stati64 exists failed with the following output: Change Dir: /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_a0be5/fast" /usr/bin/gmake -f CMakeFiles/cmTC_a0be5.dir/build.make CMakeFiles/cmTC_a0be5.dir/build gmake[1]: Entering directory '/var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_a0be5.dir/CheckFunctionExists.c.o /usr/lib64/distcc/bin/x86_64-pc-linux-gnu-gcc -DNDEBUG -O2 -pipe -march=k8-sse3 -mmmx -m3dnow -msse -msse2 -msse3 -mcx16 -msahf -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=1024 -mtune=k8 -DCHECK_FUNCTION_EXISTS=_stati64 -o CMakeFiles/cmTC_a0be5.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c distcc[5210] (dcc_build_somewhere) Warning: failed to distribute, running locally instead Linking C executable cmTC_a0be5 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a0be5.dir/link.txt --verbose=1 /usr/lib64/distcc/bin/x86_64-pc-linux-gnu-gcc -O2 -pipe -march=k8-sse3 -mmmx -m3dnow -msse -msse2 -msse3 -mcx16 -msahf -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=1024 -mtune=k8 -DCHECK_FUNCTION_EXISTS=_stati64 -Wl,-O1 -Wl,--as-needed CMakeFiles/cmTC_a0be5.dir/CheckFunctionExists.c.o -o cmTC_a0be5 -rdynamic CMakeFiles/cmTC_a0be5.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text.startup+0xe): undefined reference to `_stati64' collect2: error: ld returned 1 exit status distcc[5216] ERROR: compile (null) on localhost failed gmake[1]: *** [CMakeFiles/cmTC_a0be5.dir/build.make:98: cmTC_a0be5] Error 1 gmake[1]: Leaving directory '/var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:126: cmTC_a0be5/fast] Error 2 Determining if the function filelengthi64 exists failed with the following output: Change Dir: /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_facb8/fast" /usr/bin/gmake -f CMakeFiles/cmTC_facb8.dir/build.make CMakeFiles/cmTC_facb8.dir/build gmake[1]: Entering directory '/var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_facb8.dir/CheckFunctionExists.c.o /usr/lib64/distcc/bin/x86_64-pc-linux-gnu-gcc -DNDEBUG -O2 -pipe -march=k8-sse3 -mmmx -m3dnow -msse -msse2 -msse3 -mcx16 -msahf -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=1024 -mtune=k8 -DCHECK_FUNCTION_EXISTS=filelengthi64 -o CMakeFiles/cmTC_facb8.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c distcc[5236] (dcc_build_somewhere) Warning: failed to distribute, running locally instead Linking C executable cmTC_facb8 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_facb8.dir/link.txt --verbose=1 /usr/lib64/distcc/bin/x86_64-pc-linux-gnu-gcc -O2 -pipe -march=k8-sse3 -mmmx -m3dnow -msse -msse2 -msse3 -mcx16 -msahf -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=1024 -mtune=k8 -DCHECK_FUNCTION_EXISTS=filelengthi64 -Wl,-O1 -Wl,--as-needed CMakeFiles/cmTC_facb8.dir/CheckFunctionExists.c.o -o cmTC_facb8 -rdynamic CMakeFiles/cmTC_facb8.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text.startup+0xe): undefined reference to `filelengthi64' collect2: error: ld returned 1 exit status distcc[5242] ERROR: compile (null) on localhost failed gmake[1]: *** [CMakeFiles/cmTC_facb8.dir/build.make:98: cmTC_facb8] Error 1 gmake[1]: Leaving directory '/var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:126: cmTC_facb8/fast] Error 2 Determining if the function _filelengthi64 exists failed with the following output: Change Dir: /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_5c946/fast" /usr/bin/gmake -f CMakeFiles/cmTC_5c946.dir/build.make CMakeFiles/cmTC_5c946.dir/build gmake[1]: Entering directory '/var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_5c946.dir/CheckFunctionExists.c.o /usr/lib64/distcc/bin/x86_64-pc-linux-gnu-gcc -DNDEBUG -O2 -pipe -march=k8-sse3 -mmmx -m3dnow -msse -msse2 -msse3 -mcx16 -msahf -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=1024 -mtune=k8 -DCHECK_FUNCTION_EXISTS=_filelengthi64 -o CMakeFiles/cmTC_5c946.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c distcc[5249] (dcc_build_somewhere) Warning: failed to distribute, running locally instead Linking C executable cmTC_5c946 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5c946.dir/link.txt --verbose=1 /usr/lib64/distcc/bin/x86_64-pc-linux-gnu-gcc -O2 -pipe -march=k8-sse3 -mmmx -m3dnow -msse -msse2 -msse3 -mcx16 -msahf -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=1024 -mtune=k8 -DCHECK_FUNCTION_EXISTS=_filelengthi64 -Wl,-O1 -Wl,--as-needed CMakeFiles/cmTC_5c946.dir/CheckFunctionExists.c.o -o cmTC_5c946 -rdynamic CMakeFiles/cmTC_5c946.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text.startup+0xe): undefined reference to `_filelengthi64' collect2: error: ld returned 1 exit status distcc[5255] ERROR: compile (null) on localhost failed gmake[1]: *** [CMakeFiles/cmTC_5c946.dir/build.make:98: cmTC_5c946] Error 1 gmake[1]: Leaving directory '/var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:126: cmTC_5c946/fast] Error 2 Determining if the function filelength exists failed with the following output: Change Dir: /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_25a22/fast" /usr/bin/gmake -f CMakeFiles/cmTC_25a22.dir/build.make CMakeFiles/cmTC_25a22.dir/build gmake[1]: Entering directory '/var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_25a22.dir/CheckFunctionExists.c.o /usr/lib64/distcc/bin/x86_64-pc-linux-gnu-gcc -DNDEBUG -O2 -pipe -march=k8-sse3 -mmmx -m3dnow -msse -msse2 -msse3 -mcx16 -msahf -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=1024 -mtune=k8 -DCHECK_FUNCTION_EXISTS=filelength -o CMakeFiles/cmTC_25a22.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c distcc[5262] (dcc_build_somewhere) Warning: failed to distribute, running locally instead Linking C executable cmTC_25a22 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_25a22.dir/link.txt --verbose=1 /usr/lib64/distcc/bin/x86_64-pc-linux-gnu-gcc -O2 -pipe -march=k8-sse3 -mmmx -m3dnow -msse -msse2 -msse3 -mcx16 -msahf -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=1024 -mtune=k8 -DCHECK_FUNCTION_EXISTS=filelength -Wl,-O1 -Wl,--as-needed CMakeFiles/cmTC_25a22.dir/CheckFunctionExists.c.o -o cmTC_25a22 -rdynamic CMakeFiles/cmTC_25a22.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text.startup+0xe): undefined reference to `filelength' collect2: error: ld returned 1 exit status distcc[5268] ERROR: compile (null) on localhost failed gmake[1]: *** [CMakeFiles/cmTC_25a22.dir/build.make:98: cmTC_25a22] Error 1 gmake[1]: Leaving directory '/var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:126: cmTC_25a22/fast] Error 2 Determining if the function _filelength exists failed with the following output: Change Dir: /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_f8e27/fast" /usr/bin/gmake -f CMakeFiles/cmTC_f8e27.dir/build.make CMakeFiles/cmTC_f8e27.dir/build gmake[1]: Entering directory '/var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_f8e27.dir/CheckFunctionExists.c.o /usr/lib64/distcc/bin/x86_64-pc-linux-gnu-gcc -DNDEBUG -O2 -pipe -march=k8-sse3 -mmmx -m3dnow -msse -msse2 -msse3 -mcx16 -msahf -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=1024 -mtune=k8 -DCHECK_FUNCTION_EXISTS=_filelength -o CMakeFiles/cmTC_f8e27.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c distcc[5275] (dcc_build_somewhere) Warning: failed to distribute, running locally instead Linking C executable cmTC_f8e27 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f8e27.dir/link.txt --verbose=1 /usr/lib64/distcc/bin/x86_64-pc-linux-gnu-gcc -O2 -pipe -march=k8-sse3 -mmmx -m3dnow -msse -msse2 -msse3 -mcx16 -msahf -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=1024 -mtune=k8 -DCHECK_FUNCTION_EXISTS=_filelength -Wl,-O1 -Wl,--as-needed CMakeFiles/cmTC_f8e27.dir/CheckFunctionExists.c.o -o cmTC_f8e27 -rdynamic CMakeFiles/cmTC_f8e27.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text.startup+0xe): undefined reference to `_filelength' collect2: error: ld returned 1 exit status distcc[5281] ERROR: compile (null) on localhost failed gmake[1]: *** [CMakeFiles/cmTC_f8e27.dir/build.make:98: cmTC_f8e27] Error 1 gmake[1]: Leaving directory '/var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:126: cmTC_f8e27/fast] Error 2 Determining if the function lseeki64 exists failed with the following output: Change Dir: /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_8480f/fast" /usr/bin/gmake -f CMakeFiles/cmTC_8480f.dir/build.make CMakeFiles/cmTC_8480f.dir/build gmake[1]: Entering directory '/var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_8480f.dir/CheckFunctionExists.c.o /usr/lib64/distcc/bin/x86_64-pc-linux-gnu-gcc -DNDEBUG -O2 -pipe -march=k8-sse3 -mmmx -m3dnow -msse -msse2 -msse3 -mcx16 -msahf -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=1024 -mtune=k8 -DCHECK_FUNCTION_EXISTS=lseeki64 -o CMakeFiles/cmTC_8480f.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c distcc[5288] (dcc_build_somewhere) Warning: failed to distribute, running locally instead Linking C executable cmTC_8480f /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8480f.dir/link.txt --verbose=1 /usr/lib64/distcc/bin/x86_64-pc-linux-gnu-gcc -O2 -pipe -march=k8-sse3 -mmmx -m3dnow -msse -msse2 -msse3 -mcx16 -msahf -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=1024 -mtune=k8 -DCHECK_FUNCTION_EXISTS=lseeki64 -Wl,-O1 -Wl,--as-needed CMakeFiles/cmTC_8480f.dir/CheckFunctionExists.c.o -o cmTC_8480f -rdynamic CMakeFiles/cmTC_8480f.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text.startup+0xe): undefined reference to `lseeki64' collect2: error: ld returned 1 exit status distcc[5294] ERROR: compile (null) on localhost failed gmake[1]: *** [CMakeFiles/cmTC_8480f.dir/build.make:98: cmTC_8480f] Error 1 gmake[1]: Leaving directory '/var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:126: cmTC_8480f/fast] Error 2 Determining if the function _lseeki64 exists failed with the following output: Change Dir: /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_feb7f/fast" /usr/bin/gmake -f CMakeFiles/cmTC_feb7f.dir/build.make CMakeFiles/cmTC_feb7f.dir/build gmake[1]: Entering directory '/var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_feb7f.dir/CheckFunctionExists.c.o /usr/lib64/distcc/bin/x86_64-pc-linux-gnu-gcc -DNDEBUG -O2 -pipe -march=k8-sse3 -mmmx -m3dnow -msse -msse2 -msse3 -mcx16 -msahf -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=1024 -mtune=k8 -DCHECK_FUNCTION_EXISTS=_lseeki64 -o CMakeFiles/cmTC_feb7f.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c distcc[5301] (dcc_build_somewhere) Warning: failed to distribute, running locally instead Linking C executable cmTC_feb7f /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_feb7f.dir/link.txt --verbose=1 /usr/lib64/distcc/bin/x86_64-pc-linux-gnu-gcc -O2 -pipe -march=k8-sse3 -mmmx -m3dnow -msse -msse2 -msse3 -mcx16 -msahf -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=1024 -mtune=k8 -DCHECK_FUNCTION_EXISTS=_lseeki64 -Wl,-O1 -Wl,--as-needed CMakeFiles/cmTC_feb7f.dir/CheckFunctionExists.c.o -o cmTC_feb7f -rdynamic CMakeFiles/cmTC_feb7f.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text.startup+0xe): undefined reference to `_lseeki64' collect2: error: ld returned 1 exit status distcc[5307] ERROR: compile (null) on localhost failed gmake[1]: *** [CMakeFiles/cmTC_feb7f.dir/build.make:98: cmTC_feb7f] Error 1 gmake[1]: Leaving directory '/var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:126: cmTC_feb7f/fast] Error 2 Performing C++ SOURCE FILE Test _CL_HAVE_OPTION_STATI64 failed with the following output: Change Dir: /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_7c8b5/fast" /usr/bin/gmake -f CMakeFiles/cmTC_7c8b5.dir/build.make CMakeFiles/cmTC_7c8b5.dir/build gmake[1]: Entering directory '/var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_7c8b5.dir/src.cxx.o /usr/lib64/distcc/bin/x86_64-pc-linux-gnu-g++ -DNDEBUG -O2 -pipe -march=k8-sse3 -mmmx -m3dnow -msse -msse2 -msse3 -mcx16 -msahf -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=1024 -mtune=k8 -fPIC -ansi -D_CL_HAVE_OPTION_STATI64 -o CMakeFiles/cmTC_7c8b5.dir/src.cxx.o -c /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp/src.cxx distcc[5327] (dcc_build_somewhere) Warning: failed to distribute, running locally instead /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp/src.cxx: In function ‘int main()’: /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp/src.cxx:7:37: error: aggregate ‘main()::stati64 x’ has incomplete type and cannot be defined struct stati64 x; ^ distcc[5327] ERROR: compile /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp/src.cxx on localhost failed gmake[1]: *** [CMakeFiles/cmTC_7c8b5.dir/build.make:66: CMakeFiles/cmTC_7c8b5.dir/src.cxx.o] Error 1 gmake[1]: Leaving directory '/var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:126: cmTC_7c8b5/fast] Error 2 Source file was: #include "sys/stat.h" #include "sys/timeb.h" #include "sys/stat.h" #include "sys/timeb.h" int main(){ struct stati64 x; } Performing C++ SOURCE FILE Test _CL_HAVE_OPTION__STATI64 failed with the following output: Change Dir: /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_35db2/fast" /usr/bin/gmake -f CMakeFiles/cmTC_35db2.dir/build.make CMakeFiles/cmTC_35db2.dir/build gmake[1]: Entering directory '/var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_35db2.dir/src.cxx.o /usr/lib64/distcc/bin/x86_64-pc-linux-gnu-g++ -DNDEBUG -O2 -pipe -march=k8-sse3 -mmmx -m3dnow -msse -msse2 -msse3 -mcx16 -msahf -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=1024 -mtune=k8 -fPIC -ansi -D_CL_HAVE_OPTION__STATI64 -o CMakeFiles/cmTC_35db2.dir/src.cxx.o -c /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp/src.cxx distcc[5334] (dcc_build_somewhere) Warning: failed to distribute, running locally instead /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp/src.cxx: In function ‘int main()’: /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp/src.cxx:7:38: error: aggregate ‘main()::_stati64 x’ has incomplete type and cannot be defined struct _stati64 x; ^ distcc[5334] ERROR: compile /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp/src.cxx on localhost failed gmake[1]: *** [CMakeFiles/cmTC_35db2.dir/build.make:66: CMakeFiles/cmTC_35db2.dir/src.cxx.o] Error 1 gmake[1]: Leaving directory '/var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:126: cmTC_35db2/fast] Error 2 Source file was: #include "sys/stat.h" #include "sys/timeb.h" #include "sys/stat.h" #include "sys/timeb.h" int main(){ struct _stati64 x; } Determining if the function telli64 exists failed with the following output: Change Dir: /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_046b1/fast" /usr/bin/gmake -f CMakeFiles/cmTC_046b1.dir/build.make CMakeFiles/cmTC_046b1.dir/build gmake[1]: Entering directory '/var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_046b1.dir/CheckFunctionExists.c.o /usr/lib64/distcc/bin/x86_64-pc-linux-gnu-gcc -DNDEBUG -O2 -pipe -march=k8-sse3 -mmmx -m3dnow -msse -msse2 -msse3 -mcx16 -msahf -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=1024 -mtune=k8 -DCHECK_FUNCTION_EXISTS=telli64 -o CMakeFiles/cmTC_046b1.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c distcc[5354] (dcc_build_somewhere) Warning: failed to distribute, running locally instead Linking C executable cmTC_046b1 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_046b1.dir/link.txt --verbose=1 /usr/lib64/distcc/bin/x86_64-pc-linux-gnu-gcc -O2 -pipe -march=k8-sse3 -mmmx -m3dnow -msse -msse2 -msse3 -mcx16 -msahf -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=1024 -mtune=k8 -DCHECK_FUNCTION_EXISTS=telli64 -Wl,-O1 -Wl,--as-needed CMakeFiles/cmTC_046b1.dir/CheckFunctionExists.c.o -o cmTC_046b1 -rdynamic CMakeFiles/cmTC_046b1.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text.startup+0xe): undefined reference to `telli64' collect2: error: ld returned 1 exit status distcc[5360] ERROR: compile (null) on localhost failed gmake[1]: *** [CMakeFiles/cmTC_046b1.dir/build.make:98: cmTC_046b1] Error 1 gmake[1]: Leaving directory '/var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:126: cmTC_046b1/fast] Error 2 Determining if the function _telli64 exists failed with the following output: Change Dir: /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_5aeb8/fast" /usr/bin/gmake -f CMakeFiles/cmTC_5aeb8.dir/build.make CMakeFiles/cmTC_5aeb8.dir/build gmake[1]: Entering directory '/var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_5aeb8.dir/CheckFunctionExists.c.o /usr/lib64/distcc/bin/x86_64-pc-linux-gnu-gcc -DNDEBUG -O2 -pipe -march=k8-sse3 -mmmx -m3dnow -msse -msse2 -msse3 -mcx16 -msahf -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=1024 -mtune=k8 -DCHECK_FUNCTION_EXISTS=_telli64 -o CMakeFiles/cmTC_5aeb8.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c distcc[5367] (dcc_build_somewhere) Warning: failed to distribute, running locally instead Linking C executable cmTC_5aeb8 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5aeb8.dir/link.txt --verbose=1 /usr/lib64/distcc/bin/x86_64-pc-linux-gnu-gcc -O2 -pipe -march=k8-sse3 -mmmx -m3dnow -msse -msse2 -msse3 -mcx16 -msahf -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=1024 -mtune=k8 -DCHECK_FUNCTION_EXISTS=_telli64 -Wl,-O1 -Wl,--as-needed CMakeFiles/cmTC_5aeb8.dir/CheckFunctionExists.c.o -o cmTC_5aeb8 -rdynamic CMakeFiles/cmTC_5aeb8.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text.startup+0xe): undefined reference to `_telli64' collect2: error: ld returned 1 exit status distcc[5373] ERROR: compile (null) on localhost failed gmake[1]: *** [CMakeFiles/cmTC_5aeb8.dir/build.make:98: cmTC_5aeb8] Error 1 gmake[1]: Leaving directory '/var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:126: cmTC_5aeb8/fast] Error 2 Determining if the function tell64 exists failed with the following output: Change Dir: /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_fdf5e/fast" /usr/bin/gmake -f CMakeFiles/cmTC_fdf5e.dir/build.make CMakeFiles/cmTC_fdf5e.dir/build gmake[1]: Entering directory '/var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_fdf5e.dir/CheckFunctionExists.c.o /usr/lib64/distcc/bin/x86_64-pc-linux-gnu-gcc -DNDEBUG -O2 -pipe -march=k8-sse3 -mmmx -m3dnow -msse -msse2 -msse3 -mcx16 -msahf -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=1024 -mtune=k8 -DCHECK_FUNCTION_EXISTS=tell64 -o CMakeFiles/cmTC_fdf5e.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c distcc[5380] (dcc_build_somewhere) Warning: failed to distribute, running locally instead Linking C executable cmTC_fdf5e /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_fdf5e.dir/link.txt --verbose=1 /usr/lib64/distcc/bin/x86_64-pc-linux-gnu-gcc -O2 -pipe -march=k8-sse3 -mmmx -m3dnow -msse -msse2 -msse3 -mcx16 -msahf -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=1024 -mtune=k8 -DCHECK_FUNCTION_EXISTS=tell64 -Wl,-O1 -Wl,--as-needed CMakeFiles/cmTC_fdf5e.dir/CheckFunctionExists.c.o -o cmTC_fdf5e -rdynamic CMakeFiles/cmTC_fdf5e.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text.startup+0xe): undefined reference to `tell64' collect2: error: ld returned 1 exit status distcc[5386] ERROR: compile (null) on localhost failed gmake[1]: *** [CMakeFiles/cmTC_fdf5e.dir/build.make:98: cmTC_fdf5e] Error 1 gmake[1]: Leaving directory '/var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:126: cmTC_fdf5e/fast] Error 2 Determining if the function tell exists failed with the following output: Change Dir: /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_06969/fast" /usr/bin/gmake -f CMakeFiles/cmTC_06969.dir/build.make CMakeFiles/cmTC_06969.dir/build gmake[1]: Entering directory '/var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_06969.dir/CheckFunctionExists.c.o /usr/lib64/distcc/bin/x86_64-pc-linux-gnu-gcc -DNDEBUG -O2 -pipe -march=k8-sse3 -mmmx -m3dnow -msse -msse2 -msse3 -mcx16 -msahf -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=1024 -mtune=k8 -DCHECK_FUNCTION_EXISTS=tell -o CMakeFiles/cmTC_06969.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c distcc[5393] (dcc_build_somewhere) Warning: failed to distribute, running locally instead Linking C executable cmTC_06969 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_06969.dir/link.txt --verbose=1 /usr/lib64/distcc/bin/x86_64-pc-linux-gnu-gcc -O2 -pipe -march=k8-sse3 -mmmx -m3dnow -msse -msse2 -msse3 -mcx16 -msahf -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=1024 -mtune=k8 -DCHECK_FUNCTION_EXISTS=tell -Wl,-O1 -Wl,--as-needed CMakeFiles/cmTC_06969.dir/CheckFunctionExists.c.o -o cmTC_06969 -rdynamic CMakeFiles/cmTC_06969.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text.startup+0xe): undefined reference to `tell' collect2: error: ld returned 1 exit status distcc[5399] ERROR: compile (null) on localhost failed gmake[1]: *** [CMakeFiles/cmTC_06969.dir/build.make:98: cmTC_06969] Error 1 gmake[1]: Leaving directory '/var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:126: cmTC_06969/fast] Error 2 Determining if the function _tell exists failed with the following output: Change Dir: /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_8eb91/fast" /usr/bin/gmake -f CMakeFiles/cmTC_8eb91.dir/build.make CMakeFiles/cmTC_8eb91.dir/build gmake[1]: Entering directory '/var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_8eb91.dir/CheckFunctionExists.c.o /usr/lib64/distcc/bin/x86_64-pc-linux-gnu-gcc -DNDEBUG -O2 -pipe -march=k8-sse3 -mmmx -m3dnow -msse -msse2 -msse3 -mcx16 -msahf -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=1024 -mtune=k8 -DCHECK_FUNCTION_EXISTS=_tell -o CMakeFiles/cmTC_8eb91.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c distcc[5406] (dcc_build_somewhere) Warning: failed to distribute, running locally instead Linking C executable cmTC_8eb91 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8eb91.dir/link.txt --verbose=1 /usr/lib64/distcc/bin/x86_64-pc-linux-gnu-gcc -O2 -pipe -march=k8-sse3 -mmmx -m3dnow -msse -msse2 -msse3 -mcx16 -msahf -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=1024 -mtune=k8 -DCHECK_FUNCTION_EXISTS=_tell -Wl,-O1 -Wl,--as-needed CMakeFiles/cmTC_8eb91.dir/CheckFunctionExists.c.o -o cmTC_8eb91 -rdynamic CMakeFiles/cmTC_8eb91.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text.startup+0xe): undefined reference to `_tell' collect2: error: ld returned 1 exit status distcc[5412] ERROR: compile (null) on localhost failed gmake[1]: *** [CMakeFiles/cmTC_8eb91.dir/build.make:98: cmTC_8eb91] Error 1 gmake[1]: Leaving directory '/var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:126: cmTC_8eb91/fast] Error 2 Determining if the stdcall function _close((int)0) exists failed with the following output: Change Dir: /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_33a11/fast" /usr/bin/gmake -f CMakeFiles/cmTC_33a11.dir/build.make CMakeFiles/cmTC_33a11.dir/build gmake[1]: Entering directory '/var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_33a11.dir/CheckStdCallFunctionExists.cpp.o /usr/lib64/distcc/bin/x86_64-pc-linux-gnu-g++ -DNDEBUG -O2 -pipe -march=k8-sse3 -mmmx -m3dnow -msse -msse2 -msse3 -mcx16 -msahf -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=1024 -mtune=k8 -fPIC -ansi -o CMakeFiles/cmTC_33a11.dir/CheckStdCallFunctionExists.cpp.o -c /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp/CheckStdCallFunctionExists.cpp distcc[5445] (dcc_build_somewhere) Warning: failed to distribute, running locally instead /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp/CheckStdCallFunctionExists.cpp:1:21: fatal error: windows.h: No such file or directory compilation terminated. distcc[5445] ERROR: compile /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp/CheckStdCallFunctionExists.cpp on localhost failed gmake[1]: *** [CMakeFiles/cmTC_33a11.dir/build.make:66: CMakeFiles/cmTC_33a11.dir/CheckStdCallFunctionExists.cpp.o] Error 1 gmake[1]: Leaving directory '/var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:126: cmTC_33a11/fast] Error 2 CheckStdCallFunctionExists.cpp: #include "windows.h" #include "unistd.h" #include "direct.h" #include "io.h" #include "sys/timeb.h" #ifdef __CLASSIC_C__ int main(){ int ac; char*av[]; #else int main(int ac, char*av[]){ #endif _close((int)0); return 0; } Determining if the stdcall function _read((int)0, (void*)0, (unsigned int)0) exists failed with the following output: Change Dir: /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_92546/fast" /usr/bin/gmake -f CMakeFiles/cmTC_92546.dir/build.make CMakeFiles/cmTC_92546.dir/build gmake[1]: Entering directory '/var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_92546.dir/CheckStdCallFunctionExists.cpp.o /usr/lib64/distcc/bin/x86_64-pc-linux-gnu-g++ -DNDEBUG -O2 -pipe -march=k8-sse3 -mmmx -m3dnow -msse -msse2 -msse3 -mcx16 -msahf -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=1024 -mtune=k8 -fPIC -ansi -o CMakeFiles/cmTC_92546.dir/CheckStdCallFunctionExists.cpp.o -c /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp/CheckStdCallFunctionExists.cpp distcc[5471] (dcc_build_somewhere) Warning: failed to distribute, running locally instead /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp/CheckStdCallFunctionExists.cpp:1:21: fatal error: windows.h: No such file or directory compilation terminated. distcc[5471] ERROR: compile /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp/CheckStdCallFunctionExists.cpp on localhost failed gmake[1]: *** [CMakeFiles/cmTC_92546.dir/build.make:66: CMakeFiles/cmTC_92546.dir/CheckStdCallFunctionExists.cpp.o] Error 1 gmake[1]: Leaving directory '/var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:126: cmTC_92546/fast] Error 2 CheckStdCallFunctionExists.cpp: #include "windows.h" #include "unistd.h" #include "direct.h" #include "io.h" #include "sys/timeb.h" #ifdef __CLASSIC_C__ int main(){ int ac; char*av[]; #else int main(int ac, char*av[]){ #endif _read((int)0, (void*)0, (unsigned int)0); return 0; } Determining if the stdcall function _open(0,0,0) exists failed with the following output: Change Dir: /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_52f6b/fast" /usr/bin/gmake -f CMakeFiles/cmTC_52f6b.dir/build.make CMakeFiles/cmTC_52f6b.dir/build gmake[1]: Entering directory '/var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_52f6b.dir/CheckStdCallFunctionExists.cpp.o /usr/lib64/distcc/bin/x86_64-pc-linux-gnu-g++ -DNDEBUG -O2 -pipe -march=k8-sse3 -mmmx -m3dnow -msse -msse2 -msse3 -mcx16 -msahf -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=1024 -mtune=k8 -fPIC -ansi -o CMakeFiles/cmTC_52f6b.dir/CheckStdCallFunctionExists.cpp.o -c /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp/CheckStdCallFunctionExists.cpp distcc[5491] (dcc_build_somewhere) Warning: failed to distribute, running locally instead /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp/CheckStdCallFunctionExists.cpp:1:21: fatal error: windows.h: No such file or directory compilation terminated. distcc[5491] ERROR: compile /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp/CheckStdCallFunctionExists.cpp on localhost failed gmake[1]: *** [CMakeFiles/cmTC_52f6b.dir/build.make:66: CMakeFiles/cmTC_52f6b.dir/CheckStdCallFunctionExists.cpp.o] Error 1 gmake[1]: Leaving directory '/var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:126: cmTC_52f6b/fast] Error 2 CheckStdCallFunctionExists.cpp: #include "windows.h" #include "unistd.h" #include "direct.h" #include "io.h" #include "sys/timeb.h" #ifdef __CLASSIC_C__ int main(){ int ac; char*av[]; #else int main(int ac, char*av[]){ #endif _open(0,0,0); return 0; } Determining if the stdcall function _write((int)0, (const void*)0, (unsigned int)0) exists failed with the following output: Change Dir: /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_7488f/fast" /usr/bin/gmake -f CMakeFiles/cmTC_7488f.dir/build.make CMakeFiles/cmTC_7488f.dir/build gmake[1]: Entering directory '/var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_7488f.dir/CheckStdCallFunctionExists.cpp.o /usr/lib64/distcc/bin/x86_64-pc-linux-gnu-g++ -DNDEBUG -O2 -pipe -march=k8-sse3 -mmmx -m3dnow -msse -msse2 -msse3 -mcx16 -msahf -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=1024 -mtune=k8 -fPIC -ansi -o CMakeFiles/cmTC_7488f.dir/CheckStdCallFunctionExists.cpp.o -c /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp/CheckStdCallFunctionExists.cpp distcc[5511] (dcc_build_somewhere) Warning: failed to distribute, running locally instead /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp/CheckStdCallFunctionExists.cpp:1:21: fatal error: windows.h: No such file or directory compilation terminated. distcc[5511] ERROR: compile /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp/CheckStdCallFunctionExists.cpp on localhost failed gmake[1]: *** [CMakeFiles/cmTC_7488f.dir/build.make:66: CMakeFiles/cmTC_7488f.dir/CheckStdCallFunctionExists.cpp.o] Error 1 gmake[1]: Leaving directory '/var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:126: cmTC_7488f/fast] Error 2 CheckStdCallFunctionExists.cpp: #include "windows.h" #include "unistd.h" #include "direct.h" #include "io.h" #include "sys/timeb.h" #ifdef __CLASSIC_C__ int main(){ int ac; char*av[]; #else int main(int ac, char*av[]){ #endif _write((int)0, (const void*)0, (unsigned int)0); return 0; } Determining if the stdcall function _unlink((const char*)0) exists failed with the following output: Change Dir: /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_dfc0f/fast" /usr/bin/gmake -f CMakeFiles/cmTC_dfc0f.dir/build.make CMakeFiles/cmTC_dfc0f.dir/build gmake[1]: Entering directory '/var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_dfc0f.dir/CheckStdCallFunctionExists.cpp.o /usr/lib64/distcc/bin/x86_64-pc-linux-gnu-g++ -DNDEBUG -O2 -pipe -march=k8-sse3 -mmmx -m3dnow -msse -msse2 -msse3 -mcx16 -msahf -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=1024 -mtune=k8 -fPIC -ansi -o CMakeFiles/cmTC_dfc0f.dir/CheckStdCallFunctionExists.cpp.o -c /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp/CheckStdCallFunctionExists.cpp distcc[5531] (dcc_build_somewhere) Warning: failed to distribute, running locally instead /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp/CheckStdCallFunctionExists.cpp:1:21: fatal error: windows.h: No such file or directory compilation terminated. distcc[5531] ERROR: compile /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp/CheckStdCallFunctionExists.cpp on localhost failed gmake[1]: *** [CMakeFiles/cmTC_dfc0f.dir/build.make:66: CMakeFiles/cmTC_dfc0f.dir/CheckStdCallFunctionExists.cpp.o] Error 1 gmake[1]: Leaving directory '/var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:126: cmTC_dfc0f/fast] Error 2 CheckStdCallFunctionExists.cpp: #include "windows.h" #include "unistd.h" #include "direct.h" #include "io.h" #include "sys/timeb.h" #ifdef __CLASSIC_C__ int main(){ int ac; char*av[]; #else int main(int ac, char*av[]){ #endif _unlink((const char*)0); return 0; } Determining if the stdcall function _ftime(0) exists failed with the following output: Change Dir: /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_bbbb0/fast" /usr/bin/gmake -f CMakeFiles/cmTC_bbbb0.dir/build.make CMakeFiles/cmTC_bbbb0.dir/build gmake[1]: Entering directory '/var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_bbbb0.dir/CheckStdCallFunctionExists.cpp.o /usr/lib64/distcc/bin/x86_64-pc-linux-gnu-g++ -DNDEBUG -O2 -pipe -march=k8-sse3 -mmmx -m3dnow -msse -msse2 -msse3 -mcx16 -msahf -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=1024 -mtune=k8 -fPIC -ansi -o CMakeFiles/cmTC_bbbb0.dir/CheckStdCallFunctionExists.cpp.o -c /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp/CheckStdCallFunctionExists.cpp distcc[5551] (dcc_build_somewhere) Warning: failed to distribute, running locally instead /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp/CheckStdCallFunctionExists.cpp:1:21: fatal error: windows.h: No such file or directory compilation terminated. distcc[5551] ERROR: compile /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp/CheckStdCallFunctionExists.cpp on localhost failed gmake[1]: *** [CMakeFiles/cmTC_bbbb0.dir/build.make:66: CMakeFiles/cmTC_bbbb0.dir/CheckStdCallFunctionExists.cpp.o] Error 1 gmake[1]: Leaving directory '/var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:126: cmTC_bbbb0/fast] Error 2 CheckStdCallFunctionExists.cpp: #include "windows.h" #include "unistd.h" #include "direct.h" #include "io.h" #include "sys/timeb.h" #ifdef __CLASSIC_C__ int main(){ int ac; char*av[]; #else int main(int ac, char*av[]){ #endif _ftime(0); return 0; } Determining if the stdcall function _mkdir((const char*)0) exists failed with the following output: Change Dir: /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_8e1fb/fast" /usr/bin/gmake -f CMakeFiles/cmTC_8e1fb.dir/build.make CMakeFiles/cmTC_8e1fb.dir/build gmake[1]: Entering directory '/var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_8e1fb.dir/CheckStdCallFunctionExists.cpp.o /usr/lib64/distcc/bin/x86_64-pc-linux-gnu-g++ -DNDEBUG -O2 -pipe -march=k8-sse3 -mmmx -m3dnow -msse -msse2 -msse3 -mcx16 -msahf -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=1024 -mtune=k8 -fPIC -ansi -o CMakeFiles/cmTC_8e1fb.dir/CheckStdCallFunctionExists.cpp.o -c /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp/CheckStdCallFunctionExists.cpp distcc[5571] (dcc_build_somewhere) Warning: failed to distribute, running locally instead /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp/CheckStdCallFunctionExists.cpp:1:21: fatal error: windows.h: No such file or directory compilation terminated. distcc[5571] ERROR: compile /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp/CheckStdCallFunctionExists.cpp on localhost failed gmake[1]: *** [CMakeFiles/cmTC_8e1fb.dir/build.make:66: CMakeFiles/cmTC_8e1fb.dir/CheckStdCallFunctionExists.cpp.o] Error 1 gmake[1]: Leaving directory '/var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:126: cmTC_8e1fb/fast] Error 2 CheckStdCallFunctionExists.cpp: #include "windows.h" #include "unistd.h" #include "direct.h" #include "io.h" #include "sys/timeb.h" #ifdef __CLASSIC_C__ int main(){ int ac; char*av[]; #else int main(int ac, char*av[]){ #endif _mkdir((const char*)0); return 0; } Determining if the function snwprintf exists failed with the following output: Change Dir: /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_dae9f/fast" /usr/bin/gmake -f CMakeFiles/cmTC_dae9f.dir/build.make CMakeFiles/cmTC_dae9f.dir/build gmake[1]: Entering directory '/var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_dae9f.dir/CheckFunctionExists.c.o /usr/lib64/distcc/bin/x86_64-pc-linux-gnu-gcc -DNDEBUG -O2 -pipe -march=k8-sse3 -mmmx -m3dnow -msse -msse2 -msse3 -mcx16 -msahf -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=1024 -mtune=k8 -DCHECK_FUNCTION_EXISTS=snwprintf -o CMakeFiles/cmTC_dae9f.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c distcc[5604] (dcc_build_somewhere) Warning: failed to distribute, running locally instead Linking C executable cmTC_dae9f /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_dae9f.dir/link.txt --verbose=1 /usr/lib64/distcc/bin/x86_64-pc-linux-gnu-gcc -O2 -pipe -march=k8-sse3 -mmmx -m3dnow -msse -msse2 -msse3 -mcx16 -msahf -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=1024 -mtune=k8 -DCHECK_FUNCTION_EXISTS=snwprintf -Wl,-O1 -Wl,--as-needed CMakeFiles/cmTC_dae9f.dir/CheckFunctionExists.c.o -o cmTC_dae9f -rdynamic CMakeFiles/cmTC_dae9f.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text.startup+0xe): undefined reference to `snwprintf' collect2: error: ld returned 1 exit status distcc[5610] ERROR: compile (null) on localhost failed gmake[1]: *** [CMakeFiles/cmTC_dae9f.dir/build.make:98: cmTC_dae9f] Error 1 gmake[1]: Leaving directory '/var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:126: cmTC_dae9f/fast] Error 2 Determining if the function _snwprintf exists failed with the following output: Change Dir: /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_ad99e/fast" /usr/bin/gmake -f CMakeFiles/cmTC_ad99e.dir/build.make CMakeFiles/cmTC_ad99e.dir/build gmake[1]: Entering directory '/var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_ad99e.dir/CheckFunctionExists.c.o /usr/lib64/distcc/bin/x86_64-pc-linux-gnu-gcc -DNDEBUG -O2 -pipe -march=k8-sse3 -mmmx -m3dnow -msse -msse2 -msse3 -mcx16 -msahf -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=1024 -mtune=k8 -DCHECK_FUNCTION_EXISTS=_snwprintf -o CMakeFiles/cmTC_ad99e.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c distcc[5617] (dcc_build_somewhere) Warning: failed to distribute, running locally instead Linking C executable cmTC_ad99e /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ad99e.dir/link.txt --verbose=1 /usr/lib64/distcc/bin/x86_64-pc-linux-gnu-gcc -O2 -pipe -march=k8-sse3 -mmmx -m3dnow -msse -msse2 -msse3 -mcx16 -msahf -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=1024 -mtune=k8 -DCHECK_FUNCTION_EXISTS=_snwprintf -Wl,-O1 -Wl,--as-needed CMakeFiles/cmTC_ad99e.dir/CheckFunctionExists.c.o -o cmTC_ad99e -rdynamic CMakeFiles/cmTC_ad99e.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text.startup+0xe): undefined reference to `_snwprintf' collect2: error: ld returned 1 exit status distcc[5623] ERROR: compile (null) on localhost failed gmake[1]: *** [CMakeFiles/cmTC_ad99e.dir/build.make:98: cmTC_ad99e] Error 1 gmake[1]: Leaving directory '/var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:126: cmTC_ad99e/fast] Error 2 Determining if the _O_RANDOM exist failed with the following output: Change Dir: /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_db2a7/fast" /usr/bin/gmake -f CMakeFiles/cmTC_db2a7.dir/build.make CMakeFiles/cmTC_db2a7.dir/build gmake[1]: Entering directory '/var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_db2a7.dir/CheckSymbolExists.c.o /usr/lib64/distcc/bin/x86_64-pc-linux-gnu-gcc -DNDEBUG -O2 -pipe -march=k8-sse3 -mmmx -m3dnow -msse -msse2 -msse3 -mcx16 -msahf -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=1024 -mtune=k8 -o CMakeFiles/cmTC_db2a7.dir/CheckSymbolExists.c.o -c /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c distcc[5630] (dcc_build_somewhere) Warning: failed to distribute, running locally instead /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:3:18: fatal error: stat.h: No such file or directory compilation terminated. distcc[5630] ERROR: compile /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c on localhost failed gmake[1]: *** [CMakeFiles/cmTC_db2a7.dir/build.make:66: CMakeFiles/cmTC_db2a7.dir/CheckSymbolExists.c.o] Error 1 gmake[1]: Leaving directory '/var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:126: cmTC_db2a7/fast] Error 2 File /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ #include #include #include #include #include int main(int argc, char** argv) { (void)argv; #ifndef _O_RANDOM return ((int*)(&_O_RANDOM))[argc]; #else (void)argc; return 0; #endif } Determining if the O_RANDOM exist failed with the following output: Change Dir: /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_ec750/fast" /usr/bin/gmake -f CMakeFiles/cmTC_ec750.dir/build.make CMakeFiles/cmTC_ec750.dir/build gmake[1]: Entering directory '/var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_ec750.dir/CheckSymbolExists.c.o /usr/lib64/distcc/bin/x86_64-pc-linux-gnu-gcc -DNDEBUG -O2 -pipe -march=k8-sse3 -mmmx -m3dnow -msse -msse2 -msse3 -mcx16 -msahf -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=1024 -mtune=k8 -o CMakeFiles/cmTC_ec750.dir/CheckSymbolExists.c.o -c /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c distcc[5637] (dcc_build_somewhere) Warning: failed to distribute, running locally instead /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:3:18: fatal error: stat.h: No such file or directory compilation terminated. distcc[5637] ERROR: compile /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c on localhost failed gmake[1]: *** [CMakeFiles/cmTC_ec750.dir/build.make:66: CMakeFiles/cmTC_ec750.dir/CheckSymbolExists.c.o] Error 1 gmake[1]: Leaving directory '/var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:126: cmTC_ec750/fast] Error 2 File /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ #include #include #include #include #include int main(int argc, char** argv) { (void)argv; #ifndef O_RANDOM return ((int*)(&O_RANDOM))[argc]; #else (void)argc; return 0; #endif } Determining if the _O_BINARY exist failed with the following output: Change Dir: /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_a2a2d/fast" /usr/bin/gmake -f CMakeFiles/cmTC_a2a2d.dir/build.make CMakeFiles/cmTC_a2a2d.dir/build gmake[1]: Entering directory '/var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_a2a2d.dir/CheckSymbolExists.c.o /usr/lib64/distcc/bin/x86_64-pc-linux-gnu-gcc -DNDEBUG -O2 -pipe -march=k8-sse3 -mmmx -m3dnow -msse -msse2 -msse3 -mcx16 -msahf -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=1024 -mtune=k8 -o CMakeFiles/cmTC_a2a2d.dir/CheckSymbolExists.c.o -c /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c distcc[5644] (dcc_build_somewhere) Warning: failed to distribute, running locally instead /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:3:18: fatal error: stat.h: No such file or directory compilation terminated. distcc[5644] ERROR: compile /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c on localhost failed gmake[1]: *** [CMakeFiles/cmTC_a2a2d.dir/build.make:66: CMakeFiles/cmTC_a2a2d.dir/CheckSymbolExists.c.o] Error 1 gmake[1]: Leaving directory '/var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:126: cmTC_a2a2d/fast] Error 2 File /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ #include #include #include #include #include int main(int argc, char** argv) { (void)argv; #ifndef _O_BINARY return ((int*)(&_O_BINARY))[argc]; #else (void)argc; return 0; #endif } Determining if the O_BINARY exist failed with the following output: Change Dir: /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_7eb16/fast" /usr/bin/gmake -f CMakeFiles/cmTC_7eb16.dir/build.make CMakeFiles/cmTC_7eb16.dir/build gmake[1]: Entering directory '/var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_7eb16.dir/CheckSymbolExists.c.o /usr/lib64/distcc/bin/x86_64-pc-linux-gnu-gcc -DNDEBUG -O2 -pipe -march=k8-sse3 -mmmx -m3dnow -msse -msse2 -msse3 -mcx16 -msahf -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=1024 -mtune=k8 -o CMakeFiles/cmTC_7eb16.dir/CheckSymbolExists.c.o -c /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c distcc[5651] (dcc_build_somewhere) Warning: failed to distribute, running locally instead /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:3:18: fatal error: stat.h: No such file or directory compilation terminated. distcc[5651] ERROR: compile /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c on localhost failed gmake[1]: *** [CMakeFiles/cmTC_7eb16.dir/build.make:66: CMakeFiles/cmTC_7eb16.dir/CheckSymbolExists.c.o] Error 1 gmake[1]: Leaving directory '/var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:126: cmTC_7eb16/fast] Error 2 File /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ #include #include #include #include #include int main(int argc, char** argv) { (void)argv; #ifndef O_BINARY return ((int*)(&O_BINARY))[argc]; #else (void)argc; return 0; #endif } Determining if the _S_IREAD exist failed with the following output: Change Dir: /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_e9042/fast" /usr/bin/gmake -f CMakeFiles/cmTC_e9042.dir/build.make CMakeFiles/cmTC_e9042.dir/build gmake[1]: Entering directory '/var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_e9042.dir/CheckSymbolExists.c.o /usr/lib64/distcc/bin/x86_64-pc-linux-gnu-gcc -DNDEBUG -O2 -pipe -march=k8-sse3 -mmmx -m3dnow -msse -msse2 -msse3 -mcx16 -msahf -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=1024 -mtune=k8 -o CMakeFiles/cmTC_e9042.dir/CheckSymbolExists.c.o -c /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c distcc[5658] (dcc_build_somewhere) Warning: failed to distribute, running locally instead /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:3:18: fatal error: stat.h: No such file or directory compilation terminated. distcc[5658] ERROR: compile /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c on localhost failed gmake[1]: *** [CMakeFiles/cmTC_e9042.dir/build.make:66: CMakeFiles/cmTC_e9042.dir/CheckSymbolExists.c.o] Error 1 gmake[1]: Leaving directory '/var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:126: cmTC_e9042/fast] Error 2 File /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ #include #include #include #include #include int main(int argc, char** argv) { (void)argv; #ifndef _S_IREAD return ((int*)(&_S_IREAD))[argc]; #else (void)argc; return 0; #endif } Determining if the S_IREAD exist failed with the following output: Change Dir: /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_825a1/fast" /usr/bin/gmake -f CMakeFiles/cmTC_825a1.dir/build.make CMakeFiles/cmTC_825a1.dir/build gmake[1]: Entering directory '/var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_825a1.dir/CheckSymbolExists.c.o /usr/lib64/distcc/bin/x86_64-pc-linux-gnu-gcc -DNDEBUG -O2 -pipe -march=k8-sse3 -mmmx -m3dnow -msse -msse2 -msse3 -mcx16 -msahf -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=1024 -mtune=k8 -o CMakeFiles/cmTC_825a1.dir/CheckSymbolExists.c.o -c /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c distcc[5665] (dcc_build_somewhere) Warning: failed to distribute, running locally instead /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:3:18: fatal error: stat.h: No such file or directory compilation terminated. distcc[5665] ERROR: compile /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c on localhost failed gmake[1]: *** [CMakeFiles/cmTC_825a1.dir/build.make:66: CMakeFiles/cmTC_825a1.dir/CheckSymbolExists.c.o] Error 1 gmake[1]: Leaving directory '/var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:126: cmTC_825a1/fast] Error 2 File /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ #include #include #include #include #include int main(int argc, char** argv) { (void)argv; #ifndef S_IREAD return ((int*)(&S_IREAD))[argc]; #else (void)argc; return 0; #endif } Determining if the _S_IWRITE exist failed with the following output: Change Dir: /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_750d4/fast" /usr/bin/gmake -f CMakeFiles/cmTC_750d4.dir/build.make CMakeFiles/cmTC_750d4.dir/build gmake[1]: Entering directory '/var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_750d4.dir/CheckSymbolExists.c.o /usr/lib64/distcc/bin/x86_64-pc-linux-gnu-gcc -DNDEBUG -O2 -pipe -march=k8-sse3 -mmmx -m3dnow -msse -msse2 -msse3 -mcx16 -msahf -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=1024 -mtune=k8 -o CMakeFiles/cmTC_750d4.dir/CheckSymbolExists.c.o -c /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c distcc[5672] (dcc_build_somewhere) Warning: failed to distribute, running locally instead /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:3:18: fatal error: stat.h: No such file or directory compilation terminated. distcc[5672] ERROR: compile /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c on localhost failed gmake[1]: *** [CMakeFiles/cmTC_750d4.dir/build.make:66: CMakeFiles/cmTC_750d4.dir/CheckSymbolExists.c.o] Error 1 gmake[1]: Leaving directory '/var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:126: cmTC_750d4/fast] Error 2 File /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ #include #include #include #include #include int main(int argc, char** argv) { (void)argv; #ifndef _S_IWRITE return ((int*)(&_S_IWRITE))[argc]; #else (void)argc; return 0; #endif } Determining if the S_IWRITE exist failed with the following output: Change Dir: /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_c05de/fast" /usr/bin/gmake -f CMakeFiles/cmTC_c05de.dir/build.make CMakeFiles/cmTC_c05de.dir/build gmake[1]: Entering directory '/var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_c05de.dir/CheckSymbolExists.c.o /usr/lib64/distcc/bin/x86_64-pc-linux-gnu-gcc -DNDEBUG -O2 -pipe -march=k8-sse3 -mmmx -m3dnow -msse -msse2 -msse3 -mcx16 -msahf -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=1024 -mtune=k8 -o CMakeFiles/cmTC_c05de.dir/CheckSymbolExists.c.o -c /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c distcc[5679] (dcc_build_somewhere) Warning: failed to distribute, running locally instead /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:3:18: fatal error: stat.h: No such file or directory compilation terminated. distcc[5679] ERROR: compile /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c on localhost failed gmake[1]: *** [CMakeFiles/cmTC_c05de.dir/build.make:66: CMakeFiles/cmTC_c05de.dir/CheckSymbolExists.c.o] Error 1 gmake[1]: Leaving directory '/var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:126: cmTC_c05de/fast] Error 2 File /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ #include #include #include #include #include int main(int argc, char** argv) { (void)argv; #ifndef S_IWRITE return ((int*)(&S_IWRITE))[argc]; #else (void)argc; return 0; #endif } Determining size of TCHAR failed with the following output: Change Dir: /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_f171b/fast" /usr/bin/gmake -f CMakeFiles/cmTC_f171b.dir/build.make CMakeFiles/cmTC_f171b.dir/build gmake[1]: Entering directory '/var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_f171b.dir/_CL_HAVE_TYPE_TCHAR.c.o /usr/lib64/distcc/bin/x86_64-pc-linux-gnu-gcc -DNDEBUG -O2 -pipe -march=k8-sse3 -mmmx -m3dnow -msse -msse2 -msse3 -mcx16 -msahf -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=1024 -mtune=k8 -o CMakeFiles/cmTC_f171b.dir/_CL_HAVE_TYPE_TCHAR.c.o -c /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CheckTypeSize/_CL_HAVE_TYPE_TCHAR.c distcc[5686] (dcc_build_somewhere) Warning: failed to distribute, running locally instead /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CheckTypeSize/_CL_HAVE_TYPE_TCHAR.c:4:19: fatal error: tchar.h: No such file or directory compilation terminated. distcc[5686] ERROR: compile /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CheckTypeSize/_CL_HAVE_TYPE_TCHAR.c on localhost failed gmake[1]: *** [CMakeFiles/cmTC_f171b.dir/build.make:66: CMakeFiles/cmTC_f171b.dir/_CL_HAVE_TYPE_TCHAR.c.o] Error 1 gmake[1]: Leaving directory '/var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:126: cmTC_f171b/fast] Error 2 /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CheckTypeSize/_CL_HAVE_TYPE_TCHAR.c: #include #include #include #include "tchar.h" #undef KEY #if defined(__i386) # define KEY '_','_','i','3','8','6' #elif defined(__x86_64) # define KEY '_','_','x','8','6','_','6','4' #elif defined(__ppc__) # define KEY '_','_','p','p','c','_','_' #elif defined(__ppc64__) # define KEY '_','_','p','p','c','6','4','_','_' #endif #define SIZE (sizeof(TCHAR)) 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 wchar_t failed with the following output: Change Dir: /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_ff150/fast" /usr/bin/gmake -f CMakeFiles/cmTC_ff150.dir/build.make CMakeFiles/cmTC_ff150.dir/build gmake[1]: Entering directory '/var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_ff150.dir/_CL_HAVE_TYPE_WCHAR_T.c.o /usr/lib64/distcc/bin/x86_64-pc-linux-gnu-gcc -DNDEBUG -O2 -pipe -march=k8-sse3 -mmmx -m3dnow -msse -msse2 -msse3 -mcx16 -msahf -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=1024 -mtune=k8 -o CMakeFiles/cmTC_ff150.dir/_CL_HAVE_TYPE_WCHAR_T.c.o -c /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CheckTypeSize/_CL_HAVE_TYPE_WCHAR_T.c distcc[5693] (dcc_build_somewhere) Warning: failed to distribute, running locally instead /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CheckTypeSize/_CL_HAVE_TYPE_WCHAR_T.c:4:19: fatal error: tchar.h: No such file or directory compilation terminated. distcc[5693] ERROR: compile /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CheckTypeSize/_CL_HAVE_TYPE_WCHAR_T.c on localhost failed gmake[1]: *** [CMakeFiles/cmTC_ff150.dir/build.make:66: CMakeFiles/cmTC_ff150.dir/_CL_HAVE_TYPE_WCHAR_T.c.o] Error 1 gmake[1]: Leaving directory '/var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:126: cmTC_ff150/fast] Error 2 /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CheckTypeSize/_CL_HAVE_TYPE_WCHAR_T.c: #include #include #include #include "tchar.h" #undef KEY #if defined(__i386) # define KEY '_','_','i','3','8','6' #elif defined(__x86_64) # define KEY '_','_','x','8','6','_','6','4' #elif defined(__ppc__) # define KEY '_','_','p','p','c','_','_' #elif defined(__ppc64__) # define KEY '_','_','p','p','c','6','4','_','_' #endif #define SIZE (sizeof(wchar_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 size of unsigned short failed with the following output: Change Dir: /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_df6e4/fast" /usr/bin/gmake -f CMakeFiles/cmTC_df6e4.dir/build.make CMakeFiles/cmTC_df6e4.dir/build gmake[1]: Entering directory '/var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_df6e4.dir/_CL_HAVE_TYPE_UNSIGNEDSHORT.c.o /usr/lib64/distcc/bin/x86_64-pc-linux-gnu-gcc -DNDEBUG -O2 -pipe -march=k8-sse3 -mmmx -m3dnow -msse -msse2 -msse3 -mcx16 -msahf -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=1024 -mtune=k8 -o CMakeFiles/cmTC_df6e4.dir/_CL_HAVE_TYPE_UNSIGNEDSHORT.c.o -c /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CheckTypeSize/_CL_HAVE_TYPE_UNSIGNEDSHORT.c distcc[5700] (dcc_build_somewhere) Warning: failed to distribute, running locally instead /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CheckTypeSize/_CL_HAVE_TYPE_UNSIGNEDSHORT.c:4:19: fatal error: tchar.h: No such file or directory compilation terminated. distcc[5700] ERROR: compile /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CheckTypeSize/_CL_HAVE_TYPE_UNSIGNEDSHORT.c on localhost failed gmake[1]: *** [CMakeFiles/cmTC_df6e4.dir/build.make:66: CMakeFiles/cmTC_df6e4.dir/_CL_HAVE_TYPE_UNSIGNEDSHORT.c.o] Error 1 gmake[1]: Leaving directory '/var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:126: cmTC_df6e4/fast] Error 2 /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CheckTypeSize/_CL_HAVE_TYPE_UNSIGNEDSHORT.c: #include #include #include #include "tchar.h" #undef KEY #if defined(__i386) # define KEY '_','_','i','3','8','6' #elif defined(__x86_64) # define KEY '_','_','x','8','6','_','6','4' #elif defined(__ppc__) # define KEY '_','_','p','p','c','_','_' #elif defined(__ppc64__) # define KEY '_','_','p','p','c','6','4','_','_' #endif #define SIZE (sizeof(unsigned short)) 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 _T exist failed with the following output: Change Dir: /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_4ae42/fast" /usr/bin/gmake -f CMakeFiles/cmTC_4ae42.dir/build.make CMakeFiles/cmTC_4ae42.dir/build gmake[1]: Entering directory '/var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_4ae42.dir/CheckSymbolExists.c.o /usr/lib64/distcc/bin/x86_64-pc-linux-gnu-gcc -DNDEBUG -O2 -pipe -march=k8-sse3 -mmmx -m3dnow -msse -msse2 -msse3 -mcx16 -msahf -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=1024 -mtune=k8 -o CMakeFiles/cmTC_4ae42.dir/CheckSymbolExists.c.o -c /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c distcc[5707] (dcc_build_somewhere) Warning: failed to distribute, running locally instead /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:3:18: fatal error: stat.h: No such file or directory compilation terminated. distcc[5707] ERROR: compile /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c on localhost failed gmake[1]: *** [CMakeFiles/cmTC_4ae42.dir/build.make:66: CMakeFiles/cmTC_4ae42.dir/CheckSymbolExists.c.o] Error 1 gmake[1]: Leaving directory '/var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:126: cmTC_4ae42/fast] Error 2 File /var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-2.3.3.4_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ #include #include #include #include #include int main(int argc, char** argv) { (void)argv; #ifndef _T return ((int*)(&_T))[argc]; #else (void)argc; return 0; #endif }