Zandronum does not compile in Raspberry Pi 3 Model B.

General help and assistance forum.
Post Reply
Nick
New User
Posts: 5
Joined: Sat Jun 30, 2018 5:23 pm

Zandronum does not compile in Raspberry Pi 3 Model B.

#1

Post by Nick » Sat Jun 30, 2018 5:40 pm

Code: Select all

cmake ~/zandronum-build/zandronum-stable/-- The C compiler identification is GNU 6.3.0
-- The CXX compiler identification is GNU 6.3.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found BZip2: /usr/lib/arm-linux-gnueabihf/libbz2.so (found version "1.0.6")
-- Looking for BZ2_bzCompressInit
-- Looking for BZ2_bzCompressInit - found
-- Found JPEG: /usr/lib/arm-linux-gnueabihf/libjpeg.so
-- Found ZLIB: /usr/lib/arm-linux-gnueabihf/libz.so (found version "1.2.8")
-- Could NOT find GME (missing:  GME_LIBRARIES GME_INCLUDE_DIR)
-- Using system zlib
-- Using system jpeg library
-- Using system bzip2 library
-- Using internal gme library
-- Performing Test HAVE_NO_ARRAY_BOUNDS
-- Performing Test HAVE_NO_ARRAY_BOUNDS - Success
-- Performing Test __LIBGME_TEST_VISIBILITY
-- Performing Test __LIBGME_TEST_VISIBILITY - Success
-- Performing Test CAN_DO_CPP14
-- Performing Test CAN_DO_CPP14 - Success
-- Looking for strnicmp
-- Looking for strnicmp - not found
-- SQLite: downloading the archive...
-- [download 0% complete]
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- SQLite: saving the source files into the 'sqlite' directory.
-- SQLite: done.
-- Looking for strdup
-- Looking for strdup - found
-- Looking for strndup
-- Looking for strndup - found
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of char
-- Check size of char - done
-- Check size of short
-- Check size of short - done
-- Check size of int
-- Check size of int - done
-- Check size of long
-- Check size of long - done
-- /usr/include
-- /usr/include
-- /home/pi/zandronum-build/zandronum-stable/lzma/C
-- Looking for itoa
-- Looking for itoa - not found
-- Performing Test DUMB_CAN_USE_SSE
-- Performing Test DUMB_CAN_USE_SSE - Failed
CMake Warning (dev) at gdtoa/CMakeLists.txt:22 (get_target_property):
  Policy CMP0026 is not set: Disallow use of the LOCATION target property.
  Run "cmake --help-policy CMP0026" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.

  The LOCATION property should not be read from target "arithchk".  Use the
  target name directly with add_custom_command, or use the generator
  expression $<TARGET_FILE>, as appropriate.

This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at gdtoa/CMakeLists.txt:31 (get_target_property):
  Policy CMP0026 is not set: Disallow use of the LOCATION target property.
  Run "cmake --help-policy CMP0026" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.

  The LOCATION property should not be read from target "qnan".  Use the
  target name directly with add_custom_command, or use the generator
  expression $<TARGET_FILE>, as appropriate.

This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMakeLists.txt:29 (get_target_property):
  Policy CMP0026 is not set: Disallow use of the LOCATION target property.
  Run "cmake --help-policy CMP0026" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.

  The LOCATION property should not be read from target "zipdir".  Use the
  target name directly with add_custom_command, or use the generator
  expression $<TARGET_FILE>, as appropriate.

Call Stack (most recent call first):
  wadsrc/CMakeLists.txt:3 (add_pk3)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMakeLists.txt:29 (get_target_property):
  Policy CMP0026 is not set: Disallow use of the LOCATION target property.
  Run "cmake --help-policy CMP0026" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.

  The LOCATION property should not be read from target "zipdir".  Use the
  target name directly with add_custom_command, or use the generator
  expression $<TARGET_FILE>, as appropriate.

Call Stack (most recent call first):
  wadsrc_bm/CMakeLists.txt:3 (add_pk3)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at wadsrc_st/CMakeLists.txt:3 (get_target_property):
  Policy CMP0026 is not set: Disallow use of the LOCATION target property.
  Run "cmake --help-policy CMP0026" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.

  The LOCATION property should not be read from target "zipdir".  Use the
  target name directly with add_custom_command, or use the generator
  expression $<TARGET_FILE>, as appropriate.

This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMakeLists.txt:29 (get_target_property):
  Policy CMP0026 is not set: Disallow use of the LOCATION target property.
  Run "cmake --help-policy CMP0026" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.

  The LOCATION property should not be read from target "zipdir".  Use the
  target name directly with add_custom_command, or use the generator
  expression $<TARGET_FILE>, as appropriate.

Call Stack (most recent call first):
  wadsrc_st/CMakeLists.txt:5 (add_pk3)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Found PkgConfig: /usr/bin/pkg-config (found version "0.29")
-- Found OpenGL: /usr/lib/arm-linux-gnueabihf/libGL.so
-- Found PythonInterp: /usr/bin/python3 (found suitable version "3.5.3", minimum required is "3")
-- Checking for module 'gtk+-2.0'
--   Found gtk+-2.0, version 2.24.31
-- Found Xcursor at /usr/lib/arm-linux-gnueabihf/libXcursor.so
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE
-- Found SDL: /usr/lib/arm-linux-gnueabihf/libSDLmain.a;/usr/lib/arm-linux-gnueabihf/libSDL.so;-lpthread (found version "1.2.15")
CMake Error at src/CMakeLists.txt:316 (message):
  Could not find FMOD include files


CMake Error at src/CMakeLists.txt:338 (message):
  Could not find FMOD library


-- Found FluidSynth: /usr/lib/arm-linux-gnueabihf/libfluidsynth.so
-- Selected assembler: /usr/bin/nasm
-- Performing Test CAN_DO_MFPMATH
-- Performing Test CAN_DO_MFPMATH - Failed
-- Performing Test CAN_DO_ARCHSSE2
-- Performing Test CAN_DO_ARCHSSE2 - Failed
-- Looking for filelength
-- Looking for filelength - not found
-- Looking for strupr
-- Looking for strupr - not found
-- Looking for stricmp
-- Looking for stricmp - not found
-- Looking for clock_gettime in rt
-- Looking for clock_gettime in rt - found
-- Performing Test HAS_VA_COPY
-- Performing Test HAS_VA_COPY - Success
CMake Warning (dev) at src/CMakeLists.txt:641 (get_target_property):
  Policy CMP0026 is not set: Disallow use of the LOCATION target property.
  Run "cmake --help-policy CMP0026" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.

  The LOCATION property should not be read from target "updaterevision".  Use
  the target name directly with add_custom_command, or use the generator
  expression $<TARGET_FILE>, as appropriate.

This warning is for project developers.  Use -Wno-dev to suppress it.

-- Fluid synth libs: /usr/lib/arm-linux-gnueabihf/libfluidsynth.so
-- Found OpenSSL: /usr/lib/arm-linux-gnueabihf/libssl.so;/usr/lib/arm-linux-gnueabihf/libcrypto.so (found version "1.1.0f")
CMake Warning (dev) at src/CMakeLists.txt:785 (get_target_property):
  Policy CMP0026 is not set: Disallow use of the LOCATION target property.
  Run "cmake --help-policy CMP0026" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.

  The LOCATION property should not be read from target "lemon".  Use the
  target name directly with add_custom_command, or use the generator
  expression $<TARGET_FILE>, as appropriate.

This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at src/CMakeLists.txt:786 (get_target_property):
  Policy CMP0026 is not set: Disallow use of the LOCATION target property.
  Run "cmake --help-policy CMP0026" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.

  The LOCATION property should not be read from target "re2c".  Use the
  target name directly with add_custom_command, or use the generator
  expression $<TARGET_FILE>, as appropriate.

This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
FMOD_INCLUDE_DIR
   used as include directory in directory /home/pi/zandronum-build/zandronum-stable/src
   used as include directory in directory /home/pi/zandronum-build/zandronum-stable/src
   used as include directory in directory /home/pi/zandronum-build/zandronum-stable/src
   used as include directory in directory /home/pi/zandronum-build/zandronum-stable/src
   used as include directory in directory /home/pi/zandronum-build/zandronum-stable/src
   used as include directory in directory /home/pi/zandronum-build/zandronum-stable/output_sdl
   used as include directory in directory /home/pi/zandronum-build/zandronum-stable/output_sdl
   used as include directory in directory /home/pi/zandronum-build/zandronum-stable/output_sdl
FMOD_LIBRARY
    linked by target "zdoom" in directory /home/pi/zandronum-build/zandronum-stable/src

-- Configuring incomplete, errors occurred!
See also "/home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CMakeOutput.log".
See also "/home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CMakeError.log".

Code: Select all

Determining if the function strnicmp exists failed with the following output:
Change Dir: /home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_2b0c3/fast"
/usr/bin/make -f CMakeFiles/cmTC_2b0c3.dir/build.make CMakeFiles/cmTC_2b0c3.dir/build
make[1]: Entering directory '/home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_2b0c3.dir/CheckFunctionExists.c.o
/usr/bin/cc    -DCHECK_FUNCTION_EXISTS=strnicmp   -o CMakeFiles/cmTC_2b0c3.dir/CheckFunctionExists.c.o   -c /usr/share/cmake-3.7/Modules/CheckFunctionExists.c
Linking C executable cmTC_2b0c3
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_2b0c3.dir/link.txt --verbose=1
/usr/bin/cc    -DCHECK_FUNCTION_EXISTS=strnicmp    CMakeFiles/cmTC_2b0c3.dir/CheckFunctionExists.c.o  -o cmTC_2b0c3 -rdynamic 
CMakeFiles/cmTC_2b0c3.dir/CheckFunctionExists.c.o: In function `main':
CheckFunctionExists.c:(.text+0x14): undefined reference to `strnicmp'
collect2: error: ld returned 1 exit status
CMakeFiles/cmTC_2b0c3.dir/build.make:97: recipe for target 'cmTC_2b0c3' failed
make[1]: *** [cmTC_2b0c3] Error 1
make[1]: Leaving directory '/home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_2b0c3/fast' failed
make: *** [cmTC_2b0c3/fast] Error 2


