+ exec + rm -rf /rpmbuild + mkdir -p /rpmbuild + su -c 'rpmbuild -ba /builddir/build/SPECS/weechat.spec --define "debug_package %{nil}" --undefine _annotated_build --define "_missing_doc_files_terminate_build %{nil}" --define "_emacs_sitestartdir /usr/share/emacs/site-lisp/site-start.d" --define "_emacs_sitelispdir /usr/share/emacs/site-lisp" --nocheck ' mockbuild Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.erfMJC + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf weechat-2.0.1 + /usr/bin/bzip2 -dc /builddir/build/SOURCES/weechat-2.0.1.tar.bz2 + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd weechat-2.0.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (weechat-1.0.1-plugins-fPIC.patch):' Patch #0 (weechat-1.0.1-plugins-fPIC.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 patching file src/plugins/CMakeLists.txt Hunk #1 succeeded at 41 (offset 2 lines). + find doc/ -type f -name CMakeLists.txt -exec sed -i -e 's#${PROJECT_NAME}#weechat#g' '{}' ';' + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.y66j2l + umask 022 + cd /builddir/build/BUILD + cd weechat-2.0.1 + mkdir build + pushd build ~/build/BUILD/weechat-2.0.1/build ~/build/BUILD/weechat-2.0.1 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 ' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 ' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I/usr/lib64/gfortran/modules' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I/usr/lib64/gfortran/modules' + export FCFLAGS + LDFLAGS='-Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + export LDFLAGS + /usr/bin/cmake -DCMAKE_C_FLAGS_RELEASE:STRING=-DNDEBUG -DCMAKE_CXX_FLAGS_RELEASE:STRING=-DNDEBUG -DCMAKE_Fortran_FLAGS_RELEASE:STRING=-DNDEBUG -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON -DCMAKE_INSTALL_PREFIX:PATH=/usr -DINCLUDE_INSTALL_DIR:PATH=/usr/include -DLIB_INSTALL_DIR:PATH=/usr/lib64 -DSYSCONF_INSTALL_DIR:PATH=/etc -DSHARE_INSTALL_PREFIX:PATH=/usr/share -DLIB_SUFFIX=64 -DBUILD_SHARED_LIBS:BOOL=ON -DPREFIX=/usr -DLIBDIR=/usr/lib64 -DENABLE_ENCHANT=ON -DENABLE_DOC=ON -DENABLE_MAN=ON -DENABLE_JAVASCRIPT=OFF -DCA_FILE=/etc/pki/tls/certs/ca-bundle.crt .. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/ADSP-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' #if defined(__VISUALDSPVERSION__) /* __VISUALDSPVERSION__ = 0xVVRRPP00 */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__VISUALDSPVERSION__>>24) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__VISUALDSPVERSION__>>16 & 0xFF) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_HEX@(__VISUALDSPVERSION__>>8 & 0xFF) #endif' the old evaluation rules produce: ' #if defined(__VISUALDSPVERSION__) /* __VISUALDSPVERSION__ = 0xVVRRPP00 */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_HEX@(__VISUALDSPVERSION__>>24) # define /usrCOMPILER_VERSION_MINOR @MACRO_HEX@(__VISUALDSPVERSION__>>16 & 0xFF) # define /usrCOMPILER_VERSION_PATCH @MACRO_HEX@(__VISUALDSPVERSION__>>8 & 0xFF) #endif' but the new evaluation rules produce: ' #if defined(__VISUALDSPVERSION__) /* __VISUALDSPVERSION__ = 0xVVRRPP00 */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__VISUALDSPVERSION__>>24) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__VISUALDSPVERSION__>>16 & 0xFF) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_HEX@(__VISUALDSPVERSION__>>8 & 0xFF) #endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/ARMCC-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' #if __ARMCC_VERSION >= 1000000 /* __ARMCC_VERSION = VRRPPPP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__ARMCC_VERSION/1000000) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__ARMCC_VERSION/10000 % 100) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__ARMCC_VERSION % 10000) #else /* __ARMCC_VERSION = VRPPPP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__ARMCC_VERSION/100000) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__ARMCC_VERSION/10000 % 10) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__ARMCC_VERSION % 10000) #endif ' the old evaluation rules produce: ' #if __ARMCC_VERSION >= 1000000 /* __ARMCC_VERSION = VRRPPPP */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__ARMCC_VERSION/1000000) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(__ARMCC_VERSION/10000 % 100) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__ARMCC_VERSION % 10000) #else /* __ARMCC_VERSION = VRPPPP */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__ARMCC_VERSION/100000) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(__ARMCC_VERSION/10000 % 10) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__ARMCC_VERSION % 10000) #endif ' but the new evaluation rules produce: ' #if __ARMCC_VERSION >= 1000000 /* __ARMCC_VERSION = VRRPPPP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__ARMCC_VERSION/1000000) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__ARMCC_VERSION/10000 % 100) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__ARMCC_VERSION % 10000) #else /* __ARMCC_VERSION = VRPPPP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__ARMCC_VERSION/100000) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__ARMCC_VERSION/10000 % 10) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__ARMCC_VERSION % 10000) #endif ' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake:2 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__clang_major__) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__clang_minor__) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__clang_patchlevel__) # if defined(_MSC_VER) /* _MSC_VER = VVRR */ # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) # endif' the old evaluation rules produce: ' # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__clang_major__) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(__clang_minor__) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__clang_patchlevel__) # if defined(_MSC_VER) /* _MSC_VER = VVRR */ # define /usrSIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) # define /usrSIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) # endif' but the new evaluation rules produce: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__clang_major__) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__clang_minor__) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__clang_patchlevel__) # if defined(_MSC_VER) /* _MSC_VER = VVRR */ # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake:4 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake:12 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # if defined(_MSC_VER) # define @PREFIX@SIMULATE_ID \"MSVC\" # endif' the old evaluation rules produce: ' # if defined(_MSC_VER) # define /usrSIMULATE_ID "MSVC" # endif' but the new evaluation rules produce: ' # if defined(_MSC_VER) # define @PREFIX@SIMULATE_ID "MSVC" # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake:4 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake:6 (string): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__apple_build_version__)' the old evaluation rules produce: ' # define /usrCOMPILER_VERSION_TWEAK @MACRO_DEC@(__apple_build_version__)' but the new evaluation rules produce: ' # define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__apple_build_version__)' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/Borland-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' /* __BORLANDC__ = 0xVRR */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__BORLANDC__>>8) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__BORLANDC__ & 0xFF)' the old evaluation rules produce: ' /* __BORLANDC__ = 0xVRR */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_HEX@(__BORLANDC__>>8) # define /usrCOMPILER_VERSION_MINOR @MACRO_HEX@(__BORLANDC__ & 0xFF)' but the new evaluation rules produce: ' /* __BORLANDC__ = 0xVRR */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__BORLANDC__>>8) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__BORLANDC__ & 0xFF)' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake:2 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__clang_major__) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__clang_minor__) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__clang_patchlevel__) # if defined(_MSC_VER) /* _MSC_VER = VVRR */ # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) # endif' the old evaluation rules produce: ' # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__clang_major__) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(__clang_minor__) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__clang_patchlevel__) # if defined(_MSC_VER) /* _MSC_VER = VVRR */ # define /usrSIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) # define /usrSIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) # endif' but the new evaluation rules produce: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__clang_major__) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__clang_minor__) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__clang_patchlevel__) # if defined(_MSC_VER) /* _MSC_VER = VVRR */ # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake:4 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake:12 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # if defined(_MSC_VER) # define @PREFIX@SIMULATE_ID \"MSVC\" # endif' the old evaluation rules produce: ' # if defined(_MSC_VER) # define /usrSIMULATE_ID "MSVC" # endif' but the new evaluation rules produce: ' # if defined(_MSC_VER) # define @PREFIX@SIMULATE_ID "MSVC" # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake:4 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/Compaq-C-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' /* __DECC_VER = VVRRTPPPP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__DECC_VER/10000000) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__DECC_VER/100000 % 100) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__DECC_VER % 10000)' the old evaluation rules produce: ' /* __DECC_VER = VVRRTPPPP */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__DECC_VER/10000000) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(__DECC_VER/100000 % 100) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__DECC_VER % 10000)' but the new evaluation rules produce: ' /* __DECC_VER = VVRRTPPPP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__DECC_VER/10000000) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__DECC_VER/100000 % 100) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__DECC_VER % 10000)' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/Cray-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_RELEASE_MAJOR) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_RELEASE_MINOR)' the old evaluation rules produce: ' # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(_RELEASE_MAJOR) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(_RELEASE_MINOR)' but the new evaluation rules produce: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_RELEASE_MAJOR) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_RELEASE_MINOR)' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/Embarcadero-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__CODEGEARC_VERSION__>>24 & 0x00FF) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__CODEGEARC_VERSION__>>16 & 0x00FF) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__CODEGEARC_VERSION__ & 0xFFFF)' the old evaluation rules produce: ' # define /usrCOMPILER_VERSION_MAJOR @MACRO_HEX@(__CODEGEARC_VERSION__>>24 & 0x00FF) # define /usrCOMPILER_VERSION_MINOR @MACRO_HEX@(__CODEGEARC_VERSION__>>16 & 0x00FF) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__CODEGEARC_VERSION__ & 0xFFFF)' but the new evaluation rules produce: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__CODEGEARC_VERSION__>>24 & 0x00FF) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__CODEGEARC_VERSION__>>16 & 0x00FF) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__CODEGEARC_VERSION__ & 0xFFFF)' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/GHS-DetermineCompiler.cmake:3 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__INTEGRITY_MAJOR_VERSION) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__INTEGRITY_MINOR_VERSION) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__INTEGRITY_PATCH_VERSION)' the old evaluation rules produce: ' # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__INTEGRITY_MAJOR_VERSION) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(__INTEGRITY_MINOR_VERSION) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__INTEGRITY_PATCH_VERSION)' but the new evaluation rules produce: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__INTEGRITY_MAJOR_VERSION) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__INTEGRITY_MINOR_VERSION) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__INTEGRITY_PATCH_VERSION)' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/GNU-C-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__GNUC__) # if defined(__GNUC_MINOR__) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__GNUC_MINOR__) # endif # if defined(__GNUC_PATCHLEVEL__) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__GNUC_PATCHLEVEL__) # endif' the old evaluation rules produce: ' # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__GNUC__) # if defined(__GNUC_MINOR__) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(__GNUC_MINOR__) # endif # if defined(__GNUC_PATCHLEVEL__) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__GNUC_PATCHLEVEL__) # endif' but the new evaluation rules produce: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__GNUC__) # if defined(__GNUC_MINOR__) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__GNUC_MINOR__) # endif # if defined(__GNUC_PATCHLEVEL__) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__GNUC_PATCHLEVEL__) # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/HP-C-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' /* __HP_cc = VVRRPP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__HP_cc/10000) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__HP_cc/100 % 100) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__HP_cc % 100)' the old evaluation rules produce: ' /* __HP_cc = VVRRPP */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__HP_cc/10000) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(__HP_cc/100 % 100) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__HP_cc % 100)' but the new evaluation rules produce: ' /* __HP_cc = VVRRPP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__HP_cc/10000) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__HP_cc/100 % 100) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__HP_cc % 100)' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/IAR-DetermineCompiler.cmake:15 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # if defined(__VER__) # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@((__VER__) / 1000000) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(((__VER__) / 1000) % 1000) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@((__VER__) % 1000) # define @PREFIX@COMPILER_VERSION_INTERNAL @MACRO_DEC@(__IAR_SYSTEMS_ICC__) # endif' the old evaluation rules produce: ' # if defined(__VER__) # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@((__VER__) / 1000000) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(((__VER__) / 1000) % 1000) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@((__VER__) % 1000) # define /usrCOMPILER_VERSION_INTERNAL @MACRO_DEC@(__IAR_SYSTEMS_ICC__) # endif' but the new evaluation rules produce: ' # if defined(__VER__) # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@((__VER__) / 1000000) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(((__VER__) / 1000) % 1000) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@((__VER__) % 1000) # define @PREFIX@COMPILER_VERSION_INTERNAL @MACRO_DEC@(__IAR_SYSTEMS_ICC__) # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' /* __INTEL_COMPILER = VRP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__INTEL_COMPILER/100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__INTEL_COMPILER/10 % 10) # if defined(__INTEL_COMPILER_UPDATE) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_COMPILER_UPDATE) # else # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_COMPILER % 10) # endif # if defined(__INTEL_COMPILER_BUILD_DATE) /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ # define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__INTEL_COMPILER_BUILD_DATE) # endif # if defined(_MSC_VER) /* _MSC_VER = VVRR */ # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) # endif' the old evaluation rules produce: ' /* __INTEL_COMPILER = VRP */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__INTEL_COMPILER/100) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(__INTEL_COMPILER/10 % 10) # if defined(__INTEL_COMPILER_UPDATE) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_COMPILER_UPDATE) # else # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_COMPILER % 10) # endif # if defined(__INTEL_COMPILER_BUILD_DATE) /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ # define /usrCOMPILER_VERSION_TWEAK @MACRO_DEC@(__INTEL_COMPILER_BUILD_DATE) # endif # if defined(_MSC_VER) /* _MSC_VER = VVRR */ # define /usrSIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) # define /usrSIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) # endif' but the new evaluation rules produce: ' /* __INTEL_COMPILER = VRP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__INTEL_COMPILER/100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__INTEL_COMPILER/10 % 10) # if defined(__INTEL_COMPILER_UPDATE) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_COMPILER_UPDATE) # else # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_COMPILER % 10) # endif # if defined(__INTEL_COMPILER_BUILD_DATE) /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ # define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__INTEL_COMPILER_BUILD_DATE) # endif # if defined(_MSC_VER) /* _MSC_VER = VVRR */ # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake:23 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # if defined(_MSC_VER) # define @PREFIX@SIMULATE_ID \"MSVC\" # endif' the old evaluation rules produce: ' # if defined(_MSC_VER) # define /usrSIMULATE_ID "MSVC" # endif' but the new evaluation rules produce: ' # if defined(_MSC_VER) # define @PREFIX@SIMULATE_ID "MSVC" # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/MIPSpro-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # if defined(_SGI_COMPILER_VERSION) /* _SGI_COMPILER_VERSION = VRP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_SGI_COMPILER_VERSION/100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_SGI_COMPILER_VERSION/10 % 10) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_SGI_COMPILER_VERSION % 10) # else /* _COMPILER_VERSION = VRP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_COMPILER_VERSION/100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_COMPILER_VERSION/10 % 10) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_COMPILER_VERSION % 10) # endif' the old evaluation rules produce: ' # if defined(_SGI_COMPILER_VERSION) /* _SGI_COMPILER_VERSION = VRP */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(_SGI_COMPILER_VERSION/100) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(_SGI_COMPILER_VERSION/10 % 10) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(_SGI_COMPILER_VERSION % 10) # else /* _COMPILER_VERSION = VRP */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(_COMPILER_VERSION/100) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(_COMPILER_VERSION/10 % 10) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(_COMPILER_VERSION % 10) # endif' but the new evaluation rules produce: ' # if defined(_SGI_COMPILER_VERSION) /* _SGI_COMPILER_VERSION = VRP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_SGI_COMPILER_VERSION/100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_SGI_COMPILER_VERSION/10 % 10) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_SGI_COMPILER_VERSION % 10) # else /* _COMPILER_VERSION = VRP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_COMPILER_VERSION/100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_COMPILER_VERSION/10 % 10) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_COMPILER_VERSION % 10) # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/MSVC-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' /* _MSC_VER = VVRR */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) # if defined(_MSC_FULL_VER) # if _MSC_VER >= 1400 /* _MSC_FULL_VER = VVRRPPPPP */ # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_MSC_FULL_VER % 100000) # else /* _MSC_FULL_VER = VVRRPPPP */ # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_MSC_FULL_VER % 10000) # endif # endif # if defined(_MSC_BUILD) # define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(_MSC_BUILD) # endif' the old evaluation rules produce: ' /* _MSC_VER = VVRR */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) # if defined(_MSC_FULL_VER) # if _MSC_VER >= 1400 /* _MSC_FULL_VER = VVRRPPPPP */ # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(_MSC_FULL_VER % 100000) # else /* _MSC_FULL_VER = VVRRPPPP */ # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(_MSC_FULL_VER % 10000) # endif # endif # if defined(_MSC_BUILD) # define /usrCOMPILER_VERSION_TWEAK @MACRO_DEC@(_MSC_BUILD) # endif' but the new evaluation rules produce: ' /* _MSC_VER = VVRR */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) # if defined(_MSC_FULL_VER) # if _MSC_VER >= 1400 /* _MSC_FULL_VER = VVRRPPPPP */ # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_MSC_FULL_VER % 100000) # else /* _MSC_FULL_VER = VVRRPPPP */ # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_MSC_FULL_VER % 10000) # endif # endif # if defined(_MSC_BUILD) # define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(_MSC_BUILD) # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/NVIDIA-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__CUDACC_VER_MAJOR__) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__CUDACC_VER_MINOR__) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__CUDACC_VER_BUILD__) # if defined(_MSC_VER) /* _MSC_VER = VVRR */ # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) # endif' the old evaluation rules produce: ' # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__CUDACC_VER_MAJOR__) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(__CUDACC_VER_MINOR__) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__CUDACC_VER_BUILD__) # if defined(_MSC_VER) /* _MSC_VER = VVRR */ # define /usrSIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) # define /usrSIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) # endif' but the new evaluation rules produce: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__CUDACC_VER_MAJOR__) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__CUDACC_VER_MINOR__) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__CUDACC_VER_BUILD__) # if defined(_MSC_VER) /* _MSC_VER = VVRR */ # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/NVIDIA-DetermineCompiler.cmake:14 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # if defined(_MSC_VER) # define @PREFIX@SIMULATE_ID \"MSVC\" # endif' the old evaluation rules produce: ' # if defined(_MSC_VER) # define /usrSIMULATE_ID "MSVC" # endif' but the new evaluation rules produce: ' # if defined(_MSC_VER) # define @PREFIX@SIMULATE_ID "MSVC" # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' /* __WATCOMC__ = VVRP + 1100 */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@((__WATCOMC__ - 1100) / 100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@((__WATCOMC__ / 10) % 10) # if (__WATCOMC__ % 10) > 0 # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__WATCOMC__ % 10) # endif' the old evaluation rules produce: ' /* __WATCOMC__ = VVRP + 1100 */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@((__WATCOMC__ - 1100) / 100) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@((__WATCOMC__ / 10) % 10) # if (__WATCOMC__ % 10) > 0 # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__WATCOMC__ % 10) # endif' but the new evaluation rules produce: ' /* __WATCOMC__ = VVRP + 1100 */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@((__WATCOMC__ - 1100) / 100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@((__WATCOMC__ / 10) % 10) # if (__WATCOMC__ % 10) > 0 # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__WATCOMC__ % 10) # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/PGI-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__PGIC__) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__PGIC_MINOR__) # if defined(__PGIC_PATCHLEVEL__) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__PGIC_PATCHLEVEL__) # endif' the old evaluation rules produce: ' # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__PGIC__) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(__PGIC_MINOR__) # if defined(__PGIC_PATCHLEVEL__) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__PGIC_PATCHLEVEL__) # endif' but the new evaluation rules produce: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__PGIC__) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__PGIC_MINOR__) # if defined(__PGIC_PATCHLEVEL__) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__PGIC_PATCHLEVEL__) # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/PathScale-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__PATHCC__) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__PATHCC_MINOR__) # if defined(__PATHCC_PATCHLEVEL__) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__PATHCC_PATCHLEVEL__) # endif' the old evaluation rules produce: ' # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__PATHCC__) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(__PATHCC_MINOR__) # if defined(__PATHCC_PATCHLEVEL__) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__PATHCC_PATCHLEVEL__) # endif' but the new evaluation rules produce: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__PATHCC__) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__PATHCC_MINOR__) # if defined(__PATHCC_PATCHLEVEL__) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__PATHCC_PATCHLEVEL__) # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/SunPro-C-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # if __SUNPRO_C >= 0x5100 /* __SUNPRO_C = 0xVRRP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__SUNPRO_C>>12) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__SUNPRO_C>>4 & 0xFF) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_HEX@(__SUNPRO_C & 0xF) # else /* __SUNPRO_CC = 0xVRP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__SUNPRO_C>>8) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__SUNPRO_C>>4 & 0xF) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_HEX@(__SUNPRO_C & 0xF) # endif' the old evaluation rules produce: ' # if __SUNPRO_C >= 0x5100 /* __SUNPRO_C = 0xVRRP */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_HEX@(__SUNPRO_C>>12) # define /usrCOMPILER_VERSION_MINOR @MACRO_HEX@(__SUNPRO_C>>4 & 0xFF) # define /usrCOMPILER_VERSION_PATCH @MACRO_HEX@(__SUNPRO_C & 0xF) # else /* __SUNPRO_CC = 0xVRP */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_HEX@(__SUNPRO_C>>8) # define /usrCOMPILER_VERSION_MINOR @MACRO_HEX@(__SUNPRO_C>>4 & 0xF) # define /usrCOMPILER_VERSION_PATCH @MACRO_HEX@(__SUNPRO_C & 0xF) # endif' but the new evaluation rules produce: ' # if __SUNPRO_C >= 0x5100 /* __SUNPRO_C = 0xVRRP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__SUNPRO_C>>12) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__SUNPRO_C>>4 & 0xFF) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_HEX@(__SUNPRO_C & 0xF) # else /* __SUNPRO_CC = 0xVRP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__SUNPRO_C>>8) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__SUNPRO_C>>4 & 0xF) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_HEX@(__SUNPRO_C & 0xF) # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/TI-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__TI_COMPILER_VERSION__/1000000) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__TI_COMPILER_VERSION__/1000 % 1000) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__TI_COMPILER_VERSION__ % 1000)' the old evaluation rules produce: ' /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__TI_COMPILER_VERSION__/1000000) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(__TI_COMPILER_VERSION__/1000 % 1000) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__TI_COMPILER_VERSION__ % 1000)' but the new evaluation rules produce: ' /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__TI_COMPILER_VERSION__/1000000) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__TI_COMPILER_VERSION__/1000 % 1000) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__TI_COMPILER_VERSION__ % 1000)' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake:2 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' /* __IBMC__ = VRP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10)' the old evaluation rules produce: ' /* __IBMC__ = VRP */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10)' but the new evaluation rules produce: ' /* __IBMC__ = VRP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10)' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake:4 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/Watcom-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' /* __WATCOMC__ = VVRR */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__WATCOMC__ / 100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@((__WATCOMC__ / 10) % 10) # if (__WATCOMC__ % 10) > 0 # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__WATCOMC__ % 10) # endif' the old evaluation rules produce: ' /* __WATCOMC__ = VVRR */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__WATCOMC__ / 100) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@((__WATCOMC__ / 10) % 10) # if (__WATCOMC__ % 10) > 0 # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__WATCOMC__ % 10) # endif' but the new evaluation rules produce: ' /* __WATCOMC__ = VVRR */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__WATCOMC__ / 100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@((__WATCOMC__ / 10) % 10) # if (__WATCOMC__ % 10) > 0 # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__WATCOMC__ % 10) # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake:2 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' /* __IBMC__ = VRP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10)' the old evaluation rules produce: ' /* __IBMC__ = VRP */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10)' but the new evaluation rules produce: ' /* __IBMC__ = VRP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10)' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/Compiler/XL-C-DetermineCompiler.cmake:4 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake:2 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' /* __IBMC__ = VRP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10)' the old evaluation rules produce: ' /* __IBMC__ = VRP */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10)' but the new evaluation rules produce: ' /* __IBMC__ = VRP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10)' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/Compiler/zOS-C-DetermineCompiler.cmake:4 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/ADSP-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' #if defined(__VISUALDSPVERSION__) /* __VISUALDSPVERSION__ = 0xVVRRPP00 */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__VISUALDSPVERSION__>>24) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__VISUALDSPVERSION__>>16 & 0xFF) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_HEX@(__VISUALDSPVERSION__>>8 & 0xFF) #endif' the old evaluation rules produce: ' #if defined(__VISUALDSPVERSION__) /* __VISUALDSPVERSION__ = 0xVVRRPP00 */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_HEX@(__VISUALDSPVERSION__>>24) # define /usrCOMPILER_VERSION_MINOR @MACRO_HEX@(__VISUALDSPVERSION__>>16 & 0xFF) # define /usrCOMPILER_VERSION_PATCH @MACRO_HEX@(__VISUALDSPVERSION__>>8 & 0xFF) #endif' but the new evaluation rules produce: ' #if defined(__VISUALDSPVERSION__) /* __VISUALDSPVERSION__ = 0xVVRRPP00 */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__VISUALDSPVERSION__>>24) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__VISUALDSPVERSION__>>16 & 0xFF) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_HEX@(__VISUALDSPVERSION__>>8 & 0xFF) #endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/ARMCC-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' #if __ARMCC_VERSION >= 1000000 /* __ARMCC_VERSION = VRRPPPP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__ARMCC_VERSION/1000000) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__ARMCC_VERSION/10000 % 100) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__ARMCC_VERSION % 10000) #else /* __ARMCC_VERSION = VRPPPP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__ARMCC_VERSION/100000) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__ARMCC_VERSION/10000 % 10) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__ARMCC_VERSION % 10000) #endif ' the old evaluation rules produce: ' #if __ARMCC_VERSION >= 1000000 /* __ARMCC_VERSION = VRRPPPP */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__ARMCC_VERSION/1000000) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(__ARMCC_VERSION/10000 % 100) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__ARMCC_VERSION % 10000) #else /* __ARMCC_VERSION = VRPPPP */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__ARMCC_VERSION/100000) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(__ARMCC_VERSION/10000 % 10) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__ARMCC_VERSION % 10000) #endif ' but the new evaluation rules produce: ' #if __ARMCC_VERSION >= 1000000 /* __ARMCC_VERSION = VRRPPPP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__ARMCC_VERSION/1000000) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__ARMCC_VERSION/10000 % 100) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__ARMCC_VERSION % 10000) #else /* __ARMCC_VERSION = VRPPPP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__ARMCC_VERSION/100000) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__ARMCC_VERSION/10000 % 10) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__ARMCC_VERSION % 10000) #endif ' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake:2 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__clang_major__) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__clang_minor__) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__clang_patchlevel__) # if defined(_MSC_VER) /* _MSC_VER = VVRR */ # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) # endif' the old evaluation rules produce: ' # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__clang_major__) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(__clang_minor__) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__clang_patchlevel__) # if defined(_MSC_VER) /* _MSC_VER = VVRR */ # define /usrSIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) # define /usrSIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) # endif' but the new evaluation rules produce: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__clang_major__) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__clang_minor__) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__clang_patchlevel__) # if defined(_MSC_VER) /* _MSC_VER = VVRR */ # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake:4 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake:12 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # if defined(_MSC_VER) # define @PREFIX@SIMULATE_ID \"MSVC\" # endif' the old evaluation rules produce: ' # if defined(_MSC_VER) # define /usrSIMULATE_ID "MSVC" # endif' but the new evaluation rules produce: ' # if defined(_MSC_VER) # define @PREFIX@SIMULATE_ID "MSVC" # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake:4 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake:6 (string): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__apple_build_version__)' the old evaluation rules produce: ' # define /usrCOMPILER_VERSION_TWEAK @MACRO_DEC@(__apple_build_version__)' but the new evaluation rules produce: ' # define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__apple_build_version__)' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/Borland-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' /* __BORLANDC__ = 0xVRR */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__BORLANDC__>>8) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__BORLANDC__ & 0xFF)' the old evaluation rules produce: ' /* __BORLANDC__ = 0xVRR */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_HEX@(__BORLANDC__>>8) # define /usrCOMPILER_VERSION_MINOR @MACRO_HEX@(__BORLANDC__ & 0xFF)' but the new evaluation rules produce: ' /* __BORLANDC__ = 0xVRR */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__BORLANDC__>>8) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__BORLANDC__ & 0xFF)' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake:2 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__clang_major__) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__clang_minor__) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__clang_patchlevel__) # if defined(_MSC_VER) /* _MSC_VER = VVRR */ # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) # endif' the old evaluation rules produce: ' # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__clang_major__) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(__clang_minor__) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__clang_patchlevel__) # if defined(_MSC_VER) /* _MSC_VER = VVRR */ # define /usrSIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) # define /usrSIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) # endif' but the new evaluation rules produce: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__clang_major__) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__clang_minor__) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__clang_patchlevel__) # if defined(_MSC_VER) /* _MSC_VER = VVRR */ # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake:4 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake:12 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # if defined(_MSC_VER) # define @PREFIX@SIMULATE_ID \"MSVC\" # endif' the old evaluation rules produce: ' # if defined(_MSC_VER) # define /usrSIMULATE_ID "MSVC" # endif' but the new evaluation rules produce: ' # if defined(_MSC_VER) # define @PREFIX@SIMULATE_ID "MSVC" # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake:4 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/Compaq-C-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' /* __DECC_VER = VVRRTPPPP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__DECC_VER/10000000) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__DECC_VER/100000 % 100) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__DECC_VER % 10000)' the old evaluation rules produce: ' /* __DECC_VER = VVRRTPPPP */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__DECC_VER/10000000) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(__DECC_VER/100000 % 100) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__DECC_VER % 10000)' but the new evaluation rules produce: ' /* __DECC_VER = VVRRTPPPP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__DECC_VER/10000000) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__DECC_VER/100000 % 100) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__DECC_VER % 10000)' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/Cray-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_RELEASE_MAJOR) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_RELEASE_MINOR)' the old evaluation rules produce: ' # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(_RELEASE_MAJOR) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(_RELEASE_MINOR)' but the new evaluation rules produce: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_RELEASE_MAJOR) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_RELEASE_MINOR)' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/Embarcadero-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__CODEGEARC_VERSION__>>24 & 0x00FF) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__CODEGEARC_VERSION__>>16 & 0x00FF) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__CODEGEARC_VERSION__ & 0xFFFF)' the old evaluation rules produce: ' # define /usrCOMPILER_VERSION_MAJOR @MACRO_HEX@(__CODEGEARC_VERSION__>>24 & 0x00FF) # define /usrCOMPILER_VERSION_MINOR @MACRO_HEX@(__CODEGEARC_VERSION__>>16 & 0x00FF) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__CODEGEARC_VERSION__ & 0xFFFF)' but the new evaluation rules produce: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__CODEGEARC_VERSION__>>24 & 0x00FF) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__CODEGEARC_VERSION__>>16 & 0x00FF) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__CODEGEARC_VERSION__ & 0xFFFF)' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/GHS-DetermineCompiler.cmake:3 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__INTEGRITY_MAJOR_VERSION) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__INTEGRITY_MINOR_VERSION) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__INTEGRITY_PATCH_VERSION)' the old evaluation rules produce: ' # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__INTEGRITY_MAJOR_VERSION) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(__INTEGRITY_MINOR_VERSION) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__INTEGRITY_PATCH_VERSION)' but the new evaluation rules produce: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__INTEGRITY_MAJOR_VERSION) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__INTEGRITY_MINOR_VERSION) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__INTEGRITY_PATCH_VERSION)' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/GNU-C-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__GNUC__) # if defined(__GNUC_MINOR__) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__GNUC_MINOR__) # endif # if defined(__GNUC_PATCHLEVEL__) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__GNUC_PATCHLEVEL__) # endif' the old evaluation rules produce: ' # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__GNUC__) # if defined(__GNUC_MINOR__) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(__GNUC_MINOR__) # endif # if defined(__GNUC_PATCHLEVEL__) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__GNUC_PATCHLEVEL__) # endif' but the new evaluation rules produce: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__GNUC__) # if defined(__GNUC_MINOR__) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__GNUC_MINOR__) # endif # if defined(__GNUC_PATCHLEVEL__) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__GNUC_PATCHLEVEL__) # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/HP-C-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' /* __HP_cc = VVRRPP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__HP_cc/10000) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__HP_cc/100 % 100) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__HP_cc % 100)' the old evaluation rules produce: ' /* __HP_cc = VVRRPP */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__HP_cc/10000) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(__HP_cc/100 % 100) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__HP_cc % 100)' but the new evaluation rules produce: ' /* __HP_cc = VVRRPP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__HP_cc/10000) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__HP_cc/100 % 100) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__HP_cc % 100)' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/IAR-DetermineCompiler.cmake:15 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # if defined(__VER__) # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@((__VER__) / 1000000) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(((__VER__) / 1000) % 1000) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@((__VER__) % 1000) # define @PREFIX@COMPILER_VERSION_INTERNAL @MACRO_DEC@(__IAR_SYSTEMS_ICC__) # endif' the old evaluation rules produce: ' # if defined(__VER__) # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@((__VER__) / 1000000) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(((__VER__) / 1000) % 1000) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@((__VER__) % 1000) # define /usrCOMPILER_VERSION_INTERNAL @MACRO_DEC@(__IAR_SYSTEMS_ICC__) # endif' but the new evaluation rules produce: ' # if defined(__VER__) # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@((__VER__) / 1000000) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(((__VER__) / 1000) % 1000) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@((__VER__) % 1000) # define @PREFIX@COMPILER_VERSION_INTERNAL @MACRO_DEC@(__IAR_SYSTEMS_ICC__) # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' /* __INTEL_COMPILER = VRP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__INTEL_COMPILER/100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__INTEL_COMPILER/10 % 10) # if defined(__INTEL_COMPILER_UPDATE) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_COMPILER_UPDATE) # else # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_COMPILER % 10) # endif # if defined(__INTEL_COMPILER_BUILD_DATE) /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ # define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__INTEL_COMPILER_BUILD_DATE) # endif # if defined(_MSC_VER) /* _MSC_VER = VVRR */ # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) # endif' the old evaluation rules produce: ' /* __INTEL_COMPILER = VRP */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__INTEL_COMPILER/100) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(__INTEL_COMPILER/10 % 10) # if defined(__INTEL_COMPILER_UPDATE) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_COMPILER_UPDATE) # else # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_COMPILER % 10) # endif # if defined(__INTEL_COMPILER_BUILD_DATE) /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ # define /usrCOMPILER_VERSION_TWEAK @MACRO_DEC@(__INTEL_COMPILER_BUILD_DATE) # endif # if defined(_MSC_VER) /* _MSC_VER = VVRR */ # define /usrSIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) # define /usrSIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) # endif' but the new evaluation rules produce: ' /* __INTEL_COMPILER = VRP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__INTEL_COMPILER/100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__INTEL_COMPILER/10 % 10) # if defined(__INTEL_COMPILER_UPDATE) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_COMPILER_UPDATE) # else # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_COMPILER % 10) # endif # if defined(__INTEL_COMPILER_BUILD_DATE) /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ # define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__INTEL_COMPILER_BUILD_DATE) # endif # if defined(_MSC_VER) /* _MSC_VER = VVRR */ # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake:23 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # if defined(_MSC_VER) # define @PREFIX@SIMULATE_ID \"MSVC\" # endif' the old evaluation rules produce: ' # if defined(_MSC_VER) # define /usrSIMULATE_ID "MSVC" # endif' but the new evaluation rules produce: ' # if defined(_MSC_VER) # define @PREFIX@SIMULATE_ID "MSVC" # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/MIPSpro-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # if defined(_SGI_COMPILER_VERSION) /* _SGI_COMPILER_VERSION = VRP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_SGI_COMPILER_VERSION/100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_SGI_COMPILER_VERSION/10 % 10) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_SGI_COMPILER_VERSION % 10) # else /* _COMPILER_VERSION = VRP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_COMPILER_VERSION/100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_COMPILER_VERSION/10 % 10) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_COMPILER_VERSION % 10) # endif' the old evaluation rules produce: ' # if defined(_SGI_COMPILER_VERSION) /* _SGI_COMPILER_VERSION = VRP */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(_SGI_COMPILER_VERSION/100) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(_SGI_COMPILER_VERSION/10 % 10) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(_SGI_COMPILER_VERSION % 10) # else /* _COMPILER_VERSION = VRP */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(_COMPILER_VERSION/100) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(_COMPILER_VERSION/10 % 10) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(_COMPILER_VERSION % 10) # endif' but the new evaluation rules produce: ' # if defined(_SGI_COMPILER_VERSION) /* _SGI_COMPILER_VERSION = VRP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_SGI_COMPILER_VERSION/100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_SGI_COMPILER_VERSION/10 % 10) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_SGI_COMPILER_VERSION % 10) # else /* _COMPILER_VERSION = VRP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_COMPILER_VERSION/100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_COMPILER_VERSION/10 % 10) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_COMPILER_VERSION % 10) # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/MSVC-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' /* _MSC_VER = VVRR */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) # if defined(_MSC_FULL_VER) # if _MSC_VER >= 1400 /* _MSC_FULL_VER = VVRRPPPPP */ # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_MSC_FULL_VER % 100000) # else /* _MSC_FULL_VER = VVRRPPPP */ # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_MSC_FULL_VER % 10000) # endif # endif # if defined(_MSC_BUILD) # define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(_MSC_BUILD) # endif' the old evaluation rules produce: ' /* _MSC_VER = VVRR */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) # if defined(_MSC_FULL_VER) # if _MSC_VER >= 1400 /* _MSC_FULL_VER = VVRRPPPPP */ # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(_MSC_FULL_VER % 100000) # else /* _MSC_FULL_VER = VVRRPPPP */ # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(_MSC_FULL_VER % 10000) # endif # endif # if defined(_MSC_BUILD) # define /usrCOMPILER_VERSION_TWEAK @MACRO_DEC@(_MSC_BUILD) # endif' but the new evaluation rules produce: ' /* _MSC_VER = VVRR */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) # if defined(_MSC_FULL_VER) # if _MSC_VER >= 1400 /* _MSC_FULL_VER = VVRRPPPPP */ # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_MSC_FULL_VER % 100000) # else /* _MSC_FULL_VER = VVRRPPPP */ # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_MSC_FULL_VER % 10000) # endif # endif # if defined(_MSC_BUILD) # define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(_MSC_BUILD) # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/NVIDIA-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__CUDACC_VER_MAJOR__) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__CUDACC_VER_MINOR__) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__CUDACC_VER_BUILD__) # if defined(_MSC_VER) /* _MSC_VER = VVRR */ # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) # endif' the old evaluation rules produce: ' # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__CUDACC_VER_MAJOR__) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(__CUDACC_VER_MINOR__) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__CUDACC_VER_BUILD__) # if defined(_MSC_VER) /* _MSC_VER = VVRR */ # define /usrSIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) # define /usrSIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) # endif' but the new evaluation rules produce: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__CUDACC_VER_MAJOR__) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__CUDACC_VER_MINOR__) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__CUDACC_VER_BUILD__) # if defined(_MSC_VER) /* _MSC_VER = VVRR */ # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/NVIDIA-DetermineCompiler.cmake:14 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # if defined(_MSC_VER) # define @PREFIX@SIMULATE_ID \"MSVC\" # endif' the old evaluation rules produce: ' # if defined(_MSC_VER) # define /usrSIMULATE_ID "MSVC" # endif' but the new evaluation rules produce: ' # if defined(_MSC_VER) # define @PREFIX@SIMULATE_ID "MSVC" # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' /* __WATCOMC__ = VVRP + 1100 */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@((__WATCOMC__ - 1100) / 100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@((__WATCOMC__ / 10) % 10) # if (__WATCOMC__ % 10) > 0 # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__WATCOMC__ % 10) # endif' the old evaluation rules produce: ' /* __WATCOMC__ = VVRP + 1100 */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@((__WATCOMC__ - 1100) / 100) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@((__WATCOMC__ / 10) % 10) # if (__WATCOMC__ % 10) > 0 # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__WATCOMC__ % 10) # endif' but the new evaluation rules produce: ' /* __WATCOMC__ = VVRP + 1100 */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@((__WATCOMC__ - 1100) / 100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@((__WATCOMC__ / 10) % 10) # if (__WATCOMC__ % 10) > 0 # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__WATCOMC__ % 10) # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/PGI-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__PGIC__) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__PGIC_MINOR__) # if defined(__PGIC_PATCHLEVEL__) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__PGIC_PATCHLEVEL__) # endif' the old evaluation rules produce: ' # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__PGIC__) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(__PGIC_MINOR__) # if defined(__PGIC_PATCHLEVEL__) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__PGIC_PATCHLEVEL__) # endif' but the new evaluation rules produce: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__PGIC__) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__PGIC_MINOR__) # if defined(__PGIC_PATCHLEVEL__) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__PGIC_PATCHLEVEL__) # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/PathScale-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__PATHCC__) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__PATHCC_MINOR__) # if defined(__PATHCC_PATCHLEVEL__) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__PATHCC_PATCHLEVEL__) # endif' the old evaluation rules produce: ' # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__PATHCC__) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(__PATHCC_MINOR__) # if defined(__PATHCC_PATCHLEVEL__) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__PATHCC_PATCHLEVEL__) # endif' but the new evaluation rules produce: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__PATHCC__) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__PATHCC_MINOR__) # if defined(__PATHCC_PATCHLEVEL__) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__PATHCC_PATCHLEVEL__) # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/SunPro-C-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # if __SUNPRO_C >= 0x5100 /* __SUNPRO_C = 0xVRRP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__SUNPRO_C>>12) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__SUNPRO_C>>4 & 0xFF) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_HEX@(__SUNPRO_C & 0xF) # else /* __SUNPRO_CC = 0xVRP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__SUNPRO_C>>8) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__SUNPRO_C>>4 & 0xF) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_HEX@(__SUNPRO_C & 0xF) # endif' the old evaluation rules produce: ' # if __SUNPRO_C >= 0x5100 /* __SUNPRO_C = 0xVRRP */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_HEX@(__SUNPRO_C>>12) # define /usrCOMPILER_VERSION_MINOR @MACRO_HEX@(__SUNPRO_C>>4 & 0xFF) # define /usrCOMPILER_VERSION_PATCH @MACRO_HEX@(__SUNPRO_C & 0xF) # else /* __SUNPRO_CC = 0xVRP */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_HEX@(__SUNPRO_C>>8) # define /usrCOMPILER_VERSION_MINOR @MACRO_HEX@(__SUNPRO_C>>4 & 0xF) # define /usrCOMPILER_VERSION_PATCH @MACRO_HEX@(__SUNPRO_C & 0xF) # endif' but the new evaluation rules produce: ' # if __SUNPRO_C >= 0x5100 /* __SUNPRO_C = 0xVRRP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__SUNPRO_C>>12) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__SUNPRO_C>>4 & 0xFF) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_HEX@(__SUNPRO_C & 0xF) # else /* __SUNPRO_CC = 0xVRP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__SUNPRO_C>>8) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__SUNPRO_C>>4 & 0xF) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_HEX@(__SUNPRO_C & 0xF) # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/TI-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__TI_COMPILER_VERSION__/1000000) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__TI_COMPILER_VERSION__/1000 % 1000) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__TI_COMPILER_VERSION__ % 1000)' the old evaluation rules produce: ' /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__TI_COMPILER_VERSION__/1000000) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(__TI_COMPILER_VERSION__/1000 % 1000) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__TI_COMPILER_VERSION__ % 1000)' but the new evaluation rules produce: ' /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__TI_COMPILER_VERSION__/1000000) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__TI_COMPILER_VERSION__/1000 % 1000) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__TI_COMPILER_VERSION__ % 1000)' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake:2 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' /* __IBMC__ = VRP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10)' the old evaluation rules produce: ' /* __IBMC__ = VRP */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10)' but the new evaluation rules produce: ' /* __IBMC__ = VRP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10)' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake:4 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/Watcom-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' /* __WATCOMC__ = VVRR */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__WATCOMC__ / 100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@((__WATCOMC__ / 10) % 10) # if (__WATCOMC__ % 10) > 0 # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__WATCOMC__ % 10) # endif' the old evaluation rules produce: ' /* __WATCOMC__ = VVRR */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__WATCOMC__ / 100) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@((__WATCOMC__ / 10) % 10) # if (__WATCOMC__ % 10) > 0 # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__WATCOMC__ % 10) # endif' but the new evaluation rules produce: ' /* __WATCOMC__ = VVRR */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__WATCOMC__ / 100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@((__WATCOMC__ / 10) % 10) # if (__WATCOMC__ % 10) > 0 # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__WATCOMC__ % 10) # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake:2 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' /* __IBMC__ = VRP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10)' the old evaluation rules produce: ' /* __IBMC__ = VRP */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10)' but the new evaluation rules produce: ' /* __IBMC__ = VRP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10)' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/Compiler/XL-C-DetermineCompiler.cmake:4 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake:2 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' /* __IBMC__ = VRP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10)' the old evaluation rules produce: ' /* __IBMC__ = VRP */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10)' but the new evaluation rules produce: ' /* __IBMC__ = VRP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10)' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/Compiler/zOS-C-DetermineCompiler.cmake:4 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/ADSP-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' #if defined(__VISUALDSPVERSION__) /* __VISUALDSPVERSION__ = 0xVVRRPP00 */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__VISUALDSPVERSION__>>24) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__VISUALDSPVERSION__>>16 & 0xFF) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_HEX@(__VISUALDSPVERSION__>>8 & 0xFF) #endif' the old evaluation rules produce: ' #if defined(__VISUALDSPVERSION__) /* __VISUALDSPVERSION__ = 0xVVRRPP00 */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_HEX@(__VISUALDSPVERSION__>>24) # define /usrCOMPILER_VERSION_MINOR @MACRO_HEX@(__VISUALDSPVERSION__>>16 & 0xFF) # define /usrCOMPILER_VERSION_PATCH @MACRO_HEX@(__VISUALDSPVERSION__>>8 & 0xFF) #endif' but the new evaluation rules produce: ' #if defined(__VISUALDSPVERSION__) /* __VISUALDSPVERSION__ = 0xVVRRPP00 */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__VISUALDSPVERSION__>>24) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__VISUALDSPVERSION__>>16 & 0xFF) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_HEX@(__VISUALDSPVERSION__>>8 & 0xFF) #endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/ARMCC-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' #if __ARMCC_VERSION >= 1000000 /* __ARMCC_VERSION = VRRPPPP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__ARMCC_VERSION/1000000) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__ARMCC_VERSION/10000 % 100) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__ARMCC_VERSION % 10000) #else /* __ARMCC_VERSION = VRPPPP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__ARMCC_VERSION/100000) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__ARMCC_VERSION/10000 % 10) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__ARMCC_VERSION % 10000) #endif ' the old evaluation rules produce: ' #if __ARMCC_VERSION >= 1000000 /* __ARMCC_VERSION = VRRPPPP */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__ARMCC_VERSION/1000000) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(__ARMCC_VERSION/10000 % 100) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__ARMCC_VERSION % 10000) #else /* __ARMCC_VERSION = VRPPPP */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__ARMCC_VERSION/100000) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(__ARMCC_VERSION/10000 % 10) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__ARMCC_VERSION % 10000) #endif ' but the new evaluation rules produce: ' #if __ARMCC_VERSION >= 1000000 /* __ARMCC_VERSION = VRRPPPP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__ARMCC_VERSION/1000000) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__ARMCC_VERSION/10000 % 100) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__ARMCC_VERSION % 10000) #else /* __ARMCC_VERSION = VRPPPP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__ARMCC_VERSION/100000) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__ARMCC_VERSION/10000 % 10) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__ARMCC_VERSION % 10000) #endif ' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake:2 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__clang_major__) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__clang_minor__) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__clang_patchlevel__) # if defined(_MSC_VER) /* _MSC_VER = VVRR */ # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) # endif' the old evaluation rules produce: ' # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__clang_major__) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(__clang_minor__) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__clang_patchlevel__) # if defined(_MSC_VER) /* _MSC_VER = VVRR */ # define /usrSIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) # define /usrSIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) # endif' but the new evaluation rules produce: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__clang_major__) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__clang_minor__) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__clang_patchlevel__) # if defined(_MSC_VER) /* _MSC_VER = VVRR */ # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake:4 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake:12 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # if defined(_MSC_VER) # define @PREFIX@SIMULATE_ID \"MSVC\" # endif' the old evaluation rules produce: ' # if defined(_MSC_VER) # define /usrSIMULATE_ID "MSVC" # endif' but the new evaluation rules produce: ' # if defined(_MSC_VER) # define @PREFIX@SIMULATE_ID "MSVC" # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake:4 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake:6 (string): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__apple_build_version__)' the old evaluation rules produce: ' # define /usrCOMPILER_VERSION_TWEAK @MACRO_DEC@(__apple_build_version__)' but the new evaluation rules produce: ' # define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__apple_build_version__)' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/Borland-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' /* __BORLANDC__ = 0xVRR */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__BORLANDC__>>8) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__BORLANDC__ & 0xFF)' the old evaluation rules produce: ' /* __BORLANDC__ = 0xVRR */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_HEX@(__BORLANDC__>>8) # define /usrCOMPILER_VERSION_MINOR @MACRO_HEX@(__BORLANDC__ & 0xFF)' but the new evaluation rules produce: ' /* __BORLANDC__ = 0xVRR */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__BORLANDC__>>8) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__BORLANDC__ & 0xFF)' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake:2 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__clang_major__) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__clang_minor__) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__clang_patchlevel__) # if defined(_MSC_VER) /* _MSC_VER = VVRR */ # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) # endif' the old evaluation rules produce: ' # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__clang_major__) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(__clang_minor__) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__clang_patchlevel__) # if defined(_MSC_VER) /* _MSC_VER = VVRR */ # define /usrSIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) # define /usrSIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) # endif' but the new evaluation rules produce: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__clang_major__) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__clang_minor__) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__clang_patchlevel__) # if defined(_MSC_VER) /* _MSC_VER = VVRR */ # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake:4 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake:12 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # if defined(_MSC_VER) # define @PREFIX@SIMULATE_ID \"MSVC\" # endif' the old evaluation rules produce: ' # if defined(_MSC_VER) # define /usrSIMULATE_ID "MSVC" # endif' but the new evaluation rules produce: ' # if defined(_MSC_VER) # define @PREFIX@SIMULATE_ID "MSVC" # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake:4 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/Compaq-C-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' /* __DECC_VER = VVRRTPPPP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__DECC_VER/10000000) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__DECC_VER/100000 % 100) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__DECC_VER % 10000)' the old evaluation rules produce: ' /* __DECC_VER = VVRRTPPPP */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__DECC_VER/10000000) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(__DECC_VER/100000 % 100) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__DECC_VER % 10000)' but the new evaluation rules produce: ' /* __DECC_VER = VVRRTPPPP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__DECC_VER/10000000) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__DECC_VER/100000 % 100) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__DECC_VER % 10000)' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/Cray-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_RELEASE_MAJOR) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_RELEASE_MINOR)' the old evaluation rules produce: ' # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(_RELEASE_MAJOR) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(_RELEASE_MINOR)' but the new evaluation rules produce: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_RELEASE_MAJOR) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_RELEASE_MINOR)' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/Embarcadero-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__CODEGEARC_VERSION__>>24 & 0x00FF) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__CODEGEARC_VERSION__>>16 & 0x00FF) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__CODEGEARC_VERSION__ & 0xFFFF)' the old evaluation rules produce: ' # define /usrCOMPILER_VERSION_MAJOR @MACRO_HEX@(__CODEGEARC_VERSION__>>24 & 0x00FF) # define /usrCOMPILER_VERSION_MINOR @MACRO_HEX@(__CODEGEARC_VERSION__>>16 & 0x00FF) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__CODEGEARC_VERSION__ & 0xFFFF)' but the new evaluation rules produce: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__CODEGEARC_VERSION__>>24 & 0x00FF) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__CODEGEARC_VERSION__>>16 & 0x00FF) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__CODEGEARC_VERSION__ & 0xFFFF)' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/GHS-DetermineCompiler.cmake:3 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__INTEGRITY_MAJOR_VERSION) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__INTEGRITY_MINOR_VERSION) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__INTEGRITY_PATCH_VERSION)' the old evaluation rules produce: ' # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__INTEGRITY_MAJOR_VERSION) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(__INTEGRITY_MINOR_VERSION) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__INTEGRITY_PATCH_VERSION)' but the new evaluation rules produce: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__INTEGRITY_MAJOR_VERSION) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__INTEGRITY_MINOR_VERSION) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__INTEGRITY_PATCH_VERSION)' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/GNU-C-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__GNUC__) # if defined(__GNUC_MINOR__) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__GNUC_MINOR__) # endif # if defined(__GNUC_PATCHLEVEL__) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__GNUC_PATCHLEVEL__) # endif' the old evaluation rules produce: ' # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__GNUC__) # if defined(__GNUC_MINOR__) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(__GNUC_MINOR__) # endif # if defined(__GNUC_PATCHLEVEL__) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__GNUC_PATCHLEVEL__) # endif' but the new evaluation rules produce: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__GNUC__) # if defined(__GNUC_MINOR__) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__GNUC_MINOR__) # endif # if defined(__GNUC_PATCHLEVEL__) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__GNUC_PATCHLEVEL__) # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/HP-C-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' /* __HP_cc = VVRRPP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__HP_cc/10000) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__HP_cc/100 % 100) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__HP_cc % 100)' the old evaluation rules produce: ' /* __HP_cc = VVRRPP */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__HP_cc/10000) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(__HP_cc/100 % 100) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__HP_cc % 100)' but the new evaluation rules produce: ' /* __HP_cc = VVRRPP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__HP_cc/10000) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__HP_cc/100 % 100) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__HP_cc % 100)' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/IAR-DetermineCompiler.cmake:15 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # if defined(__VER__) # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@((__VER__) / 1000000) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(((__VER__) / 1000) % 1000) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@((__VER__) % 1000) # define @PREFIX@COMPILER_VERSION_INTERNAL @MACRO_DEC@(__IAR_SYSTEMS_ICC__) # endif' the old evaluation rules produce: ' # if defined(__VER__) # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@((__VER__) / 1000000) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(((__VER__) / 1000) % 1000) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@((__VER__) % 1000) # define /usrCOMPILER_VERSION_INTERNAL @MACRO_DEC@(__IAR_SYSTEMS_ICC__) # endif' but the new evaluation rules produce: ' # if defined(__VER__) # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@((__VER__) / 1000000) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(((__VER__) / 1000) % 1000) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@((__VER__) % 1000) # define @PREFIX@COMPILER_VERSION_INTERNAL @MACRO_DEC@(__IAR_SYSTEMS_ICC__) # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' /* __INTEL_COMPILER = VRP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__INTEL_COMPILER/100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__INTEL_COMPILER/10 % 10) # if defined(__INTEL_COMPILER_UPDATE) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_COMPILER_UPDATE) # else # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_COMPILER % 10) # endif # if defined(__INTEL_COMPILER_BUILD_DATE) /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ # define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__INTEL_COMPILER_BUILD_DATE) # endif # if defined(_MSC_VER) /* _MSC_VER = VVRR */ # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) # endif' the old evaluation rules produce: ' /* __INTEL_COMPILER = VRP */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__INTEL_COMPILER/100) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(__INTEL_COMPILER/10 % 10) # if defined(__INTEL_COMPILER_UPDATE) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_COMPILER_UPDATE) # else # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_COMPILER % 10) # endif # if defined(__INTEL_COMPILER_BUILD_DATE) /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ # define /usrCOMPILER_VERSION_TWEAK @MACRO_DEC@(__INTEL_COMPILER_BUILD_DATE) # endif # if defined(_MSC_VER) /* _MSC_VER = VVRR */ # define /usrSIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) # define /usrSIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) # endif' but the new evaluation rules produce: ' /* __INTEL_COMPILER = VRP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__INTEL_COMPILER/100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__INTEL_COMPILER/10 % 10) # if defined(__INTEL_COMPILER_UPDATE) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_COMPILER_UPDATE) # else # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_COMPILER % 10) # endif # if defined(__INTEL_COMPILER_BUILD_DATE) /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ # define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__INTEL_COMPILER_BUILD_DATE) # endif # if defined(_MSC_VER) /* _MSC_VER = VVRR */ # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake:23 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # if defined(_MSC_VER) # define @PREFIX@SIMULATE_ID \"MSVC\" # endif' the old evaluation rules produce: ' # if defined(_MSC_VER) # define /usrSIMULATE_ID "MSVC" # endif' but the new evaluation rules produce: ' # if defined(_MSC_VER) # define @PREFIX@SIMULATE_ID "MSVC" # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/MIPSpro-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # if defined(_SGI_COMPILER_VERSION) /* _SGI_COMPILER_VERSION = VRP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_SGI_COMPILER_VERSION/100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_SGI_COMPILER_VERSION/10 % 10) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_SGI_COMPILER_VERSION % 10) # else /* _COMPILER_VERSION = VRP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_COMPILER_VERSION/100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_COMPILER_VERSION/10 % 10) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_COMPILER_VERSION % 10) # endif' the old evaluation rules produce: ' # if defined(_SGI_COMPILER_VERSION) /* _SGI_COMPILER_VERSION = VRP */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(_SGI_COMPILER_VERSION/100) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(_SGI_COMPILER_VERSION/10 % 10) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(_SGI_COMPILER_VERSION % 10) # else /* _COMPILER_VERSION = VRP */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(_COMPILER_VERSION/100) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(_COMPILER_VERSION/10 % 10) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(_COMPILER_VERSION % 10) # endif' but the new evaluation rules produce: ' # if defined(_SGI_COMPILER_VERSION) /* _SGI_COMPILER_VERSION = VRP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_SGI_COMPILER_VERSION/100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_SGI_COMPILER_VERSION/10 % 10) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_SGI_COMPILER_VERSION % 10) # else /* _COMPILER_VERSION = VRP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_COMPILER_VERSION/100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_COMPILER_VERSION/10 % 10) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_COMPILER_VERSION % 10) # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/MSVC-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' /* _MSC_VER = VVRR */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) # if defined(_MSC_FULL_VER) # if _MSC_VER >= 1400 /* _MSC_FULL_VER = VVRRPPPPP */ # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_MSC_FULL_VER % 100000) # else /* _MSC_FULL_VER = VVRRPPPP */ # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_MSC_FULL_VER % 10000) # endif # endif # if defined(_MSC_BUILD) # define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(_MSC_BUILD) # endif' the old evaluation rules produce: ' /* _MSC_VER = VVRR */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) # if defined(_MSC_FULL_VER) # if _MSC_VER >= 1400 /* _MSC_FULL_VER = VVRRPPPPP */ # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(_MSC_FULL_VER % 100000) # else /* _MSC_FULL_VER = VVRRPPPP */ # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(_MSC_FULL_VER % 10000) # endif # endif # if defined(_MSC_BUILD) # define /usrCOMPILER_VERSION_TWEAK @MACRO_DEC@(_MSC_BUILD) # endif' but the new evaluation rules produce: ' /* _MSC_VER = VVRR */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) # if defined(_MSC_FULL_VER) # if _MSC_VER >= 1400 /* _MSC_FULL_VER = VVRRPPPPP */ # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_MSC_FULL_VER % 100000) # else /* _MSC_FULL_VER = VVRRPPPP */ # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_MSC_FULL_VER % 10000) # endif # endif # if defined(_MSC_BUILD) # define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(_MSC_BUILD) # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/NVIDIA-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__CUDACC_VER_MAJOR__) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__CUDACC_VER_MINOR__) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__CUDACC_VER_BUILD__) # if defined(_MSC_VER) /* _MSC_VER = VVRR */ # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) # endif' the old evaluation rules produce: ' # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__CUDACC_VER_MAJOR__) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(__CUDACC_VER_MINOR__) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__CUDACC_VER_BUILD__) # if defined(_MSC_VER) /* _MSC_VER = VVRR */ # define /usrSIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) # define /usrSIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) # endif' but the new evaluation rules produce: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__CUDACC_VER_MAJOR__) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__CUDACC_VER_MINOR__) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__CUDACC_VER_BUILD__) # if defined(_MSC_VER) /* _MSC_VER = VVRR */ # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/NVIDIA-DetermineCompiler.cmake:14 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # if defined(_MSC_VER) # define @PREFIX@SIMULATE_ID \"MSVC\" # endif' the old evaluation rules produce: ' # if defined(_MSC_VER) # define /usrSIMULATE_ID "MSVC" # endif' but the new evaluation rules produce: ' # if defined(_MSC_VER) # define @PREFIX@SIMULATE_ID "MSVC" # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' /* __WATCOMC__ = VVRP + 1100 */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@((__WATCOMC__ - 1100) / 100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@((__WATCOMC__ / 10) % 10) # if (__WATCOMC__ % 10) > 0 # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__WATCOMC__ % 10) # endif' the old evaluation rules produce: ' /* __WATCOMC__ = VVRP + 1100 */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@((__WATCOMC__ - 1100) / 100) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@((__WATCOMC__ / 10) % 10) # if (__WATCOMC__ % 10) > 0 # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__WATCOMC__ % 10) # endif' but the new evaluation rules produce: ' /* __WATCOMC__ = VVRP + 1100 */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@((__WATCOMC__ - 1100) / 100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@((__WATCOMC__ / 10) % 10) # if (__WATCOMC__ % 10) > 0 # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__WATCOMC__ % 10) # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/PGI-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__PGIC__) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__PGIC_MINOR__) # if defined(__PGIC_PATCHLEVEL__) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__PGIC_PATCHLEVEL__) # endif' the old evaluation rules produce: ' # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__PGIC__) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(__PGIC_MINOR__) # if defined(__PGIC_PATCHLEVEL__) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__PGIC_PATCHLEVEL__) # endif' but the new evaluation rules produce: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__PGIC__) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__PGIC_MINOR__) # if defined(__PGIC_PATCHLEVEL__) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__PGIC_PATCHLEVEL__) # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/PathScale-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__PATHCC__) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__PATHCC_MINOR__) # if defined(__PATHCC_PATCHLEVEL__) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__PATHCC_PATCHLEVEL__) # endif' the old evaluation rules produce: ' # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__PATHCC__) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(__PATHCC_MINOR__) # if defined(__PATHCC_PATCHLEVEL__) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__PATHCC_PATCHLEVEL__) # endif' but the new evaluation rules produce: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__PATHCC__) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__PATHCC_MINOR__) # if defined(__PATHCC_PATCHLEVEL__) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__PATHCC_PATCHLEVEL__) # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/SunPro-C-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # if __SUNPRO_C >= 0x5100 /* __SUNPRO_C = 0xVRRP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__SUNPRO_C>>12) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__SUNPRO_C>>4 & 0xFF) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_HEX@(__SUNPRO_C & 0xF) # else /* __SUNPRO_CC = 0xVRP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__SUNPRO_C>>8) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__SUNPRO_C>>4 & 0xF) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_HEX@(__SUNPRO_C & 0xF) # endif' the old evaluation rules produce: ' # if __SUNPRO_C >= 0x5100 /* __SUNPRO_C = 0xVRRP */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_HEX@(__SUNPRO_C>>12) # define /usrCOMPILER_VERSION_MINOR @MACRO_HEX@(__SUNPRO_C>>4 & 0xFF) # define /usrCOMPILER_VERSION_PATCH @MACRO_HEX@(__SUNPRO_C & 0xF) # else /* __SUNPRO_CC = 0xVRP */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_HEX@(__SUNPRO_C>>8) # define /usrCOMPILER_VERSION_MINOR @MACRO_HEX@(__SUNPRO_C>>4 & 0xF) # define /usrCOMPILER_VERSION_PATCH @MACRO_HEX@(__SUNPRO_C & 0xF) # endif' but the new evaluation rules produce: ' # if __SUNPRO_C >= 0x5100 /* __SUNPRO_C = 0xVRRP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__SUNPRO_C>>12) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__SUNPRO_C>>4 & 0xFF) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_HEX@(__SUNPRO_C & 0xF) # else /* __SUNPRO_CC = 0xVRP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__SUNPRO_C>>8) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__SUNPRO_C>>4 & 0xF) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_HEX@(__SUNPRO_C & 0xF) # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/TI-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__TI_COMPILER_VERSION__/1000000) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__TI_COMPILER_VERSION__/1000 % 1000) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__TI_COMPILER_VERSION__ % 1000)' the old evaluation rules produce: ' /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__TI_COMPILER_VERSION__/1000000) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(__TI_COMPILER_VERSION__/1000 % 1000) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__TI_COMPILER_VERSION__ % 1000)' but the new evaluation rules produce: ' /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__TI_COMPILER_VERSION__/1000000) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__TI_COMPILER_VERSION__/1000 % 1000) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__TI_COMPILER_VERSION__ % 1000)' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake:2 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' /* __IBMC__ = VRP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10)' the old evaluation rules produce: ' /* __IBMC__ = VRP */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10)' but the new evaluation rules produce: ' /* __IBMC__ = VRP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10)' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake:4 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/Watcom-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' /* __WATCOMC__ = VVRR */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__WATCOMC__ / 100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@((__WATCOMC__ / 10) % 10) # if (__WATCOMC__ % 10) > 0 # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__WATCOMC__ % 10) # endif' the old evaluation rules produce: ' /* __WATCOMC__ = VVRR */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__WATCOMC__ / 100) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@((__WATCOMC__ / 10) % 10) # if (__WATCOMC__ % 10) > 0 # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__WATCOMC__ % 10) # endif' but the new evaluation rules produce: ' /* __WATCOMC__ = VVRR */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__WATCOMC__ / 100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@((__WATCOMC__ / 10) % 10) # if (__WATCOMC__ % 10) > 0 # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__WATCOMC__ % 10) # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake:2 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' /* __IBMC__ = VRP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10)' the old evaluation rules produce: ' /* __IBMC__ = VRP */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10)' but the new evaluation rules produce: ' /* __IBMC__ = VRP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10)' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/Compiler/XL-C-DetermineCompiler.cmake:4 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake:2 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' /* __IBMC__ = VRP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10)' the old evaluation rules produce: ' /* __IBMC__ = VRP */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10)' but the new evaluation rules produce: ' /* __IBMC__ = VRP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10)' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/Compiler/zOS-C-DetermineCompiler.cmake:4 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/ADSP-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' #if defined(__VISUALDSPVERSION__) /* __VISUALDSPVERSION__ = 0xVVRRPP00 */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__VISUALDSPVERSION__>>24) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__VISUALDSPVERSION__>>16 & 0xFF) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_HEX@(__VISUALDSPVERSION__>>8 & 0xFF) #endif' the old evaluation rules produce: ' #if defined(__VISUALDSPVERSION__) /* __VISUALDSPVERSION__ = 0xVVRRPP00 */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_HEX@(__VISUALDSPVERSION__>>24) # define /usrCOMPILER_VERSION_MINOR @MACRO_HEX@(__VISUALDSPVERSION__>>16 & 0xFF) # define /usrCOMPILER_VERSION_PATCH @MACRO_HEX@(__VISUALDSPVERSION__>>8 & 0xFF) #endif' but the new evaluation rules produce: ' #if defined(__VISUALDSPVERSION__) /* __VISUALDSPVERSION__ = 0xVVRRPP00 */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__VISUALDSPVERSION__>>24) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__VISUALDSPVERSION__>>16 & 0xFF) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_HEX@(__VISUALDSPVERSION__>>8 & 0xFF) #endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/ARMCC-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' #if __ARMCC_VERSION >= 1000000 /* __ARMCC_VERSION = VRRPPPP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__ARMCC_VERSION/1000000) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__ARMCC_VERSION/10000 % 100) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__ARMCC_VERSION % 10000) #else /* __ARMCC_VERSION = VRPPPP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__ARMCC_VERSION/100000) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__ARMCC_VERSION/10000 % 10) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__ARMCC_VERSION % 10000) #endif ' the old evaluation rules produce: ' #if __ARMCC_VERSION >= 1000000 /* __ARMCC_VERSION = VRRPPPP */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__ARMCC_VERSION/1000000) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(__ARMCC_VERSION/10000 % 100) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__ARMCC_VERSION % 10000) #else /* __ARMCC_VERSION = VRPPPP */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__ARMCC_VERSION/100000) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(__ARMCC_VERSION/10000 % 10) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__ARMCC_VERSION % 10000) #endif ' but the new evaluation rules produce: ' #if __ARMCC_VERSION >= 1000000 /* __ARMCC_VERSION = VRRPPPP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__ARMCC_VERSION/1000000) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__ARMCC_VERSION/10000 % 100) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__ARMCC_VERSION % 10000) #else /* __ARMCC_VERSION = VRPPPP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__ARMCC_VERSION/100000) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__ARMCC_VERSION/10000 % 10) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__ARMCC_VERSION % 10000) #endif ' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake:2 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__clang_major__) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__clang_minor__) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__clang_patchlevel__) # if defined(_MSC_VER) /* _MSC_VER = VVRR */ # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) # endif' the old evaluation rules produce: ' # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__clang_major__) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(__clang_minor__) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__clang_patchlevel__) # if defined(_MSC_VER) /* _MSC_VER = VVRR */ # define /usrSIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) # define /usrSIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) # endif' but the new evaluation rules produce: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__clang_major__) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__clang_minor__) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__clang_patchlevel__) # if defined(_MSC_VER) /* _MSC_VER = VVRR */ # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake:4 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake:12 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # if defined(_MSC_VER) # define @PREFIX@SIMULATE_ID \"MSVC\" # endif' the old evaluation rules produce: ' # if defined(_MSC_VER) # define /usrSIMULATE_ID "MSVC" # endif' but the new evaluation rules produce: ' # if defined(_MSC_VER) # define @PREFIX@SIMULATE_ID "MSVC" # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake:4 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake:6 (string): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__apple_build_version__)' the old evaluation rules produce: ' # define /usrCOMPILER_VERSION_TWEAK @MACRO_DEC@(__apple_build_version__)' but the new evaluation rules produce: ' # define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__apple_build_version__)' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/Borland-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' /* __BORLANDC__ = 0xVRR */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__BORLANDC__>>8) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__BORLANDC__ & 0xFF)' the old evaluation rules produce: ' /* __BORLANDC__ = 0xVRR */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_HEX@(__BORLANDC__>>8) # define /usrCOMPILER_VERSION_MINOR @MACRO_HEX@(__BORLANDC__ & 0xFF)' but the new evaluation rules produce: ' /* __BORLANDC__ = 0xVRR */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__BORLANDC__>>8) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__BORLANDC__ & 0xFF)' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake:2 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__clang_major__) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__clang_minor__) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__clang_patchlevel__) # if defined(_MSC_VER) /* _MSC_VER = VVRR */ # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) # endif' the old evaluation rules produce: ' # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__clang_major__) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(__clang_minor__) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__clang_patchlevel__) # if defined(_MSC_VER) /* _MSC_VER = VVRR */ # define /usrSIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) # define /usrSIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) # endif' but the new evaluation rules produce: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__clang_major__) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__clang_minor__) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__clang_patchlevel__) # if defined(_MSC_VER) /* _MSC_VER = VVRR */ # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake:4 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake:12 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # if defined(_MSC_VER) # define @PREFIX@SIMULATE_ID \"MSVC\" # endif' the old evaluation rules produce: ' # if defined(_MSC_VER) # define /usrSIMULATE_ID "MSVC" # endif' but the new evaluation rules produce: ' # if defined(_MSC_VER) # define @PREFIX@SIMULATE_ID "MSVC" # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake:4 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/Compaq-C-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' /* __DECC_VER = VVRRTPPPP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__DECC_VER/10000000) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__DECC_VER/100000 % 100) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__DECC_VER % 10000)' the old evaluation rules produce: ' /* __DECC_VER = VVRRTPPPP */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__DECC_VER/10000000) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(__DECC_VER/100000 % 100) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__DECC_VER % 10000)' but the new evaluation rules produce: ' /* __DECC_VER = VVRRTPPPP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__DECC_VER/10000000) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__DECC_VER/100000 % 100) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__DECC_VER % 10000)' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/Cray-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_RELEASE_MAJOR) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_RELEASE_MINOR)' the old evaluation rules produce: ' # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(_RELEASE_MAJOR) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(_RELEASE_MINOR)' but the new evaluation rules produce: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_RELEASE_MAJOR) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_RELEASE_MINOR)' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/Embarcadero-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__CODEGEARC_VERSION__>>24 & 0x00FF) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__CODEGEARC_VERSION__>>16 & 0x00FF) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__CODEGEARC_VERSION__ & 0xFFFF)' the old evaluation rules produce: ' # define /usrCOMPILER_VERSION_MAJOR @MACRO_HEX@(__CODEGEARC_VERSION__>>24 & 0x00FF) # define /usrCOMPILER_VERSION_MINOR @MACRO_HEX@(__CODEGEARC_VERSION__>>16 & 0x00FF) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__CODEGEARC_VERSION__ & 0xFFFF)' but the new evaluation rules produce: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__CODEGEARC_VERSION__>>24 & 0x00FF) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__CODEGEARC_VERSION__>>16 & 0x00FF) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__CODEGEARC_VERSION__ & 0xFFFF)' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/GHS-DetermineCompiler.cmake:3 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__INTEGRITY_MAJOR_VERSION) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__INTEGRITY_MINOR_VERSION) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__INTEGRITY_PATCH_VERSION)' the old evaluation rules produce: ' # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__INTEGRITY_MAJOR_VERSION) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(__INTEGRITY_MINOR_VERSION) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__INTEGRITY_PATCH_VERSION)' but the new evaluation rules produce: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__INTEGRITY_MAJOR_VERSION) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__INTEGRITY_MINOR_VERSION) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__INTEGRITY_PATCH_VERSION)' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/GNU-C-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__GNUC__) # if defined(__GNUC_MINOR__) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__GNUC_MINOR__) # endif # if defined(__GNUC_PATCHLEVEL__) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__GNUC_PATCHLEVEL__) # endif' the old evaluation rules produce: ' # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__GNUC__) # if defined(__GNUC_MINOR__) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(__GNUC_MINOR__) # endif # if defined(__GNUC_PATCHLEVEL__) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__GNUC_PATCHLEVEL__) # endif' but the new evaluation rules produce: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__GNUC__) # if defined(__GNUC_MINOR__) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__GNUC_MINOR__) # endif # if defined(__GNUC_PATCHLEVEL__) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__GNUC_PATCHLEVEL__) # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/HP-C-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' /* __HP_cc = VVRRPP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__HP_cc/10000) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__HP_cc/100 % 100) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__HP_cc % 100)' the old evaluation rules produce: ' /* __HP_cc = VVRRPP */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__HP_cc/10000) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(__HP_cc/100 % 100) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__HP_cc % 100)' but the new evaluation rules produce: ' /* __HP_cc = VVRRPP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__HP_cc/10000) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__HP_cc/100 % 100) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__HP_cc % 100)' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/IAR-DetermineCompiler.cmake:15 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # if defined(__VER__) # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@((__VER__) / 1000000) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(((__VER__) / 1000) % 1000) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@((__VER__) % 1000) # define @PREFIX@COMPILER_VERSION_INTERNAL @MACRO_DEC@(__IAR_SYSTEMS_ICC__) # endif' the old evaluation rules produce: ' # if defined(__VER__) # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@((__VER__) / 1000000) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(((__VER__) / 1000) % 1000) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@((__VER__) % 1000) # define /usrCOMPILER_VERSION_INTERNAL @MACRO_DEC@(__IAR_SYSTEMS_ICC__) # endif' but the new evaluation rules produce: ' # if defined(__VER__) # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@((__VER__) / 1000000) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(((__VER__) / 1000) % 1000) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@((__VER__) % 1000) # define @PREFIX@COMPILER_VERSION_INTERNAL @MACRO_DEC@(__IAR_SYSTEMS_ICC__) # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' /* __INTEL_COMPILER = VRP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__INTEL_COMPILER/100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__INTEL_COMPILER/10 % 10) # if defined(__INTEL_COMPILER_UPDATE) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_COMPILER_UPDATE) # else # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_COMPILER % 10) # endif # if defined(__INTEL_COMPILER_BUILD_DATE) /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ # define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__INTEL_COMPILER_BUILD_DATE) # endif # if defined(_MSC_VER) /* _MSC_VER = VVRR */ # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) # endif' the old evaluation rules produce: ' /* __INTEL_COMPILER = VRP */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__INTEL_COMPILER/100) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(__INTEL_COMPILER/10 % 10) # if defined(__INTEL_COMPILER_UPDATE) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_COMPILER_UPDATE) # else # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_COMPILER % 10) # endif # if defined(__INTEL_COMPILER_BUILD_DATE) /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ # define /usrCOMPILER_VERSION_TWEAK @MACRO_DEC@(__INTEL_COMPILER_BUILD_DATE) # endif # if defined(_MSC_VER) /* _MSC_VER = VVRR */ # define /usrSIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) # define /usrSIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) # endif' but the new evaluation rules produce: ' /* __INTEL_COMPILER = VRP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__INTEL_COMPILER/100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__INTEL_COMPILER/10 % 10) # if defined(__INTEL_COMPILER_UPDATE) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_COMPILER_UPDATE) # else # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_COMPILER % 10) # endif # if defined(__INTEL_COMPILER_BUILD_DATE) /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ # define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__INTEL_COMPILER_BUILD_DATE) # endif # if defined(_MSC_VER) /* _MSC_VER = VVRR */ # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake:23 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # if defined(_MSC_VER) # define @PREFIX@SIMULATE_ID \"MSVC\" # endif' the old evaluation rules produce: ' # if defined(_MSC_VER) # define /usrSIMULATE_ID "MSVC" # endif' but the new evaluation rules produce: ' # if defined(_MSC_VER) # define @PREFIX@SIMULATE_ID "MSVC" # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/MIPSpro-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # if defined(_SGI_COMPILER_VERSION) /* _SGI_COMPILER_VERSION = VRP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_SGI_COMPILER_VERSION/100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_SGI_COMPILER_VERSION/10 % 10) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_SGI_COMPILER_VERSION % 10) # else /* _COMPILER_VERSION = VRP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_COMPILER_VERSION/100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_COMPILER_VERSION/10 % 10) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_COMPILER_VERSION % 10) # endif' the old evaluation rules produce: ' # if defined(_SGI_COMPILER_VERSION) /* _SGI_COMPILER_VERSION = VRP */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(_SGI_COMPILER_VERSION/100) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(_SGI_COMPILER_VERSION/10 % 10) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(_SGI_COMPILER_VERSION % 10) # else /* _COMPILER_VERSION = VRP */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(_COMPILER_VERSION/100) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(_COMPILER_VERSION/10 % 10) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(_COMPILER_VERSION % 10) # endif' but the new evaluation rules produce: ' # if defined(_SGI_COMPILER_VERSION) /* _SGI_COMPILER_VERSION = VRP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_SGI_COMPILER_VERSION/100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_SGI_COMPILER_VERSION/10 % 10) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_SGI_COMPILER_VERSION % 10) # else /* _COMPILER_VERSION = VRP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_COMPILER_VERSION/100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_COMPILER_VERSION/10 % 10) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_COMPILER_VERSION % 10) # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/MSVC-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' /* _MSC_VER = VVRR */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) # if defined(_MSC_FULL_VER) # if _MSC_VER >= 1400 /* _MSC_FULL_VER = VVRRPPPPP */ # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_MSC_FULL_VER % 100000) # else /* _MSC_FULL_VER = VVRRPPPP */ # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_MSC_FULL_VER % 10000) # endif # endif # if defined(_MSC_BUILD) # define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(_MSC_BUILD) # endif' the old evaluation rules produce: ' /* _MSC_VER = VVRR */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) # if defined(_MSC_FULL_VER) # if _MSC_VER >= 1400 /* _MSC_FULL_VER = VVRRPPPPP */ # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(_MSC_FULL_VER % 100000) # else /* _MSC_FULL_VER = VVRRPPPP */ # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(_MSC_FULL_VER % 10000) # endif # endif # if defined(_MSC_BUILD) # define /usrCOMPILER_VERSION_TWEAK @MACRO_DEC@(_MSC_BUILD) # endif' but the new evaluation rules produce: ' /* _MSC_VER = VVRR */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) # if defined(_MSC_FULL_VER) # if _MSC_VER >= 1400 /* _MSC_FULL_VER = VVRRPPPPP */ # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_MSC_FULL_VER % 100000) # else /* _MSC_FULL_VER = VVRRPPPP */ # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_MSC_FULL_VER % 10000) # endif # endif # if defined(_MSC_BUILD) # define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(_MSC_BUILD) # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/NVIDIA-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__CUDACC_VER_MAJOR__) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__CUDACC_VER_MINOR__) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__CUDACC_VER_BUILD__) # if defined(_MSC_VER) /* _MSC_VER = VVRR */ # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) # endif' the old evaluation rules produce: ' # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__CUDACC_VER_MAJOR__) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(__CUDACC_VER_MINOR__) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__CUDACC_VER_BUILD__) # if defined(_MSC_VER) /* _MSC_VER = VVRR */ # define /usrSIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) # define /usrSIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) # endif' but the new evaluation rules produce: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__CUDACC_VER_MAJOR__) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__CUDACC_VER_MINOR__) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__CUDACC_VER_BUILD__) # if defined(_MSC_VER) /* _MSC_VER = VVRR */ # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/NVIDIA-DetermineCompiler.cmake:14 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # if defined(_MSC_VER) # define @PREFIX@SIMULATE_ID \"MSVC\" # endif' the old evaluation rules produce: ' # if defined(_MSC_VER) # define /usrSIMULATE_ID "MSVC" # endif' but the new evaluation rules produce: ' # if defined(_MSC_VER) # define @PREFIX@SIMULATE_ID "MSVC" # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' /* __WATCOMC__ = VVRP + 1100 */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@((__WATCOMC__ - 1100) / 100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@((__WATCOMC__ / 10) % 10) # if (__WATCOMC__ % 10) > 0 # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__WATCOMC__ % 10) # endif' the old evaluation rules produce: ' /* __WATCOMC__ = VVRP + 1100 */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@((__WATCOMC__ - 1100) / 100) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@((__WATCOMC__ / 10) % 10) # if (__WATCOMC__ % 10) > 0 # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__WATCOMC__ % 10) # endif' but the new evaluation rules produce: ' /* __WATCOMC__ = VVRP + 1100 */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@((__WATCOMC__ - 1100) / 100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@((__WATCOMC__ / 10) % 10) # if (__WATCOMC__ % 10) > 0 # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__WATCOMC__ % 10) # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/PGI-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__PGIC__) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__PGIC_MINOR__) # if defined(__PGIC_PATCHLEVEL__) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__PGIC_PATCHLEVEL__) # endif' the old evaluation rules produce: ' # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__PGIC__) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(__PGIC_MINOR__) # if defined(__PGIC_PATCHLEVEL__) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__PGIC_PATCHLEVEL__) # endif' but the new evaluation rules produce: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__PGIC__) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__PGIC_MINOR__) # if defined(__PGIC_PATCHLEVEL__) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__PGIC_PATCHLEVEL__) # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/PathScale-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__PATHCC__) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__PATHCC_MINOR__) # if defined(__PATHCC_PATCHLEVEL__) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__PATHCC_PATCHLEVEL__) # endif' the old evaluation rules produce: ' # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__PATHCC__) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(__PATHCC_MINOR__) # if defined(__PATHCC_PATCHLEVEL__) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__PATHCC_PATCHLEVEL__) # endif' but the new evaluation rules produce: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__PATHCC__) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__PATHCC_MINOR__) # if defined(__PATHCC_PATCHLEVEL__) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__PATHCC_PATCHLEVEL__) # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/SunPro-C-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # if __SUNPRO_C >= 0x5100 /* __SUNPRO_C = 0xVRRP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__SUNPRO_C>>12) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__SUNPRO_C>>4 & 0xFF) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_HEX@(__SUNPRO_C & 0xF) # else /* __SUNPRO_CC = 0xVRP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__SUNPRO_C>>8) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__SUNPRO_C>>4 & 0xF) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_HEX@(__SUNPRO_C & 0xF) # endif' the old evaluation rules produce: ' # if __SUNPRO_C >= 0x5100 /* __SUNPRO_C = 0xVRRP */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_HEX@(__SUNPRO_C>>12) # define /usrCOMPILER_VERSION_MINOR @MACRO_HEX@(__SUNPRO_C>>4 & 0xFF) # define /usrCOMPILER_VERSION_PATCH @MACRO_HEX@(__SUNPRO_C & 0xF) # else /* __SUNPRO_CC = 0xVRP */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_HEX@(__SUNPRO_C>>8) # define /usrCOMPILER_VERSION_MINOR @MACRO_HEX@(__SUNPRO_C>>4 & 0xF) # define /usrCOMPILER_VERSION_PATCH @MACRO_HEX@(__SUNPRO_C & 0xF) # endif' but the new evaluation rules produce: ' # if __SUNPRO_C >= 0x5100 /* __SUNPRO_C = 0xVRRP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__SUNPRO_C>>12) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__SUNPRO_C>>4 & 0xFF) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_HEX@(__SUNPRO_C & 0xF) # else /* __SUNPRO_CC = 0xVRP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__SUNPRO_C>>8) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__SUNPRO_C>>4 & 0xF) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_HEX@(__SUNPRO_C & 0xF) # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/TI-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__TI_COMPILER_VERSION__/1000000) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__TI_COMPILER_VERSION__/1000 % 1000) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__TI_COMPILER_VERSION__ % 1000)' the old evaluation rules produce: ' /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__TI_COMPILER_VERSION__/1000000) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(__TI_COMPILER_VERSION__/1000 % 1000) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__TI_COMPILER_VERSION__ % 1000)' but the new evaluation rules produce: ' /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__TI_COMPILER_VERSION__/1000000) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__TI_COMPILER_VERSION__/1000 % 1000) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__TI_COMPILER_VERSION__ % 1000)' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake:2 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' /* __IBMC__ = VRP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10)' the old evaluation rules produce: ' /* __IBMC__ = VRP */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10)' but the new evaluation rules produce: ' /* __IBMC__ = VRP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10)' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake:4 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/Watcom-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' /* __WATCOMC__ = VVRR */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__WATCOMC__ / 100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@((__WATCOMC__ / 10) % 10) # if (__WATCOMC__ % 10) > 0 # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__WATCOMC__ % 10) # endif' the old evaluation rules produce: ' /* __WATCOMC__ = VVRR */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__WATCOMC__ / 100) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@((__WATCOMC__ / 10) % 10) # if (__WATCOMC__ % 10) > 0 # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__WATCOMC__ % 10) # endif' but the new evaluation rules produce: ' /* __WATCOMC__ = VVRR */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__WATCOMC__ / 100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@((__WATCOMC__ / 10) % 10) # if (__WATCOMC__ % 10) > 0 # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__WATCOMC__ % 10) # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake:2 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' /* __IBMC__ = VRP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10)' the old evaluation rules produce: ' /* __IBMC__ = VRP */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10)' but the new evaluation rules produce: ' /* __IBMC__ = VRP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10)' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/Compiler/XL-C-DetermineCompiler.cmake:4 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake:2 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' /* __IBMC__ = VRP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10)' the old evaluation rules produce: ' /* __IBMC__ = VRP */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10)' but the new evaluation rules produce: ' /* __IBMC__ = VRP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10)' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/Compiler/zOS-C-DetermineCompiler.cmake:4 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/ADSP-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' #if defined(__VISUALDSPVERSION__) /* __VISUALDSPVERSION__ = 0xVVRRPP00 */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__VISUALDSPVERSION__>>24) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__VISUALDSPVERSION__>>16 & 0xFF) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_HEX@(__VISUALDSPVERSION__>>8 & 0xFF) #endif' the old evaluation rules produce: ' #if defined(__VISUALDSPVERSION__) /* __VISUALDSPVERSION__ = 0xVVRRPP00 */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_HEX@(__VISUALDSPVERSION__>>24) # define /usrCOMPILER_VERSION_MINOR @MACRO_HEX@(__VISUALDSPVERSION__>>16 & 0xFF) # define /usrCOMPILER_VERSION_PATCH @MACRO_HEX@(__VISUALDSPVERSION__>>8 & 0xFF) #endif' but the new evaluation rules produce: ' #if defined(__VISUALDSPVERSION__) /* __VISUALDSPVERSION__ = 0xVVRRPP00 */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__VISUALDSPVERSION__>>24) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__VISUALDSPVERSION__>>16 & 0xFF) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_HEX@(__VISUALDSPVERSION__>>8 & 0xFF) #endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/ARMCC-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' #if __ARMCC_VERSION >= 1000000 /* __ARMCC_VERSION = VRRPPPP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__ARMCC_VERSION/1000000) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__ARMCC_VERSION/10000 % 100) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__ARMCC_VERSION % 10000) #else /* __ARMCC_VERSION = VRPPPP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__ARMCC_VERSION/100000) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__ARMCC_VERSION/10000 % 10) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__ARMCC_VERSION % 10000) #endif ' the old evaluation rules produce: ' #if __ARMCC_VERSION >= 1000000 /* __ARMCC_VERSION = VRRPPPP */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__ARMCC_VERSION/1000000) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(__ARMCC_VERSION/10000 % 100) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__ARMCC_VERSION % 10000) #else /* __ARMCC_VERSION = VRPPPP */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__ARMCC_VERSION/100000) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(__ARMCC_VERSION/10000 % 10) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__ARMCC_VERSION % 10000) #endif ' but the new evaluation rules produce: ' #if __ARMCC_VERSION >= 1000000 /* __ARMCC_VERSION = VRRPPPP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__ARMCC_VERSION/1000000) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__ARMCC_VERSION/10000 % 100) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__ARMCC_VERSION % 10000) #else /* __ARMCC_VERSION = VRPPPP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__ARMCC_VERSION/100000) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__ARMCC_VERSION/10000 % 10) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__ARMCC_VERSION % 10000) #endif ' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake:2 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__clang_major__) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__clang_minor__) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__clang_patchlevel__) # if defined(_MSC_VER) /* _MSC_VER = VVRR */ # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) # endif' the old evaluation rules produce: ' # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__clang_major__) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(__clang_minor__) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__clang_patchlevel__) # if defined(_MSC_VER) /* _MSC_VER = VVRR */ # define /usrSIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) # define /usrSIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) # endif' but the new evaluation rules produce: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__clang_major__) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__clang_minor__) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__clang_patchlevel__) # if defined(_MSC_VER) /* _MSC_VER = VVRR */ # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake:4 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake:12 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # if defined(_MSC_VER) # define @PREFIX@SIMULATE_ID \"MSVC\" # endif' the old evaluation rules produce: ' # if defined(_MSC_VER) # define /usrSIMULATE_ID "MSVC" # endif' but the new evaluation rules produce: ' # if defined(_MSC_VER) # define @PREFIX@SIMULATE_ID "MSVC" # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake:4 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake:6 (string): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__apple_build_version__)' the old evaluation rules produce: ' # define /usrCOMPILER_VERSION_TWEAK @MACRO_DEC@(__apple_build_version__)' but the new evaluation rules produce: ' # define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__apple_build_version__)' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/Borland-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' /* __BORLANDC__ = 0xVRR */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__BORLANDC__>>8) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__BORLANDC__ & 0xFF)' the old evaluation rules produce: ' /* __BORLANDC__ = 0xVRR */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_HEX@(__BORLANDC__>>8) # define /usrCOMPILER_VERSION_MINOR @MACRO_HEX@(__BORLANDC__ & 0xFF)' but the new evaluation rules produce: ' /* __BORLANDC__ = 0xVRR */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__BORLANDC__>>8) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__BORLANDC__ & 0xFF)' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake:2 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__clang_major__) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__clang_minor__) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__clang_patchlevel__) # if defined(_MSC_VER) /* _MSC_VER = VVRR */ # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) # endif' the old evaluation rules produce: ' # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__clang_major__) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(__clang_minor__) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__clang_patchlevel__) # if defined(_MSC_VER) /* _MSC_VER = VVRR */ # define /usrSIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) # define /usrSIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) # endif' but the new evaluation rules produce: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__clang_major__) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__clang_minor__) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__clang_patchlevel__) # if defined(_MSC_VER) /* _MSC_VER = VVRR */ # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake:4 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake:12 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # if defined(_MSC_VER) # define @PREFIX@SIMULATE_ID \"MSVC\" # endif' the old evaluation rules produce: ' # if defined(_MSC_VER) # define /usrSIMULATE_ID "MSVC" # endif' but the new evaluation rules produce: ' # if defined(_MSC_VER) # define @PREFIX@SIMULATE_ID "MSVC" # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake:4 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/Compaq-C-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' /* __DECC_VER = VVRRTPPPP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__DECC_VER/10000000) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__DECC_VER/100000 % 100) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__DECC_VER % 10000)' the old evaluation rules produce: ' /* __DECC_VER = VVRRTPPPP */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__DECC_VER/10000000) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(__DECC_VER/100000 % 100) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__DECC_VER % 10000)' but the new evaluation rules produce: ' /* __DECC_VER = VVRRTPPPP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__DECC_VER/10000000) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__DECC_VER/100000 % 100) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__DECC_VER % 10000)' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/Cray-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_RELEASE_MAJOR) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_RELEASE_MINOR)' the old evaluation rules produce: ' # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(_RELEASE_MAJOR) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(_RELEASE_MINOR)' but the new evaluation rules produce: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_RELEASE_MAJOR) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_RELEASE_MINOR)' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/Embarcadero-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__CODEGEARC_VERSION__>>24 & 0x00FF) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__CODEGEARC_VERSION__>>16 & 0x00FF) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__CODEGEARC_VERSION__ & 0xFFFF)' the old evaluation rules produce: ' # define /usrCOMPILER_VERSION_MAJOR @MACRO_HEX@(__CODEGEARC_VERSION__>>24 & 0x00FF) # define /usrCOMPILER_VERSION_MINOR @MACRO_HEX@(__CODEGEARC_VERSION__>>16 & 0x00FF) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__CODEGEARC_VERSION__ & 0xFFFF)' but the new evaluation rules produce: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__CODEGEARC_VERSION__>>24 & 0x00FF) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__CODEGEARC_VERSION__>>16 & 0x00FF) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__CODEGEARC_VERSION__ & 0xFFFF)' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/GHS-DetermineCompiler.cmake:3 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__INTEGRITY_MAJOR_VERSION) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__INTEGRITY_MINOR_VERSION) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__INTEGRITY_PATCH_VERSION)' the old evaluation rules produce: ' # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__INTEGRITY_MAJOR_VERSION) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(__INTEGRITY_MINOR_VERSION) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__INTEGRITY_PATCH_VERSION)' but the new evaluation rules produce: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__INTEGRITY_MAJOR_VERSION) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__INTEGRITY_MINOR_VERSION) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__INTEGRITY_PATCH_VERSION)' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/GNU-C-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__GNUC__) # if defined(__GNUC_MINOR__) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__GNUC_MINOR__) # endif # if defined(__GNUC_PATCHLEVEL__) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__GNUC_PATCHLEVEL__) # endif' the old evaluation rules produce: ' # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__GNUC__) # if defined(__GNUC_MINOR__) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(__GNUC_MINOR__) # endif # if defined(__GNUC_PATCHLEVEL__) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__GNUC_PATCHLEVEL__) # endif' but the new evaluation rules produce: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__GNUC__) # if defined(__GNUC_MINOR__) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__GNUC_MINOR__) # endif # if defined(__GNUC_PATCHLEVEL__) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__GNUC_PATCHLEVEL__) # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/HP-C-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' /* __HP_cc = VVRRPP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__HP_cc/10000) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__HP_cc/100 % 100) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__HP_cc % 100)' the old evaluation rules produce: ' /* __HP_cc = VVRRPP */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__HP_cc/10000) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(__HP_cc/100 % 100) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__HP_cc % 100)' but the new evaluation rules produce: ' /* __HP_cc = VVRRPP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__HP_cc/10000) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__HP_cc/100 % 100) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__HP_cc % 100)' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/IAR-DetermineCompiler.cmake:15 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # if defined(__VER__) # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@((__VER__) / 1000000) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(((__VER__) / 1000) % 1000) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@((__VER__) % 1000) # define @PREFIX@COMPILER_VERSION_INTERNAL @MACRO_DEC@(__IAR_SYSTEMS_ICC__) # endif' the old evaluation rules produce: ' # if defined(__VER__) # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@((__VER__) / 1000000) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(((__VER__) / 1000) % 1000) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@((__VER__) % 1000) # define /usrCOMPILER_VERSION_INTERNAL @MACRO_DEC@(__IAR_SYSTEMS_ICC__) # endif' but the new evaluation rules produce: ' # if defined(__VER__) # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@((__VER__) / 1000000) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(((__VER__) / 1000) % 1000) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@((__VER__) % 1000) # define @PREFIX@COMPILER_VERSION_INTERNAL @MACRO_DEC@(__IAR_SYSTEMS_ICC__) # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' /* __INTEL_COMPILER = VRP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__INTEL_COMPILER/100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__INTEL_COMPILER/10 % 10) # if defined(__INTEL_COMPILER_UPDATE) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_COMPILER_UPDATE) # else # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_COMPILER % 10) # endif # if defined(__INTEL_COMPILER_BUILD_DATE) /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ # define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__INTEL_COMPILER_BUILD_DATE) # endif # if defined(_MSC_VER) /* _MSC_VER = VVRR */ # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) # endif' the old evaluation rules produce: ' /* __INTEL_COMPILER = VRP */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__INTEL_COMPILER/100) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(__INTEL_COMPILER/10 % 10) # if defined(__INTEL_COMPILER_UPDATE) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_COMPILER_UPDATE) # else # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_COMPILER % 10) # endif # if defined(__INTEL_COMPILER_BUILD_DATE) /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ # define /usrCOMPILER_VERSION_TWEAK @MACRO_DEC@(__INTEL_COMPILER_BUILD_DATE) # endif # if defined(_MSC_VER) /* _MSC_VER = VVRR */ # define /usrSIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) # define /usrSIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) # endif' but the new evaluation rules produce: ' /* __INTEL_COMPILER = VRP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__INTEL_COMPILER/100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__INTEL_COMPILER/10 % 10) # if defined(__INTEL_COMPILER_UPDATE) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_COMPILER_UPDATE) # else # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_COMPILER % 10) # endif # if defined(__INTEL_COMPILER_BUILD_DATE) /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ # define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__INTEL_COMPILER_BUILD_DATE) # endif # if defined(_MSC_VER) /* _MSC_VER = VVRR */ # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake:23 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # if defined(_MSC_VER) # define @PREFIX@SIMULATE_ID \"MSVC\" # endif' the old evaluation rules produce: ' # if defined(_MSC_VER) # define /usrSIMULATE_ID "MSVC" # endif' but the new evaluation rules produce: ' # if defined(_MSC_VER) # define @PREFIX@SIMULATE_ID "MSVC" # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/MIPSpro-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # if defined(_SGI_COMPILER_VERSION) /* _SGI_COMPILER_VERSION = VRP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_SGI_COMPILER_VERSION/100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_SGI_COMPILER_VERSION/10 % 10) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_SGI_COMPILER_VERSION % 10) # else /* _COMPILER_VERSION = VRP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_COMPILER_VERSION/100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_COMPILER_VERSION/10 % 10) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_COMPILER_VERSION % 10) # endif' the old evaluation rules produce: ' # if defined(_SGI_COMPILER_VERSION) /* _SGI_COMPILER_VERSION = VRP */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(_SGI_COMPILER_VERSION/100) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(_SGI_COMPILER_VERSION/10 % 10) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(_SGI_COMPILER_VERSION % 10) # else /* _COMPILER_VERSION = VRP */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(_COMPILER_VERSION/100) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(_COMPILER_VERSION/10 % 10) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(_COMPILER_VERSION % 10) # endif' but the new evaluation rules produce: ' # if defined(_SGI_COMPILER_VERSION) /* _SGI_COMPILER_VERSION = VRP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_SGI_COMPILER_VERSION/100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_SGI_COMPILER_VERSION/10 % 10) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_SGI_COMPILER_VERSION % 10) # else /* _COMPILER_VERSION = VRP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_COMPILER_VERSION/100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_COMPILER_VERSION/10 % 10) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_COMPILER_VERSION % 10) # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/MSVC-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' /* _MSC_VER = VVRR */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) # if defined(_MSC_FULL_VER) # if _MSC_VER >= 1400 /* _MSC_FULL_VER = VVRRPPPPP */ # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_MSC_FULL_VER % 100000) # else /* _MSC_FULL_VER = VVRRPPPP */ # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_MSC_FULL_VER % 10000) # endif # endif # if defined(_MSC_BUILD) # define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(_MSC_BUILD) # endif' the old evaluation rules produce: ' /* _MSC_VER = VVRR */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) # if defined(_MSC_FULL_VER) # if _MSC_VER >= 1400 /* _MSC_FULL_VER = VVRRPPPPP */ # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(_MSC_FULL_VER % 100000) # else /* _MSC_FULL_VER = VVRRPPPP */ # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(_MSC_FULL_VER % 10000) # endif # endif # if defined(_MSC_BUILD) # define /usrCOMPILER_VERSION_TWEAK @MACRO_DEC@(_MSC_BUILD) # endif' but the new evaluation rules produce: ' /* _MSC_VER = VVRR */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) # if defined(_MSC_FULL_VER) # if _MSC_VER >= 1400 /* _MSC_FULL_VER = VVRRPPPPP */ # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_MSC_FULL_VER % 100000) # else /* _MSC_FULL_VER = VVRRPPPP */ # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_MSC_FULL_VER % 10000) # endif # endif # if defined(_MSC_BUILD) # define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(_MSC_BUILD) # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/NVIDIA-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__CUDACC_VER_MAJOR__) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__CUDACC_VER_MINOR__) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__CUDACC_VER_BUILD__) # if defined(_MSC_VER) /* _MSC_VER = VVRR */ # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) # endif' the old evaluation rules produce: ' # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__CUDACC_VER_MAJOR__) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(__CUDACC_VER_MINOR__) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__CUDACC_VER_BUILD__) # if defined(_MSC_VER) /* _MSC_VER = VVRR */ # define /usrSIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) # define /usrSIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) # endif' but the new evaluation rules produce: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__CUDACC_VER_MAJOR__) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__CUDACC_VER_MINOR__) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__CUDACC_VER_BUILD__) # if defined(_MSC_VER) /* _MSC_VER = VVRR */ # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/NVIDIA-DetermineCompiler.cmake:14 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # if defined(_MSC_VER) # define @PREFIX@SIMULATE_ID \"MSVC\" # endif' the old evaluation rules produce: ' # if defined(_MSC_VER) # define /usrSIMULATE_ID "MSVC" # endif' but the new evaluation rules produce: ' # if defined(_MSC_VER) # define @PREFIX@SIMULATE_ID "MSVC" # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' /* __WATCOMC__ = VVRP + 1100 */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@((__WATCOMC__ - 1100) / 100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@((__WATCOMC__ / 10) % 10) # if (__WATCOMC__ % 10) > 0 # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__WATCOMC__ % 10) # endif' the old evaluation rules produce: ' /* __WATCOMC__ = VVRP + 1100 */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@((__WATCOMC__ - 1100) / 100) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@((__WATCOMC__ / 10) % 10) # if (__WATCOMC__ % 10) > 0 # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__WATCOMC__ % 10) # endif' but the new evaluation rules produce: ' /* __WATCOMC__ = VVRP + 1100 */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@((__WATCOMC__ - 1100) / 100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@((__WATCOMC__ / 10) % 10) # if (__WATCOMC__ % 10) > 0 # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__WATCOMC__ % 10) # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/PGI-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__PGIC__) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__PGIC_MINOR__) # if defined(__PGIC_PATCHLEVEL__) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__PGIC_PATCHLEVEL__) # endif' the old evaluation rules produce: ' # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__PGIC__) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(__PGIC_MINOR__) # if defined(__PGIC_PATCHLEVEL__) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__PGIC_PATCHLEVEL__) # endif' but the new evaluation rules produce: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__PGIC__) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__PGIC_MINOR__) # if defined(__PGIC_PATCHLEVEL__) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__PGIC_PATCHLEVEL__) # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/PathScale-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__PATHCC__) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__PATHCC_MINOR__) # if defined(__PATHCC_PATCHLEVEL__) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__PATHCC_PATCHLEVEL__) # endif' the old evaluation rules produce: ' # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__PATHCC__) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(__PATHCC_MINOR__) # if defined(__PATHCC_PATCHLEVEL__) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__PATHCC_PATCHLEVEL__) # endif' but the new evaluation rules produce: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__PATHCC__) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__PATHCC_MINOR__) # if defined(__PATHCC_PATCHLEVEL__) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__PATHCC_PATCHLEVEL__) # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/SunPro-C-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # if __SUNPRO_C >= 0x5100 /* __SUNPRO_C = 0xVRRP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__SUNPRO_C>>12) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__SUNPRO_C>>4 & 0xFF) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_HEX@(__SUNPRO_C & 0xF) # else /* __SUNPRO_CC = 0xVRP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__SUNPRO_C>>8) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__SUNPRO_C>>4 & 0xF) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_HEX@(__SUNPRO_C & 0xF) # endif' the old evaluation rules produce: ' # if __SUNPRO_C >= 0x5100 /* __SUNPRO_C = 0xVRRP */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_HEX@(__SUNPRO_C>>12) # define /usrCOMPILER_VERSION_MINOR @MACRO_HEX@(__SUNPRO_C>>4 & 0xFF) # define /usrCOMPILER_VERSION_PATCH @MACRO_HEX@(__SUNPRO_C & 0xF) # else /* __SUNPRO_CC = 0xVRP */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_HEX@(__SUNPRO_C>>8) # define /usrCOMPILER_VERSION_MINOR @MACRO_HEX@(__SUNPRO_C>>4 & 0xF) # define /usrCOMPILER_VERSION_PATCH @MACRO_HEX@(__SUNPRO_C & 0xF) # endif' but the new evaluation rules produce: ' # if __SUNPRO_C >= 0x5100 /* __SUNPRO_C = 0xVRRP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__SUNPRO_C>>12) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__SUNPRO_C>>4 & 0xFF) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_HEX@(__SUNPRO_C & 0xF) # else /* __SUNPRO_CC = 0xVRP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__SUNPRO_C>>8) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__SUNPRO_C>>4 & 0xF) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_HEX@(__SUNPRO_C & 0xF) # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/TI-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__TI_COMPILER_VERSION__/1000000) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__TI_COMPILER_VERSION__/1000 % 1000) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__TI_COMPILER_VERSION__ % 1000)' the old evaluation rules produce: ' /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__TI_COMPILER_VERSION__/1000000) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(__TI_COMPILER_VERSION__/1000 % 1000) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__TI_COMPILER_VERSION__ % 1000)' but the new evaluation rules produce: ' /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__TI_COMPILER_VERSION__/1000000) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__TI_COMPILER_VERSION__/1000 % 1000) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__TI_COMPILER_VERSION__ % 1000)' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake:2 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' /* __IBMC__ = VRP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10)' the old evaluation rules produce: ' /* __IBMC__ = VRP */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10)' but the new evaluation rules produce: ' /* __IBMC__ = VRP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10)' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake:4 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/Watcom-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' /* __WATCOMC__ = VVRR */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__WATCOMC__ / 100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@((__WATCOMC__ / 10) % 10) # if (__WATCOMC__ % 10) > 0 # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__WATCOMC__ % 10) # endif' the old evaluation rules produce: ' /* __WATCOMC__ = VVRR */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__WATCOMC__ / 100) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@((__WATCOMC__ / 10) % 10) # if (__WATCOMC__ % 10) > 0 # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__WATCOMC__ % 10) # endif' but the new evaluation rules produce: ' /* __WATCOMC__ = VVRR */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__WATCOMC__ / 100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@((__WATCOMC__ / 10) % 10) # if (__WATCOMC__ % 10) > 0 # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__WATCOMC__ % 10) # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake:2 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' /* __IBMC__ = VRP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10)' the old evaluation rules produce: ' /* __IBMC__ = VRP */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10)' but the new evaluation rules produce: ' /* __IBMC__ = VRP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10)' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/Compiler/XL-C-DetermineCompiler.cmake:4 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake:2 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' /* __IBMC__ = VRP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10)' the old evaluation rules produce: ' /* __IBMC__ = VRP */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10)' but the new evaluation rules produce: ' /* __IBMC__ = VRP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10)' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/Compiler/zOS-C-DetermineCompiler.cmake:4 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/ADSP-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' #if defined(__VISUALDSPVERSION__) /* __VISUALDSPVERSION__ = 0xVVRRPP00 */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__VISUALDSPVERSION__>>24) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__VISUALDSPVERSION__>>16 & 0xFF) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_HEX@(__VISUALDSPVERSION__>>8 & 0xFF) #endif' the old evaluation rules produce: ' #if defined(__VISUALDSPVERSION__) /* __VISUALDSPVERSION__ = 0xVVRRPP00 */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_HEX@(__VISUALDSPVERSION__>>24) # define /usrCOMPILER_VERSION_MINOR @MACRO_HEX@(__VISUALDSPVERSION__>>16 & 0xFF) # define /usrCOMPILER_VERSION_PATCH @MACRO_HEX@(__VISUALDSPVERSION__>>8 & 0xFF) #endif' but the new evaluation rules produce: ' #if defined(__VISUALDSPVERSION__) /* __VISUALDSPVERSION__ = 0xVVRRPP00 */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__VISUALDSPVERSION__>>24) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__VISUALDSPVERSION__>>16 & 0xFF) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_HEX@(__VISUALDSPVERSION__>>8 & 0xFF) #endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/ARMCC-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' #if __ARMCC_VERSION >= 1000000 /* __ARMCC_VERSION = VRRPPPP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__ARMCC_VERSION/1000000) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__ARMCC_VERSION/10000 % 100) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__ARMCC_VERSION % 10000) #else /* __ARMCC_VERSION = VRPPPP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__ARMCC_VERSION/100000) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__ARMCC_VERSION/10000 % 10) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__ARMCC_VERSION % 10000) #endif ' the old evaluation rules produce: ' #if __ARMCC_VERSION >= 1000000 /* __ARMCC_VERSION = VRRPPPP */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__ARMCC_VERSION/1000000) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(__ARMCC_VERSION/10000 % 100) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__ARMCC_VERSION % 10000) #else /* __ARMCC_VERSION = VRPPPP */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__ARMCC_VERSION/100000) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(__ARMCC_VERSION/10000 % 10) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__ARMCC_VERSION % 10000) #endif ' but the new evaluation rules produce: ' #if __ARMCC_VERSION >= 1000000 /* __ARMCC_VERSION = VRRPPPP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__ARMCC_VERSION/1000000) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__ARMCC_VERSION/10000 % 100) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__ARMCC_VERSION % 10000) #else /* __ARMCC_VERSION = VRPPPP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__ARMCC_VERSION/100000) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__ARMCC_VERSION/10000 % 10) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__ARMCC_VERSION % 10000) #endif ' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake:2 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__clang_major__) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__clang_minor__) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__clang_patchlevel__) # if defined(_MSC_VER) /* _MSC_VER = VVRR */ # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) # endif' the old evaluation rules produce: ' # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__clang_major__) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(__clang_minor__) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__clang_patchlevel__) # if defined(_MSC_VER) /* _MSC_VER = VVRR */ # define /usrSIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) # define /usrSIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) # endif' but the new evaluation rules produce: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__clang_major__) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__clang_minor__) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__clang_patchlevel__) # if defined(_MSC_VER) /* _MSC_VER = VVRR */ # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake:4 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake:12 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # if defined(_MSC_VER) # define @PREFIX@SIMULATE_ID \"MSVC\" # endif' the old evaluation rules produce: ' # if defined(_MSC_VER) # define /usrSIMULATE_ID "MSVC" # endif' but the new evaluation rules produce: ' # if defined(_MSC_VER) # define @PREFIX@SIMULATE_ID "MSVC" # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake:4 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake:6 (string): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__apple_build_version__)' the old evaluation rules produce: ' # define /usrCOMPILER_VERSION_TWEAK @MACRO_DEC@(__apple_build_version__)' but the new evaluation rules produce: ' # define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__apple_build_version__)' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/Borland-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' /* __BORLANDC__ = 0xVRR */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__BORLANDC__>>8) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__BORLANDC__ & 0xFF)' the old evaluation rules produce: ' /* __BORLANDC__ = 0xVRR */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_HEX@(__BORLANDC__>>8) # define /usrCOMPILER_VERSION_MINOR @MACRO_HEX@(__BORLANDC__ & 0xFF)' but the new evaluation rules produce: ' /* __BORLANDC__ = 0xVRR */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__BORLANDC__>>8) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__BORLANDC__ & 0xFF)' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake:2 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__clang_major__) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__clang_minor__) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__clang_patchlevel__) # if defined(_MSC_VER) /* _MSC_VER = VVRR */ # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) # endif' the old evaluation rules produce: ' # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__clang_major__) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(__clang_minor__) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__clang_patchlevel__) # if defined(_MSC_VER) /* _MSC_VER = VVRR */ # define /usrSIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) # define /usrSIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) # endif' but the new evaluation rules produce: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__clang_major__) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__clang_minor__) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__clang_patchlevel__) # if defined(_MSC_VER) /* _MSC_VER = VVRR */ # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake:4 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake:12 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # if defined(_MSC_VER) # define @PREFIX@SIMULATE_ID \"MSVC\" # endif' the old evaluation rules produce: ' # if defined(_MSC_VER) # define /usrSIMULATE_ID "MSVC" # endif' but the new evaluation rules produce: ' # if defined(_MSC_VER) # define @PREFIX@SIMULATE_ID "MSVC" # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake:4 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/Compaq-C-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' /* __DECC_VER = VVRRTPPPP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__DECC_VER/10000000) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__DECC_VER/100000 % 100) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__DECC_VER % 10000)' the old evaluation rules produce: ' /* __DECC_VER = VVRRTPPPP */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__DECC_VER/10000000) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(__DECC_VER/100000 % 100) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__DECC_VER % 10000)' but the new evaluation rules produce: ' /* __DECC_VER = VVRRTPPPP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__DECC_VER/10000000) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__DECC_VER/100000 % 100) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__DECC_VER % 10000)' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/Cray-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_RELEASE_MAJOR) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_RELEASE_MINOR)' the old evaluation rules produce: ' # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(_RELEASE_MAJOR) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(_RELEASE_MINOR)' but the new evaluation rules produce: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_RELEASE_MAJOR) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_RELEASE_MINOR)' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/Embarcadero-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__CODEGEARC_VERSION__>>24 & 0x00FF) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__CODEGEARC_VERSION__>>16 & 0x00FF) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__CODEGEARC_VERSION__ & 0xFFFF)' the old evaluation rules produce: ' # define /usrCOMPILER_VERSION_MAJOR @MACRO_HEX@(__CODEGEARC_VERSION__>>24 & 0x00FF) # define /usrCOMPILER_VERSION_MINOR @MACRO_HEX@(__CODEGEARC_VERSION__>>16 & 0x00FF) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__CODEGEARC_VERSION__ & 0xFFFF)' but the new evaluation rules produce: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__CODEGEARC_VERSION__>>24 & 0x00FF) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__CODEGEARC_VERSION__>>16 & 0x00FF) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__CODEGEARC_VERSION__ & 0xFFFF)' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/GHS-DetermineCompiler.cmake:3 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__INTEGRITY_MAJOR_VERSION) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__INTEGRITY_MINOR_VERSION) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__INTEGRITY_PATCH_VERSION)' the old evaluation rules produce: ' # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__INTEGRITY_MAJOR_VERSION) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(__INTEGRITY_MINOR_VERSION) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__INTEGRITY_PATCH_VERSION)' but the new evaluation rules produce: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__INTEGRITY_MAJOR_VERSION) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__INTEGRITY_MINOR_VERSION) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__INTEGRITY_PATCH_VERSION)' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/GNU-C-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__GNUC__) # if defined(__GNUC_MINOR__) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__GNUC_MINOR__) # endif # if defined(__GNUC_PATCHLEVEL__) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__GNUC_PATCHLEVEL__) # endif' the old evaluation rules produce: ' # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__GNUC__) # if defined(__GNUC_MINOR__) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(__GNUC_MINOR__) # endif # if defined(__GNUC_PATCHLEVEL__) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__GNUC_PATCHLEVEL__) # endif' but the new evaluation rules produce: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__GNUC__) # if defined(__GNUC_MINOR__) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__GNUC_MINOR__) # endif # if defined(__GNUC_PATCHLEVEL__) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__GNUC_PATCHLEVEL__) # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/HP-C-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' /* __HP_cc = VVRRPP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__HP_cc/10000) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__HP_cc/100 % 100) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__HP_cc % 100)' the old evaluation rules produce: ' /* __HP_cc = VVRRPP */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__HP_cc/10000) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(__HP_cc/100 % 100) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__HP_cc % 100)' but the new evaluation rules produce: ' /* __HP_cc = VVRRPP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__HP_cc/10000) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__HP_cc/100 % 100) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__HP_cc % 100)' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/IAR-DetermineCompiler.cmake:15 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # if defined(__VER__) # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@((__VER__) / 1000000) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(((__VER__) / 1000) % 1000) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@((__VER__) % 1000) # define @PREFIX@COMPILER_VERSION_INTERNAL @MACRO_DEC@(__IAR_SYSTEMS_ICC__) # endif' the old evaluation rules produce: ' # if defined(__VER__) # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@((__VER__) / 1000000) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(((__VER__) / 1000) % 1000) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@((__VER__) % 1000) # define /usrCOMPILER_VERSION_INTERNAL @MACRO_DEC@(__IAR_SYSTEMS_ICC__) # endif' but the new evaluation rules produce: ' # if defined(__VER__) # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@((__VER__) / 1000000) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(((__VER__) / 1000) % 1000) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@((__VER__) % 1000) # define @PREFIX@COMPILER_VERSION_INTERNAL @MACRO_DEC@(__IAR_SYSTEMS_ICC__) # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' /* __INTEL_COMPILER = VRP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__INTEL_COMPILER/100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__INTEL_COMPILER/10 % 10) # if defined(__INTEL_COMPILER_UPDATE) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_COMPILER_UPDATE) # else # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_COMPILER % 10) # endif # if defined(__INTEL_COMPILER_BUILD_DATE) /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ # define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__INTEL_COMPILER_BUILD_DATE) # endif # if defined(_MSC_VER) /* _MSC_VER = VVRR */ # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) # endif' the old evaluation rules produce: ' /* __INTEL_COMPILER = VRP */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__INTEL_COMPILER/100) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(__INTEL_COMPILER/10 % 10) # if defined(__INTEL_COMPILER_UPDATE) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_COMPILER_UPDATE) # else # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_COMPILER % 10) # endif # if defined(__INTEL_COMPILER_BUILD_DATE) /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ # define /usrCOMPILER_VERSION_TWEAK @MACRO_DEC@(__INTEL_COMPILER_BUILD_DATE) # endif # if defined(_MSC_VER) /* _MSC_VER = VVRR */ # define /usrSIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) # define /usrSIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) # endif' but the new evaluation rules produce: ' /* __INTEL_COMPILER = VRP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__INTEL_COMPILER/100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__INTEL_COMPILER/10 % 10) # if defined(__INTEL_COMPILER_UPDATE) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_COMPILER_UPDATE) # else # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_COMPILER % 10) # endif # if defined(__INTEL_COMPILER_BUILD_DATE) /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ # define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__INTEL_COMPILER_BUILD_DATE) # endif # if defined(_MSC_VER) /* _MSC_VER = VVRR */ # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake:23 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # if defined(_MSC_VER) # define @PREFIX@SIMULATE_ID \"MSVC\" # endif' the old evaluation rules produce: ' # if defined(_MSC_VER) # define /usrSIMULATE_ID "MSVC" # endif' but the new evaluation rules produce: ' # if defined(_MSC_VER) # define @PREFIX@SIMULATE_ID "MSVC" # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/MIPSpro-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # if defined(_SGI_COMPILER_VERSION) /* _SGI_COMPILER_VERSION = VRP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_SGI_COMPILER_VERSION/100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_SGI_COMPILER_VERSION/10 % 10) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_SGI_COMPILER_VERSION % 10) # else /* _COMPILER_VERSION = VRP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_COMPILER_VERSION/100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_COMPILER_VERSION/10 % 10) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_COMPILER_VERSION % 10) # endif' the old evaluation rules produce: ' # if defined(_SGI_COMPILER_VERSION) /* _SGI_COMPILER_VERSION = VRP */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(_SGI_COMPILER_VERSION/100) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(_SGI_COMPILER_VERSION/10 % 10) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(_SGI_COMPILER_VERSION % 10) # else /* _COMPILER_VERSION = VRP */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(_COMPILER_VERSION/100) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(_COMPILER_VERSION/10 % 10) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(_COMPILER_VERSION % 10) # endif' but the new evaluation rules produce: ' # if defined(_SGI_COMPILER_VERSION) /* _SGI_COMPILER_VERSION = VRP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_SGI_COMPILER_VERSION/100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_SGI_COMPILER_VERSION/10 % 10) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_SGI_COMPILER_VERSION % 10) # else /* _COMPILER_VERSION = VRP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_COMPILER_VERSION/100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_COMPILER_VERSION/10 % 10) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_COMPILER_VERSION % 10) # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/MSVC-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' /* _MSC_VER = VVRR */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) # if defined(_MSC_FULL_VER) # if _MSC_VER >= 1400 /* _MSC_FULL_VER = VVRRPPPPP */ # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_MSC_FULL_VER % 100000) # else /* _MSC_FULL_VER = VVRRPPPP */ # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_MSC_FULL_VER % 10000) # endif # endif # if defined(_MSC_BUILD) # define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(_MSC_BUILD) # endif' the old evaluation rules produce: ' /* _MSC_VER = VVRR */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) # if defined(_MSC_FULL_VER) # if _MSC_VER >= 1400 /* _MSC_FULL_VER = VVRRPPPPP */ # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(_MSC_FULL_VER % 100000) # else /* _MSC_FULL_VER = VVRRPPPP */ # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(_MSC_FULL_VER % 10000) # endif # endif # if defined(_MSC_BUILD) # define /usrCOMPILER_VERSION_TWEAK @MACRO_DEC@(_MSC_BUILD) # endif' but the new evaluation rules produce: ' /* _MSC_VER = VVRR */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) # if defined(_MSC_FULL_VER) # if _MSC_VER >= 1400 /* _MSC_FULL_VER = VVRRPPPPP */ # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_MSC_FULL_VER % 100000) # else /* _MSC_FULL_VER = VVRRPPPP */ # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_MSC_FULL_VER % 10000) # endif # endif # if defined(_MSC_BUILD) # define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(_MSC_BUILD) # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/NVIDIA-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__CUDACC_VER_MAJOR__) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__CUDACC_VER_MINOR__) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__CUDACC_VER_BUILD__) # if defined(_MSC_VER) /* _MSC_VER = VVRR */ # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) # endif' the old evaluation rules produce: ' # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__CUDACC_VER_MAJOR__) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(__CUDACC_VER_MINOR__) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__CUDACC_VER_BUILD__) # if defined(_MSC_VER) /* _MSC_VER = VVRR */ # define /usrSIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) # define /usrSIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) # endif' but the new evaluation rules produce: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__CUDACC_VER_MAJOR__) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__CUDACC_VER_MINOR__) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__CUDACC_VER_BUILD__) # if defined(_MSC_VER) /* _MSC_VER = VVRR */ # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/NVIDIA-DetermineCompiler.cmake:14 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # if defined(_MSC_VER) # define @PREFIX@SIMULATE_ID \"MSVC\" # endif' the old evaluation rules produce: ' # if defined(_MSC_VER) # define /usrSIMULATE_ID "MSVC" # endif' but the new evaluation rules produce: ' # if defined(_MSC_VER) # define @PREFIX@SIMULATE_ID "MSVC" # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' /* __WATCOMC__ = VVRP + 1100 */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@((__WATCOMC__ - 1100) / 100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@((__WATCOMC__ / 10) % 10) # if (__WATCOMC__ % 10) > 0 # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__WATCOMC__ % 10) # endif' the old evaluation rules produce: ' /* __WATCOMC__ = VVRP + 1100 */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@((__WATCOMC__ - 1100) / 100) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@((__WATCOMC__ / 10) % 10) # if (__WATCOMC__ % 10) > 0 # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__WATCOMC__ % 10) # endif' but the new evaluation rules produce: ' /* __WATCOMC__ = VVRP + 1100 */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@((__WATCOMC__ - 1100) / 100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@((__WATCOMC__ / 10) % 10) # if (__WATCOMC__ % 10) > 0 # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__WATCOMC__ % 10) # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/PGI-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__PGIC__) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__PGIC_MINOR__) # if defined(__PGIC_PATCHLEVEL__) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__PGIC_PATCHLEVEL__) # endif' the old evaluation rules produce: ' # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__PGIC__) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(__PGIC_MINOR__) # if defined(__PGIC_PATCHLEVEL__) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__PGIC_PATCHLEVEL__) # endif' but the new evaluation rules produce: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__PGIC__) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__PGIC_MINOR__) # if defined(__PGIC_PATCHLEVEL__) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__PGIC_PATCHLEVEL__) # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/PathScale-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__PATHCC__) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__PATHCC_MINOR__) # if defined(__PATHCC_PATCHLEVEL__) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__PATHCC_PATCHLEVEL__) # endif' the old evaluation rules produce: ' # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__PATHCC__) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(__PATHCC_MINOR__) # if defined(__PATHCC_PATCHLEVEL__) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__PATHCC_PATCHLEVEL__) # endif' but the new evaluation rules produce: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__PATHCC__) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__PATHCC_MINOR__) # if defined(__PATHCC_PATCHLEVEL__) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__PATHCC_PATCHLEVEL__) # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/SunPro-C-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # if __SUNPRO_C >= 0x5100 /* __SUNPRO_C = 0xVRRP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__SUNPRO_C>>12) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__SUNPRO_C>>4 & 0xFF) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_HEX@(__SUNPRO_C & 0xF) # else /* __SUNPRO_CC = 0xVRP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__SUNPRO_C>>8) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__SUNPRO_C>>4 & 0xF) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_HEX@(__SUNPRO_C & 0xF) # endif' the old evaluation rules produce: ' # if __SUNPRO_C >= 0x5100 /* __SUNPRO_C = 0xVRRP */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_HEX@(__SUNPRO_C>>12) # define /usrCOMPILER_VERSION_MINOR @MACRO_HEX@(__SUNPRO_C>>4 & 0xFF) # define /usrCOMPILER_VERSION_PATCH @MACRO_HEX@(__SUNPRO_C & 0xF) # else /* __SUNPRO_CC = 0xVRP */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_HEX@(__SUNPRO_C>>8) # define /usrCOMPILER_VERSION_MINOR @MACRO_HEX@(__SUNPRO_C>>4 & 0xF) # define /usrCOMPILER_VERSION_PATCH @MACRO_HEX@(__SUNPRO_C & 0xF) # endif' but the new evaluation rules produce: ' # if __SUNPRO_C >= 0x5100 /* __SUNPRO_C = 0xVRRP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__SUNPRO_C>>12) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__SUNPRO_C>>4 & 0xFF) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_HEX@(__SUNPRO_C & 0xF) # else /* __SUNPRO_CC = 0xVRP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__SUNPRO_C>>8) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__SUNPRO_C>>4 & 0xF) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_HEX@(__SUNPRO_C & 0xF) # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/TI-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__TI_COMPILER_VERSION__/1000000) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__TI_COMPILER_VERSION__/1000 % 1000) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__TI_COMPILER_VERSION__ % 1000)' the old evaluation rules produce: ' /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__TI_COMPILER_VERSION__/1000000) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(__TI_COMPILER_VERSION__/1000 % 1000) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__TI_COMPILER_VERSION__ % 1000)' but the new evaluation rules produce: ' /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__TI_COMPILER_VERSION__/1000000) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__TI_COMPILER_VERSION__/1000 % 1000) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__TI_COMPILER_VERSION__ % 1000)' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake:2 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' /* __IBMC__ = VRP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10)' the old evaluation rules produce: ' /* __IBMC__ = VRP */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10)' but the new evaluation rules produce: ' /* __IBMC__ = VRP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10)' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake:4 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/Watcom-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' /* __WATCOMC__ = VVRR */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__WATCOMC__ / 100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@((__WATCOMC__ / 10) % 10) # if (__WATCOMC__ % 10) > 0 # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__WATCOMC__ % 10) # endif' the old evaluation rules produce: ' /* __WATCOMC__ = VVRR */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__WATCOMC__ / 100) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@((__WATCOMC__ / 10) % 10) # if (__WATCOMC__ % 10) > 0 # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__WATCOMC__ % 10) # endif' but the new evaluation rules produce: ' /* __WATCOMC__ = VVRR */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__WATCOMC__ / 100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@((__WATCOMC__ / 10) % 10) # if (__WATCOMC__ % 10) > 0 # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__WATCOMC__ % 10) # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake:2 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' /* __IBMC__ = VRP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10)' the old evaluation rules produce: ' /* __IBMC__ = VRP */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10)' but the new evaluation rules produce: ' /* __IBMC__ = VRP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10)' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/Compiler/XL-C-DetermineCompiler.cmake:4 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake:2 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' /* __IBMC__ = VRP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10)' the old evaluation rules produce: ' /* __IBMC__ = VRP */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10)' but the new evaluation rules produce: ' /* __IBMC__ = VRP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10)' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/Compiler/zOS-C-DetermineCompiler.cmake:4 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/ADSP-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' #if defined(__VISUALDSPVERSION__) /* __VISUALDSPVERSION__ = 0xVVRRPP00 */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__VISUALDSPVERSION__>>24) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__VISUALDSPVERSION__>>16 & 0xFF) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_HEX@(__VISUALDSPVERSION__>>8 & 0xFF) #endif' the old evaluation rules produce: ' #if defined(__VISUALDSPVERSION__) /* __VISUALDSPVERSION__ = 0xVVRRPP00 */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_HEX@(__VISUALDSPVERSION__>>24) # define /usrCOMPILER_VERSION_MINOR @MACRO_HEX@(__VISUALDSPVERSION__>>16 & 0xFF) # define /usrCOMPILER_VERSION_PATCH @MACRO_HEX@(__VISUALDSPVERSION__>>8 & 0xFF) #endif' but the new evaluation rules produce: ' #if defined(__VISUALDSPVERSION__) /* __VISUALDSPVERSION__ = 0xVVRRPP00 */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__VISUALDSPVERSION__>>24) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__VISUALDSPVERSION__>>16 & 0xFF) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_HEX@(__VISUALDSPVERSION__>>8 & 0xFF) #endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/ARMCC-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' #if __ARMCC_VERSION >= 1000000 /* __ARMCC_VERSION = VRRPPPP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__ARMCC_VERSION/1000000) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__ARMCC_VERSION/10000 % 100) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__ARMCC_VERSION % 10000) #else /* __ARMCC_VERSION = VRPPPP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__ARMCC_VERSION/100000) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__ARMCC_VERSION/10000 % 10) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__ARMCC_VERSION % 10000) #endif ' the old evaluation rules produce: ' #if __ARMCC_VERSION >= 1000000 /* __ARMCC_VERSION = VRRPPPP */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__ARMCC_VERSION/1000000) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(__ARMCC_VERSION/10000 % 100) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__ARMCC_VERSION % 10000) #else /* __ARMCC_VERSION = VRPPPP */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__ARMCC_VERSION/100000) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(__ARMCC_VERSION/10000 % 10) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__ARMCC_VERSION % 10000) #endif ' but the new evaluation rules produce: ' #if __ARMCC_VERSION >= 1000000 /* __ARMCC_VERSION = VRRPPPP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__ARMCC_VERSION/1000000) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__ARMCC_VERSION/10000 % 100) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__ARMCC_VERSION % 10000) #else /* __ARMCC_VERSION = VRPPPP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__ARMCC_VERSION/100000) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__ARMCC_VERSION/10000 % 10) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__ARMCC_VERSION % 10000) #endif ' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake:2 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__clang_major__) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__clang_minor__) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__clang_patchlevel__) # if defined(_MSC_VER) /* _MSC_VER = VVRR */ # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) # endif' the old evaluation rules produce: ' # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__clang_major__) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(__clang_minor__) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__clang_patchlevel__) # if defined(_MSC_VER) /* _MSC_VER = VVRR */ # define /usrSIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) # define /usrSIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) # endif' but the new evaluation rules produce: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__clang_major__) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__clang_minor__) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__clang_patchlevel__) # if defined(_MSC_VER) /* _MSC_VER = VVRR */ # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake:4 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake:12 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # if defined(_MSC_VER) # define @PREFIX@SIMULATE_ID \"MSVC\" # endif' the old evaluation rules produce: ' # if defined(_MSC_VER) # define /usrSIMULATE_ID "MSVC" # endif' but the new evaluation rules produce: ' # if defined(_MSC_VER) # define @PREFIX@SIMULATE_ID "MSVC" # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake:4 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake:6 (string): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__apple_build_version__)' the old evaluation rules produce: ' # define /usrCOMPILER_VERSION_TWEAK @MACRO_DEC@(__apple_build_version__)' but the new evaluation rules produce: ' # define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__apple_build_version__)' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/Borland-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' /* __BORLANDC__ = 0xVRR */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__BORLANDC__>>8) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__BORLANDC__ & 0xFF)' the old evaluation rules produce: ' /* __BORLANDC__ = 0xVRR */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_HEX@(__BORLANDC__>>8) # define /usrCOMPILER_VERSION_MINOR @MACRO_HEX@(__BORLANDC__ & 0xFF)' but the new evaluation rules produce: ' /* __BORLANDC__ = 0xVRR */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__BORLANDC__>>8) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__BORLANDC__ & 0xFF)' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake:2 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__clang_major__) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__clang_minor__) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__clang_patchlevel__) # if defined(_MSC_VER) /* _MSC_VER = VVRR */ # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) # endif' the old evaluation rules produce: ' # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__clang_major__) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(__clang_minor__) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__clang_patchlevel__) # if defined(_MSC_VER) /* _MSC_VER = VVRR */ # define /usrSIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) # define /usrSIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) # endif' but the new evaluation rules produce: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__clang_major__) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__clang_minor__) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__clang_patchlevel__) # if defined(_MSC_VER) /* _MSC_VER = VVRR */ # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake:4 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake:12 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # if defined(_MSC_VER) # define @PREFIX@SIMULATE_ID \"MSVC\" # endif' the old evaluation rules produce: ' # if defined(_MSC_VER) # define /usrSIMULATE_ID "MSVC" # endif' but the new evaluation rules produce: ' # if defined(_MSC_VER) # define @PREFIX@SIMULATE_ID "MSVC" # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake:4 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/Compaq-C-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' /* __DECC_VER = VVRRTPPPP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__DECC_VER/10000000) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__DECC_VER/100000 % 100) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__DECC_VER % 10000)' the old evaluation rules produce: ' /* __DECC_VER = VVRRTPPPP */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__DECC_VER/10000000) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(__DECC_VER/100000 % 100) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__DECC_VER % 10000)' but the new evaluation rules produce: ' /* __DECC_VER = VVRRTPPPP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__DECC_VER/10000000) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__DECC_VER/100000 % 100) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__DECC_VER % 10000)' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/Cray-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_RELEASE_MAJOR) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_RELEASE_MINOR)' the old evaluation rules produce: ' # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(_RELEASE_MAJOR) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(_RELEASE_MINOR)' but the new evaluation rules produce: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_RELEASE_MAJOR) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_RELEASE_MINOR)' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/Embarcadero-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__CODEGEARC_VERSION__>>24 & 0x00FF) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__CODEGEARC_VERSION__>>16 & 0x00FF) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__CODEGEARC_VERSION__ & 0xFFFF)' the old evaluation rules produce: ' # define /usrCOMPILER_VERSION_MAJOR @MACRO_HEX@(__CODEGEARC_VERSION__>>24 & 0x00FF) # define /usrCOMPILER_VERSION_MINOR @MACRO_HEX@(__CODEGEARC_VERSION__>>16 & 0x00FF) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__CODEGEARC_VERSION__ & 0xFFFF)' but the new evaluation rules produce: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__CODEGEARC_VERSION__>>24 & 0x00FF) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__CODEGEARC_VERSION__>>16 & 0x00FF) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__CODEGEARC_VERSION__ & 0xFFFF)' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/GHS-DetermineCompiler.cmake:3 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__INTEGRITY_MAJOR_VERSION) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__INTEGRITY_MINOR_VERSION) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__INTEGRITY_PATCH_VERSION)' the old evaluation rules produce: ' # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__INTEGRITY_MAJOR_VERSION) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(__INTEGRITY_MINOR_VERSION) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__INTEGRITY_PATCH_VERSION)' but the new evaluation rules produce: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__INTEGRITY_MAJOR_VERSION) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__INTEGRITY_MINOR_VERSION) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__INTEGRITY_PATCH_VERSION)' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/GNU-C-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__GNUC__) # if defined(__GNUC_MINOR__) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__GNUC_MINOR__) # endif # if defined(__GNUC_PATCHLEVEL__) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__GNUC_PATCHLEVEL__) # endif' the old evaluation rules produce: ' # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__GNUC__) # if defined(__GNUC_MINOR__) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(__GNUC_MINOR__) # endif # if defined(__GNUC_PATCHLEVEL__) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__GNUC_PATCHLEVEL__) # endif' but the new evaluation rules produce: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__GNUC__) # if defined(__GNUC_MINOR__) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__GNUC_MINOR__) # endif # if defined(__GNUC_PATCHLEVEL__) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__GNUC_PATCHLEVEL__) # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/HP-C-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' /* __HP_cc = VVRRPP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__HP_cc/10000) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__HP_cc/100 % 100) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__HP_cc % 100)' the old evaluation rules produce: ' /* __HP_cc = VVRRPP */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__HP_cc/10000) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(__HP_cc/100 % 100) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__HP_cc % 100)' but the new evaluation rules produce: ' /* __HP_cc = VVRRPP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__HP_cc/10000) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__HP_cc/100 % 100) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__HP_cc % 100)' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/IAR-DetermineCompiler.cmake:15 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # if defined(__VER__) # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@((__VER__) / 1000000) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(((__VER__) / 1000) % 1000) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@((__VER__) % 1000) # define @PREFIX@COMPILER_VERSION_INTERNAL @MACRO_DEC@(__IAR_SYSTEMS_ICC__) # endif' the old evaluation rules produce: ' # if defined(__VER__) # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@((__VER__) / 1000000) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(((__VER__) / 1000) % 1000) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@((__VER__) % 1000) # define /usrCOMPILER_VERSION_INTERNAL @MACRO_DEC@(__IAR_SYSTEMS_ICC__) # endif' but the new evaluation rules produce: ' # if defined(__VER__) # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@((__VER__) / 1000000) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(((__VER__) / 1000) % 1000) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@((__VER__) % 1000) # define @PREFIX@COMPILER_VERSION_INTERNAL @MACRO_DEC@(__IAR_SYSTEMS_ICC__) # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' /* __INTEL_COMPILER = VRP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__INTEL_COMPILER/100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__INTEL_COMPILER/10 % 10) # if defined(__INTEL_COMPILER_UPDATE) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_COMPILER_UPDATE) # else # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_COMPILER % 10) # endif # if defined(__INTEL_COMPILER_BUILD_DATE) /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ # define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__INTEL_COMPILER_BUILD_DATE) # endif # if defined(_MSC_VER) /* _MSC_VER = VVRR */ # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) # endif' the old evaluation rules produce: ' /* __INTEL_COMPILER = VRP */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__INTEL_COMPILER/100) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(__INTEL_COMPILER/10 % 10) # if defined(__INTEL_COMPILER_UPDATE) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_COMPILER_UPDATE) # else # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_COMPILER % 10) # endif # if defined(__INTEL_COMPILER_BUILD_DATE) /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ # define /usrCOMPILER_VERSION_TWEAK @MACRO_DEC@(__INTEL_COMPILER_BUILD_DATE) # endif # if defined(_MSC_VER) /* _MSC_VER = VVRR */ # define /usrSIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) # define /usrSIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) # endif' but the new evaluation rules produce: ' /* __INTEL_COMPILER = VRP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__INTEL_COMPILER/100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__INTEL_COMPILER/10 % 10) # if defined(__INTEL_COMPILER_UPDATE) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_COMPILER_UPDATE) # else # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_COMPILER % 10) # endif # if defined(__INTEL_COMPILER_BUILD_DATE) /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ # define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__INTEL_COMPILER_BUILD_DATE) # endif # if defined(_MSC_VER) /* _MSC_VER = VVRR */ # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake:23 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # if defined(_MSC_VER) # define @PREFIX@SIMULATE_ID \"MSVC\" # endif' the old evaluation rules produce: ' # if defined(_MSC_VER) # define /usrSIMULATE_ID "MSVC" # endif' but the new evaluation rules produce: ' # if defined(_MSC_VER) # define @PREFIX@SIMULATE_ID "MSVC" # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/MIPSpro-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # if defined(_SGI_COMPILER_VERSION) /* _SGI_COMPILER_VERSION = VRP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_SGI_COMPILER_VERSION/100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_SGI_COMPILER_VERSION/10 % 10) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_SGI_COMPILER_VERSION % 10) # else /* _COMPILER_VERSION = VRP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_COMPILER_VERSION/100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_COMPILER_VERSION/10 % 10) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_COMPILER_VERSION % 10) # endif' the old evaluation rules produce: ' # if defined(_SGI_COMPILER_VERSION) /* _SGI_COMPILER_VERSION = VRP */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(_SGI_COMPILER_VERSION/100) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(_SGI_COMPILER_VERSION/10 % 10) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(_SGI_COMPILER_VERSION % 10) # else /* _COMPILER_VERSION = VRP */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(_COMPILER_VERSION/100) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(_COMPILER_VERSION/10 % 10) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(_COMPILER_VERSION % 10) # endif' but the new evaluation rules produce: ' # if defined(_SGI_COMPILER_VERSION) /* _SGI_COMPILER_VERSION = VRP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_SGI_COMPILER_VERSION/100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_SGI_COMPILER_VERSION/10 % 10) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_SGI_COMPILER_VERSION % 10) # else /* _COMPILER_VERSION = VRP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_COMPILER_VERSION/100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_COMPILER_VERSION/10 % 10) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_COMPILER_VERSION % 10) # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/MSVC-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' /* _MSC_VER = VVRR */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) # if defined(_MSC_FULL_VER) # if _MSC_VER >= 1400 /* _MSC_FULL_VER = VVRRPPPPP */ # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_MSC_FULL_VER % 100000) # else /* _MSC_FULL_VER = VVRRPPPP */ # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_MSC_FULL_VER % 10000) # endif # endif # if defined(_MSC_BUILD) # define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(_MSC_BUILD) # endif' the old evaluation rules produce: ' /* _MSC_VER = VVRR */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) # if defined(_MSC_FULL_VER) # if _MSC_VER >= 1400 /* _MSC_FULL_VER = VVRRPPPPP */ # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(_MSC_FULL_VER % 100000) # else /* _MSC_FULL_VER = VVRRPPPP */ # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(_MSC_FULL_VER % 10000) # endif # endif # if defined(_MSC_BUILD) # define /usrCOMPILER_VERSION_TWEAK @MACRO_DEC@(_MSC_BUILD) # endif' but the new evaluation rules produce: ' /* _MSC_VER = VVRR */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) # if defined(_MSC_FULL_VER) # if _MSC_VER >= 1400 /* _MSC_FULL_VER = VVRRPPPPP */ # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_MSC_FULL_VER % 100000) # else /* _MSC_FULL_VER = VVRRPPPP */ # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_MSC_FULL_VER % 10000) # endif # endif # if defined(_MSC_BUILD) # define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(_MSC_BUILD) # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/NVIDIA-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__CUDACC_VER_MAJOR__) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__CUDACC_VER_MINOR__) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__CUDACC_VER_BUILD__) # if defined(_MSC_VER) /* _MSC_VER = VVRR */ # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) # endif' the old evaluation rules produce: ' # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__CUDACC_VER_MAJOR__) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(__CUDACC_VER_MINOR__) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__CUDACC_VER_BUILD__) # if defined(_MSC_VER) /* _MSC_VER = VVRR */ # define /usrSIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) # define /usrSIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) # endif' but the new evaluation rules produce: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__CUDACC_VER_MAJOR__) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__CUDACC_VER_MINOR__) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__CUDACC_VER_BUILD__) # if defined(_MSC_VER) /* _MSC_VER = VVRR */ # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/NVIDIA-DetermineCompiler.cmake:14 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # if defined(_MSC_VER) # define @PREFIX@SIMULATE_ID \"MSVC\" # endif' the old evaluation rules produce: ' # if defined(_MSC_VER) # define /usrSIMULATE_ID "MSVC" # endif' but the new evaluation rules produce: ' # if defined(_MSC_VER) # define @PREFIX@SIMULATE_ID "MSVC" # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' /* __WATCOMC__ = VVRP + 1100 */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@((__WATCOMC__ - 1100) / 100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@((__WATCOMC__ / 10) % 10) # if (__WATCOMC__ % 10) > 0 # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__WATCOMC__ % 10) # endif' the old evaluation rules produce: ' /* __WATCOMC__ = VVRP + 1100 */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@((__WATCOMC__ - 1100) / 100) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@((__WATCOMC__ / 10) % 10) # if (__WATCOMC__ % 10) > 0 # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__WATCOMC__ % 10) # endif' but the new evaluation rules produce: ' /* __WATCOMC__ = VVRP + 1100 */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@((__WATCOMC__ - 1100) / 100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@((__WATCOMC__ / 10) % 10) # if (__WATCOMC__ % 10) > 0 # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__WATCOMC__ % 10) # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/PGI-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__PGIC__) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__PGIC_MINOR__) # if defined(__PGIC_PATCHLEVEL__) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__PGIC_PATCHLEVEL__) # endif' the old evaluation rules produce: ' # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__PGIC__) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(__PGIC_MINOR__) # if defined(__PGIC_PATCHLEVEL__) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__PGIC_PATCHLEVEL__) # endif' but the new evaluation rules produce: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__PGIC__) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__PGIC_MINOR__) # if defined(__PGIC_PATCHLEVEL__) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__PGIC_PATCHLEVEL__) # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/PathScale-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__PATHCC__) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__PATHCC_MINOR__) # if defined(__PATHCC_PATCHLEVEL__) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__PATHCC_PATCHLEVEL__) # endif' the old evaluation rules produce: ' # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__PATHCC__) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(__PATHCC_MINOR__) # if defined(__PATHCC_PATCHLEVEL__) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__PATHCC_PATCHLEVEL__) # endif' but the new evaluation rules produce: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__PATHCC__) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__PATHCC_MINOR__) # if defined(__PATHCC_PATCHLEVEL__) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__PATHCC_PATCHLEVEL__) # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/SunPro-C-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # if __SUNPRO_C >= 0x5100 /* __SUNPRO_C = 0xVRRP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__SUNPRO_C>>12) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__SUNPRO_C>>4 & 0xFF) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_HEX@(__SUNPRO_C & 0xF) # else /* __SUNPRO_CC = 0xVRP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__SUNPRO_C>>8) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__SUNPRO_C>>4 & 0xF) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_HEX@(__SUNPRO_C & 0xF) # endif' the old evaluation rules produce: ' # if __SUNPRO_C >= 0x5100 /* __SUNPRO_C = 0xVRRP */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_HEX@(__SUNPRO_C>>12) # define /usrCOMPILER_VERSION_MINOR @MACRO_HEX@(__SUNPRO_C>>4 & 0xFF) # define /usrCOMPILER_VERSION_PATCH @MACRO_HEX@(__SUNPRO_C & 0xF) # else /* __SUNPRO_CC = 0xVRP */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_HEX@(__SUNPRO_C>>8) # define /usrCOMPILER_VERSION_MINOR @MACRO_HEX@(__SUNPRO_C>>4 & 0xF) # define /usrCOMPILER_VERSION_PATCH @MACRO_HEX@(__SUNPRO_C & 0xF) # endif' but the new evaluation rules produce: ' # if __SUNPRO_C >= 0x5100 /* __SUNPRO_C = 0xVRRP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__SUNPRO_C>>12) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__SUNPRO_C>>4 & 0xFF) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_HEX@(__SUNPRO_C & 0xF) # else /* __SUNPRO_CC = 0xVRP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__SUNPRO_C>>8) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__SUNPRO_C>>4 & 0xF) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_HEX@(__SUNPRO_C & 0xF) # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/TI-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__TI_COMPILER_VERSION__/1000000) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__TI_COMPILER_VERSION__/1000 % 1000) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__TI_COMPILER_VERSION__ % 1000)' the old evaluation rules produce: ' /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__TI_COMPILER_VERSION__/1000000) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(__TI_COMPILER_VERSION__/1000 % 1000) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__TI_COMPILER_VERSION__ % 1000)' but the new evaluation rules produce: ' /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__TI_COMPILER_VERSION__/1000000) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__TI_COMPILER_VERSION__/1000 % 1000) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__TI_COMPILER_VERSION__ % 1000)' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake:2 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' /* __IBMC__ = VRP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10)' the old evaluation rules produce: ' /* __IBMC__ = VRP */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10)' but the new evaluation rules produce: ' /* __IBMC__ = VRP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10)' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake:4 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/Watcom-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' /* __WATCOMC__ = VVRR */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__WATCOMC__ / 100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@((__WATCOMC__ / 10) % 10) # if (__WATCOMC__ % 10) > 0 # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__WATCOMC__ % 10) # endif' the old evaluation rules produce: ' /* __WATCOMC__ = VVRR */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__WATCOMC__ / 100) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@((__WATCOMC__ / 10) % 10) # if (__WATCOMC__ % 10) > 0 # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__WATCOMC__ % 10) # endif' but the new evaluation rules produce: ' /* __WATCOMC__ = VVRR */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__WATCOMC__ / 100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@((__WATCOMC__ / 10) % 10) # if (__WATCOMC__ % 10) > 0 # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__WATCOMC__ % 10) # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake:2 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' /* __IBMC__ = VRP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10)' the old evaluation rules produce: ' /* __IBMC__ = VRP */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10)' but the new evaluation rules produce: ' /* __IBMC__ = VRP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10)' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/Compiler/XL-C-DetermineCompiler.cmake:4 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake:2 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' /* __IBMC__ = VRP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10)' the old evaluation rules produce: ' /* __IBMC__ = VRP */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10)' but the new evaluation rules produce: ' /* __IBMC__ = VRP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10)' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/Compiler/zOS-C-DetermineCompiler.cmake:4 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/ADSP-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' #if defined(__VISUALDSPVERSION__) /* __VISUALDSPVERSION__ = 0xVVRRPP00 */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__VISUALDSPVERSION__>>24) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__VISUALDSPVERSION__>>16 & 0xFF) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_HEX@(__VISUALDSPVERSION__>>8 & 0xFF) #endif' the old evaluation rules produce: ' #if defined(__VISUALDSPVERSION__) /* __VISUALDSPVERSION__ = 0xVVRRPP00 */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_HEX@(__VISUALDSPVERSION__>>24) # define /usrCOMPILER_VERSION_MINOR @MACRO_HEX@(__VISUALDSPVERSION__>>16 & 0xFF) # define /usrCOMPILER_VERSION_PATCH @MACRO_HEX@(__VISUALDSPVERSION__>>8 & 0xFF) #endif' but the new evaluation rules produce: ' #if defined(__VISUALDSPVERSION__) /* __VISUALDSPVERSION__ = 0xVVRRPP00 */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__VISUALDSPVERSION__>>24) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__VISUALDSPVERSION__>>16 & 0xFF) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_HEX@(__VISUALDSPVERSION__>>8 & 0xFF) #endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/ARMCC-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' #if __ARMCC_VERSION >= 1000000 /* __ARMCC_VERSION = VRRPPPP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__ARMCC_VERSION/1000000) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__ARMCC_VERSION/10000 % 100) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__ARMCC_VERSION % 10000) #else /* __ARMCC_VERSION = VRPPPP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__ARMCC_VERSION/100000) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__ARMCC_VERSION/10000 % 10) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__ARMCC_VERSION % 10000) #endif ' the old evaluation rules produce: ' #if __ARMCC_VERSION >= 1000000 /* __ARMCC_VERSION = VRRPPPP */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__ARMCC_VERSION/1000000) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(__ARMCC_VERSION/10000 % 100) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__ARMCC_VERSION % 10000) #else /* __ARMCC_VERSION = VRPPPP */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__ARMCC_VERSION/100000) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(__ARMCC_VERSION/10000 % 10) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__ARMCC_VERSION % 10000) #endif ' but the new evaluation rules produce: ' #if __ARMCC_VERSION >= 1000000 /* __ARMCC_VERSION = VRRPPPP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__ARMCC_VERSION/1000000) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__ARMCC_VERSION/10000 % 100) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__ARMCC_VERSION % 10000) #else /* __ARMCC_VERSION = VRPPPP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__ARMCC_VERSION/100000) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__ARMCC_VERSION/10000 % 10) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__ARMCC_VERSION % 10000) #endif ' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake:2 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__clang_major__) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__clang_minor__) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__clang_patchlevel__) # if defined(_MSC_VER) /* _MSC_VER = VVRR */ # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) # endif' the old evaluation rules produce: ' # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__clang_major__) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(__clang_minor__) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__clang_patchlevel__) # if defined(_MSC_VER) /* _MSC_VER = VVRR */ # define /usrSIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) # define /usrSIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) # endif' but the new evaluation rules produce: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__clang_major__) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__clang_minor__) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__clang_patchlevel__) # if defined(_MSC_VER) /* _MSC_VER = VVRR */ # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake:4 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake:12 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # if defined(_MSC_VER) # define @PREFIX@SIMULATE_ID \"MSVC\" # endif' the old evaluation rules produce: ' # if defined(_MSC_VER) # define /usrSIMULATE_ID "MSVC" # endif' but the new evaluation rules produce: ' # if defined(_MSC_VER) # define @PREFIX@SIMULATE_ID "MSVC" # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake:4 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake:6 (string): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__apple_build_version__)' the old evaluation rules produce: ' # define /usrCOMPILER_VERSION_TWEAK @MACRO_DEC@(__apple_build_version__)' but the new evaluation rules produce: ' # define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__apple_build_version__)' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/Borland-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' /* __BORLANDC__ = 0xVRR */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__BORLANDC__>>8) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__BORLANDC__ & 0xFF)' the old evaluation rules produce: ' /* __BORLANDC__ = 0xVRR */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_HEX@(__BORLANDC__>>8) # define /usrCOMPILER_VERSION_MINOR @MACRO_HEX@(__BORLANDC__ & 0xFF)' but the new evaluation rules produce: ' /* __BORLANDC__ = 0xVRR */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__BORLANDC__>>8) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__BORLANDC__ & 0xFF)' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake:2 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__clang_major__) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__clang_minor__) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__clang_patchlevel__) # if defined(_MSC_VER) /* _MSC_VER = VVRR */ # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) # endif' the old evaluation rules produce: ' # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__clang_major__) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(__clang_minor__) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__clang_patchlevel__) # if defined(_MSC_VER) /* _MSC_VER = VVRR */ # define /usrSIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) # define /usrSIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) # endif' but the new evaluation rules produce: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__clang_major__) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__clang_minor__) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__clang_patchlevel__) # if defined(_MSC_VER) /* _MSC_VER = VVRR */ # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake:4 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake:12 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # if defined(_MSC_VER) # define @PREFIX@SIMULATE_ID \"MSVC\" # endif' the old evaluation rules produce: ' # if defined(_MSC_VER) # define /usrSIMULATE_ID "MSVC" # endif' but the new evaluation rules produce: ' # if defined(_MSC_VER) # define @PREFIX@SIMULATE_ID "MSVC" # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake:4 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/Compaq-C-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' /* __DECC_VER = VVRRTPPPP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__DECC_VER/10000000) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__DECC_VER/100000 % 100) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__DECC_VER % 10000)' the old evaluation rules produce: ' /* __DECC_VER = VVRRTPPPP */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__DECC_VER/10000000) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(__DECC_VER/100000 % 100) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__DECC_VER % 10000)' but the new evaluation rules produce: ' /* __DECC_VER = VVRRTPPPP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__DECC_VER/10000000) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__DECC_VER/100000 % 100) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__DECC_VER % 10000)' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/Cray-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_RELEASE_MAJOR) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_RELEASE_MINOR)' the old evaluation rules produce: ' # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(_RELEASE_MAJOR) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(_RELEASE_MINOR)' but the new evaluation rules produce: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_RELEASE_MAJOR) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_RELEASE_MINOR)' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/Embarcadero-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__CODEGEARC_VERSION__>>24 & 0x00FF) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__CODEGEARC_VERSION__>>16 & 0x00FF) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__CODEGEARC_VERSION__ & 0xFFFF)' the old evaluation rules produce: ' # define /usrCOMPILER_VERSION_MAJOR @MACRO_HEX@(__CODEGEARC_VERSION__>>24 & 0x00FF) # define /usrCOMPILER_VERSION_MINOR @MACRO_HEX@(__CODEGEARC_VERSION__>>16 & 0x00FF) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__CODEGEARC_VERSION__ & 0xFFFF)' but the new evaluation rules produce: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__CODEGEARC_VERSION__>>24 & 0x00FF) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__CODEGEARC_VERSION__>>16 & 0x00FF) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__CODEGEARC_VERSION__ & 0xFFFF)' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/GHS-DetermineCompiler.cmake:3 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__INTEGRITY_MAJOR_VERSION) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__INTEGRITY_MINOR_VERSION) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__INTEGRITY_PATCH_VERSION)' the old evaluation rules produce: ' # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__INTEGRITY_MAJOR_VERSION) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(__INTEGRITY_MINOR_VERSION) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__INTEGRITY_PATCH_VERSION)' but the new evaluation rules produce: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__INTEGRITY_MAJOR_VERSION) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__INTEGRITY_MINOR_VERSION) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__INTEGRITY_PATCH_VERSION)' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/GNU-C-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__GNUC__) # if defined(__GNUC_MINOR__) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__GNUC_MINOR__) # endif # if defined(__GNUC_PATCHLEVEL__) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__GNUC_PATCHLEVEL__) # endif' the old evaluation rules produce: ' # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__GNUC__) # if defined(__GNUC_MINOR__) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(__GNUC_MINOR__) # endif # if defined(__GNUC_PATCHLEVEL__) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__GNUC_PATCHLEVEL__) # endif' but the new evaluation rules produce: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__GNUC__) # if defined(__GNUC_MINOR__) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__GNUC_MINOR__) # endif # if defined(__GNUC_PATCHLEVEL__) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__GNUC_PATCHLEVEL__) # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/HP-C-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' /* __HP_cc = VVRRPP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__HP_cc/10000) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__HP_cc/100 % 100) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__HP_cc % 100)' the old evaluation rules produce: ' /* __HP_cc = VVRRPP */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__HP_cc/10000) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(__HP_cc/100 % 100) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__HP_cc % 100)' but the new evaluation rules produce: ' /* __HP_cc = VVRRPP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__HP_cc/10000) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__HP_cc/100 % 100) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__HP_cc % 100)' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/IAR-DetermineCompiler.cmake:15 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # if defined(__VER__) # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@((__VER__) / 1000000) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(((__VER__) / 1000) % 1000) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@((__VER__) % 1000) # define @PREFIX@COMPILER_VERSION_INTERNAL @MACRO_DEC@(__IAR_SYSTEMS_ICC__) # endif' the old evaluation rules produce: ' # if defined(__VER__) # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@((__VER__) / 1000000) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(((__VER__) / 1000) % 1000) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@((__VER__) % 1000) # define /usrCOMPILER_VERSION_INTERNAL @MACRO_DEC@(__IAR_SYSTEMS_ICC__) # endif' but the new evaluation rules produce: ' # if defined(__VER__) # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@((__VER__) / 1000000) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(((__VER__) / 1000) % 1000) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@((__VER__) % 1000) # define @PREFIX@COMPILER_VERSION_INTERNAL @MACRO_DEC@(__IAR_SYSTEMS_ICC__) # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' /* __INTEL_COMPILER = VRP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__INTEL_COMPILER/100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__INTEL_COMPILER/10 % 10) # if defined(__INTEL_COMPILER_UPDATE) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_COMPILER_UPDATE) # else # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_COMPILER % 10) # endif # if defined(__INTEL_COMPILER_BUILD_DATE) /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ # define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__INTEL_COMPILER_BUILD_DATE) # endif # if defined(_MSC_VER) /* _MSC_VER = VVRR */ # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) # endif' the old evaluation rules produce: ' /* __INTEL_COMPILER = VRP */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__INTEL_COMPILER/100) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(__INTEL_COMPILER/10 % 10) # if defined(__INTEL_COMPILER_UPDATE) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_COMPILER_UPDATE) # else # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_COMPILER % 10) # endif # if defined(__INTEL_COMPILER_BUILD_DATE) /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ # define /usrCOMPILER_VERSION_TWEAK @MACRO_DEC@(__INTEL_COMPILER_BUILD_DATE) # endif # if defined(_MSC_VER) /* _MSC_VER = VVRR */ # define /usrSIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) # define /usrSIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) # endif' but the new evaluation rules produce: ' /* __INTEL_COMPILER = VRP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__INTEL_COMPILER/100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__INTEL_COMPILER/10 % 10) # if defined(__INTEL_COMPILER_UPDATE) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_COMPILER_UPDATE) # else # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_COMPILER % 10) # endif # if defined(__INTEL_COMPILER_BUILD_DATE) /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ # define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__INTEL_COMPILER_BUILD_DATE) # endif # if defined(_MSC_VER) /* _MSC_VER = VVRR */ # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake:23 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # if defined(_MSC_VER) # define @PREFIX@SIMULATE_ID \"MSVC\" # endif' the old evaluation rules produce: ' # if defined(_MSC_VER) # define /usrSIMULATE_ID "MSVC" # endif' but the new evaluation rules produce: ' # if defined(_MSC_VER) # define @PREFIX@SIMULATE_ID "MSVC" # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/MIPSpro-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # if defined(_SGI_COMPILER_VERSION) /* _SGI_COMPILER_VERSION = VRP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_SGI_COMPILER_VERSION/100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_SGI_COMPILER_VERSION/10 % 10) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_SGI_COMPILER_VERSION % 10) # else /* _COMPILER_VERSION = VRP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_COMPILER_VERSION/100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_COMPILER_VERSION/10 % 10) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_COMPILER_VERSION % 10) # endif' the old evaluation rules produce: ' # if defined(_SGI_COMPILER_VERSION) /* _SGI_COMPILER_VERSION = VRP */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(_SGI_COMPILER_VERSION/100) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(_SGI_COMPILER_VERSION/10 % 10) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(_SGI_COMPILER_VERSION % 10) # else /* _COMPILER_VERSION = VRP */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(_COMPILER_VERSION/100) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(_COMPILER_VERSION/10 % 10) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(_COMPILER_VERSION % 10) # endif' but the new evaluation rules produce: ' # if defined(_SGI_COMPILER_VERSION) /* _SGI_COMPILER_VERSION = VRP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_SGI_COMPILER_VERSION/100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_SGI_COMPILER_VERSION/10 % 10) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_SGI_COMPILER_VERSION % 10) # else /* _COMPILER_VERSION = VRP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_COMPILER_VERSION/100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_COMPILER_VERSION/10 % 10) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_COMPILER_VERSION % 10) # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/MSVC-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' /* _MSC_VER = VVRR */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) # if defined(_MSC_FULL_VER) # if _MSC_VER >= 1400 /* _MSC_FULL_VER = VVRRPPPPP */ # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_MSC_FULL_VER % 100000) # else /* _MSC_FULL_VER = VVRRPPPP */ # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_MSC_FULL_VER % 10000) # endif # endif # if defined(_MSC_BUILD) # define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(_MSC_BUILD) # endif' the old evaluation rules produce: ' /* _MSC_VER = VVRR */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) # if defined(_MSC_FULL_VER) # if _MSC_VER >= 1400 /* _MSC_FULL_VER = VVRRPPPPP */ # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(_MSC_FULL_VER % 100000) # else /* _MSC_FULL_VER = VVRRPPPP */ # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(_MSC_FULL_VER % 10000) # endif # endif # if defined(_MSC_BUILD) # define /usrCOMPILER_VERSION_TWEAK @MACRO_DEC@(_MSC_BUILD) # endif' but the new evaluation rules produce: ' /* _MSC_VER = VVRR */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) # if defined(_MSC_FULL_VER) # if _MSC_VER >= 1400 /* _MSC_FULL_VER = VVRRPPPPP */ # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_MSC_FULL_VER % 100000) # else /* _MSC_FULL_VER = VVRRPPPP */ # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_MSC_FULL_VER % 10000) # endif # endif # if defined(_MSC_BUILD) # define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(_MSC_BUILD) # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/NVIDIA-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__CUDACC_VER_MAJOR__) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__CUDACC_VER_MINOR__) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__CUDACC_VER_BUILD__) # if defined(_MSC_VER) /* _MSC_VER = VVRR */ # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) # endif' the old evaluation rules produce: ' # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__CUDACC_VER_MAJOR__) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(__CUDACC_VER_MINOR__) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__CUDACC_VER_BUILD__) # if defined(_MSC_VER) /* _MSC_VER = VVRR */ # define /usrSIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) # define /usrSIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) # endif' but the new evaluation rules produce: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__CUDACC_VER_MAJOR__) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__CUDACC_VER_MINOR__) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__CUDACC_VER_BUILD__) # if defined(_MSC_VER) /* _MSC_VER = VVRR */ # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/NVIDIA-DetermineCompiler.cmake:14 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # if defined(_MSC_VER) # define @PREFIX@SIMULATE_ID \"MSVC\" # endif' the old evaluation rules produce: ' # if defined(_MSC_VER) # define /usrSIMULATE_ID "MSVC" # endif' but the new evaluation rules produce: ' # if defined(_MSC_VER) # define @PREFIX@SIMULATE_ID "MSVC" # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' /* __WATCOMC__ = VVRP + 1100 */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@((__WATCOMC__ - 1100) / 100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@((__WATCOMC__ / 10) % 10) # if (__WATCOMC__ % 10) > 0 # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__WATCOMC__ % 10) # endif' the old evaluation rules produce: ' /* __WATCOMC__ = VVRP + 1100 */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@((__WATCOMC__ - 1100) / 100) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@((__WATCOMC__ / 10) % 10) # if (__WATCOMC__ % 10) > 0 # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__WATCOMC__ % 10) # endif' but the new evaluation rules produce: ' /* __WATCOMC__ = VVRP + 1100 */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@((__WATCOMC__ - 1100) / 100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@((__WATCOMC__ / 10) % 10) # if (__WATCOMC__ % 10) > 0 # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__WATCOMC__ % 10) # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/PGI-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__PGIC__) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__PGIC_MINOR__) # if defined(__PGIC_PATCHLEVEL__) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__PGIC_PATCHLEVEL__) # endif' the old evaluation rules produce: ' # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__PGIC__) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(__PGIC_MINOR__) # if defined(__PGIC_PATCHLEVEL__) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__PGIC_PATCHLEVEL__) # endif' but the new evaluation rules produce: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__PGIC__) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__PGIC_MINOR__) # if defined(__PGIC_PATCHLEVEL__) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__PGIC_PATCHLEVEL__) # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/PathScale-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__PATHCC__) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__PATHCC_MINOR__) # if defined(__PATHCC_PATCHLEVEL__) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__PATHCC_PATCHLEVEL__) # endif' the old evaluation rules produce: ' # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__PATHCC__) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(__PATHCC_MINOR__) # if defined(__PATHCC_PATCHLEVEL__) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__PATHCC_PATCHLEVEL__) # endif' but the new evaluation rules produce: ' # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__PATHCC__) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__PATHCC_MINOR__) # if defined(__PATHCC_PATCHLEVEL__) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__PATHCC_PATCHLEVEL__) # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/SunPro-C-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' # if __SUNPRO_C >= 0x5100 /* __SUNPRO_C = 0xVRRP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__SUNPRO_C>>12) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__SUNPRO_C>>4 & 0xFF) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_HEX@(__SUNPRO_C & 0xF) # else /* __SUNPRO_CC = 0xVRP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__SUNPRO_C>>8) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__SUNPRO_C>>4 & 0xF) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_HEX@(__SUNPRO_C & 0xF) # endif' the old evaluation rules produce: ' # if __SUNPRO_C >= 0x5100 /* __SUNPRO_C = 0xVRRP */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_HEX@(__SUNPRO_C>>12) # define /usrCOMPILER_VERSION_MINOR @MACRO_HEX@(__SUNPRO_C>>4 & 0xFF) # define /usrCOMPILER_VERSION_PATCH @MACRO_HEX@(__SUNPRO_C & 0xF) # else /* __SUNPRO_CC = 0xVRP */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_HEX@(__SUNPRO_C>>8) # define /usrCOMPILER_VERSION_MINOR @MACRO_HEX@(__SUNPRO_C>>4 & 0xF) # define /usrCOMPILER_VERSION_PATCH @MACRO_HEX@(__SUNPRO_C & 0xF) # endif' but the new evaluation rules produce: ' # if __SUNPRO_C >= 0x5100 /* __SUNPRO_C = 0xVRRP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__SUNPRO_C>>12) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__SUNPRO_C>>4 & 0xFF) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_HEX@(__SUNPRO_C & 0xF) # else /* __SUNPRO_CC = 0xVRP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__SUNPRO_C>>8) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__SUNPRO_C>>4 & 0xF) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_HEX@(__SUNPRO_C & 0xF) # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/TI-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__TI_COMPILER_VERSION__/1000000) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__TI_COMPILER_VERSION__/1000 % 1000) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__TI_COMPILER_VERSION__ % 1000)' the old evaluation rules produce: ' /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__TI_COMPILER_VERSION__/1000000) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(__TI_COMPILER_VERSION__/1000 % 1000) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__TI_COMPILER_VERSION__ % 1000)' but the new evaluation rules produce: ' /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__TI_COMPILER_VERSION__/1000000) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__TI_COMPILER_VERSION__/1000 % 1000) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__TI_COMPILER_VERSION__ % 1000)' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake:2 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' /* __IBMC__ = VRP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10)' the old evaluation rules produce: ' /* __IBMC__ = VRP */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10)' but the new evaluation rules produce: ' /* __IBMC__ = VRP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10)' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake:4 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/Watcom-DetermineCompiler.cmake:4 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' /* __WATCOMC__ = VVRR */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__WATCOMC__ / 100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@((__WATCOMC__ / 10) % 10) # if (__WATCOMC__ % 10) > 0 # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__WATCOMC__ % 10) # endif' the old evaluation rules produce: ' /* __WATCOMC__ = VVRR */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__WATCOMC__ / 100) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@((__WATCOMC__ / 10) % 10) # if (__WATCOMC__ % 10) > 0 # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__WATCOMC__ % 10) # endif' but the new evaluation rules produce: ' /* __WATCOMC__ = VVRR */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__WATCOMC__ / 100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@((__WATCOMC__ / 10) % 10) # if (__WATCOMC__ % 10) > 0 # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__WATCOMC__ % 10) # endif' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake:2 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' /* __IBMC__ = VRP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10)' the old evaluation rules produce: ' /* __IBMC__ = VRP */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10)' but the new evaluation rules produce: ' /* __IBMC__ = VRP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10)' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/Compiler/XL-C-DetermineCompiler.cmake:4 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake:2 (set): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' /* __IBMC__ = VRP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10)' the old evaluation rules produce: ' /* __IBMC__ = VRP */ # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100) # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10) # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10)' but the new evaluation rules produce: ' /* __IBMC__ = VRP */ # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100) # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10) # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10)' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): /usr/share/cmake/Modules/Compiler/zOS-C-DetermineCompiler.cmake:4 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:6 (include) /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake:32 (_readFile) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:128 (compiler_id_detection) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:147 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:31 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:112 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:24 (project) This warning is for project developers. Use -Wno-dev to suppress it. -- The C compiler identification is unknown -- 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 -- Looking for include file langinfo.h -- Looking for include file langinfo.h - found -- Looking for include file sys/resource.h -- Looking for include file sys/resource.h - found -- Looking for mallinfo -- Looking for mallinfo - found -- Looking for eat_newline_glitch -- Looking for eat_newline_glitch - found -- Looking for include file libintl.h -- Looking for include file libintl.h - found -- Looking for dgettext -- Looking for dgettext - found -- Found GCRYPT: -lgcrypt -ldl -lgpg-error -- Found ZLIB: /usr/lib64/libz.so (found version "1.2.11") -- Looking for iconv_open -- Looking for iconv_open - found -- Performing Test ICONV_2ARG_IS_CONST -- Performing Test ICONV_2ARG_IS_CONST - Failed -- Found CURL: /usr/lib64/libcurl.so (found version "7.59.0") -- Looking for flock -- Looking for flock - found -- Looking for backtrace -- Looking for backtrace - found -- checking for module 'enchant' -- found enchant, version 1.6.0 -- Found ENCHANT: /usr/include/enchant -- Looking for enchant_get_version -- Looking for enchant_get_version - found -- checking for one of the modules 'ruby-2.4;ruby-2.3;ruby-2.2;ruby-2.1;ruby-2.0;ruby-1.9;ruby-1.8' -- checking for one of the modules 'lua5.3;lua-5.3;lua53;lua5.2;lua-5.2;lua52;lua5.1;lua-5.1;lua51;lua-5.0;lua5.0;lua50;lua' -- found lua, version 5.3.4 -- Found Tclsh: /bin/tclsh (found version "8.6") -- checking for one of the modules 'guile-2.0' -- found guile-2.0, version 2.0.14 -- Looking for scm_install_gmp_memory_functions -- Looking for scm_install_gmp_memory_functions - found -- checking for one of the modules 'php7' CMake Warning at cmake/FindPHP.cmake:56 (message): Could not find libphp7. Ensure PHP >=7.0.0 development libraries are installed and compiled with `--enable-embed`. Ensure `php-config` is in `PATH`. You may set `-DCMAKE_LIBRARY_PATH=...` to the directory containing libphp7. Call Stack (most recent call first): src/plugins/CMakeLists.txt:161 (find_package) -- checking for one of the modules 'ncursesw' -- found ncursesw, version 6.1.20180224 -- Looking for include file ncursesw/ncurses.h -- Looking for include file ncursesw/ncurses.h - found -- checking for one of the modules 'cpputest' -- Configuring done -- Generating done CMake Warning: Manually-specified variables were not used by the project: CMAKE_CXX_FLAGS_RELEASE CMAKE_C_FLAGS_RELEASE CMAKE_Fortran_FLAGS_RELEASE INCLUDE_INSTALL_DIR LIB_INSTALL_DIR LIB_SUFFIX SHARE_INSTALL_PREFIX SYSCONF_INSTALL_DIR -- Build files have been written to: /builddir/build/BUILD/weechat-2.0.1/build + make VERBOSE=1 -j4 /usr/bin/cmake -H/builddir/build/BUILD/weechat-2.0.1 -B/builddir/build/BUILD/weechat-2.0.1/build --check-build-system CMakeFiles/Makefile.cmake 0 /usr/bin/cmake -E cmake_progress_start /builddir/build/BUILD/weechat-2.0.1/build/CMakeFiles /builddir/build/BUILD/weechat-2.0.1/build/CMakeFiles/progress.marks make -f CMakeFiles/Makefile2 all make[1]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' make -f CMakeFiles/version_git.dir/build.make CMakeFiles/version_git.dir/depend make -f po/CMakeFiles/translations.dir/build.make po/CMakeFiles/translations.dir/depend make -f src/plugins/CMakeFiles/weechat_plugins_scripts.dir/build.make src/plugins/CMakeFiles/weechat_plugins_scripts.dir/depend make -f src/plugins/CMakeFiles/weechat_plugins.dir/build.make src/plugins/CMakeFiles/weechat_plugins.dir/depend make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' cd /builddir/build/BUILD/weechat-2.0.1/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/weechat-2.0.1 /builddir/build/BUILD/weechat-2.0.1 /builddir/build/BUILD/weechat-2.0.1/build /builddir/build/BUILD/weechat-2.0.1/build /builddir/build/BUILD/weechat-2.0.1/build/CMakeFiles/version_git.dir/DependInfo.cmake --color= make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' cd /builddir/build/BUILD/weechat-2.0.1/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/weechat-2.0.1 /builddir/build/BUILD/weechat-2.0.1/src/plugins /builddir/build/BUILD/weechat-2.0.1/build /builddir/build/BUILD/weechat-2.0.1/build/src/plugins /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/CMakeFiles/weechat_plugins.dir/DependInfo.cmake --color= make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' cd /builddir/build/BUILD/weechat-2.0.1/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/weechat-2.0.1 /builddir/build/BUILD/weechat-2.0.1/src/plugins /builddir/build/BUILD/weechat-2.0.1/build /builddir/build/BUILD/weechat-2.0.1/build/src/plugins /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/CMakeFiles/weechat_plugins_scripts.dir/DependInfo.cmake --color= make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' cd /builddir/build/BUILD/weechat-2.0.1/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/weechat-2.0.1 /builddir/build/BUILD/weechat-2.0.1/po /builddir/build/BUILD/weechat-2.0.1/build /builddir/build/BUILD/weechat-2.0.1/build/po /builddir/build/BUILD/weechat-2.0.1/build/po/CMakeFiles/translations.dir/DependInfo.cmake --color= Dependee "/builddir/build/BUILD/weechat-2.0.1/build/src/plugins/CMakeFiles/weechat_plugins_scripts.dir/DependInfo.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/src/plugins/CMakeFiles/weechat_plugins_scripts.dir/depend.internal". Dependee "/builddir/build/BUILD/weechat-2.0.1/build/src/plugins/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/src/plugins/CMakeFiles/weechat_plugins_scripts.dir/depend.internal". Dependee "/builddir/build/BUILD/weechat-2.0.1/build/CMakeFiles/version_git.dir/DependInfo.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/CMakeFiles/version_git.dir/depend.internal". Dependee "/builddir/build/BUILD/weechat-2.0.1/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/CMakeFiles/version_git.dir/depend.internal". Dependee "/builddir/build/BUILD/weechat-2.0.1/build/po/CMakeFiles/translations.dir/DependInfo.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/po/CMakeFiles/translations.dir/depend.internal". Dependee "/builddir/build/BUILD/weechat-2.0.1/build/po/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/po/CMakeFiles/translations.dir/depend.internal". Dependee "/builddir/build/BUILD/weechat-2.0.1/build/src/plugins/CMakeFiles/weechat_plugins.dir/DependInfo.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/src/plugins/CMakeFiles/weechat_plugins.dir/depend.internal". Dependee "/builddir/build/BUILD/weechat-2.0.1/build/src/plugins/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/src/plugins/CMakeFiles/weechat_plugins.dir/depend.internal". Scanning dependencies of target translations make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' make -f po/CMakeFiles/translations.dir/build.make po/CMakeFiles/translations.dir/build Scanning dependencies of target version_git make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' make -f CMakeFiles/version_git.dir/build.make CMakeFiles/version_git.dir/build make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' /builddir/build/BUILD/weechat-2.0.1/tools/git-version.sh /builddir/build/BUILD/weechat-2.0.1 2.0.1 config-git.h Scanning dependencies of target weechat_plugins_scripts make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' make -f src/plugins/CMakeFiles/weechat_plugins_scripts.dir/build.make src/plugins/CMakeFiles/weechat_plugins_scripts.dir/build Creating file config-git.h with git version: "" make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' [ 0%] Built target version_git make -f src/plugins/alias/CMakeFiles/alias.dir/build.make src/plugins/alias/CMakeFiles/alias.dir/depend Scanning dependencies of target weechat_plugins make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' make -f src/plugins/CMakeFiles/weechat_plugins.dir/build.make src/plugins/CMakeFiles/weechat_plugins.dir/build make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' cd /builddir/build/BUILD/weechat-2.0.1/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/weechat-2.0.1 /builddir/build/BUILD/weechat-2.0.1/src/plugins/alias /builddir/build/BUILD/weechat-2.0.1/build /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/alias /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/alias/CMakeFiles/alias.dir/DependInfo.cmake --color= make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' [ 1%] Building C object src/plugins/CMakeFiles/weechat_plugins_scripts.dir/plugin-script.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -fPIC -o CMakeFiles/weechat_plugins_scripts.dir/plugin-script.o -c /builddir/build/BUILD/weechat-2.0.1/src/plugins/plugin-script.c make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' [ 2%] Generating weechat.pot cd /builddir/build/BUILD/weechat-2.0.1/build/po && /usr/bin/xgettext -o /builddir/build/BUILD/weechat-2.0.1/build/po/weechat.pot --add-comments='TRANSLATORS:' --keyword='_' --keyword='weechat_gettext' --keyword='N_' --keyword='NG_:1,2' --keyword='weechat_ngettext:1,2' --no-location --from-code=UTF-8 --directory=/builddir/build/BUILD/weechat-2.0.1 --package-name='WeeChat' --package-version=2.0.1 --msgid-bugs-address=flashcode@flashtux.org --copyright-holder='NAME' ./doc/docgen.py ./src/core/wee-arraylist.c ./src/core/wee-arraylist.h ./src/core/wee-backtrace.c ./src/core/wee-backtrace.h ./src/core/weechat.c ./src/core/weechat.h ./src/core/wee-command.c ./src/core/wee-command.h ./src/core/wee-completion.c ./src/core/wee-completion.h ./src/core/wee-config.c ./src/core/wee-config-file.c ./src/core/wee-config-file.h ./src/core/wee-config.h ./src/core/wee-debug.c ./src/core/wee-debug.h ./src/core/wee-eval.c ./src/core/wee-eval.h ./src/core/wee-hook.c ./src/core/wee-hook.h ./src/core/wee-infolist.c ./src/core/wee-infolist.h ./src/core/wee-input.c ./src/core/wee-input.h ./src/core/wee-list.c ./src/core/wee-list.h ./src/core/wee-log.c ./src/core/wee-log.h ./src/core/wee-network.c ./src/core/wee-network.h ./src/core/wee-proxy.c ./src/core/wee-proxy.h ./src/core/wee-secure.c ./src/core/wee-secure.h ./src/core/wee-string.c ./src/core/wee-string.h ./src/core/wee-upgrade.c ./src/core/wee-upgrade-file.c ./src/core/wee-upgrade-file.h ./src/core/wee-upgrade.h ./src/core/wee-url.c ./src/core/wee-url.h ./src/core/wee-utf8.c ./src/core/wee-utf8.h ./src/core/wee-util.c ./src/core/wee-util.h ./src/core/wee-version.c ./src/core/wee-version.h ./src/gui/curses/gui-curses-bar-window.c ./src/gui/curses/gui-curses-chat.c ./src/gui/curses/gui-curses-color.c ./src/gui/curses/gui-curses.h ./src/gui/curses/gui-curses-key.c ./src/gui/curses/gui-curses-main.c ./src/gui/curses/gui-curses-mouse.c ./src/gui/curses/gui-curses-window.c ./src/gui/curses/main.c ./src/gui/gui-bar.c ./src/gui/gui-bar.h ./src/gui/gui-bar-item.c ./src/gui/gui-bar-item.h ./src/gui/gui-bar-window.c ./src/gui/gui-bar-window.h ./src/gui/gui-buffer.c ./src/gui/gui-buffer.h ./src/gui/gui-chat.c ./src/gui/gui-chat.h ./src/gui/gui-color.c ./src/gui/gui-color.h ./src/gui/gui-completion.c ./src/gui/gui-completion.h ./src/gui/gui-cursor.c ./src/gui/gui-cursor.h ./src/gui/gui-filter.c ./src/gui/gui-filter.h ./src/gui/gui-focus.c ./src/gui/gui-focus.h ./src/gui/gui-history.c ./src/gui/gui-history.h ./src/gui/gui-hotlist.c ./src/gui/gui-hotlist.h ./src/gui/gui-input.c ./src/gui/gui-input.h ./src/gui/gui-key.c ./src/gui/gui-key.h ./src/gui/gui-layout.c ./src/gui/gui-layout.h ./src/gui/gui-line.c ./src/gui/gui-line.h ./src/gui/gui-main.h ./src/gui/gui-mouse.c ./src/gui/gui-mouse.h ./src/gui/gui-nick.c ./src/gui/gui-nick.h ./src/gui/gui-nicklist.c ./src/gui/gui-nicklist.h ./src/gui/gui-window.c ./src/gui/gui-window.h ./src/plugins/alias/alias.c ./src/plugins/alias/alias-command.c ./src/plugins/alias/alias-command.h ./src/plugins/alias/alias-completion.c ./src/plugins/alias/alias-completion.h ./src/plugins/alias/alias-config.c ./src/plugins/alias/alias-config.h ./src/plugins/alias/alias.h ./src/plugins/alias/alias-info.c ./src/plugins/alias/alias-info.h ./src/plugins/aspell/weechat-aspell-bar-item.c ./src/plugins/aspell/weechat-aspell-bar-item.h ./src/plugins/aspell/weechat-aspell.c ./src/plugins/aspell/weechat-aspell-command.c ./src/plugins/aspell/weechat-aspell-command.h ./src/plugins/aspell/weechat-aspell-completion.c ./src/plugins/aspell/weechat-aspell-completion.h ./src/plugins/aspell/weechat-aspell-config.c ./src/plugins/aspell/weechat-aspell-config.h ./src/plugins/aspell/weechat-aspell.h ./src/plugins/aspell/weechat-aspell-info.c ./src/plugins/aspell/weechat-aspell-info.h ./src/plugins/aspell/weechat-aspell-speller.c ./src/plugins/aspell/weechat-aspell-speller.h ./src/plugins/buflist/buflist-bar-item.c ./src/plugins/buflist/buflist-bar-item.h ./src/plugins/buflist/buflist.c ./src/plugins/buflist/buflist-command.c ./src/plugins/buflist/buflist-command.h ./src/plugins/buflist/buflist-config.c ./src/plugins/buflist/buflist-config.h ./src/plugins/buflist/buflist-mouse.c ./src/plugins/buflist/buflist-mouse.h ./src/plugins/buflist/buflist.h ./src/plugins/charset/charset.c ./src/plugins/exec/exec.c ./src/plugins/exec/exec-buffer.c ./src/plugins/exec/exec-buffer.h ./src/plugins/exec/exec-command.c ./src/plugins/exec/exec-command.h ./src/plugins/exec/exec-completion.c ./src/plugins/exec/exec-completion.h ./src/plugins/exec/exec-config.c ./src/plugins/exec/exec-config.h ./src/plugins/exec/exec.h ./src/plugins/fifo/fifo.c ./src/plugins/fifo/fifo.h ./src/plugins/fifo/fifo-command.c ./src/plugins/fifo/fifo-command.h ./src/plugins/fifo/fifo-config.c ./src/plugins/fifo/fifo-config.h ./src/plugins/fifo/fifo-info.c ./src/plugins/fifo/fifo-info.h ./src/plugins/fset/fset-bar-item.c ./src/plugins/fset/fset-bar-item.h ./src/plugins/fset/fset-buffer.c ./src/plugins/fset/fset-buffer.h ./src/plugins/fset/fset-command.c ./src/plugins/fset/fset-command.h ./src/plugins/fset/fset-completion.c ./src/plugins/fset/fset-completion.h ./src/plugins/fset/fset-config.c ./src/plugins/fset/fset-config.h ./src/plugins/fset/fset-info.c ./src/plugins/fset/fset-info.h ./src/plugins/fset/fset-mouse.c ./src/plugins/fset/fset-mouse.h ./src/plugins/fset/fset-option.c ./src/plugins/fset/fset-option.h ./src/plugins/fset/fset.c ./src/plugins/fset/fset.h ./src/plugins/guile/weechat-guile-api.c ./src/plugins/guile/weechat-guile-api.h ./src/plugins/guile/weechat-guile.c ./src/plugins/guile/weechat-guile.h ./src/plugins/irc/irc-bar-item.c ./src/plugins/irc/irc-bar-item.h ./src/plugins/irc/irc-buffer.c ./src/plugins/irc/irc-buffer.h ./src/plugins/irc/irc.c ./src/plugins/irc/irc-channel.c ./src/plugins/irc/irc-channel.h ./src/plugins/irc/irc-color.c ./src/plugins/irc/irc-color.h ./src/plugins/irc/irc-command.c ./src/plugins/irc/irc-command.h ./src/plugins/irc/irc-completion.c ./src/plugins/irc/irc-completion.h ./src/plugins/irc/irc-config.c ./src/plugins/irc/irc-config.h ./src/plugins/irc/irc-ctcp.c ./src/plugins/irc/irc-ctcp.h ./src/plugins/irc/irc-debug.c ./src/plugins/irc/irc-debug.h ./src/plugins/irc/irc.h ./src/plugins/irc/irc-ignore.c ./src/plugins/irc/irc-ignore.h ./src/plugins/irc/irc-info.c ./src/plugins/irc/irc-info.h ./src/plugins/irc/irc-input.c ./src/plugins/irc/irc-input.h ./src/plugins/irc/irc-message.c ./src/plugins/irc/irc-message.h ./src/plugins/irc/irc-mode.c ./src/plugins/irc/irc-mode.h ./src/plugins/irc/irc-msgbuffer.c ./src/plugins/irc/irc-msgbuffer.h ./src/plugins/irc/irc-nick.c ./src/plugins/irc/irc-nick.h ./src/plugins/irc/irc-notify.c ./src/plugins/irc/irc-notify.h ./src/plugins/irc/irc-protocol.c ./src/plugins/irc/irc-protocol.h ./src/plugins/irc/irc-raw.c ./src/plugins/irc/irc-raw.h ./src/plugins/irc/irc-redirect.c ./src/plugins/irc/irc-redirect.h ./src/plugins/irc/irc-sasl.c ./src/plugins/irc/irc-sasl.h ./src/plugins/irc/irc-server.c ./src/plugins/irc/irc-server.h ./src/plugins/javascript/weechat-js-api.cpp ./src/plugins/javascript/weechat-js-api.h ./src/plugins/javascript/weechat-js-v8.cpp ./src/plugins/javascript/weechat-js-v8.h ./src/plugins/javascript/weechat-js.cpp ./src/plugins/javascript/weechat-js.h ./src/plugins/logger/logger-buffer.c ./src/plugins/logger/logger-buffer.h ./src/plugins/logger/logger.c ./src/plugins/logger/logger-config.c ./src/plugins/logger/logger-config.h ./src/plugins/logger/logger.h ./src/plugins/logger/logger-info.c ./src/plugins/logger/logger-info.h ./src/plugins/logger/logger-tail.c ./src/plugins/logger/logger-tail.h ./src/plugins/lua/weechat-lua-api.c ./src/plugins/lua/weechat-lua-api.h ./src/plugins/lua/weechat-lua.c ./src/plugins/lua/weechat-lua.h ./src/plugins/perl/weechat-perl-api.c ./src/plugins/perl/weechat-perl-api.h ./src/plugins/perl/weechat-perl.c ./src/plugins/perl/weechat-perl.h ./src/plugins/php/weechat-php-api.c ./src/plugins/php/weechat-php-api.h ./src/plugins/php/weechat-php.c ./src/plugins/php/weechat-php.h ./src/plugins/plugin-api.c ./src/plugins/plugin-api.h ./src/plugins/plugin.c ./src/plugins/plugin-config.c ./src/plugins/plugin-config.h ./src/plugins/plugin.h ./src/plugins/plugin-script-api.c ./src/plugins/plugin-script-api.h ./src/plugins/plugin-script.c ./src/plugins/plugin-script.h ./src/plugins/python/weechat-python-api.c ./src/plugins/python/weechat-python-api.h ./src/plugins/python/weechat-python.c ./src/plugins/python/weechat-python.h ./src/plugins/relay/irc/relay-irc.c ./src/plugins/relay/irc/relay-irc.h ./src/plugins/relay/relay-buffer.c ./src/plugins/relay/relay-buffer.h ./src/plugins/relay/relay.c ./src/plugins/relay/relay-client.c ./src/plugins/relay/relay-client.h ./src/plugins/relay/relay-command.c ./src/plugins/relay/relay-command.h ./src/plugins/relay/relay-completion.c ./src/plugins/relay/relay-completion.h ./src/plugins/relay/relay-config.c ./src/plugins/relay/relay-config.h ./src/plugins/relay/relay.h ./src/plugins/relay/relay-info.c ./src/plugins/relay/relay-info.h ./src/plugins/relay/relay-network.c ./src/plugins/relay/relay-network.h ./src/plugins/relay/relay-raw.c ./src/plugins/relay/relay-raw.h ./src/plugins/relay/relay-server.c ./src/plugins/relay/relay-server.h ./src/plugins/relay/relay-upgrade.c ./src/plugins/relay/relay-upgrade.h ./src/plugins/relay/relay-websocket.c ./src/plugins/relay/relay-websocket.h ./src/plugins/relay/weechat/relay-weechat.c ./src/plugins/relay/weechat/relay-weechat.h ./src/plugins/relay/weechat/relay-weechat-msg.c ./src/plugins/relay/weechat/relay-weechat-msg.h ./src/plugins/relay/weechat/relay-weechat-nicklist.c ./src/plugins/relay/weechat/relay-weechat-nicklist.h ./src/plugins/relay/weechat/relay-weechat-protocol.c ./src/plugins/relay/weechat/relay-weechat-protocol.h ./src/plugins/ruby/weechat-ruby-api.c ./src/plugins/ruby/weechat-ruby-api.h ./src/plugins/ruby/weechat-ruby.c ./src/plugins/ruby/weechat-ruby.h ./src/plugins/script/script-action.c ./src/plugins/script/script-action.h ./src/plugins/script/script-buffer.c ./src/plugins/script/script-buffer.h ./src/plugins/script/script.c ./src/plugins/script/script-command.c ./src/plugins/script/script-command.h ./src/plugins/script/script-completion.c ./src/plugins/script/script-completion.h ./src/plugins/script/script-config.c ./src/plugins/script/script-config.h ./src/plugins/script/script.h ./src/plugins/script/script-info.c ./src/plugins/script/script-info.h ./src/plugins/script/script-mouse.c ./src/plugins/script/script-mouse.h ./src/plugins/script/script-repo.c ./src/plugins/script/script-repo.h ./src/plugins/tcl/weechat-tcl-api.c ./src/plugins/tcl/weechat-tcl-api.h ./src/plugins/tcl/weechat-tcl.c ./src/plugins/tcl/weechat-tcl.h ./src/plugins/trigger/trigger.c ./src/plugins/trigger/trigger-buffer.c ./src/plugins/trigger/trigger-buffer.h ./src/plugins/trigger/trigger-callback.c ./src/plugins/trigger/trigger-callback.h ./src/plugins/trigger/trigger-command.c ./src/plugins/trigger/trigger-command.h ./src/plugins/trigger/trigger-completion.c ./src/plugins/trigger/trigger-completion.h ./src/plugins/trigger/trigger-config.c ./src/plugins/trigger/trigger-config.h ./src/plugins/trigger/trigger.h ./src/plugins/weechat-plugin.h ./src/plugins/xfer/xfer-buffer.c ./src/plugins/xfer/xfer-buffer.h ./src/plugins/xfer/xfer.c ./src/plugins/xfer/xfer-chat.c ./src/plugins/xfer/xfer-chat.h ./src/plugins/xfer/xfer-command.c ./src/plugins/xfer/xfer-command.h ./src/plugins/xfer/xfer-completion.c ./src/plugins/xfer/xfer-completion.h ./src/plugins/xfer/xfer-config.c ./src/plugins/xfer/xfer-config.h ./src/plugins/xfer/xfer-dcc.c ./src/plugins/xfer/xfer-dcc.h ./src/plugins/xfer/xfer-file.c ./src/plugins/xfer/xfer-file.h ./src/plugins/xfer/xfer.h ./src/plugins/xfer/xfer-info.c ./src/plugins/xfer/xfer-info.h ./src/plugins/xfer/xfer-network.c ./src/plugins/xfer/xfer-network.h ./src/plugins/xfer/xfer-upgrade.c ./src/plugins/xfer/xfer-upgrade.h Dependee "/builddir/build/BUILD/weechat-2.0.1/build/src/plugins/alias/CMakeFiles/alias.dir/DependInfo.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/src/plugins/alias/CMakeFiles/alias.dir/depend.internal". Dependee "/builddir/build/BUILD/weechat-2.0.1/build/src/plugins/alias/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/src/plugins/alias/CMakeFiles/alias.dir/depend.internal". [ 2%] Building C object src/plugins/CMakeFiles/weechat_plugins.dir/plugin.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -fPIC -o CMakeFiles/weechat_plugins.dir/plugin.o -c /builddir/build/BUILD/weechat-2.0.1/src/plugins/plugin.c Scanning dependencies of target alias make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' make -f src/plugins/alias/CMakeFiles/alias.dir/build.make src/plugins/alias/CMakeFiles/alias.dir/build make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' [ 2%] Building C object src/plugins/alias/CMakeFiles/alias.dir/alias.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/alias && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dalias_EXPORTS -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -fPIC -o CMakeFiles/alias.dir/alias.o -c /builddir/build/BUILD/weechat-2.0.1/src/plugins/alias/alias.c [ 2%] Building C object src/plugins/alias/CMakeFiles/alias.dir/alias-command.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/alias && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dalias_EXPORTS -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -fPIC -o CMakeFiles/alias.dir/alias-command.o -c /builddir/build/BUILD/weechat-2.0.1/src/plugins/alias/alias-command.c [ 2%] Compiling cs.po cd /builddir/build/BUILD/weechat-2.0.1/build/po && /usr/bin/msgmerge --quiet -o /builddir/build/BUILD/weechat-2.0.1/build/po/cs.po /builddir/build/BUILD/weechat-2.0.1/po/cs.po /builddir/build/BUILD/weechat-2.0.1/build/po/weechat.pot [ 3%] Building C object src/plugins/alias/CMakeFiles/alias.dir/alias-completion.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/alias && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dalias_EXPORTS -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -fPIC -o CMakeFiles/alias.dir/alias-completion.o -c /builddir/build/BUILD/weechat-2.0.1/src/plugins/alias/alias-completion.c [ 3%] Building C object src/plugins/CMakeFiles/weechat_plugins_scripts.dir/plugin-script-api.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -fPIC -o CMakeFiles/weechat_plugins_scripts.dir/plugin-script-api.o -c /builddir/build/BUILD/weechat-2.0.1/src/plugins/plugin-script-api.c cd /builddir/build/BUILD/weechat-2.0.1/build/po && /usr/bin/msgfmt -o /builddir/build/BUILD/weechat-2.0.1/build/po/cs.gmo /builddir/build/BUILD/weechat-2.0.1/build/po/cs.po cd /builddir/build/BUILD/weechat-2.0.1/build/po && /usr/bin/msgfmt -c --statistics --verbose --output-file=/dev/null /builddir/build/BUILD/weechat-2.0.1/build/po/cs.po [ 3%] Building C object src/plugins/alias/CMakeFiles/alias.dir/alias-config.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/alias && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dalias_EXPORTS -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -fPIC -o CMakeFiles/alias.dir/alias-config.o -c /builddir/build/BUILD/weechat-2.0.1/src/plugins/alias/alias-config.c /builddir/build/BUILD/weechat-2.0.1/build/po/cs.po: 1448 translated messages, 533 fuzzy translations, 234 untranslated messages. [ 4%] Compiling de.po cd /builddir/build/BUILD/weechat-2.0.1/build/po && /usr/bin/msgmerge --quiet -o /builddir/build/BUILD/weechat-2.0.1/build/po/de.po /builddir/build/BUILD/weechat-2.0.1/po/de.po /builddir/build/BUILD/weechat-2.0.1/build/po/weechat.pot [ 4%] Building C object src/plugins/CMakeFiles/weechat_plugins.dir/plugin-api.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -fPIC -o CMakeFiles/weechat_plugins.dir/plugin-api.o -c /builddir/build/BUILD/weechat-2.0.1/src/plugins/plugin-api.c [ 4%] Building C object src/plugins/alias/CMakeFiles/alias.dir/alias-info.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/alias && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dalias_EXPORTS -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -fPIC -o CMakeFiles/alias.dir/alias-info.o -c /builddir/build/BUILD/weechat-2.0.1/src/plugins/alias/alias-info.c cd /builddir/build/BUILD/weechat-2.0.1/build/po && /usr/bin/msgfmt -o /builddir/build/BUILD/weechat-2.0.1/build/po/de.gmo /builddir/build/BUILD/weechat-2.0.1/build/po/de.po cd /builddir/build/BUILD/weechat-2.0.1/build/po && /usr/bin/msgfmt -c --statistics --verbose --output-file=/dev/null /builddir/build/BUILD/weechat-2.0.1/build/po/de.po [ 5%] Linking C shared module alias.so cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/alias && /usr/bin/cmake -E cmake_link_script CMakeFiles/alias.dir/link.txt --verbose=1 [ 5%] Linking C static library libweechat_plugins_scripts.a cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins && /usr/bin/cmake -P CMakeFiles/weechat_plugins_scripts.dir/cmake_clean_target.cmake /usr/bin/cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -shared -o alias.so CMakeFiles/alias.dir/alias.o CMakeFiles/alias.dir/alias-command.o CMakeFiles/alias.dir/alias-completion.o CMakeFiles/alias.dir/alias-config.o CMakeFiles/alias.dir/alias-info.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins && /usr/bin/cmake -E cmake_link_script CMakeFiles/weechat_plugins_scripts.dir/link.txt --verbose=1 /usr/bin/ar qc libweechat_plugins_scripts.a CMakeFiles/weechat_plugins_scripts.dir/plugin-script.o CMakeFiles/weechat_plugins_scripts.dir/plugin-script-api.o /builddir/build/BUILD/weechat-2.0.1/build/po/de.po: 2215 translated messages. /usr/bin/ranlib libweechat_plugins_scripts.a make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' [ 5%] Compiling es.po cd /builddir/build/BUILD/weechat-2.0.1/build/po && /usr/bin/msgmerge --quiet -o /builddir/build/BUILD/weechat-2.0.1/build/po/es.po /builddir/build/BUILD/weechat-2.0.1/po/es.po /builddir/build/BUILD/weechat-2.0.1/build/po/weechat.pot make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' [ 5%] Built target alias [ 5%] Built target weechat_plugins_scripts [ 5%] Compiling fr.po cd /builddir/build/BUILD/weechat-2.0.1/build/po && /usr/bin/msgmerge --quiet -o /builddir/build/BUILD/weechat-2.0.1/build/po/fr.po /builddir/build/BUILD/weechat-2.0.1/po/fr.po /builddir/build/BUILD/weechat-2.0.1/build/po/weechat.pot [ 6%] Compiling hu.po cd /builddir/build/BUILD/weechat-2.0.1/build/po && /usr/bin/msgmerge --quiet -o /builddir/build/BUILD/weechat-2.0.1/build/po/hu.po /builddir/build/BUILD/weechat-2.0.1/po/hu.po /builddir/build/BUILD/weechat-2.0.1/build/po/weechat.pot cd /builddir/build/BUILD/weechat-2.0.1/build/po && /usr/bin/msgfmt -o /builddir/build/BUILD/weechat-2.0.1/build/po/es.gmo /builddir/build/BUILD/weechat-2.0.1/build/po/es.po cd /builddir/build/BUILD/weechat-2.0.1/build/po && /usr/bin/msgfmt -o /builddir/build/BUILD/weechat-2.0.1/build/po/hu.gmo /builddir/build/BUILD/weechat-2.0.1/build/po/hu.po cd /builddir/build/BUILD/weechat-2.0.1/build/po && /usr/bin/msgfmt -c --statistics --verbose --output-file=/dev/null /builddir/build/BUILD/weechat-2.0.1/build/po/es.po cd /builddir/build/BUILD/weechat-2.0.1/build/po && /usr/bin/msgfmt -o /builddir/build/BUILD/weechat-2.0.1/build/po/fr.gmo /builddir/build/BUILD/weechat-2.0.1/build/po/fr.po cd /builddir/build/BUILD/weechat-2.0.1/build/po && /usr/bin/msgfmt -c --statistics --verbose --output-file=/dev/null /builddir/build/BUILD/weechat-2.0.1/build/po/hu.po [ 7%] Building C object src/plugins/CMakeFiles/weechat_plugins.dir/plugin-config.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -fPIC -o CMakeFiles/weechat_plugins.dir/plugin-config.o -c /builddir/build/BUILD/weechat-2.0.1/src/plugins/plugin-config.c /builddir/build/BUILD/weechat-2.0.1/build/po/hu.po: 91 translated messages, 1329 fuzzy translations, 795 untranslated messages. /builddir/build/BUILD/weechat-2.0.1/build/po/es.po: 1384 translated messages, 535 fuzzy translations, 296 untranslated messages. make -f src/plugins/aspell/CMakeFiles/aspell.dir/build.make src/plugins/aspell/CMakeFiles/aspell.dir/depend make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' cd /builddir/build/BUILD/weechat-2.0.1/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/weechat-2.0.1 /builddir/build/BUILD/weechat-2.0.1/src/plugins/aspell /builddir/build/BUILD/weechat-2.0.1/build /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/aspell /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/aspell/CMakeFiles/aspell.dir/DependInfo.cmake --color= cd /builddir/build/BUILD/weechat-2.0.1/build/po && /usr/bin/msgfmt -c --statistics --verbose --output-file=/dev/null /builddir/build/BUILD/weechat-2.0.1/build/po/fr.po [ 7%] Compiling it.po cd /builddir/build/BUILD/weechat-2.0.1/build/po && /usr/bin/msgmerge --quiet -o /builddir/build/BUILD/weechat-2.0.1/build/po/it.po /builddir/build/BUILD/weechat-2.0.1/po/it.po /builddir/build/BUILD/weechat-2.0.1/build/po/weechat.pot Dependee "/builddir/build/BUILD/weechat-2.0.1/build/src/plugins/aspell/CMakeFiles/aspell.dir/DependInfo.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/src/plugins/aspell/CMakeFiles/aspell.dir/depend.internal". Dependee "/builddir/build/BUILD/weechat-2.0.1/build/src/plugins/aspell/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/src/plugins/aspell/CMakeFiles/aspell.dir/depend.internal". Scanning dependencies of target aspell make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' make -f src/plugins/aspell/CMakeFiles/aspell.dir/build.make src/plugins/aspell/CMakeFiles/aspell.dir/build make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' [ 7%] Building C object src/plugins/aspell/CMakeFiles/aspell.dir/weechat-aspell.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/aspell && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DUSE_ENCHANT -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Daspell_EXPORTS -I/builddir/build/BUILD/weechat-2.0.1/build -I/usr/include/enchant -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -fPIC -o CMakeFiles/aspell.dir/weechat-aspell.o -c /builddir/build/BUILD/weechat-2.0.1/src/plugins/aspell/weechat-aspell.c /builddir/build/BUILD/weechat-2.0.1/build/po/fr.po: 2215 translated messages. make -f src/plugins/buflist/CMakeFiles/buflist.dir/build.make src/plugins/buflist/CMakeFiles/buflist.dir/depend make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' cd /builddir/build/BUILD/weechat-2.0.1/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/weechat-2.0.1 /builddir/build/BUILD/weechat-2.0.1/src/plugins/buflist /builddir/build/BUILD/weechat-2.0.1/build /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/buflist /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/buflist/CMakeFiles/buflist.dir/DependInfo.cmake --color= Dependee "/builddir/build/BUILD/weechat-2.0.1/build/src/plugins/buflist/CMakeFiles/buflist.dir/DependInfo.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/src/plugins/buflist/CMakeFiles/buflist.dir/depend.internal". Dependee "/builddir/build/BUILD/weechat-2.0.1/build/src/plugins/buflist/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/src/plugins/buflist/CMakeFiles/buflist.dir/depend.internal". Scanning dependencies of target buflist make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' make -f src/plugins/buflist/CMakeFiles/buflist.dir/build.make src/plugins/buflist/CMakeFiles/buflist.dir/build make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' [ 8%] Building C object src/plugins/buflist/CMakeFiles/buflist.dir/buflist.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/buflist && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dbuflist_EXPORTS -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -fPIC -o CMakeFiles/buflist.dir/buflist.o -c /builddir/build/BUILD/weechat-2.0.1/src/plugins/buflist/buflist.c cd /builddir/build/BUILD/weechat-2.0.1/build/po && /usr/bin/msgfmt -o /builddir/build/BUILD/weechat-2.0.1/build/po/it.gmo /builddir/build/BUILD/weechat-2.0.1/build/po/it.po cd /builddir/build/BUILD/weechat-2.0.1/build/po && /usr/bin/msgfmt -c --statistics --verbose --output-file=/dev/null /builddir/build/BUILD/weechat-2.0.1/build/po/it.po [ 8%] Linking C static library libweechat_plugins.a cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins && /usr/bin/cmake -P CMakeFiles/weechat_plugins.dir/cmake_clean_target.cmake cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins && /usr/bin/cmake -E cmake_link_script CMakeFiles/weechat_plugins.dir/link.txt --verbose=1 /builddir/build/BUILD/weechat-2.0.1/build/po/it.po: 1511 translated messages, 468 fuzzy translations, 236 untranslated messages. /usr/bin/ar qc libweechat_plugins.a CMakeFiles/weechat_plugins.dir/plugin.o CMakeFiles/weechat_plugins.dir/plugin-api.o CMakeFiles/weechat_plugins.dir/plugin-config.o /usr/bin/ranlib libweechat_plugins.a [ 8%] Compiling ja.po cd /builddir/build/BUILD/weechat-2.0.1/build/po && /usr/bin/msgmerge --quiet -o /builddir/build/BUILD/weechat-2.0.1/build/po/ja.po /builddir/build/BUILD/weechat-2.0.1/po/ja.po /builddir/build/BUILD/weechat-2.0.1/build/po/weechat.pot make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' [ 8%] Built target weechat_plugins make -f src/plugins/charset/CMakeFiles/charset.dir/build.make src/plugins/charset/CMakeFiles/charset.dir/depend make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' cd /builddir/build/BUILD/weechat-2.0.1/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/weechat-2.0.1 /builddir/build/BUILD/weechat-2.0.1/src/plugins/charset /builddir/build/BUILD/weechat-2.0.1/build /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/charset /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/charset/CMakeFiles/charset.dir/DependInfo.cmake --color= [ 8%] Building C object src/plugins/buflist/CMakeFiles/buflist.dir/buflist-bar-item.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/buflist && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dbuflist_EXPORTS -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -fPIC -o CMakeFiles/buflist.dir/buflist-bar-item.o -c /builddir/build/BUILD/weechat-2.0.1/src/plugins/buflist/buflist-bar-item.c Dependee "/builddir/build/BUILD/weechat-2.0.1/build/src/plugins/charset/CMakeFiles/charset.dir/DependInfo.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/src/plugins/charset/CMakeFiles/charset.dir/depend.internal". Dependee "/builddir/build/BUILD/weechat-2.0.1/build/src/plugins/charset/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/src/plugins/charset/CMakeFiles/charset.dir/depend.internal". Scanning dependencies of target charset make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' make -f src/plugins/charset/CMakeFiles/charset.dir/build.make src/plugins/charset/CMakeFiles/charset.dir/build make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' [ 8%] Building C object src/plugins/charset/CMakeFiles/charset.dir/charset.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/charset && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dcharset_EXPORTS -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -fPIC -o CMakeFiles/charset.dir/charset.o -c /builddir/build/BUILD/weechat-2.0.1/src/plugins/charset/charset.c [ 8%] Building C object src/plugins/aspell/CMakeFiles/aspell.dir/weechat-aspell-bar-item.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/aspell && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DUSE_ENCHANT -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Daspell_EXPORTS -I/builddir/build/BUILD/weechat-2.0.1/build -I/usr/include/enchant -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -fPIC -o CMakeFiles/aspell.dir/weechat-aspell-bar-item.o -c /builddir/build/BUILD/weechat-2.0.1/src/plugins/aspell/weechat-aspell-bar-item.c cd /builddir/build/BUILD/weechat-2.0.1/build/po && /usr/bin/msgfmt -o /builddir/build/BUILD/weechat-2.0.1/build/po/ja.gmo /builddir/build/BUILD/weechat-2.0.1/build/po/ja.po cd /builddir/build/BUILD/weechat-2.0.1/build/po && /usr/bin/msgfmt -c --statistics --verbose --output-file=/dev/null /builddir/build/BUILD/weechat-2.0.1/build/po/ja.po [ 9%] Building C object src/plugins/aspell/CMakeFiles/aspell.dir/weechat-aspell-command.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/aspell && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DUSE_ENCHANT -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Daspell_EXPORTS -I/builddir/build/BUILD/weechat-2.0.1/build -I/usr/include/enchant -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -fPIC -o CMakeFiles/aspell.dir/weechat-aspell-command.o -c /builddir/build/BUILD/weechat-2.0.1/src/plugins/aspell/weechat-aspell-command.c /builddir/build/BUILD/weechat-2.0.1/build/po/ja.po: 2215 translated messages. [ 10%] Compiling pl.po cd /builddir/build/BUILD/weechat-2.0.1/build/po && /usr/bin/msgmerge --quiet -o /builddir/build/BUILD/weechat-2.0.1/build/po/pl.po /builddir/build/BUILD/weechat-2.0.1/po/pl.po /builddir/build/BUILD/weechat-2.0.1/build/po/weechat.pot [ 10%] Linking C shared module charset.so cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/charset && /usr/bin/cmake -E cmake_link_script CMakeFiles/charset.dir/link.txt --verbose=1 /usr/bin/cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -shared -o charset.so CMakeFiles/charset.dir/charset.o make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' [ 11%] Building C object src/plugins/buflist/CMakeFiles/buflist.dir/buflist-command.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/buflist && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dbuflist_EXPORTS -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -fPIC -o CMakeFiles/buflist.dir/buflist-command.o -c /builddir/build/BUILD/weechat-2.0.1/src/plugins/buflist/buflist-command.c [ 11%] Built target charset make -f src/plugins/exec/CMakeFiles/exec.dir/build.make src/plugins/exec/CMakeFiles/exec.dir/depend make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' cd /builddir/build/BUILD/weechat-2.0.1/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/weechat-2.0.1 /builddir/build/BUILD/weechat-2.0.1/src/plugins/exec /builddir/build/BUILD/weechat-2.0.1/build /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/exec /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/exec/CMakeFiles/exec.dir/DependInfo.cmake --color= Dependee "/builddir/build/BUILD/weechat-2.0.1/build/src/plugins/exec/CMakeFiles/exec.dir/DependInfo.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/src/plugins/exec/CMakeFiles/exec.dir/depend.internal". Dependee "/builddir/build/BUILD/weechat-2.0.1/build/src/plugins/exec/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/src/plugins/exec/CMakeFiles/exec.dir/depend.internal". Scanning dependencies of target exec make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' make -f src/plugins/exec/CMakeFiles/exec.dir/build.make src/plugins/exec/CMakeFiles/exec.dir/build make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' [ 12%] Building C object src/plugins/exec/CMakeFiles/exec.dir/exec.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/exec && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dexec_EXPORTS -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -fPIC -o CMakeFiles/exec.dir/exec.o -c /builddir/build/BUILD/weechat-2.0.1/src/plugins/exec/exec.c cd /builddir/build/BUILD/weechat-2.0.1/build/po && /usr/bin/msgfmt -o /builddir/build/BUILD/weechat-2.0.1/build/po/pl.gmo /builddir/build/BUILD/weechat-2.0.1/build/po/pl.po [ 12%] Building C object src/plugins/aspell/CMakeFiles/aspell.dir/weechat-aspell-completion.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/aspell && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DUSE_ENCHANT -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Daspell_EXPORTS -I/builddir/build/BUILD/weechat-2.0.1/build -I/usr/include/enchant -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -fPIC -o CMakeFiles/aspell.dir/weechat-aspell-completion.o -c /builddir/build/BUILD/weechat-2.0.1/src/plugins/aspell/weechat-aspell-completion.c [ 12%] Building C object src/plugins/buflist/CMakeFiles/buflist.dir/buflist-config.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/buflist && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dbuflist_EXPORTS -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -fPIC -o CMakeFiles/buflist.dir/buflist-config.o -c /builddir/build/BUILD/weechat-2.0.1/src/plugins/buflist/buflist-config.c cd /builddir/build/BUILD/weechat-2.0.1/build/po && /usr/bin/msgfmt -c --statistics --verbose --output-file=/dev/null /builddir/build/BUILD/weechat-2.0.1/build/po/pl.po /builddir/build/BUILD/weechat-2.0.1/build/po/pl.po: 2215 translated messages. [ 12%] Compiling pt.po [ 12%] Building C object src/plugins/aspell/CMakeFiles/aspell.dir/weechat-aspell-config.o cd /builddir/build/BUILD/weechat-2.0.1/build/po && /usr/bin/msgmerge --quiet -o /builddir/build/BUILD/weechat-2.0.1/build/po/pt.po /builddir/build/BUILD/weechat-2.0.1/po/pt.po /builddir/build/BUILD/weechat-2.0.1/build/po/weechat.pot cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/aspell && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DUSE_ENCHANT -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Daspell_EXPORTS -I/builddir/build/BUILD/weechat-2.0.1/build -I/usr/include/enchant -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -fPIC -o CMakeFiles/aspell.dir/weechat-aspell-config.o -c /builddir/build/BUILD/weechat-2.0.1/src/plugins/aspell/weechat-aspell-config.c [ 12%] Building C object src/plugins/exec/CMakeFiles/exec.dir/exec-buffer.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/exec && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dexec_EXPORTS -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -fPIC -o CMakeFiles/exec.dir/exec-buffer.o -c /builddir/build/BUILD/weechat-2.0.1/src/plugins/exec/exec-buffer.c [ 12%] Building C object src/plugins/buflist/CMakeFiles/buflist.dir/buflist-mouse.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/buflist && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dbuflist_EXPORTS -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -fPIC -o CMakeFiles/buflist.dir/buflist-mouse.o -c /builddir/build/BUILD/weechat-2.0.1/src/plugins/buflist/buflist-mouse.c cd /builddir/build/BUILD/weechat-2.0.1/build/po && /usr/bin/msgfmt -o /builddir/build/BUILD/weechat-2.0.1/build/po/pt.gmo /builddir/build/BUILD/weechat-2.0.1/build/po/pt.po cd /builddir/build/BUILD/weechat-2.0.1/build/po && /usr/bin/msgfmt -c --statistics --verbose --output-file=/dev/null /builddir/build/BUILD/weechat-2.0.1/build/po/pt.po [ 13%] Building C object src/plugins/aspell/CMakeFiles/aspell.dir/weechat-aspell-info.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/aspell && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DUSE_ENCHANT -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Daspell_EXPORTS -I/builddir/build/BUILD/weechat-2.0.1/build -I/usr/include/enchant -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -fPIC -o CMakeFiles/aspell.dir/weechat-aspell-info.o -c /builddir/build/BUILD/weechat-2.0.1/src/plugins/aspell/weechat-aspell-info.c /builddir/build/BUILD/weechat-2.0.1/build/po/pt.po: 2060 translated messages, 103 fuzzy translations, 52 untranslated messages. [ 13%] Compiling pt_BR.po cd /builddir/build/BUILD/weechat-2.0.1/build/po && /usr/bin/msgmerge --quiet -o /builddir/build/BUILD/weechat-2.0.1/build/po/pt_BR.po /builddir/build/BUILD/weechat-2.0.1/po/pt_BR.po /builddir/build/BUILD/weechat-2.0.1/build/po/weechat.pot [ 13%] Building C object src/plugins/exec/CMakeFiles/exec.dir/exec-command.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/exec && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dexec_EXPORTS -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -fPIC -o CMakeFiles/exec.dir/exec-command.o -c /builddir/build/BUILD/weechat-2.0.1/src/plugins/exec/exec-command.c [ 14%] Linking C shared module buflist.so cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/buflist && /usr/bin/cmake -E cmake_link_script CMakeFiles/buflist.dir/link.txt --verbose=1 /usr/bin/cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -shared -o buflist.so CMakeFiles/buflist.dir/buflist.o CMakeFiles/buflist.dir/buflist-bar-item.o CMakeFiles/buflist.dir/buflist-command.o CMakeFiles/buflist.dir/buflist-config.o CMakeFiles/buflist.dir/buflist-mouse.o [ 14%] Building C object src/plugins/aspell/CMakeFiles/aspell.dir/weechat-aspell-speller.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/aspell && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DUSE_ENCHANT -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Daspell_EXPORTS -I/builddir/build/BUILD/weechat-2.0.1/build -I/usr/include/enchant -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -fPIC -o CMakeFiles/aspell.dir/weechat-aspell-speller.o -c /builddir/build/BUILD/weechat-2.0.1/src/plugins/aspell/weechat-aspell-speller.c make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' [ 14%] Built target buflist make -f src/plugins/fifo/CMakeFiles/fifo.dir/build.make src/plugins/fifo/CMakeFiles/fifo.dir/depend make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' cd /builddir/build/BUILD/weechat-2.0.1/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/weechat-2.0.1 /builddir/build/BUILD/weechat-2.0.1/src/plugins/fifo /builddir/build/BUILD/weechat-2.0.1/build /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/fifo /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/fifo/CMakeFiles/fifo.dir/DependInfo.cmake --color= Dependee "/builddir/build/BUILD/weechat-2.0.1/build/src/plugins/fifo/CMakeFiles/fifo.dir/DependInfo.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/src/plugins/fifo/CMakeFiles/fifo.dir/depend.internal". Dependee "/builddir/build/BUILD/weechat-2.0.1/build/src/plugins/fifo/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/src/plugins/fifo/CMakeFiles/fifo.dir/depend.internal". cd /builddir/build/BUILD/weechat-2.0.1/build/po && /usr/bin/msgfmt -o /builddir/build/BUILD/weechat-2.0.1/build/po/pt_BR.gmo /builddir/build/BUILD/weechat-2.0.1/build/po/pt_BR.po Scanning dependencies of target fifo make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' make -f src/plugins/fifo/CMakeFiles/fifo.dir/build.make src/plugins/fifo/CMakeFiles/fifo.dir/build make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' [ 15%] Building C object src/plugins/fifo/CMakeFiles/fifo.dir/fifo.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/fifo && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dfifo_EXPORTS -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -fPIC -o CMakeFiles/fifo.dir/fifo.o -c /builddir/build/BUILD/weechat-2.0.1/src/plugins/fifo/fifo.c cd /builddir/build/BUILD/weechat-2.0.1/build/po && /usr/bin/msgfmt -c --statistics --verbose --output-file=/dev/null /builddir/build/BUILD/weechat-2.0.1/build/po/pt_BR.po /builddir/build/BUILD/weechat-2.0.1/build/po/pt_BR.po: 997 translated messages, 574 fuzzy translations, 644 untranslated messages. [ 16%] Compiling ru.po cd /builddir/build/BUILD/weechat-2.0.1/build/po && /usr/bin/msgmerge --quiet -o /builddir/build/BUILD/weechat-2.0.1/build/po/ru.po /builddir/build/BUILD/weechat-2.0.1/po/ru.po /builddir/build/BUILD/weechat-2.0.1/build/po/weechat.pot [ 16%] Linking C shared module aspell.so cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/aspell && /usr/bin/cmake -E cmake_link_script CMakeFiles/aspell.dir/link.txt --verbose=1 /usr/bin/cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -shared -o aspell.so CMakeFiles/aspell.dir/weechat-aspell.o CMakeFiles/aspell.dir/weechat-aspell-bar-item.o CMakeFiles/aspell.dir/weechat-aspell-command.o CMakeFiles/aspell.dir/weechat-aspell-completion.o CMakeFiles/aspell.dir/weechat-aspell-config.o CMakeFiles/aspell.dir/weechat-aspell-info.o CMakeFiles/aspell.dir/weechat-aspell-speller.o -lenchant make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' [ 16%] Built target aspell make -f src/plugins/fset/CMakeFiles/fset.dir/build.make src/plugins/fset/CMakeFiles/fset.dir/depend make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' cd /builddir/build/BUILD/weechat-2.0.1/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/weechat-2.0.1 /builddir/build/BUILD/weechat-2.0.1/src/plugins/fset /builddir/build/BUILD/weechat-2.0.1/build /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/fset /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/fset/CMakeFiles/fset.dir/DependInfo.cmake --color= Dependee "/builddir/build/BUILD/weechat-2.0.1/build/src/plugins/fset/CMakeFiles/fset.dir/DependInfo.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/src/plugins/fset/CMakeFiles/fset.dir/depend.internal". Dependee "/builddir/build/BUILD/weechat-2.0.1/build/src/plugins/fset/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/src/plugins/fset/CMakeFiles/fset.dir/depend.internal". Scanning dependencies of target fset make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' make -f src/plugins/fset/CMakeFiles/fset.dir/build.make src/plugins/fset/CMakeFiles/fset.dir/build make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' [ 16%] Building C object src/plugins/fifo/CMakeFiles/fifo.dir/fifo-command.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/fifo && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dfifo_EXPORTS -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -fPIC -o CMakeFiles/fifo.dir/fifo-command.o -c /builddir/build/BUILD/weechat-2.0.1/src/plugins/fifo/fifo-command.c [ 17%] Building C object src/plugins/exec/CMakeFiles/exec.dir/exec-completion.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/exec && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dexec_EXPORTS -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -fPIC -o CMakeFiles/exec.dir/exec-completion.o -c /builddir/build/BUILD/weechat-2.0.1/src/plugins/exec/exec-completion.c [ 18%] Building C object src/plugins/fset/CMakeFiles/fset.dir/fset.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/fset && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dfset_EXPORTS -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -fPIC -o CMakeFiles/fset.dir/fset.o -c /builddir/build/BUILD/weechat-2.0.1/src/plugins/fset/fset.c cd /builddir/build/BUILD/weechat-2.0.1/build/po && /usr/bin/msgfmt -o /builddir/build/BUILD/weechat-2.0.1/build/po/ru.gmo /builddir/build/BUILD/weechat-2.0.1/build/po/ru.po cd /builddir/build/BUILD/weechat-2.0.1/build/po && /usr/bin/msgfmt -c --statistics --verbose --output-file=/dev/null /builddir/build/BUILD/weechat-2.0.1/build/po/ru.po [ 18%] Building C object src/plugins/fifo/CMakeFiles/fifo.dir/fifo-config.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/fifo && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dfifo_EXPORTS -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -fPIC -o CMakeFiles/fifo.dir/fifo-config.o -c /builddir/build/BUILD/weechat-2.0.1/src/plugins/fifo/fifo-config.c /builddir/build/BUILD/weechat-2.0.1/build/po/ru.po: 119 translated messages, 1341 fuzzy translations, 755 untranslated messages. [ 18%] Building C object src/plugins/exec/CMakeFiles/exec.dir/exec-config.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/exec && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dexec_EXPORTS -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -fPIC -o CMakeFiles/exec.dir/exec-config.o -c /builddir/build/BUILD/weechat-2.0.1/src/plugins/exec/exec-config.c [ 18%] Building C object src/plugins/fset/CMakeFiles/fset.dir/fset-bar-item.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/fset && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dfset_EXPORTS -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -fPIC -o CMakeFiles/fset.dir/fset-bar-item.o -c /builddir/build/BUILD/weechat-2.0.1/src/plugins/fset/fset-bar-item.c [ 18%] Compiling tr.po cd /builddir/build/BUILD/weechat-2.0.1/build/po && /usr/bin/msgmerge --quiet -o /builddir/build/BUILD/weechat-2.0.1/build/po/tr.po /builddir/build/BUILD/weechat-2.0.1/po/tr.po /builddir/build/BUILD/weechat-2.0.1/build/po/weechat.pot [ 20%] Building C object src/plugins/fifo/CMakeFiles/fifo.dir/fifo-info.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/fifo && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dfifo_EXPORTS -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -fPIC -o CMakeFiles/fifo.dir/fifo-info.o -c /builddir/build/BUILD/weechat-2.0.1/src/plugins/fifo/fifo-info.c cd /builddir/build/BUILD/weechat-2.0.1/build/po && /usr/bin/msgfmt -o /builddir/build/BUILD/weechat-2.0.1/build/po/tr.gmo /builddir/build/BUILD/weechat-2.0.1/build/po/tr.po [ 20%] Linking C shared module exec.so cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/exec && /usr/bin/cmake -E cmake_link_script CMakeFiles/exec.dir/link.txt --verbose=1 cd /builddir/build/BUILD/weechat-2.0.1/build/po && /usr/bin/msgfmt -c --statistics --verbose --output-file=/dev/null /builddir/build/BUILD/weechat-2.0.1/build/po/tr.po /usr/bin/cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -shared -o exec.so CMakeFiles/exec.dir/exec.o CMakeFiles/exec.dir/exec-buffer.o CMakeFiles/exec.dir/exec-command.o CMakeFiles/exec.dir/exec-completion.o CMakeFiles/exec.dir/exec-config.o [ 20%] Building C object src/plugins/fset/CMakeFiles/fset.dir/fset-buffer.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/fset && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dfset_EXPORTS -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -fPIC -o CMakeFiles/fset.dir/fset-buffer.o -c /builddir/build/BUILD/weechat-2.0.1/src/plugins/fset/fset-buffer.c [ 20%] Linking C shared module fifo.so cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/fifo && /usr/bin/cmake -E cmake_link_script CMakeFiles/fifo.dir/link.txt --verbose=1 /builddir/build/BUILD/weechat-2.0.1/build/po/tr.po: 255 translated messages, 207 fuzzy translations, 1753 untranslated messages. make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' /usr/bin/cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -shared -o fifo.so CMakeFiles/fifo.dir/fifo.o CMakeFiles/fifo.dir/fifo-command.o CMakeFiles/fifo.dir/fifo-config.o CMakeFiles/fifo.dir/fifo-info.o [ 20%] Built target exec [ 20%] Built target translations make -f src/plugins/irc/CMakeFiles/irc.dir/build.make src/plugins/irc/CMakeFiles/irc.dir/depend make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' cd /builddir/build/BUILD/weechat-2.0.1/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/weechat-2.0.1 /builddir/build/BUILD/weechat-2.0.1/src/plugins/irc /builddir/build/BUILD/weechat-2.0.1/build /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/irc /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/irc/CMakeFiles/irc.dir/DependInfo.cmake --color= [ 21%] Building C object src/plugins/fset/CMakeFiles/fset.dir/fset-command.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/fset && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dfset_EXPORTS -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -fPIC -o CMakeFiles/fset.dir/fset-command.o -c /builddir/build/BUILD/weechat-2.0.1/src/plugins/fset/fset-command.c make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' Dependee "/builddir/build/BUILD/weechat-2.0.1/build/src/plugins/irc/CMakeFiles/irc.dir/DependInfo.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/src/plugins/irc/CMakeFiles/irc.dir/depend.internal". Dependee "/builddir/build/BUILD/weechat-2.0.1/build/src/plugins/irc/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/src/plugins/irc/CMakeFiles/irc.dir/depend.internal". [ 21%] Built target fifo [ 21%] Building C object src/plugins/fset/CMakeFiles/fset.dir/fset-completion.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/fset && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dfset_EXPORTS -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -fPIC -o CMakeFiles/fset.dir/fset-completion.o -c /builddir/build/BUILD/weechat-2.0.1/src/plugins/fset/fset-completion.c Scanning dependencies of target irc make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' make -f src/plugins/irc/CMakeFiles/irc.dir/build.make src/plugins/irc/CMakeFiles/irc.dir/build make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' [ 21%] Building C object src/plugins/irc/CMakeFiles/irc.dir/irc.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/irc && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dirc_EXPORTS -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -fPIC -o CMakeFiles/irc.dir/irc.o -c /builddir/build/BUILD/weechat-2.0.1/src/plugins/irc/irc.c [ 21%] Building C object src/plugins/irc/CMakeFiles/irc.dir/irc-bar-item.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/irc && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dirc_EXPORTS -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -fPIC -o CMakeFiles/irc.dir/irc-bar-item.o -c /builddir/build/BUILD/weechat-2.0.1/src/plugins/irc/irc-bar-item.c make -f src/plugins/logger/CMakeFiles/logger.dir/build.make src/plugins/logger/CMakeFiles/logger.dir/depend make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' cd /builddir/build/BUILD/weechat-2.0.1/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/weechat-2.0.1 /builddir/build/BUILD/weechat-2.0.1/src/plugins/logger /builddir/build/BUILD/weechat-2.0.1/build /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/logger /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/logger/CMakeFiles/logger.dir/DependInfo.cmake --color= [ 22%] Building C object src/plugins/irc/CMakeFiles/irc.dir/irc-buffer.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/irc && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dirc_EXPORTS -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -fPIC -o CMakeFiles/irc.dir/irc-buffer.o -c /builddir/build/BUILD/weechat-2.0.1/src/plugins/irc/irc-buffer.c Dependee "/builddir/build/BUILD/weechat-2.0.1/build/src/plugins/logger/CMakeFiles/logger.dir/DependInfo.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/src/plugins/logger/CMakeFiles/logger.dir/depend.internal". Dependee "/builddir/build/BUILD/weechat-2.0.1/build/src/plugins/logger/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/src/plugins/logger/CMakeFiles/logger.dir/depend.internal". Scanning dependencies of target logger make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' make -f src/plugins/logger/CMakeFiles/logger.dir/build.make src/plugins/logger/CMakeFiles/logger.dir/build make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' [ 22%] Building C object src/plugins/logger/CMakeFiles/logger.dir/logger.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/logger && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dlogger_EXPORTS -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -fPIC -o CMakeFiles/logger.dir/logger.o -c /builddir/build/BUILD/weechat-2.0.1/src/plugins/logger/logger.c [ 22%] Building C object src/plugins/irc/CMakeFiles/irc.dir/irc-channel.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/irc && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dirc_EXPORTS -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -fPIC -o CMakeFiles/irc.dir/irc-channel.o -c /builddir/build/BUILD/weechat-2.0.1/src/plugins/irc/irc-channel.c [ 22%] Building C object src/plugins/logger/CMakeFiles/logger.dir/logger-buffer.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/logger && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dlogger_EXPORTS -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -fPIC -o CMakeFiles/logger.dir/logger-buffer.o -c /builddir/build/BUILD/weechat-2.0.1/src/plugins/logger/logger-buffer.c [ 22%] Building C object src/plugins/fset/CMakeFiles/fset.dir/fset-config.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/fset && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dfset_EXPORTS -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -fPIC -o CMakeFiles/fset.dir/fset-config.o -c /builddir/build/BUILD/weechat-2.0.1/src/plugins/fset/fset-config.c [ 23%] Building C object src/plugins/logger/CMakeFiles/logger.dir/logger-config.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/logger && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dlogger_EXPORTS -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -fPIC -o CMakeFiles/logger.dir/logger-config.o -c /builddir/build/BUILD/weechat-2.0.1/src/plugins/logger/logger-config.c [ 23%] Building C object src/plugins/logger/CMakeFiles/logger.dir/logger-info.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/logger && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dlogger_EXPORTS -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -fPIC -o CMakeFiles/logger.dir/logger-info.o -c /builddir/build/BUILD/weechat-2.0.1/src/plugins/logger/logger-info.c [ 24%] Building C object src/plugins/fset/CMakeFiles/fset.dir/fset-info.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/fset && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dfset_EXPORTS -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -fPIC -o CMakeFiles/fset.dir/fset-info.o -c /builddir/build/BUILD/weechat-2.0.1/src/plugins/fset/fset-info.c [ 24%] Building C object src/plugins/logger/CMakeFiles/logger.dir/logger-tail.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/logger && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dlogger_EXPORTS -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -fPIC -o CMakeFiles/logger.dir/logger-tail.o -c /builddir/build/BUILD/weechat-2.0.1/src/plugins/logger/logger-tail.c [ 24%] Building C object src/plugins/fset/CMakeFiles/fset.dir/fset-mouse.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/fset && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dfset_EXPORTS -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -fPIC -o CMakeFiles/fset.dir/fset-mouse.o -c /builddir/build/BUILD/weechat-2.0.1/src/plugins/fset/fset-mouse.c [ 25%] Building C object src/plugins/irc/CMakeFiles/irc.dir/irc-color.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/irc && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dirc_EXPORTS -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -fPIC -o CMakeFiles/irc.dir/irc-color.o -c /builddir/build/BUILD/weechat-2.0.1/src/plugins/irc/irc-color.c [ 26%] Linking C shared module logger.so cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/logger && /usr/bin/cmake -E cmake_link_script CMakeFiles/logger.dir/link.txt --verbose=1 /usr/bin/cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -shared -o logger.so CMakeFiles/logger.dir/logger.o CMakeFiles/logger.dir/logger-buffer.o CMakeFiles/logger.dir/logger-config.o CMakeFiles/logger.dir/logger-info.o CMakeFiles/logger.dir/logger-tail.o make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' [ 26%] Building C object src/plugins/fset/CMakeFiles/fset.dir/fset-option.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/fset && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dfset_EXPORTS -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -fPIC -o CMakeFiles/fset.dir/fset-option.o -c /builddir/build/BUILD/weechat-2.0.1/src/plugins/fset/fset-option.c [ 26%] Built target logger [ 26%] Building C object src/plugins/irc/CMakeFiles/irc.dir/irc-command.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/irc && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dirc_EXPORTS -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -fPIC -o CMakeFiles/irc.dir/irc-command.o -c /builddir/build/BUILD/weechat-2.0.1/src/plugins/irc/irc-command.c make -f src/plugins/relay/CMakeFiles/relay.dir/build.make src/plugins/relay/CMakeFiles/relay.dir/depend make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' cd /builddir/build/BUILD/weechat-2.0.1/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/weechat-2.0.1 /builddir/build/BUILD/weechat-2.0.1/src/plugins/relay /builddir/build/BUILD/weechat-2.0.1/build /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/relay /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/relay/CMakeFiles/relay.dir/DependInfo.cmake --color= Dependee "/builddir/build/BUILD/weechat-2.0.1/build/src/plugins/relay/CMakeFiles/relay.dir/DependInfo.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/src/plugins/relay/CMakeFiles/relay.dir/depend.internal". Dependee "/builddir/build/BUILD/weechat-2.0.1/build/src/plugins/relay/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/src/plugins/relay/CMakeFiles/relay.dir/depend.internal". Scanning dependencies of target relay make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' make -f src/plugins/relay/CMakeFiles/relay.dir/build.make src/plugins/relay/CMakeFiles/relay.dir/build make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' [ 26%] Building C object src/plugins/relay/CMakeFiles/relay.dir/relay.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/relay && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Drelay_EXPORTS -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -fPIC -o CMakeFiles/relay.dir/relay.o -c /builddir/build/BUILD/weechat-2.0.1/src/plugins/relay/relay.c [ 27%] Building C object src/plugins/relay/CMakeFiles/relay.dir/relay-buffer.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/relay && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Drelay_EXPORTS -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -fPIC -o CMakeFiles/relay.dir/relay-buffer.o -c /builddir/build/BUILD/weechat-2.0.1/src/plugins/relay/relay-buffer.c [ 27%] Building C object src/plugins/relay/CMakeFiles/relay.dir/relay-client.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/relay && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Drelay_EXPORTS -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -fPIC -o CMakeFiles/relay.dir/relay-client.o -c /builddir/build/BUILD/weechat-2.0.1/src/plugins/relay/relay-client.c [ 28%] Linking C shared module fset.so cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/fset && /usr/bin/cmake -E cmake_link_script CMakeFiles/fset.dir/link.txt --verbose=1 /usr/bin/cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -shared -o fset.so CMakeFiles/fset.dir/fset.o CMakeFiles/fset.dir/fset-bar-item.o CMakeFiles/fset.dir/fset-buffer.o CMakeFiles/fset.dir/fset-command.o CMakeFiles/fset.dir/fset-completion.o CMakeFiles/fset.dir/fset-config.o CMakeFiles/fset.dir/fset-info.o CMakeFiles/fset.dir/fset-mouse.o CMakeFiles/fset.dir/fset-option.o make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' [ 28%] Built target fset [ 28%] Building C object src/plugins/relay/CMakeFiles/relay.dir/irc/relay-irc.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/relay && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Drelay_EXPORTS -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -fPIC -o CMakeFiles/relay.dir/irc/relay-irc.o -c /builddir/build/BUILD/weechat-2.0.1/src/plugins/relay/irc/relay-irc.c make -f src/plugins/script/CMakeFiles/script.dir/build.make src/plugins/script/CMakeFiles/script.dir/depend make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' cd /builddir/build/BUILD/weechat-2.0.1/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/weechat-2.0.1 /builddir/build/BUILD/weechat-2.0.1/src/plugins/script /builddir/build/BUILD/weechat-2.0.1/build /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/script /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/script/CMakeFiles/script.dir/DependInfo.cmake --color= [ 28%] Building C object src/plugins/irc/CMakeFiles/irc.dir/irc-completion.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/irc && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dirc_EXPORTS -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -fPIC -o CMakeFiles/irc.dir/irc-completion.o -c /builddir/build/BUILD/weechat-2.0.1/src/plugins/irc/irc-completion.c Dependee "/builddir/build/BUILD/weechat-2.0.1/build/src/plugins/script/CMakeFiles/script.dir/DependInfo.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/src/plugins/script/CMakeFiles/script.dir/depend.internal". Dependee "/builddir/build/BUILD/weechat-2.0.1/build/src/plugins/script/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/src/plugins/script/CMakeFiles/script.dir/depend.internal". Scanning dependencies of target script make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' make -f src/plugins/script/CMakeFiles/script.dir/build.make src/plugins/script/CMakeFiles/script.dir/build make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' [ 29%] Building C object src/plugins/script/CMakeFiles/script.dir/script.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/script && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dscript_EXPORTS -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -fPIC -o CMakeFiles/script.dir/script.o -c /builddir/build/BUILD/weechat-2.0.1/src/plugins/script/script.c [ 29%] Building C object src/plugins/script/CMakeFiles/script.dir/script-action.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/script && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dscript_EXPORTS -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -fPIC -o CMakeFiles/script.dir/script-action.o -c /builddir/build/BUILD/weechat-2.0.1/src/plugins/script/script-action.c [ 30%] Building C object src/plugins/relay/CMakeFiles/relay.dir/weechat/relay-weechat.o [ 30%] Building C object src/plugins/script/CMakeFiles/script.dir/script-buffer.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/script && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dscript_EXPORTS -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -fPIC -o CMakeFiles/script.dir/script-buffer.o -c /builddir/build/BUILD/weechat-2.0.1/src/plugins/script/script-buffer.c cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/relay && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Drelay_EXPORTS -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -fPIC -o CMakeFiles/relay.dir/weechat/relay-weechat.o -c /builddir/build/BUILD/weechat-2.0.1/src/plugins/relay/weechat/relay-weechat.c [ 30%] Building C object src/plugins/relay/CMakeFiles/relay.dir/weechat/relay-weechat-msg.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/relay && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Drelay_EXPORTS -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -fPIC -o CMakeFiles/relay.dir/weechat/relay-weechat-msg.o -c /builddir/build/BUILD/weechat-2.0.1/src/plugins/relay/weechat/relay-weechat-msg.c [ 31%] Building C object src/plugins/script/CMakeFiles/script.dir/script-command.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/script && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dscript_EXPORTS -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -fPIC -o CMakeFiles/script.dir/script-command.o -c /builddir/build/BUILD/weechat-2.0.1/src/plugins/script/script-command.c make -f src/plugins/perl/CMakeFiles/perl.dir/build.make src/plugins/perl/CMakeFiles/perl.dir/depend make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' cd /builddir/build/BUILD/weechat-2.0.1/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/weechat-2.0.1 /builddir/build/BUILD/weechat-2.0.1/src/plugins/perl /builddir/build/BUILD/weechat-2.0.1/build /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/perl /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/perl/CMakeFiles/perl.dir/DependInfo.cmake --color= [ 31%] Building C object src/plugins/script/CMakeFiles/script.dir/script-completion.o Dependee "/builddir/build/BUILD/weechat-2.0.1/build/src/plugins/perl/CMakeFiles/perl.dir/DependInfo.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/src/plugins/perl/CMakeFiles/perl.dir/depend.internal". Dependee "/builddir/build/BUILD/weechat-2.0.1/build/src/plugins/perl/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/src/plugins/perl/CMakeFiles/perl.dir/depend.internal". cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/script && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dscript_EXPORTS -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -fPIC -o CMakeFiles/script.dir/script-completion.o -c /builddir/build/BUILD/weechat-2.0.1/src/plugins/script/script-completion.c Scanning dependencies of target perl make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' make -f src/plugins/perl/CMakeFiles/perl.dir/build.make src/plugins/perl/CMakeFiles/perl.dir/build make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' [ 31%] Building C object src/plugins/perl/CMakeFiles/perl.dir/weechat-perl.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/perl && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dperl_EXPORTS -I/builddir/build/BUILD/weechat-2.0.1/build -I/usr/lib64/perl5/CORE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -fPIC -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fwrapv -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/CORE -o CMakeFiles/perl.dir/weechat-perl.o -c /builddir/build/BUILD/weechat-2.0.1/src/plugins/perl/weechat-perl.c [ 31%] Building C object src/plugins/script/CMakeFiles/script.dir/script-config.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/script && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dscript_EXPORTS -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -fPIC -o CMakeFiles/script.dir/script-config.o -c /builddir/build/BUILD/weechat-2.0.1/src/plugins/script/script-config.c [ 31%] Building C object src/plugins/relay/CMakeFiles/relay.dir/weechat/relay-weechat-nicklist.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/relay && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Drelay_EXPORTS -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -fPIC -o CMakeFiles/relay.dir/weechat/relay-weechat-nicklist.o -c /builddir/build/BUILD/weechat-2.0.1/src/plugins/relay/weechat/relay-weechat-nicklist.c [ 32%] Building C object src/plugins/relay/CMakeFiles/relay.dir/weechat/relay-weechat-protocol.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/relay && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Drelay_EXPORTS -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -fPIC -o CMakeFiles/relay.dir/weechat/relay-weechat-protocol.o -c /builddir/build/BUILD/weechat-2.0.1/src/plugins/relay/weechat/relay-weechat-protocol.c [ 33%] Building C object src/plugins/script/CMakeFiles/script.dir/script-info.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/script && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dscript_EXPORTS -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -fPIC -o CMakeFiles/script.dir/script-info.o -c /builddir/build/BUILD/weechat-2.0.1/src/plugins/script/script-info.c [ 34%] Building C object src/plugins/irc/CMakeFiles/irc.dir/irc-config.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/irc && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dirc_EXPORTS -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -fPIC -o CMakeFiles/irc.dir/irc-config.o -c /builddir/build/BUILD/weechat-2.0.1/src/plugins/irc/irc-config.c [ 34%] Building C object src/plugins/script/CMakeFiles/script.dir/script-mouse.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/script && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dscript_EXPORTS -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -fPIC -o CMakeFiles/script.dir/script-mouse.o -c /builddir/build/BUILD/weechat-2.0.1/src/plugins/script/script-mouse.c [ 35%] Building C object src/plugins/script/CMakeFiles/script.dir/script-repo.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/script && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dscript_EXPORTS -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -fPIC -o CMakeFiles/script.dir/script-repo.o -c /builddir/build/BUILD/weechat-2.0.1/src/plugins/script/script-repo.c [ 35%] Building C object src/plugins/relay/CMakeFiles/relay.dir/relay-command.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/relay && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Drelay_EXPORTS -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -fPIC -o CMakeFiles/relay.dir/relay-command.o -c /builddir/build/BUILD/weechat-2.0.1/src/plugins/relay/relay-command.c [ 35%] Building C object src/plugins/perl/CMakeFiles/perl.dir/weechat-perl-api.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/perl && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dperl_EXPORTS -I/builddir/build/BUILD/weechat-2.0.1/build -I/usr/lib64/perl5/CORE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -fPIC -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fwrapv -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/CORE -o CMakeFiles/perl.dir/weechat-perl-api.o -c /builddir/build/BUILD/weechat-2.0.1/src/plugins/perl/weechat-perl-api.c [ 35%] Building C object src/plugins/relay/CMakeFiles/relay.dir/relay-completion.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/relay && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Drelay_EXPORTS -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -fPIC -o CMakeFiles/relay.dir/relay-completion.o -c /builddir/build/BUILD/weechat-2.0.1/src/plugins/relay/relay-completion.c [ 36%] Building C object src/plugins/relay/CMakeFiles/relay.dir/relay-config.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/relay && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Drelay_EXPORTS -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -fPIC -o CMakeFiles/relay.dir/relay-config.o -c /builddir/build/BUILD/weechat-2.0.1/src/plugins/relay/relay-config.c [ 36%] Linking C shared module script.so cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/script && /usr/bin/cmake -E cmake_link_script CMakeFiles/script.dir/link.txt --verbose=1 /usr/bin/cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -shared -o script.so CMakeFiles/script.dir/script.o CMakeFiles/script.dir/script-action.o CMakeFiles/script.dir/script-buffer.o CMakeFiles/script.dir/script-command.o CMakeFiles/script.dir/script-completion.o CMakeFiles/script.dir/script-config.o CMakeFiles/script.dir/script-info.o CMakeFiles/script.dir/script-mouse.o CMakeFiles/script.dir/script-repo.o -lz -lgcrypt -ldl -lgpg-error make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' [ 36%] Built target script make -f src/plugins/python/CMakeFiles/python.dir/build.make src/plugins/python/CMakeFiles/python.dir/depend make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' cd /builddir/build/BUILD/weechat-2.0.1/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/weechat-2.0.1 /builddir/build/BUILD/weechat-2.0.1/src/plugins/python /builddir/build/BUILD/weechat-2.0.1/build /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/python /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/python/CMakeFiles/python.dir/DependInfo.cmake --color= Dependee "/builddir/build/BUILD/weechat-2.0.1/build/src/plugins/python/CMakeFiles/python.dir/DependInfo.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/src/plugins/python/CMakeFiles/python.dir/depend.internal". Dependee "/builddir/build/BUILD/weechat-2.0.1/build/src/plugins/python/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/src/plugins/python/CMakeFiles/python.dir/depend.internal". Scanning dependencies of target python make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' make -f src/plugins/python/CMakeFiles/python.dir/build.make src/plugins/python/CMakeFiles/python.dir/build make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' [ 36%] Building C object src/plugins/python/CMakeFiles/python.dir/weechat-python.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/python && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dpython_EXPORTS -I/builddir/build/BUILD/weechat-2.0.1/build -I/usr/include/python2.7 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -fPIC -o CMakeFiles/python.dir/weechat-python.o -c /builddir/build/BUILD/weechat-2.0.1/src/plugins/python/weechat-python.c [ 36%] Building C object src/plugins/relay/CMakeFiles/relay.dir/relay-info.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/relay && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Drelay_EXPORTS -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -fPIC -o CMakeFiles/relay.dir/relay-info.o -c /builddir/build/BUILD/weechat-2.0.1/src/plugins/relay/relay-info.c [ 36%] Building C object src/plugins/irc/CMakeFiles/irc.dir/irc-ctcp.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/irc && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dirc_EXPORTS -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -fPIC -o CMakeFiles/irc.dir/irc-ctcp.o -c /builddir/build/BUILD/weechat-2.0.1/src/plugins/irc/irc-ctcp.c [ 37%] Building C object src/plugins/relay/CMakeFiles/relay.dir/relay-network.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/relay && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Drelay_EXPORTS -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -fPIC -o CMakeFiles/relay.dir/relay-network.o -c /builddir/build/BUILD/weechat-2.0.1/src/plugins/relay/relay-network.c [ 37%] Building C object src/plugins/relay/CMakeFiles/relay.dir/relay-raw.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/relay && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Drelay_EXPORTS -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -fPIC -o CMakeFiles/relay.dir/relay-raw.o -c /builddir/build/BUILD/weechat-2.0.1/src/plugins/relay/relay-raw.c [ 37%] Building C object src/plugins/irc/CMakeFiles/irc.dir/irc-debug.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/irc && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dirc_EXPORTS -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -fPIC -o CMakeFiles/irc.dir/irc-debug.o -c /builddir/build/BUILD/weechat-2.0.1/src/plugins/irc/irc-debug.c [ 38%] Building C object src/plugins/python/CMakeFiles/python.dir/weechat-python-api.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/python && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dpython_EXPORTS -I/builddir/build/BUILD/weechat-2.0.1/build -I/usr/include/python2.7 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -fPIC -o CMakeFiles/python.dir/weechat-python-api.o -c /builddir/build/BUILD/weechat-2.0.1/src/plugins/python/weechat-python-api.c [ 38%] Building C object src/plugins/relay/CMakeFiles/relay.dir/relay-server.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/relay && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Drelay_EXPORTS -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -fPIC -o CMakeFiles/relay.dir/relay-server.o -c /builddir/build/BUILD/weechat-2.0.1/src/plugins/relay/relay-server.c [ 40%] Building C object src/plugins/irc/CMakeFiles/irc.dir/irc-ignore.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/irc && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dirc_EXPORTS -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -fPIC -o CMakeFiles/irc.dir/irc-ignore.o -c /builddir/build/BUILD/weechat-2.0.1/src/plugins/irc/irc-ignore.c [ 40%] Building C object src/plugins/irc/CMakeFiles/irc.dir/irc-info.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/irc && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dirc_EXPORTS -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -fPIC -o CMakeFiles/irc.dir/irc-info.o -c /builddir/build/BUILD/weechat-2.0.1/src/plugins/irc/irc-info.c [ 41%] Building C object src/plugins/relay/CMakeFiles/relay.dir/relay-upgrade.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/relay && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Drelay_EXPORTS -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -fPIC -o CMakeFiles/relay.dir/relay-upgrade.o -c /builddir/build/BUILD/weechat-2.0.1/src/plugins/relay/relay-upgrade.c [ 41%] Building C object src/plugins/relay/CMakeFiles/relay.dir/relay-websocket.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/relay && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Drelay_EXPORTS -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -fPIC -o CMakeFiles/relay.dir/relay-websocket.o -c /builddir/build/BUILD/weechat-2.0.1/src/plugins/relay/relay-websocket.c [ 41%] Building C object src/plugins/irc/CMakeFiles/irc.dir/irc-input.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/irc && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dirc_EXPORTS -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -fPIC -o CMakeFiles/irc.dir/irc-input.o -c /builddir/build/BUILD/weechat-2.0.1/src/plugins/irc/irc-input.c [ 41%] Linking C shared module relay.so cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/relay && /usr/bin/cmake -E cmake_link_script CMakeFiles/relay.dir/link.txt --verbose=1 /usr/bin/cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -shared -o relay.so CMakeFiles/relay.dir/relay.o CMakeFiles/relay.dir/relay-buffer.o CMakeFiles/relay.dir/relay-client.o CMakeFiles/relay.dir/irc/relay-irc.o CMakeFiles/relay.dir/weechat/relay-weechat.o CMakeFiles/relay.dir/weechat/relay-weechat-msg.o CMakeFiles/relay.dir/weechat/relay-weechat-nicklist.o CMakeFiles/relay.dir/weechat/relay-weechat-protocol.o CMakeFiles/relay.dir/relay-command.o CMakeFiles/relay.dir/relay-completion.o CMakeFiles/relay.dir/relay-config.o CMakeFiles/relay.dir/relay-info.o CMakeFiles/relay.dir/relay-network.o CMakeFiles/relay.dir/relay-raw.o CMakeFiles/relay.dir/relay-server.o CMakeFiles/relay.dir/relay-upgrade.o CMakeFiles/relay.dir/relay-websocket.o -lz -lgcrypt -ldl -lgpg-error -lgnutls make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' [ 41%] Built target relay make -f src/plugins/ruby/CMakeFiles/ruby.dir/build.make src/plugins/ruby/CMakeFiles/ruby.dir/depend make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' cd /builddir/build/BUILD/weechat-2.0.1/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/weechat-2.0.1 /builddir/build/BUILD/weechat-2.0.1/src/plugins/ruby /builddir/build/BUILD/weechat-2.0.1/build /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/ruby /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/ruby/CMakeFiles/ruby.dir/DependInfo.cmake --color= Dependee "/builddir/build/BUILD/weechat-2.0.1/build/src/plugins/ruby/CMakeFiles/ruby.dir/DependInfo.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/src/plugins/ruby/CMakeFiles/ruby.dir/depend.internal". Dependee "/builddir/build/BUILD/weechat-2.0.1/build/src/plugins/ruby/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/src/plugins/ruby/CMakeFiles/ruby.dir/depend.internal". Scanning dependencies of target ruby make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' make -f src/plugins/ruby/CMakeFiles/ruby.dir/build.make src/plugins/ruby/CMakeFiles/ruby.dir/build make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' [ 42%] Building C object src/plugins/irc/CMakeFiles/irc.dir/irc-message.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/irc && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dirc_EXPORTS -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -fPIC -o CMakeFiles/irc.dir/irc-message.o -c /builddir/build/BUILD/weechat-2.0.1/src/plugins/irc/irc-message.c [ 43%] Building C object src/plugins/ruby/CMakeFiles/ruby.dir/weechat-ruby.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/ruby && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Druby_EXPORTS -I/builddir/build/BUILD/weechat-2.0.1/build -I/usr/include/riscv64-linux -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -fPIC -o CMakeFiles/ruby.dir/weechat-ruby.o -c /builddir/build/BUILD/weechat-2.0.1/src/plugins/ruby/weechat-ruby.c [ 43%] Building C object src/plugins/irc/CMakeFiles/irc.dir/irc-mode.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/irc && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dirc_EXPORTS -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -fPIC -o CMakeFiles/irc.dir/irc-mode.o -c /builddir/build/BUILD/weechat-2.0.1/src/plugins/irc/irc-mode.c [ 43%] Building C object src/plugins/ruby/CMakeFiles/ruby.dir/weechat-ruby-api.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/ruby && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Druby_EXPORTS -I/builddir/build/BUILD/weechat-2.0.1/build -I/usr/include/riscv64-linux -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -fPIC -o CMakeFiles/ruby.dir/weechat-ruby-api.o -c /builddir/build/BUILD/weechat-2.0.1/src/plugins/ruby/weechat-ruby-api.c [ 43%] Building C object src/plugins/irc/CMakeFiles/irc.dir/irc-msgbuffer.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/irc && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dirc_EXPORTS -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -fPIC -o CMakeFiles/irc.dir/irc-msgbuffer.o -c /builddir/build/BUILD/weechat-2.0.1/src/plugins/irc/irc-msgbuffer.c [ 44%] Building C object src/plugins/irc/CMakeFiles/irc.dir/irc-nick.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/irc && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dirc_EXPORTS -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -fPIC -o CMakeFiles/irc.dir/irc-nick.o -c /builddir/build/BUILD/weechat-2.0.1/src/plugins/irc/irc-nick.c [ 44%] Building C object src/plugins/irc/CMakeFiles/irc.dir/irc-notify.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/irc && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dirc_EXPORTS -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -fPIC -o CMakeFiles/irc.dir/irc-notify.o -c /builddir/build/BUILD/weechat-2.0.1/src/plugins/irc/irc-notify.c [ 44%] Building C object src/plugins/irc/CMakeFiles/irc.dir/irc-protocol.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/irc && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dirc_EXPORTS -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -fPIC -o CMakeFiles/irc.dir/irc-protocol.o -c /builddir/build/BUILD/weechat-2.0.1/src/plugins/irc/irc-protocol.c [ 44%] Linking C shared module python.so cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/python && /usr/bin/cmake -E cmake_link_script CMakeFiles/python.dir/link.txt --verbose=1 /usr/bin/cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -lpthread -ldl -lutil -Xlinker -export-dynamic -shared -o python.so CMakeFiles/python.dir/weechat-python.o CMakeFiles/python.dir/weechat-python-api.o /usr/lib64/python2.7/config/libpython2.7.so ../libweechat_plugins_scripts.a make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' [ 44%] Built target python [ 45%] Building C object src/plugins/irc/CMakeFiles/irc.dir/irc-raw.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/irc && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dirc_EXPORTS -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -fPIC -o CMakeFiles/irc.dir/irc-raw.o -c /builddir/build/BUILD/weechat-2.0.1/src/plugins/irc/irc-raw.c [ 45%] Building C object src/plugins/irc/CMakeFiles/irc.dir/irc-redirect.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/irc && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dirc_EXPORTS -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -fPIC -o CMakeFiles/irc.dir/irc-redirect.o -c /builddir/build/BUILD/weechat-2.0.1/src/plugins/irc/irc-redirect.c make -f src/plugins/lua/CMakeFiles/lua.dir/build.make src/plugins/lua/CMakeFiles/lua.dir/depend make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' cd /builddir/build/BUILD/weechat-2.0.1/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/weechat-2.0.1 /builddir/build/BUILD/weechat-2.0.1/src/plugins/lua /builddir/build/BUILD/weechat-2.0.1/build /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/lua /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/lua/CMakeFiles/lua.dir/DependInfo.cmake --color= Dependee "/builddir/build/BUILD/weechat-2.0.1/build/src/plugins/lua/CMakeFiles/lua.dir/DependInfo.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/src/plugins/lua/CMakeFiles/lua.dir/depend.internal". Dependee "/builddir/build/BUILD/weechat-2.0.1/build/src/plugins/lua/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/src/plugins/lua/CMakeFiles/lua.dir/depend.internal". Scanning dependencies of target lua make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' make -f src/plugins/lua/CMakeFiles/lua.dir/build.make src/plugins/lua/CMakeFiles/lua.dir/build make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' [ 45%] Building C object src/plugins/lua/CMakeFiles/lua.dir/weechat-lua.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/lua && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dlua_EXPORTS -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -fPIC -o CMakeFiles/lua.dir/weechat-lua.o -c /builddir/build/BUILD/weechat-2.0.1/src/plugins/lua/weechat-lua.c [ 45%] Building C object src/plugins/lua/CMakeFiles/lua.dir/weechat-lua-api.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/lua && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dlua_EXPORTS -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -fPIC -o CMakeFiles/lua.dir/weechat-lua-api.o -c /builddir/build/BUILD/weechat-2.0.1/src/plugins/lua/weechat-lua-api.c [ 45%] Linking C shared module ruby.so cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/ruby && /usr/bin/cmake -E cmake_link_script CMakeFiles/ruby.dir/link.txt --verbose=1 /usr/bin/cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -shared -o ruby.so CMakeFiles/ruby.dir/weechat-ruby.o CMakeFiles/ruby.dir/weechat-ruby-api.o -lruby ../libweechat_plugins_scripts.a [ 46%] Building C object src/plugins/irc/CMakeFiles/irc.dir/irc-sasl.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/irc && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dirc_EXPORTS -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -fPIC -o CMakeFiles/irc.dir/irc-sasl.o -c /builddir/build/BUILD/weechat-2.0.1/src/plugins/irc/irc-sasl.c make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' [ 46%] Built target ruby [ 46%] Building C object src/plugins/irc/CMakeFiles/irc.dir/irc-server.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/irc && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dirc_EXPORTS -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -fPIC -o CMakeFiles/irc.dir/irc-server.o -c /builddir/build/BUILD/weechat-2.0.1/src/plugins/irc/irc-server.c [ 46%] Building C object src/plugins/irc/CMakeFiles/irc.dir/irc-upgrade.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/irc && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dirc_EXPORTS -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -fPIC -o CMakeFiles/irc.dir/irc-upgrade.o -c /builddir/build/BUILD/weechat-2.0.1/src/plugins/irc/irc-upgrade.c make -f src/plugins/tcl/CMakeFiles/tcl.dir/build.make src/plugins/tcl/CMakeFiles/tcl.dir/depend make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' cd /builddir/build/BUILD/weechat-2.0.1/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/weechat-2.0.1 /builddir/build/BUILD/weechat-2.0.1/src/plugins/tcl /builddir/build/BUILD/weechat-2.0.1/build /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/tcl /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/tcl/CMakeFiles/tcl.dir/DependInfo.cmake --color= Dependee "/builddir/build/BUILD/weechat-2.0.1/build/src/plugins/tcl/CMakeFiles/tcl.dir/DependInfo.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/src/plugins/tcl/CMakeFiles/tcl.dir/depend.internal". Dependee "/builddir/build/BUILD/weechat-2.0.1/build/src/plugins/tcl/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/src/plugins/tcl/CMakeFiles/tcl.dir/depend.internal". Scanning dependencies of target tcl make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' make -f src/plugins/tcl/CMakeFiles/tcl.dir/build.make src/plugins/tcl/CMakeFiles/tcl.dir/build make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' [ 46%] Building C object src/plugins/tcl/CMakeFiles/tcl.dir/weechat-tcl.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/tcl && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dtcl_EXPORTS -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -fPIC -o CMakeFiles/tcl.dir/weechat-tcl.o -c /builddir/build/BUILD/weechat-2.0.1/src/plugins/tcl/weechat-tcl.c [ 47%] Building C object src/plugins/tcl/CMakeFiles/tcl.dir/weechat-tcl-api.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/tcl && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dtcl_EXPORTS -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -fPIC -o CMakeFiles/tcl.dir/weechat-tcl-api.o -c /builddir/build/BUILD/weechat-2.0.1/src/plugins/tcl/weechat-tcl-api.c [ 48%] Linking C shared module perl.so cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/perl && /usr/bin/cmake -E cmake_link_script CMakeFiles/perl.dir/link.txt --verbose=1 /usr/bin/cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,--enable-new-dtags -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -fstack-protector-strong -L/usr/local/lib -L/usr/lib64/perl5/CORE -lperl -lpthread -lresolv -ldl -lm -lcrypt -lutil -lc -shared -o perl.so CMakeFiles/perl.dir/weechat-perl.o CMakeFiles/perl.dir/weechat-perl-api.o -lperl ../libweechat_plugins_scripts.a make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' [ 48%] Built target perl make -f src/plugins/guile/CMakeFiles/guile.dir/build.make src/plugins/guile/CMakeFiles/guile.dir/depend make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' cd /builddir/build/BUILD/weechat-2.0.1/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/weechat-2.0.1 /builddir/build/BUILD/weechat-2.0.1/src/plugins/guile /builddir/build/BUILD/weechat-2.0.1/build /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/guile /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/guile/CMakeFiles/guile.dir/DependInfo.cmake --color= Dependee "/builddir/build/BUILD/weechat-2.0.1/build/src/plugins/guile/CMakeFiles/guile.dir/DependInfo.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/src/plugins/guile/CMakeFiles/guile.dir/depend.internal". Dependee "/builddir/build/BUILD/weechat-2.0.1/build/src/plugins/guile/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/src/plugins/guile/CMakeFiles/guile.dir/depend.internal". Scanning dependencies of target guile make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' make -f src/plugins/guile/CMakeFiles/guile.dir/build.make src/plugins/guile/CMakeFiles/guile.dir/build make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' [ 48%] Building C object src/plugins/guile/CMakeFiles/guile.dir/weechat-guile.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/guile && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dguile_EXPORTS -I/builddir/build/BUILD/weechat-2.0.1/build -I/usr/include/guile/2.0 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -fPIC -o CMakeFiles/guile.dir/weechat-guile.o -c /builddir/build/BUILD/weechat-2.0.1/src/plugins/guile/weechat-guile.c [ 49%] Linking C shared module irc.so cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/irc && /usr/bin/cmake -E cmake_link_script CMakeFiles/irc.dir/link.txt --verbose=1 /usr/bin/cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -shared -o irc.so CMakeFiles/irc.dir/irc.o CMakeFiles/irc.dir/irc-bar-item.o CMakeFiles/irc.dir/irc-buffer.o CMakeFiles/irc.dir/irc-channel.o CMakeFiles/irc.dir/irc-color.o CMakeFiles/irc.dir/irc-command.o CMakeFiles/irc.dir/irc-completion.o CMakeFiles/irc.dir/irc-config.o CMakeFiles/irc.dir/irc-ctcp.o CMakeFiles/irc.dir/irc-debug.o CMakeFiles/irc.dir/irc-ignore.o CMakeFiles/irc.dir/irc-info.o CMakeFiles/irc.dir/irc-input.o CMakeFiles/irc.dir/irc-message.o CMakeFiles/irc.dir/irc-mode.o CMakeFiles/irc.dir/irc-msgbuffer.o CMakeFiles/irc.dir/irc-nick.o CMakeFiles/irc.dir/irc-notify.o CMakeFiles/irc.dir/irc-protocol.o CMakeFiles/irc.dir/irc-raw.o CMakeFiles/irc.dir/irc-redirect.o CMakeFiles/irc.dir/irc-sasl.o CMakeFiles/irc.dir/irc-server.o CMakeFiles/irc.dir/irc-upgrade.o -lgnutls -lgcrypt -ldl -lgpg-error [ 49%] Building C object src/plugins/guile/CMakeFiles/guile.dir/weechat-guile-api.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/guile && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dguile_EXPORTS -I/builddir/build/BUILD/weechat-2.0.1/build -I/usr/include/guile/2.0 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -fPIC -o CMakeFiles/guile.dir/weechat-guile-api.o -c /builddir/build/BUILD/weechat-2.0.1/src/plugins/guile/weechat-guile-api.c make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' [ 49%] Built target irc make -f src/plugins/trigger/CMakeFiles/trigger.dir/build.make src/plugins/trigger/CMakeFiles/trigger.dir/depend make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' cd /builddir/build/BUILD/weechat-2.0.1/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/weechat-2.0.1 /builddir/build/BUILD/weechat-2.0.1/src/plugins/trigger /builddir/build/BUILD/weechat-2.0.1/build /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/trigger /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/trigger/CMakeFiles/trigger.dir/DependInfo.cmake --color= Dependee "/builddir/build/BUILD/weechat-2.0.1/build/src/plugins/trigger/CMakeFiles/trigger.dir/DependInfo.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/src/plugins/trigger/CMakeFiles/trigger.dir/depend.internal". Dependee "/builddir/build/BUILD/weechat-2.0.1/build/src/plugins/trigger/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/src/plugins/trigger/CMakeFiles/trigger.dir/depend.internal". Scanning dependencies of target trigger make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' make -f src/plugins/trigger/CMakeFiles/trigger.dir/build.make src/plugins/trigger/CMakeFiles/trigger.dir/build make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' [ 49%] Building C object src/plugins/trigger/CMakeFiles/trigger.dir/trigger.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/trigger && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dtrigger_EXPORTS -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -fPIC -o CMakeFiles/trigger.dir/trigger.o -c /builddir/build/BUILD/weechat-2.0.1/src/plugins/trigger/trigger.c [ 50%] Linking C shared module lua.so cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/lua && /usr/bin/cmake -E cmake_link_script CMakeFiles/lua.dir/link.txt --verbose=1 /usr/bin/cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -shared -o lua.so CMakeFiles/lua.dir/weechat-lua.o CMakeFiles/lua.dir/weechat-lua-api.o -llua -lm -ldl ../libweechat_plugins_scripts.a make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' [ 50%] Built target lua make -f src/plugins/xfer/CMakeFiles/xfer.dir/build.make src/plugins/xfer/CMakeFiles/xfer.dir/depend make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' cd /builddir/build/BUILD/weechat-2.0.1/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/weechat-2.0.1 /builddir/build/BUILD/weechat-2.0.1/src/plugins/xfer /builddir/build/BUILD/weechat-2.0.1/build /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/xfer /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/xfer/CMakeFiles/xfer.dir/DependInfo.cmake --color= Dependee "/builddir/build/BUILD/weechat-2.0.1/build/src/plugins/xfer/CMakeFiles/xfer.dir/DependInfo.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/src/plugins/xfer/CMakeFiles/xfer.dir/depend.internal". Dependee "/builddir/build/BUILD/weechat-2.0.1/build/src/plugins/xfer/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/src/plugins/xfer/CMakeFiles/xfer.dir/depend.internal". Scanning dependencies of target xfer make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' make -f src/plugins/xfer/CMakeFiles/xfer.dir/build.make src/plugins/xfer/CMakeFiles/xfer.dir/build make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' [ 51%] Building C object src/plugins/xfer/CMakeFiles/xfer.dir/xfer.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/xfer && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dxfer_EXPORTS -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -fPIC -o CMakeFiles/xfer.dir/xfer.o -c /builddir/build/BUILD/weechat-2.0.1/src/plugins/xfer/xfer.c [ 51%] Building C object src/plugins/trigger/CMakeFiles/trigger.dir/trigger-buffer.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/trigger && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dtrigger_EXPORTS -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -fPIC -o CMakeFiles/trigger.dir/trigger-buffer.o -c /builddir/build/BUILD/weechat-2.0.1/src/plugins/trigger/trigger-buffer.c [ 52%] Building C object src/plugins/trigger/CMakeFiles/trigger.dir/trigger-callback.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/trigger && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dtrigger_EXPORTS -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -fPIC -o CMakeFiles/trigger.dir/trigger-callback.o -c /builddir/build/BUILD/weechat-2.0.1/src/plugins/trigger/trigger-callback.c [ 52%] Building C object src/plugins/xfer/CMakeFiles/xfer.dir/xfer-buffer.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/xfer && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dxfer_EXPORTS -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -fPIC -o CMakeFiles/xfer.dir/xfer-buffer.o -c /builddir/build/BUILD/weechat-2.0.1/src/plugins/xfer/xfer-buffer.c [ 52%] Building C object src/plugins/trigger/CMakeFiles/trigger.dir/trigger-command.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/trigger && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dtrigger_EXPORTS -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -fPIC -o CMakeFiles/trigger.dir/trigger-command.o -c /builddir/build/BUILD/weechat-2.0.1/src/plugins/trigger/trigger-command.c [ 52%] Building C object src/plugins/xfer/CMakeFiles/xfer.dir/xfer-chat.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/xfer && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dxfer_EXPORTS -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -fPIC -o CMakeFiles/xfer.dir/xfer-chat.o -c /builddir/build/BUILD/weechat-2.0.1/src/plugins/xfer/xfer-chat.c [ 53%] Building C object src/plugins/xfer/CMakeFiles/xfer.dir/xfer-command.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/xfer && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dxfer_EXPORTS -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -fPIC -o CMakeFiles/xfer.dir/xfer-command.o -c /builddir/build/BUILD/weechat-2.0.1/src/plugins/xfer/xfer-command.c [ 53%] Building C object src/plugins/trigger/CMakeFiles/trigger.dir/trigger-completion.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/trigger && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dtrigger_EXPORTS -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -fPIC -o CMakeFiles/trigger.dir/trigger-completion.o -c /builddir/build/BUILD/weechat-2.0.1/src/plugins/trigger/trigger-completion.c [ 54%] Building C object src/plugins/trigger/CMakeFiles/trigger.dir/trigger-config.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/trigger && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dtrigger_EXPORTS -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -fPIC -o CMakeFiles/trigger.dir/trigger-config.o -c /builddir/build/BUILD/weechat-2.0.1/src/plugins/trigger/trigger-config.c [ 54%] Building C object src/plugins/xfer/CMakeFiles/xfer.dir/xfer-completion.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/xfer && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dxfer_EXPORTS -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -fPIC -o CMakeFiles/xfer.dir/xfer-completion.o -c /builddir/build/BUILD/weechat-2.0.1/src/plugins/xfer/xfer-completion.c [ 54%] Building C object src/plugins/xfer/CMakeFiles/xfer.dir/xfer-config.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/xfer && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dxfer_EXPORTS -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -fPIC -o CMakeFiles/xfer.dir/xfer-config.o -c /builddir/build/BUILD/weechat-2.0.1/src/plugins/xfer/xfer-config.c [ 54%] Linking C shared module trigger.so cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/trigger && /usr/bin/cmake -E cmake_link_script CMakeFiles/trigger.dir/link.txt --verbose=1 /usr/bin/cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -shared -o trigger.so CMakeFiles/trigger.dir/trigger.o CMakeFiles/trigger.dir/trigger-buffer.o CMakeFiles/trigger.dir/trigger-callback.o CMakeFiles/trigger.dir/trigger-command.o CMakeFiles/trigger.dir/trigger-completion.o CMakeFiles/trigger.dir/trigger-config.o make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' [ 54%] Built target trigger make -f src/gui/CMakeFiles/weechat_gui_common.dir/build.make src/gui/CMakeFiles/weechat_gui_common.dir/depend make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' cd /builddir/build/BUILD/weechat-2.0.1/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/weechat-2.0.1 /builddir/build/BUILD/weechat-2.0.1/src/gui /builddir/build/BUILD/weechat-2.0.1/build /builddir/build/BUILD/weechat-2.0.1/build/src/gui /builddir/build/BUILD/weechat-2.0.1/build/src/gui/CMakeFiles/weechat_gui_common.dir/DependInfo.cmake --color= Dependee "/builddir/build/BUILD/weechat-2.0.1/build/src/gui/CMakeFiles/weechat_gui_common.dir/DependInfo.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/src/gui/CMakeFiles/weechat_gui_common.dir/depend.internal". Dependee "/builddir/build/BUILD/weechat-2.0.1/build/src/gui/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/src/gui/CMakeFiles/weechat_gui_common.dir/depend.internal". [ 55%] Building C object src/plugins/xfer/CMakeFiles/xfer.dir/xfer-dcc.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/xfer && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dxfer_EXPORTS -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -fPIC -o CMakeFiles/xfer.dir/xfer-dcc.o -c /builddir/build/BUILD/weechat-2.0.1/src/plugins/xfer/xfer-dcc.c Scanning dependencies of target weechat_gui_common make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' make -f src/gui/CMakeFiles/weechat_gui_common.dir/build.make src/gui/CMakeFiles/weechat_gui_common.dir/build make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' [ 56%] Building C object src/gui/CMakeFiles/weechat_gui_common.dir/gui-bar.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/gui && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -o CMakeFiles/weechat_gui_common.dir/gui-bar.o -c /builddir/build/BUILD/weechat-2.0.1/src/gui/gui-bar.c [ 56%] Building C object src/plugins/xfer/CMakeFiles/xfer.dir/xfer-file.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/xfer && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dxfer_EXPORTS -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -fPIC -o CMakeFiles/xfer.dir/xfer-file.o -c /builddir/build/BUILD/weechat-2.0.1/src/plugins/xfer/xfer-file.c [ 56%] Building C object src/plugins/xfer/CMakeFiles/xfer.dir/xfer-info.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/xfer && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dxfer_EXPORTS -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -fPIC -o CMakeFiles/xfer.dir/xfer-info.o -c /builddir/build/BUILD/weechat-2.0.1/src/plugins/xfer/xfer-info.c [ 57%] Building C object src/plugins/xfer/CMakeFiles/xfer.dir/xfer-network.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/xfer && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dxfer_EXPORTS -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -fPIC -o CMakeFiles/xfer.dir/xfer-network.o -c /builddir/build/BUILD/weechat-2.0.1/src/plugins/xfer/xfer-network.c [ 57%] Building C object src/gui/CMakeFiles/weechat_gui_common.dir/gui-bar-item.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/gui && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -o CMakeFiles/weechat_gui_common.dir/gui-bar-item.o -c /builddir/build/BUILD/weechat-2.0.1/src/gui/gui-bar-item.c [ 57%] Building C object src/plugins/xfer/CMakeFiles/xfer.dir/xfer-upgrade.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/xfer && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dxfer_EXPORTS -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -fPIC -o CMakeFiles/xfer.dir/xfer-upgrade.o -c /builddir/build/BUILD/weechat-2.0.1/src/plugins/xfer/xfer-upgrade.c [ 58%] Linking C shared module xfer.so cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/xfer && /usr/bin/cmake -E cmake_link_script CMakeFiles/xfer.dir/link.txt --verbose=1 /usr/bin/cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -shared -o xfer.so CMakeFiles/xfer.dir/xfer.o CMakeFiles/xfer.dir/xfer-buffer.o CMakeFiles/xfer.dir/xfer-chat.o CMakeFiles/xfer.dir/xfer-command.o CMakeFiles/xfer.dir/xfer-completion.o CMakeFiles/xfer.dir/xfer-config.o CMakeFiles/xfer.dir/xfer-dcc.o CMakeFiles/xfer.dir/xfer-file.o CMakeFiles/xfer.dir/xfer-info.o CMakeFiles/xfer.dir/xfer-network.o CMakeFiles/xfer.dir/xfer-upgrade.o -lgcrypt -ldl -lgpg-error make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' [ 58%] Built target xfer [ 58%] Building C object src/gui/CMakeFiles/weechat_gui_common.dir/gui-bar-window.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/gui && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -o CMakeFiles/weechat_gui_common.dir/gui-bar-window.o -c /builddir/build/BUILD/weechat-2.0.1/src/gui/gui-bar-window.c [ 58%] Linking C shared module tcl.so cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/tcl && /usr/bin/cmake -E cmake_link_script CMakeFiles/tcl.dir/link.txt --verbose=1 /usr/bin/cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -shared -o tcl.so CMakeFiles/tcl.dir/weechat-tcl.o CMakeFiles/tcl.dir/weechat-tcl-api.o -ltcl8.6 ../libweechat_plugins_scripts.a make -f src/gui/curses/CMakeFiles/weechat_gui_curses.dir/build.make src/gui/curses/CMakeFiles/weechat_gui_curses.dir/depend make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' cd /builddir/build/BUILD/weechat-2.0.1/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/weechat-2.0.1 /builddir/build/BUILD/weechat-2.0.1/src/gui/curses /builddir/build/BUILD/weechat-2.0.1/build /builddir/build/BUILD/weechat-2.0.1/build/src/gui/curses /builddir/build/BUILD/weechat-2.0.1/build/src/gui/curses/CMakeFiles/weechat_gui_curses.dir/DependInfo.cmake --color= Dependee "/builddir/build/BUILD/weechat-2.0.1/build/src/gui/curses/CMakeFiles/weechat_gui_curses.dir/DependInfo.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/src/gui/curses/CMakeFiles/weechat_gui_curses.dir/depend.internal". Dependee "/builddir/build/BUILD/weechat-2.0.1/build/src/gui/curses/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/src/gui/curses/CMakeFiles/weechat_gui_curses.dir/depend.internal". Scanning dependencies of target weechat_gui_curses make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' make -f src/gui/curses/CMakeFiles/weechat_gui_curses.dir/build.make src/gui/curses/CMakeFiles/weechat_gui_curses.dir/build make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' [ 58%] Building C object src/gui/curses/CMakeFiles/weechat_gui_curses.dir/gui-curses-bar-window.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/gui/curses && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_NCURSESW_CURSES_H -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -I/builddir/build/BUILD/weechat-2.0.1/build -I/builddir/build/BUILD/weechat-2.0.1/src/gui/curses/.. -I/builddir/build/BUILD/weechat-2.0.1/src/gui/curses/../../core -I/builddir/build/BUILD/weechat-2.0.1/src/gui/curses/../../plugins -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -o CMakeFiles/weechat_gui_curses.dir/gui-curses-bar-window.o -c /builddir/build/BUILD/weechat-2.0.1/src/gui/curses/gui-curses-bar-window.c make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' [ 58%] Built target tcl make -f doc/cs/CMakeFiles/doc-quickstart-cs.dir/build.make doc/cs/CMakeFiles/doc-quickstart-cs.dir/depend make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' cd /builddir/build/BUILD/weechat-2.0.1/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/weechat-2.0.1 /builddir/build/BUILD/weechat-2.0.1/doc/cs /builddir/build/BUILD/weechat-2.0.1/build /builddir/build/BUILD/weechat-2.0.1/build/doc/cs /builddir/build/BUILD/weechat-2.0.1/build/doc/cs/CMakeFiles/doc-quickstart-cs.dir/DependInfo.cmake --color= Dependee "/builddir/build/BUILD/weechat-2.0.1/build/doc/cs/CMakeFiles/doc-quickstart-cs.dir/DependInfo.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/doc/cs/CMakeFiles/doc-quickstart-cs.dir/depend.internal". Dependee "/builddir/build/BUILD/weechat-2.0.1/build/doc/cs/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/doc/cs/CMakeFiles/doc-quickstart-cs.dir/depend.internal". Scanning dependencies of target doc-quickstart-cs make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' make -f doc/cs/CMakeFiles/doc-quickstart-cs.dir/build.make doc/cs/CMakeFiles/doc-quickstart-cs.dir/build make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' [ 58%] Building weechat_quickstart.cs.html cd /builddir/build/BUILD/weechat-2.0.1/build/doc/cs && /usr/bin/asciidoctor -a experimental -a icons=font -a revnumber="2.0.1" -a sectanchors -a source-highlighter=prettify -o weechat_quickstart.cs.html /builddir/build/BUILD/weechat-2.0.1/doc/cs/weechat_quickstart.cs.adoc [ 60%] Building C object src/gui/CMakeFiles/weechat_gui_common.dir/gui-buffer.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/gui && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -o CMakeFiles/weechat_gui_common.dir/gui-buffer.o -c /builddir/build/BUILD/weechat-2.0.1/src/gui/gui-buffer.c [ 60%] Building C object src/gui/curses/CMakeFiles/weechat_gui_curses.dir/gui-curses-chat.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/gui/curses && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_NCURSESW_CURSES_H -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -I/builddir/build/BUILD/weechat-2.0.1/build -I/builddir/build/BUILD/weechat-2.0.1/src/gui/curses/.. -I/builddir/build/BUILD/weechat-2.0.1/src/gui/curses/../../core -I/builddir/build/BUILD/weechat-2.0.1/src/gui/curses/../../plugins -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -o CMakeFiles/weechat_gui_curses.dir/gui-curses-chat.o -c /builddir/build/BUILD/weechat-2.0.1/src/gui/curses/gui-curses-chat.c [ 61%] Linking C shared module guile.so cd /builddir/build/BUILD/weechat-2.0.1/build/src/plugins/guile && /usr/bin/cmake -E cmake_link_script CMakeFiles/guile.dir/link.txt --verbose=1 /usr/bin/cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -fPIC -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -shared -o guile.so CMakeFiles/guile.dir/weechat-guile.o CMakeFiles/guile.dir/weechat-guile-api.o -lguile-2.0 -lgc ../libweechat_plugins_scripts.a make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' [ 61%] Built target doc-quickstart-cs [ 62%] Building C object src/gui/curses/CMakeFiles/weechat_gui_curses.dir/gui-curses-color.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/gui/curses && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_NCURSESW_CURSES_H -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -I/builddir/build/BUILD/weechat-2.0.1/build -I/builddir/build/BUILD/weechat-2.0.1/src/gui/curses/.. -I/builddir/build/BUILD/weechat-2.0.1/src/gui/curses/../../core -I/builddir/build/BUILD/weechat-2.0.1/src/gui/curses/../../plugins -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -o CMakeFiles/weechat_gui_curses.dir/gui-curses-color.o -c /builddir/build/BUILD/weechat-2.0.1/src/gui/curses/gui-curses-color.c make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' [ 62%] Building C object src/gui/CMakeFiles/weechat_gui_common.dir/gui-chat.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/gui && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -o CMakeFiles/weechat_gui_common.dir/gui-chat.o -c /builddir/build/BUILD/weechat-2.0.1/src/gui/gui-chat.c [ 62%] Building C object src/gui/curses/CMakeFiles/weechat_gui_curses.dir/gui-curses-key.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/gui/curses && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_NCURSESW_CURSES_H -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -I/builddir/build/BUILD/weechat-2.0.1/build -I/builddir/build/BUILD/weechat-2.0.1/src/gui/curses/.. -I/builddir/build/BUILD/weechat-2.0.1/src/gui/curses/../../core -I/builddir/build/BUILD/weechat-2.0.1/src/gui/curses/../../plugins -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -o CMakeFiles/weechat_gui_curses.dir/gui-curses-key.o -c /builddir/build/BUILD/weechat-2.0.1/src/gui/curses/gui-curses-key.c [ 62%] Building C object src/gui/curses/CMakeFiles/weechat_gui_curses.dir/gui-curses-main.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/gui/curses && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_NCURSESW_CURSES_H -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -I/builddir/build/BUILD/weechat-2.0.1/build -I/builddir/build/BUILD/weechat-2.0.1/src/gui/curses/.. -I/builddir/build/BUILD/weechat-2.0.1/src/gui/curses/../../core -I/builddir/build/BUILD/weechat-2.0.1/src/gui/curses/../../plugins -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -o CMakeFiles/weechat_gui_curses.dir/gui-curses-main.o -c /builddir/build/BUILD/weechat-2.0.1/src/gui/curses/gui-curses-main.c make -f doc/cs/CMakeFiles/doc-man-cs.dir/build.make doc/cs/CMakeFiles/doc-man-cs.dir/depend make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' cd /builddir/build/BUILD/weechat-2.0.1/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/weechat-2.0.1 /builddir/build/BUILD/weechat-2.0.1/doc/cs /builddir/build/BUILD/weechat-2.0.1/build /builddir/build/BUILD/weechat-2.0.1/build/doc/cs /builddir/build/BUILD/weechat-2.0.1/build/doc/cs/CMakeFiles/doc-man-cs.dir/DependInfo.cmake --color= [ 62%] Built target guile Dependee "/builddir/build/BUILD/weechat-2.0.1/build/doc/cs/CMakeFiles/doc-man-cs.dir/DependInfo.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/doc/cs/CMakeFiles/doc-man-cs.dir/depend.internal". Dependee "/builddir/build/BUILD/weechat-2.0.1/build/doc/cs/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/doc/cs/CMakeFiles/doc-man-cs.dir/depend.internal". Scanning dependencies of target doc-man-cs make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' make -f doc/cs/CMakeFiles/doc-man-cs.dir/build.make doc/cs/CMakeFiles/doc-man-cs.dir/build make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' [ 62%] Building C object src/gui/CMakeFiles/weechat_gui_common.dir/gui-color.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/gui && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -o CMakeFiles/weechat_gui_common.dir/gui-color.o -c /builddir/build/BUILD/weechat-2.0.1/src/gui/gui-color.c [ 63%] Building weechat.1 (cs) cd /builddir/build/BUILD/weechat-2.0.1/build/doc/cs && /usr/bin/asciidoctor -a experimental -a icons=font -a revnumber="2.0.1" -a sectanchors -a source-highlighter=prettify -b manpage -o weechat.1 /builddir/build/BUILD/weechat-2.0.1/doc/cs/weechat.1.cs.adoc [ 64%] Building C object src/gui/CMakeFiles/weechat_gui_common.dir/gui-completion.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/gui && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -o CMakeFiles/weechat_gui_common.dir/gui-completion.o -c /builddir/build/BUILD/weechat-2.0.1/src/gui/gui-completion.c [ 65%] Building C object src/gui/curses/CMakeFiles/weechat_gui_curses.dir/gui-curses-mouse.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/gui/curses && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_NCURSESW_CURSES_H -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -I/builddir/build/BUILD/weechat-2.0.1/build -I/builddir/build/BUILD/weechat-2.0.1/src/gui/curses/.. -I/builddir/build/BUILD/weechat-2.0.1/src/gui/curses/../../core -I/builddir/build/BUILD/weechat-2.0.1/src/gui/curses/../../plugins -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -o CMakeFiles/weechat_gui_curses.dir/gui-curses-mouse.o -c /builddir/build/BUILD/weechat-2.0.1/src/gui/curses/gui-curses-mouse.c make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' [ 65%] Built target doc-man-cs make -f doc/de/CMakeFiles/doc-man-de.dir/build.make doc/de/CMakeFiles/doc-man-de.dir/depend make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' cd /builddir/build/BUILD/weechat-2.0.1/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/weechat-2.0.1 /builddir/build/BUILD/weechat-2.0.1/doc/de /builddir/build/BUILD/weechat-2.0.1/build /builddir/build/BUILD/weechat-2.0.1/build/doc/de /builddir/build/BUILD/weechat-2.0.1/build/doc/de/CMakeFiles/doc-man-de.dir/DependInfo.cmake --color= Dependee "/builddir/build/BUILD/weechat-2.0.1/build/doc/de/CMakeFiles/doc-man-de.dir/DependInfo.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/doc/de/CMakeFiles/doc-man-de.dir/depend.internal". Dependee "/builddir/build/BUILD/weechat-2.0.1/build/doc/de/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/doc/de/CMakeFiles/doc-man-de.dir/depend.internal". Scanning dependencies of target doc-man-de make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' make -f doc/de/CMakeFiles/doc-man-de.dir/build.make doc/de/CMakeFiles/doc-man-de.dir/build make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' [ 65%] Building weechat.1 (de) cd /builddir/build/BUILD/weechat-2.0.1/build/doc/de && /usr/bin/asciidoctor -a experimental -a icons=font -a revnumber="2.0.1" -a sectanchors -a source-highlighter=prettify -b manpage -o weechat.1 /builddir/build/BUILD/weechat-2.0.1/doc/de/weechat.1.de.adoc make -f doc/de/CMakeFiles/doc-scripting-de.dir/build.make doc/de/CMakeFiles/doc-scripting-de.dir/depend make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' cd /builddir/build/BUILD/weechat-2.0.1/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/weechat-2.0.1 /builddir/build/BUILD/weechat-2.0.1/doc/de /builddir/build/BUILD/weechat-2.0.1/build /builddir/build/BUILD/weechat-2.0.1/build/doc/de /builddir/build/BUILD/weechat-2.0.1/build/doc/de/CMakeFiles/doc-scripting-de.dir/DependInfo.cmake --color= Dependee "/builddir/build/BUILD/weechat-2.0.1/build/doc/de/CMakeFiles/doc-scripting-de.dir/DependInfo.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/doc/de/CMakeFiles/doc-scripting-de.dir/depend.internal". Dependee "/builddir/build/BUILD/weechat-2.0.1/build/doc/de/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/doc/de/CMakeFiles/doc-scripting-de.dir/depend.internal". Scanning dependencies of target doc-scripting-de make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' make -f doc/de/CMakeFiles/doc-scripting-de.dir/build.make doc/de/CMakeFiles/doc-scripting-de.dir/build make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' [ 65%] Building weechat_scripting.de.html cd /builddir/build/BUILD/weechat-2.0.1/build/doc/de && /usr/bin/asciidoctor -a experimental -a icons=font -a revnumber="2.0.1" -a sectanchors -a source-highlighter=prettify -o weechat_scripting.de.html /builddir/build/BUILD/weechat-2.0.1/doc/de/weechat_scripting.de.adoc [ 65%] Building C object src/gui/curses/CMakeFiles/weechat_gui_curses.dir/gui-curses-term.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/gui/curses && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_NCURSESW_CURSES_H -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -I/builddir/build/BUILD/weechat-2.0.1/build -I/builddir/build/BUILD/weechat-2.0.1/src/gui/curses/.. -I/builddir/build/BUILD/weechat-2.0.1/src/gui/curses/../../core -I/builddir/build/BUILD/weechat-2.0.1/src/gui/curses/../../plugins -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -o CMakeFiles/weechat_gui_curses.dir/gui-curses-term.o -c /builddir/build/BUILD/weechat-2.0.1/src/gui/curses/gui-curses-term.c [ 65%] Building C object src/gui/CMakeFiles/weechat_gui_common.dir/gui-cursor.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/gui && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -o CMakeFiles/weechat_gui_common.dir/gui-cursor.o -c /builddir/build/BUILD/weechat-2.0.1/src/gui/gui-cursor.c [ 65%] Building C object src/gui/curses/CMakeFiles/weechat_gui_curses.dir/gui-curses-window.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/gui/curses && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_NCURSESW_CURSES_H -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -I/builddir/build/BUILD/weechat-2.0.1/build -I/builddir/build/BUILD/weechat-2.0.1/src/gui/curses/.. -I/builddir/build/BUILD/weechat-2.0.1/src/gui/curses/../../core -I/builddir/build/BUILD/weechat-2.0.1/src/gui/curses/../../plugins -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -o CMakeFiles/weechat_gui_curses.dir/gui-curses-window.o -c /builddir/build/BUILD/weechat-2.0.1/src/gui/curses/gui-curses-window.c make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' [ 65%] Built target doc-man-de [ 65%] Building C object src/gui/CMakeFiles/weechat_gui_common.dir/gui-filter.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/gui && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -o CMakeFiles/weechat_gui_common.dir/gui-filter.o -c /builddir/build/BUILD/weechat-2.0.1/src/gui/gui-filter.c [ 66%] Building C object src/gui/CMakeFiles/weechat_gui_common.dir/gui-focus.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/gui && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -o CMakeFiles/weechat_gui_common.dir/gui-focus.o -c /builddir/build/BUILD/weechat-2.0.1/src/gui/gui-focus.c make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' [ 66%] Built target doc-scripting-de [ 66%] Building C object src/gui/CMakeFiles/weechat_gui_common.dir/gui-history.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/gui && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -o CMakeFiles/weechat_gui_common.dir/gui-history.o -c /builddir/build/BUILD/weechat-2.0.1/src/gui/gui-history.c make -f doc/de/CMakeFiles/doc-tester-de.dir/build.make doc/de/CMakeFiles/doc-tester-de.dir/depend make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' cd /builddir/build/BUILD/weechat-2.0.1/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/weechat-2.0.1 /builddir/build/BUILD/weechat-2.0.1/doc/de /builddir/build/BUILD/weechat-2.0.1/build /builddir/build/BUILD/weechat-2.0.1/build/doc/de /builddir/build/BUILD/weechat-2.0.1/build/doc/de/CMakeFiles/doc-tester-de.dir/DependInfo.cmake --color= Dependee "/builddir/build/BUILD/weechat-2.0.1/build/doc/de/CMakeFiles/doc-tester-de.dir/DependInfo.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/doc/de/CMakeFiles/doc-tester-de.dir/depend.internal". Dependee "/builddir/build/BUILD/weechat-2.0.1/build/doc/de/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/doc/de/CMakeFiles/doc-tester-de.dir/depend.internal". Scanning dependencies of target doc-tester-de make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' make -f doc/de/CMakeFiles/doc-tester-de.dir/build.make doc/de/CMakeFiles/doc-tester-de.dir/build make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' [ 66%] Building weechat_tester.de.html cd /builddir/build/BUILD/weechat-2.0.1/build/doc/de && /usr/bin/asciidoctor -a experimental -a icons=font -a revnumber="2.0.1" -a sectanchors -a source-highlighter=prettify -o weechat_tester.de.html /builddir/build/BUILD/weechat-2.0.1/doc/de/weechat_tester.de.adoc make -f doc/de/CMakeFiles/doc-faq-de.dir/build.make doc/de/CMakeFiles/doc-faq-de.dir/depend make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' cd /builddir/build/BUILD/weechat-2.0.1/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/weechat-2.0.1 /builddir/build/BUILD/weechat-2.0.1/doc/de /builddir/build/BUILD/weechat-2.0.1/build /builddir/build/BUILD/weechat-2.0.1/build/doc/de /builddir/build/BUILD/weechat-2.0.1/build/doc/de/CMakeFiles/doc-faq-de.dir/DependInfo.cmake --color= Dependee "/builddir/build/BUILD/weechat-2.0.1/build/doc/de/CMakeFiles/doc-faq-de.dir/DependInfo.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/doc/de/CMakeFiles/doc-faq-de.dir/depend.internal". Dependee "/builddir/build/BUILD/weechat-2.0.1/build/doc/de/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/doc/de/CMakeFiles/doc-faq-de.dir/depend.internal". Scanning dependencies of target doc-faq-de make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' make -f doc/de/CMakeFiles/doc-faq-de.dir/build.make doc/de/CMakeFiles/doc-faq-de.dir/build make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' [ 67%] Building weechat_faq.de.html cd /builddir/build/BUILD/weechat-2.0.1/build/doc/de && /usr/bin/asciidoctor -a experimental -a icons=font -a revnumber="2.0.1" -a sectanchors -a source-highlighter=prettify -o weechat_faq.de.html /builddir/build/BUILD/weechat-2.0.1/doc/de/weechat_faq.de.adoc [ 67%] Building C object src/gui/CMakeFiles/weechat_gui_common.dir/gui-hotlist.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/gui && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -o CMakeFiles/weechat_gui_common.dir/gui-hotlist.o -c /builddir/build/BUILD/weechat-2.0.1/src/gui/gui-hotlist.c make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' [ 67%] Built target doc-tester-de make -f doc/de/CMakeFiles/doc-user-de.dir/build.make doc/de/CMakeFiles/doc-user-de.dir/depend make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' cd /builddir/build/BUILD/weechat-2.0.1/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/weechat-2.0.1 /builddir/build/BUILD/weechat-2.0.1/doc/de /builddir/build/BUILD/weechat-2.0.1/build /builddir/build/BUILD/weechat-2.0.1/build/doc/de /builddir/build/BUILD/weechat-2.0.1/build/doc/de/CMakeFiles/doc-user-de.dir/DependInfo.cmake --color= Dependee "/builddir/build/BUILD/weechat-2.0.1/build/doc/de/CMakeFiles/doc-user-de.dir/DependInfo.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/doc/de/CMakeFiles/doc-user-de.dir/depend.internal". Dependee "/builddir/build/BUILD/weechat-2.0.1/build/doc/de/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/doc/de/CMakeFiles/doc-user-de.dir/depend.internal". Scanning dependencies of target doc-user-de make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' make -f doc/de/CMakeFiles/doc-user-de.dir/build.make doc/de/CMakeFiles/doc-user-de.dir/build make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' [ 68%] Building weechat_user.de.html cd /builddir/build/BUILD/weechat-2.0.1/build/doc/de && /usr/bin/asciidoctor -a experimental -a icons=font -a revnumber="2.0.1" -a sectanchors -a source-highlighter=prettify -o weechat_user.de.html /builddir/build/BUILD/weechat-2.0.1/doc/de/weechat_user.de.adoc [ 69%] Building C object src/gui/CMakeFiles/weechat_gui_common.dir/gui-input.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/gui && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -o CMakeFiles/weechat_gui_common.dir/gui-input.o -c /builddir/build/BUILD/weechat-2.0.1/src/gui/gui-input.c make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' [ 70%] Linking C static library libweechat_gui_curses.a cd /builddir/build/BUILD/weechat-2.0.1/build/src/gui/curses && /usr/bin/cmake -P CMakeFiles/weechat_gui_curses.dir/cmake_clean_target.cmake [ 70%] Built target doc-faq-de make -f doc/de/CMakeFiles/doc-quickstart-de.dir/build.make doc/de/CMakeFiles/doc-quickstart-de.dir/depend cd /builddir/build/BUILD/weechat-2.0.1/build/src/gui/curses && /usr/bin/cmake -E cmake_link_script CMakeFiles/weechat_gui_curses.dir/link.txt --verbose=1 make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' cd /builddir/build/BUILD/weechat-2.0.1/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/weechat-2.0.1 /builddir/build/BUILD/weechat-2.0.1/doc/de /builddir/build/BUILD/weechat-2.0.1/build /builddir/build/BUILD/weechat-2.0.1/build/doc/de /builddir/build/BUILD/weechat-2.0.1/build/doc/de/CMakeFiles/doc-quickstart-de.dir/DependInfo.cmake --color= /usr/bin/ar qc libweechat_gui_curses.a CMakeFiles/weechat_gui_curses.dir/gui-curses-bar-window.o CMakeFiles/weechat_gui_curses.dir/gui-curses-chat.o CMakeFiles/weechat_gui_curses.dir/gui-curses-color.o CMakeFiles/weechat_gui_curses.dir/gui-curses-key.o CMakeFiles/weechat_gui_curses.dir/gui-curses-main.o CMakeFiles/weechat_gui_curses.dir/gui-curses-mouse.o CMakeFiles/weechat_gui_curses.dir/gui-curses-term.o CMakeFiles/weechat_gui_curses.dir/gui-curses-window.o Dependee "/builddir/build/BUILD/weechat-2.0.1/build/doc/de/CMakeFiles/doc-quickstart-de.dir/DependInfo.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/doc/de/CMakeFiles/doc-quickstart-de.dir/depend.internal". Dependee "/builddir/build/BUILD/weechat-2.0.1/build/doc/de/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/doc/de/CMakeFiles/doc-quickstart-de.dir/depend.internal". Scanning dependencies of target doc-quickstart-de make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' make -f doc/de/CMakeFiles/doc-quickstart-de.dir/build.make doc/de/CMakeFiles/doc-quickstart-de.dir/build make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' /usr/bin/ranlib libweechat_gui_curses.a [ 70%] Building weechat_quickstart.de.html cd /builddir/build/BUILD/weechat-2.0.1/build/doc/de && /usr/bin/asciidoctor -a experimental -a icons=font -a revnumber="2.0.1" -a sectanchors -a source-highlighter=prettify -o weechat_quickstart.de.html /builddir/build/BUILD/weechat-2.0.1/doc/de/weechat_quickstart.de.adoc make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' [ 70%] Built target weechat_gui_curses make -f doc/en/CMakeFiles/doc-quickstart-en.dir/build.make doc/en/CMakeFiles/doc-quickstart-en.dir/depend make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' cd /builddir/build/BUILD/weechat-2.0.1/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/weechat-2.0.1 /builddir/build/BUILD/weechat-2.0.1/doc/en /builddir/build/BUILD/weechat-2.0.1/build /builddir/build/BUILD/weechat-2.0.1/build/doc/en /builddir/build/BUILD/weechat-2.0.1/build/doc/en/CMakeFiles/doc-quickstart-en.dir/DependInfo.cmake --color= Dependee "/builddir/build/BUILD/weechat-2.0.1/build/doc/en/CMakeFiles/doc-quickstart-en.dir/DependInfo.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/doc/en/CMakeFiles/doc-quickstart-en.dir/depend.internal". Dependee "/builddir/build/BUILD/weechat-2.0.1/build/doc/en/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/doc/en/CMakeFiles/doc-quickstart-en.dir/depend.internal". Scanning dependencies of target doc-quickstart-en make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' make -f doc/en/CMakeFiles/doc-quickstart-en.dir/build.make doc/en/CMakeFiles/doc-quickstart-en.dir/build make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' [ 71%] Building weechat_quickstart.en.html cd /builddir/build/BUILD/weechat-2.0.1/build/doc/en && /usr/bin/asciidoctor -a experimental -a icons=font -a revnumber="2.0.1" -a sectanchors -a source-highlighter=prettify -o weechat_quickstart.en.html /builddir/build/BUILD/weechat-2.0.1/doc/en/weechat_quickstart.en.adoc make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' [ 71%] Built target doc-quickstart-de [ 71%] Building C object src/gui/CMakeFiles/weechat_gui_common.dir/gui-key.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/gui && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -o CMakeFiles/weechat_gui_common.dir/gui-key.o -c /builddir/build/BUILD/weechat-2.0.1/src/gui/gui-key.c make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' [ 71%] Built target doc-quickstart-en make -f doc/en/CMakeFiles/doc-plugin-api-en.dir/build.make doc/en/CMakeFiles/doc-plugin-api-en.dir/depend make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' cd /builddir/build/BUILD/weechat-2.0.1/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/weechat-2.0.1 /builddir/build/BUILD/weechat-2.0.1/doc/en /builddir/build/BUILD/weechat-2.0.1/build /builddir/build/BUILD/weechat-2.0.1/build/doc/en /builddir/build/BUILD/weechat-2.0.1/build/doc/en/CMakeFiles/doc-plugin-api-en.dir/DependInfo.cmake --color= Dependee "/builddir/build/BUILD/weechat-2.0.1/build/doc/en/CMakeFiles/doc-plugin-api-en.dir/DependInfo.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/doc/en/CMakeFiles/doc-plugin-api-en.dir/depend.internal". Dependee "/builddir/build/BUILD/weechat-2.0.1/build/doc/en/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/doc/en/CMakeFiles/doc-plugin-api-en.dir/depend.internal". Scanning dependencies of target doc-plugin-api-en make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' make -f doc/en/CMakeFiles/doc-plugin-api-en.dir/build.make doc/en/CMakeFiles/doc-plugin-api-en.dir/build make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' [ 72%] Building weechat_plugin_api.en.html cd /builddir/build/BUILD/weechat-2.0.1/build/doc/en && /usr/bin/asciidoctor -a experimental -a icons=font -a revnumber="2.0.1" -a sectanchors -a source-highlighter=prettify -o weechat_plugin_api.en.html /builddir/build/BUILD/weechat-2.0.1/doc/en/weechat_plugin_api.en.adoc make -f doc/en/CMakeFiles/doc-man-en.dir/build.make doc/en/CMakeFiles/doc-man-en.dir/depend make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' cd /builddir/build/BUILD/weechat-2.0.1/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/weechat-2.0.1 /builddir/build/BUILD/weechat-2.0.1/doc/en /builddir/build/BUILD/weechat-2.0.1/build /builddir/build/BUILD/weechat-2.0.1/build/doc/en /builddir/build/BUILD/weechat-2.0.1/build/doc/en/CMakeFiles/doc-man-en.dir/DependInfo.cmake --color= Dependee "/builddir/build/BUILD/weechat-2.0.1/build/doc/en/CMakeFiles/doc-man-en.dir/DependInfo.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/doc/en/CMakeFiles/doc-man-en.dir/depend.internal". Dependee "/builddir/build/BUILD/weechat-2.0.1/build/doc/en/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/doc/en/CMakeFiles/doc-man-en.dir/depend.internal". Scanning dependencies of target doc-man-en make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' make -f doc/en/CMakeFiles/doc-man-en.dir/build.make doc/en/CMakeFiles/doc-man-en.dir/build make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' [ 73%] Building weechat.1 (en) cd /builddir/build/BUILD/weechat-2.0.1/build/doc/en && /usr/bin/asciidoctor -a experimental -a icons=font -a revnumber="2.0.1" -a sectanchors -a source-highlighter=prettify -b manpage -o weechat.1 /builddir/build/BUILD/weechat-2.0.1/doc/en/weechat.1.en.adoc make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' [ 73%] Built target doc-man-en [ 73%] Building C object src/gui/CMakeFiles/weechat_gui_common.dir/gui-layout.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/gui && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -o CMakeFiles/weechat_gui_common.dir/gui-layout.o -c /builddir/build/BUILD/weechat-2.0.1/src/gui/gui-layout.c make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' [ 73%] Built target doc-user-de make -f doc/en/CMakeFiles/doc-user-en.dir/build.make doc/en/CMakeFiles/doc-user-en.dir/depend make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' cd /builddir/build/BUILD/weechat-2.0.1/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/weechat-2.0.1 /builddir/build/BUILD/weechat-2.0.1/doc/en /builddir/build/BUILD/weechat-2.0.1/build /builddir/build/BUILD/weechat-2.0.1/build/doc/en /builddir/build/BUILD/weechat-2.0.1/build/doc/en/CMakeFiles/doc-user-en.dir/DependInfo.cmake --color= Dependee "/builddir/build/BUILD/weechat-2.0.1/build/doc/en/CMakeFiles/doc-user-en.dir/DependInfo.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/doc/en/CMakeFiles/doc-user-en.dir/depend.internal". Dependee "/builddir/build/BUILD/weechat-2.0.1/build/doc/en/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/doc/en/CMakeFiles/doc-user-en.dir/depend.internal". Scanning dependencies of target doc-user-en make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' make -f doc/en/CMakeFiles/doc-user-en.dir/build.make doc/en/CMakeFiles/doc-user-en.dir/build make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' [ 73%] Building weechat_user.en.html cd /builddir/build/BUILD/weechat-2.0.1/build/doc/en && /usr/bin/asciidoctor -a experimental -a icons=font -a revnumber="2.0.1" -a sectanchors -a source-highlighter=prettify -o weechat_user.en.html /builddir/build/BUILD/weechat-2.0.1/doc/en/weechat_user.en.adoc make -f doc/en/CMakeFiles/doc-dev-en.dir/build.make doc/en/CMakeFiles/doc-dev-en.dir/depend make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' cd /builddir/build/BUILD/weechat-2.0.1/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/weechat-2.0.1 /builddir/build/BUILD/weechat-2.0.1/doc/en /builddir/build/BUILD/weechat-2.0.1/build /builddir/build/BUILD/weechat-2.0.1/build/doc/en /builddir/build/BUILD/weechat-2.0.1/build/doc/en/CMakeFiles/doc-dev-en.dir/DependInfo.cmake --color= Dependee "/builddir/build/BUILD/weechat-2.0.1/build/doc/en/CMakeFiles/doc-dev-en.dir/DependInfo.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/doc/en/CMakeFiles/doc-dev-en.dir/depend.internal". Dependee "/builddir/build/BUILD/weechat-2.0.1/build/doc/en/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/doc/en/CMakeFiles/doc-dev-en.dir/depend.internal". Scanning dependencies of target doc-dev-en make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' make -f doc/en/CMakeFiles/doc-dev-en.dir/build.make doc/en/CMakeFiles/doc-dev-en.dir/build make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' [ 74%] Building weechat_dev.en.html cd /builddir/build/BUILD/weechat-2.0.1/build/doc/en && /usr/bin/asciidoctor -a experimental -a icons=font -a revnumber="2.0.1" -a sectanchors -a source-highlighter=prettify -o weechat_dev.en.html /builddir/build/BUILD/weechat-2.0.1/doc/en/weechat_dev.en.adoc [ 75%] Building C object src/gui/CMakeFiles/weechat_gui_common.dir/gui-line.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/gui && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -o CMakeFiles/weechat_gui_common.dir/gui-line.o -c /builddir/build/BUILD/weechat-2.0.1/src/gui/gui-line.c make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' [ 75%] Built target doc-dev-en make -f doc/en/CMakeFiles/doc-tester-en.dir/build.make doc/en/CMakeFiles/doc-tester-en.dir/depend make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' cd /builddir/build/BUILD/weechat-2.0.1/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/weechat-2.0.1 /builddir/build/BUILD/weechat-2.0.1/doc/en /builddir/build/BUILD/weechat-2.0.1/build /builddir/build/BUILD/weechat-2.0.1/build/doc/en /builddir/build/BUILD/weechat-2.0.1/build/doc/en/CMakeFiles/doc-tester-en.dir/DependInfo.cmake --color= Dependee "/builddir/build/BUILD/weechat-2.0.1/build/doc/en/CMakeFiles/doc-tester-en.dir/DependInfo.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/doc/en/CMakeFiles/doc-tester-en.dir/depend.internal". Dependee "/builddir/build/BUILD/weechat-2.0.1/build/doc/en/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/doc/en/CMakeFiles/doc-tester-en.dir/depend.internal". Scanning dependencies of target doc-tester-en make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' make -f doc/en/CMakeFiles/doc-tester-en.dir/build.make doc/en/CMakeFiles/doc-tester-en.dir/build make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' [ 76%] Building weechat_tester.en.html cd /builddir/build/BUILD/weechat-2.0.1/build/doc/en && /usr/bin/asciidoctor -a experimental -a icons=font -a revnumber="2.0.1" -a sectanchors -a source-highlighter=prettify -o weechat_tester.en.html /builddir/build/BUILD/weechat-2.0.1/doc/en/weechat_tester.en.adoc make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' [ 76%] Built target doc-plugin-api-en make -f doc/en/CMakeFiles/doc-relay-protocol-en.dir/build.make doc/en/CMakeFiles/doc-relay-protocol-en.dir/depend make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' cd /builddir/build/BUILD/weechat-2.0.1/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/weechat-2.0.1 /builddir/build/BUILD/weechat-2.0.1/doc/en /builddir/build/BUILD/weechat-2.0.1/build /builddir/build/BUILD/weechat-2.0.1/build/doc/en /builddir/build/BUILD/weechat-2.0.1/build/doc/en/CMakeFiles/doc-relay-protocol-en.dir/DependInfo.cmake --color= Dependee "/builddir/build/BUILD/weechat-2.0.1/build/doc/en/CMakeFiles/doc-relay-protocol-en.dir/DependInfo.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/doc/en/CMakeFiles/doc-relay-protocol-en.dir/depend.internal". Dependee "/builddir/build/BUILD/weechat-2.0.1/build/doc/en/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/doc/en/CMakeFiles/doc-relay-protocol-en.dir/depend.internal". Scanning dependencies of target doc-relay-protocol-en make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' make -f doc/en/CMakeFiles/doc-relay-protocol-en.dir/build.make doc/en/CMakeFiles/doc-relay-protocol-en.dir/build make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' [ 76%] Building weechat_relay_protocol.en.html cd /builddir/build/BUILD/weechat-2.0.1/build/doc/en && /usr/bin/asciidoctor -a experimental -a icons=font -a revnumber="2.0.1" -a sectanchors -a source-highlighter=prettify -o weechat_relay_protocol.en.html /builddir/build/BUILD/weechat-2.0.1/doc/en/weechat_relay_protocol.en.adoc make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' [ 76%] Built target doc-tester-en make -f doc/en/CMakeFiles/doc-faq-en.dir/build.make doc/en/CMakeFiles/doc-faq-en.dir/depend make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' cd /builddir/build/BUILD/weechat-2.0.1/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/weechat-2.0.1 /builddir/build/BUILD/weechat-2.0.1/doc/en /builddir/build/BUILD/weechat-2.0.1/build /builddir/build/BUILD/weechat-2.0.1/build/doc/en /builddir/build/BUILD/weechat-2.0.1/build/doc/en/CMakeFiles/doc-faq-en.dir/DependInfo.cmake --color= Dependee "/builddir/build/BUILD/weechat-2.0.1/build/doc/en/CMakeFiles/doc-faq-en.dir/DependInfo.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/doc/en/CMakeFiles/doc-faq-en.dir/depend.internal". Dependee "/builddir/build/BUILD/weechat-2.0.1/build/doc/en/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/doc/en/CMakeFiles/doc-faq-en.dir/depend.internal". Scanning dependencies of target doc-faq-en make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' make -f doc/en/CMakeFiles/doc-faq-en.dir/build.make doc/en/CMakeFiles/doc-faq-en.dir/build make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' [ 76%] Building weechat_faq.en.html cd /builddir/build/BUILD/weechat-2.0.1/build/doc/en && /usr/bin/asciidoctor -a experimental -a icons=font -a revnumber="2.0.1" -a sectanchors -a source-highlighter=prettify -o weechat_faq.en.html /builddir/build/BUILD/weechat-2.0.1/doc/en/weechat_faq.en.adoc make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' [ 76%] Built target doc-user-en [ 76%] Building C object src/gui/CMakeFiles/weechat_gui_common.dir/gui-mouse.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/gui && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -o CMakeFiles/weechat_gui_common.dir/gui-mouse.o -c /builddir/build/BUILD/weechat-2.0.1/src/gui/gui-mouse.c [ 77%] Building C object src/gui/CMakeFiles/weechat_gui_common.dir/gui-nick.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/gui && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -o CMakeFiles/weechat_gui_common.dir/gui-nick.o -c /builddir/build/BUILD/weechat-2.0.1/src/gui/gui-nick.c make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' [ 77%] Built target doc-relay-protocol-en [ 77%] Building C object src/gui/CMakeFiles/weechat_gui_common.dir/gui-nicklist.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/gui && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -o CMakeFiles/weechat_gui_common.dir/gui-nicklist.o -c /builddir/build/BUILD/weechat-2.0.1/src/gui/gui-nicklist.c [ 77%] Building C object src/gui/CMakeFiles/weechat_gui_common.dir/gui-window.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/gui && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -o CMakeFiles/weechat_gui_common.dir/gui-window.o -c /builddir/build/BUILD/weechat-2.0.1/src/gui/gui-window.c make -f doc/en/CMakeFiles/doc-scripting-en.dir/build.make doc/en/CMakeFiles/doc-scripting-en.dir/depend make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' cd /builddir/build/BUILD/weechat-2.0.1/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/weechat-2.0.1 /builddir/build/BUILD/weechat-2.0.1/doc/en /builddir/build/BUILD/weechat-2.0.1/build /builddir/build/BUILD/weechat-2.0.1/build/doc/en /builddir/build/BUILD/weechat-2.0.1/build/doc/en/CMakeFiles/doc-scripting-en.dir/DependInfo.cmake --color= Dependee "/builddir/build/BUILD/weechat-2.0.1/build/doc/en/CMakeFiles/doc-scripting-en.dir/DependInfo.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/doc/en/CMakeFiles/doc-scripting-en.dir/depend.internal". Dependee "/builddir/build/BUILD/weechat-2.0.1/build/doc/en/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/doc/en/CMakeFiles/doc-scripting-en.dir/depend.internal". Scanning dependencies of target doc-scripting-en make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' make -f doc/en/CMakeFiles/doc-scripting-en.dir/build.make doc/en/CMakeFiles/doc-scripting-en.dir/build make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' [ 78%] Built target doc-faq-en [ 78%] Building weechat_scripting.en.html make -f doc/es/CMakeFiles/doc-quickstart-es.dir/build.make doc/es/CMakeFiles/doc-quickstart-es.dir/depend cd /builddir/build/BUILD/weechat-2.0.1/build/doc/en && /usr/bin/asciidoctor -a experimental -a icons=font -a revnumber="2.0.1" -a sectanchors -a source-highlighter=prettify -o weechat_scripting.en.html /builddir/build/BUILD/weechat-2.0.1/doc/en/weechat_scripting.en.adoc make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' cd /builddir/build/BUILD/weechat-2.0.1/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/weechat-2.0.1 /builddir/build/BUILD/weechat-2.0.1/doc/es /builddir/build/BUILD/weechat-2.0.1/build /builddir/build/BUILD/weechat-2.0.1/build/doc/es /builddir/build/BUILD/weechat-2.0.1/build/doc/es/CMakeFiles/doc-quickstart-es.dir/DependInfo.cmake --color= Dependee "/builddir/build/BUILD/weechat-2.0.1/build/doc/es/CMakeFiles/doc-quickstart-es.dir/DependInfo.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/doc/es/CMakeFiles/doc-quickstart-es.dir/depend.internal". Dependee "/builddir/build/BUILD/weechat-2.0.1/build/doc/es/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/doc/es/CMakeFiles/doc-quickstart-es.dir/depend.internal". Scanning dependencies of target doc-quickstart-es make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' make -f doc/es/CMakeFiles/doc-quickstart-es.dir/build.make doc/es/CMakeFiles/doc-quickstart-es.dir/build make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' [ 78%] Building weechat_quickstart.es.html cd /builddir/build/BUILD/weechat-2.0.1/build/doc/es && /usr/bin/asciidoctor -a experimental -a icons=font -a revnumber="2.0.1" -a sectanchors -a source-highlighter=prettify -o weechat_quickstart.es.html /builddir/build/BUILD/weechat-2.0.1/doc/es/weechat_quickstart.es.adoc make -f doc/fr/CMakeFiles/doc-quickstart-fr.dir/build.make doc/fr/CMakeFiles/doc-quickstart-fr.dir/depend make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' cd /builddir/build/BUILD/weechat-2.0.1/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/weechat-2.0.1 /builddir/build/BUILD/weechat-2.0.1/doc/fr /builddir/build/BUILD/weechat-2.0.1/build /builddir/build/BUILD/weechat-2.0.1/build/doc/fr /builddir/build/BUILD/weechat-2.0.1/build/doc/fr/CMakeFiles/doc-quickstart-fr.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' Dependee "/builddir/build/BUILD/weechat-2.0.1/build/doc/fr/CMakeFiles/doc-quickstart-fr.dir/DependInfo.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/doc/fr/CMakeFiles/doc-quickstart-fr.dir/depend.internal". Dependee "/builddir/build/BUILD/weechat-2.0.1/build/doc/fr/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/doc/fr/CMakeFiles/doc-quickstart-fr.dir/depend.internal". Scanning dependencies of target doc-quickstart-fr make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' make -f doc/fr/CMakeFiles/doc-quickstart-fr.dir/build.make doc/fr/CMakeFiles/doc-quickstart-fr.dir/build [ 78%] Built target doc-scripting-en make -f doc/fr/CMakeFiles/doc-scripting-fr.dir/build.make doc/fr/CMakeFiles/doc-scripting-fr.dir/depend make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' cd /builddir/build/BUILD/weechat-2.0.1/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/weechat-2.0.1 /builddir/build/BUILD/weechat-2.0.1/doc/fr /builddir/build/BUILD/weechat-2.0.1/build /builddir/build/BUILD/weechat-2.0.1/build/doc/fr /builddir/build/BUILD/weechat-2.0.1/build/doc/fr/CMakeFiles/doc-scripting-fr.dir/DependInfo.cmake --color= [ 78%] Built target doc-quickstart-es make -f doc/fr/CMakeFiles/doc-plugin-api-fr.dir/build.make doc/fr/CMakeFiles/doc-plugin-api-fr.dir/depend make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' cd /builddir/build/BUILD/weechat-2.0.1/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/weechat-2.0.1 /builddir/build/BUILD/weechat-2.0.1/doc/fr /builddir/build/BUILD/weechat-2.0.1/build /builddir/build/BUILD/weechat-2.0.1/build/doc/fr /builddir/build/BUILD/weechat-2.0.1/build/doc/fr/CMakeFiles/doc-plugin-api-fr.dir/DependInfo.cmake --color= [ 78%] Building weechat_quickstart.fr.html cd /builddir/build/BUILD/weechat-2.0.1/build/doc/fr && /usr/bin/asciidoctor -a experimental -a icons=font -a revnumber="2.0.1" -a sectanchors -a source-highlighter=prettify -o weechat_quickstart.fr.html /builddir/build/BUILD/weechat-2.0.1/doc/fr/weechat_quickstart.fr.adoc Dependee "/builddir/build/BUILD/weechat-2.0.1/build/doc/fr/CMakeFiles/doc-scripting-fr.dir/DependInfo.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/doc/fr/CMakeFiles/doc-scripting-fr.dir/depend.internal". Dependee "/builddir/build/BUILD/weechat-2.0.1/build/doc/fr/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/doc/fr/CMakeFiles/doc-scripting-fr.dir/depend.internal". Scanning dependencies of target doc-scripting-fr make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' make -f doc/fr/CMakeFiles/doc-scripting-fr.dir/build.make doc/fr/CMakeFiles/doc-scripting-fr.dir/build make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' Dependee "/builddir/build/BUILD/weechat-2.0.1/build/doc/fr/CMakeFiles/doc-plugin-api-fr.dir/DependInfo.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/doc/fr/CMakeFiles/doc-plugin-api-fr.dir/depend.internal". Dependee "/builddir/build/BUILD/weechat-2.0.1/build/doc/fr/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/doc/fr/CMakeFiles/doc-plugin-api-fr.dir/depend.internal". Scanning dependencies of target doc-plugin-api-fr make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' make -f doc/fr/CMakeFiles/doc-plugin-api-fr.dir/build.make doc/fr/CMakeFiles/doc-plugin-api-fr.dir/build make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' [ 78%] Building weechat_scripting.fr.html cd /builddir/build/BUILD/weechat-2.0.1/build/doc/fr && /usr/bin/asciidoctor -a experimental -a icons=font -a revnumber="2.0.1" -a sectanchors -a source-highlighter=prettify -o weechat_scripting.fr.html /builddir/build/BUILD/weechat-2.0.1/doc/fr/weechat_scripting.fr.adoc [ 78%] Building weechat_plugin_api.fr.html cd /builddir/build/BUILD/weechat-2.0.1/build/doc/fr && /usr/bin/asciidoctor -a experimental -a icons=font -a revnumber="2.0.1" -a sectanchors -a source-highlighter=prettify -o weechat_plugin_api.fr.html /builddir/build/BUILD/weechat-2.0.1/doc/fr/weechat_plugin_api.fr.adoc [ 80%] Linking C static library libweechat_gui_common.a cd /builddir/build/BUILD/weechat-2.0.1/build/src/gui && /usr/bin/cmake -P CMakeFiles/weechat_gui_common.dir/cmake_clean_target.cmake cd /builddir/build/BUILD/weechat-2.0.1/build/src/gui && /usr/bin/cmake -E cmake_link_script CMakeFiles/weechat_gui_common.dir/link.txt --verbose=1 /usr/bin/ar qc libweechat_gui_common.a CMakeFiles/weechat_gui_common.dir/gui-bar.o CMakeFiles/weechat_gui_common.dir/gui-bar-item.o CMakeFiles/weechat_gui_common.dir/gui-bar-window.o CMakeFiles/weechat_gui_common.dir/gui-buffer.o CMakeFiles/weechat_gui_common.dir/gui-chat.o CMakeFiles/weechat_gui_common.dir/gui-color.o CMakeFiles/weechat_gui_common.dir/gui-completion.o CMakeFiles/weechat_gui_common.dir/gui-cursor.o CMakeFiles/weechat_gui_common.dir/gui-filter.o CMakeFiles/weechat_gui_common.dir/gui-focus.o CMakeFiles/weechat_gui_common.dir/gui-history.o CMakeFiles/weechat_gui_common.dir/gui-hotlist.o CMakeFiles/weechat_gui_common.dir/gui-input.o CMakeFiles/weechat_gui_common.dir/gui-key.o CMakeFiles/weechat_gui_common.dir/gui-layout.o CMakeFiles/weechat_gui_common.dir/gui-line.o CMakeFiles/weechat_gui_common.dir/gui-mouse.o CMakeFiles/weechat_gui_common.dir/gui-nick.o CMakeFiles/weechat_gui_common.dir/gui-nicklist.o CMakeFiles/weechat_gui_common.dir/gui-window.o /usr/bin/ranlib libweechat_gui_common.a make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' [ 80%] Built target weechat_gui_common make -f doc/fr/CMakeFiles/doc-man-fr.dir/build.make doc/fr/CMakeFiles/doc-man-fr.dir/depend make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' cd /builddir/build/BUILD/weechat-2.0.1/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/weechat-2.0.1 /builddir/build/BUILD/weechat-2.0.1/doc/fr /builddir/build/BUILD/weechat-2.0.1/build /builddir/build/BUILD/weechat-2.0.1/build/doc/fr /builddir/build/BUILD/weechat-2.0.1/build/doc/fr/CMakeFiles/doc-man-fr.dir/DependInfo.cmake --color= Dependee "/builddir/build/BUILD/weechat-2.0.1/build/doc/fr/CMakeFiles/doc-man-fr.dir/DependInfo.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/doc/fr/CMakeFiles/doc-man-fr.dir/depend.internal". Dependee "/builddir/build/BUILD/weechat-2.0.1/build/doc/fr/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/doc/fr/CMakeFiles/doc-man-fr.dir/depend.internal". Scanning dependencies of target doc-man-fr make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' make -f doc/fr/CMakeFiles/doc-man-fr.dir/build.make doc/fr/CMakeFiles/doc-man-fr.dir/build make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' [ 80%] Building weechat.1 (fr) cd /builddir/build/BUILD/weechat-2.0.1/build/doc/fr && /usr/bin/asciidoctor -a experimental -a icons=font -a revnumber="2.0.1" -a sectanchors -a source-highlighter=prettify -b manpage -o weechat.1 /builddir/build/BUILD/weechat-2.0.1/doc/fr/weechat.1.fr.adoc [ 80%] Built target doc-quickstart-fr make -f doc/fr/CMakeFiles/doc-faq-fr.dir/build.make doc/fr/CMakeFiles/doc-faq-fr.dir/depend make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' cd /builddir/build/BUILD/weechat-2.0.1/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/weechat-2.0.1 /builddir/build/BUILD/weechat-2.0.1/doc/fr /builddir/build/BUILD/weechat-2.0.1/build /builddir/build/BUILD/weechat-2.0.1/build/doc/fr /builddir/build/BUILD/weechat-2.0.1/build/doc/fr/CMakeFiles/doc-faq-fr.dir/DependInfo.cmake --color= Dependee "/builddir/build/BUILD/weechat-2.0.1/build/doc/fr/CMakeFiles/doc-faq-fr.dir/DependInfo.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/doc/fr/CMakeFiles/doc-faq-fr.dir/depend.internal". Dependee "/builddir/build/BUILD/weechat-2.0.1/build/doc/fr/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/doc/fr/CMakeFiles/doc-faq-fr.dir/depend.internal". Scanning dependencies of target doc-faq-fr make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' make -f doc/fr/CMakeFiles/doc-faq-fr.dir/build.make doc/fr/CMakeFiles/doc-faq-fr.dir/build make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' [ 80%] Building weechat_faq.fr.html cd /builddir/build/BUILD/weechat-2.0.1/build/doc/fr && /usr/bin/asciidoctor -a experimental -a icons=font -a revnumber="2.0.1" -a sectanchors -a source-highlighter=prettify -o weechat_faq.fr.html /builddir/build/BUILD/weechat-2.0.1/doc/fr/weechat_faq.fr.adoc [ 80%] Built target doc-scripting-fr make -f doc/fr/CMakeFiles/doc-user-fr.dir/build.make doc/fr/CMakeFiles/doc-user-fr.dir/depend make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' cd /builddir/build/BUILD/weechat-2.0.1/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/weechat-2.0.1 /builddir/build/BUILD/weechat-2.0.1/doc/fr /builddir/build/BUILD/weechat-2.0.1/build /builddir/build/BUILD/weechat-2.0.1/build/doc/fr /builddir/build/BUILD/weechat-2.0.1/build/doc/fr/CMakeFiles/doc-user-fr.dir/DependInfo.cmake --color= Dependee "/builddir/build/BUILD/weechat-2.0.1/build/doc/fr/CMakeFiles/doc-user-fr.dir/DependInfo.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/doc/fr/CMakeFiles/doc-user-fr.dir/depend.internal". Dependee "/builddir/build/BUILD/weechat-2.0.1/build/doc/fr/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/doc/fr/CMakeFiles/doc-user-fr.dir/depend.internal". Scanning dependencies of target doc-user-fr make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' make -f doc/fr/CMakeFiles/doc-user-fr.dir/build.make doc/fr/CMakeFiles/doc-user-fr.dir/build make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' [ 80%] Building weechat_user.fr.html cd /builddir/build/BUILD/weechat-2.0.1/build/doc/fr && /usr/bin/asciidoctor -a experimental -a icons=font -a revnumber="2.0.1" -a sectanchors -a source-highlighter=prettify -o weechat_user.fr.html /builddir/build/BUILD/weechat-2.0.1/doc/fr/weechat_user.fr.adoc make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' [ 80%] Built target doc-man-fr make -f doc/fr/CMakeFiles/doc-tester-fr.dir/build.make doc/fr/CMakeFiles/doc-tester-fr.dir/depend make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' cd /builddir/build/BUILD/weechat-2.0.1/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/weechat-2.0.1 /builddir/build/BUILD/weechat-2.0.1/doc/fr /builddir/build/BUILD/weechat-2.0.1/build /builddir/build/BUILD/weechat-2.0.1/build/doc/fr /builddir/build/BUILD/weechat-2.0.1/build/doc/fr/CMakeFiles/doc-tester-fr.dir/DependInfo.cmake --color= Dependee "/builddir/build/BUILD/weechat-2.0.1/build/doc/fr/CMakeFiles/doc-tester-fr.dir/DependInfo.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/doc/fr/CMakeFiles/doc-tester-fr.dir/depend.internal". Dependee "/builddir/build/BUILD/weechat-2.0.1/build/doc/fr/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/doc/fr/CMakeFiles/doc-tester-fr.dir/depend.internal". Scanning dependencies of target doc-tester-fr make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' make -f doc/fr/CMakeFiles/doc-tester-fr.dir/build.make doc/fr/CMakeFiles/doc-tester-fr.dir/build make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' [ 80%] Building weechat_tester.fr.html cd /builddir/build/BUILD/weechat-2.0.1/build/doc/fr && /usr/bin/asciidoctor -a experimental -a icons=font -a revnumber="2.0.1" -a sectanchors -a source-highlighter=prettify -o weechat_tester.fr.html /builddir/build/BUILD/weechat-2.0.1/doc/fr/weechat_tester.fr.adoc make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' [ 80%] Built target doc-faq-fr make -f doc/fr/CMakeFiles/doc-relay-protocol-fr.dir/build.make doc/fr/CMakeFiles/doc-relay-protocol-fr.dir/depend make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' cd /builddir/build/BUILD/weechat-2.0.1/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/weechat-2.0.1 /builddir/build/BUILD/weechat-2.0.1/doc/fr /builddir/build/BUILD/weechat-2.0.1/build /builddir/build/BUILD/weechat-2.0.1/build/doc/fr /builddir/build/BUILD/weechat-2.0.1/build/doc/fr/CMakeFiles/doc-relay-protocol-fr.dir/DependInfo.cmake --color= Dependee "/builddir/build/BUILD/weechat-2.0.1/build/doc/fr/CMakeFiles/doc-relay-protocol-fr.dir/DependInfo.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/doc/fr/CMakeFiles/doc-relay-protocol-fr.dir/depend.internal". Dependee "/builddir/build/BUILD/weechat-2.0.1/build/doc/fr/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/doc/fr/CMakeFiles/doc-relay-protocol-fr.dir/depend.internal". Scanning dependencies of target doc-relay-protocol-fr make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' make -f doc/fr/CMakeFiles/doc-relay-protocol-fr.dir/build.make doc/fr/CMakeFiles/doc-relay-protocol-fr.dir/build make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' [ 81%] Building weechat_relay_protocol.fr.html cd /builddir/build/BUILD/weechat-2.0.1/build/doc/fr && /usr/bin/asciidoctor -a experimental -a icons=font -a revnumber="2.0.1" -a sectanchors -a source-highlighter=prettify -o weechat_relay_protocol.fr.html /builddir/build/BUILD/weechat-2.0.1/doc/fr/weechat_relay_protocol.fr.adoc make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' [ 81%] Built target doc-tester-fr make -f doc/fr/CMakeFiles/doc-dev-fr.dir/build.make doc/fr/CMakeFiles/doc-dev-fr.dir/depend make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' cd /builddir/build/BUILD/weechat-2.0.1/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/weechat-2.0.1 /builddir/build/BUILD/weechat-2.0.1/doc/fr /builddir/build/BUILD/weechat-2.0.1/build /builddir/build/BUILD/weechat-2.0.1/build/doc/fr /builddir/build/BUILD/weechat-2.0.1/build/doc/fr/CMakeFiles/doc-dev-fr.dir/DependInfo.cmake --color= Dependee "/builddir/build/BUILD/weechat-2.0.1/build/doc/fr/CMakeFiles/doc-dev-fr.dir/DependInfo.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/doc/fr/CMakeFiles/doc-dev-fr.dir/depend.internal". Dependee "/builddir/build/BUILD/weechat-2.0.1/build/doc/fr/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/doc/fr/CMakeFiles/doc-dev-fr.dir/depend.internal". Scanning dependencies of target doc-dev-fr make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' make -f doc/fr/CMakeFiles/doc-dev-fr.dir/build.make doc/fr/CMakeFiles/doc-dev-fr.dir/build make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' [ 81%] Building weechat_dev.fr.html cd /builddir/build/BUILD/weechat-2.0.1/build/doc/fr && /usr/bin/asciidoctor -a experimental -a icons=font -a revnumber="2.0.1" -a sectanchors -a source-highlighter=prettify -o weechat_dev.fr.html /builddir/build/BUILD/weechat-2.0.1/doc/fr/weechat_dev.fr.adoc make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' [ 81%] Built target doc-relay-protocol-fr make -f doc/it/CMakeFiles/doc-tester-it.dir/build.make doc/it/CMakeFiles/doc-tester-it.dir/depend make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' cd /builddir/build/BUILD/weechat-2.0.1/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/weechat-2.0.1 /builddir/build/BUILD/weechat-2.0.1/doc/it /builddir/build/BUILD/weechat-2.0.1/build /builddir/build/BUILD/weechat-2.0.1/build/doc/it /builddir/build/BUILD/weechat-2.0.1/build/doc/it/CMakeFiles/doc-tester-it.dir/DependInfo.cmake --color= Dependee "/builddir/build/BUILD/weechat-2.0.1/build/doc/it/CMakeFiles/doc-tester-it.dir/DependInfo.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/doc/it/CMakeFiles/doc-tester-it.dir/depend.internal". Dependee "/builddir/build/BUILD/weechat-2.0.1/build/doc/it/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/doc/it/CMakeFiles/doc-tester-it.dir/depend.internal". Scanning dependencies of target doc-tester-it make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' make -f doc/it/CMakeFiles/doc-tester-it.dir/build.make doc/it/CMakeFiles/doc-tester-it.dir/build make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' [ 81%] Built target doc-plugin-api-fr make -f doc/it/CMakeFiles/doc-man-it.dir/build.make doc/it/CMakeFiles/doc-man-it.dir/depend [ 81%] Building weechat_tester.it.html cd /builddir/build/BUILD/weechat-2.0.1/build/doc/it && /usr/bin/asciidoctor -a experimental -a icons=font -a revnumber="2.0.1" -a sectanchors -a source-highlighter=prettify -o weechat_tester.it.html /builddir/build/BUILD/weechat-2.0.1/doc/it/weechat_tester.it.adoc make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' cd /builddir/build/BUILD/weechat-2.0.1/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/weechat-2.0.1 /builddir/build/BUILD/weechat-2.0.1/doc/it /builddir/build/BUILD/weechat-2.0.1/build /builddir/build/BUILD/weechat-2.0.1/build/doc/it /builddir/build/BUILD/weechat-2.0.1/build/doc/it/CMakeFiles/doc-man-it.dir/DependInfo.cmake --color= Dependee "/builddir/build/BUILD/weechat-2.0.1/build/doc/it/CMakeFiles/doc-man-it.dir/DependInfo.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/doc/it/CMakeFiles/doc-man-it.dir/depend.internal". Dependee "/builddir/build/BUILD/weechat-2.0.1/build/doc/it/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/doc/it/CMakeFiles/doc-man-it.dir/depend.internal". Scanning dependencies of target doc-man-it make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' make -f doc/it/CMakeFiles/doc-man-it.dir/build.make doc/it/CMakeFiles/doc-man-it.dir/build make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' [ 81%] Building weechat.1 (it) cd /builddir/build/BUILD/weechat-2.0.1/build/doc/it && /usr/bin/asciidoctor -a experimental -a icons=font -a revnumber="2.0.1" -a sectanchors -a source-highlighter=prettify -b manpage -o weechat.1 /builddir/build/BUILD/weechat-2.0.1/doc/it/weechat.1.it.adoc make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' [ 81%] Built target doc-user-fr make -f doc/it/CMakeFiles/doc-plugin-api-it.dir/build.make doc/it/CMakeFiles/doc-plugin-api-it.dir/depend make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' cd /builddir/build/BUILD/weechat-2.0.1/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/weechat-2.0.1 /builddir/build/BUILD/weechat-2.0.1/doc/it /builddir/build/BUILD/weechat-2.0.1/build /builddir/build/BUILD/weechat-2.0.1/build/doc/it /builddir/build/BUILD/weechat-2.0.1/build/doc/it/CMakeFiles/doc-plugin-api-it.dir/DependInfo.cmake --color= [ 81%] Built target doc-dev-fr make -f doc/it/CMakeFiles/doc-user-it.dir/build.make doc/it/CMakeFiles/doc-user-it.dir/depend make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' cd /builddir/build/BUILD/weechat-2.0.1/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/weechat-2.0.1 /builddir/build/BUILD/weechat-2.0.1/doc/it /builddir/build/BUILD/weechat-2.0.1/build /builddir/build/BUILD/weechat-2.0.1/build/doc/it /builddir/build/BUILD/weechat-2.0.1/build/doc/it/CMakeFiles/doc-user-it.dir/DependInfo.cmake --color= Dependee "/builddir/build/BUILD/weechat-2.0.1/build/doc/it/CMakeFiles/doc-plugin-api-it.dir/DependInfo.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/doc/it/CMakeFiles/doc-plugin-api-it.dir/depend.internal". Dependee "/builddir/build/BUILD/weechat-2.0.1/build/doc/it/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/doc/it/CMakeFiles/doc-plugin-api-it.dir/depend.internal". Scanning dependencies of target doc-plugin-api-it make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' make -f doc/it/CMakeFiles/doc-plugin-api-it.dir/build.make doc/it/CMakeFiles/doc-plugin-api-it.dir/build make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' Dependee "/builddir/build/BUILD/weechat-2.0.1/build/doc/it/CMakeFiles/doc-user-it.dir/DependInfo.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/doc/it/CMakeFiles/doc-user-it.dir/depend.internal". Dependee "/builddir/build/BUILD/weechat-2.0.1/build/doc/it/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/doc/it/CMakeFiles/doc-user-it.dir/depend.internal". Scanning dependencies of target doc-user-it make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' make -f doc/it/CMakeFiles/doc-user-it.dir/build.make doc/it/CMakeFiles/doc-user-it.dir/build make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' [ 81%] Building weechat_plugin_api.it.html cd /builddir/build/BUILD/weechat-2.0.1/build/doc/it && /usr/bin/asciidoctor -a experimental -a icons=font -a revnumber="2.0.1" -a sectanchors -a source-highlighter=prettify -o weechat_plugin_api.it.html /builddir/build/BUILD/weechat-2.0.1/doc/it/weechat_plugin_api.it.adoc [ 82%] Building weechat_user.it.html cd /builddir/build/BUILD/weechat-2.0.1/build/doc/it && /usr/bin/asciidoctor -a experimental -a icons=font -a revnumber="2.0.1" -a sectanchors -a source-highlighter=prettify -o weechat_user.it.html /builddir/build/BUILD/weechat-2.0.1/doc/it/weechat_user.it.adoc make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' [ 82%] Built target doc-tester-it make -f doc/it/CMakeFiles/doc-scripting-it.dir/build.make doc/it/CMakeFiles/doc-scripting-it.dir/depend make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' cd /builddir/build/BUILD/weechat-2.0.1/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/weechat-2.0.1 /builddir/build/BUILD/weechat-2.0.1/doc/it /builddir/build/BUILD/weechat-2.0.1/build /builddir/build/BUILD/weechat-2.0.1/build/doc/it /builddir/build/BUILD/weechat-2.0.1/build/doc/it/CMakeFiles/doc-scripting-it.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' Dependee "/builddir/build/BUILD/weechat-2.0.1/build/doc/it/CMakeFiles/doc-scripting-it.dir/DependInfo.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/doc/it/CMakeFiles/doc-scripting-it.dir/depend.internal". Dependee "/builddir/build/BUILD/weechat-2.0.1/build/doc/it/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/doc/it/CMakeFiles/doc-scripting-it.dir/depend.internal". Scanning dependencies of target doc-scripting-it make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' make -f doc/it/CMakeFiles/doc-scripting-it.dir/build.make doc/it/CMakeFiles/doc-scripting-it.dir/build [ 82%] Built target doc-man-it make -f doc/it/CMakeFiles/doc-faq-it.dir/build.make doc/it/CMakeFiles/doc-faq-it.dir/depend make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' cd /builddir/build/BUILD/weechat-2.0.1/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/weechat-2.0.1 /builddir/build/BUILD/weechat-2.0.1/doc/it /builddir/build/BUILD/weechat-2.0.1/build /builddir/build/BUILD/weechat-2.0.1/build/doc/it /builddir/build/BUILD/weechat-2.0.1/build/doc/it/CMakeFiles/doc-faq-it.dir/DependInfo.cmake --color= [ 82%] Building weechat_scripting.it.html cd /builddir/build/BUILD/weechat-2.0.1/build/doc/it && /usr/bin/asciidoctor -a experimental -a icons=font -a revnumber="2.0.1" -a sectanchors -a source-highlighter=prettify -o weechat_scripting.it.html /builddir/build/BUILD/weechat-2.0.1/doc/it/weechat_scripting.it.adoc Dependee "/builddir/build/BUILD/weechat-2.0.1/build/doc/it/CMakeFiles/doc-faq-it.dir/DependInfo.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/doc/it/CMakeFiles/doc-faq-it.dir/depend.internal". Dependee "/builddir/build/BUILD/weechat-2.0.1/build/doc/it/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/doc/it/CMakeFiles/doc-faq-it.dir/depend.internal". Scanning dependencies of target doc-faq-it make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' make -f doc/it/CMakeFiles/doc-faq-it.dir/build.make doc/it/CMakeFiles/doc-faq-it.dir/build make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' [ 83%] Building weechat_faq.it.html cd /builddir/build/BUILD/weechat-2.0.1/build/doc/it && /usr/bin/asciidoctor -a experimental -a icons=font -a revnumber="2.0.1" -a sectanchors -a source-highlighter=prettify -o weechat_faq.it.html /builddir/build/BUILD/weechat-2.0.1/doc/it/weechat_faq.it.adoc make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' [ 83%] Built target doc-scripting-it make -f doc/it/CMakeFiles/doc-quickstart-it.dir/build.make doc/it/CMakeFiles/doc-quickstart-it.dir/depend make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' cd /builddir/build/BUILD/weechat-2.0.1/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/weechat-2.0.1 /builddir/build/BUILD/weechat-2.0.1/doc/it /builddir/build/BUILD/weechat-2.0.1/build /builddir/build/BUILD/weechat-2.0.1/build/doc/it /builddir/build/BUILD/weechat-2.0.1/build/doc/it/CMakeFiles/doc-quickstart-it.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' Dependee "/builddir/build/BUILD/weechat-2.0.1/build/doc/it/CMakeFiles/doc-quickstart-it.dir/DependInfo.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/doc/it/CMakeFiles/doc-quickstart-it.dir/depend.internal". Dependee "/builddir/build/BUILD/weechat-2.0.1/build/doc/it/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/doc/it/CMakeFiles/doc-quickstart-it.dir/depend.internal". Scanning dependencies of target doc-quickstart-it make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' make -f doc/it/CMakeFiles/doc-quickstart-it.dir/build.make doc/it/CMakeFiles/doc-quickstart-it.dir/build make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' [ 83%] Built target doc-faq-it make -f doc/ja/CMakeFiles/doc-faq-ja.dir/build.make doc/ja/CMakeFiles/doc-faq-ja.dir/depend make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' cd /builddir/build/BUILD/weechat-2.0.1/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/weechat-2.0.1 /builddir/build/BUILD/weechat-2.0.1/doc/ja /builddir/build/BUILD/weechat-2.0.1/build /builddir/build/BUILD/weechat-2.0.1/build/doc/ja /builddir/build/BUILD/weechat-2.0.1/build/doc/ja/CMakeFiles/doc-faq-ja.dir/DependInfo.cmake --color= [ 84%] Building weechat_quickstart.it.html cd /builddir/build/BUILD/weechat-2.0.1/build/doc/it && /usr/bin/asciidoctor -a experimental -a icons=font -a revnumber="2.0.1" -a sectanchors -a source-highlighter=prettify -o weechat_quickstart.it.html /builddir/build/BUILD/weechat-2.0.1/doc/it/weechat_quickstart.it.adoc Dependee "/builddir/build/BUILD/weechat-2.0.1/build/doc/ja/CMakeFiles/doc-faq-ja.dir/DependInfo.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/doc/ja/CMakeFiles/doc-faq-ja.dir/depend.internal". Dependee "/builddir/build/BUILD/weechat-2.0.1/build/doc/ja/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/doc/ja/CMakeFiles/doc-faq-ja.dir/depend.internal". Scanning dependencies of target doc-faq-ja make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' make -f doc/ja/CMakeFiles/doc-faq-ja.dir/build.make doc/ja/CMakeFiles/doc-faq-ja.dir/build make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' [ 84%] Building weechat_faq.ja.html cd /builddir/build/BUILD/weechat-2.0.1/build/doc/ja && /usr/bin/asciidoctor -a experimental -a icons=font -a revnumber="2.0.1" -a sectanchors -a source-highlighter=prettify -o weechat_faq.ja.html /builddir/build/BUILD/weechat-2.0.1/doc/ja/weechat_faq.ja.adoc make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' [ 84%] Built target doc-quickstart-it make -f doc/ja/CMakeFiles/doc-relay-protocol-ja.dir/build.make doc/ja/CMakeFiles/doc-relay-protocol-ja.dir/depend make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' cd /builddir/build/BUILD/weechat-2.0.1/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/weechat-2.0.1 /builddir/build/BUILD/weechat-2.0.1/doc/ja /builddir/build/BUILD/weechat-2.0.1/build /builddir/build/BUILD/weechat-2.0.1/build/doc/ja /builddir/build/BUILD/weechat-2.0.1/build/doc/ja/CMakeFiles/doc-relay-protocol-ja.dir/DependInfo.cmake --color= Dependee "/builddir/build/BUILD/weechat-2.0.1/build/doc/ja/CMakeFiles/doc-relay-protocol-ja.dir/DependInfo.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/doc/ja/CMakeFiles/doc-relay-protocol-ja.dir/depend.internal". Dependee "/builddir/build/BUILD/weechat-2.0.1/build/doc/ja/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/doc/ja/CMakeFiles/doc-relay-protocol-ja.dir/depend.internal". Scanning dependencies of target doc-relay-protocol-ja make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' make -f doc/ja/CMakeFiles/doc-relay-protocol-ja.dir/build.make doc/ja/CMakeFiles/doc-relay-protocol-ja.dir/build make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' [ 84%] Building weechat_relay_protocol.ja.html cd /builddir/build/BUILD/weechat-2.0.1/build/doc/ja && /usr/bin/asciidoctor -a experimental -a icons=font -a revnumber="2.0.1" -a sectanchors -a source-highlighter=prettify -o weechat_relay_protocol.ja.html /builddir/build/BUILD/weechat-2.0.1/doc/ja/weechat_relay_protocol.ja.adoc make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' [ 84%] Built target doc-faq-ja make -f doc/ja/CMakeFiles/doc-quickstart-ja.dir/build.make doc/ja/CMakeFiles/doc-quickstart-ja.dir/depend make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' cd /builddir/build/BUILD/weechat-2.0.1/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/weechat-2.0.1 /builddir/build/BUILD/weechat-2.0.1/doc/ja /builddir/build/BUILD/weechat-2.0.1/build /builddir/build/BUILD/weechat-2.0.1/build/doc/ja /builddir/build/BUILD/weechat-2.0.1/build/doc/ja/CMakeFiles/doc-quickstart-ja.dir/DependInfo.cmake --color= Dependee "/builddir/build/BUILD/weechat-2.0.1/build/doc/ja/CMakeFiles/doc-quickstart-ja.dir/DependInfo.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/doc/ja/CMakeFiles/doc-quickstart-ja.dir/depend.internal". Dependee "/builddir/build/BUILD/weechat-2.0.1/build/doc/ja/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/doc/ja/CMakeFiles/doc-quickstart-ja.dir/depend.internal". Scanning dependencies of target doc-quickstart-ja make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' make -f doc/ja/CMakeFiles/doc-quickstart-ja.dir/build.make doc/ja/CMakeFiles/doc-quickstart-ja.dir/build make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' [ 84%] Building weechat_quickstart.ja.html cd /builddir/build/BUILD/weechat-2.0.1/build/doc/ja && /usr/bin/asciidoctor -a experimental -a icons=font -a revnumber="2.0.1" -a sectanchors -a source-highlighter=prettify -o weechat_quickstart.ja.html /builddir/build/BUILD/weechat-2.0.1/doc/ja/weechat_quickstart.ja.adoc make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' [ 84%] Built target doc-user-it make -f doc/ja/CMakeFiles/doc-plugin-api-ja.dir/build.make doc/ja/CMakeFiles/doc-plugin-api-ja.dir/depend make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' cd /builddir/build/BUILD/weechat-2.0.1/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/weechat-2.0.1 /builddir/build/BUILD/weechat-2.0.1/doc/ja /builddir/build/BUILD/weechat-2.0.1/build /builddir/build/BUILD/weechat-2.0.1/build/doc/ja /builddir/build/BUILD/weechat-2.0.1/build/doc/ja/CMakeFiles/doc-plugin-api-ja.dir/DependInfo.cmake --color= Dependee "/builddir/build/BUILD/weechat-2.0.1/build/doc/ja/CMakeFiles/doc-plugin-api-ja.dir/DependInfo.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/doc/ja/CMakeFiles/doc-plugin-api-ja.dir/depend.internal". Dependee "/builddir/build/BUILD/weechat-2.0.1/build/doc/ja/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/doc/ja/CMakeFiles/doc-plugin-api-ja.dir/depend.internal". Scanning dependencies of target doc-plugin-api-ja make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' make -f doc/ja/CMakeFiles/doc-plugin-api-ja.dir/build.make doc/ja/CMakeFiles/doc-plugin-api-ja.dir/build make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' [ 85%] Building weechat_plugin_api.ja.html cd /builddir/build/BUILD/weechat-2.0.1/build/doc/ja && /usr/bin/asciidoctor -a experimental -a icons=font -a revnumber="2.0.1" -a sectanchors -a source-highlighter=prettify -o weechat_plugin_api.ja.html /builddir/build/BUILD/weechat-2.0.1/doc/ja/weechat_plugin_api.ja.adoc make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' [ 85%] Built target doc-quickstart-ja make -f doc/ja/CMakeFiles/doc-tester-ja.dir/build.make doc/ja/CMakeFiles/doc-tester-ja.dir/depend make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' cd /builddir/build/BUILD/weechat-2.0.1/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/weechat-2.0.1 /builddir/build/BUILD/weechat-2.0.1/doc/ja /builddir/build/BUILD/weechat-2.0.1/build /builddir/build/BUILD/weechat-2.0.1/build/doc/ja /builddir/build/BUILD/weechat-2.0.1/build/doc/ja/CMakeFiles/doc-tester-ja.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' Dependee "/builddir/build/BUILD/weechat-2.0.1/build/doc/ja/CMakeFiles/doc-tester-ja.dir/DependInfo.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/doc/ja/CMakeFiles/doc-tester-ja.dir/depend.internal". Dependee "/builddir/build/BUILD/weechat-2.0.1/build/doc/ja/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/doc/ja/CMakeFiles/doc-tester-ja.dir/depend.internal". Scanning dependencies of target doc-tester-ja make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' make -f doc/ja/CMakeFiles/doc-tester-ja.dir/build.make doc/ja/CMakeFiles/doc-tester-ja.dir/build [ 85%] Built target doc-plugin-api-it make -f doc/ja/CMakeFiles/doc-dev-ja.dir/build.make doc/ja/CMakeFiles/doc-dev-ja.dir/depend make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' [ 85%] Built target doc-relay-protocol-ja make -f doc/ja/CMakeFiles/doc-scripting-ja.dir/build.make doc/ja/CMakeFiles/doc-scripting-ja.dir/depend make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' cd /builddir/build/BUILD/weechat-2.0.1/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/weechat-2.0.1 /builddir/build/BUILD/weechat-2.0.1/doc/ja /builddir/build/BUILD/weechat-2.0.1/build /builddir/build/BUILD/weechat-2.0.1/build/doc/ja /builddir/build/BUILD/weechat-2.0.1/build/doc/ja/CMakeFiles/doc-dev-ja.dir/DependInfo.cmake --color= make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' cd /builddir/build/BUILD/weechat-2.0.1/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/weechat-2.0.1 /builddir/build/BUILD/weechat-2.0.1/doc/ja /builddir/build/BUILD/weechat-2.0.1/build /builddir/build/BUILD/weechat-2.0.1/build/doc/ja /builddir/build/BUILD/weechat-2.0.1/build/doc/ja/CMakeFiles/doc-scripting-ja.dir/DependInfo.cmake --color= [ 86%] Building weechat_tester.ja.html cd /builddir/build/BUILD/weechat-2.0.1/build/doc/ja && /usr/bin/asciidoctor -a experimental -a icons=font -a revnumber="2.0.1" -a sectanchors -a source-highlighter=prettify -o weechat_tester.ja.html /builddir/build/BUILD/weechat-2.0.1/doc/ja/weechat_tester.ja.adoc Dependee "/builddir/build/BUILD/weechat-2.0.1/build/doc/ja/CMakeFiles/doc-dev-ja.dir/DependInfo.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/doc/ja/CMakeFiles/doc-dev-ja.dir/depend.internal". Dependee "/builddir/build/BUILD/weechat-2.0.1/build/doc/ja/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/doc/ja/CMakeFiles/doc-dev-ja.dir/depend.internal". Scanning dependencies of target doc-dev-ja Dependee "/builddir/build/BUILD/weechat-2.0.1/build/doc/ja/CMakeFiles/doc-scripting-ja.dir/DependInfo.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/doc/ja/CMakeFiles/doc-scripting-ja.dir/depend.internal". Dependee "/builddir/build/BUILD/weechat-2.0.1/build/doc/ja/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/doc/ja/CMakeFiles/doc-scripting-ja.dir/depend.internal". make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' make -f doc/ja/CMakeFiles/doc-dev-ja.dir/build.make doc/ja/CMakeFiles/doc-dev-ja.dir/build Scanning dependencies of target doc-scripting-ja make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' make -f doc/ja/CMakeFiles/doc-scripting-ja.dir/build.make doc/ja/CMakeFiles/doc-scripting-ja.dir/build make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' [ 86%] Building weechat_dev.ja.html cd /builddir/build/BUILD/weechat-2.0.1/build/doc/ja && /usr/bin/asciidoctor -a experimental -a icons=font -a revnumber="2.0.1" -a sectanchors -a source-highlighter=prettify -o weechat_dev.ja.html /builddir/build/BUILD/weechat-2.0.1/doc/ja/weechat_dev.ja.adoc [ 87%] Building weechat_scripting.ja.html cd /builddir/build/BUILD/weechat-2.0.1/build/doc/ja && /usr/bin/asciidoctor -a experimental -a icons=font -a revnumber="2.0.1" -a sectanchors -a source-highlighter=prettify -o weechat_scripting.ja.html /builddir/build/BUILD/weechat-2.0.1/doc/ja/weechat_scripting.ja.adoc make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' [ 87%] Built target doc-tester-ja make -f doc/ja/CMakeFiles/doc-user-ja.dir/build.make doc/ja/CMakeFiles/doc-user-ja.dir/depend make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' cd /builddir/build/BUILD/weechat-2.0.1/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/weechat-2.0.1 /builddir/build/BUILD/weechat-2.0.1/doc/ja /builddir/build/BUILD/weechat-2.0.1/build /builddir/build/BUILD/weechat-2.0.1/build/doc/ja /builddir/build/BUILD/weechat-2.0.1/build/doc/ja/CMakeFiles/doc-user-ja.dir/DependInfo.cmake --color= Dependee "/builddir/build/BUILD/weechat-2.0.1/build/doc/ja/CMakeFiles/doc-user-ja.dir/DependInfo.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/doc/ja/CMakeFiles/doc-user-ja.dir/depend.internal". Dependee "/builddir/build/BUILD/weechat-2.0.1/build/doc/ja/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/doc/ja/CMakeFiles/doc-user-ja.dir/depend.internal". Scanning dependencies of target doc-user-ja make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' make -f doc/ja/CMakeFiles/doc-user-ja.dir/build.make doc/ja/CMakeFiles/doc-user-ja.dir/build make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' [ 87%] Building weechat_user.ja.html cd /builddir/build/BUILD/weechat-2.0.1/build/doc/ja && /usr/bin/asciidoctor -a experimental -a icons=font -a revnumber="2.0.1" -a sectanchors -a source-highlighter=prettify -o weechat_user.ja.html /builddir/build/BUILD/weechat-2.0.1/doc/ja/weechat_user.ja.adoc make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' [ 87%] Built target doc-scripting-ja make -f doc/ja/CMakeFiles/doc-man-ja.dir/build.make doc/ja/CMakeFiles/doc-man-ja.dir/depend make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' cd /builddir/build/BUILD/weechat-2.0.1/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/weechat-2.0.1 /builddir/build/BUILD/weechat-2.0.1/doc/ja /builddir/build/BUILD/weechat-2.0.1/build /builddir/build/BUILD/weechat-2.0.1/build/doc/ja /builddir/build/BUILD/weechat-2.0.1/build/doc/ja/CMakeFiles/doc-man-ja.dir/DependInfo.cmake --color= Dependee "/builddir/build/BUILD/weechat-2.0.1/build/doc/ja/CMakeFiles/doc-man-ja.dir/DependInfo.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/doc/ja/CMakeFiles/doc-man-ja.dir/depend.internal". Dependee "/builddir/build/BUILD/weechat-2.0.1/build/doc/ja/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/doc/ja/CMakeFiles/doc-man-ja.dir/depend.internal". Scanning dependencies of target doc-man-ja make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' make -f doc/ja/CMakeFiles/doc-man-ja.dir/build.make doc/ja/CMakeFiles/doc-man-ja.dir/build make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' [ 88%] Building weechat.1 (ja) cd /builddir/build/BUILD/weechat-2.0.1/build/doc/ja && /usr/bin/asciidoctor -a experimental -a icons=font -a revnumber="2.0.1" -a sectanchors -a source-highlighter=prettify -b manpage -o weechat.1 /builddir/build/BUILD/weechat-2.0.1/doc/ja/weechat.1.ja.adoc [ 88%] Built target doc-dev-ja make -f doc/pl/CMakeFiles/doc-faq-pl.dir/build.make doc/pl/CMakeFiles/doc-faq-pl.dir/depend make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' cd /builddir/build/BUILD/weechat-2.0.1/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/weechat-2.0.1 /builddir/build/BUILD/weechat-2.0.1/doc/pl /builddir/build/BUILD/weechat-2.0.1/build /builddir/build/BUILD/weechat-2.0.1/build/doc/pl /builddir/build/BUILD/weechat-2.0.1/build/doc/pl/CMakeFiles/doc-faq-pl.dir/DependInfo.cmake --color= Dependee "/builddir/build/BUILD/weechat-2.0.1/build/doc/pl/CMakeFiles/doc-faq-pl.dir/DependInfo.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/doc/pl/CMakeFiles/doc-faq-pl.dir/depend.internal". Dependee "/builddir/build/BUILD/weechat-2.0.1/build/doc/pl/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/doc/pl/CMakeFiles/doc-faq-pl.dir/depend.internal". Scanning dependencies of target doc-faq-pl make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' make -f doc/pl/CMakeFiles/doc-faq-pl.dir/build.make doc/pl/CMakeFiles/doc-faq-pl.dir/build make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' [ 88%] Building weechat_faq.pl.html cd /builddir/build/BUILD/weechat-2.0.1/build/doc/pl && /usr/bin/asciidoctor -a experimental -a icons=font -a revnumber="2.0.1" -a sectanchors -a source-highlighter=prettify -o weechat_faq.pl.html /builddir/build/BUILD/weechat-2.0.1/doc/pl/weechat_faq.pl.adoc make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' [ 88%] Built target doc-man-ja make -f doc/pl/CMakeFiles/doc-quickstart-pl.dir/build.make doc/pl/CMakeFiles/doc-quickstart-pl.dir/depend make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' cd /builddir/build/BUILD/weechat-2.0.1/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/weechat-2.0.1 /builddir/build/BUILD/weechat-2.0.1/doc/pl /builddir/build/BUILD/weechat-2.0.1/build /builddir/build/BUILD/weechat-2.0.1/build/doc/pl /builddir/build/BUILD/weechat-2.0.1/build/doc/pl/CMakeFiles/doc-quickstart-pl.dir/DependInfo.cmake --color= Dependee "/builddir/build/BUILD/weechat-2.0.1/build/doc/pl/CMakeFiles/doc-quickstart-pl.dir/DependInfo.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/doc/pl/CMakeFiles/doc-quickstart-pl.dir/depend.internal". Dependee "/builddir/build/BUILD/weechat-2.0.1/build/doc/pl/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/doc/pl/CMakeFiles/doc-quickstart-pl.dir/depend.internal". Scanning dependencies of target doc-quickstart-pl make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' make -f doc/pl/CMakeFiles/doc-quickstart-pl.dir/build.make doc/pl/CMakeFiles/doc-quickstart-pl.dir/build make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' [ 89%] Building weechat_quickstart.pl.html cd /builddir/build/BUILD/weechat-2.0.1/build/doc/pl && /usr/bin/asciidoctor -a experimental -a icons=font -a revnumber="2.0.1" -a sectanchors -a source-highlighter=prettify -o weechat_quickstart.pl.html /builddir/build/BUILD/weechat-2.0.1/doc/pl/weechat_quickstart.pl.adoc make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' [ 89%] Built target doc-faq-pl make -f doc/pl/CMakeFiles/doc-user-pl.dir/build.make doc/pl/CMakeFiles/doc-user-pl.dir/depend make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' cd /builddir/build/BUILD/weechat-2.0.1/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/weechat-2.0.1 /builddir/build/BUILD/weechat-2.0.1/doc/pl /builddir/build/BUILD/weechat-2.0.1/build /builddir/build/BUILD/weechat-2.0.1/build/doc/pl /builddir/build/BUILD/weechat-2.0.1/build/doc/pl/CMakeFiles/doc-user-pl.dir/DependInfo.cmake --color= Dependee "/builddir/build/BUILD/weechat-2.0.1/build/doc/pl/CMakeFiles/doc-user-pl.dir/DependInfo.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/doc/pl/CMakeFiles/doc-user-pl.dir/depend.internal". Dependee "/builddir/build/BUILD/weechat-2.0.1/build/doc/pl/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/doc/pl/CMakeFiles/doc-user-pl.dir/depend.internal". Scanning dependencies of target doc-user-pl make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' make -f doc/pl/CMakeFiles/doc-user-pl.dir/build.make doc/pl/CMakeFiles/doc-user-pl.dir/build make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' [ 89%] Building weechat_user.pl.html cd /builddir/build/BUILD/weechat-2.0.1/build/doc/pl && /usr/bin/asciidoctor -a experimental -a icons=font -a revnumber="2.0.1" -a sectanchors -a source-highlighter=prettify -o weechat_user.pl.html /builddir/build/BUILD/weechat-2.0.1/doc/pl/weechat_user.pl.adoc make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' [ 89%] Built target doc-quickstart-pl make -f doc/pl/CMakeFiles/doc-man-pl.dir/build.make doc/pl/CMakeFiles/doc-man-pl.dir/depend make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' cd /builddir/build/BUILD/weechat-2.0.1/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/weechat-2.0.1 /builddir/build/BUILD/weechat-2.0.1/doc/pl /builddir/build/BUILD/weechat-2.0.1/build /builddir/build/BUILD/weechat-2.0.1/build/doc/pl /builddir/build/BUILD/weechat-2.0.1/build/doc/pl/CMakeFiles/doc-man-pl.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' Dependee "/builddir/build/BUILD/weechat-2.0.1/build/doc/pl/CMakeFiles/doc-man-pl.dir/DependInfo.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/doc/pl/CMakeFiles/doc-man-pl.dir/depend.internal". Dependee "/builddir/build/BUILD/weechat-2.0.1/build/doc/pl/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/doc/pl/CMakeFiles/doc-man-pl.dir/depend.internal". Scanning dependencies of target doc-man-pl make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' make -f doc/pl/CMakeFiles/doc-man-pl.dir/build.make doc/pl/CMakeFiles/doc-man-pl.dir/build [ 89%] Built target doc-plugin-api-ja make -f doc/pl/CMakeFiles/doc-tester-pl.dir/build.make doc/pl/CMakeFiles/doc-tester-pl.dir/depend make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' cd /builddir/build/BUILD/weechat-2.0.1/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/weechat-2.0.1 /builddir/build/BUILD/weechat-2.0.1/doc/pl /builddir/build/BUILD/weechat-2.0.1/build /builddir/build/BUILD/weechat-2.0.1/build/doc/pl /builddir/build/BUILD/weechat-2.0.1/build/doc/pl/CMakeFiles/doc-tester-pl.dir/DependInfo.cmake --color= [ 89%] Building weechat.1 (pl) cd /builddir/build/BUILD/weechat-2.0.1/build/doc/pl && /usr/bin/asciidoctor -a experimental -a icons=font -a revnumber="2.0.1" -a sectanchors -a source-highlighter=prettify -b manpage -o weechat.1 /builddir/build/BUILD/weechat-2.0.1/doc/pl/weechat.1.pl.adoc Dependee "/builddir/build/BUILD/weechat-2.0.1/build/doc/pl/CMakeFiles/doc-tester-pl.dir/DependInfo.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/doc/pl/CMakeFiles/doc-tester-pl.dir/depend.internal". Dependee "/builddir/build/BUILD/weechat-2.0.1/build/doc/pl/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/doc/pl/CMakeFiles/doc-tester-pl.dir/depend.internal". Scanning dependencies of target doc-tester-pl make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' make -f doc/pl/CMakeFiles/doc-tester-pl.dir/build.make doc/pl/CMakeFiles/doc-tester-pl.dir/build make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' [ 89%] Building weechat_tester.pl.html cd /builddir/build/BUILD/weechat-2.0.1/build/doc/pl && /usr/bin/asciidoctor -a experimental -a icons=font -a revnumber="2.0.1" -a sectanchors -a source-highlighter=prettify -o weechat_tester.pl.html /builddir/build/BUILD/weechat-2.0.1/doc/pl/weechat_tester.pl.adoc make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' [ 89%] Built target doc-user-ja make -f doc/pl/CMakeFiles/doc-scripting-pl.dir/build.make doc/pl/CMakeFiles/doc-scripting-pl.dir/depend make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' cd /builddir/build/BUILD/weechat-2.0.1/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/weechat-2.0.1 /builddir/build/BUILD/weechat-2.0.1/doc/pl /builddir/build/BUILD/weechat-2.0.1/build /builddir/build/BUILD/weechat-2.0.1/build/doc/pl /builddir/build/BUILD/weechat-2.0.1/build/doc/pl/CMakeFiles/doc-scripting-pl.dir/DependInfo.cmake --color= Dependee "/builddir/build/BUILD/weechat-2.0.1/build/doc/pl/CMakeFiles/doc-scripting-pl.dir/DependInfo.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/doc/pl/CMakeFiles/doc-scripting-pl.dir/depend.internal". Dependee "/builddir/build/BUILD/weechat-2.0.1/build/doc/pl/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/doc/pl/CMakeFiles/doc-scripting-pl.dir/depend.internal". Scanning dependencies of target doc-scripting-pl make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' make -f doc/pl/CMakeFiles/doc-scripting-pl.dir/build.make doc/pl/CMakeFiles/doc-scripting-pl.dir/build make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' [ 89%] Building weechat_scripting.pl.html cd /builddir/build/BUILD/weechat-2.0.1/build/doc/pl && /usr/bin/asciidoctor -a experimental -a icons=font -a revnumber="2.0.1" -a sectanchors -a source-highlighter=prettify -o weechat_scripting.pl.html /builddir/build/BUILD/weechat-2.0.1/doc/pl/weechat_scripting.pl.adoc make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' [ 89%] Built target doc-man-pl make -f doc/ru/CMakeFiles/doc-quickstart-ru.dir/build.make doc/ru/CMakeFiles/doc-quickstart-ru.dir/depend make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' cd /builddir/build/BUILD/weechat-2.0.1/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/weechat-2.0.1 /builddir/build/BUILD/weechat-2.0.1/doc/ru /builddir/build/BUILD/weechat-2.0.1/build /builddir/build/BUILD/weechat-2.0.1/build/doc/ru /builddir/build/BUILD/weechat-2.0.1/build/doc/ru/CMakeFiles/doc-quickstart-ru.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' Dependee "/builddir/build/BUILD/weechat-2.0.1/build/doc/ru/CMakeFiles/doc-quickstart-ru.dir/DependInfo.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/doc/ru/CMakeFiles/doc-quickstart-ru.dir/depend.internal". Dependee "/builddir/build/BUILD/weechat-2.0.1/build/doc/ru/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/doc/ru/CMakeFiles/doc-quickstart-ru.dir/depend.internal". Scanning dependencies of target doc-quickstart-ru [ 89%] Built target doc-tester-pl make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' make -f doc/ru/CMakeFiles/doc-quickstart-ru.dir/build.make doc/ru/CMakeFiles/doc-quickstart-ru.dir/build make -f doc/ru/CMakeFiles/doc-man-ru.dir/build.make doc/ru/CMakeFiles/doc-man-ru.dir/depend make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' cd /builddir/build/BUILD/weechat-2.0.1/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/weechat-2.0.1 /builddir/build/BUILD/weechat-2.0.1/doc/ru /builddir/build/BUILD/weechat-2.0.1/build /builddir/build/BUILD/weechat-2.0.1/build/doc/ru /builddir/build/BUILD/weechat-2.0.1/build/doc/ru/CMakeFiles/doc-man-ru.dir/DependInfo.cmake --color= make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' [ 89%] Building weechat_quickstart.ru.html cd /builddir/build/BUILD/weechat-2.0.1/build/doc/ru && /usr/bin/asciidoctor -a experimental -a icons=font -a revnumber="2.0.1" -a sectanchors -a source-highlighter=prettify -o weechat_quickstart.ru.html /builddir/build/BUILD/weechat-2.0.1/doc/ru/weechat_quickstart.ru.adoc Dependee "/builddir/build/BUILD/weechat-2.0.1/build/doc/ru/CMakeFiles/doc-man-ru.dir/DependInfo.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/doc/ru/CMakeFiles/doc-man-ru.dir/depend.internal". Dependee "/builddir/build/BUILD/weechat-2.0.1/build/doc/ru/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/doc/ru/CMakeFiles/doc-man-ru.dir/depend.internal". Scanning dependencies of target doc-man-ru make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' make -f doc/ru/CMakeFiles/doc-man-ru.dir/build.make doc/ru/CMakeFiles/doc-man-ru.dir/build make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' [ 89%] Building weechat.1 (ru) cd /builddir/build/BUILD/weechat-2.0.1/build/doc/ru && /usr/bin/asciidoctor -a experimental -a icons=font -a revnumber="2.0.1" -a sectanchors -a source-highlighter=prettify -b manpage -o weechat.1 /builddir/build/BUILD/weechat-2.0.1/doc/ru/weechat.1.ru.adoc make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' [ 89%] Built target doc-scripting-pl make -f src/core/CMakeFiles/weechat_core.dir/build.make src/core/CMakeFiles/weechat_core.dir/depend make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' cd /builddir/build/BUILD/weechat-2.0.1/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/weechat-2.0.1 /builddir/build/BUILD/weechat-2.0.1/src/core /builddir/build/BUILD/weechat-2.0.1/build /builddir/build/BUILD/weechat-2.0.1/build/src/core /builddir/build/BUILD/weechat-2.0.1/build/src/core/CMakeFiles/weechat_core.dir/DependInfo.cmake --color= Dependee "/builddir/build/BUILD/weechat-2.0.1/build/src/core/CMakeFiles/weechat_core.dir/DependInfo.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/src/core/CMakeFiles/weechat_core.dir/depend.internal". Dependee "/builddir/build/BUILD/weechat-2.0.1/build/src/core/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/src/core/CMakeFiles/weechat_core.dir/depend.internal". make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' [ 89%] Built target doc-man-ru [ 89%] Built target doc-quickstart-ru Scanning dependencies of target weechat_core make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' make -f src/core/CMakeFiles/weechat_core.dir/build.make src/core/CMakeFiles/weechat_core.dir/build make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' [ 89%] Building C object src/core/CMakeFiles/weechat_core.dir/weechat.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/core && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -o CMakeFiles/weechat_core.dir/weechat.o -c /builddir/build/BUILD/weechat-2.0.1/src/core/weechat.c [ 90%] Building C object src/core/CMakeFiles/weechat_core.dir/wee-backtrace.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/core && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -o CMakeFiles/weechat_core.dir/wee-backtrace.o -c /builddir/build/BUILD/weechat-2.0.1/src/core/wee-backtrace.c [ 90%] Building C object src/core/CMakeFiles/weechat_core.dir/wee-arraylist.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/core && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -o CMakeFiles/weechat_core.dir/wee-arraylist.o -c /builddir/build/BUILD/weechat-2.0.1/src/core/wee-arraylist.c make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' [ 90%] Built target doc-user-pl [ 90%] Building C object src/core/CMakeFiles/weechat_core.dir/wee-command.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/core && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -o CMakeFiles/weechat_core.dir/wee-command.o -c /builddir/build/BUILD/weechat-2.0.1/src/core/wee-command.c [ 90%] Building C object src/core/CMakeFiles/weechat_core.dir/wee-completion.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/core && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -o CMakeFiles/weechat_core.dir/wee-completion.o -c /builddir/build/BUILD/weechat-2.0.1/src/core/wee-completion.c [ 91%] Building C object src/core/CMakeFiles/weechat_core.dir/wee-config.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/core && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -o CMakeFiles/weechat_core.dir/wee-config.o -c /builddir/build/BUILD/weechat-2.0.1/src/core/wee-config.c [ 91%] Building C object src/core/CMakeFiles/weechat_core.dir/wee-config-file.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/core && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -o CMakeFiles/weechat_core.dir/wee-config-file.o -c /builddir/build/BUILD/weechat-2.0.1/src/core/wee-config-file.c [ 91%] Building C object src/core/CMakeFiles/weechat_core.dir/wee-debug.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/core && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -o CMakeFiles/weechat_core.dir/wee-debug.o -c /builddir/build/BUILD/weechat-2.0.1/src/core/wee-debug.c [ 92%] Building C object src/core/CMakeFiles/weechat_core.dir/wee-eval.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/core && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -o CMakeFiles/weechat_core.dir/wee-eval.o -c /builddir/build/BUILD/weechat-2.0.1/src/core/wee-eval.c [ 92%] Building C object src/core/CMakeFiles/weechat_core.dir/wee-hashtable.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/core && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -o CMakeFiles/weechat_core.dir/wee-hashtable.o -c /builddir/build/BUILD/weechat-2.0.1/src/core/wee-hashtable.c [ 93%] Building C object src/core/CMakeFiles/weechat_core.dir/wee-hdata.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/core && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -o CMakeFiles/weechat_core.dir/wee-hdata.o -c /builddir/build/BUILD/weechat-2.0.1/src/core/wee-hdata.c [ 93%] Building C object src/core/CMakeFiles/weechat_core.dir/wee-hook.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/core && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -o CMakeFiles/weechat_core.dir/wee-hook.o -c /builddir/build/BUILD/weechat-2.0.1/src/core/wee-hook.c [ 93%] Building C object src/core/CMakeFiles/weechat_core.dir/wee-infolist.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/core && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -o CMakeFiles/weechat_core.dir/wee-infolist.o -c /builddir/build/BUILD/weechat-2.0.1/src/core/wee-infolist.c [ 94%] Building C object src/core/CMakeFiles/weechat_core.dir/wee-input.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/core && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -o CMakeFiles/weechat_core.dir/wee-input.o -c /builddir/build/BUILD/weechat-2.0.1/src/core/wee-input.c [ 94%] Building C object src/core/CMakeFiles/weechat_core.dir/wee-list.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/core && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -o CMakeFiles/weechat_core.dir/wee-list.o -c /builddir/build/BUILD/weechat-2.0.1/src/core/wee-list.c [ 94%] Building C object src/core/CMakeFiles/weechat_core.dir/wee-log.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/core && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -o CMakeFiles/weechat_core.dir/wee-log.o -c /builddir/build/BUILD/weechat-2.0.1/src/core/wee-log.c [ 95%] Building C object src/core/CMakeFiles/weechat_core.dir/wee-network.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/core && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -o CMakeFiles/weechat_core.dir/wee-network.o -c /builddir/build/BUILD/weechat-2.0.1/src/core/wee-network.c [ 95%] Building C object src/core/CMakeFiles/weechat_core.dir/wee-proxy.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/core && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -o CMakeFiles/weechat_core.dir/wee-proxy.o -c /builddir/build/BUILD/weechat-2.0.1/src/core/wee-proxy.c [ 95%] Building C object src/core/CMakeFiles/weechat_core.dir/wee-secure.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/core && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -o CMakeFiles/weechat_core.dir/wee-secure.o -c /builddir/build/BUILD/weechat-2.0.1/src/core/wee-secure.c [ 96%] Building C object src/core/CMakeFiles/weechat_core.dir/wee-string.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/core && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -o CMakeFiles/weechat_core.dir/wee-string.o -c /builddir/build/BUILD/weechat-2.0.1/src/core/wee-string.c [ 96%] Building C object src/core/CMakeFiles/weechat_core.dir/wee-upgrade.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/core && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -o CMakeFiles/weechat_core.dir/wee-upgrade.o -c /builddir/build/BUILD/weechat-2.0.1/src/core/wee-upgrade.c [ 96%] Building C object src/core/CMakeFiles/weechat_core.dir/wee-upgrade-file.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/core && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -o CMakeFiles/weechat_core.dir/wee-upgrade-file.o -c /builddir/build/BUILD/weechat-2.0.1/src/core/wee-upgrade-file.c [ 97%] Building C object src/core/CMakeFiles/weechat_core.dir/wee-url.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/core && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -o CMakeFiles/weechat_core.dir/wee-url.o -c /builddir/build/BUILD/weechat-2.0.1/src/core/wee-url.c [ 97%] Building C object src/core/CMakeFiles/weechat_core.dir/wee-utf8.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/core && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -o CMakeFiles/weechat_core.dir/wee-utf8.o -c /builddir/build/BUILD/weechat-2.0.1/src/core/wee-utf8.c [ 97%] Building C object src/core/CMakeFiles/weechat_core.dir/wee-util.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/core && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -o CMakeFiles/weechat_core.dir/wee-util.o -c /builddir/build/BUILD/weechat-2.0.1/src/core/wee-util.c [ 98%] Building C object src/core/CMakeFiles/weechat_core.dir/wee-version.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/core && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -I/builddir/build/BUILD/weechat-2.0.1/build -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -o CMakeFiles/weechat_core.dir/wee-version.o -c /builddir/build/BUILD/weechat-2.0.1/src/core/wee-version.c [ 98%] Linking C static library libweechat_core.a cd /builddir/build/BUILD/weechat-2.0.1/build/src/core && /usr/bin/cmake -P CMakeFiles/weechat_core.dir/cmake_clean_target.cmake cd /builddir/build/BUILD/weechat-2.0.1/build/src/core && /usr/bin/cmake -E cmake_link_script CMakeFiles/weechat_core.dir/link.txt --verbose=1 /usr/bin/ar qc libweechat_core.a CMakeFiles/weechat_core.dir/weechat.o CMakeFiles/weechat_core.dir/wee-arraylist.o CMakeFiles/weechat_core.dir/wee-backtrace.o CMakeFiles/weechat_core.dir/wee-command.o CMakeFiles/weechat_core.dir/wee-completion.o CMakeFiles/weechat_core.dir/wee-config.o CMakeFiles/weechat_core.dir/wee-config-file.o CMakeFiles/weechat_core.dir/wee-debug.o CMakeFiles/weechat_core.dir/wee-eval.o CMakeFiles/weechat_core.dir/wee-hashtable.o CMakeFiles/weechat_core.dir/wee-hdata.o CMakeFiles/weechat_core.dir/wee-hook.o CMakeFiles/weechat_core.dir/wee-infolist.o CMakeFiles/weechat_core.dir/wee-input.o CMakeFiles/weechat_core.dir/wee-list.o CMakeFiles/weechat_core.dir/wee-log.o CMakeFiles/weechat_core.dir/wee-network.o CMakeFiles/weechat_core.dir/wee-proxy.o CMakeFiles/weechat_core.dir/wee-secure.o CMakeFiles/weechat_core.dir/wee-string.o CMakeFiles/weechat_core.dir/wee-upgrade.o CMakeFiles/weechat_core.dir/wee-upgrade-file.o CMakeFiles/weechat_core.dir/wee-url.o CMakeFiles/weechat_core.dir/wee-utf8.o CMakeFiles/weechat_core.dir/wee-util.o CMakeFiles/weechat_core.dir/wee-version.o /usr/bin/ranlib libweechat_core.a make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' [ 98%] Built target weechat_core make -f src/gui/curses/CMakeFiles/weechat.dir/build.make src/gui/curses/CMakeFiles/weechat.dir/depend make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' cd /builddir/build/BUILD/weechat-2.0.1/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/weechat-2.0.1 /builddir/build/BUILD/weechat-2.0.1/src/gui/curses /builddir/build/BUILD/weechat-2.0.1/build /builddir/build/BUILD/weechat-2.0.1/build/src/gui/curses /builddir/build/BUILD/weechat-2.0.1/build/src/gui/curses/CMakeFiles/weechat.dir/DependInfo.cmake --color= Dependee "/builddir/build/BUILD/weechat-2.0.1/build/src/gui/curses/CMakeFiles/weechat.dir/DependInfo.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/src/gui/curses/CMakeFiles/weechat.dir/depend.internal". Dependee "/builddir/build/BUILD/weechat-2.0.1/build/src/gui/curses/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/src/gui/curses/CMakeFiles/weechat.dir/depend.internal". Scanning dependencies of target weechat make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' make -f src/gui/curses/CMakeFiles/weechat.dir/build.make src/gui/curses/CMakeFiles/weechat.dir/build make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' [ 98%] Building C object src/gui/curses/CMakeFiles/weechat.dir/main.o cd /builddir/build/BUILD/weechat-2.0.1/build/src/gui/curses && /usr/bin/cc -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_NCURSESW_CURSES_H -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"2.0.1\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -I/builddir/build/BUILD/weechat-2.0.1/build -I/builddir/build/BUILD/weechat-2.0.1/src/gui/curses/.. -I/builddir/build/BUILD/weechat-2.0.1/src/gui/curses/../../core -I/builddir/build/BUILD/weechat-2.0.1/src/gui/curses/../../plugins -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -o CMakeFiles/weechat.dir/main.o -c /builddir/build/BUILD/weechat-2.0.1/src/gui/curses/main.c [ 98%] Linking C executable weechat cd /builddir/build/BUILD/weechat-2.0.1/build/src/gui/curses && /usr/bin/cmake -E cmake_link_script CMakeFiles/weechat.dir/link.txt --verbose=1 /usr/bin/cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wextra -Werror-implicit-function-declaration -L/usr/lib64 -L/usr/lib64 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld CMakeFiles/weechat.dir/main.o -o weechat ../libweechat_gui_common.a ../../plugins/libweechat_plugins.a ../../core/libweechat_core.a ../libweechat_gui_common.a libweechat_gui_curses.a -lgcrypt -ldl -lgpg-error -lgnutls -ldl -lncursesw -ltinfo -D_GNU_SOURCE -D_DEFAULT_SOURCE -lpthread -lm -lcurl ../libweechat_gui_common.a ../../plugins/libweechat_plugins.a ../../core/libweechat_core.a ../libweechat_gui_common.a make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' [ 98%] Built target weechat make -f src/gui/curses/CMakeFiles/weechat-curses.dir/build.make src/gui/curses/CMakeFiles/weechat-curses.dir/depend make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' cd /builddir/build/BUILD/weechat-2.0.1/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/weechat-2.0.1 /builddir/build/BUILD/weechat-2.0.1/src/gui/curses /builddir/build/BUILD/weechat-2.0.1/build /builddir/build/BUILD/weechat-2.0.1/build/src/gui/curses /builddir/build/BUILD/weechat-2.0.1/build/src/gui/curses/CMakeFiles/weechat-curses.dir/DependInfo.cmake --color= Dependee "/builddir/build/BUILD/weechat-2.0.1/build/src/gui/curses/CMakeFiles/weechat-curses.dir/DependInfo.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/src/gui/curses/CMakeFiles/weechat-curses.dir/depend.internal". Dependee "/builddir/build/BUILD/weechat-2.0.1/build/src/gui/curses/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builddir/build/BUILD/weechat-2.0.1/build/src/gui/curses/CMakeFiles/weechat-curses.dir/depend.internal". Scanning dependencies of target weechat-curses make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' make -f src/gui/curses/CMakeFiles/weechat-curses.dir/build.make src/gui/curses/CMakeFiles/weechat-curses.dir/build make[2]: Entering directory '/builddir/build/BUILD/weechat-2.0.1/build' [100%] Creating symbolic link weechat-curses cd /builddir/build/BUILD/weechat-2.0.1/build/src/gui/curses && /usr/bin/cmake -E remove -f weechat-curses cd /builddir/build/BUILD/weechat-2.0.1/build/src/gui/curses && /usr/bin/cmake -E create_symlink weechat weechat-curses make[2]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' [100%] Built target weechat-curses make[1]: Leaving directory '/builddir/build/BUILD/weechat-2.0.1/build' /usr/bin/cmake -E cmake_progress_start /builddir/build/BUILD/weechat-2.0.1/build/CMakeFiles 0 + popd ~/build/BUILD/weechat-2.0.1 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.ZlQ2r8 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/weechat-2.0.1-1.fc28.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/weechat-2.0.1-1.fc28.riscv64 ++ dirname /builddir/build/BUILDROOT/weechat-2.0.1-1.fc28.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/weechat-2.0.1-1.fc28.riscv64 + cd weechat-2.0.1 + rm -rf /builddir/build/BUILDROOT/weechat-2.0.1-1.fc28.riscv64 + pushd build ~/build/BUILD/weechat-2.0.1/build ~/build/BUILD/weechat-2.0.1 + make install DESTDIR=/builddir/build/BUILDROOT/weechat-2.0.1-1.fc28.riscv64 File config-git.h is up-to-date (git version: "") [ 0%] Built target version_git [ 5%] Built target translations [ 14%] Built target weechat_core [ 15%] Built target weechat_plugins_scripts [ 16%] Built target weechat_plugins [ 18%] Built target alias [ 21%] Built target aspell [ 24%] Built target buflist [ 24%] Built target charset [ 26%] Built target exec [ 28%] Built target fifo [ 32%] Built target fset [ 42%] Built target irc [ 44%] Built target logger [ 50%] Built target relay [ 54%] Built target script [ 55%] Built target perl [ 56%] Built target python [ 57%] Built target ruby [ 58%] Built target lua [ 60%] Built target tcl [ 61%] Built target guile [ 63%] Built target trigger [ 68%] Built target xfer [ 76%] Built target weechat_gui_common [ 80%] Built target weechat_gui_curses [ 80%] Built target weechat [ 81%] Built target weechat-curses [ 81%] Built target doc-quickstart-cs [ 82%] Built target doc-man-cs [ 82%] Built target doc-man-de [ 82%] Built target doc-scripting-de [ 82%] Built target doc-tester-de [ 83%] Built target doc-faq-de [ 84%] Built target doc-user-de [ 84%] Built target doc-quickstart-de [ 85%] Built target doc-quickstart-en [ 86%] Built target doc-plugin-api-en [ 87%] Built target doc-man-en [ 87%] Built target doc-user-en [ 88%] Built target doc-dev-en [ 89%] Built target doc-tester-en [ 89%] Built target doc-relay-protocol-en [ 89%] Built target doc-faq-en [ 90%] Built target doc-scripting-en [ 90%] Built target doc-quickstart-es [ 90%] Built target doc-quickstart-fr [ 90%] Built target doc-scripting-fr [ 90%] Built target doc-plugin-api-fr [ 90%] Built target doc-man-fr [ 90%] Built target doc-faq-fr [ 90%] Built target doc-user-fr [ 90%] Built target doc-tester-fr [ 91%] Built target doc-relay-protocol-fr [ 91%] Built target doc-dev-fr [ 91%] Built target doc-tester-it [ 91%] Built target doc-man-it [ 91%] Built target doc-plugin-api-it [ 92%] Built target doc-user-it [ 92%] Built target doc-scripting-it [ 93%] Built target doc-faq-it [ 94%] Built target doc-quickstart-it [ 94%] Built target doc-faq-ja [ 94%] Built target doc-relay-protocol-ja [ 94%] Built target doc-quickstart-ja [ 95%] Built target doc-plugin-api-ja [ 96%] Built target doc-tester-ja [ 96%] Built target doc-dev-ja [ 97%] Built target doc-scripting-ja [ 97%] Built target doc-user-ja [ 98%] Built target doc-man-ja [ 98%] Built target doc-faq-pl [100%] Built target doc-quickstart-pl [100%] Built target doc-user-pl [100%] Built target doc-man-pl [100%] Built target doc-tester-pl [100%] Built target doc-scripting-pl [100%] Built target doc-quickstart-ru [100%] Built target doc-man-ru Install the project... -- Install configuration: "" -- Installing: /builddir/build/BUILDROOT/weechat-2.0.1-1.fc28.riscv64/usr/lib64/weechat/../pkgconfig/weechat.pc -- Installing: /builddir/build/BUILDROOT/weechat-2.0.1-1.fc28.riscv64/usr/share/icons/hicolor/32x32/apps/weechat.png -- Installing: /builddir/build/BUILDROOT/weechat-2.0.1-1.fc28.riscv64/usr/share/locale/cs/LC_MESSAGES/weechat.mo -- Installing: /builddir/build/BUILDROOT/weechat-2.0.1-1.fc28.riscv64/usr/share/locale/de/LC_MESSAGES/weechat.mo -- Installing: /builddir/build/BUILDROOT/weechat-2.0.1-1.fc28.riscv64/usr/share/locale/es/LC_MESSAGES/weechat.mo -- Installing: /builddir/build/BUILDROOT/weechat-2.0.1-1.fc28.riscv64/usr/share/locale/fr/LC_MESSAGES/weechat.mo -- Installing: /builddir/build/BUILDROOT/weechat-2.0.1-1.fc28.riscv64/usr/share/locale/hu/LC_MESSAGES/weechat.mo -- Installing: /builddir/build/BUILDROOT/weechat-2.0.1-1.fc28.riscv64/usr/share/locale/it/LC_MESSAGES/weechat.mo -- Installing: /builddir/build/BUILDROOT/weechat-2.0.1-1.fc28.riscv64/usr/share/locale/ja/LC_MESSAGES/weechat.mo -- Installing: /builddir/build/BUILDROOT/weechat-2.0.1-1.fc28.riscv64/usr/share/locale/pl/LC_MESSAGES/weechat.mo -- Installing: /builddir/build/BUILDROOT/weechat-2.0.1-1.fc28.riscv64/usr/share/locale/pt/LC_MESSAGES/weechat.mo -- Installing: /builddir/build/BUILDROOT/weechat-2.0.1-1.fc28.riscv64/usr/share/locale/pt_BR/LC_MESSAGES/weechat.mo -- Installing: /builddir/build/BUILDROOT/weechat-2.0.1-1.fc28.riscv64/usr/share/locale/ru/LC_MESSAGES/weechat.mo -- Installing: /builddir/build/BUILDROOT/weechat-2.0.1-1.fc28.riscv64/usr/share/locale/tr/LC_MESSAGES/weechat.mo -- Installing: /builddir/build/BUILDROOT/weechat-2.0.1-1.fc28.riscv64/usr/include/weechat/weechat-plugin.h -- Installing: /builddir/build/BUILDROOT/weechat-2.0.1-1.fc28.riscv64/usr/lib64/weechat/plugins/alias.so -- Installing: /builddir/build/BUILDROOT/weechat-2.0.1-1.fc28.riscv64/usr/lib64/weechat/plugins/aspell.so -- Installing: /builddir/build/BUILDROOT/weechat-2.0.1-1.fc28.riscv64/usr/lib64/weechat/plugins/buflist.so -- Installing: /builddir/build/BUILDROOT/weechat-2.0.1-1.fc28.riscv64/usr/lib64/weechat/plugins/charset.so -- Installing: /builddir/build/BUILDROOT/weechat-2.0.1-1.fc28.riscv64/usr/lib64/weechat/plugins/exec.so -- Installing: /builddir/build/BUILDROOT/weechat-2.0.1-1.fc28.riscv64/usr/lib64/weechat/plugins/fifo.so -- Installing: /builddir/build/BUILDROOT/weechat-2.0.1-1.fc28.riscv64/usr/lib64/weechat/plugins/fset.so -- Installing: /builddir/build/BUILDROOT/weechat-2.0.1-1.fc28.riscv64/usr/lib64/weechat/plugins/irc.so -- Installing: /builddir/build/BUILDROOT/weechat-2.0.1-1.fc28.riscv64/usr/lib64/weechat/plugins/logger.so -- Installing: /builddir/build/BUILDROOT/weechat-2.0.1-1.fc28.riscv64/usr/lib64/weechat/plugins/relay.so -- Installing: /builddir/build/BUILDROOT/weechat-2.0.1-1.fc28.riscv64/usr/lib64/weechat/plugins/script.so -- Installing: /builddir/build/BUILDROOT/weechat-2.0.1-1.fc28.riscv64/usr/lib64/weechat/plugins/perl.so -- Installing: /builddir/build/BUILDROOT/weechat-2.0.1-1.fc28.riscv64/usr/lib64/weechat/plugins/python.so -- Installing: /builddir/build/BUILDROOT/weechat-2.0.1-1.fc28.riscv64/usr/lib64/weechat/plugins/ruby.so -- Installing: /builddir/build/BUILDROOT/weechat-2.0.1-1.fc28.riscv64/usr/lib64/weechat/plugins/lua.so -- Installing: /builddir/build/BUILDROOT/weechat-2.0.1-1.fc28.riscv64/usr/lib64/weechat/plugins/tcl.so -- Installing: /builddir/build/BUILDROOT/weechat-2.0.1-1.fc28.riscv64/usr/lib64/weechat/plugins/guile.so -- Installing: /builddir/build/BUILDROOT/weechat-2.0.1-1.fc28.riscv64/usr/lib64/weechat/plugins/trigger.so -- Installing: /builddir/build/BUILDROOT/weechat-2.0.1-1.fc28.riscv64/usr/lib64/weechat/plugins/xfer.so -- Installing: /builddir/build/BUILDROOT/weechat-2.0.1-1.fc28.riscv64/usr/bin/weechat -- Installing: /builddir/build/BUILDROOT/weechat-2.0.1-1.fc28.riscv64/usr/bin/weechat-curses -- Installing: /builddir/build/BUILDROOT/weechat-2.0.1-1.fc28.riscv64/usr/share/man/cs/man1/weechat.1 -- Installing: /builddir/build/BUILDROOT/weechat-2.0.1-1.fc28.riscv64/usr/share/doc/weechat/weechat_quickstart.cs.html -- Installing: /builddir/build/BUILDROOT/weechat-2.0.1-1.fc28.riscv64/usr/share/man/de/man1/weechat.1 -- Installing: /builddir/build/BUILDROOT/weechat-2.0.1-1.fc28.riscv64/usr/share/doc/weechat/weechat_user.de.html -- Installing: /builddir/build/BUILDROOT/weechat-2.0.1-1.fc28.riscv64/usr/share/doc/weechat/weechat_scripting.de.html -- Installing: /builddir/build/BUILDROOT/weechat-2.0.1-1.fc28.riscv64/usr/share/doc/weechat/weechat_faq.de.html -- Installing: /builddir/build/BUILDROOT/weechat-2.0.1-1.fc28.riscv64/usr/share/doc/weechat/weechat_quickstart.de.html -- Installing: /builddir/build/BUILDROOT/weechat-2.0.1-1.fc28.riscv64/usr/share/doc/weechat/weechat_tester.de.html -- Installing: /builddir/build/BUILDROOT/weechat-2.0.1-1.fc28.riscv64/usr/share/man/man1/weechat.1 -- Installing: /builddir/build/BUILDROOT/weechat-2.0.1-1.fc28.riscv64/usr/share/doc/weechat/weechat_user.en.html -- Installing: /builddir/build/BUILDROOT/weechat-2.0.1-1.fc28.riscv64/usr/share/doc/weechat/weechat_plugin_api.en.html -- Installing: /builddir/build/BUILDROOT/weechat-2.0.1-1.fc28.riscv64/usr/share/doc/weechat/weechat_scripting.en.html -- Installing: /builddir/build/BUILDROOT/weechat-2.0.1-1.fc28.riscv64/usr/share/doc/weechat/weechat_faq.en.html -- Installing: /builddir/build/BUILDROOT/weechat-2.0.1-1.fc28.riscv64/usr/share/doc/weechat/weechat_quickstart.en.html -- Installing: /builddir/build/BUILDROOT/weechat-2.0.1-1.fc28.riscv64/usr/share/doc/weechat/weechat_tester.en.html -- Installing: /builddir/build/BUILDROOT/weechat-2.0.1-1.fc28.riscv64/usr/share/doc/weechat/weechat_relay_protocol.en.html -- Installing: /builddir/build/BUILDROOT/weechat-2.0.1-1.fc28.riscv64/usr/share/doc/weechat/weechat_dev.en.html -- Installing: /builddir/build/BUILDROOT/weechat-2.0.1-1.fc28.riscv64/usr/share/doc/weechat/weechat_quickstart.es.html -- Installing: /builddir/build/BUILDROOT/weechat-2.0.1-1.fc28.riscv64/usr/share/man/fr/man1/weechat.1 -- Installing: /builddir/build/BUILDROOT/weechat-2.0.1-1.fc28.riscv64/usr/share/doc/weechat/weechat_user.fr.html -- Installing: /builddir/build/BUILDROOT/weechat-2.0.1-1.fc28.riscv64/usr/share/doc/weechat/weechat_plugin_api.fr.html -- Installing: /builddir/build/BUILDROOT/weechat-2.0.1-1.fc28.riscv64/usr/share/doc/weechat/weechat_scripting.fr.html -- Installing: /builddir/build/BUILDROOT/weechat-2.0.1-1.fc28.riscv64/usr/share/doc/weechat/weechat_faq.fr.html -- Installing: /builddir/build/BUILDROOT/weechat-2.0.1-1.fc28.riscv64/usr/share/doc/weechat/weechat_quickstart.fr.html -- Installing: /builddir/build/BUILDROOT/weechat-2.0.1-1.fc28.riscv64/usr/share/doc/weechat/weechat_tester.fr.html -- Installing: /builddir/build/BUILDROOT/weechat-2.0.1-1.fc28.riscv64/usr/share/doc/weechat/weechat_relay_protocol.fr.html -- Installing: /builddir/build/BUILDROOT/weechat-2.0.1-1.fc28.riscv64/usr/share/doc/weechat/weechat_dev.fr.html -- Installing: /builddir/build/BUILDROOT/weechat-2.0.1-1.fc28.riscv64/usr/share/man/it/man1/weechat.1 -- Installing: /builddir/build/BUILDROOT/weechat-2.0.1-1.fc28.riscv64/usr/share/doc/weechat/weechat_user.it.html -- Installing: /builddir/build/BUILDROOT/weechat-2.0.1-1.fc28.riscv64/usr/share/doc/weechat/weechat_plugin_api.it.html -- Installing: /builddir/build/BUILDROOT/weechat-2.0.1-1.fc28.riscv64/usr/share/doc/weechat/weechat_scripting.it.html -- Installing: /builddir/build/BUILDROOT/weechat-2.0.1-1.fc28.riscv64/usr/share/doc/weechat/weechat_faq.it.html -- Installing: /builddir/build/BUILDROOT/weechat-2.0.1-1.fc28.riscv64/usr/share/doc/weechat/weechat_quickstart.it.html -- Installing: /builddir/build/BUILDROOT/weechat-2.0.1-1.fc28.riscv64/usr/share/doc/weechat/weechat_tester.it.html -- Installing: /builddir/build/BUILDROOT/weechat-2.0.1-1.fc28.riscv64/usr/share/man/ja/man1/weechat.1 -- Installing: /builddir/build/BUILDROOT/weechat-2.0.1-1.fc28.riscv64/usr/share/doc/weechat/weechat_user.ja.html -- Installing: /builddir/build/BUILDROOT/weechat-2.0.1-1.fc28.riscv64/usr/share/doc/weechat/weechat_plugin_api.ja.html -- Installing: /builddir/build/BUILDROOT/weechat-2.0.1-1.fc28.riscv64/usr/share/doc/weechat/weechat_scripting.ja.html -- Installing: /builddir/build/BUILDROOT/weechat-2.0.1-1.fc28.riscv64/usr/share/doc/weechat/weechat_faq.ja.html -- Installing: /builddir/build/BUILDROOT/weechat-2.0.1-1.fc28.riscv64/usr/share/doc/weechat/weechat_quickstart.ja.html -- Installing: /builddir/build/BUILDROOT/weechat-2.0.1-1.fc28.riscv64/usr/share/doc/weechat/weechat_tester.ja.html -- Installing: /builddir/build/BUILDROOT/weechat-2.0.1-1.fc28.riscv64/usr/share/doc/weechat/weechat_relay_protocol.ja.html -- Installing: /builddir/build/BUILDROOT/weechat-2.0.1-1.fc28.riscv64/usr/share/doc/weechat/weechat_dev.ja.html -- Installing: /builddir/build/BUILDROOT/weechat-2.0.1-1.fc28.riscv64/usr/share/man/pl/man1/weechat.1 -- Installing: /builddir/build/BUILDROOT/weechat-2.0.1-1.fc28.riscv64/usr/share/doc/weechat/weechat_user.pl.html -- Installing: /builddir/build/BUILDROOT/weechat-2.0.1-1.fc28.riscv64/usr/share/doc/weechat/weechat_scripting.pl.html -- Installing: /builddir/build/BUILDROOT/weechat-2.0.1-1.fc28.riscv64/usr/share/doc/weechat/weechat_faq.pl.html -- Installing: /builddir/build/BUILDROOT/weechat-2.0.1-1.fc28.riscv64/usr/share/doc/weechat/weechat_quickstart.pl.html -- Installing: /builddir/build/BUILDROOT/weechat-2.0.1-1.fc28.riscv64/usr/share/doc/weechat/weechat_tester.pl.html -- Installing: /builddir/build/BUILDROOT/weechat-2.0.1-1.fc28.riscv64/usr/share/man/ru/man1/weechat.1 -- Installing: /builddir/build/BUILDROOT/weechat-2.0.1-1.fc28.riscv64/usr/share/doc/weechat/weechat_quickstart.ru.html + popd ~/build/BUILD/weechat-2.0.1 + /usr/lib/rpm/find-lang.sh /builddir/build/BUILDROOT/weechat-2.0.1-1.fc28.riscv64 weechat + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: weechat-2.0.1-1.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.AYSj7k + umask 022 + cd /builddir/build/BUILD + cd weechat-2.0.1 + DOCDIR=/builddir/build/BUILDROOT/weechat-2.0.1-1.fc28.riscv64/usr/share/doc/weechat + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/weechat-2.0.1-1.fc28.riscv64/usr/share/doc/weechat + cp -pr AUTHORS.adoc /builddir/build/BUILDROOT/weechat-2.0.1-1.fc28.riscv64/usr/share/doc/weechat + cp -pr ChangeLog.adoc /builddir/build/BUILDROOT/weechat-2.0.1-1.fc28.riscv64/usr/share/doc/weechat + cp -pr Contributing.adoc /builddir/build/BUILDROOT/weechat-2.0.1-1.fc28.riscv64/usr/share/doc/weechat + cp -pr COPYING /builddir/build/BUILDROOT/weechat-2.0.1-1.fc28.riscv64/usr/share/doc/weechat + cp -pr README.adoc /builddir/build/BUILDROOT/weechat-2.0.1-1.fc28.riscv64/usr/share/doc/weechat + cp -pr ReleaseNotes.adoc /builddir/build/BUILDROOT/weechat-2.0.1-1.fc28.riscv64/usr/share/doc/weechat + exit 0 Provides: weechat = 2.0.1-1.fc28 weechat(riscv-64) = 2.0.1-1.fc28 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libcrypt.so.1()(64bit) libcurl.so.4()(64bit) libdl.so.2()(64bit) libdl.so.2(GLIBC_2.27)(64bit) libenchant.so.1()(64bit) libgc.so.1()(64bit) libgcrypt.so.20()(64bit) libgcrypt.so.20(GCRYPT_1.6)(64bit) libgnutls.so.30()(64bit) libgnutls.so.30(GNUTLS_3_4)(64bit) libgpg-error.so.0()(64bit) libguile-2.0.so.22()(64bit) libguile-2.0.so.22(GUILE_2.0)(64bit) liblua-5.3.so()(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.27)(64bit) libncursesw.so.6()(64bit) libperl.so.5.26()(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.27)(64bit) libpython2.7.so.1.0()(64bit) libresolv.so.2()(64bit) libruby.so.2.5()(64bit) libtcl8.6.so()(64bit) libtinfo.so.6()(64bit) libutil.so.1()(64bit) libz.so.1()(64bit) libz.so.1(ZLIB_1.2.0)(64bit) libz.so.1(ZLIB_1.2.3.3)(64bit) rtld(GNU_HASH) Processing files: weechat-devel-2.0.1-1.fc28.riscv64 Provides: pkgconfig(weechat) = 2.0.1 weechat-devel = 2.0.1-1.fc28 weechat-devel(riscv-64) = 2.0.1-1.fc28 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/pkg-config Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/weechat-2.0.1-1.fc28.riscv64 Wrote: /builddir/build/SRPMS/weechat-2.0.1-1.fc28.src.rpm Wrote: /builddir/build/RPMS/riscv64/weechat-2.0.1-1.fc28.riscv64.rpm Wrote: /builddir/build/RPMS/riscv64/weechat-devel-2.0.1-1.fc28.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.QMxy3G + umask 022 + cd /builddir/build/BUILD + cd weechat-2.0.1 + /usr/bin/rm -rf /builddir/build/BUILDROOT/weechat-2.0.1-1.fc28.riscv64 + exit 0 + touch /buildok + cleanup + set +e + sync + sleep 5 + sync + poweroff Terminated ++ cleanup ++ set +e ++ sync Terminated +++ cleanup +++ set +e +++ sync +++ sleep 5 +++ sync +++ poweroff