Determining if the function itoa exists failed with the following output:
Change Dir: /home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_91def/fast"
/usr/bin/make -f CMakeFiles/cmTC_91def.dir/build.make CMakeFiles/cmTC_91def.dir/build
make[1]: Entering directory '/home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_91def.dir/CheckFunctionExists.c.o
/usr/bin/cc    -Wall -Wno-pointer-sign -Wno-uninitialized -DCHECK_FUNCTION_EXISTS=itoa   -o CMakeFiles/cmTC_91def.dir/CheckFunctionExists.c.o   -c /usr/share/cmake-3.7/Modules/CheckFunctionExists.c
Linking C executable cmTC_91def
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_91def.dir/link.txt --verbose=1
/usr/bin/cc    -Wall -Wno-pointer-sign -Wno-uninitialized -DCHECK_FUNCTION_EXISTS=itoa    CMakeFiles/cmTC_91def.dir/CheckFunctionExists.c.o  -o cmTC_91def -rdynamic 
CMakeFiles/cmTC_91def.dir/CheckFunctionExists.c.o: In function `main':
CheckFunctionExists.c:(.text+0x14): undefined reference to `itoa'
collect2: error: ld returned 1 exit status
CMakeFiles/cmTC_91def.dir/build.make:97: recipe for target 'cmTC_91def' failed
make[1]: *** [cmTC_91def] Error 1
make[1]: Leaving directory '/home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_91def/fast' failed
make: *** [cmTC_91def/fast] Error 2


Performing C++ SOURCE FILE Test DUMB_CAN_USE_SSE failed with the following output:
Change Dir: /home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_19f30/fast"
/usr/bin/make -f CMakeFiles/cmTC_19f30.dir/build.make CMakeFiles/cmTC_19f30.dir/build
make[1]: Entering directory '/home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_19f30.dir/src.cxx.o
/usr/bin/c++     -DDUMB_CAN_USE_SSE   -msse -o CMakeFiles/cmTC_19f30.dir/src.cxx.o -c /home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CMakeTmp/src.cxx
c++: error: unrecognized command line option '-msse'; did you mean '-fdse'?
CMakeFiles/cmTC_19f30.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_19f30.dir/src.cxx.o' failed
make[1]: *** [CMakeFiles/cmTC_19f30.dir/src.cxx.o] Error 1
make[1]: Leaving directory '/home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_19f30/fast' failed
make: *** [cmTC_19f30/fast] Error 2

Source file was:
int main() { return 0; }
Determining if the pthread_create exist failed with the following output:
Change Dir: /home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_140a1/fast"
/usr/bin/make -f CMakeFiles/cmTC_140a1.dir/build.make CMakeFiles/cmTC_140a1.dir/build
make[1]: Entering directory '/home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_140a1.dir/CheckSymbolExists.c.o
/usr/bin/cc     -o CMakeFiles/cmTC_140a1.dir/CheckSymbolExists.c.o   -c /home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CMakeTmp/CheckSymbolExists.c
Linking C executable cmTC_140a1
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_140a1.dir/link.txt --verbose=1
/usr/bin/cc        CMakeFiles/cmTC_140a1.dir/CheckSymbolExists.c.o  -o cmTC_140a1 -rdynamic 
CMakeFiles/cmTC_140a1.dir/CheckSymbolExists.c.o: In function `main':
CheckSymbolExists.c:(.text+0x38): undefined reference to `pthread_create'
collect2: error: ld returned 1 exit status
CMakeFiles/cmTC_140a1.dir/build.make:97: recipe for target 'cmTC_140a1' failed
make[1]: *** [cmTC_140a1] Error 1
make[1]: Leaving directory '/home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_140a1/fast' failed
make: *** [cmTC_140a1/fast] Error 2

File /home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <pthread.h>

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

Determining if the function pthread_create exists in the pthreads failed with the following output:
Change Dir: /home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_f5495/fast"
/usr/bin/make -f CMakeFiles/cmTC_f5495.dir/build.make CMakeFiles/cmTC_f5495.dir/build
make[1]: Entering directory '/home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_f5495.dir/CheckFunctionExists.c.o
/usr/bin/cc    -DCHECK_FUNCTION_EXISTS=pthread_create   -o CMakeFiles/cmTC_f5495.dir/CheckFunctionExists.c.o   -c /usr/share/cmake-3.7/Modules/CheckFunctionExists.c
Linking C executable cmTC_f5495
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f5495.dir/link.txt --verbose=1
/usr/bin/cc    -DCHECK_FUNCTION_EXISTS=pthread_create    CMakeFiles/cmTC_f5495.dir/CheckFunctionExists.c.o  -o cmTC_f5495 -rdynamic -lpthreads 
/usr/bin/ld: cannot find -lpthreads
collect2: error: ld returned 1 exit status
CMakeFiles/cmTC_f5495.dir/build.make:97: recipe for target 'cmTC_f5495' failed
make[1]: *** [cmTC_f5495] Error 1
make[1]: Leaving directory '/home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_f5495/fast' failed
make: *** [cmTC_f5495/fast] Error 2


Performing C++ SOURCE FILE Test CAN_DO_MFPMATH failed with the following output:
Change Dir: /home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_28f58/fast"
/usr/bin/make -f CMakeFiles/cmTC_28f58.dir/build.make CMakeFiles/cmTC_28f58.dir/build
make[1]: Entering directory '/home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_28f58.dir/src.cxx.o
/usr/bin/c++     -DCAN_DO_MFPMATH   -msse2 -mfpmath=sse -o CMakeFiles/cmTC_28f58.dir/src.cxx.o -c /home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CMakeTmp/src.cxx
c++: error: unrecognized command line option '-msse2'
c++: error: unrecognized command line option '-mfpmath=sse'
CMakeFiles/cmTC_28f58.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_28f58.dir/src.cxx.o' failed
make[1]: *** [CMakeFiles/cmTC_28f58.dir/src.cxx.o] Error 1
make[1]: Leaving directory '/home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_28f58/fast' failed
make: *** [cmTC_28f58/fast] Error 2

Source file was:
int main() { return 0; }
Performing C++ SOURCE FILE Test CAN_DO_ARCHSSE2 failed with the following output:
Change Dir: /home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_67e0e/fast"
/usr/bin/make -f CMakeFiles/cmTC_67e0e.dir/build.make CMakeFiles/cmTC_67e0e.dir/build
make[1]: Entering directory '/home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_67e0e.dir/src.cxx.o
/usr/bin/c++     -DCAN_DO_ARCHSSE2   -arch:SSE2 -o CMakeFiles/cmTC_67e0e.dir/src.cxx.o -c /home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CMakeTmp/src.cxx
c++: error: unrecognized command line option '-arch:SSE2'
CMakeFiles/cmTC_67e0e.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_67e0e.dir/src.cxx.o' failed
make[1]: *** [CMakeFiles/cmTC_67e0e.dir/src.cxx.o] Error 1
make[1]: Leaving directory '/home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_67e0e/fast' failed
make: *** [cmTC_67e0e/fast] Error 2

Source file was:
int main() { return 0; }
Determining if the function filelength exists failed with the following output:
Change Dir: /home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_ee4a6/fast"
/usr/bin/make -f CMakeFiles/cmTC_ee4a6.dir/build.make CMakeFiles/cmTC_ee4a6.dir/build
make[1]: Entering directory '/home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_ee4a6.dir/CheckFunctionExists.c.o
/usr/bin/cc    -DCHECK_FUNCTION_EXISTS=filelength   -o CMakeFiles/cmTC_ee4a6.dir/CheckFunctionExists.c.o   -c /usr/share/cmake-3.7/Modules/CheckFunctionExists.c
Linking C executable cmTC_ee4a6
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ee4a6.dir/link.txt --verbose=1
/usr/bin/cc    -DCHECK_FUNCTION_EXISTS=filelength    CMakeFiles/cmTC_ee4a6.dir/CheckFunctionExists.c.o  -o cmTC_ee4a6 -rdynamic 
CMakeFiles/cmTC_ee4a6.dir/CheckFunctionExists.c.o: In function `main':
CheckFunctionExists.c:(.text+0x14): undefined reference to `filelength'
collect2: error: ld returned 1 exit status
CMakeFiles/cmTC_ee4a6.dir/build.make:97: recipe for target 'cmTC_ee4a6' failed
make[1]: *** [cmTC_ee4a6] Error 1
make[1]: Leaving directory '/home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_ee4a6/fast' failed
make: *** [cmTC_ee4a6/fast] Error 2


Determining if the function strupr exists failed with the following output:
Change Dir: /home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_90ad3/fast"
/usr/bin/make -f CMakeFiles/cmTC_90ad3.dir/build.make CMakeFiles/cmTC_90ad3.dir/build
make[1]: Entering directory '/home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_90ad3.dir/CheckFunctionExists.c.o
/usr/bin/cc    -DCHECK_FUNCTION_EXISTS=strupr   -o CMakeFiles/cmTC_90ad3.dir/CheckFunctionExists.c.o   -c /usr/share/cmake-3.7/Modules/CheckFunctionExists.c
Linking C executable cmTC_90ad3
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_90ad3.dir/link.txt --verbose=1
/usr/bin/cc    -DCHECK_FUNCTION_EXISTS=strupr    CMakeFiles/cmTC_90ad3.dir/CheckFunctionExists.c.o  -o cmTC_90ad3 -rdynamic 
CMakeFiles/cmTC_90ad3.dir/CheckFunctionExists.c.o: In function `main':
CheckFunctionExists.c:(.text+0x14): undefined reference to `strupr'
collect2: error: ld returned 1 exit status
CMakeFiles/cmTC_90ad3.dir/build.make:97: recipe for target 'cmTC_90ad3' failed
make[1]: *** [cmTC_90ad3] Error 1
make[1]: Leaving directory '/home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_90ad3/fast' failed
make: *** [cmTC_90ad3/fast] Error 2


Determining if the function stricmp exists failed with the following output:
Change Dir: /home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_0bf3b/fast"
/usr/bin/make -f CMakeFiles/cmTC_0bf3b.dir/build.make CMakeFiles/cmTC_0bf3b.dir/build
make[1]: Entering directory '/home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_0bf3b.dir/CheckFunctionExists.c.o
/usr/bin/cc    -DCHECK_FUNCTION_EXISTS=stricmp   -o CMakeFiles/cmTC_0bf3b.dir/CheckFunctionExists.c.o   -c /usr/share/cmake-3.7/Modules/CheckFunctionExists.c
Linking C executable cmTC_0bf3b
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0bf3b.dir/link.txt --verbose=1
/usr/bin/cc    -DCHECK_FUNCTION_EXISTS=stricmp    CMakeFiles/cmTC_0bf3b.dir/CheckFunctionExists.c.o  -o cmTC_0bf3b -rdynamic 
CMakeFiles/cmTC_0bf3b.dir/CheckFunctionExists.c.o: In function `main':
CheckFunctionExists.c:(.text+0x14): undefined reference to `stricmp'
collect2: error: ld returned 1 exit status
CMakeFiles/cmTC_0bf3b.dir/build.make:97: recipe for target 'cmTC_0bf3b' failed
make[1]: *** [cmTC_0bf3b] Error 1
make[1]: Leaving directory '/home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_0bf3b/fast' failed
make: *** [cmTC_0bf3b/fast] Error 2

Code: Select all

The system is: Linux - 4.14.50-v7+ - armv7l
Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
Compiler: /usr/bin/cc 
Build flags: 
Id flags: 

The output was:
0


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

The C compiler identification is GNU, found in "/home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/3.7.2/CompilerIdC/a.out"

Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded.
Compiler: /usr/bin/c++ 
Build flags: 
Id flags: 

The output was:
0


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

The CXX compiler identification is GNU, found in "/home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/3.7.2/CompilerIdCXX/a.out"

Determining if the C compiler works passed with the following output:
Change Dir: /home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_4cab0/fast"
/usr/bin/make -f CMakeFiles/cmTC_4cab0.dir/build.make CMakeFiles/cmTC_4cab0.dir/build
make[1]: Entering directory '/home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_4cab0.dir/testCCompiler.c.o
/usr/bin/cc     -o CMakeFiles/cmTC_4cab0.dir/testCCompiler.c.o   -c /home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CMakeTmp/testCCompiler.c
Linking C executable cmTC_4cab0
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_4cab0.dir/link.txt --verbose=1
/usr/bin/cc       CMakeFiles/cmTC_4cab0.dir/testCCompiler.c.o  -o cmTC_4cab0 -rdynamic 
make[1]: Leaving directory '/home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CMakeTmp'


Detecting C compiler ABI info compiled with the following output:
Change Dir: /home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_8aef8/fast"
/usr/bin/make -f CMakeFiles/cmTC_8aef8.dir/build.make CMakeFiles/cmTC_8aef8.dir/build
make[1]: Entering directory '/home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_8aef8.dir/CMakeCCompilerABI.c.o
/usr/bin/cc     -o CMakeFiles/cmTC_8aef8.dir/CMakeCCompilerABI.c.o   -c /usr/share/cmake-3.7/Modules/CMakeCCompilerABI.c
Linking C executable cmTC_8aef8
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8aef8.dir/link.txt --verbose=1
/usr/bin/cc      -v CMakeFiles/cmTC_8aef8.dir/CMakeCCompilerABI.c.o  -o cmTC_8aef8 -rdynamic  
Using built-in specs.
COLLECT_GCC=/usr/bin/cc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/arm-linux-gnueabihf/6/lto-wrapper
Target: arm-linux-gnueabihf
Configured with: ../src/configure -v --with-pkgversion='Raspbian 6.3.0-18+rpi1+deb9u1' --with-bugurl=file:///usr/share/doc/gcc-6/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-6 --program-prefix=arm-linux-gnueabihf- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-libitm --disable-libquadmath --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-6-armhf/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-6-armhf --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-6-armhf --with-arch-directory=arm --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-sjlj-exceptions --with-arch=armv6 --with-fpu=vfp --with-float=hard --enable-checking=release --build=arm-linux-gnueabihf --host=arm-linux-gnueabihf --target=arm-linux-gnueabihf
Thread model: posix
gcc version 6.3.0 20170516 (Raspbian 6.3.0-18+rpi1+deb9u1) 
COMPILER_PATH=/usr/lib/gcc/arm-linux-gnueabihf/6/:/usr/lib/gcc/arm-linux-gnueabihf/6/:/usr/lib/gcc/arm-linux-gnueabihf/:/usr/lib/gcc/arm-linux-gnueabihf/6/:/usr/lib/gcc/arm-linux-gnueabihf/
LIBRARY_PATH=/usr/lib/gcc/arm-linux-gnueabihf/6/:/usr/lib/gcc/arm-linux-gnueabihf/6/../../../arm-linux-gnueabihf/:/usr/lib/gcc/arm-linux-gnueabihf/6/../../../:/lib/arm-linux-gnueabihf/:/lib/:/usr/lib/arm-linux-gnueabihf/:/usr/lib/
COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_8aef8' '-rdynamic' '-march=armv6' '-mfloat-abi=hard' '-mfpu=vfp' '-mtls-dialect=gnu'
 /usr/lib/gcc/arm-linux-gnueabihf/6/collect2 -plugin /usr/lib/gcc/arm-linux-gnueabihf/6/liblto_plugin.so -plugin-opt=/usr/lib/gcc/arm-linux-gnueabihf/6/lto-wrapper -plugin-opt=-fresolution=/tmp/ccvA2ozB.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --sysroot=/ --build-id --eh-frame-hdr -export-dynamic -dynamic-linker /lib/ld-linux-armhf.so.3 -X --hash-style=gnu -m armelf_linux_eabi -o cmTC_8aef8 /usr/lib/gcc/arm-linux-gnueabihf/6/../../../arm-linux-gnueabihf/crt1.o /usr/lib/gcc/arm-linux-gnueabihf/6/../../../arm-linux-gnueabihf/crti.o /usr/lib/gcc/arm-linux-gnueabihf/6/crtbegin.o -L/usr/lib/gcc/arm-linux-gnueabihf/6 -L/usr/lib/gcc/arm-linux-gnueabihf/6/../../../arm-linux-gnueabihf -L/usr/lib/gcc/arm-linux-gnueabihf/6/../../.. -L/lib/arm-linux-gnueabihf -L/usr/lib/arm-linux-gnueabihf CMakeFiles/cmTC_8aef8.dir/CMakeCCompilerABI.c.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/arm-linux-gnueabihf/6/crtend.o /usr/lib/gcc/arm-linux-gnueabihf/6/../../../arm-linux-gnueabihf/crtn.o
COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_8aef8' '-rdynamic' '-march=armv6' '-mfloat-abi=hard' '-mfpu=vfp' '-mtls-dialect=gnu'
make[1]: Leaving directory '/home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CMakeTmp'


Parsed C implicit link information from above output:
  link line regex: [^( *|.*[/\])(ld|([^/\]+-)?ld|collect2)[^/\]*( |$)]
  ignore line: [Change Dir: /home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CMakeTmp]
  ignore line: []
  ignore line: [Run Build Command:"/usr/bin/make" "cmTC_8aef8/fast"]
  ignore line: [/usr/bin/make -f CMakeFiles/cmTC_8aef8.dir/build.make CMakeFiles/cmTC_8aef8.dir/build]
  ignore line: [make[1]: Entering directory '/home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CMakeTmp']
  ignore line: [Building C object CMakeFiles/cmTC_8aef8.dir/CMakeCCompilerABI.c.o]
  ignore line: [/usr/bin/cc     -o CMakeFiles/cmTC_8aef8.dir/CMakeCCompilerABI.c.o   -c /usr/share/cmake-3.7/Modules/CMakeCCompilerABI.c]
  ignore line: [Linking C executable cmTC_8aef8]
  ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8aef8.dir/link.txt --verbose=1]
  ignore line: [/usr/bin/cc      -v CMakeFiles/cmTC_8aef8.dir/CMakeCCompilerABI.c.o  -o cmTC_8aef8 -rdynamic  ]
  ignore line: [Using built-in specs.]
  ignore line: [COLLECT_GCC=/usr/bin/cc]
  ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/arm-linux-gnueabihf/6/lto-wrapper]
  ignore line: [Target: arm-linux-gnueabihf]
  ignore line: [Configured with: ../src/configure -v --with-pkgversion='Raspbian 6.3.0-18+rpi1+deb9u1' --with-bugurl=file:///usr/share/doc/gcc-6/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-6 --program-prefix=arm-linux-gnueabihf- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-libitm --disable-libquadmath --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-6-armhf/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-6-armhf --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-6-armhf --with-arch-directory=arm --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-sjlj-exceptions --with-arch=armv6 --with-fpu=vfp --with-float=hard --enable-checking=release --build=arm-linux-gnueabihf --host=arm-linux-gnueabihf --target=arm-linux-gnueabihf]
  ignore line: [Thread model: posix]
  ignore line: [gcc version 6.3.0 20170516 (Raspbian 6.3.0-18+rpi1+deb9u1) ]
  ignore line: [COMPILER_PATH=/usr/lib/gcc/arm-linux-gnueabihf/6/:/usr/lib/gcc/arm-linux-gnueabihf/6/:/usr/lib/gcc/arm-linux-gnueabihf/:/usr/lib/gcc/arm-linux-gnueabihf/6/:/usr/lib/gcc/arm-linux-gnueabihf/]
  ignore line: [LIBRARY_PATH=/usr/lib/gcc/arm-linux-gnueabihf/6/:/usr/lib/gcc/arm-linux-gnueabihf/6/../../../arm-linux-gnueabihf/:/usr/lib/gcc/arm-linux-gnueabihf/6/../../../:/lib/arm-linux-gnueabihf/:/lib/:/usr/lib/arm-linux-gnueabihf/:/usr/lib/]
  ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_8aef8' '-rdynamic' '-march=armv6' '-mfloat-abi=hard' '-mfpu=vfp' '-mtls-dialect=gnu']
  link line: [ /usr/lib/gcc/arm-linux-gnueabihf/6/collect2 -plugin /usr/lib/gcc/arm-linux-gnueabihf/6/liblto_plugin.so -plugin-opt=/usr/lib/gcc/arm-linux-gnueabihf/6/lto-wrapper -plugin-opt=-fresolution=/tmp/ccvA2ozB.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --sysroot=/ --build-id --eh-frame-hdr -export-dynamic -dynamic-linker /lib/ld-linux-armhf.so.3 -X --hash-style=gnu -m armelf_linux_eabi -o cmTC_8aef8 /usr/lib/gcc/arm-linux-gnueabihf/6/../../../arm-linux-gnueabihf/crt1.o /usr/lib/gcc/arm-linux-gnueabihf/6/../../../arm-linux-gnueabihf/crti.o /usr/lib/gcc/arm-linux-gnueabihf/6/crtbegin.o -L/usr/lib/gcc/arm-linux-gnueabihf/6 -L/usr/lib/gcc/arm-linux-gnueabihf/6/../../../arm-linux-gnueabihf -L/usr/lib/gcc/arm-linux-gnueabihf/6/../../.. -L/lib/arm-linux-gnueabihf -L/usr/lib/arm-linux-gnueabihf CMakeFiles/cmTC_8aef8.dir/CMakeCCompilerABI.c.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/arm-linux-gnueabihf/6/crtend.o /usr/lib/gcc/arm-linux-gnueabihf/6/../../../arm-linux-gnueabihf/crtn.o]
    arg [/usr/lib/gcc/arm-linux-gnueabihf/6/collect2] ==> ignore
    arg [-plugin] ==> ignore
    arg [/usr/lib/gcc/arm-linux-gnueabihf/6/liblto_plugin.so] ==> ignore
    arg [-plugin-opt=/usr/lib/gcc/arm-linux-gnueabihf/6/lto-wrapper] ==> ignore
    arg [-plugin-opt=-fresolution=/tmp/ccvA2ozB.res] ==> ignore
    arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
    arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
    arg [-plugin-opt=-pass-through=-lc] ==> ignore
    arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
    arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
    arg [--sysroot=/] ==> ignore
    arg [--build-id] ==> ignore
    arg [--eh-frame-hdr] ==> ignore
    arg [-export-dynamic] ==> ignore
    arg [-dynamic-linker] ==> ignore
    arg [/lib/ld-linux-armhf.so.3] ==> ignore
    arg [-X] ==> ignore
    arg [--hash-style=gnu] ==> ignore
    arg [-m] ==> ignore
    arg [armelf_linux_eabi] ==> ignore
    arg [-o] ==> ignore
    arg [cmTC_8aef8] ==> ignore
    arg [/usr/lib/gcc/arm-linux-gnueabihf/6/../../../arm-linux-gnueabihf/crt1.o] ==> ignore
    arg [/usr/lib/gcc/arm-linux-gnueabihf/6/../../../arm-linux-gnueabihf/crti.o] ==> ignore
    arg [/usr/lib/gcc/arm-linux-gnueabihf/6/crtbegin.o] ==> ignore
    arg [-L/usr/lib/gcc/arm-linux-gnueabihf/6] ==> dir [/usr/lib/gcc/arm-linux-gnueabihf/6]
    arg [-L/usr/lib/gcc/arm-linux-gnueabihf/6/../../../arm-linux-gnueabihf] ==> dir [/usr/lib/gcc/arm-linux-gnueabihf/6/../../../arm-linux-gnueabihf]
    arg [-L/usr/lib/gcc/arm-linux-gnueabihf/6/../../..] ==> dir [/usr/lib/gcc/arm-linux-gnueabihf/6/../../..]
    arg [-L/lib/arm-linux-gnueabihf] ==> dir [/lib/arm-linux-gnueabihf]
    arg [-L/usr/lib/arm-linux-gnueabihf] ==> dir [/usr/lib/arm-linux-gnueabihf]
    arg [CMakeFiles/cmTC_8aef8.dir/CMakeCCompilerABI.c.o] ==> ignore
    arg [-lgcc] ==> lib [gcc]
    arg [--as-needed] ==> ignore
    arg [-lgcc_s] ==> lib [gcc_s]
    arg [--no-as-needed] ==> ignore
    arg [-lc] ==> lib [c]
    arg [-lgcc] ==> lib [gcc]
    arg [--as-needed] ==> ignore
    arg [-lgcc_s] ==> lib [gcc_s]
    arg [--no-as-needed] ==> ignore
    arg [/usr/lib/gcc/arm-linux-gnueabihf/6/crtend.o] ==> ignore
    arg [/usr/lib/gcc/arm-linux-gnueabihf/6/../../../arm-linux-gnueabihf/crtn.o] ==> ignore
  remove lib [gcc]
  remove lib [gcc_s]
  remove lib [gcc]
  remove lib [gcc_s]
  collapse library dir [/usr/lib/gcc/arm-linux-gnueabihf/6] ==> [/usr/lib/gcc/arm-linux-gnueabihf/6]
  collapse library dir [/usr/lib/gcc/arm-linux-gnueabihf/6/../../../arm-linux-gnueabihf] ==> [/usr/lib/arm-linux-gnueabihf]
  collapse library dir [/usr/lib/gcc/arm-linux-gnueabihf/6/../../..] ==> [/usr/lib]
  collapse library dir [/lib/arm-linux-gnueabihf] ==> [/lib/arm-linux-gnueabihf]
  collapse library dir [/usr/lib/arm-linux-gnueabihf] ==> [/usr/lib/arm-linux-gnueabihf]
  implicit libs: [c]
  implicit dirs: [/usr/lib/gcc/arm-linux-gnueabihf/6;/usr/lib/arm-linux-gnueabihf;/usr/lib;/lib/arm-linux-gnueabihf]
  implicit fwks: []




Detecting C [-std=c11] compiler features compiled with the following output:
Change Dir: /home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_8d267/fast"
/usr/bin/make -f CMakeFiles/cmTC_8d267.dir/build.make CMakeFiles/cmTC_8d267.dir/build
make[1]: Entering directory '/home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_8d267.dir/feature_tests.c.o
/usr/bin/cc    -std=c11 -o CMakeFiles/cmTC_8d267.dir/feature_tests.c.o   -c /home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/feature_tests.c
Linking C executable cmTC_8d267
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8d267.dir/link.txt --verbose=1
/usr/bin/cc       CMakeFiles/cmTC_8d267.dir/feature_tests.c.o  -o cmTC_8d267 -rdynamic 
make[1]: Leaving directory '/home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CMakeTmp'


    Feature record: C_FEATURE:1c_function_prototypes
    Feature record: C_FEATURE:1c_restrict
    Feature record: C_FEATURE:1c_static_assert
    Feature record: C_FEATURE:1c_variadic_macros


Detecting C [-std=c99] compiler features compiled with the following output:
Change Dir: /home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_14bf0/fast"
/usr/bin/make -f CMakeFiles/cmTC_14bf0.dir/build.make CMakeFiles/cmTC_14bf0.dir/build
make[1]: Entering directory '/home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_14bf0.dir/feature_tests.c.o
/usr/bin/cc    -std=c99 -o CMakeFiles/cmTC_14bf0.dir/feature_tests.c.o   -c /home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/feature_tests.c
Linking C executable cmTC_14bf0
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_14bf0.dir/link.txt --verbose=1
/usr/bin/cc       CMakeFiles/cmTC_14bf0.dir/feature_tests.c.o  -o cmTC_14bf0 -rdynamic 
make[1]: Leaving directory '/home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CMakeTmp'


    Feature record: C_FEATURE:1c_function_prototypes
    Feature record: C_FEATURE:1c_restrict
    Feature record: C_FEATURE:0c_static_assert
    Feature record: C_FEATURE:1c_variadic_macros


Detecting C [-std=c90] compiler features compiled with the following output:
Change Dir: /home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_28042/fast"
/usr/bin/make -f CMakeFiles/cmTC_28042.dir/build.make CMakeFiles/cmTC_28042.dir/build
make[1]: Entering directory '/home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_28042.dir/feature_tests.c.o
/usr/bin/cc    -std=c90 -o CMakeFiles/cmTC_28042.dir/feature_tests.c.o   -c /home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/feature_tests.c
Linking C executable cmTC_28042
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_28042.dir/link.txt --verbose=1
/usr/bin/cc       CMakeFiles/cmTC_28042.dir/feature_tests.c.o  -o cmTC_28042 -rdynamic 
make[1]: Leaving directory '/home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CMakeTmp'


    Feature record: C_FEATURE:1c_function_prototypes
    Feature record: C_FEATURE:0c_restrict
    Feature record: C_FEATURE:0c_static_assert
    Feature record: C_FEATURE:0c_variadic_macros
Determining if the CXX compiler works passed with the following output:
Change Dir: /home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_88af1/fast"
/usr/bin/make -f CMakeFiles/cmTC_88af1.dir/build.make CMakeFiles/cmTC_88af1.dir/build
make[1]: Entering directory '/home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_88af1.dir/testCXXCompiler.cxx.o
/usr/bin/c++      -o CMakeFiles/cmTC_88af1.dir/testCXXCompiler.cxx.o -c /home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CMakeTmp/testCXXCompiler.cxx
Linking CXX executable cmTC_88af1
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_88af1.dir/link.txt --verbose=1
/usr/bin/c++        CMakeFiles/cmTC_88af1.dir/testCXXCompiler.cxx.o  -o cmTC_88af1 -rdynamic 
make[1]: Leaving directory '/home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CMakeTmp'


Detecting CXX compiler ABI info compiled with the following output:
Change Dir: /home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_3c941/fast"
/usr/bin/make -f CMakeFiles/cmTC_3c941.dir/build.make CMakeFiles/cmTC_3c941.dir/build
make[1]: Entering directory '/home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_3c941.dir/CMakeCXXCompilerABI.cpp.o
/usr/bin/c++      -o CMakeFiles/cmTC_3c941.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-3.7/Modules/CMakeCXXCompilerABI.cpp
Linking CXX executable cmTC_3c941
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_3c941.dir/link.txt --verbose=1
/usr/bin/c++       -v CMakeFiles/cmTC_3c941.dir/CMakeCXXCompilerABI.cpp.o  -o cmTC_3c941 -rdynamic  
Using built-in specs.
COLLECT_GCC=/usr/bin/c++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/arm-linux-gnueabihf/6/lto-wrapper
Target: arm-linux-gnueabihf
Configured with: ../src/configure -v --with-pkgversion='Raspbian 6.3.0-18+rpi1+deb9u1' --with-bugurl=file:///usr/share/doc/gcc-6/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-6 --program-prefix=arm-linux-gnueabihf- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-libitm --disable-libquadmath --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-6-armhf/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-6-armhf --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-6-armhf --with-arch-directory=arm --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-sjlj-exceptions --with-arch=armv6 --with-fpu=vfp --with-float=hard --enable-checking=release --build=arm-linux-gnueabihf --host=arm-linux-gnueabihf --target=arm-linux-gnueabihf
Thread model: posix
gcc version 6.3.0 20170516 (Raspbian 6.3.0-18+rpi1+deb9u1) 
COMPILER_PATH=/usr/lib/gcc/arm-linux-gnueabihf/6/:/usr/lib/gcc/arm-linux-gnueabihf/6/:/usr/lib/gcc/arm-linux-gnueabihf/:/usr/lib/gcc/arm-linux-gnueabihf/6/:/usr/lib/gcc/arm-linux-gnueabihf/
LIBRARY_PATH=/usr/lib/gcc/arm-linux-gnueabihf/6/:/usr/lib/gcc/arm-linux-gnueabihf/6/../../../arm-linux-gnueabihf/:/usr/lib/gcc/arm-linux-gnueabihf/6/../../../:/lib/arm-linux-gnueabihf/:/lib/:/usr/lib/arm-linux-gnueabihf/:/usr/lib/
COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_3c941' '-rdynamic' '-shared-libgcc' '-march=armv6' '-mfloat-abi=hard' '-mfpu=vfp' '-mtls-dialect=gnu'
 /usr/lib/gcc/arm-linux-gnueabihf/6/collect2 -plugin /usr/lib/gcc/arm-linux-gnueabihf/6/liblto_plugin.so -plugin-opt=/usr/lib/gcc/arm-linux-gnueabihf/6/lto-wrapper -plugin-opt=-fresolution=/tmp/ccS6aK0H.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --sysroot=/ --build-id --eh-frame-hdr -export-dynamic -dynamic-linker /lib/ld-linux-armhf.so.3 -X --hash-style=gnu -m armelf_linux_eabi -o cmTC_3c941 /usr/lib/gcc/arm-linux-gnueabihf/6/../../../arm-linux-gnueabihf/crt1.o /usr/lib/gcc/arm-linux-gnueabihf/6/../../../arm-linux-gnueabihf/crti.o /usr/lib/gcc/arm-linux-gnueabihf/6/crtbegin.o -L/usr/lib/gcc/arm-linux-gnueabihf/6 -L/usr/lib/gcc/arm-linux-gnueabihf/6/../../../arm-linux-gnueabihf -L/usr/lib/gcc/arm-linux-gnueabihf/6/../../.. -L/lib/arm-linux-gnueabihf -L/usr/lib/arm-linux-gnueabihf CMakeFiles/cmTC_3c941.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/arm-linux-gnueabihf/6/crtend.o /usr/lib/gcc/arm-linux-gnueabihf/6/../../../arm-linux-gnueabihf/crtn.o
COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_3c941' '-rdynamic' '-shared-libgcc' '-march=armv6' '-mfloat-abi=hard' '-mfpu=vfp' '-mtls-dialect=gnu'
make[1]: Leaving directory '/home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CMakeTmp'


Parsed CXX implicit link information from above output:
  link line regex: [^( *|.*[/\])(ld|([^/\]+-)?ld|collect2)[^/\]*( |$)]
  ignore line: [Change Dir: /home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CMakeTmp]
  ignore line: []
  ignore line: [Run Build Command:"/usr/bin/make" "cmTC_3c941/fast"]
  ignore line: [/usr/bin/make -f CMakeFiles/cmTC_3c941.dir/build.make CMakeFiles/cmTC_3c941.dir/build]
  ignore line: [make[1]: Entering directory '/home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CMakeTmp']
  ignore line: [Building CXX object CMakeFiles/cmTC_3c941.dir/CMakeCXXCompilerABI.cpp.o]
  ignore line: [/usr/bin/c++      -o CMakeFiles/cmTC_3c941.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-3.7/Modules/CMakeCXXCompilerABI.cpp]
  ignore line: [Linking CXX executable cmTC_3c941]
  ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_3c941.dir/link.txt --verbose=1]
  ignore line: [/usr/bin/c++       -v CMakeFiles/cmTC_3c941.dir/CMakeCXXCompilerABI.cpp.o  -o cmTC_3c941 -rdynamic  ]
  ignore line: [Using built-in specs.]
  ignore line: [COLLECT_GCC=/usr/bin/c++]
  ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/arm-linux-gnueabihf/6/lto-wrapper]
  ignore line: [Target: arm-linux-gnueabihf]
  ignore line: [Configured with: ../src/configure -v --with-pkgversion='Raspbian 6.3.0-18+rpi1+deb9u1' --with-bugurl=file:///usr/share/doc/gcc-6/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-6 --program-prefix=arm-linux-gnueabihf- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-libitm --disable-libquadmath --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-6-armhf/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-6-armhf --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-6-armhf --with-arch-directory=arm --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-sjlj-exceptions --with-arch=armv6 --with-fpu=vfp --with-float=hard --enable-checking=release --build=arm-linux-gnueabihf --host=arm-linux-gnueabihf --target=arm-linux-gnueabihf]
  ignore line: [Thread model: posix]
  ignore line: [gcc version 6.3.0 20170516 (Raspbian 6.3.0-18+rpi1+deb9u1) ]
  ignore line: [COMPILER_PATH=/usr/lib/gcc/arm-linux-gnueabihf/6/:/usr/lib/gcc/arm-linux-gnueabihf/6/:/usr/lib/gcc/arm-linux-gnueabihf/:/usr/lib/gcc/arm-linux-gnueabihf/6/:/usr/lib/gcc/arm-linux-gnueabihf/]
  ignore line: [LIBRARY_PATH=/usr/lib/gcc/arm-linux-gnueabihf/6/:/usr/lib/gcc/arm-linux-gnueabihf/6/../../../arm-linux-gnueabihf/:/usr/lib/gcc/arm-linux-gnueabihf/6/../../../:/lib/arm-linux-gnueabihf/:/lib/:/usr/lib/arm-linux-gnueabihf/:/usr/lib/]
  ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_3c941' '-rdynamic' '-shared-libgcc' '-march=armv6' '-mfloat-abi=hard' '-mfpu=vfp' '-mtls-dialect=gnu']
  link line: [ /usr/lib/gcc/arm-linux-gnueabihf/6/collect2 -plugin /usr/lib/gcc/arm-linux-gnueabihf/6/liblto_plugin.so -plugin-opt=/usr/lib/gcc/arm-linux-gnueabihf/6/lto-wrapper -plugin-opt=-fresolution=/tmp/ccS6aK0H.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --sysroot=/ --build-id --eh-frame-hdr -export-dynamic -dynamic-linker /lib/ld-linux-armhf.so.3 -X --hash-style=gnu -m armelf_linux_eabi -o cmTC_3c941 /usr/lib/gcc/arm-linux-gnueabihf/6/../../../arm-linux-gnueabihf/crt1.o /usr/lib/gcc/arm-linux-gnueabihf/6/../../../arm-linux-gnueabihf/crti.o /usr/lib/gcc/arm-linux-gnueabihf/6/crtbegin.o -L/usr/lib/gcc/arm-linux-gnueabihf/6 -L/usr/lib/gcc/arm-linux-gnueabihf/6/../../../arm-linux-gnueabihf -L/usr/lib/gcc/arm-linux-gnueabihf/6/../../.. -L/lib/arm-linux-gnueabihf -L/usr/lib/arm-linux-gnueabihf CMakeFiles/cmTC_3c941.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/arm-linux-gnueabihf/6/crtend.o /usr/lib/gcc/arm-linux-gnueabihf/6/../../../arm-linux-gnueabihf/crtn.o]
    arg [/usr/lib/gcc/arm-linux-gnueabihf/6/collect2] ==> ignore
    arg [-plugin] ==> ignore
    arg [/usr/lib/gcc/arm-linux-gnueabihf/6/liblto_plugin.so] ==> ignore
    arg [-plugin-opt=/usr/lib/gcc/arm-linux-gnueabihf/6/lto-wrapper] ==> ignore
    arg [-plugin-opt=-fresolution=/tmp/ccS6aK0H.res] ==> ignore
    arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
    arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
    arg [-plugin-opt=-pass-through=-lc] ==> ignore
    arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
    arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
    arg [--sysroot=/] ==> ignore
    arg [--build-id] ==> ignore
    arg [--eh-frame-hdr] ==> ignore
    arg [-export-dynamic] ==> ignore
    arg [-dynamic-linker] ==> ignore
    arg [/lib/ld-linux-armhf.so.3] ==> ignore
    arg [-X] ==> ignore
    arg [--hash-style=gnu] ==> ignore
    arg [-m] ==> ignore
    arg [armelf_linux_eabi] ==> ignore
    arg [-o] ==> ignore
    arg [cmTC_3c941] ==> ignore
    arg [/usr/lib/gcc/arm-linux-gnueabihf/6/../../../arm-linux-gnueabihf/crt1.o] ==> ignore
    arg [/usr/lib/gcc/arm-linux-gnueabihf/6/../../../arm-linux-gnueabihf/crti.o] ==> ignore
    arg [/usr/lib/gcc/arm-linux-gnueabihf/6/crtbegin.o] ==> ignore
    arg [-L/usr/lib/gcc/arm-linux-gnueabihf/6] ==> dir [/usr/lib/gcc/arm-linux-gnueabihf/6]
    arg [-L/usr/lib/gcc/arm-linux-gnueabihf/6/../../../arm-linux-gnueabihf] ==> dir [/usr/lib/gcc/arm-linux-gnueabihf/6/../../../arm-linux-gnueabihf]
    arg [-L/usr/lib/gcc/arm-linux-gnueabihf/6/../../..] ==> dir [/usr/lib/gcc/arm-linux-gnueabihf/6/../../..]
    arg [-L/lib/arm-linux-gnueabihf] ==> dir [/lib/arm-linux-gnueabihf]
    arg [-L/usr/lib/arm-linux-gnueabihf] ==> dir [/usr/lib/arm-linux-gnueabihf]
    arg [CMakeFiles/cmTC_3c941.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore
    arg [-lstdc++] ==> lib [stdc++]
    arg [-lm] ==> lib [m]
    arg [-lgcc_s] ==> lib [gcc_s]
    arg [-lgcc] ==> lib [gcc]
    arg [-lc] ==> lib [c]
    arg [-lgcc_s] ==> lib [gcc_s]
    arg [-lgcc] ==> lib [gcc]
    arg [/usr/lib/gcc/arm-linux-gnueabihf/6/crtend.o] ==> ignore
    arg [/usr/lib/gcc/arm-linux-gnueabihf/6/../../../arm-linux-gnueabihf/crtn.o] ==> ignore
  remove lib [gcc_s]
  remove lib [gcc]
  remove lib [gcc_s]
  remove lib [gcc]
  collapse library dir [/usr/lib/gcc/arm-linux-gnueabihf/6] ==> [/usr/lib/gcc/arm-linux-gnueabihf/6]
  collapse library dir [/usr/lib/gcc/arm-linux-gnueabihf/6/../../../arm-linux-gnueabihf] ==> [/usr/lib/arm-linux-gnueabihf]
  collapse library dir [/usr/lib/gcc/arm-linux-gnueabihf/6/../../..] ==> [/usr/lib]
  collapse library dir [/lib/arm-linux-gnueabihf] ==> [/lib/arm-linux-gnueabihf]
  collapse library dir [/usr/lib/arm-linux-gnueabihf] ==> [/usr/lib/arm-linux-gnueabihf]
  implicit libs: [stdc++;m;c]
  implicit dirs: [/usr/lib/gcc/arm-linux-gnueabihf/6;/usr/lib/arm-linux-gnueabihf;/usr/lib;/lib/arm-linux-gnueabihf]
  implicit fwks: []




Detecting CXX [-std=c++14] compiler features compiled with the following output:
Change Dir: /home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_ed90d/fast"
/usr/bin/make -f CMakeFiles/cmTC_ed90d.dir/build.make CMakeFiles/cmTC_ed90d.dir/build
make[1]: Entering directory '/home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_ed90d.dir/feature_tests.cxx.o
/usr/bin/c++     -std=c++14 -o CMakeFiles/cmTC_ed90d.dir/feature_tests.cxx.o -c /home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/feature_tests.cxx
Linking CXX executable cmTC_ed90d
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ed90d.dir/link.txt --verbose=1
/usr/bin/c++        CMakeFiles/cmTC_ed90d.dir/feature_tests.cxx.o  -o cmTC_ed90d -rdynamic 
make[1]: Leaving directory '/home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CMakeTmp'


    Feature record: CXX_FEATURE:1cxx_aggregate_default_initializers
    Feature record: CXX_FEATURE:1cxx_alias_templates
    Feature record: CXX_FEATURE:1cxx_alignas
    Feature record: CXX_FEATURE:1cxx_alignof
    Feature record: CXX_FEATURE:1cxx_attributes
    Feature record: CXX_FEATURE:1cxx_attribute_deprecated
    Feature record: CXX_FEATURE:1cxx_auto_type
    Feature record: CXX_FEATURE:1cxx_binary_literals
    Feature record: CXX_FEATURE:1cxx_constexpr
    Feature record: CXX_FEATURE:1cxx_contextual_conversions
    Feature record: CXX_FEATURE:1cxx_decltype
    Feature record: CXX_FEATURE:1cxx_decltype_auto
    Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types
    Feature record: CXX_FEATURE:1cxx_default_function_template_args
    Feature record: CXX_FEATURE:1cxx_defaulted_functions
    Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers
    Feature record: CXX_FEATURE:1cxx_delegating_constructors
    Feature record: CXX_FEATURE:1cxx_deleted_functions
    Feature record: CXX_FEATURE:1cxx_digit_separators
    Feature record: CXX_FEATURE:1cxx_enum_forward_declarations
    Feature record: CXX_FEATURE:1cxx_explicit_conversions
    Feature record: CXX_FEATURE:1cxx_extended_friend_declarations
    Feature record: CXX_FEATURE:1cxx_extern_templates
    Feature record: CXX_FEATURE:1cxx_final
    Feature record: CXX_FEATURE:1cxx_func_identifier
    Feature record: CXX_FEATURE:1cxx_generalized_initializers
    Feature record: CXX_FEATURE:1cxx_generic_lambdas
    Feature record: CXX_FEATURE:1cxx_inheriting_constructors
    Feature record: CXX_FEATURE:1cxx_inline_namespaces
    Feature record: CXX_FEATURE:1cxx_lambdas
    Feature record: CXX_FEATURE:1cxx_lambda_init_captures
    Feature record: CXX_FEATURE:1cxx_local_type_template_args
    Feature record: CXX_FEATURE:1cxx_long_long_type
    Feature record: CXX_FEATURE:1cxx_noexcept
    Feature record: CXX_FEATURE:1cxx_nonstatic_member_init
    Feature record: CXX_FEATURE:1cxx_nullptr
    Feature record: CXX_FEATURE:1cxx_override
    Feature record: CXX_FEATURE:1cxx_range_for
    Feature record: CXX_FEATURE:1cxx_raw_string_literals
    Feature record: CXX_FEATURE:1cxx_reference_qualified_functions
    Feature record: CXX_FEATURE:1cxx_relaxed_constexpr
    Feature record: CXX_FEATURE:1cxx_return_type_deduction
    Feature record: CXX_FEATURE:1cxx_right_angle_brackets
    Feature record: CXX_FEATURE:1cxx_rvalue_references
    Feature record: CXX_FEATURE:1cxx_sizeof_member
    Feature record: CXX_FEATURE:1cxx_static_assert
    Feature record: CXX_FEATURE:1cxx_strong_enums
    Feature record: CXX_FEATURE:1cxx_template_template_parameters
    Feature record: CXX_FEATURE:1cxx_thread_local
    Feature record: CXX_FEATURE:1cxx_trailing_return_types
    Feature record: CXX_FEATURE:1cxx_unicode_literals
    Feature record: CXX_FEATURE:1cxx_uniform_initialization
    Feature record: CXX_FEATURE:1cxx_unrestricted_unions
    Feature record: CXX_FEATURE:1cxx_user_literals
    Feature record: CXX_FEATURE:1cxx_variable_templates
    Feature record: CXX_FEATURE:1cxx_variadic_macros
    Feature record: CXX_FEATURE:1cxx_variadic_templates


Detecting CXX [-std=c++11] compiler features compiled with the following output:
Change Dir: /home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_9d0a8/fast"
/usr/bin/make -f CMakeFiles/cmTC_9d0a8.dir/build.make CMakeFiles/cmTC_9d0a8.dir/build
make[1]: Entering directory '/home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_9d0a8.dir/feature_tests.cxx.o
/usr/bin/c++     -std=c++11 -o CMakeFiles/cmTC_9d0a8.dir/feature_tests.cxx.o -c /home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/feature_tests.cxx
Linking CXX executable cmTC_9d0a8
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_9d0a8.dir/link.txt --verbose=1
/usr/bin/c++        CMakeFiles/cmTC_9d0a8.dir/feature_tests.cxx.o  -o cmTC_9d0a8 -rdynamic 
make[1]: Leaving directory '/home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CMakeTmp'


    Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers
    Feature record: CXX_FEATURE:1cxx_alias_templates
    Feature record: CXX_FEATURE:1cxx_alignas
    Feature record: CXX_FEATURE:1cxx_alignof
    Feature record: CXX_FEATURE:1cxx_attributes
    Feature record: CXX_FEATURE:0cxx_attribute_deprecated
    Feature record: CXX_FEATURE:1cxx_auto_type
    Feature record: CXX_FEATURE:0cxx_binary_literals
    Feature record: CXX_FEATURE:1cxx_constexpr
    Feature record: CXX_FEATURE:0cxx_contextual_conversions
    Feature record: CXX_FEATURE:1cxx_decltype
    Feature record: CXX_FEATURE:0cxx_decltype_auto
    Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types
    Feature record: CXX_FEATURE:1cxx_default_function_template_args
    Feature record: CXX_FEATURE:1cxx_defaulted_functions
    Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers
    Feature record: CXX_FEATURE:1cxx_delegating_constructors
    Feature record: CXX_FEATURE:1cxx_deleted_functions
    Feature record: CXX_FEATURE:0cxx_digit_separators
    Feature record: CXX_FEATURE:1cxx_enum_forward_declarations
    Feature record: CXX_FEATURE:1cxx_explicit_conversions
    Feature record: CXX_FEATURE:1cxx_extended_friend_declarations
    Feature record: CXX_FEATURE:1cxx_extern_templates
    Feature record: CXX_FEATURE:1cxx_final
    Feature record: CXX_FEATURE:1cxx_func_identifier
    Feature record: CXX_FEATURE:1cxx_generalized_initializers
    Feature record: CXX_FEATURE:0cxx_generic_lambdas
    Feature record: CXX_FEATURE:1cxx_inheriting_constructors
    Feature record: CXX_FEATURE:1cxx_inline_namespaces
    Feature record: CXX_FEATURE:1cxx_lambdas
    Feature record: CXX_FEATURE:0cxx_lambda_init_captures
    Feature record: CXX_FEATURE:1cxx_local_type_template_args
    Feature record: CXX_FEATURE:1cxx_long_long_type
    Feature record: CXX_FEATURE:1cxx_noexcept
    Feature record: CXX_FEATURE:1cxx_nonstatic_member_init
    Feature record: CXX_FEATURE:1cxx_nullptr
    Feature record: CXX_FEATURE:1cxx_override
    Feature record: CXX_FEATURE:1cxx_range_for
    Feature record: CXX_FEATURE:1cxx_raw_string_literals
    Feature record: CXX_FEATURE:1cxx_reference_qualified_functions
    Feature record: CXX_FEATURE:0cxx_relaxed_constexpr
    Feature record: CXX_FEATURE:0cxx_return_type_deduction
    Feature record: CXX_FEATURE:1cxx_right_angle_brackets
    Feature record: CXX_FEATURE:1cxx_rvalue_references
    Feature record: CXX_FEATURE:1cxx_sizeof_member
    Feature record: CXX_FEATURE:1cxx_static_assert
    Feature record: CXX_FEATURE:1cxx_strong_enums
    Feature record: CXX_FEATURE:1cxx_template_template_parameters
    Feature record: CXX_FEATURE:1cxx_thread_local
    Feature record: CXX_FEATURE:1cxx_trailing_return_types
    Feature record: CXX_FEATURE:1cxx_unicode_literals
    Feature record: CXX_FEATURE:1cxx_uniform_initialization
    Feature record: CXX_FEATURE:1cxx_unrestricted_unions
    Feature record: CXX_FEATURE:1cxx_user_literals
    Feature record: CXX_FEATURE:0cxx_variable_templates
    Feature record: CXX_FEATURE:1cxx_variadic_macros
    Feature record: CXX_FEATURE:1cxx_variadic_templates


Detecting CXX [-std=c++98] compiler features compiled with the following output:
Change Dir: /home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_0ae0f/fast"
/usr/bin/make -f CMakeFiles/cmTC_0ae0f.dir/build.make CMakeFiles/cmTC_0ae0f.dir/build
make[1]: Entering directory '/home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_0ae0f.dir/feature_tests.cxx.o
/usr/bin/c++     -std=c++98 -o CMakeFiles/cmTC_0ae0f.dir/feature_tests.cxx.o -c /home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/feature_tests.cxx
Linking CXX executable cmTC_0ae0f
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0ae0f.dir/link.txt --verbose=1
/usr/bin/c++        CMakeFiles/cmTC_0ae0f.dir/feature_tests.cxx.o  -o cmTC_0ae0f -rdynamic 
make[1]: Leaving directory '/home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CMakeTmp'


    Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers
    Feature record: CXX_FEATURE:0cxx_alias_templates
    Feature record: CXX_FEATURE:0cxx_alignas
    Feature record: CXX_FEATURE:0cxx_alignof
    Feature record: CXX_FEATURE:0cxx_attributes
    Feature record: CXX_FEATURE:0cxx_attribute_deprecated
    Feature record: CXX_FEATURE:0cxx_auto_type
    Feature record: CXX_FEATURE:0cxx_binary_literals
    Feature record: CXX_FEATURE:0cxx_constexpr
    Feature record: CXX_FEATURE:0cxx_contextual_conversions
    Feature record: CXX_FEATURE:0cxx_decltype
    Feature record: CXX_FEATURE:0cxx_decltype_auto
    Feature record: CXX_FEATURE:0cxx_decltype_incomplete_return_types
    Feature record: CXX_FEATURE:0cxx_default_function_template_args
    Feature record: CXX_FEATURE:0cxx_defaulted_functions
    Feature record: CXX_FEATURE:0cxx_defaulted_move_initializers
    Feature record: CXX_FEATURE:0cxx_delegating_constructors
    Feature record: CXX_FEATURE:0cxx_deleted_functions
    Feature record: CXX_FEATURE:0cxx_digit_separators
    Feature record: CXX_FEATURE:0cxx_enum_forward_declarations
    Feature record: CXX_FEATURE:0cxx_explicit_conversions
    Feature record: CXX_FEATURE:0cxx_extended_friend_declarations
    Feature record: CXX_FEATURE:0cxx_extern_templates
    Feature record: CXX_FEATURE:0cxx_final
    Feature record: CXX_FEATURE:0cxx_func_identifier
    Feature record: CXX_FEATURE:0cxx_generalized_initializers
    Feature record: CXX_FEATURE:0cxx_generic_lambdas
    Feature record: CXX_FEATURE:0cxx_inheriting_constructors
    Feature record: CXX_FEATURE:0cxx_inline_namespaces
    Feature record: CXX_FEATURE:0cxx_lambdas
    Feature record: CXX_FEATURE:0cxx_lambda_init_captures
    Feature record: CXX_FEATURE:0cxx_local_type_template_args
    Feature record: CXX_FEATURE:0cxx_long_long_type
    Feature record: CXX_FEATURE:0cxx_noexcept
    Feature record: CXX_FEATURE:0cxx_nonstatic_member_init
    Feature record: CXX_FEATURE:0cxx_nullptr
    Feature record: CXX_FEATURE:0cxx_override
    Feature record: CXX_FEATURE:0cxx_range_for
    Feature record: CXX_FEATURE:0cxx_raw_string_literals
    Feature record: CXX_FEATURE:0cxx_reference_qualified_functions
    Feature record: CXX_FEATURE:0cxx_relaxed_constexpr
    Feature record: CXX_FEATURE:0cxx_return_type_deduction
    Feature record: CXX_FEATURE:0cxx_right_angle_brackets
    Feature record: CXX_FEATURE:0cxx_rvalue_references
    Feature record: CXX_FEATURE:0cxx_sizeof_member
    Feature record: CXX_FEATURE:0cxx_static_assert
    Feature record: CXX_FEATURE:0cxx_strong_enums
    Feature record: CXX_FEATURE:1cxx_template_template_parameters
    Feature record: CXX_FEATURE:0cxx_thread_local
    Feature record: CXX_FEATURE:0cxx_trailing_return_types
    Feature record: CXX_FEATURE:0cxx_unicode_literals
    Feature record: CXX_FEATURE:0cxx_uniform_initialization
    Feature record: CXX_FEATURE:0cxx_unrestricted_unions
    Feature record: CXX_FEATURE:0cxx_user_literals
    Feature record: CXX_FEATURE:0cxx_variable_templates
    Feature record: CXX_FEATURE:0cxx_variadic_macros
    Feature record: CXX_FEATURE:0cxx_variadic_templates
Determining if the BZ2_bzCompressInit exist passed with the following output:
Change Dir: /home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_0a5a9/fast"
/usr/bin/make -f CMakeFiles/cmTC_0a5a9.dir/build.make CMakeFiles/cmTC_0a5a9.dir/build
make[1]: Entering directory '/home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_0a5a9.dir/CheckSymbolExists.c.o
/usr/bin/cc     -o CMakeFiles/cmTC_0a5a9.dir/CheckSymbolExists.c.o   -c /home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CMakeTmp/CheckSymbolExists.c
Linking C executable cmTC_0a5a9
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0a5a9.dir/link.txt --verbose=1
/usr/bin/cc       CMakeFiles/cmTC_0a5a9.dir/CheckSymbolExists.c.o  -o cmTC_0a5a9 -rdynamic /usr/lib/arm-linux-gnueabihf/libbz2.so 
make[1]: Leaving directory '/home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CMakeTmp'

File /home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <bzlib.h>

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

Performing C++ SOURCE FILE Test HAVE_NO_ARRAY_BOUNDS succeeded with the following output:
Change Dir: /home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_94461/fast"
/usr/bin/make -f CMakeFiles/cmTC_94461.dir/build.make CMakeFiles/cmTC_94461.dir/build
make[1]: Entering directory '/home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_94461.dir/src.cxx.o
/usr/bin/c++     -Wall -Wextra -fomit-frame-pointer -DHAVE_NO_ARRAY_BOUNDS   -Wno-array-bounds -o CMakeFiles/cmTC_94461.dir/src.cxx.o -c /home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CMakeTmp/src.cxx
Linking CXX executable cmTC_94461
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_94461.dir/link.txt --verbose=1
/usr/bin/c++     -Wall -Wextra -fomit-frame-pointer -DHAVE_NO_ARRAY_BOUNDS    CMakeFiles/cmTC_94461.dir/src.cxx.o  -o cmTC_94461 -rdynamic 
make[1]: Leaving directory '/home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CMakeTmp'

Source file was:
int main() { return 0; }
Performing C++ SOURCE FILE Test __LIBGME_TEST_VISIBILITY succeeded with the following output:
Change Dir: /home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_1e2bd/fast"
/usr/bin/make -f CMakeFiles/cmTC_1e2bd.dir/build.make CMakeFiles/cmTC_1e2bd.dir/build
make[1]: Entering directory '/home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_1e2bd.dir/src.cxx.o
/usr/bin/c++     -Wall -Wextra -fomit-frame-pointer -Wno-array-bounds -D__LIBGME_TEST_VISIBILITY   -fvisibility=hidden -o CMakeFiles/cmTC_1e2bd.dir/src.cxx.o -c /home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CMakeTmp/src.cxx
Linking CXX executable cmTC_1e2bd
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_1e2bd.dir/link.txt --verbose=1
/usr/bin/c++     -Wall -Wextra -fomit-frame-pointer -Wno-array-bounds -D__LIBGME_TEST_VISIBILITY    CMakeFiles/cmTC_1e2bd.dir/src.cxx.o  -o cmTC_1e2bd -rdynamic 
make[1]: Leaving directory '/home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CMakeTmp'

Source file was:
int main() { return 0; }
Performing C++ SOURCE FILE Test CAN_DO_CPP14 succeeded with the following output:
Change Dir: /home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_f0cca/fast"
/usr/bin/make -f CMakeFiles/cmTC_f0cca.dir/build.make CMakeFiles/cmTC_f0cca.dir/build
make[1]: Entering directory '/home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_f0cca.dir/src.cxx.o
/usr/bin/c++     -DCAN_DO_CPP14   -std=c++14 -o CMakeFiles/cmTC_f0cca.dir/src.cxx.o -c /home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CMakeTmp/src.cxx
Linking CXX executable cmTC_f0cca
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f0cca.dir/link.txt --verbose=1
/usr/bin/c++     -DCAN_DO_CPP14    CMakeFiles/cmTC_f0cca.dir/src.cxx.o  -o cmTC_f0cca -rdynamic 
make[1]: Leaving directory '/home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CMakeTmp'

Source file was:
int main() { return 0; }
Determining if the function strdup exists passed with the following output:
Change Dir: /home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_810e5/fast"
/usr/bin/make -f CMakeFiles/cmTC_810e5.dir/build.make CMakeFiles/cmTC_810e5.dir/build
make[1]: Entering directory '/home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_810e5.dir/CheckFunctionExists.c.o
/usr/bin/cc    -DCHECK_FUNCTION_EXISTS=strdup   -o CMakeFiles/cmTC_810e5.dir/CheckFunctionExists.c.o   -c /usr/share/cmake-3.7/Modules/CheckFunctionExists.c
<command-line>:0:23: warning: conflicting types for built-in function ‘strdup’
/usr/share/cmake-3.7/Modules/CheckFunctionExists.c:7:3: note: in expansion of macro ‘CHECK_FUNCTION_EXISTS’
   CHECK_FUNCTION_EXISTS();
   ^~~~~~~~~~~~~~~~~~~~~
Linking C executable cmTC_810e5
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_810e5.dir/link.txt --verbose=1
/usr/bin/cc    -DCHECK_FUNCTION_EXISTS=strdup    CMakeFiles/cmTC_810e5.dir/CheckFunctionExists.c.o  -o cmTC_810e5 -rdynamic 
make[1]: Leaving directory '/home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CMakeTmp'


Determining if the function strndup exists passed with the following output:
Change Dir: /home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_ffa52/fast"
/usr/bin/make -f CMakeFiles/cmTC_ffa52.dir/build.make CMakeFiles/cmTC_ffa52.dir/build
make[1]: Entering directory '/home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_ffa52.dir/CheckFunctionExists.c.o
/usr/bin/cc    -DCHECK_FUNCTION_EXISTS=strndup   -o CMakeFiles/cmTC_ffa52.dir/CheckFunctionExists.c.o   -c /usr/share/cmake-3.7/Modules/CheckFunctionExists.c
<command-line>:0:23: warning: conflicting types for built-in function ‘strndup’
/usr/share/cmake-3.7/Modules/CheckFunctionExists.c:7:3: note: in expansion of macro ‘CHECK_FUNCTION_EXISTS’
   CHECK_FUNCTION_EXISTS();
   ^~~~~~~~~~~~~~~~~~~~~
Linking C executable cmTC_ffa52
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ffa52.dir/link.txt --verbose=1
/usr/bin/cc    -DCHECK_FUNCTION_EXISTS=strndup    CMakeFiles/cmTC_ffa52.dir/CheckFunctionExists.c.o  -o cmTC_ffa52 -rdynamic 
make[1]: Leaving directory '/home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CMakeTmp'


Determining if the include file sys/types.h exists passed with the following output:
Change Dir: /home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_ef851/fast"
/usr/bin/make -f CMakeFiles/cmTC_ef851.dir/build.make CMakeFiles/cmTC_ef851.dir/build
make[1]: Entering directory '/home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_ef851.dir/CheckIncludeFile.c.o
/usr/bin/cc     -o CMakeFiles/cmTC_ef851.dir/CheckIncludeFile.c.o   -c /home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CMakeTmp/CheckIncludeFile.c
Linking C executable cmTC_ef851
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ef851.dir/link.txt --verbose=1
/usr/bin/cc        CMakeFiles/cmTC_ef851.dir/CheckIncludeFile.c.o  -o cmTC_ef851 -rdynamic 
make[1]: Leaving directory '/home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CMakeTmp'


Determining if the include file stdint.h exists passed with the following output:
Change Dir: /home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_8f213/fast"
/usr/bin/make -f CMakeFiles/cmTC_8f213.dir/build.make CMakeFiles/cmTC_8f213.dir/build
make[1]: Entering directory '/home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_8f213.dir/CheckIncludeFile.c.o
/usr/bin/cc     -o CMakeFiles/cmTC_8f213.dir/CheckIncludeFile.c.o   -c /home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CMakeTmp/CheckIncludeFile.c
Linking C executable cmTC_8f213
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8f213.dir/link.txt --verbose=1
/usr/bin/cc        CMakeFiles/cmTC_8f213.dir/CheckIncludeFile.c.o  -o cmTC_8f213 -rdynamic 
make[1]: Leaving directory '/home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CMakeTmp'


Determining if the include file stddef.h exists passed with the following output:
Change Dir: /home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_a41b8/fast"
/usr/bin/make -f CMakeFiles/cmTC_a41b8.dir/build.make CMakeFiles/cmTC_a41b8.dir/build
make[1]: Entering directory '/home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_a41b8.dir/CheckIncludeFile.c.o
/usr/bin/cc     -o CMakeFiles/cmTC_a41b8.dir/CheckIncludeFile.c.o   -c /home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CMakeTmp/CheckIncludeFile.c
Linking C executable cmTC_a41b8
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a41b8.dir/link.txt --verbose=1
/usr/bin/cc        CMakeFiles/cmTC_a41b8.dir/CheckIncludeFile.c.o  -o cmTC_a41b8 -rdynamic 
make[1]: Leaving directory '/home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CMakeTmp'


Determining size of char passed with the following output:
Change Dir: /home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_930ba/fast"
/usr/bin/make -f CMakeFiles/cmTC_930ba.dir/build.make CMakeFiles/cmTC_930ba.dir/build
make[1]: Entering directory '/home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_930ba.dir/SIZEOF_CHAR.c.o
/usr/bin/cc     -o CMakeFiles/cmTC_930ba.dir/SIZEOF_CHAR.c.o   -c /home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CheckTypeSize/SIZEOF_CHAR.c
Linking C executable cmTC_930ba
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_930ba.dir/link.txt --verbose=1
/usr/bin/cc        CMakeFiles/cmTC_930ba.dir/SIZEOF_CHAR.c.o  -o cmTC_930ba -rdynamic 
make[1]: Leaving directory '/home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CMakeTmp'


Determining size of short passed with the following output:
Change Dir: /home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_e01f8/fast"
/usr/bin/make -f CMakeFiles/cmTC_e01f8.dir/build.make CMakeFiles/cmTC_e01f8.dir/build
make[1]: Entering directory '/home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_e01f8.dir/SIZEOF_SHORT.c.o
/usr/bin/cc     -o CMakeFiles/cmTC_e01f8.dir/SIZEOF_SHORT.c.o   -c /home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CheckTypeSize/SIZEOF_SHORT.c
Linking C executable cmTC_e01f8
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e01f8.dir/link.txt --verbose=1
/usr/bin/cc        CMakeFiles/cmTC_e01f8.dir/SIZEOF_SHORT.c.o  -o cmTC_e01f8 -rdynamic 
make[1]: Leaving directory '/home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CMakeTmp'


Determining size of int passed with the following output:
Change Dir: /home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_f176e/fast"
/usr/bin/make -f CMakeFiles/cmTC_f176e.dir/build.make CMakeFiles/cmTC_f176e.dir/build
make[1]: Entering directory '/home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_f176e.dir/SIZEOF_INT.c.o
/usr/bin/cc     -o CMakeFiles/cmTC_f176e.dir/SIZEOF_INT.c.o   -c /home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CheckTypeSize/SIZEOF_INT.c
Linking C executable cmTC_f176e
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f176e.dir/link.txt --verbose=1
/usr/bin/cc        CMakeFiles/cmTC_f176e.dir/SIZEOF_INT.c.o  -o cmTC_f176e -rdynamic 
make[1]: Leaving directory '/home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CMakeTmp'


Determining size of long passed with the following output:
Change Dir: /home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_ce043/fast"
/usr/bin/make -f CMakeFiles/cmTC_ce043.dir/build.make CMakeFiles/cmTC_ce043.dir/build
make[1]: Entering directory '/home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_ce043.dir/SIZEOF_LONG.c.o
/usr/bin/cc     -o CMakeFiles/cmTC_ce043.dir/SIZEOF_LONG.c.o   -c /home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CheckTypeSize/SIZEOF_LONG.c
Linking C executable cmTC_ce043
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ce043.dir/link.txt --verbose=1
/usr/bin/cc        CMakeFiles/cmTC_ce043.dir/SIZEOF_LONG.c.o  -o cmTC_ce043 -rdynamic 
make[1]: Leaving directory '/home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CMakeTmp'


Determining if the include file pthread.h exists passed with the following output:
Change Dir: /home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_8e573/fast"
/usr/bin/make -f CMakeFiles/cmTC_8e573.dir/build.make CMakeFiles/cmTC_8e573.dir/build
make[1]: Entering directory '/home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_8e573.dir/CheckIncludeFile.c.o
/usr/bin/cc     -o CMakeFiles/cmTC_8e573.dir/CheckIncludeFile.c.o   -c /home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CMakeTmp/CheckIncludeFile.c
Linking C executable cmTC_8e573
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8e573.dir/link.txt --verbose=1
/usr/bin/cc        CMakeFiles/cmTC_8e573.dir/CheckIncludeFile.c.o  -o cmTC_8e573 -rdynamic 
make[1]: Leaving directory '/home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CMakeTmp'


Determining if the function pthread_create exists in the pthread passed with the following output:
Change Dir: /home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_26d77/fast"
/usr/bin/make -f CMakeFiles/cmTC_26d77.dir/build.make CMakeFiles/cmTC_26d77.dir/build
make[1]: Entering directory '/home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_26d77.dir/CheckFunctionExists.c.o
/usr/bin/cc    -DCHECK_FUNCTION_EXISTS=pthread_create   -o CMakeFiles/cmTC_26d77.dir/CheckFunctionExists.c.o   -c /usr/share/cmake-3.7/Modules/CheckFunctionExists.c
Linking C executable cmTC_26d77
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_26d77.dir/link.txt --verbose=1
/usr/bin/cc    -DCHECK_FUNCTION_EXISTS=pthread_create    CMakeFiles/cmTC_26d77.dir/CheckFunctionExists.c.o  -o cmTC_26d77 -rdynamic -lpthread 
make[1]: Leaving directory '/home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CMakeTmp'


Determining if the function clock_gettime exists in the rt passed with the following output:
Change Dir: /home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_2f03d/fast"
/usr/bin/make -f CMakeFiles/cmTC_2f03d.dir/build.make CMakeFiles/cmTC_2f03d.dir/build
make[1]: Entering directory '/home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_2f03d.dir/CheckFunctionExists.c.o
/usr/bin/cc    -DCHECK_FUNCTION_EXISTS=clock_gettime   -o CMakeFiles/cmTC_2f03d.dir/CheckFunctionExists.c.o   -c /usr/share/cmake-3.7/Modules/CheckFunctionExists.c
Linking C executable cmTC_2f03d
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_2f03d.dir/link.txt --verbose=1
/usr/bin/cc    -DCHECK_FUNCTION_EXISTS=clock_gettime    CMakeFiles/cmTC_2f03d.dir/CheckFunctionExists.c.o  -o cmTC_2f03d -rdynamic -lrt 
make[1]: Leaving directory '/home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CMakeTmp'


Performing C++ SOURCE FILE Test HAS_VA_COPY succeeded with the following output:
Change Dir: /home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_4b422/fast"
/usr/bin/make -f CMakeFiles/cmTC_4b422.dir/build.make CMakeFiles/cmTC_4b422.dir/build
make[1]: Entering directory '/home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_4b422.dir/src.cxx.o
/usr/bin/c++     -std=c++14 -Wall -Wextra -Wno-unused -Wno-unused-parameter -Wno-missing-field-initializers   -DHAS_VA_COPY   -o CMakeFiles/cmTC_4b422.dir/src.cxx.o -c /home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CMakeTmp/src.cxx
Linking CXX executable cmTC_4b422
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_4b422.dir/link.txt --verbose=1
/usr/bin/c++   -std=c++14 -Wall -Wextra -Wno-unused -Wno-unused-parameter -Wno-missing-field-initializers   -DHAS_VA_COPY    CMakeFiles/cmTC_4b422.dir/src.cxx.o  -o cmTC_4b422 -rdynamic 
make[1]: Leaving directory '/home/pi/zandronum-build/zandronum-stable/buildserver/CMakeFiles/CMakeTmp'

Source file was:
#include <stdarg.h>
	int main() { va_list list1, list2; va_copy(list1, list2); return 0; }
It asks for missing stuff like fmod.

Nick
New User
Posts: 5
Joined: Sat Jun 30, 2018 5:23 pm

Re: Zandronum does not compile in Raspberry Pi 3 Model B.

#2

Post by Nick » Sun Jul 01, 2018 1:48 am

Also whenever i actually build the server it wants zandronum 3.1-alpha-r-300101-0000

Nick
New User
Posts: 5
Joined: Sat Jun 30, 2018 5:23 pm

Re: Zandronum does not compile in Raspberry Pi 3 Model B.

#3

Post by Nick » Sun Jul 01, 2018 2:02 am

It also fails to connect with Incorrect protocol version because i do not have 3.1-alpha-r-300101-0000 but ZandroDev3.1-180520-0650 instead.

Nick
New User
Posts: 5
Joined: Sat Jun 30, 2018 5:23 pm

Re: Zandronum does not compile in Raspberry Pi 3 Model B.

#4

Post by Nick » Sun Jul 01, 2018 1:34 pm

I was able to build my pi server, now to figure out how to load wads.

Nick
New User
Posts: 5
Joined: Sat Jun 30, 2018 5:23 pm

Re: Zandronum does not compile in Raspberry Pi 3 Model B.

#5

Post by Nick » Mon Jul 02, 2018 7:04 pm

It looks like compiling ZA_3.0 will give errors like the ones above.

Works with ZA_2.1.2

NVM it works with a fork that i found so 3.0 now works on pi.

Drokz
New User
Posts: 5
Joined: Fri Jul 13, 2018 3:09 pm

Re: Zandronum does not compile in Raspberry Pi 3 Model B.

#6

Post by Drokz » Fri Jul 13, 2018 4:29 pm

Which guide are you guys using? Trying to setup a Pi server myself.

Post Reply