+ exec + rm -rf /rpmbuild + mkdir -p /rpmbuild + su -c 'rpmbuild -ba /builddir/build/SPECS/glm.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.5iP1IR + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf glm + /usr/bin/unzip -qq /builddir/build/SOURCES/glm-0.9.8.4.zip + STATUS=0 + '[' 0 -ne 0 ']' + cd glm + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + sed -i 's/\r//' copying.txt + sed -i 's/\r//' readme.md + sed -i 's/\r//' doc/api/doxygen.css + sed -i 's/\r//' doc/api/dynsections.js + sed -i 's/\r//' doc/api/jquery.js + sed -i 's/\r//' doc/api/tabs.css + sed -i 's/\r//' glm/detail/setup.hpp + sed -i 's/\r//' glm/simd/platform.h + sed -i 's/\r//' test/core/core_setup_message.cpp + echo 'Patch #0 (glm-0.9.6.1-ulp.patch):' Patch #0 (glm-0.9.6.1-ulp.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 -b --suffix .ulp --fuzz=0 patching file glm/gtc/ulp.inl Hunk #1 succeeded at 287 (offset -29 lines). Hunk #2 succeeded at 296 (offset -29 lines). + echo 'Patch #1 (glm-compiler-list.patch):' Patch #1 (glm-compiler-list.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 -b --suffix .compiler-list --fuzz=0 patching file glm/simd/platform.h patching file test/core/core_setup_message.cpp + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.7Zd10w + umask 022 + cd /builddir/build/BUILD + cd glm + mkdir build + cd build + 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 -DGLM_TEST_ENABLE=ON .. -- The C compiler identification is GNU 7.3.1 -- The CXX compiler identification is GNU 7.3.1 -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler: /usr/bin/cc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX compiler: /usr/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- 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/glm/build + make -j4 /usr/bin/cmake -H/builddir/build/BUILD/glm -B/builddir/build/BUILD/glm/build --check-build-system CMakeFiles/Makefile.cmake 0 /usr/bin/cmake -E cmake_progress_start /builddir/build/BUILD/glm/build/CMakeFiles /builddir/build/BUILD/glm/build/CMakeFiles/progress.marks make -f CMakeFiles/Makefile2 all make[1]: Entering directory '/builddir/build/BUILD/glm/build' make -f glm/CMakeFiles/glm_dummy.dir/build.make glm/CMakeFiles/glm_dummy.dir/depend make -f test/bug/CMakeFiles/test-bug_ms_vec_static.dir/build.make test/bug/CMakeFiles/test-bug_ms_vec_static.dir/depend make -f test/core/CMakeFiles/test-core_type_mat2x4.dir/build.make test/core/CMakeFiles/test-core_type_mat2x4.dir/depend make -f test/core/CMakeFiles/test-core_type_mat2x3.dir/build.make test/core/CMakeFiles/test-core_type_mat2x3.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/glm /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/glm /builddir/build/BUILD/glm/build/glm/CMakeFiles/glm_dummy.dir/DependInfo.cmake --color= make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/core /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/core /builddir/build/BUILD/glm/build/test/core/CMakeFiles/test-core_type_mat2x4.dir/DependInfo.cmake --color= make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/bug /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/bug /builddir/build/BUILD/glm/build/test/bug/CMakeFiles/test-bug_ms_vec_static.dir/DependInfo.cmake --color= make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/core /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/core /builddir/build/BUILD/glm/build/test/core/CMakeFiles/test-core_type_mat2x3.dir/DependInfo.cmake --color= Scanning dependencies of target test-bug_ms_vec_static make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/bug/CMakeFiles/test-bug_ms_vec_static.dir/build.make test/bug/CMakeFiles/test-bug_ms_vec_static.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' [ 0%] Building CXX object test/bug/CMakeFiles/test-bug_ms_vec_static.dir/bug_ms_vec_static.cpp.o cd /builddir/build/BUILD/glm/build/test/bug && /usr/bin/c++ -D_CRT_SECURE_NO_WARNINGS -I/builddir/build/BUILD/glm -I/builddir/build/BUILD/glm/test/external -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 -pedantic -O2 -o CMakeFiles/test-bug_ms_vec_static.dir/bug_ms_vec_static.cpp.o -c /builddir/build/BUILD/glm/test/bug/bug_ms_vec_static.cpp Scanning dependencies of target test-core_type_mat2x4 make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/core/CMakeFiles/test-core_type_mat2x4.dir/build.make test/core/CMakeFiles/test-core_type_mat2x4.dir/build Scanning dependencies of target test-core_type_mat2x3 make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/core/CMakeFiles/test-core_type_mat2x3.dir/build.make test/core/CMakeFiles/test-core_type_mat2x3.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' make[2]: Entering directory '/builddir/build/BUILD/glm/build' [ 0%] Building CXX object test/core/CMakeFiles/test-core_type_mat2x4.dir/core_type_mat2x4.cpp.o cd /builddir/build/BUILD/glm/build/test/core && /usr/bin/c++ -D_CRT_SECURE_NO_WARNINGS -I/builddir/build/BUILD/glm -I/builddir/build/BUILD/glm/test/external -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 -pedantic -O2 -o CMakeFiles/test-core_type_mat2x4.dir/core_type_mat2x4.cpp.o -c /builddir/build/BUILD/glm/test/core/core_type_mat2x4.cpp [ 0%] Building CXX object test/core/CMakeFiles/test-core_type_mat2x3.dir/core_type_mat2x3.cpp.o cd /builddir/build/BUILD/glm/build/test/core && /usr/bin/c++ -D_CRT_SECURE_NO_WARNINGS -I/builddir/build/BUILD/glm -I/builddir/build/BUILD/glm/test/external -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 -pedantic -O2 -o CMakeFiles/test-core_type_mat2x3.dir/core_type_mat2x3.cpp.o -c /builddir/build/BUILD/glm/test/core/core_type_mat2x3.cpp Scanning dependencies of target glm_dummy make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f glm/CMakeFiles/glm_dummy.dir/build.make glm/CMakeFiles/glm_dummy.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' [ 0%] Building CXX object glm/CMakeFiles/glm_dummy.dir/detail/dummy.cpp.o cd /builddir/build/BUILD/glm/build/glm && /usr/bin/c++ -D_CRT_SECURE_NO_WARNINGS -I/builddir/build/BUILD/glm -I/builddir/build/BUILD/glm/test/external -I/builddir/build/BUILD/glm/glm/.. -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 -pedantic -O2 -o CMakeFiles/glm_dummy.dir/detail/dummy.cpp.o -c /builddir/build/BUILD/glm/glm/detail/dummy.cpp [ 0%] Building CXX object glm/CMakeFiles/glm_dummy.dir/detail/glm.cpp.o cd /builddir/build/BUILD/glm/build/glm && /usr/bin/c++ -D_CRT_SECURE_NO_WARNINGS -I/builddir/build/BUILD/glm -I/builddir/build/BUILD/glm/test/external -I/builddir/build/BUILD/glm/glm/.. -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 -pedantic -O2 -o CMakeFiles/glm_dummy.dir/detail/glm.cpp.o -c /builddir/build/BUILD/glm/glm/detail/glm.cpp [ 1%] Linking CXX executable test-bug_ms_vec_static cd /builddir/build/BUILD/glm/build/test/bug && /usr/bin/cmake -E cmake_link_script CMakeFiles/test-bug_ms_vec_static.dir/link.txt --verbose=1 /usr/bin/c++ -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/test-bug_ms_vec_static.dir/bug_ms_vec_static.cpp.o -o test-bug_ms_vec_static make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 1%] Built target test-bug_ms_vec_static make -f test/core/CMakeFiles/test-core_type_ctor.dir/build.make test/core/CMakeFiles/test-core_type_ctor.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/core /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/core /builddir/build/BUILD/glm/build/test/core/CMakeFiles/test-core_type_ctor.dir/DependInfo.cmake --color= Scanning dependencies of target test-core_type_ctor make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/core/CMakeFiles/test-core_type_ctor.dir/build.make test/core/CMakeFiles/test-core_type_ctor.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' [ 2%] Building CXX object test/core/CMakeFiles/test-core_type_ctor.dir/core_type_ctor.cpp.o cd /builddir/build/BUILD/glm/build/test/core && /usr/bin/c++ -D_CRT_SECURE_NO_WARNINGS -I/builddir/build/BUILD/glm -I/builddir/build/BUILD/glm/test/external -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 -pedantic -O2 -o CMakeFiles/test-core_type_ctor.dir/core_type_ctor.cpp.o -c /builddir/build/BUILD/glm/test/core/core_type_ctor.cpp /builddir/build/BUILD/glm/test/core/core_type_mat2x3.cpp: In function 'int test_operators()': /builddir/build/BUILD/glm/test/core/core_type_mat2x3.cpp:20:12: warning: variable 'a' set but not used [-Wunused-but-set-variable] glm::vec3 a = m * u; ^ /builddir/build/BUILD/glm/test/core/core_type_mat2x3.cpp:21:12: warning: variable 'b' set but not used [-Wunused-but-set-variable] glm::vec2 b = v * m; ^ /builddir/build/BUILD/glm/test/core/core_type_mat2x3.cpp:22:14: warning: variable 'n' set but not used [-Wunused-but-set-variable] glm::mat2x3 n = x / m; ^ /builddir/build/BUILD/glm/test/core/core_type_mat2x3.cpp:23:14: warning: variable 'o' set but not used [-Wunused-but-set-variable] glm::mat2x3 o = m / x; ^ /builddir/build/BUILD/glm/test/core/core_type_mat2x3.cpp:24:14: warning: variable 'p' set but not used [-Wunused-but-set-variable] glm::mat2x3 p = x * m; ^ /builddir/build/BUILD/glm/test/core/core_type_mat2x4.cpp: In function 'int test_operators()': /builddir/build/BUILD/glm/test/core/core_type_mat2x4.cpp:20:12: warning: variable 'a' set but not used [-Wunused-but-set-variable] glm::vec4 a = m * u; ^ /builddir/build/BUILD/glm/test/core/core_type_mat2x4.cpp:21:12: warning: variable 'b' set but not used [-Wunused-but-set-variable] glm::vec2 b = v * m; ^ /builddir/build/BUILD/glm/test/core/core_type_mat2x4.cpp:22:14: warning: variable 'n' set but not used [-Wunused-but-set-variable] glm::mat2x4 n = x / m; ^ /builddir/build/BUILD/glm/test/core/core_type_mat2x4.cpp:23:14: warning: variable 'o' set but not used [-Wunused-but-set-variable] glm::mat2x4 o = m / x; ^ /builddir/build/BUILD/glm/test/core/core_type_mat2x4.cpp:24:14: warning: variable 'p' set but not used [-Wunused-but-set-variable] glm::mat2x4 p = x * m; ^ [ 3%] Linking CXX executable test-core_type_mat2x3 cd /builddir/build/BUILD/glm/build/test/core && /usr/bin/cmake -E cmake_link_script CMakeFiles/test-core_type_mat2x3.dir/link.txt --verbose=1 /usr/bin/c++ -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/test-core_type_mat2x3.dir/core_type_mat2x3.cpp.o -o test-core_type_mat2x3 [ 3%] Linking CXX executable test-core_type_mat2x4 cd /builddir/build/BUILD/glm/build/test/core && /usr/bin/cmake -E cmake_link_script CMakeFiles/test-core_type_mat2x4.dir/link.txt --verbose=1 /usr/bin/c++ -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/test-core_type_mat2x4.dir/core_type_mat2x4.cpp.o -o test-core_type_mat2x4 make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 3%] Built target test-core_type_mat2x3 make -f test/core/CMakeFiles/test-core_type_mat4x3.dir/build.make test/core/CMakeFiles/test-core_type_mat4x3.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/core /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/core /builddir/build/BUILD/glm/build/test/core/CMakeFiles/test-core_type_mat4x3.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 3%] Built target test-core_type_mat2x4 make -f test/core/CMakeFiles/test-core_func_integer_find_msb.dir/build.make test/core/CMakeFiles/test-core_func_integer_find_msb.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/core /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/core /builddir/build/BUILD/glm/build/test/core/CMakeFiles/test-core_func_integer_find_msb.dir/DependInfo.cmake --color= [ 3%] Linking CXX executable test-core_type_ctor cd /builddir/build/BUILD/glm/build/test/core && /usr/bin/cmake -E cmake_link_script CMakeFiles/test-core_type_ctor.dir/link.txt --verbose=1 Scanning dependencies of target test-core_func_integer_find_msb make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/core/CMakeFiles/test-core_func_integer_find_msb.dir/build.make test/core/CMakeFiles/test-core_func_integer_find_msb.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' /usr/bin/c++ -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/test-core_type_ctor.dir/core_type_ctor.cpp.o -o test-core_type_ctor Scanning dependencies of target test-core_type_mat4x3 make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/core/CMakeFiles/test-core_type_mat4x3.dir/build.make test/core/CMakeFiles/test-core_type_mat4x3.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' [ 4%] Building CXX object test/core/CMakeFiles/test-core_func_integer_find_msb.dir/core_func_integer_find_msb.cpp.o cd /builddir/build/BUILD/glm/build/test/core && /usr/bin/c++ -D_CRT_SECURE_NO_WARNINGS -I/builddir/build/BUILD/glm -I/builddir/build/BUILD/glm/test/external -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 -pedantic -O2 -o CMakeFiles/test-core_func_integer_find_msb.dir/core_func_integer_find_msb.cpp.o -c /builddir/build/BUILD/glm/test/core/core_func_integer_find_msb.cpp [ 5%] Building CXX object test/core/CMakeFiles/test-core_type_mat4x3.dir/core_type_mat4x3.cpp.o cd /builddir/build/BUILD/glm/build/test/core && /usr/bin/c++ -D_CRT_SECURE_NO_WARNINGS -I/builddir/build/BUILD/glm -I/builddir/build/BUILD/glm/test/external -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 -pedantic -O2 -o CMakeFiles/test-core_type_mat4x3.dir/core_type_mat4x3.cpp.o -c /builddir/build/BUILD/glm/test/core/core_type_mat4x3.cpp make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 5%] Built target test-core_type_ctor make -f test/core/CMakeFiles/test-core_func_trigonometric.dir/build.make test/core/CMakeFiles/test-core_func_trigonometric.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/core /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/core /builddir/build/BUILD/glm/build/test/core/CMakeFiles/test-core_func_trigonometric.dir/DependInfo.cmake --color= Scanning dependencies of target test-core_func_trigonometric make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/core/CMakeFiles/test-core_func_trigonometric.dir/build.make test/core/CMakeFiles/test-core_func_trigonometric.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' [ 5%] Building CXX object test/core/CMakeFiles/test-core_func_trigonometric.dir/core_func_trigonometric.cpp.o cd /builddir/build/BUILD/glm/build/test/core && /usr/bin/c++ -D_CRT_SECURE_NO_WARNINGS -I/builddir/build/BUILD/glm -I/builddir/build/BUILD/glm/test/external -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 -pedantic -O2 -o CMakeFiles/test-core_func_trigonometric.dir/core_func_trigonometric.cpp.o -c /builddir/build/BUILD/glm/test/core/core_func_trigonometric.cpp [ 5%] Linking CXX executable test-core_func_integer_find_msb cd /builddir/build/BUILD/glm/build/test/core && /usr/bin/cmake -E cmake_link_script CMakeFiles/test-core_func_integer_find_msb.dir/link.txt --verbose=1 /usr/bin/c++ -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/test-core_func_integer_find_msb.dir/core_func_integer_find_msb.cpp.o -o test-core_func_integer_find_msb make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 5%] Built target test-core_func_integer_find_msb make -f test/core/CMakeFiles/test-core_type_length.dir/build.make test/core/CMakeFiles/test-core_type_length.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/core /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/core /builddir/build/BUILD/glm/build/test/core/CMakeFiles/test-core_type_length.dir/DependInfo.cmake --color= Scanning dependencies of target test-core_type_length make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/core/CMakeFiles/test-core_type_length.dir/build.make test/core/CMakeFiles/test-core_type_length.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' [ 5%] Building CXX object test/core/CMakeFiles/test-core_type_length.dir/core_type_length.cpp.o cd /builddir/build/BUILD/glm/build/test/core && /usr/bin/c++ -D_CRT_SECURE_NO_WARNINGS -I/builddir/build/BUILD/glm -I/builddir/build/BUILD/glm/test/external -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 -pedantic -O2 -o CMakeFiles/test-core_type_length.dir/core_type_length.cpp.o -c /builddir/build/BUILD/glm/test/core/core_type_length.cpp [ 6%] Linking CXX executable test-core_func_trigonometric cd /builddir/build/BUILD/glm/build/test/core && /usr/bin/cmake -E cmake_link_script CMakeFiles/test-core_func_trigonometric.dir/link.txt --verbose=1 /usr/bin/c++ -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/test-core_func_trigonometric.dir/core_func_trigonometric.cpp.o -o test-core_func_trigonometric make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 6%] Built target test-core_func_trigonometric make -f test/core/CMakeFiles/test-core_type_mat4x2.dir/build.make test/core/CMakeFiles/test-core_type_mat4x2.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/core /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/core /builddir/build/BUILD/glm/build/test/core/CMakeFiles/test-core_type_mat4x2.dir/DependInfo.cmake --color= Scanning dependencies of target test-core_type_mat4x2 make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/core/CMakeFiles/test-core_type_mat4x2.dir/build.make test/core/CMakeFiles/test-core_type_mat4x2.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' [ 7%] Building CXX object test/core/CMakeFiles/test-core_type_mat4x2.dir/core_type_mat4x2.cpp.o cd /builddir/build/BUILD/glm/build/test/core && /usr/bin/c++ -D_CRT_SECURE_NO_WARNINGS -I/builddir/build/BUILD/glm -I/builddir/build/BUILD/glm/test/external -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 -pedantic -O2 -o CMakeFiles/test-core_type_mat4x2.dir/core_type_mat4x2.cpp.o -c /builddir/build/BUILD/glm/test/core/core_type_mat4x2.cpp /builddir/build/BUILD/glm/test/core/core_type_mat4x3.cpp: In function 'int test_operators()': /builddir/build/BUILD/glm/test/core/core_type_mat4x3.cpp:20:12: warning: variable 'a' set but not used [-Wunused-but-set-variable] glm::vec3 a = m * u; ^ /builddir/build/BUILD/glm/test/core/core_type_mat4x3.cpp:21:12: warning: variable 'b' set but not used [-Wunused-but-set-variable] glm::vec4 b = v * m; ^ /builddir/build/BUILD/glm/test/core/core_type_mat4x3.cpp:22:14: warning: variable 'n' set but not used [-Wunused-but-set-variable] glm::mat4x3 n = x / m; ^ /builddir/build/BUILD/glm/test/core/core_type_mat4x3.cpp:23:14: warning: variable 'o' set but not used [-Wunused-but-set-variable] glm::mat4x3 o = m / x; ^ /builddir/build/BUILD/glm/test/core/core_type_mat4x3.cpp:24:14: warning: variable 'p' set but not used [-Wunused-but-set-variable] glm::mat4x3 p = x * m; ^ [ 8%] Linking CXX executable test-core_type_length cd /builddir/build/BUILD/glm/build/test/core && /usr/bin/cmake -E cmake_link_script CMakeFiles/test-core_type_length.dir/link.txt --verbose=1 /usr/bin/c++ -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/test-core_type_length.dir/core_type_length.cpp.o -o test-core_type_length [ 8%] Linking CXX executable test-core_type_mat4x3 cd /builddir/build/BUILD/glm/build/test/core && /usr/bin/cmake -E cmake_link_script CMakeFiles/test-core_type_mat4x3.dir/link.txt --verbose=1 /usr/bin/c++ -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/test-core_type_mat4x3.dir/core_type_mat4x3.cpp.o -o test-core_type_mat4x3 make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 8%] Built target test-core_type_length make -f test/core/CMakeFiles/test-core_type_mat3x2.dir/build.make test/core/CMakeFiles/test-core_type_mat3x2.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/core /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/core /builddir/build/BUILD/glm/build/test/core/CMakeFiles/test-core_type_mat3x2.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 8%] Built target test-core_type_mat4x3 make -f test/core/CMakeFiles/test-core_type_mat3x4.dir/build.make test/core/CMakeFiles/test-core_type_mat3x4.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/core /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/core /builddir/build/BUILD/glm/build/test/core/CMakeFiles/test-core_type_mat3x4.dir/DependInfo.cmake --color= Scanning dependencies of target test-core_type_mat3x2 make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/core/CMakeFiles/test-core_type_mat3x2.dir/build.make test/core/CMakeFiles/test-core_type_mat3x2.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' [ 9%] Building CXX object test/core/CMakeFiles/test-core_type_mat3x2.dir/core_type_mat3x2.cpp.o cd /builddir/build/BUILD/glm/build/test/core && /usr/bin/c++ -D_CRT_SECURE_NO_WARNINGS -I/builddir/build/BUILD/glm -I/builddir/build/BUILD/glm/test/external -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 -pedantic -O2 -o CMakeFiles/test-core_type_mat3x2.dir/core_type_mat3x2.cpp.o -c /builddir/build/BUILD/glm/test/core/core_type_mat3x2.cpp Scanning dependencies of target test-core_type_mat3x4 make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/core/CMakeFiles/test-core_type_mat3x4.dir/build.make test/core/CMakeFiles/test-core_type_mat3x4.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' [ 10%] Building CXX object test/core/CMakeFiles/test-core_type_mat3x4.dir/core_type_mat3x4.cpp.o cd /builddir/build/BUILD/glm/build/test/core && /usr/bin/c++ -D_CRT_SECURE_NO_WARNINGS -I/builddir/build/BUILD/glm -I/builddir/build/BUILD/glm/test/external -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 -pedantic -O2 -o CMakeFiles/test-core_type_mat3x4.dir/core_type_mat3x4.cpp.o -c /builddir/build/BUILD/glm/test/core/core_type_mat3x4.cpp /builddir/build/BUILD/glm/test/core/core_type_mat4x2.cpp: In function 'int test_operators()': /builddir/build/BUILD/glm/test/core/core_type_mat4x2.cpp:20:12: warning: variable 'a' set but not used [-Wunused-but-set-variable] glm::vec2 a = m * u; ^ /builddir/build/BUILD/glm/test/core/core_type_mat4x2.cpp:21:12: warning: variable 'b' set but not used [-Wunused-but-set-variable] glm::vec4 b = v * m; ^ /builddir/build/BUILD/glm/test/core/core_type_mat4x2.cpp:22:14: warning: variable 'n' set but not used [-Wunused-but-set-variable] glm::mat4x2 n = x / m; ^ /builddir/build/BUILD/glm/test/core/core_type_mat4x2.cpp:23:14: warning: variable 'o' set but not used [-Wunused-but-set-variable] glm::mat4x2 o = m / x; ^ /builddir/build/BUILD/glm/test/core/core_type_mat4x2.cpp:24:14: warning: variable 'p' set but not used [-Wunused-but-set-variable] glm::mat4x2 p = x * m; ^ [ 10%] Linking CXX executable test-core_type_mat4x2 cd /builddir/build/BUILD/glm/build/test/core && /usr/bin/cmake -E cmake_link_script CMakeFiles/test-core_type_mat4x2.dir/link.txt --verbose=1 /usr/bin/c++ -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/test-core_type_mat4x2.dir/core_type_mat4x2.cpp.o -o test-core_type_mat4x2 make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 10%] Built target test-core_type_mat4x2 make -f test/core/CMakeFiles/test-core_type_vec3.dir/build.make test/core/CMakeFiles/test-core_type_vec3.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/core /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/core /builddir/build/BUILD/glm/build/test/core/CMakeFiles/test-core_type_vec3.dir/DependInfo.cmake --color= Scanning dependencies of target test-core_type_vec3 make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/core/CMakeFiles/test-core_type_vec3.dir/build.make test/core/CMakeFiles/test-core_type_vec3.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' [ 10%] Building CXX object test/core/CMakeFiles/test-core_type_vec3.dir/core_type_vec3.cpp.o cd /builddir/build/BUILD/glm/build/test/core && /usr/bin/c++ -D_CRT_SECURE_NO_WARNINGS -I/builddir/build/BUILD/glm -I/builddir/build/BUILD/glm/test/external -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 -pedantic -O2 -o CMakeFiles/test-core_type_vec3.dir/core_type_vec3.cpp.o -c /builddir/build/BUILD/glm/test/core/core_type_vec3.cpp /builddir/build/BUILD/glm/test/core/core_type_mat3x2.cpp: In function 'bool test_operators()': /builddir/build/BUILD/glm/test/core/core_type_mat3x2.cpp:20:12: warning: variable 'a' set but not used [-Wunused-but-set-variable] glm::vec2 a = m * u; ^ /builddir/build/BUILD/glm/test/core/core_type_mat3x2.cpp:21:12: warning: variable 'b' set but not used [-Wunused-but-set-variable] glm::vec3 b = v * m; ^ /builddir/build/BUILD/glm/test/core/core_type_mat3x2.cpp:22:14: warning: variable 'n' set but not used [-Wunused-but-set-variable] glm::mat3x2 n = x / m; ^ /builddir/build/BUILD/glm/test/core/core_type_mat3x2.cpp:23:14: warning: variable 'o' set but not used [-Wunused-but-set-variable] glm::mat3x2 o = m / x; ^ /builddir/build/BUILD/glm/test/core/core_type_mat3x2.cpp:24:14: warning: variable 'p' set but not used [-Wunused-but-set-variable] glm::mat3x2 p = x * m; ^ /builddir/build/BUILD/glm/test/core/core_type_mat3x4.cpp: In function 'bool test_operators()': /builddir/build/BUILD/glm/test/core/core_type_mat3x4.cpp:20:12: warning: variable 'a' set but not used [-Wunused-but-set-variable] glm::vec4 a = m * u; ^ /builddir/build/BUILD/glm/test/core/core_type_mat3x4.cpp:21:12: warning: variable 'b' set but not used [-Wunused-but-set-variable] glm::vec3 b = v * m; ^ /builddir/build/BUILD/glm/test/core/core_type_mat3x4.cpp:22:14: warning: variable 'n' set but not used [-Wunused-but-set-variable] glm::mat3x4 n = x / m; ^ /builddir/build/BUILD/glm/test/core/core_type_mat3x4.cpp:23:14: warning: variable 'o' set but not used [-Wunused-but-set-variable] glm::mat3x4 o = m / x; ^ /builddir/build/BUILD/glm/test/core/core_type_mat3x4.cpp:24:14: warning: variable 'p' set but not used [-Wunused-but-set-variable] glm::mat3x4 p = x * m; ^ [ 10%] Linking CXX executable test-core_type_mat3x2 cd /builddir/build/BUILD/glm/build/test/core && /usr/bin/cmake -E cmake_link_script CMakeFiles/test-core_type_mat3x2.dir/link.txt --verbose=1 /usr/bin/c++ -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/test-core_type_mat3x2.dir/core_type_mat3x2.cpp.o -o test-core_type_mat3x2 make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 10%] Built target test-core_type_mat3x2 make -f test/core/CMakeFiles/test-core_force_unrestricted_gentype.dir/build.make test/core/CMakeFiles/test-core_force_unrestricted_gentype.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/core /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/core /builddir/build/BUILD/glm/build/test/core/CMakeFiles/test-core_force_unrestricted_gentype.dir/DependInfo.cmake --color= Scanning dependencies of target test-core_force_unrestricted_gentype make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/core/CMakeFiles/test-core_force_unrestricted_gentype.dir/build.make test/core/CMakeFiles/test-core_force_unrestricted_gentype.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' [ 10%] Building CXX object test/core/CMakeFiles/test-core_force_unrestricted_gentype.dir/core_force_unrestricted_gentype.cpp.o cd /builddir/build/BUILD/glm/build/test/core && /usr/bin/c++ -D_CRT_SECURE_NO_WARNINGS -I/builddir/build/BUILD/glm -I/builddir/build/BUILD/glm/test/external -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 -pedantic -O2 -o CMakeFiles/test-core_force_unrestricted_gentype.dir/core_force_unrestricted_gentype.cpp.o -c /builddir/build/BUILD/glm/test/core/core_force_unrestricted_gentype.cpp [ 10%] Linking CXX executable test-core_type_mat3x4 cd /builddir/build/BUILD/glm/build/test/core && /usr/bin/cmake -E cmake_link_script CMakeFiles/test-core_type_mat3x4.dir/link.txt --verbose=1 /usr/bin/c++ -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/test-core_type_mat3x4.dir/core_type_mat3x4.cpp.o -o test-core_type_mat3x4 make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 10%] Built target test-core_type_mat3x4 make -f test/core/CMakeFiles/test-core_force_pure.dir/build.make test/core/CMakeFiles/test-core_force_pure.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/core /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/core /builddir/build/BUILD/glm/build/test/core/CMakeFiles/test-core_force_pure.dir/DependInfo.cmake --color= Scanning dependencies of target test-core_force_pure make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/core/CMakeFiles/test-core_force_pure.dir/build.make test/core/CMakeFiles/test-core_force_pure.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' [ 10%] Building CXX object test/core/CMakeFiles/test-core_force_pure.dir/core_force_pure.cpp.o cd /builddir/build/BUILD/glm/build/test/core && /usr/bin/c++ -D_CRT_SECURE_NO_WARNINGS -I/builddir/build/BUILD/glm -I/builddir/build/BUILD/glm/test/external -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 -pedantic -O2 -o CMakeFiles/test-core_force_pure.dir/core_force_pure.cpp.o -c /builddir/build/BUILD/glm/test/core/core_force_pure.cpp [ 11%] Linking CXX executable test-core_force_unrestricted_gentype cd /builddir/build/BUILD/glm/build/test/core && /usr/bin/cmake -E cmake_link_script CMakeFiles/test-core_force_unrestricted_gentype.dir/link.txt --verbose=1 /usr/bin/c++ -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/test-core_force_unrestricted_gentype.dir/core_force_unrestricted_gentype.cpp.o -o test-core_force_unrestricted_gentype make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 11%] Built target test-core_force_unrestricted_gentype make -f test/core/CMakeFiles/test-core_func_integer.dir/build.make test/core/CMakeFiles/test-core_func_integer.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/core /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/core /builddir/build/BUILD/glm/build/test/core/CMakeFiles/test-core_func_integer.dir/DependInfo.cmake --color= Scanning dependencies of target test-core_func_integer make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/core/CMakeFiles/test-core_func_integer.dir/build.make test/core/CMakeFiles/test-core_func_integer.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' [ 12%] Building CXX object test/core/CMakeFiles/test-core_func_integer.dir/core_func_integer.cpp.o cd /builddir/build/BUILD/glm/build/test/core && /usr/bin/c++ -D_CRT_SECURE_NO_WARNINGS -I/builddir/build/BUILD/glm -I/builddir/build/BUILD/glm/test/external -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 -pedantic -O2 -o CMakeFiles/test-core_func_integer.dir/core_func_integer.cpp.o -c /builddir/build/BUILD/glm/test/core/core_func_integer.cpp /builddir/build/BUILD/glm/test/core/core_func_integer.cpp: In function 'int findMSB::perf_int(std::size_t)': /builddir/build/BUILD/glm/test/core/core_func_integer.cpp:751:16: warning: unused variable 'Timestamps7' [-Wunused-variable] std::clock_t Timestamps7 = std::clock(); ^~~~~~~~~~~ In file included from /builddir/build/BUILD/glm/glm/detail/func_integer.hpp:203:0, from /builddir/build/BUILD/glm/glm/integer.hpp:6, from /builddir/build/BUILD/glm/test/core/core_func_integer.cpp:1: /builddir/build/BUILD/glm/glm/detail/func_integer.inl: In instantiation of 'T glm::detail::mask(T) [with T = int]': /builddir/build/BUILD/glm/glm/detail/func_integer.inl:286:45: required from 'vecType glm::bitfieldInsert(const vecType&, const vecType&, int, int) [with T = unsigned int; glm::precision P = (glm::precision)0; vecType = glm::tvec1]' /builddir/build/BUILD/glm/glm/detail/func_integer.inl:278:24: required from 'genIUType glm::bitfieldInsert(const genIUType&, const genIUType&, int, int) [with genIUType = unsigned int]' /builddir/build/BUILD/glm/test/core/core_func_integer.cpp:51:19: required from here /builddir/build/BUILD/glm/glm/detail/func_integer.inl:30:15: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] return Bits >= sizeof(T) * 8 ? ~static_cast(0) : (static_cast(1) << Bits) - static_cast(1); ~~~~~^~~~~~~~~~~~~~~~ [ 12%] Linking CXX executable test-core_func_integer cd /builddir/build/BUILD/glm/build/test/core && /usr/bin/cmake -E cmake_link_script CMakeFiles/test-core_func_integer.dir/link.txt --verbose=1 /usr/bin/c++ -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/test-core_func_integer.dir/core_func_integer.cpp.o -o test-core_func_integer make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 12%] Built target test-core_func_integer make -f test/core/CMakeFiles/test-core_func_exponential.dir/build.make test/core/CMakeFiles/test-core_func_exponential.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/core /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/core /builddir/build/BUILD/glm/build/test/core/CMakeFiles/test-core_func_exponential.dir/DependInfo.cmake --color= Scanning dependencies of target test-core_func_exponential make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/core/CMakeFiles/test-core_func_exponential.dir/build.make test/core/CMakeFiles/test-core_func_exponential.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' [ 12%] Building CXX object test/core/CMakeFiles/test-core_func_exponential.dir/core_func_exponential.cpp.o cd /builddir/build/BUILD/glm/build/test/core && /usr/bin/c++ -D_CRT_SECURE_NO_WARNINGS -I/builddir/build/BUILD/glm -I/builddir/build/BUILD/glm/test/external -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 -pedantic -O2 -o CMakeFiles/test-core_func_exponential.dir/core_func_exponential.cpp.o -c /builddir/build/BUILD/glm/test/core/core_func_exponential.cpp [ 13%] Linking CXX executable test-core_type_vec3 cd /builddir/build/BUILD/glm/build/test/core && /usr/bin/cmake -E cmake_link_script CMakeFiles/test-core_type_vec3.dir/link.txt --verbose=1 /usr/bin/c++ -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/test-core_type_vec3.dir/core_type_vec3.cpp.o -o test-core_type_vec3 make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 13%] Built target test-core_type_vec3 make -f test/core/CMakeFiles/test-core_setup_precision.dir/build.make test/core/CMakeFiles/test-core_setup_precision.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/core /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/core /builddir/build/BUILD/glm/build/test/core/CMakeFiles/test-core_setup_precision.dir/DependInfo.cmake --color= Scanning dependencies of target test-core_setup_precision make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/core/CMakeFiles/test-core_setup_precision.dir/build.make test/core/CMakeFiles/test-core_setup_precision.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' [ 14%] Building CXX object test/core/CMakeFiles/test-core_setup_precision.dir/core_setup_precision.cpp.o cd /builddir/build/BUILD/glm/build/test/core && /usr/bin/c++ -D_CRT_SECURE_NO_WARNINGS -I/builddir/build/BUILD/glm -I/builddir/build/BUILD/glm/test/external -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 -pedantic -O2 -o CMakeFiles/test-core_setup_precision.dir/core_setup_precision.cpp.o -c /builddir/build/BUILD/glm/test/core/core_setup_precision.cpp /builddir/build/BUILD/glm/test/core/core_func_exponential.cpp: In function 'int test_pow()': /builddir/build/BUILD/glm/test/core/core_func_exponential.cpp:10:8: warning: unused variable 'A' [-Wunused-variable] float A = glm::pow(10.f, 10.f); ^ /builddir/build/BUILD/glm/test/core/core_func_exponential.cpp:11:12: warning: variable 'B' set but not used [-Wunused-but-set-variable] glm::vec1 B = glm::pow(glm::vec1(10.f), glm::vec1(10.f)); ^ /builddir/build/BUILD/glm/test/core/core_func_exponential.cpp:12:12: warning: variable 'C' set but not used [-Wunused-but-set-variable] glm::vec2 C = glm::pow(glm::vec2(10.f), glm::vec2(10.f)); ^ /builddir/build/BUILD/glm/test/core/core_func_exponential.cpp:13:12: warning: variable 'D' set but not used [-Wunused-but-set-variable] glm::vec3 D = glm::pow(glm::vec3(10.f), glm::vec3(10.f)); ^ /builddir/build/BUILD/glm/test/core/core_func_exponential.cpp:14:12: warning: variable 'E' set but not used [-Wunused-but-set-variable] glm::vec4 E = glm::pow(glm::vec4(10.f), glm::vec4(10.f)); ^ /builddir/build/BUILD/glm/test/core/core_func_exponential.cpp: In function 'int test_exp()': /builddir/build/BUILD/glm/test/core/core_func_exponential.cpp:23:8: warning: unused variable 'A' [-Wunused-variable] float A = glm::exp(10.f); ^ /builddir/build/BUILD/glm/test/core/core_func_exponential.cpp:24:12: warning: variable 'B' set but not used [-Wunused-but-set-variable] glm::vec1 B = glm::exp(glm::vec1(10.f)); ^ /builddir/build/BUILD/glm/test/core/core_func_exponential.cpp:25:12: warning: variable 'C' set but not used [-Wunused-but-set-variable] glm::vec2 C = glm::exp(glm::vec2(10.f)); ^ /builddir/build/BUILD/glm/test/core/core_func_exponential.cpp:26:12: warning: variable 'D' set but not used [-Wunused-but-set-variable] glm::vec3 D = glm::exp(glm::vec3(10.f)); ^ /builddir/build/BUILD/glm/test/core/core_func_exponential.cpp:27:12: warning: variable 'E' set but not used [-Wunused-but-set-variable] glm::vec4 E = glm::exp(glm::vec4(10.f)); ^ /builddir/build/BUILD/glm/test/core/core_func_exponential.cpp: In function 'int test_log()': /builddir/build/BUILD/glm/test/core/core_func_exponential.cpp:36:8: warning: unused variable 'A' [-Wunused-variable] float A = glm::log(10.f); ^ /builddir/build/BUILD/glm/test/core/core_func_exponential.cpp:37:12: warning: variable 'B' set but not used [-Wunused-but-set-variable] glm::vec1 B = glm::log(glm::vec1(10.f)); ^ /builddir/build/BUILD/glm/test/core/core_func_exponential.cpp:38:12: warning: variable 'C' set but not used [-Wunused-but-set-variable] glm::vec2 C = glm::log(glm::vec2(10.f)); ^ /builddir/build/BUILD/glm/test/core/core_func_exponential.cpp:39:12: warning: variable 'D' set but not used [-Wunused-but-set-variable] glm::vec3 D = glm::log(glm::vec3(10.f)); ^ /builddir/build/BUILD/glm/test/core/core_func_exponential.cpp:40:12: warning: variable 'E' set but not used [-Wunused-but-set-variable] glm::vec4 E = glm::log(glm::vec4(10.f)); ^ /builddir/build/BUILD/glm/test/core/core_func_exponential.cpp: In function 'int test_exp2()': /builddir/build/BUILD/glm/test/core/core_func_exponential.cpp:49:8: warning: unused variable 'A' [-Wunused-variable] float A = glm::exp2(10.f); ^ /builddir/build/BUILD/glm/test/core/core_func_exponential.cpp:50:12: warning: variable 'B' set but not used [-Wunused-but-set-variable] glm::vec1 B = glm::exp2(glm::vec1(10.f)); ^ /builddir/build/BUILD/glm/test/core/core_func_exponential.cpp:51:12: warning: variable 'C' set but not used [-Wunused-but-set-variable] glm::vec2 C = glm::exp2(glm::vec2(10.f)); ^ /builddir/build/BUILD/glm/test/core/core_func_exponential.cpp:52:12: warning: variable 'D' set but not used [-Wunused-but-set-variable] glm::vec3 D = glm::exp2(glm::vec3(10.f)); ^ /builddir/build/BUILD/glm/test/core/core_func_exponential.cpp:53:12: warning: variable 'E' set but not used [-Wunused-but-set-variable] glm::vec4 E = glm::exp2(glm::vec4(10.f)); ^ /builddir/build/BUILD/glm/test/core/core_func_exponential.cpp: In function 'int test_log2()': /builddir/build/BUILD/glm/test/core/core_func_exponential.cpp:62:8: warning: unused variable 'A' [-Wunused-variable] float A = glm::log2(10.f); ^ /builddir/build/BUILD/glm/test/core/core_func_exponential.cpp:63:12: warning: variable 'B' set but not used [-Wunused-but-set-variable] glm::vec1 B = glm::log2(glm::vec1(10.f)); ^ /builddir/build/BUILD/glm/test/core/core_func_exponential.cpp:64:12: warning: variable 'C' set but not used [-Wunused-but-set-variable] glm::vec2 C = glm::log2(glm::vec2(10.f)); ^ /builddir/build/BUILD/glm/test/core/core_func_exponential.cpp:65:12: warning: variable 'D' set but not used [-Wunused-but-set-variable] glm::vec3 D = glm::log2(glm::vec3(10.f)); ^ /builddir/build/BUILD/glm/test/core/core_func_exponential.cpp:66:12: warning: variable 'E' set but not used [-Wunused-but-set-variable] glm::vec4 E = glm::log2(glm::vec4(10.f)); ^ /builddir/build/BUILD/glm/test/core/core_func_exponential.cpp: In function 'int test_sqrt()': /builddir/build/BUILD/glm/test/core/core_func_exponential.cpp:85:8: warning: unused variable 'A' [-Wunused-variable] float A = glm::sqrt(10.f); ^ /builddir/build/BUILD/glm/test/core/core_func_exponential.cpp:86:12: warning: variable 'B' set but not used [-Wunused-but-set-variable] glm::vec1 B = glm::sqrt(glm::vec1(10.f)); ^ /builddir/build/BUILD/glm/test/core/core_func_exponential.cpp:87:12: warning: variable 'C' set but not used [-Wunused-but-set-variable] glm::vec2 C = glm::sqrt(glm::vec2(10.f)); ^ /builddir/build/BUILD/glm/test/core/core_func_exponential.cpp:88:12: warning: variable 'D' set but not used [-Wunused-but-set-variable] glm::vec3 D = glm::sqrt(glm::vec3(10.f)); ^ /builddir/build/BUILD/glm/test/core/core_func_exponential.cpp:89:12: warning: variable 'E' set but not used [-Wunused-but-set-variable] glm::vec4 E = glm::sqrt(glm::vec4(10.f)); ^ /builddir/build/BUILD/glm/test/core/core_force_pure.cpp: In function 'int test_bvec4_ctor()': /builddir/build/BUILD/glm/test/core/core_force_pure.cpp:119:13: warning: unused variable 'G' [-Wunused-variable] bool const G = A == C; ^ /builddir/build/BUILD/glm/test/core/core_force_pure.cpp:120:13: warning: unused variable 'H' [-Wunused-variable] bool const H = A != C; ^ [ 14%] Linking CXX executable test-core_func_exponential cd /builddir/build/BUILD/glm/build/test/core && /usr/bin/cmake -E cmake_link_script CMakeFiles/test-core_func_exponential.dir/link.txt --verbose=1 /usr/bin/c++ -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/test-core_func_exponential.dir/core_func_exponential.cpp.o -o test-core_func_exponential make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 14%] Built target test-core_func_exponential make -f test/core/CMakeFiles/test-core_type_int.dir/build.make test/core/CMakeFiles/test-core_type_int.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/core /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/core /builddir/build/BUILD/glm/build/test/core/CMakeFiles/test-core_type_int.dir/DependInfo.cmake --color= Scanning dependencies of target test-core_type_int make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/core/CMakeFiles/test-core_type_int.dir/build.make test/core/CMakeFiles/test-core_type_int.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' [ 14%] Building CXX object test/core/CMakeFiles/test-core_type_int.dir/core_type_int.cpp.o cd /builddir/build/BUILD/glm/build/test/core && /usr/bin/c++ -D_CRT_SECURE_NO_WARNINGS -I/builddir/build/BUILD/glm -I/builddir/build/BUILD/glm/test/external -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 -pedantic -O2 -o CMakeFiles/test-core_type_int.dir/core_type_int.cpp.o -c /builddir/build/BUILD/glm/test/core/core_type_int.cpp [ 15%] Linking CXX executable test-core_type_int cd /builddir/build/BUILD/glm/build/test/core && /usr/bin/cmake -E cmake_link_script CMakeFiles/test-core_type_int.dir/link.txt --verbose=1 /usr/bin/c++ -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/test-core_type_int.dir/core_type_int.cpp.o -o test-core_type_int make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 15%] Built target test-core_type_int make -f test/core/CMakeFiles/test-core_type_aligned.dir/build.make test/core/CMakeFiles/test-core_type_aligned.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/core /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/core /builddir/build/BUILD/glm/build/test/core/CMakeFiles/test-core_type_aligned.dir/DependInfo.cmake --color= Scanning dependencies of target test-core_type_aligned make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/core/CMakeFiles/test-core_type_aligned.dir/build.make test/core/CMakeFiles/test-core_type_aligned.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' [ 16%] Building CXX object test/core/CMakeFiles/test-core_type_aligned.dir/core_type_aligned.cpp.o cd /builddir/build/BUILD/glm/build/test/core && /usr/bin/c++ -D_CRT_SECURE_NO_WARNINGS -I/builddir/build/BUILD/glm -I/builddir/build/BUILD/glm/test/external -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 -pedantic -O2 -o CMakeFiles/test-core_type_aligned.dir/core_type_aligned.cpp.o -c /builddir/build/BUILD/glm/test/core/core_type_aligned.cpp [ 16%] Linking CXX executable test-core_setup_precision cd /builddir/build/BUILD/glm/build/test/core && /usr/bin/cmake -E cmake_link_script CMakeFiles/test-core_setup_precision.dir/link.txt --verbose=1 /usr/bin/c++ -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/test-core_setup_precision.dir/core_setup_precision.cpp.o -o test-core_setup_precision make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 16%] Built target test-core_setup_precision make -f test/core/CMakeFiles/test-core_type_mat4x4.dir/build.make test/core/CMakeFiles/test-core_type_mat4x4.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/core /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/core /builddir/build/BUILD/glm/build/test/core/CMakeFiles/test-core_type_mat4x4.dir/DependInfo.cmake --color= Scanning dependencies of target test-core_type_mat4x4 make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/core/CMakeFiles/test-core_type_mat4x4.dir/build.make test/core/CMakeFiles/test-core_type_mat4x4.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' [ 16%] Building CXX object test/core/CMakeFiles/test-core_type_mat4x4.dir/core_type_mat4x4.cpp.o cd /builddir/build/BUILD/glm/build/test/core && /usr/bin/c++ -D_CRT_SECURE_NO_WARNINGS -I/builddir/build/BUILD/glm -I/builddir/build/BUILD/glm/test/external -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 -pedantic -O2 -o CMakeFiles/test-core_type_mat4x4.dir/core_type_mat4x4.cpp.o -c /builddir/build/BUILD/glm/test/core/core_type_mat4x4.cpp [ 16%] Linking CXX executable test-core_type_aligned cd /builddir/build/BUILD/glm/build/test/core && /usr/bin/cmake -E cmake_link_script CMakeFiles/test-core_type_aligned.dir/link.txt --verbose=1 /usr/bin/c++ -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/test-core_type_aligned.dir/core_type_aligned.cpp.o -o test-core_type_aligned make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 16%] Built target test-core_type_aligned make -f test/core/CMakeFiles/test-core_func_integer_bit_count.dir/build.make test/core/CMakeFiles/test-core_func_integer_bit_count.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/core /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/core /builddir/build/BUILD/glm/build/test/core/CMakeFiles/test-core_func_integer_bit_count.dir/DependInfo.cmake --color= Scanning dependencies of target test-core_func_integer_bit_count make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/core/CMakeFiles/test-core_func_integer_bit_count.dir/build.make test/core/CMakeFiles/test-core_func_integer_bit_count.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' [ 17%] Building CXX object test/core/CMakeFiles/test-core_func_integer_bit_count.dir/core_func_integer_bit_count.cpp.o cd /builddir/build/BUILD/glm/build/test/core && /usr/bin/c++ -D_CRT_SECURE_NO_WARNINGS -I/builddir/build/BUILD/glm -I/builddir/build/BUILD/glm/test/external -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 -pedantic -O2 -o CMakeFiles/test-core_func_integer_bit_count.dir/core_func_integer_bit_count.cpp.o -c /builddir/build/BUILD/glm/test/core/core_func_integer_bit_count.cpp [ 17%] Linking CXX executable test-core_func_integer_bit_count cd /builddir/build/BUILD/glm/build/test/core && /usr/bin/cmake -E cmake_link_script CMakeFiles/test-core_func_integer_bit_count.dir/link.txt --verbose=1 /usr/bin/c++ -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/test-core_func_integer_bit_count.dir/core_func_integer_bit_count.cpp.o -o test-core_func_integer_bit_count make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 17%] Built target test-core_func_integer_bit_count make -f test/core/CMakeFiles/test-core_type_float.dir/build.make test/core/CMakeFiles/test-core_type_float.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/core /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/core /builddir/build/BUILD/glm/build/test/core/CMakeFiles/test-core_type_float.dir/DependInfo.cmake --color= Scanning dependencies of target test-core_type_float make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/core/CMakeFiles/test-core_type_float.dir/build.make test/core/CMakeFiles/test-core_type_float.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' [ 17%] Building CXX object test/core/CMakeFiles/test-core_type_float.dir/core_type_float.cpp.o cd /builddir/build/BUILD/glm/build/test/core && /usr/bin/c++ -D_CRT_SECURE_NO_WARNINGS -I/builddir/build/BUILD/glm -I/builddir/build/BUILD/glm/test/external -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 -pedantic -O2 -o CMakeFiles/test-core_type_float.dir/core_type_float.cpp.o -c /builddir/build/BUILD/glm/test/core/core_type_float.cpp /builddir/build/BUILD/glm/test/core/core_type_mat4x4.cpp: In function 'bool test_operators()': /builddir/build/BUILD/glm/test/core/core_type_mat4x4.cpp:67:12: warning: variable 'a' set but not used [-Wunused-but-set-variable] glm::vec4 a = m * u; ^ /builddir/build/BUILD/glm/test/core/core_type_mat4x4.cpp:68:12: warning: variable 'b' set but not used [-Wunused-but-set-variable] glm::vec4 b = v * m; ^ /builddir/build/BUILD/glm/test/core/core_type_mat4x4.cpp:69:14: warning: variable 'n' set but not used [-Wunused-but-set-variable] glm::mat4x4 n = x / m; ^ /builddir/build/BUILD/glm/test/core/core_type_mat4x4.cpp:70:14: warning: variable 'o' set but not used [-Wunused-but-set-variable] glm::mat4x4 o = m / x; ^ /builddir/build/BUILD/glm/test/core/core_type_mat4x4.cpp:71:14: warning: variable 'p' set but not used [-Wunused-but-set-variable] glm::mat4x4 p = x * m; ^ [ 18%] Linking CXX executable test-core_type_float cd /builddir/build/BUILD/glm/build/test/core && /usr/bin/cmake -E cmake_link_script CMakeFiles/test-core_type_float.dir/link.txt --verbose=1 /usr/bin/c++ -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/test-core_type_float.dir/core_type_float.cpp.o -o test-core_type_float make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 18%] Built target test-core_type_float make -f test/core/CMakeFiles/test-core_type_vec4.dir/build.make test/core/CMakeFiles/test-core_type_vec4.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/core /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/core /builddir/build/BUILD/glm/build/test/core/CMakeFiles/test-core_type_vec4.dir/DependInfo.cmake --color= Scanning dependencies of target test-core_type_vec4 make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/core/CMakeFiles/test-core_type_vec4.dir/build.make test/core/CMakeFiles/test-core_type_vec4.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' [ 18%] Building CXX object test/core/CMakeFiles/test-core_type_vec4.dir/core_type_vec4.cpp.o cd /builddir/build/BUILD/glm/build/test/core && /usr/bin/c++ -D_CRT_SECURE_NO_WARNINGS -I/builddir/build/BUILD/glm -I/builddir/build/BUILD/glm/test/external -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 -pedantic -O2 -o CMakeFiles/test-core_type_vec4.dir/core_type_vec4.cpp.o -c /builddir/build/BUILD/glm/test/core/core_type_vec4.cpp [ 19%] Linking CXX executable test-core_type_mat4x4 cd /builddir/build/BUILD/glm/build/test/core && /usr/bin/cmake -E cmake_link_script CMakeFiles/test-core_type_mat4x4.dir/link.txt --verbose=1 /usr/bin/c++ -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/test-core_type_mat4x4.dir/core_type_mat4x4.cpp.o -o test-core_type_mat4x4 make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 19%] Built target test-core_type_mat4x4 make -f test/core/CMakeFiles/test-core_type_vec1.dir/build.make test/core/CMakeFiles/test-core_type_vec1.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/core /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/core /builddir/build/BUILD/glm/build/test/core/CMakeFiles/test-core_type_vec1.dir/DependInfo.cmake --color= Scanning dependencies of target test-core_type_vec1 make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/core/CMakeFiles/test-core_type_vec1.dir/build.make test/core/CMakeFiles/test-core_type_vec1.dir/build [ 20%] Linking CXX executable glm_dummy cd /builddir/build/BUILD/glm/build/glm && /usr/bin/cmake -E cmake_link_script CMakeFiles/glm_dummy.dir/link.txt --verbose=1 make[2]: Entering directory '/builddir/build/BUILD/glm/build' /usr/bin/c++ -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/glm_dummy.dir/detail/dummy.cpp.o CMakeFiles/glm_dummy.dir/detail/glm.cpp.o -o glm_dummy [ 20%] Building CXX object test/core/CMakeFiles/test-core_type_vec1.dir/core_type_vec1.cpp.o cd /builddir/build/BUILD/glm/build/test/core && /usr/bin/c++ -D_CRT_SECURE_NO_WARNINGS -I/builddir/build/BUILD/glm -I/builddir/build/BUILD/glm/test/external -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 -pedantic -O2 -o CMakeFiles/test-core_type_vec1.dir/core_type_vec1.cpp.o -c /builddir/build/BUILD/glm/test/core/core_type_vec1.cpp make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 20%] Built target glm_dummy make -f test/core/CMakeFiles/test-core_func_geometric.dir/build.make test/core/CMakeFiles/test-core_func_geometric.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/core /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/core /builddir/build/BUILD/glm/build/test/core/CMakeFiles/test-core_func_geometric.dir/DependInfo.cmake --color= Scanning dependencies of target test-core_func_geometric make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/core/CMakeFiles/test-core_func_geometric.dir/build.make test/core/CMakeFiles/test-core_func_geometric.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' [ 21%] Building CXX object test/core/CMakeFiles/test-core_func_geometric.dir/core_func_geometric.cpp.o cd /builddir/build/BUILD/glm/build/test/core && /usr/bin/c++ -D_CRT_SECURE_NO_WARNINGS -I/builddir/build/BUILD/glm -I/builddir/build/BUILD/glm/test/external -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 -pedantic -O2 -o CMakeFiles/test-core_func_geometric.dir/core_func_geometric.cpp.o -c /builddir/build/BUILD/glm/test/core/core_func_geometric.cpp [ 22%] Linking CXX executable test-core_force_pure cd /builddir/build/BUILD/glm/build/test/core && /usr/bin/cmake -E cmake_link_script CMakeFiles/test-core_force_pure.dir/link.txt --verbose=1 /usr/bin/c++ -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/test-core_force_pure.dir/core_force_pure.cpp.o -o test-core_force_pure make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 22%] Built target test-core_force_pure make -f test/core/CMakeFiles/test-core_type_vec2.dir/build.make test/core/CMakeFiles/test-core_type_vec2.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/core /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/core /builddir/build/BUILD/glm/build/test/core/CMakeFiles/test-core_type_vec2.dir/DependInfo.cmake --color= Scanning dependencies of target test-core_type_vec2 make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/core/CMakeFiles/test-core_type_vec2.dir/build.make test/core/CMakeFiles/test-core_type_vec2.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' [ 22%] Building CXX object test/core/CMakeFiles/test-core_type_vec2.dir/core_type_vec2.cpp.o cd /builddir/build/BUILD/glm/build/test/core && /usr/bin/c++ -D_CRT_SECURE_NO_WARNINGS -I/builddir/build/BUILD/glm -I/builddir/build/BUILD/glm/test/external -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 -pedantic -O2 -o CMakeFiles/test-core_type_vec2.dir/core_type_vec2.cpp.o -c /builddir/build/BUILD/glm/test/core/core_type_vec2.cpp /builddir/build/BUILD/glm/test/core/core_func_geometric.cpp: In function 'int normalize::test()': /builddir/build/BUILD/glm/test/core/core_func_geometric.cpp:90:13: warning: variable 'Normalize3' set but not used [-Wunused-but-set-variable] glm::vec3 Normalize3 = glm::normalize(glm::vec3(-0.6, 0.7, -0.5)); ^~~~~~~~~~ /builddir/build/BUILD/glm/test/core/core_func_geometric.cpp:95:13: warning: variable 'v' set but not used [-Wunused-but-set-variable] glm::vec3 v = glm::cross(u, w); ^ /builddir/build/BUILD/glm/test/core/core_func_geometric.cpp: In function 'int faceforward::test()': /builddir/build/BUILD/glm/test/core/core_func_geometric.cpp:116:14: warning: variable 'F' set but not used [-Wunused-but-set-variable] glm::vec3 F = glm::faceforward(N, I, Nref); ^ [ 22%] Linking CXX executable test-core_func_geometric cd /builddir/build/BUILD/glm/build/test/core && /usr/bin/cmake -E cmake_link_script CMakeFiles/test-core_func_geometric.dir/link.txt --verbose=1 /usr/bin/c++ -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/test-core_func_geometric.dir/core_func_geometric.cpp.o -o test-core_func_geometric make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 22%] Built target test-core_func_geometric make -f test/core/CMakeFiles/test-core_setup_force_cxx98.dir/build.make test/core/CMakeFiles/test-core_setup_force_cxx98.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/core /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/core /builddir/build/BUILD/glm/build/test/core/CMakeFiles/test-core_setup_force_cxx98.dir/DependInfo.cmake --color= Scanning dependencies of target test-core_setup_force_cxx98 make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/core/CMakeFiles/test-core_setup_force_cxx98.dir/build.make test/core/CMakeFiles/test-core_setup_force_cxx98.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' /builddir/build/BUILD/glm/test/core/core_type_vec2.cpp: In function 'int test_vec2_ctor()': /builddir/build/BUILD/glm/test/core/core_type_vec2.cpp:251:13: warning: variable 'A' set but not used [-Wunused-but-set-variable] glm::vec2 A = glm::vec2(2.0f); ^ /builddir/build/BUILD/glm/test/core/core_type_vec2.cpp:252:13: warning: variable 'B' set but not used [-Wunused-but-set-variable] glm::vec2 B = glm::vec2(2.0f, 3.0f); ^ /builddir/build/BUILD/glm/test/core/core_type_vec2.cpp:253:13: warning: variable 'C' set but not used [-Wunused-but-set-variable] glm::vec2 C = glm::vec2(2.0f, 3.0); ^ [ 23%] Building CXX object test/core/CMakeFiles/test-core_setup_force_cxx98.dir/core_setup_force_cxx98.cpp.o cd /builddir/build/BUILD/glm/build/test/core && /usr/bin/c++ -D_CRT_SECURE_NO_WARNINGS -I/builddir/build/BUILD/glm -I/builddir/build/BUILD/glm/test/external -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 -pedantic -O2 -o CMakeFiles/test-core_setup_force_cxx98.dir/core_setup_force_cxx98.cpp.o -c /builddir/build/BUILD/glm/test/core/core_setup_force_cxx98.cpp [ 24%] Linking CXX executable test-core_type_vec2 cd /builddir/build/BUILD/glm/build/test/core && /usr/bin/cmake -E cmake_link_script CMakeFiles/test-core_type_vec2.dir/link.txt --verbose=1 /usr/bin/c++ -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/test-core_type_vec2.dir/core_type_vec2.cpp.o -o test-core_type_vec2 make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 24%] Built target test-core_type_vec2 make -f test/core/CMakeFiles/test-core_func_common.dir/build.make test/core/CMakeFiles/test-core_func_common.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/core /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/core /builddir/build/BUILD/glm/build/test/core/CMakeFiles/test-core_func_common.dir/DependInfo.cmake --color= Scanning dependencies of target test-core_func_common make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/core/CMakeFiles/test-core_func_common.dir/build.make test/core/CMakeFiles/test-core_func_common.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' [ 24%] Building CXX object test/core/CMakeFiles/test-core_func_common.dir/core_func_common.cpp.o cd /builddir/build/BUILD/glm/build/test/core && /usr/bin/c++ -D_CRT_SECURE_NO_WARNINGS -I/builddir/build/BUILD/glm -I/builddir/build/BUILD/glm/test/external -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 -pedantic -O2 -o CMakeFiles/test-core_func_common.dir/core_func_common.cpp.o -c /builddir/build/BUILD/glm/test/core/core_func_common.cpp /builddir/build/BUILD/glm/test/core/core_func_common.cpp: In function 'int floor_::test()': /builddir/build/BUILD/glm/test/core/core_func_common.cpp:20:10: warning: unused variable 'B' [-Wunused-variable] float B = glm::floor(A); ^ /builddir/build/BUILD/glm/test/core/core_func_common.cpp:25:11: warning: unused variable 'B' [-Wunused-variable] double B = glm::floor(A); ^ [ 24%] Linking CXX executable test-core_setup_force_cxx98 cd /builddir/build/BUILD/glm/build/test/core && /usr/bin/cmake -E cmake_link_script CMakeFiles/test-core_setup_force_cxx98.dir/link.txt --verbose=1 /builddir/build/BUILD/glm/test/core/core_func_common.cpp: In function 'int floatBitsToInt::test()': /builddir/build/BUILD/glm/test/core/core_func_common.cpp:194:20: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] int D = *(int*)&A; ^ /builddir/build/BUILD/glm/test/core/core_type_vec4.cpp: In function 'int test_bvec4_ctor()': /builddir/build/BUILD/glm/test/core/core_type_vec4.cpp:141:13: warning: unused variable 'G' [-Wunused-variable] bool const G = A == C; ^ /builddir/build/BUILD/glm/test/core/core_type_vec4.cpp:142:13: warning: unused variable 'H' [-Wunused-variable] bool const H = A != C; ^ /usr/bin/c++ -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/test-core_setup_force_cxx98.dir/core_setup_force_cxx98.cpp.o -o test-core_setup_force_cxx98 /builddir/build/BUILD/glm/test/core/core_func_common.cpp:203:32: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] Error += B.x == *(int*)&(A.x) ? 0 : 1; ^ /builddir/build/BUILD/glm/test/core/core_func_common.cpp:204:32: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] Error += B.y == *(int*)&(A.y) ? 0 : 1; ^ /builddir/build/BUILD/glm/test/core/core_func_common.cpp:212:32: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] Error += B.x == *(int*)&(A.x) ? 0 : 1; ^ /builddir/build/BUILD/glm/test/core/core_func_common.cpp:213:32: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] Error += B.y == *(int*)&(A.y) ? 0 : 1; ^ /builddir/build/BUILD/glm/test/core/core_func_common.cpp:214:32: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] Error += B.z == *(int*)&(A.z) ? 0 : 1; ^ /builddir/build/BUILD/glm/test/core/core_func_common.cpp:222:32: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] Error += B.x == *(int*)&(A.x) ? 0 : 1; ^ /builddir/build/BUILD/glm/test/core/core_func_common.cpp:223:32: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] Error += B.y == *(int*)&(A.y) ? 0 : 1; ^ /builddir/build/BUILD/glm/test/core/core_func_common.cpp:224:32: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] Error += B.z == *(int*)&(A.z) ? 0 : 1; ^ /builddir/build/BUILD/glm/test/core/core_func_common.cpp:225:32: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] Error += B.w == *(int*)&(A.w) ? 0 : 1; ^ /builddir/build/BUILD/glm/test/core/core_func_common.cpp: In function 'int floatBitsToUint::test()': /builddir/build/BUILD/glm/test/core/core_func_common.cpp:243:32: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] Error += B == *(glm::uint*)&A ? 0 : 1; ^ /builddir/build/BUILD/glm/test/core/core_func_common.cpp:251:38: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] Error += B.x == *(glm::uint*)&(A.x) ? 0 : 1; ^ /builddir/build/BUILD/glm/test/core/core_func_common.cpp:252:38: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] Error += B.y == *(glm::uint*)&(A.y) ? 0 : 1; ^ /builddir/build/BUILD/glm/test/core/core_func_common.cpp:260:38: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] Error += B.x == *(glm::uint*)&(A.x) ? 0 : 1; ^ /builddir/build/BUILD/glm/test/core/core_func_common.cpp:261:38: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] Error += B.y == *(glm::uint*)&(A.y) ? 0 : 1; ^ /builddir/build/BUILD/glm/test/core/core_func_common.cpp:262:38: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] Error += B.z == *(glm::uint*)&(A.z) ? 0 : 1; ^ /builddir/build/BUILD/glm/test/core/core_func_common.cpp:270:38: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] Error += B.x == *(glm::uint*)&(A.x) ? 0 : 1; ^ /builddir/build/BUILD/glm/test/core/core_func_common.cpp:271:38: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] Error += B.y == *(glm::uint*)&(A.y) ? 0 : 1; ^ /builddir/build/BUILD/glm/test/core/core_func_common.cpp:272:38: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] Error += B.z == *(glm::uint*)&(A.z) ? 0 : 1; ^ /builddir/build/BUILD/glm/test/core/core_func_common.cpp:273:38: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] Error += B.w == *(glm::uint*)&(A.w) ? 0 : 1; ^ /builddir/build/BUILD/glm/test/core/core_func_common.cpp: In function 'int min_::test()': /builddir/build/BUILD/glm/test/core/core_func_common.cpp:287:13: warning: variable 'A0' set but not used [-Wunused-but-set-variable] glm::vec1 A0 = glm::min(glm::vec1(1), glm::vec1(1)); ^~ /builddir/build/BUILD/glm/test/core/core_func_common.cpp: In function 'int max_::test()': /builddir/build/BUILD/glm/test/core/core_func_common.cpp:314:13: warning: variable 'A0' set but not used [-Wunused-but-set-variable] glm::vec1 A0 = glm::max(glm::vec1(1), glm::vec1(1)); ^~ make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 24%] Built target test-core_setup_force_cxx98 make -f test/core/CMakeFiles/test-core_func_integer_find_lsb.dir/build.make test/core/CMakeFiles/test-core_func_integer_find_lsb.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/core /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/core /builddir/build/BUILD/glm/build/test/core/CMakeFiles/test-core_func_integer_find_lsb.dir/DependInfo.cmake --color= Scanning dependencies of target test-core_func_integer_find_lsb make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/core/CMakeFiles/test-core_func_integer_find_lsb.dir/build.make test/core/CMakeFiles/test-core_func_integer_find_lsb.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' /builddir/build/BUILD/glm/test/core/core_func_common.cpp: In function 'int main()': /builddir/build/BUILD/glm/test/core/core_func_common.cpp:1235:19: warning: variable 'b' set but not used [-Wunused-but-set-variable] glm::ivec4 const b = ~a; ^ /builddir/build/BUILD/glm/test/core/core_func_common.cpp:1238:19: warning: unused variable 'd' [-Wunused-variable] glm::int32 const d = ~c; ^ [ 25%] Building CXX object test/core/CMakeFiles/test-core_func_integer_find_lsb.dir/core_func_integer_find_lsb.cpp.o cd /builddir/build/BUILD/glm/build/test/core && /usr/bin/c++ -D_CRT_SECURE_NO_WARNINGS -I/builddir/build/BUILD/glm -I/builddir/build/BUILD/glm/test/external -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 -pedantic -O2 -o CMakeFiles/test-core_func_integer_find_lsb.dir/core_func_integer_find_lsb.cpp.o -c /builddir/build/BUILD/glm/test/core/core_func_integer_find_lsb.cpp [ 25%] Linking CXX executable test-core_func_integer_find_lsb cd /builddir/build/BUILD/glm/build/test/core && /usr/bin/cmake -E cmake_link_script CMakeFiles/test-core_func_integer_find_lsb.dir/link.txt --verbose=1 /usr/bin/c++ -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/test-core_func_integer_find_lsb.dir/core_func_integer_find_lsb.cpp.o -o test-core_func_integer_find_lsb make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 25%] Built target test-core_func_integer_find_lsb make -f test/core/CMakeFiles/test-core_type_mat2x2.dir/build.make test/core/CMakeFiles/test-core_type_mat2x2.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/core /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/core /builddir/build/BUILD/glm/build/test/core/CMakeFiles/test-core_type_mat2x2.dir/DependInfo.cmake --color= Scanning dependencies of target test-core_type_mat2x2 make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/core/CMakeFiles/test-core_type_mat2x2.dir/build.make test/core/CMakeFiles/test-core_type_mat2x2.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' [ 25%] Building CXX object test/core/CMakeFiles/test-core_type_mat2x2.dir/core_type_mat2x2.cpp.o cd /builddir/build/BUILD/glm/build/test/core && /usr/bin/c++ -D_CRT_SECURE_NO_WARNINGS -I/builddir/build/BUILD/glm -I/builddir/build/BUILD/glm/test/external -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 -pedantic -O2 -o CMakeFiles/test-core_type_mat2x2.dir/core_type_mat2x2.cpp.o -c /builddir/build/BUILD/glm/test/core/core_type_mat2x2.cpp /builddir/build/BUILD/glm/test/core/core_type_vec1.cpp: In function 'int test_vec1_ctor()': /builddir/build/BUILD/glm/test/core/core_type_vec1.cpp:85:13: warning: variable 'A' set but not used [-Wunused-but-set-variable] glm::vec2 A = glm::vec2(2.0f); ^ /builddir/build/BUILD/glm/test/core/core_type_vec1.cpp:86:13: warning: variable 'B' set but not used [-Wunused-but-set-variable] glm::vec2 B = glm::vec2(2.0f, 3.0f); ^ /builddir/build/BUILD/glm/test/core/core_type_vec1.cpp:87:13: warning: variable 'C' set but not used [-Wunused-but-set-variable] glm::vec2 C = glm::vec2(2.0f, 3.0); ^ [ 26%] Linking CXX executable test-core_type_vec1 cd /builddir/build/BUILD/glm/build/test/core && /usr/bin/cmake -E cmake_link_script CMakeFiles/test-core_type_vec1.dir/link.txt --verbose=1 /usr/bin/c++ -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/test-core_type_vec1.dir/core_type_vec1.cpp.o -o test-core_type_vec1 /builddir/build/BUILD/glm/test/core/core_type_mat2x2.cpp: In function 'int test_operators()': /builddir/build/BUILD/glm/test/core/core_type_mat2x2.cpp:22:12: warning: variable 'a' set but not used [-Wunused-but-set-variable] glm::vec2 a = m * u; ^ /builddir/build/BUILD/glm/test/core/core_type_mat2x2.cpp:23:12: warning: variable 'b' set but not used [-Wunused-but-set-variable] glm::vec2 b = v * m; ^ /builddir/build/BUILD/glm/test/core/core_type_mat2x2.cpp:24:14: warning: variable 'n' set but not used [-Wunused-but-set-variable] glm::mat2x2 n = x / m; ^ /builddir/build/BUILD/glm/test/core/core_type_mat2x2.cpp:25:14: warning: variable 'o' set but not used [-Wunused-but-set-variable] glm::mat2x2 o = m / x; ^ /builddir/build/BUILD/glm/test/core/core_type_mat2x2.cpp:26:14: warning: variable 'p' set but not used [-Wunused-but-set-variable] glm::mat2x2 p = x * m; ^ make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 26%] Built target test-core_type_vec1 make -f test/core/CMakeFiles/test-core_type_mat3x3.dir/build.make test/core/CMakeFiles/test-core_type_mat3x3.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/core /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/core /builddir/build/BUILD/glm/build/test/core/CMakeFiles/test-core_type_mat3x3.dir/DependInfo.cmake --color= Scanning dependencies of target test-core_type_mat3x3 make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/core/CMakeFiles/test-core_type_mat3x3.dir/build.make test/core/CMakeFiles/test-core_type_mat3x3.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' [ 27%] Building CXX object test/core/CMakeFiles/test-core_type_mat3x3.dir/core_type_mat3x3.cpp.o cd /builddir/build/BUILD/glm/build/test/core && /usr/bin/c++ -D_CRT_SECURE_NO_WARNINGS -I/builddir/build/BUILD/glm -I/builddir/build/BUILD/glm/test/external -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 -pedantic -O2 -o CMakeFiles/test-core_type_mat3x3.dir/core_type_mat3x3.cpp.o -c /builddir/build/BUILD/glm/test/core/core_type_mat3x3.cpp [ 28%] Linking CXX executable test-core_func_common cd /builddir/build/BUILD/glm/build/test/core && /usr/bin/cmake -E cmake_link_script CMakeFiles/test-core_func_common.dir/link.txt --verbose=1 /usr/bin/c++ -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/test-core_func_common.dir/core_func_common.cpp.o -o test-core_func_common make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 28%] Built target test-core_func_common make -f test/core/CMakeFiles/test-core_func_matrix.dir/build.make test/core/CMakeFiles/test-core_func_matrix.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/core /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/core /builddir/build/BUILD/glm/build/test/core/CMakeFiles/test-core_func_matrix.dir/DependInfo.cmake --color= Scanning dependencies of target test-core_func_matrix make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/core/CMakeFiles/test-core_func_matrix.dir/build.make test/core/CMakeFiles/test-core_func_matrix.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' [ 28%] Building CXX object test/core/CMakeFiles/test-core_func_matrix.dir/core_func_matrix.cpp.o cd /builddir/build/BUILD/glm/build/test/core && /usr/bin/c++ -D_CRT_SECURE_NO_WARNINGS -I/builddir/build/BUILD/glm -I/builddir/build/BUILD/glm/test/external -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 -pedantic -O2 -o CMakeFiles/test-core_func_matrix.dir/core_func_matrix.cpp.o -c /builddir/build/BUILD/glm/test/core/core_func_matrix.cpp [ 29%] Linking CXX executable test-core_type_mat2x2 cd /builddir/build/BUILD/glm/build/test/core && /usr/bin/cmake -E cmake_link_script CMakeFiles/test-core_type_mat2x2.dir/link.txt --verbose=1 /usr/bin/c++ -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/test-core_type_mat2x2.dir/core_type_mat2x2.cpp.o -o test-core_type_mat2x2 make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 29%] Built target test-core_type_mat2x2 make -f test/core/CMakeFiles/test-core_type_cast.dir/build.make test/core/CMakeFiles/test-core_type_cast.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/core /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/core /builddir/build/BUILD/glm/build/test/core/CMakeFiles/test-core_type_cast.dir/DependInfo.cmake --color= Scanning dependencies of target test-core_type_cast make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/core/CMakeFiles/test-core_type_cast.dir/build.make test/core/CMakeFiles/test-core_type_cast.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' [ 30%] Building CXX object test/core/CMakeFiles/test-core_type_cast.dir/core_type_cast.cpp.o cd /builddir/build/BUILD/glm/build/test/core && /usr/bin/c++ -D_CRT_SECURE_NO_WARNINGS -I/builddir/build/BUILD/glm -I/builddir/build/BUILD/glm/test/external -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 -pedantic -O2 -o CMakeFiles/test-core_type_cast.dir/core_type_cast.cpp.o -c /builddir/build/BUILD/glm/test/core/core_type_cast.cpp /builddir/build/BUILD/glm/test/core/core_type_mat3x3.cpp: In function 'int test_operators()': /builddir/build/BUILD/glm/test/core/core_type_mat3x3.cpp:47:12: warning: variable 'a' set but not used [-Wunused-but-set-variable] glm::vec3 a = m * u; ^ /builddir/build/BUILD/glm/test/core/core_type_mat3x3.cpp:48:12: warning: variable 'b' set but not used [-Wunused-but-set-variable] glm::vec3 b = v * m; ^ /builddir/build/BUILD/glm/test/core/core_type_mat3x3.cpp:49:14: warning: variable 'n' set but not used [-Wunused-but-set-variable] glm::mat3x3 n = x / m; ^ /builddir/build/BUILD/glm/test/core/core_type_mat3x3.cpp:50:14: warning: variable 'o' set but not used [-Wunused-but-set-variable] glm::mat3x3 o = m / x; ^ /builddir/build/BUILD/glm/test/core/core_type_mat3x3.cpp:51:14: warning: variable 'p' set but not used [-Wunused-but-set-variable] glm::mat3x3 p = x * m; ^ /builddir/build/BUILD/glm/test/core/core_func_matrix.cpp: In function 'int test_outerProduct()': /builddir/build/BUILD/glm/test/core/core_func_matrix.cpp:74:14: warning: variable 'm' set but not used [-Wunused-but-set-variable] { glm::mat2 m = glm::outerProduct(glm::vec2(1.0f), glm::vec2(1.0f)); } ^ /builddir/build/BUILD/glm/test/core/core_func_matrix.cpp:75:14: warning: variable 'm' set but not used [-Wunused-but-set-variable] { glm::mat3 m = glm::outerProduct(glm::vec3(1.0f), glm::vec3(1.0f)); } ^ /builddir/build/BUILD/glm/test/core/core_func_matrix.cpp:76:14: warning: variable 'm' set but not used [-Wunused-but-set-variable] { glm::mat4 m = glm::outerProduct(glm::vec4(1.0f), glm::vec4(1.0f)); } ^ /builddir/build/BUILD/glm/test/core/core_func_matrix.cpp:78:16: warning: variable 'm' set but not used [-Wunused-but-set-variable] { glm::mat2x3 m = glm::outerProduct(glm::vec3(1.0f), glm::vec2(1.0f)); } ^ /builddir/build/BUILD/glm/test/core/core_func_matrix.cpp:79:16: warning: variable 'm' set but not used [-Wunused-but-set-variable] { glm::mat2x4 m = glm::outerProduct(glm::vec4(1.0f), glm::vec2(1.0f)); } ^ /builddir/build/BUILD/glm/test/core/core_func_matrix.cpp:81:16: warning: variable 'm' set but not used [-Wunused-but-set-variable] { glm::mat3x2 m = glm::outerProduct(glm::vec2(1.0f), glm::vec3(1.0f)); } ^ /builddir/build/BUILD/glm/test/core/core_func_matrix.cpp:82:16: warning: variable 'm' set but not used [-Wunused-but-set-variable] { glm::mat3x4 m = glm::outerProduct(glm::vec4(1.0f), glm::vec3(1.0f)); } ^ /builddir/build/BUILD/glm/test/core/core_func_matrix.cpp:84:16: warning: variable 'm' set but not used [-Wunused-but-set-variable] { glm::mat4x2 m = glm::outerProduct(glm::vec2(1.0f), glm::vec4(1.0f)); } ^ /builddir/build/BUILD/glm/test/core/core_func_matrix.cpp:85:16: warning: variable 'm' set but not used [-Wunused-but-set-variable] { glm::mat4x3 m = glm::outerProduct(glm::vec3(1.0f), glm::vec4(1.0f)); } ^ [ 30%] Linking CXX executable test-core_type_mat3x3 cd /builddir/build/BUILD/glm/build/test/core && /usr/bin/cmake -E cmake_link_script CMakeFiles/test-core_type_mat3x3.dir/link.txt --verbose=1 /usr/bin/c++ -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/test-core_type_mat3x3.dir/core_type_mat3x3.cpp.o -o test-core_type_mat3x3 make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 30%] Built target test-core_type_mat3x3 make -f test/core/CMakeFiles/test-core_func_noise.dir/build.make test/core/CMakeFiles/test-core_func_noise.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/core /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/core /builddir/build/BUILD/glm/build/test/core/CMakeFiles/test-core_func_noise.dir/DependInfo.cmake --color= Scanning dependencies of target test-core_func_noise make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/core/CMakeFiles/test-core_func_noise.dir/build.make test/core/CMakeFiles/test-core_func_noise.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' [ 30%] Building CXX object test/core/CMakeFiles/test-core_func_noise.dir/core_func_noise.cpp.o cd /builddir/build/BUILD/glm/build/test/core && /usr/bin/c++ -D_CRT_SECURE_NO_WARNINGS -I/builddir/build/BUILD/glm -I/builddir/build/BUILD/glm/test/external -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 -pedantic -O2 -o CMakeFiles/test-core_func_noise.dir/core_func_noise.cpp.o -c /builddir/build/BUILD/glm/test/core/core_func_noise.cpp /builddir/build/BUILD/glm/test/core/core_func_noise.cpp: In function 'int main()': /builddir/build/BUILD/glm/test/core/core_func_noise.cpp:17:6: warning: unused variable 'LengthA' [-Wunused-variable] int LengthA = V.length(); ^~~~~~~ /builddir/build/BUILD/glm/test/core/core_func_noise.cpp:18:6: warning: unused variable 'LengthB' [-Wunused-variable] int LengthB = vec4::length(); ^~~~~~~ /builddir/build/BUILD/glm/test/core/core_type_cast.cpp: In function 'int test_vec2_cast()': /builddir/build/BUILD/glm/test/core/core_type_cast.cpp:25:12: warning: variable 'J' set but not used [-Wunused-but-set-variable] glm::vec2 J = static_cast(I); ^ [ 31%] Linking CXX executable test-core_func_noise cd /builddir/build/BUILD/glm/build/test/core && /usr/bin/cmake -E cmake_link_script CMakeFiles/test-core_func_noise.dir/link.txt --verbose=1 /usr/bin/c++ -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/test-core_func_noise.dir/core_func_noise.cpp.o -o test-core_func_noise [ 32%] Linking CXX executable test-core_func_matrix cd /builddir/build/BUILD/glm/build/test/core && /usr/bin/cmake -E cmake_link_script CMakeFiles/test-core_func_matrix.dir/link.txt --verbose=1 /usr/bin/c++ -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/test-core_func_matrix.dir/core_func_matrix.cpp.o -o test-core_func_matrix make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 32%] Built target test-core_func_noise make -f test/core/CMakeFiles/test-core_func_packing.dir/build.make test/core/CMakeFiles/test-core_func_packing.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/core /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/core /builddir/build/BUILD/glm/build/test/core/CMakeFiles/test-core_func_packing.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 32%] Built target test-core_func_matrix make -f test/core/CMakeFiles/test-core_func_vector_relational.dir/build.make test/core/CMakeFiles/test-core_func_vector_relational.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/core /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/core /builddir/build/BUILD/glm/build/test/core/CMakeFiles/test-core_func_vector_relational.dir/DependInfo.cmake --color= Scanning dependencies of target test-core_func_packing make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/core/CMakeFiles/test-core_func_packing.dir/build.make test/core/CMakeFiles/test-core_func_packing.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' [ 32%] Building CXX object test/core/CMakeFiles/test-core_func_packing.dir/core_func_packing.cpp.o cd /builddir/build/BUILD/glm/build/test/core && /usr/bin/c++ -D_CRT_SECURE_NO_WARNINGS -I/builddir/build/BUILD/glm -I/builddir/build/BUILD/glm/test/external -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 -pedantic -O2 -o CMakeFiles/test-core_func_packing.dir/core_func_packing.cpp.o -c /builddir/build/BUILD/glm/test/core/core_func_packing.cpp Scanning dependencies of target test-core_func_vector_relational make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/core/CMakeFiles/test-core_func_vector_relational.dir/build.make test/core/CMakeFiles/test-core_func_vector_relational.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' [ 32%] Building CXX object test/core/CMakeFiles/test-core_func_vector_relational.dir/core_func_vector_relational.cpp.o cd /builddir/build/BUILD/glm/build/test/core && /usr/bin/c++ -D_CRT_SECURE_NO_WARNINGS -I/builddir/build/BUILD/glm -I/builddir/build/BUILD/glm/test/external -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 -pedantic -O2 -o CMakeFiles/test-core_func_vector_relational.dir/core_func_vector_relational.cpp.o -c /builddir/build/BUILD/glm/test/core/core_func_vector_relational.cpp [ 32%] Linking CXX executable test-core_type_cast cd /builddir/build/BUILD/glm/build/test/core && /usr/bin/cmake -E cmake_link_script CMakeFiles/test-core_type_cast.dir/link.txt --verbose=1 /usr/bin/c++ -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/test-core_type_cast.dir/core_type_cast.cpp.o -o test-core_type_cast [ 32%] Linking CXX executable test-core_func_vector_relational cd /builddir/build/BUILD/glm/build/test/core && /usr/bin/cmake -E cmake_link_script CMakeFiles/test-core_func_vector_relational.dir/link.txt --verbose=1 /usr/bin/c++ -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/test-core_func_vector_relational.dir/core_func_vector_relational.cpp.o -o test-core_func_vector_relational make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 32%] Built target test-core_type_cast make -f test/core/CMakeFiles/test-core_func_swizzle.dir/build.make test/core/CMakeFiles/test-core_func_swizzle.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/core /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/core /builddir/build/BUILD/glm/build/test/core/CMakeFiles/test-core_func_swizzle.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 32%] Built target test-core_func_vector_relational make -f test/core/CMakeFiles/test-core_setup_message.dir/build.make test/core/CMakeFiles/test-core_setup_message.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/core /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/core /builddir/build/BUILD/glm/build/test/core/CMakeFiles/test-core_setup_message.dir/DependInfo.cmake --color= Scanning dependencies of target test-core_func_swizzle make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/core/CMakeFiles/test-core_func_swizzle.dir/build.make test/core/CMakeFiles/test-core_func_swizzle.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' Scanning dependencies of target test-core_setup_message make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/core/CMakeFiles/test-core_setup_message.dir/build.make test/core/CMakeFiles/test-core_setup_message.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' [ 32%] Building CXX object test/core/CMakeFiles/test-core_func_swizzle.dir/core_func_swizzle.cpp.o cd /builddir/build/BUILD/glm/build/test/core && /usr/bin/c++ -D_CRT_SECURE_NO_WARNINGS -I/builddir/build/BUILD/glm -I/builddir/build/BUILD/glm/test/external -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 -pedantic -O2 -o CMakeFiles/test-core_func_swizzle.dir/core_func_swizzle.cpp.o -c /builddir/build/BUILD/glm/test/core/core_func_swizzle.cpp [ 33%] Building CXX object test/core/CMakeFiles/test-core_setup_message.dir/core_setup_message.cpp.o cd /builddir/build/BUILD/glm/build/test/core && /usr/bin/c++ -D_CRT_SECURE_NO_WARNINGS -I/builddir/build/BUILD/glm -I/builddir/build/BUILD/glm/test/external -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 -pedantic -O2 -o CMakeFiles/test-core_setup_message.dir/core_setup_message.cpp.o -c /builddir/build/BUILD/glm/test/core/core_setup_message.cpp In file included from /builddir/build/BUILD/glm/glm/detail/setup.hpp:30:0, from /builddir/build/BUILD/glm/glm/detail/precision.hpp:6, from /builddir/build/BUILD/glm/glm/detail/type_vec.hpp:6, from /builddir/build/BUILD/glm/glm/detail/type_vec3.hpp:6, from /builddir/build/BUILD/glm/glm/vec3.hpp:6, from /builddir/build/BUILD/glm/test/core/core_setup_message.cpp:2: /builddir/build/BUILD/glm/glm/detail/../simd/platform.h:63:49: note: #pragma message: GLM: Linux platform detected # pragma message("GLM: Linux platform detected") ^ In file included from /builddir/build/BUILD/glm/glm/detail/precision.hpp:6:0, from /builddir/build/BUILD/glm/glm/detail/type_vec.hpp:6, from /builddir/build/BUILD/glm/glm/detail/type_vec3.hpp:6, from /builddir/build/BUILD/glm/glm/vec3.hpp:6, from /builddir/build/BUILD/glm/test/core/core_setup_message.cpp:2: /builddir/build/BUILD/glm/glm/detail/setup.hpp:43:41: note: #pragma message: GLM: version 0.9.8.4 # pragma message ("GLM: version 0.9.8.4") ^ /builddir/build/BUILD/glm/glm/detail/setup.hpp:58:47: note: #pragma message: GLM: GCC compiler detected # pragma message("GLM: GCC compiler detected") ^ /builddir/build/BUILD/glm/glm/detail/setup.hpp:82:39: note: #pragma message: GLM: 64 bits model # pragma message("GLM: 64 bits model") ^ /builddir/build/BUILD/glm/glm/detail/setup.hpp:91:51: note: #pragma message: GLM: Platform independent code # pragma message("GLM: Platform independent code") ^ In file included from /builddir/build/BUILD/glm/glm/detail/precision.hpp:6:0, from /builddir/build/BUILD/glm/glm/detail/type_vec.hpp:6, from /builddir/build/BUILD/glm/glm/detail/type_vec3.hpp:6, from /builddir/build/BUILD/glm/glm/vec3.hpp:6, from /builddir/build/BUILD/glm/test/core/core_setup_message.cpp:2: /builddir/build/BUILD/glm/glm/detail/setup.hpp:271:31: note: #pragma message: GLM: C++14 # pragma message("GLM: C++14") ^ /builddir/build/BUILD/glm/glm/detail/setup.hpp:607:103: note: #pragma message: GLM: Swizzling operators disabled, #define GLM_SWIZZLE to enable swizzle operators # pragma message("GLM: Swizzling operators disabled, #define GLM_SWIZZLE to enable swizzle operators") ^ /builddir/build/BUILD/glm/glm/detail/setup.hpp:650:63: note: #pragma message: GLM: Depth clip space: negative one to one # pragma message("GLM: Depth clip space: negative one to one") ^ /builddir/build/BUILD/glm/glm/detail/setup.hpp:676:57: note: #pragma message: GLM: Coordinate system: right handed # pragma message("GLM: Coordinate system: right handed") ^ /builddir/build/BUILD/glm/glm/detail/setup.hpp:795:108: note: #pragma message: GLM: .length() returns glm::length_t, a typedef of int following the GLSL specification # pragma message("GLM: .length() returns glm::length_t, a typedef of int following the GLSL specification") ^ [ 33%] Linking CXX executable test-core_setup_message cd /builddir/build/BUILD/glm/build/test/core && /usr/bin/cmake -E cmake_link_script CMakeFiles/test-core_setup_message.dir/link.txt --verbose=1 /usr/bin/c++ -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/test-core_setup_message.dir/core_setup_message.cpp.o -o test-core_setup_message make[2]: Leaving directory '/builddir/build/BUILD/glm/build' In file included from /builddir/build/BUILD/glm/glm/detail/setup.hpp:30:0, from /builddir/build/BUILD/glm/glm/detail/type_int.hpp:6, from /builddir/build/BUILD/glm/glm/fwd.hpp:6, from /builddir/build/BUILD/glm/glm/glm.hpp:61, from /builddir/build/BUILD/glm/test/core/core_func_swizzle.cpp:3: /builddir/build/BUILD/glm/glm/detail/../simd/platform.h:63:49: note: #pragma message: GLM: Linux platform detected # pragma message("GLM: Linux platform detected") ^ In file included from /builddir/build/BUILD/glm/glm/detail/type_int.hpp:6:0, from /builddir/build/BUILD/glm/glm/fwd.hpp:6, from /builddir/build/BUILD/glm/glm/glm.hpp:61, from /builddir/build/BUILD/glm/test/core/core_func_swizzle.cpp:3: /builddir/build/BUILD/glm/glm/detail/setup.hpp:43:41: note: #pragma message: GLM: version 0.9.8.4 # pragma message ("GLM: version 0.9.8.4") ^ /builddir/build/BUILD/glm/glm/detail/setup.hpp:58:47: note: #pragma message: GLM: GCC compiler detected # pragma message("GLM: GCC compiler detected") ^ /builddir/build/BUILD/glm/glm/detail/setup.hpp:82:39: note: #pragma message: GLM: 64 bits model # pragma message("GLM: 64 bits model") ^ /builddir/build/BUILD/glm/glm/detail/setup.hpp:91:51: note: #pragma message: GLM: Platform independent code # pragma message("GLM: Platform independent code") ^ In file included from /builddir/build/BUILD/glm/glm/detail/type_int.hpp:6:0, from /builddir/build/BUILD/glm/glm/fwd.hpp:6, from /builddir/build/BUILD/glm/glm/glm.hpp:61, from /builddir/build/BUILD/glm/test/core/core_func_swizzle.cpp:3: /builddir/build/BUILD/glm/glm/detail/setup.hpp:271:31: note: #pragma message: GLM: C++14 # pragma message("GLM: C++14") ^ /builddir/build/BUILD/glm/glm/detail/setup.hpp:605:53: note: #pragma message: GLM: Swizzling operators enabled # pragma message("GLM: Swizzling operators enabled") ^ /builddir/build/BUILD/glm/glm/detail/setup.hpp:650:63: note: #pragma message: GLM: Depth clip space: negative one to one # pragma message("GLM: Depth clip space: negative one to one") ^ /builddir/build/BUILD/glm/glm/detail/setup.hpp:676:57: note: #pragma message: GLM: Coordinate system: right handed # pragma message("GLM: Coordinate system: right handed") ^ /builddir/build/BUILD/glm/glm/detail/setup.hpp:795:108: note: #pragma message: GLM: .length() returns glm::length_t, a typedef of int following the GLSL specification # pragma message("GLM: .length() returns glm::length_t, a typedef of int following the GLSL specification") ^ [ 33%] Built target test-core_setup_message make -f test/gtc/CMakeFiles/test-gtc_ulp.dir/build.make test/gtc/CMakeFiles/test-gtc_ulp.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtc /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtc /builddir/build/BUILD/glm/build/test/gtc/CMakeFiles/test-gtc_ulp.dir/DependInfo.cmake --color= Scanning dependencies of target test-gtc_ulp make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtc/CMakeFiles/test-gtc_ulp.dir/build.make test/gtc/CMakeFiles/test-gtc_ulp.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' [ 33%] Building CXX object test/gtc/CMakeFiles/test-gtc_ulp.dir/gtc_ulp.cpp.o cd /builddir/build/BUILD/glm/build/test/gtc && /usr/bin/c++ -D_CRT_SECURE_NO_WARNINGS -I/builddir/build/BUILD/glm -I/builddir/build/BUILD/glm/test/external -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 -pedantic -O2 -o CMakeFiles/test-gtc_ulp.dir/gtc_ulp.cpp.o -c /builddir/build/BUILD/glm/test/gtc/gtc_ulp.cpp In file included from /builddir/build/BUILD/glm/test/core/core_func_swizzle.cpp:3:0: /builddir/build/BUILD/glm/glm/glm.hpp:65:46: note: #pragma message: GLM: Core library included # pragma message("GLM: Core library included") ^ [ 34%] Linking CXX executable test-core_func_packing cd /builddir/build/BUILD/glm/build/test/core && /usr/bin/cmake -E cmake_link_script CMakeFiles/test-core_func_packing.dir/link.txt --verbose=1 /usr/bin/c++ -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/test-core_func_packing.dir/core_func_packing.cpp.o -o test-core_func_packing make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 35%] Linking CXX executable test-gtc_ulp cd /builddir/build/BUILD/glm/build/test/gtc && /usr/bin/cmake -E cmake_link_script CMakeFiles/test-gtc_ulp.dir/link.txt --verbose=1 [ 35%] Built target test-core_func_packing make -f test/gtc/CMakeFiles/test-gtc_type_ptr.dir/build.make test/gtc/CMakeFiles/test-gtc_type_ptr.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtc /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtc /builddir/build/BUILD/glm/build/test/gtc/CMakeFiles/test-gtc_type_ptr.dir/DependInfo.cmake --color= /usr/bin/c++ -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/test-gtc_ulp.dir/gtc_ulp.cpp.o -o test-gtc_ulp Scanning dependencies of target test-gtc_type_ptr make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtc/CMakeFiles/test-gtc_type_ptr.dir/build.make test/gtc/CMakeFiles/test-gtc_type_ptr.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' [ 35%] Building CXX object test/gtc/CMakeFiles/test-gtc_type_ptr.dir/gtc_type_ptr.cpp.o cd /builddir/build/BUILD/glm/build/test/gtc && /usr/bin/c++ -D_CRT_SECURE_NO_WARNINGS -I/builddir/build/BUILD/glm -I/builddir/build/BUILD/glm/test/external -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 -pedantic -O2 -o CMakeFiles/test-gtc_type_ptr.dir/gtc_type_ptr.cpp.o -c /builddir/build/BUILD/glm/test/gtc/gtc_type_ptr.cpp make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 35%] Built target test-gtc_ulp make -f test/gtc/CMakeFiles/test-gtc_type_aligned.dir/build.make test/gtc/CMakeFiles/test-gtc_type_aligned.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtc /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtc /builddir/build/BUILD/glm/build/test/gtc/CMakeFiles/test-gtc_type_aligned.dir/DependInfo.cmake --color= Scanning dependencies of target test-gtc_type_aligned make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtc/CMakeFiles/test-gtc_type_aligned.dir/build.make test/gtc/CMakeFiles/test-gtc_type_aligned.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' [ 36%] Building CXX object test/gtc/CMakeFiles/test-gtc_type_aligned.dir/gtc_type_aligned.cpp.o cd /builddir/build/BUILD/glm/build/test/gtc && /usr/bin/c++ -D_CRT_SECURE_NO_WARNINGS -I/builddir/build/BUILD/glm -I/builddir/build/BUILD/glm/test/external -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 -pedantic -O2 -o CMakeFiles/test-gtc_type_aligned.dir/gtc_type_aligned.cpp.o -c /builddir/build/BUILD/glm/test/gtc/gtc_type_aligned.cpp In file included from /builddir/build/BUILD/glm/glm/detail/setup.hpp:30:0, from /builddir/build/BUILD/glm/glm/detail/type_int.hpp:6, from /builddir/build/BUILD/glm/glm/fwd.hpp:6, from /builddir/build/BUILD/glm/glm/glm.hpp:61, from /builddir/build/BUILD/glm/test/gtc/gtc_type_aligned.cpp:2: /builddir/build/BUILD/glm/glm/detail/../simd/platform.h:63:49: note: #pragma message: GLM: Linux platform detected # pragma message("GLM: Linux platform detected") ^ In file included from /builddir/build/BUILD/glm/glm/detail/type_int.hpp:6:0, from /builddir/build/BUILD/glm/glm/fwd.hpp:6, from /builddir/build/BUILD/glm/glm/glm.hpp:61, from /builddir/build/BUILD/glm/test/gtc/gtc_type_aligned.cpp:2: /builddir/build/BUILD/glm/glm/detail/setup.hpp:43:41: note: #pragma message: GLM: version 0.9.8.4 # pragma message ("GLM: version 0.9.8.4") ^ /builddir/build/BUILD/glm/glm/detail/setup.hpp:58:47: note: #pragma message: GLM: GCC compiler detected # pragma message("GLM: GCC compiler detected") ^ /builddir/build/BUILD/glm/glm/detail/setup.hpp:82:39: note: #pragma message: GLM: 64 bits model # pragma message("GLM: 64 bits model") ^ /builddir/build/BUILD/glm/glm/detail/setup.hpp:91:51: note: #pragma message: GLM: Platform independent code # pragma message("GLM: Platform independent code") ^ In file included from /builddir/build/BUILD/glm/glm/detail/type_int.hpp:6:0, from /builddir/build/BUILD/glm/glm/fwd.hpp:6, from /builddir/build/BUILD/glm/glm/glm.hpp:61, from /builddir/build/BUILD/glm/test/gtc/gtc_type_aligned.cpp:2: /builddir/build/BUILD/glm/glm/detail/setup.hpp:271:31: note: #pragma message: GLM: C++14 # pragma message("GLM: C++14") ^ /builddir/build/BUILD/glm/glm/detail/setup.hpp:607:103: note: #pragma message: GLM: Swizzling operators disabled, #define GLM_SWIZZLE to enable swizzle operators # pragma message("GLM: Swizzling operators disabled, #define GLM_SWIZZLE to enable swizzle operators") ^ /builddir/build/BUILD/glm/glm/detail/setup.hpp:650:63: note: #pragma message: GLM: Depth clip space: negative one to one # pragma message("GLM: Depth clip space: negative one to one") ^ /builddir/build/BUILD/glm/glm/detail/setup.hpp:676:57: note: #pragma message: GLM: Coordinate system: right handed # pragma message("GLM: Coordinate system: right handed") ^ /builddir/build/BUILD/glm/glm/detail/setup.hpp:795:108: note: #pragma message: GLM: .length() returns glm::length_t, a typedef of int following the GLSL specification # pragma message("GLM: .length() returns glm::length_t, a typedef of int following the GLSL specification") ^ In file included from /builddir/build/BUILD/glm/test/gtc/gtc_type_aligned.cpp:2:0: /builddir/build/BUILD/glm/glm/glm.hpp:65:46: note: #pragma message: GLM: Core library included # pragma message("GLM: Core library included") ^ [ 37%] Linking CXX executable test-core_type_vec4 cd /builddir/build/BUILD/glm/build/test/core && /usr/bin/cmake -E cmake_link_script CMakeFiles/test-core_type_vec4.dir/link.txt --verbose=1 /usr/bin/c++ -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/test-core_type_vec4.dir/core_type_vec4.cpp.o -o test-core_type_vec4 make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 37%] Built target test-core_type_vec4 make -f test/gtc/CMakeFiles/test-gtc_functions.dir/build.make test/gtc/CMakeFiles/test-gtc_functions.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtc /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtc /builddir/build/BUILD/glm/build/test/gtc/CMakeFiles/test-gtc_functions.dir/DependInfo.cmake --color= Scanning dependencies of target test-gtc_functions make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtc/CMakeFiles/test-gtc_functions.dir/build.make test/gtc/CMakeFiles/test-gtc_functions.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' [ 38%] Building CXX object test/gtc/CMakeFiles/test-gtc_functions.dir/gtc_functions.cpp.o cd /builddir/build/BUILD/glm/build/test/gtc && /usr/bin/c++ -D_CRT_SECURE_NO_WARNINGS -I/builddir/build/BUILD/glm -I/builddir/build/BUILD/glm/test/external -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 -pedantic -O2 -o CMakeFiles/test-gtc_functions.dir/gtc_functions.cpp.o -c /builddir/build/BUILD/glm/test/gtc/gtc_functions.cpp In file included from /builddir/build/BUILD/glm/test/gtc/gtc_type_aligned.cpp:5:0: /builddir/build/BUILD/glm/glm/gtc/type_aligned.hpp:18:64: note: #pragma message: GLM: GLM_GTC_type_aligned extension included # pragma message("GLM: GLM_GTC_type_aligned extension included") ^ In file included from /builddir/build/BUILD/glm/glm/gtc/type_aligned.hpp:24:0, from /builddir/build/BUILD/glm/test/gtc/gtc_type_aligned.cpp:5: /builddir/build/BUILD/glm/glm/gtc/../gtc/vec1.hpp:19:56: note: #pragma message: GLM: GLM_GTC_vec1 extension included # pragma message("GLM: GLM_GTC_vec1 extension included") ^ /builddir/build/BUILD/glm/test/gtc/gtc_type_ptr.cpp: In function 'int test_make_pointer_mat()': /builddir/build/BUILD/glm/test/gtc/gtc_type_ptr.cpp:194:14: warning: variable 'Mat2x2A' set but not used [-Wunused-but-set-variable] glm::mat2x2 Mat2x2A = glm::make_mat2x2(ArrayA); ^~~~~~~ /builddir/build/BUILD/glm/test/gtc/gtc_type_ptr.cpp:195:14: warning: variable 'Mat2x3A' set but not used [-Wunused-but-set-variable] glm::mat2x3 Mat2x3A = glm::make_mat2x3(ArrayA); ^~~~~~~ /builddir/build/BUILD/glm/test/gtc/gtc_type_ptr.cpp:196:14: warning: variable 'Mat2x4A' set but not used [-Wunused-but-set-variable] glm::mat2x4 Mat2x4A = glm::make_mat2x4(ArrayA); ^~~~~~~ /builddir/build/BUILD/glm/test/gtc/gtc_type_ptr.cpp:197:14: warning: variable 'Mat3x2A' set but not used [-Wunused-but-set-variable] glm::mat3x2 Mat3x2A = glm::make_mat3x2(ArrayA); ^~~~~~~ /builddir/build/BUILD/glm/test/gtc/gtc_type_ptr.cpp:198:14: warning: variable 'Mat3x3A' set but not used [-Wunused-but-set-variable] glm::mat3x3 Mat3x3A = glm::make_mat3x3(ArrayA); ^~~~~~~ /builddir/build/BUILD/glm/test/gtc/gtc_type_ptr.cpp:199:14: warning: variable 'Mat3x4A' set but not used [-Wunused-but-set-variable] glm::mat3x4 Mat3x4A = glm::make_mat3x4(ArrayA); ^~~~~~~ /builddir/build/BUILD/glm/test/gtc/gtc_type_ptr.cpp:200:14: warning: variable 'Mat4x2A' set but not used [-Wunused-but-set-variable] glm::mat4x2 Mat4x2A = glm::make_mat4x2(ArrayA); ^~~~~~~ /builddir/build/BUILD/glm/test/gtc/gtc_type_ptr.cpp:201:14: warning: variable 'Mat4x3A' set but not used [-Wunused-but-set-variable] glm::mat4x3 Mat4x3A = glm::make_mat4x3(ArrayA); ^~~~~~~ /builddir/build/BUILD/glm/test/gtc/gtc_type_ptr.cpp:202:14: warning: variable 'Mat4x4A' set but not used [-Wunused-but-set-variable] glm::mat4x4 Mat4x4A = glm::make_mat4x4(ArrayA); ^~~~~~~ /builddir/build/BUILD/glm/test/gtc/gtc_type_ptr.cpp:204:15: warning: variable 'Mat2x2B' set but not used [-Wunused-but-set-variable] glm::dmat2x2 Mat2x2B = glm::make_mat2x2(ArrayB); ^~~~~~~ /builddir/build/BUILD/glm/test/gtc/gtc_type_ptr.cpp:205:15: warning: variable 'Mat2x3B' set but not used [-Wunused-but-set-variable] glm::dmat2x3 Mat2x3B = glm::make_mat2x3(ArrayB); ^~~~~~~ /builddir/build/BUILD/glm/test/gtc/gtc_type_ptr.cpp:206:15: warning: variable 'Mat2x4B' set but not used [-Wunused-but-set-variable] glm::dmat2x4 Mat2x4B = glm::make_mat2x4(ArrayB); ^~~~~~~ /builddir/build/BUILD/glm/test/gtc/gtc_type_ptr.cpp:207:15: warning: variable 'Mat3x2B' set but not used [-Wunused-but-set-variable] glm::dmat3x2 Mat3x2B = glm::make_mat3x2(ArrayB); ^~~~~~~ /builddir/build/BUILD/glm/test/gtc/gtc_type_ptr.cpp:208:15: warning: variable 'Mat3x3B' set but not used [-Wunused-but-set-variable] glm::dmat3x3 Mat3x3B = glm::make_mat3x3(ArrayB); ^~~~~~~ /builddir/build/BUILD/glm/test/gtc/gtc_type_ptr.cpp:209:15: warning: variable 'Mat3x4B' set but not used [-Wunused-but-set-variable] glm::dmat3x4 Mat3x4B = glm::make_mat3x4(ArrayB); ^~~~~~~ /builddir/build/BUILD/glm/test/gtc/gtc_type_ptr.cpp:210:15: warning: variable 'Mat4x2B' set but not used [-Wunused-but-set-variable] glm::dmat4x2 Mat4x2B = glm::make_mat4x2(ArrayB); ^~~~~~~ /builddir/build/BUILD/glm/test/gtc/gtc_type_ptr.cpp:211:15: warning: variable 'Mat4x3B' set but not used [-Wunused-but-set-variable] glm::dmat4x3 Mat4x3B = glm::make_mat4x3(ArrayB); ^~~~~~~ /builddir/build/BUILD/glm/test/gtc/gtc_type_ptr.cpp:212:15: warning: variable 'Mat4x4B' set but not used [-Wunused-but-set-variable] glm::dmat4x4 Mat4x4B = glm::make_mat4x4(ArrayB); ^~~~~~~ /builddir/build/BUILD/glm/test/gtc/gtc_type_aligned.cpp: In function 'int main()': /builddir/build/BUILD/glm/test/gtc/gtc_type_aligned.cpp:100:14: warning: unused variable 'A0' [-Wunused-variable] std::size_t A0 = sizeof(my_dvec4_aligned); ^~ /builddir/build/BUILD/glm/test/gtc/gtc_type_aligned.cpp:101:14: warning: unused variable 'B0' [-Wunused-variable] std::size_t B0 = sizeof(my_dvec4_packed); ^~ /builddir/build/BUILD/glm/test/gtc/gtc_type_aligned.cpp:102:14: warning: unused variable 'C0' [-Wunused-variable] std::size_t C0 = sizeof(glm::aligned_dvec4); ^~ /builddir/build/BUILD/glm/test/gtc/gtc_type_aligned.cpp:104:14: warning: unused variable 'A1' [-Wunused-variable] std::size_t A1 = sizeof(my_vec4_aligned); ^~ /builddir/build/BUILD/glm/test/gtc/gtc_type_aligned.cpp:105:14: warning: unused variable 'B1' [-Wunused-variable] std::size_t B1 = sizeof(my_vec4_packed); ^~ /builddir/build/BUILD/glm/test/gtc/gtc_type_aligned.cpp:106:14: warning: unused variable 'C1' [-Wunused-variable] std::size_t C1 = sizeof(glm::aligned_vec4); ^~ /builddir/build/BUILD/glm/test/gtc/gtc_type_ptr.cpp: In function 'int test_make_pointer_vec()': /builddir/build/BUILD/glm/test/gtc/gtc_type_ptr.cpp:225:12: warning: variable 'Vec2A' set but not used [-Wunused-but-set-variable] glm::vec2 Vec2A = glm::make_vec2(ArrayA); ^~~~~ /builddir/build/BUILD/glm/test/gtc/gtc_type_ptr.cpp:226:12: warning: variable 'Vec3A' set but not used [-Wunused-but-set-variable] glm::vec3 Vec3A = glm::make_vec3(ArrayA); ^~~~~ /builddir/build/BUILD/glm/test/gtc/gtc_type_ptr.cpp:227:12: warning: variable 'Vec4A' set but not used [-Wunused-but-set-variable] glm::vec4 Vec4A = glm::make_vec4(ArrayA); ^~~~~ /builddir/build/BUILD/glm/test/gtc/gtc_type_ptr.cpp:229:13: warning: variable 'Vec2B' set but not used [-Wunused-but-set-variable] glm::ivec2 Vec2B = glm::make_vec2(ArrayB); ^~~~~ /builddir/build/BUILD/glm/test/gtc/gtc_type_ptr.cpp:230:13: warning: variable 'Vec3B' set but not used [-Wunused-but-set-variable] glm::ivec3 Vec3B = glm::make_vec3(ArrayB); ^~~~~ /builddir/build/BUILD/glm/test/gtc/gtc_type_ptr.cpp:231:13: warning: variable 'Vec4B' set but not used [-Wunused-but-set-variable] glm::ivec4 Vec4B = glm::make_vec4(ArrayB); ^~~~~ /builddir/build/BUILD/glm/test/gtc/gtc_type_ptr.cpp:233:13: warning: variable 'Vec2C' set but not used [-Wunused-but-set-variable] glm::bvec2 Vec2C = glm::make_vec2(ArrayC); ^~~~~ /builddir/build/BUILD/glm/test/gtc/gtc_type_ptr.cpp:234:13: warning: variable 'Vec3C' set but not used [-Wunused-but-set-variable] glm::bvec3 Vec3C = glm::make_vec3(ArrayC); ^~~~~ /builddir/build/BUILD/glm/test/gtc/gtc_type_ptr.cpp:235:13: warning: variable 'Vec4C' set but not used [-Wunused-but-set-variable] glm::bvec4 Vec4C = glm::make_vec4(ArrayC); ^~~~~ [ 38%] Linking CXX executable test-gtc_type_aligned cd /builddir/build/BUILD/glm/build/test/gtc && /usr/bin/cmake -E cmake_link_script CMakeFiles/test-gtc_type_aligned.dir/link.txt --verbose=1 /usr/bin/c++ -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/test-gtc_type_aligned.dir/gtc_type_aligned.cpp.o -o test-gtc_type_aligned make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 38%] Built target test-gtc_type_aligned make -f test/gtc/CMakeFiles/test-gtc_noise.dir/build.make test/gtc/CMakeFiles/test-gtc_noise.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtc /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtc /builddir/build/BUILD/glm/build/test/gtc/CMakeFiles/test-gtc_noise.dir/DependInfo.cmake --color= Scanning dependencies of target test-gtc_noise make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtc/CMakeFiles/test-gtc_noise.dir/build.make test/gtc/CMakeFiles/test-gtc_noise.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' [ 38%] Building CXX object test/gtc/CMakeFiles/test-gtc_noise.dir/gtc_noise.cpp.o cd /builddir/build/BUILD/glm/build/test/gtc && /usr/bin/c++ -D_CRT_SECURE_NO_WARNINGS -I/builddir/build/BUILD/glm -I/builddir/build/BUILD/glm/test/external -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 -pedantic -O2 -o CMakeFiles/test-gtc_noise.dir/gtc_noise.cpp.o -c /builddir/build/BUILD/glm/test/gtc/gtc_noise.cpp [ 39%] Linking CXX executable test-gtc_type_ptr cd /builddir/build/BUILD/glm/build/test/gtc && /usr/bin/cmake -E cmake_link_script CMakeFiles/test-gtc_type_ptr.dir/link.txt --verbose=1 /usr/bin/c++ -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/test-gtc_type_ptr.dir/gtc_type_ptr.cpp.o -o test-gtc_type_ptr make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 39%] Built target test-gtc_type_ptr make -f test/gtc/CMakeFiles/test-gtc_integer.dir/build.make test/gtc/CMakeFiles/test-gtc_integer.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtc /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtc /builddir/build/BUILD/glm/build/test/gtc/CMakeFiles/test-gtc_integer.dir/DependInfo.cmake --color= Scanning dependencies of target test-gtc_integer make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtc/CMakeFiles/test-gtc_integer.dir/build.make test/gtc/CMakeFiles/test-gtc_integer.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' [ 40%] Building CXX object test/gtc/CMakeFiles/test-gtc_integer.dir/gtc_integer.cpp.o cd /builddir/build/BUILD/glm/build/test/gtc && /usr/bin/c++ -D_CRT_SECURE_NO_WARNINGS -I/builddir/build/BUILD/glm -I/builddir/build/BUILD/glm/test/external -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 -pedantic -O2 -o CMakeFiles/test-gtc_integer.dir/gtc_integer.cpp.o -c /builddir/build/BUILD/glm/test/gtc/gtc_integer.cpp [ 40%] Linking CXX executable test-gtc_functions cd /builddir/build/BUILD/glm/build/test/gtc && /usr/bin/cmake -E cmake_link_script CMakeFiles/test-gtc_functions.dir/link.txt --verbose=1 /usr/bin/c++ -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/test-gtc_functions.dir/gtc_functions.cpp.o -o test-gtc_functions make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 40%] Built target test-gtc_functions make -f test/gtc/CMakeFiles/test-gtc_type_precision.dir/build.make test/gtc/CMakeFiles/test-gtc_type_precision.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtc /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtc /builddir/build/BUILD/glm/build/test/gtc/CMakeFiles/test-gtc_type_precision.dir/DependInfo.cmake --color= Scanning dependencies of target test-gtc_type_precision make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtc/CMakeFiles/test-gtc_type_precision.dir/build.make test/gtc/CMakeFiles/test-gtc_type_precision.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' [ 41%] Building CXX object test/gtc/CMakeFiles/test-gtc_type_precision.dir/gtc_type_precision.cpp.o cd /builddir/build/BUILD/glm/build/test/gtc && /usr/bin/c++ -D_CRT_SECURE_NO_WARNINGS -I/builddir/build/BUILD/glm -I/builddir/build/BUILD/glm/test/external -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 -pedantic -O2 -o CMakeFiles/test-gtc_type_precision.dir/gtc_type_precision.cpp.o -c /builddir/build/BUILD/glm/test/gtc/gtc_type_precision.cpp /builddir/build/BUILD/glm/test/gtc/gtc_type_precision.cpp:863:0: warning: ignoring #pragma omp parallel [-Wunknown-pragmas] #pragma omp parallel for default(none) shared(VectorA, VectorB, VectorC) /builddir/build/BUILD/glm/test/gtc/gtc_type_precision.cpp: In function 'int test_fvec_conversion()': /builddir/build/BUILD/glm/test/gtc/gtc_type_precision.cpp:838:19: warning: variable 'a' set but not used [-Wunused-but-set-variable] glm::highp_vec4 a = glm::vec4(1, 2, 3, 4); ^ /builddir/build/BUILD/glm/test/gtc/gtc_type_precision.cpp:843:19: warning: variable 'f' set but not used [-Wunused-but-set-variable] glm::lowp_ivec3 f = glm::ivec3(e); ^ /builddir/build/BUILD/glm/test/gtc/gtc_type_precision.cpp: In function 'int test_openmp()': /builddir/build/BUILD/glm/test/gtc/gtc_type_precision.cpp:864:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i = 0; i < VectorC.size(); ++i) ~~^~~~~~~~~~~~~~~~ [ 41%] Linking CXX executable test-gtc_integer cd /builddir/build/BUILD/glm/build/test/gtc && /usr/bin/cmake -E cmake_link_script CMakeFiles/test-gtc_integer.dir/link.txt --verbose=1 /usr/bin/c++ -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/test-gtc_integer.dir/gtc_integer.cpp.o -o test-gtc_integer make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 41%] Built target test-gtc_integer make -f test/gtc/CMakeFiles/test-gtc_constants.dir/build.make test/gtc/CMakeFiles/test-gtc_constants.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtc /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtc /builddir/build/BUILD/glm/build/test/gtc/CMakeFiles/test-gtc_constants.dir/DependInfo.cmake --color= Scanning dependencies of target test-gtc_constants make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtc/CMakeFiles/test-gtc_constants.dir/build.make test/gtc/CMakeFiles/test-gtc_constants.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' [ 42%] Building CXX object test/gtc/CMakeFiles/test-gtc_constants.dir/gtc_constants.cpp.o cd /builddir/build/BUILD/glm/build/test/gtc && /usr/bin/c++ -D_CRT_SECURE_NO_WARNINGS -I/builddir/build/BUILD/glm -I/builddir/build/BUILD/glm/test/external -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 -pedantic -O2 -o CMakeFiles/test-gtc_constants.dir/gtc_constants.cpp.o -c /builddir/build/BUILD/glm/test/gtc/gtc_constants.cpp /builddir/build/BUILD/glm/test/gtc/gtc_constants.cpp: In function 'int test_epsilon()': /builddir/build/BUILD/glm/test/gtc/gtc_constants.cpp:8:9: warning: unused variable 'Test' [-Wunused-variable] float Test = glm::epsilon(); ^~~~ /builddir/build/BUILD/glm/test/gtc/gtc_constants.cpp:12:10: warning: unused variable 'Test' [-Wunused-variable] double Test = glm::epsilon(); ^~~~ [ 42%] Linking CXX executable test-gtc_constants cd /builddir/build/BUILD/glm/build/test/gtc && /usr/bin/cmake -E cmake_link_script CMakeFiles/test-gtc_constants.dir/link.txt --verbose=1 /usr/bin/c++ -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/test-gtc_constants.dir/gtc_constants.cpp.o -o test-gtc_constants make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 42%] Built target test-gtc_constants make -f test/gtc/CMakeFiles/test-gtc_bitfield.dir/build.make test/gtc/CMakeFiles/test-gtc_bitfield.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtc /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtc /builddir/build/BUILD/glm/build/test/gtc/CMakeFiles/test-gtc_bitfield.dir/DependInfo.cmake --color= Scanning dependencies of target test-gtc_bitfield make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtc/CMakeFiles/test-gtc_bitfield.dir/build.make test/gtc/CMakeFiles/test-gtc_bitfield.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' [ 42%] Building CXX object test/gtc/CMakeFiles/test-gtc_bitfield.dir/gtc_bitfield.cpp.o cd /builddir/build/BUILD/glm/build/test/gtc && /usr/bin/c++ -D_CRT_SECURE_NO_WARNINGS -I/builddir/build/BUILD/glm -I/builddir/build/BUILD/glm/test/external -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 -pedantic -O2 -o CMakeFiles/test-gtc_bitfield.dir/gtc_bitfield.cpp.o -c /builddir/build/BUILD/glm/test/gtc/gtc_bitfield.cpp [ 42%] Linking CXX executable test-gtc_type_precision cd /builddir/build/BUILD/glm/build/test/gtc && /usr/bin/cmake -E cmake_link_script CMakeFiles/test-gtc_type_precision.dir/link.txt --verbose=1 /usr/bin/c++ -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/test-gtc_type_precision.dir/gtc_type_precision.cpp.o -o test-gtc_type_precision make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 42%] Built target test-gtc_type_precision make -f test/gtc/CMakeFiles/test-gtc_reciprocal.dir/build.make test/gtc/CMakeFiles/test-gtc_reciprocal.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtc /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtc /builddir/build/BUILD/glm/build/test/gtc/CMakeFiles/test-gtc_reciprocal.dir/DependInfo.cmake --color= Scanning dependencies of target test-gtc_reciprocal make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtc/CMakeFiles/test-gtc_reciprocal.dir/build.make test/gtc/CMakeFiles/test-gtc_reciprocal.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' [ 43%] Building CXX object test/gtc/CMakeFiles/test-gtc_reciprocal.dir/gtc_reciprocal.cpp.o cd /builddir/build/BUILD/glm/build/test/gtc && /usr/bin/c++ -D_CRT_SECURE_NO_WARNINGS -I/builddir/build/BUILD/glm -I/builddir/build/BUILD/glm/test/external -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 -pedantic -O2 -o CMakeFiles/test-gtc_reciprocal.dir/gtc_reciprocal.cpp.o -c /builddir/build/BUILD/glm/test/gtc/gtc_reciprocal.cpp [ 44%] Linking CXX executable test-core_func_swizzle cd /builddir/build/BUILD/glm/build/test/core && /usr/bin/cmake -E cmake_link_script CMakeFiles/test-core_func_swizzle.dir/link.txt --verbose=1 /usr/bin/c++ -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/test-core_func_swizzle.dir/core_func_swizzle.cpp.o -o test-core_func_swizzle make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 44%] Built target test-core_func_swizzle make -f test/gtc/CMakeFiles/test-gtc_color_space.dir/build.make test/gtc/CMakeFiles/test-gtc_color_space.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtc /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtc /builddir/build/BUILD/glm/build/test/gtc/CMakeFiles/test-gtc_color_space.dir/DependInfo.cmake --color= [ 44%] Linking CXX executable test-gtc_reciprocal cd /builddir/build/BUILD/glm/build/test/gtc && /usr/bin/cmake -E cmake_link_script CMakeFiles/test-gtc_reciprocal.dir/link.txt --verbose=1 /usr/bin/c++ -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/test-gtc_reciprocal.dir/gtc_reciprocal.cpp.o -o test-gtc_reciprocal Scanning dependencies of target test-gtc_color_space make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtc/CMakeFiles/test-gtc_color_space.dir/build.make test/gtc/CMakeFiles/test-gtc_color_space.dir/build /builddir/build/BUILD/glm/test/gtc/gtc_bitfield.cpp: In function 'int mask::mask_mix(int)': /builddir/build/BUILD/glm/test/gtc/gtc_bitfield.cpp:25:15: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] return Bits >= sizeof(int) * 8 ? 0xffffffff : (static_cast(1) << Bits) - static_cast(1); ~~~~~^~~~~~~~~~~~~~~~~~ make[2]: Entering directory '/builddir/build/BUILD/glm/build' /builddir/build/BUILD/glm/test/gtc/gtc_bitfield.cpp: In function 'int mask::test_uint()': /builddir/build/BUILD/glm/test/gtc/gtc_bitfield.cpp:138:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] Error += Data[i].Return == Result ? 0 : 1; ~~~~~~~~~~~~~~~^~~~~~~~~ /builddir/build/BUILD/glm/test/gtc/gtc_bitfield.cpp:144:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] Error += Data[i].Return == Result ? 0 : 1; ~~~~~~~~~~~~~~~^~~~~~~~~ /builddir/build/BUILD/glm/test/gtc/gtc_bitfield.cpp:150:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] Error += Data[i].Return == Result ? 0 : 1; ~~~~~~~~~~~~~~~^~~~~~~~~ /builddir/build/BUILD/glm/test/gtc/gtc_bitfield.cpp:156:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] Error += Data[i].Return == Result ? 0 : 1; ~~~~~~~~~~~~~~~^~~~~~~~~ [ 45%] Building CXX object test/gtc/CMakeFiles/test-gtc_color_space.dir/gtc_color_space.cpp.o cd /builddir/build/BUILD/glm/build/test/gtc && /usr/bin/c++ -D_CRT_SECURE_NO_WARNINGS -I/builddir/build/BUILD/glm -I/builddir/build/BUILD/glm/test/external -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 -pedantic -O2 -o CMakeFiles/test-gtc_color_space.dir/gtc_color_space.cpp.o -c /builddir/build/BUILD/glm/test/gtc/gtc_color_space.cpp /builddir/build/BUILD/glm/test/gtc/gtc_bitfield.cpp: In function 'int bitfieldInterleave::test()': /builddir/build/BUILD/glm/test/gtc/gtc_bitfield.cpp:495:17: warning: unused variable 'A' [-Wunused-variable] glm::uint64 A(glm::bitfieldInterleave(glm::uint8(x), glm::uint8(y))); ^ /builddir/build/BUILD/glm/test/gtc/gtc_bitfield.cpp:496:17: warning: unused variable 'B' [-Wunused-variable] glm::uint64 B(glm::bitfieldInterleave(glm::uint16(x), glm::uint16(y))); ^ /builddir/build/BUILD/glm/test/gtc/gtc_bitfield.cpp:497:17: warning: unused variable 'C' [-Wunused-variable] glm::uint64 C(glm::bitfieldInterleave(glm::uint32(x), glm::uint32(y))); ^ make[2]: Leaving directory '/builddir/build/BUILD/glm/build' In file included from /builddir/build/BUILD/glm/glm/gtc/bitfield.hpp:207:0, from /builddir/build/BUILD/glm/test/gtc/gtc_bitfield.cpp:1: /builddir/build/BUILD/glm/glm/gtc/bitfield.inl: In instantiation of 'genIUType glm::mask(genIUType) [with genIUType = int]': /builddir/build/BUILD/glm/test/gtc/gtc_bitfield.cpp:77:31: required from here /builddir/build/BUILD/glm/glm/gtc/bitfield.inl:230:15: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] return Bits >= sizeof(genIUType) * 8 ? ~static_cast(0) : (static_cast(1) << Bits) - static_cast(1); ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ [ 45%] Built target test-gtc_reciprocal make -f test/gtc/CMakeFiles/test-gtc_matrix_transform.dir/build.make test/gtc/CMakeFiles/test-gtc_matrix_transform.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtc /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtc /builddir/build/BUILD/glm/build/test/gtc/CMakeFiles/test-gtc_matrix_transform.dir/DependInfo.cmake --color= Scanning dependencies of target test-gtc_matrix_transform make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtc/CMakeFiles/test-gtc_matrix_transform.dir/build.make test/gtc/CMakeFiles/test-gtc_matrix_transform.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' [ 45%] Building CXX object test/gtc/CMakeFiles/test-gtc_matrix_transform.dir/gtc_matrix_transform.cpp.o cd /builddir/build/BUILD/glm/build/test/gtc && /usr/bin/c++ -D_CRT_SECURE_NO_WARNINGS -I/builddir/build/BUILD/glm -I/builddir/build/BUILD/glm/test/external -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 -pedantic -O2 -o CMakeFiles/test-gtc_matrix_transform.dir/gtc_matrix_transform.cpp.o -c /builddir/build/BUILD/glm/test/gtc/gtc_matrix_transform.cpp [ 45%] Linking CXX executable test-gtc_bitfield cd /builddir/build/BUILD/glm/build/test/gtc && /usr/bin/cmake -E cmake_link_script CMakeFiles/test-gtc_bitfield.dir/link.txt --verbose=1 /usr/bin/c++ -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/test-gtc_bitfield.dir/gtc_bitfield.cpp.o -o test-gtc_bitfield make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 45%] Built target test-gtc_bitfield make -f test/gtc/CMakeFiles/test-gtc_vec1.dir/build.make test/gtc/CMakeFiles/test-gtc_vec1.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtc /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtc /builddir/build/BUILD/glm/build/test/gtc/CMakeFiles/test-gtc_vec1.dir/DependInfo.cmake --color= /builddir/build/BUILD/glm/test/gtc/gtc_matrix_transform.cpp: In function 'int test_perspective()': /builddir/build/BUILD/glm/test/gtc/gtc_matrix_transform.cpp:8:12: warning: variable 'Projection' set but not used [-Wunused-but-set-variable] glm::mat4 Projection = glm::perspective(glm::pi() * 0.25f, 4.0f / 3.0f, 0.1f, 100.0f); ^~~~~~~~~~ /builddir/build/BUILD/glm/test/gtc/gtc_matrix_transform.cpp: In function 'int test_pick()': /builddir/build/BUILD/glm/test/gtc/gtc_matrix_transform.cpp:17:12: warning: variable 'Pick' set but not used [-Wunused-but-set-variable] glm::mat4 Pick = glm::pickMatrix(glm::vec2(1, 2), glm::vec2(3, 4), glm::ivec4(0, 0, 320, 240)); ^~~~ /builddir/build/BUILD/glm/test/gtc/gtc_matrix_transform.cpp: In function 'int test_tweakedInfinitePerspective()': /builddir/build/BUILD/glm/test/gtc/gtc_matrix_transform.cpp:26:12: warning: variable 'ProjectionA' set but not used [-Wunused-but-set-variable] glm::mat4 ProjectionA = glm::tweakedInfinitePerspective(45.f, 640.f/480.f, 1.0f); ^~~~~~~~~~~ /builddir/build/BUILD/glm/test/gtc/gtc_matrix_transform.cpp:27:12: warning: variable 'ProjectionB' set but not used [-Wunused-but-set-variable] glm::mat4 ProjectionB = glm::tweakedInfinitePerspective(45.f, 640.f/480.f, 1.0f, 0.001f); ^~~~~~~~~~~ /builddir/build/BUILD/glm/test/gtc/gtc_matrix_transform.cpp: In function 'int test_translate()': /builddir/build/BUILD/glm/test/gtc/gtc_matrix_transform.cpp:39:17: warning: variable 't' set but not used [-Wunused-but-set-variable] glm::lowp_mat4 t = glm::translate(m, v); ^ Scanning dependencies of target test-gtc_vec1 make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtc/CMakeFiles/test-gtc_vec1.dir/build.make test/gtc/CMakeFiles/test-gtc_vec1.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' [ 45%] Building CXX object test/gtc/CMakeFiles/test-gtc_vec1.dir/gtc_vec1.cpp.o cd /builddir/build/BUILD/glm/build/test/gtc && /usr/bin/c++ -D_CRT_SECURE_NO_WARNINGS -I/builddir/build/BUILD/glm -I/builddir/build/BUILD/glm/test/external -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 -pedantic -O2 -o CMakeFiles/test-gtc_vec1.dir/gtc_vec1.cpp.o -c /builddir/build/BUILD/glm/test/gtc/gtc_vec1.cpp [ 45%] Linking CXX executable test-gtc_color_space cd /builddir/build/BUILD/glm/build/test/gtc && /usr/bin/cmake -E cmake_link_script CMakeFiles/test-gtc_color_space.dir/link.txt --verbose=1 /usr/bin/c++ -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/test-gtc_color_space.dir/gtc_color_space.cpp.o -o test-gtc_color_space make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 45%] Built target test-gtc_color_space make -f test/gtc/CMakeFiles/test-gtc_matrix_access.dir/build.make test/gtc/CMakeFiles/test-gtc_matrix_access.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtc /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtc /builddir/build/BUILD/glm/build/test/gtc/CMakeFiles/test-gtc_matrix_access.dir/DependInfo.cmake --color= [ 46%] Linking CXX executable test-gtc_matrix_transform cd /builddir/build/BUILD/glm/build/test/gtc && /usr/bin/cmake -E cmake_link_script CMakeFiles/test-gtc_matrix_transform.dir/link.txt --verbose=1 /usr/bin/c++ -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/test-gtc_matrix_transform.dir/gtc_matrix_transform.cpp.o -o test-gtc_matrix_transform Scanning dependencies of target test-gtc_matrix_access make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtc/CMakeFiles/test-gtc_matrix_access.dir/build.make test/gtc/CMakeFiles/test-gtc_matrix_access.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' [ 47%] Building CXX object test/gtc/CMakeFiles/test-gtc_matrix_access.dir/gtc_matrix_access.cpp.o cd /builddir/build/BUILD/glm/build/test/gtc && /usr/bin/c++ -D_CRT_SECURE_NO_WARNINGS -I/builddir/build/BUILD/glm -I/builddir/build/BUILD/glm/test/external -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 -pedantic -O2 -o CMakeFiles/test-gtc_matrix_access.dir/gtc_matrix_access.cpp.o -c /builddir/build/BUILD/glm/test/gtc/gtc_matrix_access.cpp make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 47%] Built target test-gtc_matrix_transform make -f test/gtc/CMakeFiles/test-gtc_packing.dir/build.make test/gtc/CMakeFiles/test-gtc_packing.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtc /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtc /builddir/build/BUILD/glm/build/test/gtc/CMakeFiles/test-gtc_packing.dir/DependInfo.cmake --color= Scanning dependencies of target test-gtc_packing make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtc/CMakeFiles/test-gtc_packing.dir/build.make test/gtc/CMakeFiles/test-gtc_packing.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' [ 47%] Building CXX object test/gtc/CMakeFiles/test-gtc_packing.dir/gtc_packing.cpp.o cd /builddir/build/BUILD/glm/build/test/gtc && /usr/bin/c++ -D_CRT_SECURE_NO_WARNINGS -I/builddir/build/BUILD/glm -I/builddir/build/BUILD/glm/test/external -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 -pedantic -O2 -o CMakeFiles/test-gtc_packing.dir/gtc_packing.cpp.o -c /builddir/build/BUILD/glm/test/gtc/gtc_packing.cpp [ 48%] Linking CXX executable test-gtc_noise cd /builddir/build/BUILD/glm/build/test/gtc && /usr/bin/cmake -E cmake_link_script CMakeFiles/test-gtc_noise.dir/link.txt --verbose=1 /usr/bin/c++ -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/test-gtc_noise.dir/gtc_noise.cpp.o -o test-gtc_noise make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 48%] Built target test-gtc_noise make -f test/gtc/CMakeFiles/test-gtc_quaternion.dir/build.make test/gtc/CMakeFiles/test-gtc_quaternion.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtc /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtc /builddir/build/BUILD/glm/build/test/gtc/CMakeFiles/test-gtc_quaternion.dir/DependInfo.cmake --color= Scanning dependencies of target test-gtc_quaternion make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtc/CMakeFiles/test-gtc_quaternion.dir/build.make test/gtc/CMakeFiles/test-gtc_quaternion.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' [ 48%] Building CXX object test/gtc/CMakeFiles/test-gtc_quaternion.dir/gtc_quaternion.cpp.o cd /builddir/build/BUILD/glm/build/test/gtc && /usr/bin/c++ -D_CRT_SECURE_NO_WARNINGS -I/builddir/build/BUILD/glm -I/builddir/build/BUILD/glm/test/external -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 -pedantic -O2 -o CMakeFiles/test-gtc_quaternion.dir/gtc_quaternion.cpp.o -c /builddir/build/BUILD/glm/test/gtc/gtc_quaternion.cpp [ 49%] Linking CXX executable test-gtc_vec1 cd /builddir/build/BUILD/glm/build/test/gtc && /usr/bin/cmake -E cmake_link_script CMakeFiles/test-gtc_vec1.dir/link.txt --verbose=1 /usr/bin/c++ -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/test-gtc_vec1.dir/gtc_vec1.cpp.o -o test-gtc_vec1 make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 49%] Built target test-gtc_vec1 make -f test/gtc/CMakeFiles/test-gtc_epsilon.dir/build.make test/gtc/CMakeFiles/test-gtc_epsilon.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtc /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtc /builddir/build/BUILD/glm/build/test/gtc/CMakeFiles/test-gtc_epsilon.dir/DependInfo.cmake --color= Scanning dependencies of target test-gtc_epsilon make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtc/CMakeFiles/test-gtc_epsilon.dir/build.make test/gtc/CMakeFiles/test-gtc_epsilon.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' [ 50%] Building CXX object test/gtc/CMakeFiles/test-gtc_epsilon.dir/gtc_epsilon.cpp.o cd /builddir/build/BUILD/glm/build/test/gtc && /usr/bin/c++ -D_CRT_SECURE_NO_WARNINGS -I/builddir/build/BUILD/glm -I/builddir/build/BUILD/glm/test/external -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 -pedantic -O2 -o CMakeFiles/test-gtc_epsilon.dir/gtc_epsilon.cpp.o -c /builddir/build/BUILD/glm/test/gtc/gtc_epsilon.cpp [ 50%] Linking CXX executable test-gtc_matrix_access cd /builddir/build/BUILD/glm/build/test/gtc && /usr/bin/cmake -E cmake_link_script CMakeFiles/test-gtc_matrix_access.dir/link.txt --verbose=1 /usr/bin/c++ -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/test-gtc_matrix_access.dir/gtc_matrix_access.cpp.o -o test-gtc_matrix_access make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 50%] Built target test-gtc_matrix_access make -f test/gtc/CMakeFiles/test-gtc_matrix_integer.dir/build.make test/gtc/CMakeFiles/test-gtc_matrix_integer.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtc /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtc /builddir/build/BUILD/glm/build/test/gtc/CMakeFiles/test-gtc_matrix_integer.dir/DependInfo.cmake --color= Scanning dependencies of target test-gtc_matrix_integer make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtc/CMakeFiles/test-gtc_matrix_integer.dir/build.make test/gtc/CMakeFiles/test-gtc_matrix_integer.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' [ 50%] Building CXX object test/gtc/CMakeFiles/test-gtc_matrix_integer.dir/gtc_matrix_integer.cpp.o cd /builddir/build/BUILD/glm/build/test/gtc && /usr/bin/c++ -D_CRT_SECURE_NO_WARNINGS -I/builddir/build/BUILD/glm -I/builddir/build/BUILD/glm/test/external -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 -pedantic -O2 -o CMakeFiles/test-gtc_matrix_integer.dir/gtc_matrix_integer.cpp.o -c /builddir/build/BUILD/glm/test/gtc/gtc_matrix_integer.cpp /builddir/build/BUILD/glm/test/gtc/gtc_quaternion.cpp: In function 'int test_quat_euler()': /builddir/build/BUILD/glm/test/gtc/gtc_quaternion.cpp:114:9: warning: unused variable 'Roll' [-Wunused-variable] float Roll = glm::roll(q); ^~~~ /builddir/build/BUILD/glm/test/gtc/gtc_quaternion.cpp:115:9: warning: unused variable 'Pitch' [-Wunused-variable] float Pitch = glm::pitch(q); ^~~~~ /builddir/build/BUILD/glm/test/gtc/gtc_quaternion.cpp:116:9: warning: unused variable 'Yaw' [-Wunused-variable] float Yaw = glm::yaw(q); ^~~ /builddir/build/BUILD/glm/test/gtc/gtc_quaternion.cpp:117:13: warning: variable 'Angles' set but not used [-Wunused-but-set-variable] glm::vec3 Angles = glm::eulerAngles(q); ^~~~~~ /builddir/build/BUILD/glm/test/gtc/gtc_quaternion.cpp:122:10: warning: unused variable 'Roll' [-Wunused-variable] double Roll = glm::roll(q); ^~~~ /builddir/build/BUILD/glm/test/gtc/gtc_quaternion.cpp:123:10: warning: unused variable 'Pitch' [-Wunused-variable] double Pitch = glm::pitch(q); ^~~~~ /builddir/build/BUILD/glm/test/gtc/gtc_quaternion.cpp:124:10: warning: unused variable 'Yaw' [-Wunused-variable] double Yaw = glm::yaw(q); ^~~ /builddir/build/BUILD/glm/test/gtc/gtc_quaternion.cpp:125:14: warning: variable 'Angles' set but not used [-Wunused-but-set-variable] glm::dvec3 Angles = glm::eulerAngles(q); ^~~~~~ /builddir/build/BUILD/glm/test/gtc/gtc_quaternion.cpp: In function 'int test_quat_slerp()': /builddir/build/BUILD/glm/test/gtc/gtc_quaternion.cpp:154:12: warning: variable 'Y45rot1' set but not used [-Wunused-but-set-variable] glm::quat Y45rot1 = glm::slerp(id, Y90rot, 0.5f); ^~~~~~~ /builddir/build/BUILD/glm/test/gtc/gtc_quaternion.cpp:187:12: warning: variable 'almostid' set but not used [-Wunused-but-set-variable] glm::quat almostid = glm::slerp(id, glm::angleAxis(0.1f, glm::vec3(0.0f, 1.0f, 0.0f)), 0.5f); ^~~~~~~~ /builddir/build/BUILD/glm/test/gtc/gtc_quaternion.cpp: In function 'int test_quat_mul()': /builddir/build/BUILD/glm/test/gtc/gtc_quaternion.cpp:209:12: warning: variable 'temp4' set but not used [-Wunused-but-set-variable] glm::vec3 temp4 = temp2 * transformed0 * glm::inverse(temp2); ^~~~~ /builddir/build/BUILD/glm/test/gtc/gtc_quaternion.cpp:212:12: warning: variable 'temp6' set but not used [-Wunused-but-set-variable] glm::vec3 temp6 = temp5 * glm::vec3(0.0, 1.0, 0.0) * glm::inverse(temp5); ^~~~~ [ 50%] Linking CXX executable test-gtc_epsilon cd /builddir/build/BUILD/glm/build/test/gtc && /usr/bin/cmake -E cmake_link_script CMakeFiles/test-gtc_epsilon.dir/link.txt --verbose=1 /usr/bin/c++ -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/test-gtc_epsilon.dir/gtc_epsilon.cpp.o -o test-gtc_epsilon make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 50%] Built target test-gtc_epsilon make -f test/gtc/CMakeFiles/test-gtc_matrix_inverse.dir/build.make test/gtc/CMakeFiles/test-gtc_matrix_inverse.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtc /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtc /builddir/build/BUILD/glm/build/test/gtc/CMakeFiles/test-gtc_matrix_inverse.dir/DependInfo.cmake --color= Scanning dependencies of target test-gtc_matrix_inverse make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtc/CMakeFiles/test-gtc_matrix_inverse.dir/build.make test/gtc/CMakeFiles/test-gtc_matrix_inverse.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' [ 50%] Building CXX object test/gtc/CMakeFiles/test-gtc_matrix_inverse.dir/gtc_matrix_inverse.cpp.o cd /builddir/build/BUILD/glm/build/test/gtc && /usr/bin/c++ -D_CRT_SECURE_NO_WARNINGS -I/builddir/build/BUILD/glm -I/builddir/build/BUILD/glm/test/external -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 -pedantic -O2 -o CMakeFiles/test-gtc_matrix_inverse.dir/gtc_matrix_inverse.cpp.o -c /builddir/build/BUILD/glm/test/gtc/gtc_matrix_inverse.cpp [ 50%] Linking CXX executable test-gtc_quaternion cd /builddir/build/BUILD/glm/build/test/gtc && /usr/bin/cmake -E cmake_link_script CMakeFiles/test-gtc_quaternion.dir/link.txt --verbose=1 /usr/bin/c++ -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/test-gtc_quaternion.dir/gtc_quaternion.cpp.o -o test-gtc_quaternion make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 50%] Built target test-gtc_quaternion make -f test/gtc/CMakeFiles/test-gtc_random.dir/build.make test/gtc/CMakeFiles/test-gtc_random.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtc /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtc /builddir/build/BUILD/glm/build/test/gtc/CMakeFiles/test-gtc_random.dir/DependInfo.cmake --color= Scanning dependencies of target test-gtc_random make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtc/CMakeFiles/test-gtc_random.dir/build.make test/gtc/CMakeFiles/test-gtc_random.dir/build [ 51%] Linking CXX executable test-gtc_matrix_integer cd /builddir/build/BUILD/glm/build/test/gtc && /usr/bin/cmake -E cmake_link_script CMakeFiles/test-gtc_matrix_integer.dir/link.txt --verbose=1 make[2]: Entering directory '/builddir/build/BUILD/glm/build' [ 52%] Building CXX object test/gtc/CMakeFiles/test-gtc_random.dir/gtc_random.cpp.o cd /builddir/build/BUILD/glm/build/test/gtc && /usr/bin/c++ -D_CRT_SECURE_NO_WARNINGS -I/builddir/build/BUILD/glm -I/builddir/build/BUILD/glm/test/external -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 -pedantic -O2 -o CMakeFiles/test-gtc_random.dir/gtc_random.cpp.o -c /builddir/build/BUILD/glm/test/gtc/gtc_random.cpp /usr/bin/c++ -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/test-gtc_matrix_integer.dir/gtc_matrix_integer.cpp.o -o test-gtc_matrix_integer make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 52%] Built target test-gtc_matrix_integer make -f test/gtc/CMakeFiles/test-gtc_round.dir/build.make test/gtc/CMakeFiles/test-gtc_round.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtc /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtc /builddir/build/BUILD/glm/build/test/gtc/CMakeFiles/test-gtc_round.dir/DependInfo.cmake --color= Scanning dependencies of target test-gtc_round make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtc/CMakeFiles/test-gtc_round.dir/build.make test/gtc/CMakeFiles/test-gtc_round.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' [ 53%] Building CXX object test/gtc/CMakeFiles/test-gtc_round.dir/gtc_round.cpp.o cd /builddir/build/BUILD/glm/build/test/gtc && /usr/bin/c++ -D_CRT_SECURE_NO_WARNINGS -I/builddir/build/BUILD/glm -I/builddir/build/BUILD/glm/test/external -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 -pedantic -O2 -o CMakeFiles/test-gtc_round.dir/gtc_round.cpp.o -c /builddir/build/BUILD/glm/test/gtc/gtc_round.cpp [ 54%] Linking CXX executable test-gtc_matrix_inverse cd /builddir/build/BUILD/glm/build/test/gtc && /usr/bin/cmake -E cmake_link_script CMakeFiles/test-gtc_matrix_inverse.dir/link.txt --verbose=1 /usr/bin/c++ -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/test-gtc_matrix_inverse.dir/gtc_matrix_inverse.cpp.o -o test-gtc_matrix_inverse make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 54%] Built target test-gtc_matrix_inverse make -f test/gtx/CMakeFiles/test-gtx_vector_angle.dir/build.make test/gtx/CMakeFiles/test-gtx_vector_angle.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtx /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtx /builddir/build/BUILD/glm/build/test/gtx/CMakeFiles/test-gtx_vector_angle.dir/DependInfo.cmake --color= Scanning dependencies of target test-gtx_vector_angle make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtx/CMakeFiles/test-gtx_vector_angle.dir/build.make test/gtx/CMakeFiles/test-gtx_vector_angle.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' [ 54%] Building CXX object test/gtx/CMakeFiles/test-gtx_vector_angle.dir/gtx_vector_angle.cpp.o cd /builddir/build/BUILD/glm/build/test/gtx && /usr/bin/c++ -D_CRT_SECURE_NO_WARNINGS -I/builddir/build/BUILD/glm -I/builddir/build/BUILD/glm/test/external -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 -pedantic -O2 -o CMakeFiles/test-gtx_vector_angle.dir/gtx_vector_angle.cpp.o -c /builddir/build/BUILD/glm/test/gtx/gtx_vector_angle.cpp [ 54%] Linking CXX executable test-gtc_round cd /builddir/build/BUILD/glm/build/test/gtc && /usr/bin/cmake -E cmake_link_script CMakeFiles/test-gtc_round.dir/link.txt --verbose=1 /usr/bin/c++ -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/test-gtc_round.dir/gtc_round.cpp.o -o test-gtc_round make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 54%] Built target test-gtc_round make -f test/gtx/CMakeFiles/test-gtx_type_aligned.dir/build.make test/gtx/CMakeFiles/test-gtx_type_aligned.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtx /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtx /builddir/build/BUILD/glm/build/test/gtx/CMakeFiles/test-gtx_type_aligned.dir/DependInfo.cmake --color= Scanning dependencies of target test-gtx_type_aligned make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtx/CMakeFiles/test-gtx_type_aligned.dir/build.make test/gtx/CMakeFiles/test-gtx_type_aligned.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' [ 54%] Building CXX object test/gtx/CMakeFiles/test-gtx_type_aligned.dir/gtx_type_aligned.cpp.o cd /builddir/build/BUILD/glm/build/test/gtx && /usr/bin/c++ -D_CRT_SECURE_NO_WARNINGS -I/builddir/build/BUILD/glm -I/builddir/build/BUILD/glm/test/external -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 -pedantic -O2 -o CMakeFiles/test-gtx_type_aligned.dir/gtx_type_aligned.cpp.o -c /builddir/build/BUILD/glm/test/gtx/gtx_type_aligned.cpp [ 55%] Linking CXX executable test-gtx_vector_angle cd /builddir/build/BUILD/glm/build/test/gtx && /usr/bin/cmake -E cmake_link_script CMakeFiles/test-gtx_vector_angle.dir/link.txt --verbose=1 /usr/bin/c++ -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/test-gtx_vector_angle.dir/gtx_vector_angle.cpp.o -o test-gtx_vector_angle make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 55%] Built target test-gtx_vector_angle make -f test/gtx/CMakeFiles/test-gtx_spline.dir/build.make test/gtx/CMakeFiles/test-gtx_spline.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtx /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtx /builddir/build/BUILD/glm/build/test/gtx/CMakeFiles/test-gtx_spline.dir/DependInfo.cmake --color= Scanning dependencies of target test-gtx_spline make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtx/CMakeFiles/test-gtx_spline.dir/build.make test/gtx/CMakeFiles/test-gtx_spline.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' [ 56%] Building CXX object test/gtx/CMakeFiles/test-gtx_spline.dir/gtx_spline.cpp.o cd /builddir/build/BUILD/glm/build/test/gtx && /usr/bin/c++ -D_CRT_SECURE_NO_WARNINGS -I/builddir/build/BUILD/glm -I/builddir/build/BUILD/glm/test/external -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 -pedantic -O2 -o CMakeFiles/test-gtx_spline.dir/gtx_spline.cpp.o -c /builddir/build/BUILD/glm/test/gtx/gtx_spline.cpp [ 57%] Linking CXX executable test-gtc_packing cd /builddir/build/BUILD/glm/build/test/gtc && /usr/bin/cmake -E cmake_link_script CMakeFiles/test-gtc_packing.dir/link.txt --verbose=1 /usr/bin/c++ -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/test-gtc_packing.dir/gtc_packing.cpp.o -o test-gtc_packing make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 57%] Built target test-gtc_packing make -f test/gtx/CMakeFiles/test-gtx_scalar_relational.dir/build.make test/gtx/CMakeFiles/test-gtx_scalar_relational.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtx /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtx /builddir/build/BUILD/glm/build/test/gtx/CMakeFiles/test-gtx_scalar_relational.dir/DependInfo.cmake --color= Scanning dependencies of target test-gtx_scalar_relational make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtx/CMakeFiles/test-gtx_scalar_relational.dir/build.make test/gtx/CMakeFiles/test-gtx_scalar_relational.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' [ 58%] Building CXX object test/gtx/CMakeFiles/test-gtx_scalar_relational.dir/gtx_scalar_relational.cpp.o cd /builddir/build/BUILD/glm/build/test/gtx && /usr/bin/c++ -D_CRT_SECURE_NO_WARNINGS -I/builddir/build/BUILD/glm -I/builddir/build/BUILD/glm/test/external -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 -pedantic -O2 -o CMakeFiles/test-gtx_scalar_relational.dir/gtx_scalar_relational.cpp.o -c /builddir/build/BUILD/glm/test/gtx/gtx_scalar_relational.cpp [ 58%] Linking CXX executable test-gtc_random cd /builddir/build/BUILD/glm/build/test/gtc && /usr/bin/cmake -E cmake_link_script CMakeFiles/test-gtc_random.dir/link.txt --verbose=1 /usr/bin/c++ -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/test-gtc_random.dir/gtc_random.cpp.o -o test-gtc_random make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 58%] Built target test-gtc_random make -f test/gtx/CMakeFiles/test-gtx_scalar_multiplication.dir/build.make test/gtx/CMakeFiles/test-gtx_scalar_multiplication.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtx /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtx /builddir/build/BUILD/glm/build/test/gtx/CMakeFiles/test-gtx_scalar_multiplication.dir/DependInfo.cmake --color= Scanning dependencies of target test-gtx_scalar_multiplication make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtx/CMakeFiles/test-gtx_scalar_multiplication.dir/build.make test/gtx/CMakeFiles/test-gtx_scalar_multiplication.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' [ 59%] Building CXX object test/gtx/CMakeFiles/test-gtx_scalar_multiplication.dir/gtx_scalar_multiplication.cpp.o cd /builddir/build/BUILD/glm/build/test/gtx && /usr/bin/c++ -D_CRT_SECURE_NO_WARNINGS -I/builddir/build/BUILD/glm -I/builddir/build/BUILD/glm/test/external -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 -pedantic -O2 -o CMakeFiles/test-gtx_scalar_multiplication.dir/gtx_scalar_multiplication.cpp.o -c /builddir/build/BUILD/glm/test/gtx/gtx_scalar_multiplication.cpp [ 60%] Linking CXX executable test-gtx_type_aligned cd /builddir/build/BUILD/glm/build/test/gtx && /usr/bin/cmake -E cmake_link_script CMakeFiles/test-gtx_type_aligned.dir/link.txt --verbose=1 /usr/bin/c++ -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/test-gtx_type_aligned.dir/gtx_type_aligned.cpp.o -o test-gtx_type_aligned make[2]: Leaving directory '/builddir/build/BUILD/glm/build' /builddir/build/BUILD/glm/test/gtx/gtx_spline.cpp: In function 'int catmullRom::test()': /builddir/build/BUILD/glm/test/gtx/gtx_spline.cpp:12:13: warning: variable 'Result2' set but not used [-Wunused-but-set-variable] glm::vec2 Result2 = glm::catmullRom( ^~~~~~~ /builddir/build/BUILD/glm/test/gtx/gtx_spline.cpp:18:13: warning: variable 'Result3' set but not used [-Wunused-but-set-variable] glm::vec3 Result3 = glm::catmullRom( ^~~~~~~ /builddir/build/BUILD/glm/test/gtx/gtx_spline.cpp:24:13: warning: variable 'Result4' set but not used [-Wunused-but-set-variable] glm::vec4 Result4 = glm::catmullRom( ^~~~~~~ /builddir/build/BUILD/glm/test/gtx/gtx_spline.cpp: In function 'int hermite::test()': /builddir/build/BUILD/glm/test/gtx/gtx_spline.cpp:40:13: warning: variable 'Result2' set but not used [-Wunused-but-set-variable] glm::vec2 Result2 = glm::hermite( ^~~~~~~ /builddir/build/BUILD/glm/test/gtx/gtx_spline.cpp:46:13: warning: variable 'Result3' set but not used [-Wunused-but-set-variable] glm::vec3 Result3 = glm::hermite( ^~~~~~~ /builddir/build/BUILD/glm/test/gtx/gtx_spline.cpp:52:13: warning: variable 'Result4' set but not used [-Wunused-but-set-variable] glm::vec4 Result4 = glm::hermite( ^~~~~~~ [ 60%] Built target test-gtx_type_aligned make -f test/gtx/CMakeFiles/test-gtx_rotate_vector.dir/build.make test/gtx/CMakeFiles/test-gtx_rotate_vector.dir/depend /builddir/build/BUILD/glm/test/gtx/gtx_spline.cpp: In function 'int cubic::test()': /builddir/build/BUILD/glm/test/gtx/gtx_spline.cpp:68:13: warning: variable 'Result2' set but not used [-Wunused-but-set-variable] glm::vec2 Result2 = glm::cubic( ^~~~~~~ /builddir/build/BUILD/glm/test/gtx/gtx_spline.cpp:74:13: warning: variable 'Result3' set but not used [-Wunused-but-set-variable] glm::vec3 Result3 = glm::cubic( ^~~~~~~ /builddir/build/BUILD/glm/test/gtx/gtx_spline.cpp:80:13: warning: variable 'Result' set but not used [-Wunused-but-set-variable] glm::vec4 Result = glm::cubic( ^~~~~~ make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtx /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtx /builddir/build/BUILD/glm/build/test/gtx/CMakeFiles/test-gtx_rotate_vector.dir/DependInfo.cmake --color= In file included from /builddir/build/BUILD/glm/glm/gtx/spline.hpp:61:0, from /builddir/build/BUILD/glm/test/gtx/gtx_spline.cpp:4: /builddir/build/BUILD/glm/glm/gtx/spline.inl: In instantiation of 'genType glm::catmullRom(const genType&, const genType&, const genType&, const genType&, const typename genType::value_type&) [with genType = glm::tvec2; typename genType::value_type = float]': /builddir/build/BUILD/glm/test/gtx/gtx_spline.cpp:16:31: required from here /builddir/build/BUILD/glm/glm/gtx/spline.inl:16:32: warning: unused variable 's1' [-Wunused-variable] typename genType::value_type s1 = s; ^~ /builddir/build/BUILD/glm/glm/gtx/spline.inl: In instantiation of 'genType glm::catmullRom(const genType&, const genType&, const genType&, const genType&, const typename genType::value_type&) [with genType = glm::tvec3; typename genType::value_type = float]': /builddir/build/BUILD/glm/test/gtx/gtx_spline.cpp:22:37: required from here /builddir/build/BUILD/glm/glm/gtx/spline.inl:16:32: warning: unused variable 's1' [-Wunused-variable] /builddir/build/BUILD/glm/glm/gtx/spline.inl: In instantiation of 'genType glm::catmullRom(const genType&, const genType&, const genType&, const genType&, const typename genType::value_type&) [with genType = glm::tvec4; typename genType::value_type = float]': /builddir/build/BUILD/glm/test/gtx/gtx_spline.cpp:28:43: required from here /builddir/build/BUILD/glm/glm/gtx/spline.inl:16:32: warning: unused variable 's1' [-Wunused-variable] In file included from /builddir/build/BUILD/glm/glm/gtx/spline.hpp:61:0, from /builddir/build/BUILD/glm/test/gtx/gtx_spline.cpp:4: /builddir/build/BUILD/glm/glm/gtx/spline.inl: In instantiation of 'genType glm::hermite(const genType&, const genType&, const genType&, const genType&, const typename genType::value_type&) [with genType = glm::tvec2; typename genType::value_type = float]': /builddir/build/BUILD/glm/test/gtx/gtx_spline.cpp:44:31: required from here /builddir/build/BUILD/glm/glm/gtx/spline.inl:39:32: warning: unused variable 's1' [-Wunused-variable] typename genType::value_type s1 = s; ^~ /builddir/build/BUILD/glm/glm/gtx/spline.inl: In instantiation of 'genType glm::hermite(const genType&, const genType&, const genType&, const genType&, const typename genType::value_type&) [with genType = glm::tvec3; typename genType::value_type = float]': /builddir/build/BUILD/glm/test/gtx/gtx_spline.cpp:50:37: required from here /builddir/build/BUILD/glm/glm/gtx/spline.inl:39:32: warning: unused variable 's1' [-Wunused-variable] /builddir/build/BUILD/glm/glm/gtx/spline.inl: In instantiation of 'genType glm::hermite(const genType&, const genType&, const genType&, const genType&, const typename genType::value_type&) [with genType = glm::tvec4; typename genType::value_type = float]': /builddir/build/BUILD/glm/test/gtx/gtx_spline.cpp:56:43: required from here /builddir/build/BUILD/glm/glm/gtx/spline.inl:39:32: warning: unused variable 's1' [-Wunused-variable] Scanning dependencies of target test-gtx_rotate_vector make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtx/CMakeFiles/test-gtx_rotate_vector.dir/build.make test/gtx/CMakeFiles/test-gtx_rotate_vector.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' [ 61%] Building CXX object test/gtx/CMakeFiles/test-gtx_rotate_vector.dir/gtx_rotate_vector.cpp.o cd /builddir/build/BUILD/glm/build/test/gtx && /usr/bin/c++ -D_CRT_SECURE_NO_WARNINGS -I/builddir/build/BUILD/glm -I/builddir/build/BUILD/glm/test/external -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 -pedantic -O2 -o CMakeFiles/test-gtx_rotate_vector.dir/gtx_rotate_vector.cpp.o -c /builddir/build/BUILD/glm/test/gtx/gtx_rotate_vector.cpp [ 61%] Linking CXX executable test-gtx_spline cd /builddir/build/BUILD/glm/build/test/gtx && /usr/bin/cmake -E cmake_link_script CMakeFiles/test-gtx_spline.dir/link.txt --verbose=1 /usr/bin/c++ -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/test-gtx_spline.dir/gtx_spline.cpp.o -o test-gtx_spline make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 61%] Built target test-gtx_spline make -f test/gtx/CMakeFiles/test-gtx_range.dir/build.make test/gtx/CMakeFiles/test-gtx_range.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtx /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtx /builddir/build/BUILD/glm/build/test/gtx/CMakeFiles/test-gtx_range.dir/DependInfo.cmake --color= Scanning dependencies of target test-gtx_range make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtx/CMakeFiles/test-gtx_range.dir/build.make test/gtx/CMakeFiles/test-gtx_range.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' [ 61%] Building CXX object test/gtx/CMakeFiles/test-gtx_range.dir/gtx_range.cpp.o cd /builddir/build/BUILD/glm/build/test/gtx && /usr/bin/c++ -D_CRT_SECURE_NO_WARNINGS -I/builddir/build/BUILD/glm -I/builddir/build/BUILD/glm/test/external -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 -pedantic -O2 -o CMakeFiles/test-gtx_range.dir/gtx_range.cpp.o -c /builddir/build/BUILD/glm/test/gtx/gtx_range.cpp [ 61%] Linking CXX executable test-gtx_scalar_relational cd /builddir/build/BUILD/glm/build/test/gtx && /usr/bin/cmake -E cmake_link_script CMakeFiles/test-gtx_scalar_relational.dir/link.txt --verbose=1 /usr/bin/c++ -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/test-gtx_scalar_relational.dir/gtx_scalar_relational.cpp.o -o test-gtx_scalar_relational make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 61%] Built target test-gtx_scalar_relational make -f test/gtx/CMakeFiles/test-gtx_dual_quaternion.dir/build.make test/gtx/CMakeFiles/test-gtx_dual_quaternion.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtx /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtx /builddir/build/BUILD/glm/build/test/gtx/CMakeFiles/test-gtx_dual_quaternion.dir/DependInfo.cmake --color= Scanning dependencies of target test-gtx_dual_quaternion make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtx/CMakeFiles/test-gtx_dual_quaternion.dir/build.make test/gtx/CMakeFiles/test-gtx_dual_quaternion.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' [ 61%] Linking CXX executable test-gtx_scalar_multiplication cd /builddir/build/BUILD/glm/build/test/gtx && /usr/bin/cmake -E cmake_link_script CMakeFiles/test-gtx_scalar_multiplication.dir/link.txt --verbose=1 [ 62%] Building CXX object test/gtx/CMakeFiles/test-gtx_dual_quaternion.dir/gtx_dual_quaternion.cpp.o cd /builddir/build/BUILD/glm/build/test/gtx && /usr/bin/c++ -D_CRT_SECURE_NO_WARNINGS -I/builddir/build/BUILD/glm -I/builddir/build/BUILD/glm/test/external -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 -pedantic -O2 -o CMakeFiles/test-gtx_dual_quaternion.dir/gtx_dual_quaternion.cpp.o -c /builddir/build/BUILD/glm/test/gtx/gtx_dual_quaternion.cpp /usr/bin/c++ -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/test-gtx_scalar_multiplication.dir/gtx_scalar_multiplication.cpp.o -o test-gtx_scalar_multiplication make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 62%] Built target test-gtx_scalar_multiplication make -f test/gtx/CMakeFiles/test-gtx_fast_trigonometry.dir/build.make test/gtx/CMakeFiles/test-gtx_fast_trigonometry.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtx /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtx /builddir/build/BUILD/glm/build/test/gtx/CMakeFiles/test-gtx_fast_trigonometry.dir/DependInfo.cmake --color= Scanning dependencies of target test-gtx_fast_trigonometry make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtx/CMakeFiles/test-gtx_fast_trigonometry.dir/build.make test/gtx/CMakeFiles/test-gtx_fast_trigonometry.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' [ 62%] Building CXX object test/gtx/CMakeFiles/test-gtx_fast_trigonometry.dir/gtx_fast_trigonometry.cpp.o cd /builddir/build/BUILD/glm/build/test/gtx && /usr/bin/c++ -D_CRT_SECURE_NO_WARNINGS -I/builddir/build/BUILD/glm -I/builddir/build/BUILD/glm/test/external -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 -pedantic -O2 -o CMakeFiles/test-gtx_fast_trigonometry.dir/gtx_fast_trigonometry.cpp.o -c /builddir/build/BUILD/glm/test/gtx/gtx_fast_trigonometry.cpp /builddir/build/BUILD/glm/test/gtx/gtx_rotate_vector.cpp: In function 'int test_rotate()': /builddir/build/BUILD/glm/test/gtx/gtx_rotate_vector.cpp:8:12: warning: variable 'A' set but not used [-Wunused-but-set-variable] glm::vec2 A = glm::rotate(glm::vec2(1, 0), glm::pi() * 0.5f); ^ /builddir/build/BUILD/glm/test/gtx/gtx_rotate_vector.cpp:9:12: warning: variable 'B' set but not used [-Wunused-but-set-variable] glm::vec3 B = glm::rotate(glm::vec3(1, 0, 0), glm::pi() * 0.5f, glm::vec3(0, 0, 1)); ^ /builddir/build/BUILD/glm/test/gtx/gtx_rotate_vector.cpp:10:12: warning: variable 'C' set but not used [-Wunused-but-set-variable] glm::vec4 C = glm::rotate(glm::vec4(1, 0, 0, 1), glm::pi() * 0.5f, glm::vec3(0, 0, 1)); ^ /builddir/build/BUILD/glm/test/gtx/gtx_rotate_vector.cpp:11:12: warning: variable 'D' set but not used [-Wunused-but-set-variable] glm::vec3 D = glm::rotateX(glm::vec3(1, 0, 0), glm::pi() * 0.5f); ^ /builddir/build/BUILD/glm/test/gtx/gtx_rotate_vector.cpp:12:12: warning: variable 'E' set but not used [-Wunused-but-set-variable] glm::vec4 E = glm::rotateX(glm::vec4(1, 0, 0, 1), glm::pi() * 0.5f); ^ /builddir/build/BUILD/glm/test/gtx/gtx_rotate_vector.cpp:13:12: warning: variable 'F' set but not used [-Wunused-but-set-variable] glm::vec3 F = glm::rotateY(glm::vec3(1, 0, 0), glm::pi() * 0.5f); ^ /builddir/build/BUILD/glm/test/gtx/gtx_rotate_vector.cpp:14:12: warning: variable 'G' set but not used [-Wunused-but-set-variable] glm::vec4 G = glm::rotateY(glm::vec4(1, 0, 0, 1), glm::pi() * 0.5f); ^ /builddir/build/BUILD/glm/test/gtx/gtx_rotate_vector.cpp:15:12: warning: variable 'H' set but not used [-Wunused-but-set-variable] glm::vec3 H = glm::rotateZ(glm::vec3(1, 0, 0), glm::pi() * 0.5f); ^ /builddir/build/BUILD/glm/test/gtx/gtx_rotate_vector.cpp:16:12: warning: variable 'I' set but not used [-Wunused-but-set-variable] glm::vec4 I = glm::rotateZ(glm::vec4(1, 0, 0,1 ), glm::pi() * 0.5f); ^ /builddir/build/BUILD/glm/test/gtx/gtx_rotate_vector.cpp:17:12: warning: variable 'O' set but not used [-Wunused-but-set-variable] glm::mat4 O = glm::orientation(glm::normalize(glm::vec3(1)), glm::vec3(0, 0, 1)); ^ /builddir/build/BUILD/glm/test/gtx/gtx_rotate_vector.cpp: In function 'int test_rotateX()': /builddir/build/BUILD/glm/test/gtx/gtx_rotate_vector.cpp:26:12: warning: variable 'D' set but not used [-Wunused-but-set-variable] glm::vec3 D = glm::rotateX(glm::vec3(1, 0, 0), glm::pi() * 0.5f); ^ /builddir/build/BUILD/glm/test/gtx/gtx_rotate_vector.cpp:27:12: warning: variable 'E' set but not used [-Wunused-but-set-variable] glm::vec4 E = glm::rotateX(glm::vec4(1, 0, 0, 1), glm::pi() * 0.5f); ^ /builddir/build/BUILD/glm/test/gtx/gtx_rotate_vector.cpp: In function 'int test_rotateY()': /builddir/build/BUILD/glm/test/gtx/gtx_rotate_vector.cpp:36:12: warning: variable 'F' set but not used [-Wunused-but-set-variable] glm::vec3 F = glm::rotateY(glm::vec3(1, 0, 0), glm::pi() * 0.5f); ^ /builddir/build/BUILD/glm/test/gtx/gtx_rotate_vector.cpp:37:12: warning: variable 'G' set but not used [-Wunused-but-set-variable] glm::vec4 G = glm::rotateY(glm::vec4(1, 0, 0, 1), glm::pi() * 0.5f); ^ /builddir/build/BUILD/glm/test/gtx/gtx_rotate_vector.cpp: In function 'int test_rotateZ()': /builddir/build/BUILD/glm/test/gtx/gtx_rotate_vector.cpp:47:12: warning: variable 'H' set but not used [-Wunused-but-set-variable] glm::vec3 H = glm::rotateZ(glm::vec3(1, 0, 0), glm::pi() * 0.5f); ^ /builddir/build/BUILD/glm/test/gtx/gtx_rotate_vector.cpp:48:12: warning: variable 'I' set but not used [-Wunused-but-set-variable] glm::vec4 I = glm::rotateZ(glm::vec4(1, 0, 0,1 ), glm::pi() * 0.5f); ^ /builddir/build/BUILD/glm/test/gtx/gtx_rotate_vector.cpp: In function 'int test_orientation()': /builddir/build/BUILD/glm/test/gtx/gtx_rotate_vector.cpp:57:12: warning: variable 'O' set but not used [-Wunused-but-set-variable] glm::mat4 O = glm::orientation(glm::normalize(glm::vec3(1)), glm::vec3(0, 0, 1)); ^ [ 62%] Linking CXX executable test-gtx_rotate_vector cd /builddir/build/BUILD/glm/build/test/gtx && /usr/bin/cmake -E cmake_link_script CMakeFiles/test-gtx_rotate_vector.dir/link.txt --verbose=1 /usr/bin/c++ -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/test-gtx_rotate_vector.dir/gtx_rotate_vector.cpp.o -o test-gtx_rotate_vector /builddir/build/BUILD/glm/test/gtx/gtx_range.cpp: In function 'int testVec()': /builddir/build/BUILD/glm/test/gtx/gtx_range.cpp:14:12: warning: unused variable 'x' [-Wunused-variable] for(float x : v){ count++; } ^ /builddir/build/BUILD/glm/test/gtx/gtx_range.cpp: In function 'int testMat()': /builddir/build/BUILD/glm/test/gtx/gtx_range.cpp:28:12: warning: unused variable 'x' [-Wunused-variable] for(float x : m){ count++; } ^ make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 62%] Built target test-gtx_rotate_vector make -f test/gtx/CMakeFiles/test-gtx_projection.dir/build.make test/gtx/CMakeFiles/test-gtx_projection.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtx /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtx /builddir/build/BUILD/glm/build/test/gtx/CMakeFiles/test-gtx_projection.dir/DependInfo.cmake --color= Scanning dependencies of target test-gtx_projection make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtx/CMakeFiles/test-gtx_projection.dir/build.make test/gtx/CMakeFiles/test-gtx_projection.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' [ 62%] Building CXX object test/gtx/CMakeFiles/test-gtx_projection.dir/gtx_projection.cpp.o cd /builddir/build/BUILD/glm/build/test/gtx && /usr/bin/c++ -D_CRT_SECURE_NO_WARNINGS -I/builddir/build/BUILD/glm -I/builddir/build/BUILD/glm/test/external -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 -pedantic -O2 -o CMakeFiles/test-gtx_projection.dir/gtx_projection.cpp.o -c /builddir/build/BUILD/glm/test/gtx/gtx_projection.cpp [ 62%] Linking CXX executable test-gtx_range cd /builddir/build/BUILD/glm/build/test/gtx && /usr/bin/cmake -E cmake_link_script CMakeFiles/test-gtx_range.dir/link.txt --verbose=1 /usr/bin/c++ -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/test-gtx_range.dir/gtx_range.cpp.o -o test-gtx_range make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 62%] Built target test-gtx_range make -f test/gtx/CMakeFiles/test-gtx_extended_min_max.dir/build.make test/gtx/CMakeFiles/test-gtx_extended_min_max.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtx /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtx /builddir/build/BUILD/glm/build/test/gtx/CMakeFiles/test-gtx_extended_min_max.dir/DependInfo.cmake --color= Scanning dependencies of target test-gtx_extended_min_max make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtx/CMakeFiles/test-gtx_extended_min_max.dir/build.make test/gtx/CMakeFiles/test-gtx_extended_min_max.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' [ 62%] Building CXX object test/gtx/CMakeFiles/test-gtx_extended_min_max.dir/gtx_extended_min_max.cpp.o cd /builddir/build/BUILD/glm/build/test/gtx && /usr/bin/c++ -D_CRT_SECURE_NO_WARNINGS -I/builddir/build/BUILD/glm -I/builddir/build/BUILD/glm/test/external -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 -pedantic -O2 -o CMakeFiles/test-gtx_extended_min_max.dir/gtx_extended_min_max.cpp.o -c /builddir/build/BUILD/glm/test/gtx/gtx_extended_min_max.cpp [ 63%] Linking CXX executable test-gtx_projection cd /builddir/build/BUILD/glm/build/test/gtx && /usr/bin/cmake -E cmake_link_script CMakeFiles/test-gtx_projection.dir/link.txt --verbose=1 /usr/bin/c++ -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/test-gtx_projection.dir/gtx_projection.cpp.o -o test-gtx_projection make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 63%] Built target test-gtx_projection make -f test/gtx/CMakeFiles/test-gtx_matrix_cross_product.dir/build.make test/gtx/CMakeFiles/test-gtx_matrix_cross_product.dir/depend /builddir/build/BUILD/glm/test/gtx/gtx_fast_trigonometry.cpp: In function 'int fastCos::perf(bool)': /builddir/build/BUILD/glm/test/gtx/gtx_fast_trigonometry.cpp:23:35: warning: operation on 'i' may be undefined [-Wsequence-point] for(float i = begin; i < end; i = NextFloat ? glm::next_float(i) : i += 0.1f) ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/glm/test/gtx/gtx_fast_trigonometry.cpp:27:35: warning: operation on 'i' may be undefined [-Wsequence-point] for(float i = begin; i < end; i = NextFloat ? glm::next_float(i) : i += 0.1f) ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/glm/test/gtx/gtx_fast_trigonometry.cpp:20:9: warning: variable 'result' set but not used [-Wunused-but-set-variable] float result = 0.f; ^~~~~~ /builddir/build/BUILD/glm/test/gtx/gtx_fast_trigonometry.cpp: In function 'int fastSin::perf(bool)': /builddir/build/BUILD/glm/test/gtx/gtx_fast_trigonometry.cpp:57:35: warning: operation on 'i' may be undefined [-Wsequence-point] for(float i = begin; i < end; i = NextFloat ? glm::next_float(i) : i += 0.1f) ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/glm/test/gtx/gtx_fast_trigonometry.cpp:61:35: warning: operation on 'i' may be undefined [-Wsequence-point] for(float i = begin; i < end; i = NextFloat ? glm::next_float(i) : i += 0.1f) ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/glm/test/gtx/gtx_fast_trigonometry.cpp:54:9: warning: variable 'result' set but not used [-Wunused-but-set-variable] float result = 0.f; ^~~~~~ make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtx /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtx /builddir/build/BUILD/glm/build/test/gtx/CMakeFiles/test-gtx_matrix_cross_product.dir/DependInfo.cmake --color= /builddir/build/BUILD/glm/test/gtx/gtx_fast_trigonometry.cpp: In function 'int fastTan::perf(bool)': /builddir/build/BUILD/glm/test/gtx/gtx_fast_trigonometry.cpp:83:35: warning: operation on 'i' may be undefined [-Wsequence-point] for(float i = begin; i < end; i = NextFloat ? glm::next_float(i) : i += 0.1f) ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/glm/test/gtx/gtx_fast_trigonometry.cpp:87:36: warning: operation on 'i' may be undefined [-Wsequence-point] for (float i = begin; i < end; i = NextFloat ? glm::next_float(i) : i += 0.1f) ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/glm/test/gtx/gtx_fast_trigonometry.cpp:80:9: warning: variable 'result' set but not used [-Wunused-but-set-variable] float result = 0.f; ^~~~~~ /builddir/build/BUILD/glm/test/gtx/gtx_fast_trigonometry.cpp: In function 'int fastAcos::perf(bool)': /builddir/build/BUILD/glm/test/gtx/gtx_fast_trigonometry.cpp:109:35: warning: operation on 'i' may be undefined [-Wsequence-point] for(float i = begin; i < end; i = NextFloat ? glm::next_float(i) : i += 0.1f) ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/glm/test/gtx/gtx_fast_trigonometry.cpp:113:35: warning: operation on 'i' may be undefined [-Wsequence-point] for(float i = begin; i < end; i = NextFloat ? glm::next_float(i) : i += 0.1f) ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/glm/test/gtx/gtx_fast_trigonometry.cpp:106:9: warning: variable 'result' set but not used [-Wunused-but-set-variable] float result = 0.f; ^~~~~~ /builddir/build/BUILD/glm/test/gtx/gtx_fast_trigonometry.cpp: In function 'int fastAsin::perf(bool)': /builddir/build/BUILD/glm/test/gtx/gtx_fast_trigonometry.cpp:135:35: warning: operation on 'i' may be undefined [-Wsequence-point] for(float i = begin; i < end; i = NextFloat ? glm::next_float(i) : i += 0.1f) ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/glm/test/gtx/gtx_fast_trigonometry.cpp:138:35: warning: operation on 'i' may be undefined [-Wsequence-point] for(float i = begin; i < end; i = NextFloat ? glm::next_float(i) : i += 0.1f) ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/glm/test/gtx/gtx_fast_trigonometry.cpp:133:9: warning: variable 'result' set but not used [-Wunused-but-set-variable] float result = 0.f; ^~~~~~ /builddir/build/BUILD/glm/test/gtx/gtx_fast_trigonometry.cpp: In function 'int fastAtan::perf(bool)': /builddir/build/BUILD/glm/test/gtx/gtx_fast_trigonometry.cpp:158:35: warning: operation on 'i' may be undefined [-Wsequence-point] for(float i = begin; i < end; i = NextFloat ? glm::next_float(i) : i += 0.1f) ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/glm/test/gtx/gtx_fast_trigonometry.cpp:161:35: warning: operation on 'i' may be undefined [-Wsequence-point] for(float i = begin; i < end; i = NextFloat ? glm::next_float(i) : i += 0.1f) ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/glm/test/gtx/gtx_fast_trigonometry.cpp:156:9: warning: variable 'result' set but not used [-Wunused-but-set-variable] float result = 0.f; ^~~~~~ /builddir/build/BUILD/glm/test/gtx/gtx_fast_trigonometry.cpp: In function 'int taylorCos::test()': /builddir/build/BUILD/glm/test/gtx/gtx_fast_trigonometry.cpp:418:16: warning: unused variable 'Cos2' [-Wunused-variable] float const Cos2 = taylorCos::fastCosNew(glm::fvec1(radAngle)).x; ^~~~ Scanning dependencies of target test-gtx_matrix_cross_product make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtx/CMakeFiles/test-gtx_matrix_cross_product.dir/build.make test/gtx/CMakeFiles/test-gtx_matrix_cross_product.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' [ 63%] Building CXX object test/gtx/CMakeFiles/test-gtx_matrix_cross_product.dir/gtx_matrix_cross_product.cpp.o cd /builddir/build/BUILD/glm/build/test/gtx && /usr/bin/c++ -D_CRT_SECURE_NO_WARNINGS -I/builddir/build/BUILD/glm -I/builddir/build/BUILD/glm/test/external -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 -pedantic -O2 -o CMakeFiles/test-gtx_matrix_cross_product.dir/gtx_matrix_cross_product.cpp.o -c /builddir/build/BUILD/glm/test/gtx/gtx_matrix_cross_product.cpp [ 64%] Linking CXX executable test-gtx_extended_min_max cd /builddir/build/BUILD/glm/build/test/gtx && /usr/bin/cmake -E cmake_link_script CMakeFiles/test-gtx_extended_min_max.dir/link.txt --verbose=1 /usr/bin/c++ -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/test-gtx_extended_min_max.dir/gtx_extended_min_max.cpp.o -o test-gtx_extended_min_max make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 64%] Built target test-gtx_extended_min_max make -f test/gtx/CMakeFiles/test-gtx_fast_square_root.dir/build.make test/gtx/CMakeFiles/test-gtx_fast_square_root.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtx /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtx /builddir/build/BUILD/glm/build/test/gtx/CMakeFiles/test-gtx_fast_square_root.dir/DependInfo.cmake --color= Scanning dependencies of target test-gtx_fast_square_root make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtx/CMakeFiles/test-gtx_fast_square_root.dir/build.make test/gtx/CMakeFiles/test-gtx_fast_square_root.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' [ 64%] Building CXX object test/gtx/CMakeFiles/test-gtx_fast_square_root.dir/gtx_fast_square_root.cpp.o cd /builddir/build/BUILD/glm/build/test/gtx && /usr/bin/c++ -D_CRT_SECURE_NO_WARNINGS -I/builddir/build/BUILD/glm -I/builddir/build/BUILD/glm/test/external -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 -pedantic -O2 -o CMakeFiles/test-gtx_fast_square_root.dir/gtx_fast_square_root.cpp.o -c /builddir/build/BUILD/glm/test/gtx/gtx_fast_square_root.cpp [ 65%] Linking CXX executable test-gtx_fast_trigonometry cd /builddir/build/BUILD/glm/build/test/gtx && /usr/bin/cmake -E cmake_link_script CMakeFiles/test-gtx_fast_trigonometry.dir/link.txt --verbose=1 /usr/bin/c++ -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/test-gtx_fast_trigonometry.dir/gtx_fast_trigonometry.cpp.o -o test-gtx_fast_trigonometry [ 66%] Linking CXX executable test-gtx_matrix_cross_product cd /builddir/build/BUILD/glm/build/test/gtx && /usr/bin/cmake -E cmake_link_script CMakeFiles/test-gtx_matrix_cross_product.dir/link.txt --verbose=1 /usr/bin/c++ -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/test-gtx_matrix_cross_product.dir/gtx_matrix_cross_product.cpp.o -o test-gtx_matrix_cross_product make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 66%] Built target test-gtx_fast_trigonometry make -f test/gtx/CMakeFiles/test-gtx_fast_exponential.dir/build.make test/gtx/CMakeFiles/test-gtx_fast_exponential.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtx /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtx /builddir/build/BUILD/glm/build/test/gtx/CMakeFiles/test-gtx_fast_exponential.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 66%] Built target test-gtx_matrix_cross_product make -f test/gtx/CMakeFiles/test-gtx_string_cast.dir/build.make test/gtx/CMakeFiles/test-gtx_string_cast.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtx /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtx /builddir/build/BUILD/glm/build/test/gtx/CMakeFiles/test-gtx_string_cast.dir/DependInfo.cmake --color= Scanning dependencies of target test-gtx_fast_exponential make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtx/CMakeFiles/test-gtx_fast_exponential.dir/build.make test/gtx/CMakeFiles/test-gtx_fast_exponential.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' [ 66%] Building CXX object test/gtx/CMakeFiles/test-gtx_fast_exponential.dir/gtx_fast_exponential.cpp.o cd /builddir/build/BUILD/glm/build/test/gtx && /usr/bin/c++ -D_CRT_SECURE_NO_WARNINGS -I/builddir/build/BUILD/glm -I/builddir/build/BUILD/glm/test/external -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 -pedantic -O2 -o CMakeFiles/test-gtx_fast_exponential.dir/gtx_fast_exponential.cpp.o -c /builddir/build/BUILD/glm/test/gtx/gtx_fast_exponential.cpp Scanning dependencies of target test-gtx_string_cast make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtx/CMakeFiles/test-gtx_string_cast.dir/build.make test/gtx/CMakeFiles/test-gtx_string_cast.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' [ 66%] Building CXX object test/gtx/CMakeFiles/test-gtx_string_cast.dir/gtx_string_cast.cpp.o cd /builddir/build/BUILD/glm/build/test/gtx && /usr/bin/c++ -D_CRT_SECURE_NO_WARNINGS -I/builddir/build/BUILD/glm -I/builddir/build/BUILD/glm/test/external -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 -pedantic -O2 -o CMakeFiles/test-gtx_string_cast.dir/gtx_string_cast.cpp.o -c /builddir/build/BUILD/glm/test/gtx/gtx_string_cast.cpp [ 66%] Linking CXX executable test-gtx_dual_quaternion cd /builddir/build/BUILD/glm/build/test/gtx && /usr/bin/cmake -E cmake_link_script CMakeFiles/test-gtx_dual_quaternion.dir/link.txt --verbose=1 /usr/bin/c++ -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/test-gtx_dual_quaternion.dir/gtx_dual_quaternion.cpp.o -o test-gtx_dual_quaternion [ 67%] Linking CXX executable test-gtx_fast_square_root cd /builddir/build/BUILD/glm/build/test/gtx && /usr/bin/cmake -E cmake_link_script CMakeFiles/test-gtx_fast_square_root.dir/link.txt --verbose=1 /usr/bin/c++ -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/test-gtx_fast_square_root.dir/gtx_fast_square_root.cpp.o -o test-gtx_fast_square_root make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 67%] Built target test-gtx_dual_quaternion make -f test/gtx/CMakeFiles/test-gtx_rotate_normalized_axis.dir/build.make test/gtx/CMakeFiles/test-gtx_rotate_normalized_axis.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtx /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtx /builddir/build/BUILD/glm/build/test/gtx/CMakeFiles/test-gtx_rotate_normalized_axis.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 67%] Built target test-gtx_fast_square_root make -f test/gtx/CMakeFiles/test-gtx_norm.dir/build.make test/gtx/CMakeFiles/test-gtx_norm.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtx /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtx /builddir/build/BUILD/glm/build/test/gtx/CMakeFiles/test-gtx_norm.dir/DependInfo.cmake --color= Scanning dependencies of target test-gtx_rotate_normalized_axis make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtx/CMakeFiles/test-gtx_rotate_normalized_axis.dir/build.make test/gtx/CMakeFiles/test-gtx_rotate_normalized_axis.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' [ 68%] Building CXX object test/gtx/CMakeFiles/test-gtx_rotate_normalized_axis.dir/gtx_rotate_normalized_axis.cpp.o cd /builddir/build/BUILD/glm/build/test/gtx && /usr/bin/c++ -D_CRT_SECURE_NO_WARNINGS -I/builddir/build/BUILD/glm -I/builddir/build/BUILD/glm/test/external -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 -pedantic -O2 -o CMakeFiles/test-gtx_rotate_normalized_axis.dir/gtx_rotate_normalized_axis.cpp.o -c /builddir/build/BUILD/glm/test/gtx/gtx_rotate_normalized_axis.cpp Scanning dependencies of target test-gtx_norm make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtx/CMakeFiles/test-gtx_norm.dir/build.make test/gtx/CMakeFiles/test-gtx_norm.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' [ 69%] Linking CXX executable test-gtx_fast_exponential cd /builddir/build/BUILD/glm/build/test/gtx && /usr/bin/cmake -E cmake_link_script CMakeFiles/test-gtx_fast_exponential.dir/link.txt --verbose=1 [ 70%] Building CXX object test/gtx/CMakeFiles/test-gtx_norm.dir/gtx_norm.cpp.o cd /builddir/build/BUILD/glm/build/test/gtx && /usr/bin/c++ -D_CRT_SECURE_NO_WARNINGS -I/builddir/build/BUILD/glm -I/builddir/build/BUILD/glm/test/external -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 -pedantic -O2 -o CMakeFiles/test-gtx_norm.dir/gtx_norm.cpp.o -c /builddir/build/BUILD/glm/test/gtx/gtx_norm.cpp /usr/bin/c++ -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/test-gtx_fast_exponential.dir/gtx_fast_exponential.cpp.o -o test-gtx_fast_exponential make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 70%] Built target test-gtx_fast_exponential make -f test/gtx/CMakeFiles/test-gtx_extend.dir/build.make test/gtx/CMakeFiles/test-gtx_extend.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtx /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtx /builddir/build/BUILD/glm/build/test/gtx/CMakeFiles/test-gtx_extend.dir/DependInfo.cmake --color= Scanning dependencies of target test-gtx_extend make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtx/CMakeFiles/test-gtx_extend.dir/build.make test/gtx/CMakeFiles/test-gtx_extend.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' [ 70%] Building CXX object test/gtx/CMakeFiles/test-gtx_extend.dir/gtx_extend.cpp.o cd /builddir/build/BUILD/glm/build/test/gtx && /usr/bin/c++ -D_CRT_SECURE_NO_WARNINGS -I/builddir/build/BUILD/glm -I/builddir/build/BUILD/glm/test/external -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 -pedantic -O2 -o CMakeFiles/test-gtx_extend.dir/gtx_extend.cpp.o -c /builddir/build/BUILD/glm/test/gtx/gtx_extend.cpp [ 70%] Linking CXX executable test-gtx_rotate_normalized_axis cd /builddir/build/BUILD/glm/build/test/gtx && /usr/bin/cmake -E cmake_link_script CMakeFiles/test-gtx_rotate_normalized_axis.dir/link.txt --verbose=1 [ 70%] Linking CXX executable test-gtx_norm cd /builddir/build/BUILD/glm/build/test/gtx && /usr/bin/cmake -E cmake_link_script CMakeFiles/test-gtx_norm.dir/link.txt --verbose=1 /usr/bin/c++ -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/test-gtx_rotate_normalized_axis.dir/gtx_rotate_normalized_axis.cpp.o -o test-gtx_rotate_normalized_axis /usr/bin/c++ -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/test-gtx_norm.dir/gtx_norm.cpp.o -o test-gtx_norm make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 70%] Built target test-gtx_rotate_normalized_axis make -f test/gtx/CMakeFiles/test-gtx_euler_angle.dir/build.make test/gtx/CMakeFiles/test-gtx_euler_angle.dir/depend make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtx /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtx /builddir/build/BUILD/glm/build/test/gtx/CMakeFiles/test-gtx_euler_angle.dir/DependInfo.cmake --color= [ 70%] Built target test-gtx_norm make -f test/gtx/CMakeFiles/test-gtx_normalize_dot.dir/build.make test/gtx/CMakeFiles/test-gtx_normalize_dot.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtx /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtx /builddir/build/BUILD/glm/build/test/gtx/CMakeFiles/test-gtx_normalize_dot.dir/DependInfo.cmake --color= [ 71%] Linking CXX executable test-gtx_extend cd /builddir/build/BUILD/glm/build/test/gtx && /usr/bin/cmake -E cmake_link_script CMakeFiles/test-gtx_extend.dir/link.txt --verbose=1 /usr/bin/c++ -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/test-gtx_extend.dir/gtx_extend.cpp.o -o test-gtx_extend Scanning dependencies of target test-gtx_normalize_dot make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtx/CMakeFiles/test-gtx_normalize_dot.dir/build.make test/gtx/CMakeFiles/test-gtx_normalize_dot.dir/build Scanning dependencies of target test-gtx_euler_angle make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make[2]: Entering directory '/builddir/build/BUILD/glm/build' make -f test/gtx/CMakeFiles/test-gtx_euler_angle.dir/build.make test/gtx/CMakeFiles/test-gtx_euler_angle.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' [ 72%] Building CXX object test/gtx/CMakeFiles/test-gtx_normalize_dot.dir/gtx_normalize_dot.cpp.o cd /builddir/build/BUILD/glm/build/test/gtx && /usr/bin/c++ -D_CRT_SECURE_NO_WARNINGS -I/builddir/build/BUILD/glm -I/builddir/build/BUILD/glm/test/external -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 -pedantic -O2 -o CMakeFiles/test-gtx_normalize_dot.dir/gtx_normalize_dot.cpp.o -c /builddir/build/BUILD/glm/test/gtx/gtx_normalize_dot.cpp [ 73%] Building CXX object test/gtx/CMakeFiles/test-gtx_euler_angle.dir/gtx_euler_angle.cpp.o cd /builddir/build/BUILD/glm/build/test/gtx && /usr/bin/c++ -D_CRT_SECURE_NO_WARNINGS -I/builddir/build/BUILD/glm -I/builddir/build/BUILD/glm/test/external -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 -pedantic -O2 -o CMakeFiles/test-gtx_euler_angle.dir/gtx_euler_angle.cpp.o -c /builddir/build/BUILD/glm/test/gtx/gtx_euler_angle.cpp make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 73%] Built target test-gtx_extend make -f test/gtx/CMakeFiles/test-gtx_component_wise.dir/build.make test/gtx/CMakeFiles/test-gtx_component_wise.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtx /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtx /builddir/build/BUILD/glm/build/test/gtx/CMakeFiles/test-gtx_component_wise.dir/DependInfo.cmake --color= Scanning dependencies of target test-gtx_component_wise make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtx/CMakeFiles/test-gtx_component_wise.dir/build.make test/gtx/CMakeFiles/test-gtx_component_wise.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' [ 74%] Building CXX object test/gtx/CMakeFiles/test-gtx_component_wise.dir/gtx_component_wise.cpp.o cd /builddir/build/BUILD/glm/build/test/gtx && /usr/bin/c++ -D_CRT_SECURE_NO_WARNINGS -I/builddir/build/BUILD/glm -I/builddir/build/BUILD/glm/test/external -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 -pedantic -O2 -o CMakeFiles/test-gtx_component_wise.dir/gtx_component_wise.cpp.o -c /builddir/build/BUILD/glm/test/gtx/gtx_component_wise.cpp [ 75%] Linking CXX executable test-gtx_string_cast cd /builddir/build/BUILD/glm/build/test/gtx && /usr/bin/cmake -E cmake_link_script CMakeFiles/test-gtx_string_cast.dir/link.txt --verbose=1 /usr/bin/c++ -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/test-gtx_string_cast.dir/gtx_string_cast.cpp.o -o test-gtx_string_cast [ 75%] Linking CXX executable test-gtx_normalize_dot cd /builddir/build/BUILD/glm/build/test/gtx && /usr/bin/cmake -E cmake_link_script CMakeFiles/test-gtx_normalize_dot.dir/link.txt --verbose=1 make[2]: Leaving directory '/builddir/build/BUILD/glm/build' /usr/bin/c++ -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/test-gtx_normalize_dot.dir/gtx_normalize_dot.cpp.o -o test-gtx_normalize_dot [ 75%] Built target test-gtx_string_cast make -f test/gtx/CMakeFiles/test-gtx_associated_min_max.dir/build.make test/gtx/CMakeFiles/test-gtx_associated_min_max.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtx /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtx /builddir/build/BUILD/glm/build/test/gtx/CMakeFiles/test-gtx_associated_min_max.dir/DependInfo.cmake --color= Scanning dependencies of target test-gtx_associated_min_max make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtx/CMakeFiles/test-gtx_associated_min_max.dir/build.make test/gtx/CMakeFiles/test-gtx_associated_min_max.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 75%] Building CXX object test/gtx/CMakeFiles/test-gtx_associated_min_max.dir/gtx_associated_min_max.cpp.o cd /builddir/build/BUILD/glm/build/test/gtx && /usr/bin/c++ -D_CRT_SECURE_NO_WARNINGS -I/builddir/build/BUILD/glm -I/builddir/build/BUILD/glm/test/external -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 -pedantic -O2 -o CMakeFiles/test-gtx_associated_min_max.dir/gtx_associated_min_max.cpp.o -c /builddir/build/BUILD/glm/test/gtx/gtx_associated_min_max.cpp [ 75%] Built target test-gtx_normalize_dot make -f test/gtx/CMakeFiles/test-gtx_closest_point.dir/build.make test/gtx/CMakeFiles/test-gtx_closest_point.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtx /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtx /builddir/build/BUILD/glm/build/test/gtx/CMakeFiles/test-gtx_closest_point.dir/DependInfo.cmake --color= Scanning dependencies of target test-gtx_closest_point make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtx/CMakeFiles/test-gtx_closest_point.dir/build.make test/gtx/CMakeFiles/test-gtx_closest_point.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' [ 75%] Building CXX object test/gtx/CMakeFiles/test-gtx_closest_point.dir/gtx_closest_point.cpp.o cd /builddir/build/BUILD/glm/build/test/gtx && /usr/bin/c++ -D_CRT_SECURE_NO_WARNINGS -I/builddir/build/BUILD/glm -I/builddir/build/BUILD/glm/test/external -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 -pedantic -O2 -o CMakeFiles/test-gtx_closest_point.dir/gtx_closest_point.cpp.o -c /builddir/build/BUILD/glm/test/gtx/gtx_closest_point.cpp [ 75%] Linking CXX executable test-gtx_component_wise cd /builddir/build/BUILD/glm/build/test/gtx && /usr/bin/cmake -E cmake_link_script CMakeFiles/test-gtx_component_wise.dir/link.txt --verbose=1 /usr/bin/c++ -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/test-gtx_component_wise.dir/gtx_component_wise.cpp.o -o test-gtx_component_wise make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 75%] Built target test-gtx_component_wise make -f test/gtx/CMakeFiles/test-gtx_vector_query.dir/build.make test/gtx/CMakeFiles/test-gtx_vector_query.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtx /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtx /builddir/build/BUILD/glm/build/test/gtx/CMakeFiles/test-gtx_vector_query.dir/DependInfo.cmake --color= Scanning dependencies of target test-gtx_vector_query make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtx/CMakeFiles/test-gtx_vector_query.dir/build.make test/gtx/CMakeFiles/test-gtx_vector_query.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' [ 75%] Building CXX object test/gtx/CMakeFiles/test-gtx_vector_query.dir/gtx_vector_query.cpp.o cd /builddir/build/BUILD/glm/build/test/gtx && /usr/bin/c++ -D_CRT_SECURE_NO_WARNINGS -I/builddir/build/BUILD/glm -I/builddir/build/BUILD/glm/test/external -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 -pedantic -O2 -o CMakeFiles/test-gtx_vector_query.dir/gtx_vector_query.cpp.o -c /builddir/build/BUILD/glm/test/gtx/gtx_vector_query.cpp [ 76%] Linking CXX executable test-gtx_associated_min_max cd /builddir/build/BUILD/glm/build/test/gtx && /usr/bin/cmake -E cmake_link_script CMakeFiles/test-gtx_associated_min_max.dir/link.txt --verbose=1 /usr/bin/c++ -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/test-gtx_associated_min_max.dir/gtx_associated_min_max.cpp.o -o test-gtx_associated_min_max [ 77%] Linking CXX executable test-gtx_closest_point cd /builddir/build/BUILD/glm/build/test/gtx && /usr/bin/cmake -E cmake_link_script CMakeFiles/test-gtx_closest_point.dir/link.txt --verbose=1 /usr/bin/c++ -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/test-gtx_closest_point.dir/gtx_closest_point.cpp.o -o test-gtx_closest_point make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 77%] Built target test-gtx_associated_min_max make -f test/gtx/CMakeFiles/test-gtx_optimum_pow.dir/build.make test/gtx/CMakeFiles/test-gtx_optimum_pow.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtx /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtx /builddir/build/BUILD/glm/build/test/gtx/CMakeFiles/test-gtx_optimum_pow.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 77%] Built target test-gtx_closest_point make -f test/gtx/CMakeFiles/test-gtx_gradient_paint.dir/build.make test/gtx/CMakeFiles/test-gtx_gradient_paint.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtx /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtx /builddir/build/BUILD/glm/build/test/gtx/CMakeFiles/test-gtx_gradient_paint.dir/DependInfo.cmake --color= Scanning dependencies of target test-gtx_optimum_pow make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtx/CMakeFiles/test-gtx_optimum_pow.dir/build.make test/gtx/CMakeFiles/test-gtx_optimum_pow.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' Scanning dependencies of target test-gtx_gradient_paint make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtx/CMakeFiles/test-gtx_gradient_paint.dir/build.make test/gtx/CMakeFiles/test-gtx_gradient_paint.dir/build [ 78%] Building CXX object test/gtx/CMakeFiles/test-gtx_optimum_pow.dir/gtx_optimum_pow.cpp.o cd /builddir/build/BUILD/glm/build/test/gtx && /usr/bin/c++ -D_CRT_SECURE_NO_WARNINGS -I/builddir/build/BUILD/glm -I/builddir/build/BUILD/glm/test/external -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 -pedantic -O2 -o CMakeFiles/test-gtx_optimum_pow.dir/gtx_optimum_pow.cpp.o -c /builddir/build/BUILD/glm/test/gtx/gtx_optimum_pow.cpp make[2]: Entering directory '/builddir/build/BUILD/glm/build' [ 78%] Building CXX object test/gtx/CMakeFiles/test-gtx_gradient_paint.dir/gtx_gradient_paint.cpp.o cd /builddir/build/BUILD/glm/build/test/gtx && /usr/bin/c++ -D_CRT_SECURE_NO_WARNINGS -I/builddir/build/BUILD/glm -I/builddir/build/BUILD/glm/test/external -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 -pedantic -O2 -o CMakeFiles/test-gtx_gradient_paint.dir/gtx_gradient_paint.cpp.o -c /builddir/build/BUILD/glm/test/gtx/gtx_gradient_paint.cpp [ 79%] Linking CXX executable test-gtx_vector_query cd /builddir/build/BUILD/glm/build/test/gtx && /usr/bin/cmake -E cmake_link_script CMakeFiles/test-gtx_vector_query.dir/link.txt --verbose=1 /usr/bin/c++ -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/test-gtx_vector_query.dir/gtx_vector_query.cpp.o -o test-gtx_vector_query make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 79%] Built target test-gtx_vector_query make -f test/gtx/CMakeFiles/test-gtx_color_space.dir/build.make test/gtx/CMakeFiles/test-gtx_color_space.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtx /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtx /builddir/build/BUILD/glm/build/test/gtx/CMakeFiles/test-gtx_color_space.dir/DependInfo.cmake --color= Scanning dependencies of target test-gtx_color_space make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtx/CMakeFiles/test-gtx_color_space.dir/build.make test/gtx/CMakeFiles/test-gtx_color_space.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' [ 79%] Building CXX object test/gtx/CMakeFiles/test-gtx_color_space.dir/gtx_color_space.cpp.o cd /builddir/build/BUILD/glm/build/test/gtx && /usr/bin/c++ -D_CRT_SECURE_NO_WARNINGS -I/builddir/build/BUILD/glm -I/builddir/build/BUILD/glm/test/external -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 -pedantic -O2 -o CMakeFiles/test-gtx_color_space.dir/gtx_color_space.cpp.o -c /builddir/build/BUILD/glm/test/gtx/gtx_color_space.cpp [ 79%] Linking CXX executable test-gtx_optimum_pow cd /builddir/build/BUILD/glm/build/test/gtx && /usr/bin/cmake -E cmake_link_script CMakeFiles/test-gtx_optimum_pow.dir/link.txt --verbose=1 /usr/bin/c++ -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/test-gtx_optimum_pow.dir/gtx_optimum_pow.cpp.o -o test-gtx_optimum_pow [ 79%] Linking CXX executable test-gtx_gradient_paint cd /builddir/build/BUILD/glm/build/test/gtx && /usr/bin/cmake -E cmake_link_script CMakeFiles/test-gtx_gradient_paint.dir/link.txt --verbose=1 /usr/bin/c++ -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/test-gtx_gradient_paint.dir/gtx_gradient_paint.cpp.o -o test-gtx_gradient_paint make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 79%] Built target test-gtx_optimum_pow make -f test/gtx/CMakeFiles/test-gtx_common.dir/build.make test/gtx/CMakeFiles/test-gtx_common.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtx /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtx /builddir/build/BUILD/glm/build/test/gtx/CMakeFiles/test-gtx_common.dir/DependInfo.cmake --color= Scanning dependencies of target test-gtx_common make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtx/CMakeFiles/test-gtx_common.dir/build.make test/gtx/CMakeFiles/test-gtx_common.dir/build make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make[2]: Entering directory '/builddir/build/BUILD/glm/build' [ 79%] Built target test-gtx_gradient_paint make -f test/gtx/CMakeFiles/test-gtx_matrix_operation.dir/build.make test/gtx/CMakeFiles/test-gtx_matrix_operation.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtx /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtx /builddir/build/BUILD/glm/build/test/gtx/CMakeFiles/test-gtx_matrix_operation.dir/DependInfo.cmake --color= [ 80%] Building CXX object test/gtx/CMakeFiles/test-gtx_common.dir/gtx_common.cpp.o cd /builddir/build/BUILD/glm/build/test/gtx && /usr/bin/c++ -D_CRT_SECURE_NO_WARNINGS -I/builddir/build/BUILD/glm -I/builddir/build/BUILD/glm/test/external -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 -pedantic -O2 -o CMakeFiles/test-gtx_common.dir/gtx_common.cpp.o -c /builddir/build/BUILD/glm/test/gtx/gtx_common.cpp Scanning dependencies of target test-gtx_matrix_operation make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtx/CMakeFiles/test-gtx_matrix_operation.dir/build.make test/gtx/CMakeFiles/test-gtx_matrix_operation.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' [ 80%] Building CXX object test/gtx/CMakeFiles/test-gtx_matrix_operation.dir/gtx_matrix_operation.cpp.o cd /builddir/build/BUILD/glm/build/test/gtx && /usr/bin/c++ -D_CRT_SECURE_NO_WARNINGS -I/builddir/build/BUILD/glm -I/builddir/build/BUILD/glm/test/external -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 -pedantic -O2 -o CMakeFiles/test-gtx_matrix_operation.dir/gtx_matrix_operation.cpp.o -c /builddir/build/BUILD/glm/test/gtx/gtx_matrix_operation.cpp /builddir/build/BUILD/glm/test/gtx/gtx_color_space.cpp: In function 'int test_saturation()': /builddir/build/BUILD/glm/test/gtx/gtx_color_space.cpp:7:12: warning: variable 'Color' set but not used [-Wunused-but-set-variable] glm::vec4 Color = glm::saturation(1.0f, glm::vec4(1.0, 0.5, 0.0, 1.0)); ^~~~~ [ 80%] Linking CXX executable test-gtx_color_space cd /builddir/build/BUILD/glm/build/test/gtx && /usr/bin/cmake -E cmake_link_script CMakeFiles/test-gtx_color_space.dir/link.txt --verbose=1 /usr/bin/c++ -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/test-gtx_color_space.dir/gtx_color_space.cpp.o -o test-gtx_color_space make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 80%] Built target test-gtx_color_space make -f test/gtx/CMakeFiles/test-gtx_quaternion.dir/build.make test/gtx/CMakeFiles/test-gtx_quaternion.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtx /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtx /builddir/build/BUILD/glm/build/test/gtx/CMakeFiles/test-gtx_quaternion.dir/DependInfo.cmake --color= Scanning dependencies of target test-gtx_quaternion make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtx/CMakeFiles/test-gtx_quaternion.dir/build.make test/gtx/CMakeFiles/test-gtx_quaternion.dir/build [ 81%] Linking CXX executable test-gtx_matrix_operation cd /builddir/build/BUILD/glm/build/test/gtx && /usr/bin/cmake -E cmake_link_script CMakeFiles/test-gtx_matrix_operation.dir/link.txt --verbose=1 /builddir/build/BUILD/glm/test/gtx/gtx_common.cpp: In function 'int test_isdenormal()': /builddir/build/BUILD/glm/test/gtx/gtx_common.cpp:110:7: warning: unused variable 'A' [-Wunused-variable] bool A = glm::isdenormal(1.0f); ^ /builddir/build/BUILD/glm/test/gtx/gtx_common.cpp:111:13: warning: variable 'B' set but not used [-Wunused-but-set-variable] glm::bvec1 B = glm::isdenormal(glm::vec1(1.0f)); ^ /builddir/build/BUILD/glm/test/gtx/gtx_common.cpp:112:13: warning: variable 'C' set but not used [-Wunused-but-set-variable] glm::bvec2 C = glm::isdenormal(glm::vec2(1.0f)); ^ /builddir/build/BUILD/glm/test/gtx/gtx_common.cpp:113:13: warning: variable 'D' set but not used [-Wunused-but-set-variable] glm::bvec3 D = glm::isdenormal(glm::vec3(1.0f)); ^ /builddir/build/BUILD/glm/test/gtx/gtx_common.cpp:114:13: warning: variable 'E' set but not used [-Wunused-but-set-variable] glm::bvec4 E = glm::isdenormal(glm::vec4(1.0f)); ^ make[2]: Entering directory '/builddir/build/BUILD/glm/build' /usr/bin/c++ -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/test-gtx_matrix_operation.dir/gtx_matrix_operation.cpp.o -o test-gtx_matrix_operation [ 81%] Building CXX object test/gtx/CMakeFiles/test-gtx_quaternion.dir/gtx_quaternion.cpp.o cd /builddir/build/BUILD/glm/build/test/gtx && /usr/bin/c++ -D_CRT_SECURE_NO_WARNINGS -I/builddir/build/BUILD/glm -I/builddir/build/BUILD/glm/test/external -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 -pedantic -O2 -o CMakeFiles/test-gtx_quaternion.dir/gtx_quaternion.cpp.o -c /builddir/build/BUILD/glm/test/gtx/gtx_quaternion.cpp [ 81%] Linking CXX executable test-gtx_euler_angle cd /builddir/build/BUILD/glm/build/test/gtx && /usr/bin/cmake -E cmake_link_script CMakeFiles/test-gtx_euler_angle.dir/link.txt --verbose=1 /usr/bin/c++ -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/test-gtx_euler_angle.dir/gtx_euler_angle.cpp.o -o test-gtx_euler_angle make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 81%] Built target test-gtx_matrix_operation make -f test/gtx/CMakeFiles/test-gtx_matrix_query.dir/build.make test/gtx/CMakeFiles/test-gtx_matrix_query.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtx /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtx /builddir/build/BUILD/glm/build/test/gtx/CMakeFiles/test-gtx_matrix_query.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 81%] Built target test-gtx_euler_angle make -f test/gtx/CMakeFiles/test-gtx_intersect.dir/build.make test/gtx/CMakeFiles/test-gtx_intersect.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtx /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtx /builddir/build/BUILD/glm/build/test/gtx/CMakeFiles/test-gtx_intersect.dir/DependInfo.cmake --color= Scanning dependencies of target test-gtx_matrix_query make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtx/CMakeFiles/test-gtx_matrix_query.dir/build.make test/gtx/CMakeFiles/test-gtx_matrix_query.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' [ 81%] Building CXX object test/gtx/CMakeFiles/test-gtx_matrix_query.dir/gtx_matrix_query.cpp.o cd /builddir/build/BUILD/glm/build/test/gtx && /usr/bin/c++ -D_CRT_SECURE_NO_WARNINGS -I/builddir/build/BUILD/glm -I/builddir/build/BUILD/glm/test/external -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 -pedantic -O2 -o CMakeFiles/test-gtx_matrix_query.dir/gtx_matrix_query.cpp.o -c /builddir/build/BUILD/glm/test/gtx/gtx_matrix_query.cpp Scanning dependencies of target test-gtx_intersect make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtx/CMakeFiles/test-gtx_intersect.dir/build.make test/gtx/CMakeFiles/test-gtx_intersect.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' [ 82%] Building CXX object test/gtx/CMakeFiles/test-gtx_intersect.dir/gtx_intersect.cpp.o cd /builddir/build/BUILD/glm/build/test/gtx && /usr/bin/c++ -D_CRT_SECURE_NO_WARNINGS -I/builddir/build/BUILD/glm -I/builddir/build/BUILD/glm/test/external -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 -pedantic -O2 -o CMakeFiles/test-gtx_intersect.dir/gtx_intersect.cpp.o -c /builddir/build/BUILD/glm/test/gtx/gtx_intersect.cpp [ 82%] Linking CXX executable test-gtx_common cd /builddir/build/BUILD/glm/build/test/gtx && /usr/bin/cmake -E cmake_link_script CMakeFiles/test-gtx_common.dir/link.txt --verbose=1 /usr/bin/c++ -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/test-gtx_common.dir/gtx_common.cpp.o -o test-gtx_common make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 82%] Built target test-gtx_common make -f test/gtx/CMakeFiles/test-gtx_compatibility.dir/build.make test/gtx/CMakeFiles/test-gtx_compatibility.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtx /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtx /builddir/build/BUILD/glm/build/test/gtx/CMakeFiles/test-gtx_compatibility.dir/DependInfo.cmake --color= Scanning dependencies of target test-gtx_compatibility make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtx/CMakeFiles/test-gtx_compatibility.dir/build.make test/gtx/CMakeFiles/test-gtx_compatibility.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' [ 83%] Building CXX object test/gtx/CMakeFiles/test-gtx_compatibility.dir/gtx_compatibility.cpp.o cd /builddir/build/BUILD/glm/build/test/gtx && /usr/bin/c++ -D_CRT_SECURE_NO_WARNINGS -I/builddir/build/BUILD/glm -I/builddir/build/BUILD/glm/test/external -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 -pedantic -O2 -o CMakeFiles/test-gtx_compatibility.dir/gtx_compatibility.cpp.o -c /builddir/build/BUILD/glm/test/gtx/gtx_compatibility.cpp [ 83%] Linking CXX executable test-gtx_intersect cd /builddir/build/BUILD/glm/build/test/gtx && /usr/bin/cmake -E cmake_link_script CMakeFiles/test-gtx_intersect.dir/link.txt --verbose=1 /usr/bin/c++ -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/test-gtx_intersect.dir/gtx_intersect.cpp.o -o test-gtx_intersect make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 83%] Built target test-gtx_intersect make -f test/gtx/CMakeFiles/test-gtx_orthonormalize.dir/build.make test/gtx/CMakeFiles/test-gtx_orthonormalize.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtx /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtx /builddir/build/BUILD/glm/build/test/gtx/CMakeFiles/test-gtx_orthonormalize.dir/DependInfo.cmake --color= Scanning dependencies of target test-gtx_orthonormalize make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtx/CMakeFiles/test-gtx_orthonormalize.dir/build.make test/gtx/CMakeFiles/test-gtx_orthonormalize.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' [ 83%] Building CXX object test/gtx/CMakeFiles/test-gtx_orthonormalize.dir/gtx_orthonormalize.cpp.o cd /builddir/build/BUILD/glm/build/test/gtx && /usr/bin/c++ -D_CRT_SECURE_NO_WARNINGS -I/builddir/build/BUILD/glm -I/builddir/build/BUILD/glm/test/external -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 -pedantic -O2 -o CMakeFiles/test-gtx_orthonormalize.dir/gtx_orthonormalize.cpp.o -c /builddir/build/BUILD/glm/test/gtx/gtx_orthonormalize.cpp [ 83%] Linking CXX executable test-gtx_matrix_query cd /builddir/build/BUILD/glm/build/test/gtx && /usr/bin/cmake -E cmake_link_script CMakeFiles/test-gtx_matrix_query.dir/link.txt --verbose=1 /usr/bin/c++ -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/test-gtx_matrix_query.dir/gtx_matrix_query.cpp.o -o test-gtx_matrix_query make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 83%] Linking CXX executable test-gtx_compatibility cd /builddir/build/BUILD/glm/build/test/gtx && /usr/bin/cmake -E cmake_link_script CMakeFiles/test-gtx_compatibility.dir/link.txt --verbose=1 [ 83%] Built target test-gtx_matrix_query make -f test/gtx/CMakeFiles/test-gtx_integer.dir/build.make test/gtx/CMakeFiles/test-gtx_integer.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtx /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtx /builddir/build/BUILD/glm/build/test/gtx/CMakeFiles/test-gtx_integer.dir/DependInfo.cmake --color= /usr/bin/c++ -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/test-gtx_compatibility.dir/gtx_compatibility.cpp.o -o test-gtx_compatibility Scanning dependencies of target test-gtx_integer make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtx/CMakeFiles/test-gtx_integer.dir/build.make test/gtx/CMakeFiles/test-gtx_integer.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 84%] Building CXX object test/gtx/CMakeFiles/test-gtx_integer.dir/gtx_integer.cpp.o cd /builddir/build/BUILD/glm/build/test/gtx && /usr/bin/c++ -D_CRT_SECURE_NO_WARNINGS -I/builddir/build/BUILD/glm -I/builddir/build/BUILD/glm/test/external -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 -pedantic -O2 -o CMakeFiles/test-gtx_integer.dir/gtx_integer.cpp.o -c /builddir/build/BUILD/glm/test/gtx/gtx_integer.cpp [ 84%] Built target test-gtx_compatibility make -f test/gtx/CMakeFiles/test-gtx_io.dir/build.make test/gtx/CMakeFiles/test-gtx_io.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtx /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtx /builddir/build/BUILD/glm/build/test/gtx/CMakeFiles/test-gtx_io.dir/DependInfo.cmake --color= Scanning dependencies of target test-gtx_io make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtx/CMakeFiles/test-gtx_io.dir/build.make test/gtx/CMakeFiles/test-gtx_io.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' [ 85%] Building CXX object test/gtx/CMakeFiles/test-gtx_io.dir/gtx_io.cpp.o cd /builddir/build/BUILD/glm/build/test/gtx && /usr/bin/c++ -D_CRT_SECURE_NO_WARNINGS -I/builddir/build/BUILD/glm -I/builddir/build/BUILD/glm/test/external -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 -pedantic -O2 -o CMakeFiles/test-gtx_io.dir/gtx_io.cpp.o -c /builddir/build/BUILD/glm/test/gtx/gtx_io.cpp /builddir/build/BUILD/glm/test/gtx/gtx_quaternion.cpp: In function 'int test_orientation()': /builddir/build/BUILD/glm/test/gtx/gtx_quaternion.cpp:49:9: warning: unused variable 'p' [-Wunused-variable] float p = glm::roll(q); ^ /builddir/build/BUILD/glm/test/gtx/gtx_quaternion.cpp:54:9: warning: unused variable 'p' [-Wunused-variable] float p = glm::pitch(q); ^ /builddir/build/BUILD/glm/test/gtx/gtx_quaternion.cpp:59:9: warning: unused variable 'p' [-Wunused-variable] float p = glm::yaw(q); ^ /builddir/build/BUILD/glm/test/gtx/gtx_quaternion.cpp: In function 'int test_log()': /builddir/build/BUILD/glm/test/gtx/gtx_quaternion.cpp:87:12: warning: variable 'r' set but not used [-Wunused-but-set-variable] glm::quat r = glm::exp(p); ^ [ 86%] Linking CXX executable test-gtx_orthonormalize cd /builddir/build/BUILD/glm/build/test/gtx && /usr/bin/cmake -E cmake_link_script CMakeFiles/test-gtx_orthonormalize.dir/link.txt --verbose=1 /usr/bin/c++ -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/test-gtx_orthonormalize.dir/gtx_orthonormalize.cpp.o -o test-gtx_orthonormalize [ 87%] Linking CXX executable test-gtx_quaternion cd /builddir/build/BUILD/glm/build/test/gtx && /usr/bin/cmake -E cmake_link_script CMakeFiles/test-gtx_quaternion.dir/link.txt --verbose=1 /usr/bin/c++ -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/test-gtx_quaternion.dir/gtx_quaternion.cpp.o -o test-gtx_quaternion make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 87%] Built target test-gtx_orthonormalize make -f test/gtx/CMakeFiles/test-gtx_log_base.dir/build.make test/gtx/CMakeFiles/test-gtx_log_base.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtx /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtx /builddir/build/BUILD/glm/build/test/gtx/CMakeFiles/test-gtx_log_base.dir/DependInfo.cmake --color= Scanning dependencies of target test-gtx_log_base make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtx/CMakeFiles/test-gtx_log_base.dir/build.make test/gtx/CMakeFiles/test-gtx_log_base.dir/build make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make[2]: Entering directory '/builddir/build/BUILD/glm/build' [ 87%] Built target test-gtx_quaternion make -f test/gtx/CMakeFiles/test-gtx_wrap.dir/build.make test/gtx/CMakeFiles/test-gtx_wrap.dir/depend [ 88%] Building CXX object test/gtx/CMakeFiles/test-gtx_log_base.dir/gtx_log_base.cpp.o cd /builddir/build/BUILD/glm/build/test/gtx && /usr/bin/c++ -D_CRT_SECURE_NO_WARNINGS -I/builddir/build/BUILD/glm -I/builddir/build/BUILD/glm/test/external -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 -pedantic -O2 -o CMakeFiles/test-gtx_log_base.dir/gtx_log_base.cpp.o -c /builddir/build/BUILD/glm/test/gtx/gtx_log_base.cpp make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtx /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtx /builddir/build/BUILD/glm/build/test/gtx/CMakeFiles/test-gtx_wrap.dir/DependInfo.cmake --color= Scanning dependencies of target test-gtx_wrap make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtx/CMakeFiles/test-gtx_wrap.dir/build.make test/gtx/CMakeFiles/test-gtx_wrap.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' [ 88%] Building CXX object test/gtx/CMakeFiles/test-gtx_wrap.dir/gtx_wrap.cpp.o cd /builddir/build/BUILD/glm/build/test/gtx && /usr/bin/c++ -D_CRT_SECURE_NO_WARNINGS -I/builddir/build/BUILD/glm -I/builddir/build/BUILD/glm/test/external -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 -pedantic -O2 -o CMakeFiles/test-gtx_wrap.dir/gtx_wrap.cpp.o -c /builddir/build/BUILD/glm/test/gtx/gtx_wrap.cpp [ 88%] Linking CXX executable test-gtx_integer cd /builddir/build/BUILD/glm/build/test/gtx && /usr/bin/cmake -E cmake_link_script CMakeFiles/test-gtx_integer.dir/link.txt --verbose=1 /usr/bin/c++ -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/test-gtx_integer.dir/gtx_integer.cpp.o -o test-gtx_integer make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 88%] Built target test-gtx_integer make -f test/gtx/CMakeFiles/test-gtx_handed_coordinate_space.dir/build.make test/gtx/CMakeFiles/test-gtx_handed_coordinate_space.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtx /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtx /builddir/build/BUILD/glm/build/test/gtx/CMakeFiles/test-gtx_handed_coordinate_space.dir/DependInfo.cmake --color= Scanning dependencies of target test-gtx_handed_coordinate_space make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtx/CMakeFiles/test-gtx_handed_coordinate_space.dir/build.make test/gtx/CMakeFiles/test-gtx_handed_coordinate_space.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' [ 89%] Building CXX object test/gtx/CMakeFiles/test-gtx_handed_coordinate_space.dir/gtx_handed_coordinate_space.cpp.o cd /builddir/build/BUILD/glm/build/test/gtx && /usr/bin/c++ -D_CRT_SECURE_NO_WARNINGS -I/builddir/build/BUILD/glm -I/builddir/build/BUILD/glm/test/external -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 -pedantic -O2 -o CMakeFiles/test-gtx_handed_coordinate_space.dir/gtx_handed_coordinate_space.cpp.o -c /builddir/build/BUILD/glm/test/gtx/gtx_handed_coordinate_space.cpp [ 89%] Linking CXX executable test-gtx_log_base cd /builddir/build/BUILD/glm/build/test/gtx && /usr/bin/cmake -E cmake_link_script CMakeFiles/test-gtx_log_base.dir/link.txt --verbose=1 /usr/bin/c++ -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/test-gtx_log_base.dir/gtx_log_base.cpp.o -o test-gtx_log_base make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 89%] Built target test-gtx_log_base make -f test/gtx/CMakeFiles/test-gtx_polar_coordinates.dir/build.make test/gtx/CMakeFiles/test-gtx_polar_coordinates.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtx /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtx /builddir/build/BUILD/glm/build/test/gtx/CMakeFiles/test-gtx_polar_coordinates.dir/DependInfo.cmake --color= Scanning dependencies of target test-gtx_polar_coordinates make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtx/CMakeFiles/test-gtx_polar_coordinates.dir/build.make test/gtx/CMakeFiles/test-gtx_polar_coordinates.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' In file included from /builddir/build/BUILD/glm/glm/gtx/io.hpp:197:0, from /builddir/build/BUILD/glm/test/gtx/gtx_io.cpp:2: /builddir/build/BUILD/glm/glm/gtx/io.inl: In function 'std::basic_ostream<_CharT, _Traits>& glm::detail::print_matrix_pair_on(std::basic_ostream<_CharT, _Traits>&, const std::pair, const M >&)': /builddir/build/BUILD/glm/glm/gtx/io.inl:409:8: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if(0 != i) ^~ /builddir/build/BUILD/glm/glm/gtx/io.inl:412:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' os << column(ml, i) << ((cols-1 != i) ? fmt.space : fmt.delim_right) << fmt.space << ((0 != i) ? fmt.space : fmt.delim_left) << column(mr, i); ^~ [ 89%] Building CXX object test/gtx/CMakeFiles/test-gtx_polar_coordinates.dir/gtx_polar_coordinates.cpp.o cd /builddir/build/BUILD/glm/build/test/gtx && /usr/bin/c++ -D_CRT_SECURE_NO_WARNINGS -I/builddir/build/BUILD/glm -I/builddir/build/BUILD/glm/test/external -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 -pedantic -O2 -o CMakeFiles/test-gtx_polar_coordinates.dir/gtx_polar_coordinates.cpp.o -c /builddir/build/BUILD/glm/test/gtx/gtx_polar_coordinates.cpp [ 89%] Linking CXX executable test-gtx_handed_coordinate_space cd /builddir/build/BUILD/glm/build/test/gtx && /usr/bin/cmake -E cmake_link_script CMakeFiles/test-gtx_handed_coordinate_space.dir/link.txt --verbose=1 /usr/bin/c++ -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/test-gtx_handed_coordinate_space.dir/gtx_handed_coordinate_space.cpp.o -o test-gtx_handed_coordinate_space [ 90%] Linking CXX executable test-gtx_wrap cd /builddir/build/BUILD/glm/build/test/gtx && /usr/bin/cmake -E cmake_link_script CMakeFiles/test-gtx_wrap.dir/link.txt --verbose=1 /usr/bin/c++ -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/test-gtx_wrap.dir/gtx_wrap.cpp.o -o test-gtx_wrap make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 90%] Built target test-gtx_handed_coordinate_space make -f test/gtx/CMakeFiles/test-gtx_color_space_YCoCg.dir/build.make test/gtx/CMakeFiles/test-gtx_color_space_YCoCg.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtx /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtx /builddir/build/BUILD/glm/build/test/gtx/CMakeFiles/test-gtx_color_space_YCoCg.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/glm/build' Scanning dependencies of target test-gtx_color_space_YCoCg make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtx/CMakeFiles/test-gtx_color_space_YCoCg.dir/build.make test/gtx/CMakeFiles/test-gtx_color_space_YCoCg.dir/build [ 90%] Built target test-gtx_wrap make -f test/gtx/CMakeFiles/test-gtx_matrix_decompose.dir/build.make test/gtx/CMakeFiles/test-gtx_matrix_decompose.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtx /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtx /builddir/build/BUILD/glm/build/test/gtx/CMakeFiles/test-gtx_matrix_decompose.dir/DependInfo.cmake --color= make[2]: Entering directory '/builddir/build/BUILD/glm/build' [ 91%] Building CXX object test/gtx/CMakeFiles/test-gtx_color_space_YCoCg.dir/gtx_color_space_YCoCg.cpp.o cd /builddir/build/BUILD/glm/build/test/gtx && /usr/bin/c++ -D_CRT_SECURE_NO_WARNINGS -I/builddir/build/BUILD/glm -I/builddir/build/BUILD/glm/test/external -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 -pedantic -O2 -o CMakeFiles/test-gtx_color_space_YCoCg.dir/gtx_color_space_YCoCg.cpp.o -c /builddir/build/BUILD/glm/test/gtx/gtx_color_space_YCoCg.cpp Scanning dependencies of target test-gtx_matrix_decompose make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtx/CMakeFiles/test-gtx_matrix_decompose.dir/build.make test/gtx/CMakeFiles/test-gtx_matrix_decompose.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' [ 91%] Building CXX object test/gtx/CMakeFiles/test-gtx_matrix_decompose.dir/gtx_matrix_decompose.cpp.o cd /builddir/build/BUILD/glm/build/test/gtx && /usr/bin/c++ -D_CRT_SECURE_NO_WARNINGS -I/builddir/build/BUILD/glm -I/builddir/build/BUILD/glm/test/external -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 -pedantic -O2 -o CMakeFiles/test-gtx_matrix_decompose.dir/gtx_matrix_decompose.cpp.o -c /builddir/build/BUILD/glm/test/gtx/gtx_matrix_decompose.cpp [ 92%] Linking CXX executable test-gtx_polar_coordinates cd /builddir/build/BUILD/glm/build/test/gtx && /usr/bin/cmake -E cmake_link_script CMakeFiles/test-gtx_polar_coordinates.dir/link.txt --verbose=1 /usr/bin/c++ -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/test-gtx_polar_coordinates.dir/gtx_polar_coordinates.cpp.o -o test-gtx_polar_coordinates make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 92%] Built target test-gtx_polar_coordinates make -f test/gtx/CMakeFiles/test-gtx_matrix_interpolation.dir/build.make test/gtx/CMakeFiles/test-gtx_matrix_interpolation.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtx /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtx /builddir/build/BUILD/glm/build/test/gtx/CMakeFiles/test-gtx_matrix_interpolation.dir/DependInfo.cmake --color= Scanning dependencies of target test-gtx_matrix_interpolation make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtx/CMakeFiles/test-gtx_matrix_interpolation.dir/build.make test/gtx/CMakeFiles/test-gtx_matrix_interpolation.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' [ 92%] Building CXX object test/gtx/CMakeFiles/test-gtx_matrix_interpolation.dir/gtx_matrix_interpolation.cpp.o cd /builddir/build/BUILD/glm/build/test/gtx && /usr/bin/c++ -D_CRT_SECURE_NO_WARNINGS -I/builddir/build/BUILD/glm -I/builddir/build/BUILD/glm/test/external -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 -pedantic -O2 -o CMakeFiles/test-gtx_matrix_interpolation.dir/gtx_matrix_interpolation.cpp.o -c /builddir/build/BUILD/glm/test/gtx/gtx_matrix_interpolation.cpp [ 92%] Linking CXX executable test-gtx_color_space_YCoCg cd /builddir/build/BUILD/glm/build/test/gtx && /usr/bin/cmake -E cmake_link_script CMakeFiles/test-gtx_color_space_YCoCg.dir/link.txt --verbose=1 /usr/bin/c++ -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/test-gtx_color_space_YCoCg.dir/gtx_color_space_YCoCg.cpp.o -o test-gtx_color_space_YCoCg make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 92%] Built target test-gtx_color_space_YCoCg make -f test/gtx/CMakeFiles/test-gtx_type_trait.dir/build.make test/gtx/CMakeFiles/test-gtx_type_trait.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtx /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtx /builddir/build/BUILD/glm/build/test/gtx/CMakeFiles/test-gtx_type_trait.dir/DependInfo.cmake --color= Scanning dependencies of target test-gtx_type_trait make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtx/CMakeFiles/test-gtx_type_trait.dir/build.make test/gtx/CMakeFiles/test-gtx_type_trait.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' [ 92%] Building CXX object test/gtx/CMakeFiles/test-gtx_type_trait.dir/gtx_type_trait.cpp.o cd /builddir/build/BUILD/glm/build/test/gtx && /usr/bin/c++ -D_CRT_SECURE_NO_WARNINGS -I/builddir/build/BUILD/glm -I/builddir/build/BUILD/glm/test/external -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 -pedantic -O2 -o CMakeFiles/test-gtx_type_trait.dir/gtx_type_trait.cpp.o -c /builddir/build/BUILD/glm/test/gtx/gtx_type_trait.cpp [ 93%] Linking CXX executable test-gtx_matrix_decompose cd /builddir/build/BUILD/glm/build/test/gtx && /usr/bin/cmake -E cmake_link_script CMakeFiles/test-gtx_matrix_decompose.dir/link.txt --verbose=1 /usr/bin/c++ -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/test-gtx_matrix_decompose.dir/gtx_matrix_decompose.cpp.o -o test-gtx_matrix_decompose make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 93%] Built target test-gtx_matrix_decompose make -f test/gtx/CMakeFiles/test-gtx_matrix_major_storage.dir/build.make test/gtx/CMakeFiles/test-gtx_matrix_major_storage.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtx /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtx /builddir/build/BUILD/glm/build/test/gtx/CMakeFiles/test-gtx_matrix_major_storage.dir/DependInfo.cmake --color= Scanning dependencies of target test-gtx_matrix_major_storage make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtx/CMakeFiles/test-gtx_matrix_major_storage.dir/build.make test/gtx/CMakeFiles/test-gtx_matrix_major_storage.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' [ 93%] Building CXX object test/gtx/CMakeFiles/test-gtx_matrix_major_storage.dir/gtx_matrix_major_storage.cpp.o cd /builddir/build/BUILD/glm/build/test/gtx && /usr/bin/c++ -D_CRT_SECURE_NO_WARNINGS -I/builddir/build/BUILD/glm -I/builddir/build/BUILD/glm/test/external -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 -pedantic -O2 -o CMakeFiles/test-gtx_matrix_major_storage.dir/gtx_matrix_major_storage.cpp.o -c /builddir/build/BUILD/glm/test/gtx/gtx_matrix_major_storage.cpp [ 94%] Linking CXX executable test-gtx_matrix_interpolation cd /builddir/build/BUILD/glm/build/test/gtx && /usr/bin/cmake -E cmake_link_script CMakeFiles/test-gtx_matrix_interpolation.dir/link.txt --verbose=1 /usr/bin/c++ -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/test-gtx_matrix_interpolation.dir/gtx_matrix_interpolation.cpp.o -o test-gtx_matrix_interpolation make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 94%] Built target test-gtx_matrix_interpolation make -f test/gtx/CMakeFiles/test-gtx_matrix_transform_2d.dir/build.make test/gtx/CMakeFiles/test-gtx_matrix_transform_2d.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtx /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtx /builddir/build/BUILD/glm/build/test/gtx/CMakeFiles/test-gtx_matrix_transform_2d.dir/DependInfo.cmake --color= Scanning dependencies of target test-gtx_matrix_transform_2d make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtx/CMakeFiles/test-gtx_matrix_transform_2d.dir/build.make test/gtx/CMakeFiles/test-gtx_matrix_transform_2d.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' [ 95%] Building CXX object test/gtx/CMakeFiles/test-gtx_matrix_transform_2d.dir/gtx_matrix_transform_2d.cpp.o cd /builddir/build/BUILD/glm/build/test/gtx && /usr/bin/c++ -D_CRT_SECURE_NO_WARNINGS -I/builddir/build/BUILD/glm -I/builddir/build/BUILD/glm/test/external -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 -pedantic -O2 -o CMakeFiles/test-gtx_matrix_transform_2d.dir/gtx_matrix_transform_2d.cpp.o -c /builddir/build/BUILD/glm/test/gtx/gtx_matrix_transform_2d.cpp [ 96%] Linking CXX executable test-gtx_type_trait cd /builddir/build/BUILD/glm/build/test/gtx && /usr/bin/cmake -E cmake_link_script CMakeFiles/test-gtx_type_trait.dir/link.txt --verbose=1 /usr/bin/c++ -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/test-gtx_type_trait.dir/gtx_type_trait.cpp.o -o test-gtx_type_trait make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 96%] Built target test-gtx_type_trait make -f test/gtx/CMakeFiles/test-gtx_normal.dir/build.make test/gtx/CMakeFiles/test-gtx_normal.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtx /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtx /builddir/build/BUILD/glm/build/test/gtx/CMakeFiles/test-gtx_normal.dir/DependInfo.cmake --color= Scanning dependencies of target test-gtx_normal make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtx/CMakeFiles/test-gtx_normal.dir/build.make test/gtx/CMakeFiles/test-gtx_normal.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' [ 97%] Building CXX object test/gtx/CMakeFiles/test-gtx_normal.dir/gtx_normal.cpp.o cd /builddir/build/BUILD/glm/build/test/gtx && /usr/bin/c++ -D_CRT_SECURE_NO_WARNINGS -I/builddir/build/BUILD/glm -I/builddir/build/BUILD/glm/test/external -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 -pedantic -O2 -o CMakeFiles/test-gtx_normal.dir/gtx_normal.cpp.o -c /builddir/build/BUILD/glm/test/gtx/gtx_normal.cpp [ 98%] Linking CXX executable test-gtx_matrix_major_storage cd /builddir/build/BUILD/glm/build/test/gtx && /usr/bin/cmake -E cmake_link_script CMakeFiles/test-gtx_matrix_major_storage.dir/link.txt --verbose=1 /usr/bin/c++ -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/test-gtx_matrix_major_storage.dir/gtx_matrix_major_storage.cpp.o -o test-gtx_matrix_major_storage make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 98%] Built target test-gtx_matrix_major_storage make -f test/gtx/CMakeFiles/test-gtx_number_precision.dir/build.make test/gtx/CMakeFiles/test-gtx_number_precision.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtx /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtx /builddir/build/BUILD/glm/build/test/gtx/CMakeFiles/test-gtx_number_precision.dir/DependInfo.cmake --color= [ 98%] Linking CXX executable test-gtx_matrix_transform_2d cd /builddir/build/BUILD/glm/build/test/gtx && /usr/bin/cmake -E cmake_link_script CMakeFiles/test-gtx_matrix_transform_2d.dir/link.txt --verbose=1 /usr/bin/c++ -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/test-gtx_matrix_transform_2d.dir/gtx_matrix_transform_2d.cpp.o -o test-gtx_matrix_transform_2d Scanning dependencies of target test-gtx_number_precision make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtx/CMakeFiles/test-gtx_number_precision.dir/build.make test/gtx/CMakeFiles/test-gtx_number_precision.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' [ 99%] Building CXX object test/gtx/CMakeFiles/test-gtx_number_precision.dir/gtx_number_precision.cpp.o cd /builddir/build/BUILD/glm/build/test/gtx && /usr/bin/c++ -D_CRT_SECURE_NO_WARNINGS -I/builddir/build/BUILD/glm -I/builddir/build/BUILD/glm/test/external -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 -pedantic -O2 -o CMakeFiles/test-gtx_number_precision.dir/gtx_number_precision.cpp.o -c /builddir/build/BUILD/glm/test/gtx/gtx_number_precision.cpp make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 99%] Built target test-gtx_matrix_transform_2d make -f test/gtx/CMakeFiles/test-gtx_perpendicular.dir/build.make test/gtx/CMakeFiles/test-gtx_perpendicular.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtx /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtx /builddir/build/BUILD/glm/build/test/gtx/CMakeFiles/test-gtx_perpendicular.dir/DependInfo.cmake --color= Scanning dependencies of target test-gtx_perpendicular make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtx/CMakeFiles/test-gtx_perpendicular.dir/build.make test/gtx/CMakeFiles/test-gtx_perpendicular.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' [ 99%] Building CXX object test/gtx/CMakeFiles/test-gtx_perpendicular.dir/gtx_perpendicular.cpp.o cd /builddir/build/BUILD/glm/build/test/gtx && /usr/bin/c++ -D_CRT_SECURE_NO_WARNINGS -I/builddir/build/BUILD/glm -I/builddir/build/BUILD/glm/test/external -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 -pedantic -O2 -o CMakeFiles/test-gtx_perpendicular.dir/gtx_perpendicular.cpp.o -c /builddir/build/BUILD/glm/test/gtx/gtx_perpendicular.cpp [ 99%] Linking CXX executable test-gtx_normal cd /builddir/build/BUILD/glm/build/test/gtx && /usr/bin/cmake -E cmake_link_script CMakeFiles/test-gtx_normal.dir/link.txt --verbose=1 /usr/bin/c++ -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/test-gtx_normal.dir/gtx_normal.cpp.o -o test-gtx_normal make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 99%] Built target test-gtx_normal [ 99%] Linking CXX executable test-gtx_number_precision cd /builddir/build/BUILD/glm/build/test/gtx && /usr/bin/cmake -E cmake_link_script CMakeFiles/test-gtx_number_precision.dir/link.txt --verbose=1 /usr/bin/c++ -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/test-gtx_number_precision.dir/gtx_number_precision.cpp.o -o test-gtx_number_precision make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [100%] Linking CXX executable test-gtx_perpendicular cd /builddir/build/BUILD/glm/build/test/gtx && /usr/bin/cmake -E cmake_link_script CMakeFiles/test-gtx_perpendicular.dir/link.txt --verbose=1 /usr/bin/c++ -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/test-gtx_perpendicular.dir/gtx_perpendicular.cpp.o -o test-gtx_perpendicular [100%] Built target test-gtx_number_precision make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [100%] Built target test-gtx_perpendicular [100%] Linking CXX executable test-gtx_io cd /builddir/build/BUILD/glm/build/test/gtx && /usr/bin/cmake -E cmake_link_script CMakeFiles/test-gtx_io.dir/link.txt --verbose=1 /usr/bin/c++ -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/test-gtx_io.dir/gtx_io.cpp.o -o test-gtx_io make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [100%] Built target test-gtx_io make[1]: Leaving directory '/builddir/build/BUILD/glm/build' /usr/bin/cmake -E cmake_progress_start /builddir/build/BUILD/glm/build/CMakeFiles 0 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.n0gf7t + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64 ++ dirname /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64 + cd glm + cd build + make install DESTDIR=/builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64 /usr/bin/cmake -H/builddir/build/BUILD/glm -B/builddir/build/BUILD/glm/build --check-build-system CMakeFiles/Makefile.cmake 0 /usr/bin/cmake -E cmake_progress_start /builddir/build/BUILD/glm/build/CMakeFiles /builddir/build/BUILD/glm/build/CMakeFiles/progress.marks make -f CMakeFiles/Makefile2 all make[1]: Entering directory '/builddir/build/BUILD/glm/build' make -f glm/CMakeFiles/glm_dummy.dir/build.make glm/CMakeFiles/glm_dummy.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/glm /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/glm /builddir/build/BUILD/glm/build/glm/CMakeFiles/glm_dummy.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f glm/CMakeFiles/glm_dummy.dir/build.make glm/CMakeFiles/glm_dummy.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' make[2]: Nothing to be done for 'glm/CMakeFiles/glm_dummy.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 1%] Built target glm_dummy make -f test/bug/CMakeFiles/test-bug_ms_vec_static.dir/build.make test/bug/CMakeFiles/test-bug_ms_vec_static.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/bug /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/bug /builddir/build/BUILD/glm/build/test/bug/CMakeFiles/test-bug_ms_vec_static.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/bug/CMakeFiles/test-bug_ms_vec_static.dir/build.make test/bug/CMakeFiles/test-bug_ms_vec_static.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' make[2]: Nothing to be done for 'test/bug/CMakeFiles/test-bug_ms_vec_static.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 2%] Built target test-bug_ms_vec_static make -f test/core/CMakeFiles/test-core_type_mat2x4.dir/build.make test/core/CMakeFiles/test-core_type_mat2x4.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/core /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/core /builddir/build/BUILD/glm/build/test/core/CMakeFiles/test-core_type_mat2x4.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/core/CMakeFiles/test-core_type_mat2x4.dir/build.make test/core/CMakeFiles/test-core_type_mat2x4.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' make[2]: Nothing to be done for 'test/core/CMakeFiles/test-core_type_mat2x4.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 2%] Built target test-core_type_mat2x4 make -f test/core/CMakeFiles/test-core_type_mat2x3.dir/build.make test/core/CMakeFiles/test-core_type_mat2x3.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/core /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/core /builddir/build/BUILD/glm/build/test/core/CMakeFiles/test-core_type_mat2x3.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/core/CMakeFiles/test-core_type_mat2x3.dir/build.make test/core/CMakeFiles/test-core_type_mat2x3.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' make[2]: Nothing to be done for 'test/core/CMakeFiles/test-core_type_mat2x3.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 3%] Built target test-core_type_mat2x3 make -f test/core/CMakeFiles/test-core_type_ctor.dir/build.make test/core/CMakeFiles/test-core_type_ctor.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/core /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/core /builddir/build/BUILD/glm/build/test/core/CMakeFiles/test-core_type_ctor.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/core/CMakeFiles/test-core_type_ctor.dir/build.make test/core/CMakeFiles/test-core_type_ctor.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' make[2]: Nothing to be done for 'test/core/CMakeFiles/test-core_type_ctor.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 4%] Built target test-core_type_ctor make -f test/core/CMakeFiles/test-core_type_mat4x3.dir/build.make test/core/CMakeFiles/test-core_type_mat4x3.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/core /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/core /builddir/build/BUILD/glm/build/test/core/CMakeFiles/test-core_type_mat4x3.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/core/CMakeFiles/test-core_type_mat4x3.dir/build.make test/core/CMakeFiles/test-core_type_mat4x3.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' make[2]: Nothing to be done for 'test/core/CMakeFiles/test-core_type_mat4x3.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 5%] Built target test-core_type_mat4x3 make -f test/core/CMakeFiles/test-core_func_integer_find_msb.dir/build.make test/core/CMakeFiles/test-core_func_integer_find_msb.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/core /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/core /builddir/build/BUILD/glm/build/test/core/CMakeFiles/test-core_func_integer_find_msb.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/core/CMakeFiles/test-core_func_integer_find_msb.dir/build.make test/core/CMakeFiles/test-core_func_integer_find_msb.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' make[2]: Nothing to be done for 'test/core/CMakeFiles/test-core_func_integer_find_msb.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 6%] Built target test-core_func_integer_find_msb make -f test/core/CMakeFiles/test-core_func_trigonometric.dir/build.make test/core/CMakeFiles/test-core_func_trigonometric.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/core /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/core /builddir/build/BUILD/glm/build/test/core/CMakeFiles/test-core_func_trigonometric.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/core/CMakeFiles/test-core_func_trigonometric.dir/build.make test/core/CMakeFiles/test-core_func_trigonometric.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' make[2]: Nothing to be done for 'test/core/CMakeFiles/test-core_func_trigonometric.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 7%] Built target test-core_func_trigonometric make -f test/core/CMakeFiles/test-core_type_length.dir/build.make test/core/CMakeFiles/test-core_type_length.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/core /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/core /builddir/build/BUILD/glm/build/test/core/CMakeFiles/test-core_type_length.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/core/CMakeFiles/test-core_type_length.dir/build.make test/core/CMakeFiles/test-core_type_length.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' make[2]: Nothing to be done for 'test/core/CMakeFiles/test-core_type_length.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 8%] Built target test-core_type_length make -f test/core/CMakeFiles/test-core_type_mat4x2.dir/build.make test/core/CMakeFiles/test-core_type_mat4x2.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/core /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/core /builddir/build/BUILD/glm/build/test/core/CMakeFiles/test-core_type_mat4x2.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/core/CMakeFiles/test-core_type_mat4x2.dir/build.make test/core/CMakeFiles/test-core_type_mat4x2.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' make[2]: Nothing to be done for 'test/core/CMakeFiles/test-core_type_mat4x2.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 9%] Built target test-core_type_mat4x2 make -f test/core/CMakeFiles/test-core_type_mat3x2.dir/build.make test/core/CMakeFiles/test-core_type_mat3x2.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/core /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/core /builddir/build/BUILD/glm/build/test/core/CMakeFiles/test-core_type_mat3x2.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/core/CMakeFiles/test-core_type_mat3x2.dir/build.make test/core/CMakeFiles/test-core_type_mat3x2.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' make[2]: Nothing to be done for 'test/core/CMakeFiles/test-core_type_mat3x2.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 10%] Built target test-core_type_mat3x2 make -f test/core/CMakeFiles/test-core_type_mat3x4.dir/build.make test/core/CMakeFiles/test-core_type_mat3x4.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/core /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/core /builddir/build/BUILD/glm/build/test/core/CMakeFiles/test-core_type_mat3x4.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/core/CMakeFiles/test-core_type_mat3x4.dir/build.make test/core/CMakeFiles/test-core_type_mat3x4.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' make[2]: Nothing to be done for 'test/core/CMakeFiles/test-core_type_mat3x4.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 11%] Built target test-core_type_mat3x4 make -f test/core/CMakeFiles/test-core_type_vec3.dir/build.make test/core/CMakeFiles/test-core_type_vec3.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/core /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/core /builddir/build/BUILD/glm/build/test/core/CMakeFiles/test-core_type_vec3.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/core/CMakeFiles/test-core_type_vec3.dir/build.make test/core/CMakeFiles/test-core_type_vec3.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' make[2]: Nothing to be done for 'test/core/CMakeFiles/test-core_type_vec3.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 12%] Built target test-core_type_vec3 make -f test/core/CMakeFiles/test-core_force_unrestricted_gentype.dir/build.make test/core/CMakeFiles/test-core_force_unrestricted_gentype.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/core /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/core /builddir/build/BUILD/glm/build/test/core/CMakeFiles/test-core_force_unrestricted_gentype.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/core/CMakeFiles/test-core_force_unrestricted_gentype.dir/build.make test/core/CMakeFiles/test-core_force_unrestricted_gentype.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' make[2]: Nothing to be done for 'test/core/CMakeFiles/test-core_force_unrestricted_gentype.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 13%] Built target test-core_force_unrestricted_gentype make -f test/core/CMakeFiles/test-core_force_pure.dir/build.make test/core/CMakeFiles/test-core_force_pure.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/core /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/core /builddir/build/BUILD/glm/build/test/core/CMakeFiles/test-core_force_pure.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/core/CMakeFiles/test-core_force_pure.dir/build.make test/core/CMakeFiles/test-core_force_pure.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' make[2]: Nothing to be done for 'test/core/CMakeFiles/test-core_force_pure.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 14%] Built target test-core_force_pure make -f test/core/CMakeFiles/test-core_func_integer.dir/build.make test/core/CMakeFiles/test-core_func_integer.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/core /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/core /builddir/build/BUILD/glm/build/test/core/CMakeFiles/test-core_func_integer.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/core/CMakeFiles/test-core_func_integer.dir/build.make test/core/CMakeFiles/test-core_func_integer.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' make[2]: Nothing to be done for 'test/core/CMakeFiles/test-core_func_integer.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 15%] Built target test-core_func_integer make -f test/core/CMakeFiles/test-core_func_exponential.dir/build.make test/core/CMakeFiles/test-core_func_exponential.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/core /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/core /builddir/build/BUILD/glm/build/test/core/CMakeFiles/test-core_func_exponential.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/core/CMakeFiles/test-core_func_exponential.dir/build.make test/core/CMakeFiles/test-core_func_exponential.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' make[2]: Nothing to be done for 'test/core/CMakeFiles/test-core_func_exponential.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 15%] Built target test-core_func_exponential make -f test/core/CMakeFiles/test-core_setup_precision.dir/build.make test/core/CMakeFiles/test-core_setup_precision.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/core /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/core /builddir/build/BUILD/glm/build/test/core/CMakeFiles/test-core_setup_precision.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/core/CMakeFiles/test-core_setup_precision.dir/build.make test/core/CMakeFiles/test-core_setup_precision.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' make[2]: Nothing to be done for 'test/core/CMakeFiles/test-core_setup_precision.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 16%] Built target test-core_setup_precision make -f test/core/CMakeFiles/test-core_type_int.dir/build.make test/core/CMakeFiles/test-core_type_int.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/core /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/core /builddir/build/BUILD/glm/build/test/core/CMakeFiles/test-core_type_int.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/core/CMakeFiles/test-core_type_int.dir/build.make test/core/CMakeFiles/test-core_type_int.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' make[2]: Nothing to be done for 'test/core/CMakeFiles/test-core_type_int.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 17%] Built target test-core_type_int make -f test/core/CMakeFiles/test-core_type_aligned.dir/build.make test/core/CMakeFiles/test-core_type_aligned.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/core /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/core /builddir/build/BUILD/glm/build/test/core/CMakeFiles/test-core_type_aligned.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/core/CMakeFiles/test-core_type_aligned.dir/build.make test/core/CMakeFiles/test-core_type_aligned.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' make[2]: Nothing to be done for 'test/core/CMakeFiles/test-core_type_aligned.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 18%] Built target test-core_type_aligned make -f test/core/CMakeFiles/test-core_type_mat4x4.dir/build.make test/core/CMakeFiles/test-core_type_mat4x4.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/core /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/core /builddir/build/BUILD/glm/build/test/core/CMakeFiles/test-core_type_mat4x4.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/core/CMakeFiles/test-core_type_mat4x4.dir/build.make test/core/CMakeFiles/test-core_type_mat4x4.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' make[2]: Nothing to be done for 'test/core/CMakeFiles/test-core_type_mat4x4.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 19%] Built target test-core_type_mat4x4 make -f test/core/CMakeFiles/test-core_func_integer_bit_count.dir/build.make test/core/CMakeFiles/test-core_func_integer_bit_count.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/core /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/core /builddir/build/BUILD/glm/build/test/core/CMakeFiles/test-core_func_integer_bit_count.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/core/CMakeFiles/test-core_func_integer_bit_count.dir/build.make test/core/CMakeFiles/test-core_func_integer_bit_count.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' make[2]: Nothing to be done for 'test/core/CMakeFiles/test-core_func_integer_bit_count.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 20%] Built target test-core_func_integer_bit_count make -f test/core/CMakeFiles/test-core_type_float.dir/build.make test/core/CMakeFiles/test-core_type_float.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/core /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/core /builddir/build/BUILD/glm/build/test/core/CMakeFiles/test-core_type_float.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/core/CMakeFiles/test-core_type_float.dir/build.make test/core/CMakeFiles/test-core_type_float.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' make[2]: Nothing to be done for 'test/core/CMakeFiles/test-core_type_float.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 21%] Built target test-core_type_float make -f test/core/CMakeFiles/test-core_type_vec4.dir/build.make test/core/CMakeFiles/test-core_type_vec4.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/core /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/core /builddir/build/BUILD/glm/build/test/core/CMakeFiles/test-core_type_vec4.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/core/CMakeFiles/test-core_type_vec4.dir/build.make test/core/CMakeFiles/test-core_type_vec4.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' make[2]: Nothing to be done for 'test/core/CMakeFiles/test-core_type_vec4.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 22%] Built target test-core_type_vec4 make -f test/core/CMakeFiles/test-core_type_vec1.dir/build.make test/core/CMakeFiles/test-core_type_vec1.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/core /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/core /builddir/build/BUILD/glm/build/test/core/CMakeFiles/test-core_type_vec1.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/core/CMakeFiles/test-core_type_vec1.dir/build.make test/core/CMakeFiles/test-core_type_vec1.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' make[2]: Nothing to be done for 'test/core/CMakeFiles/test-core_type_vec1.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 23%] Built target test-core_type_vec1 make -f test/core/CMakeFiles/test-core_func_geometric.dir/build.make test/core/CMakeFiles/test-core_func_geometric.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/core /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/core /builddir/build/BUILD/glm/build/test/core/CMakeFiles/test-core_func_geometric.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/core/CMakeFiles/test-core_func_geometric.dir/build.make test/core/CMakeFiles/test-core_func_geometric.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' make[2]: Nothing to be done for 'test/core/CMakeFiles/test-core_func_geometric.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 24%] Built target test-core_func_geometric make -f test/core/CMakeFiles/test-core_type_vec2.dir/build.make test/core/CMakeFiles/test-core_type_vec2.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/core /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/core /builddir/build/BUILD/glm/build/test/core/CMakeFiles/test-core_type_vec2.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/core/CMakeFiles/test-core_type_vec2.dir/build.make test/core/CMakeFiles/test-core_type_vec2.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' make[2]: Nothing to be done for 'test/core/CMakeFiles/test-core_type_vec2.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 25%] Built target test-core_type_vec2 make -f test/core/CMakeFiles/test-core_setup_force_cxx98.dir/build.make test/core/CMakeFiles/test-core_setup_force_cxx98.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/core /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/core /builddir/build/BUILD/glm/build/test/core/CMakeFiles/test-core_setup_force_cxx98.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/core/CMakeFiles/test-core_setup_force_cxx98.dir/build.make test/core/CMakeFiles/test-core_setup_force_cxx98.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' make[2]: Nothing to be done for 'test/core/CMakeFiles/test-core_setup_force_cxx98.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 26%] Built target test-core_setup_force_cxx98 make -f test/core/CMakeFiles/test-core_func_common.dir/build.make test/core/CMakeFiles/test-core_func_common.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/core /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/core /builddir/build/BUILD/glm/build/test/core/CMakeFiles/test-core_func_common.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/core/CMakeFiles/test-core_func_common.dir/build.make test/core/CMakeFiles/test-core_func_common.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' make[2]: Nothing to be done for 'test/core/CMakeFiles/test-core_func_common.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 27%] Built target test-core_func_common make -f test/core/CMakeFiles/test-core_func_integer_find_lsb.dir/build.make test/core/CMakeFiles/test-core_func_integer_find_lsb.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/core /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/core /builddir/build/BUILD/glm/build/test/core/CMakeFiles/test-core_func_integer_find_lsb.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/core/CMakeFiles/test-core_func_integer_find_lsb.dir/build.make test/core/CMakeFiles/test-core_func_integer_find_lsb.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' make[2]: Nothing to be done for 'test/core/CMakeFiles/test-core_func_integer_find_lsb.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 28%] Built target test-core_func_integer_find_lsb make -f test/core/CMakeFiles/test-core_type_mat2x2.dir/build.make test/core/CMakeFiles/test-core_type_mat2x2.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/core /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/core /builddir/build/BUILD/glm/build/test/core/CMakeFiles/test-core_type_mat2x2.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/core/CMakeFiles/test-core_type_mat2x2.dir/build.make test/core/CMakeFiles/test-core_type_mat2x2.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' make[2]: Nothing to be done for 'test/core/CMakeFiles/test-core_type_mat2x2.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 29%] Built target test-core_type_mat2x2 make -f test/core/CMakeFiles/test-core_type_mat3x3.dir/build.make test/core/CMakeFiles/test-core_type_mat3x3.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/core /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/core /builddir/build/BUILD/glm/build/test/core/CMakeFiles/test-core_type_mat3x3.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/core/CMakeFiles/test-core_type_mat3x3.dir/build.make test/core/CMakeFiles/test-core_type_mat3x3.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' make[2]: Nothing to be done for 'test/core/CMakeFiles/test-core_type_mat3x3.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 30%] Built target test-core_type_mat3x3 make -f test/core/CMakeFiles/test-core_func_matrix.dir/build.make test/core/CMakeFiles/test-core_func_matrix.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/core /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/core /builddir/build/BUILD/glm/build/test/core/CMakeFiles/test-core_func_matrix.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/core/CMakeFiles/test-core_func_matrix.dir/build.make test/core/CMakeFiles/test-core_func_matrix.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' make[2]: Nothing to be done for 'test/core/CMakeFiles/test-core_func_matrix.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 31%] Built target test-core_func_matrix make -f test/core/CMakeFiles/test-core_type_cast.dir/build.make test/core/CMakeFiles/test-core_type_cast.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/core /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/core /builddir/build/BUILD/glm/build/test/core/CMakeFiles/test-core_type_cast.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/core/CMakeFiles/test-core_type_cast.dir/build.make test/core/CMakeFiles/test-core_type_cast.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' make[2]: Nothing to be done for 'test/core/CMakeFiles/test-core_type_cast.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 32%] Built target test-core_type_cast make -f test/core/CMakeFiles/test-core_func_noise.dir/build.make test/core/CMakeFiles/test-core_func_noise.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/core /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/core /builddir/build/BUILD/glm/build/test/core/CMakeFiles/test-core_func_noise.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/core/CMakeFiles/test-core_func_noise.dir/build.make test/core/CMakeFiles/test-core_func_noise.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' make[2]: Nothing to be done for 'test/core/CMakeFiles/test-core_func_noise.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 33%] Built target test-core_func_noise make -f test/core/CMakeFiles/test-core_func_packing.dir/build.make test/core/CMakeFiles/test-core_func_packing.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/core /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/core /builddir/build/BUILD/glm/build/test/core/CMakeFiles/test-core_func_packing.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/core/CMakeFiles/test-core_func_packing.dir/build.make test/core/CMakeFiles/test-core_func_packing.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' make[2]: Nothing to be done for 'test/core/CMakeFiles/test-core_func_packing.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 34%] Built target test-core_func_packing make -f test/core/CMakeFiles/test-core_func_vector_relational.dir/build.make test/core/CMakeFiles/test-core_func_vector_relational.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/core /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/core /builddir/build/BUILD/glm/build/test/core/CMakeFiles/test-core_func_vector_relational.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/core/CMakeFiles/test-core_func_vector_relational.dir/build.make test/core/CMakeFiles/test-core_func_vector_relational.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' make[2]: Nothing to be done for 'test/core/CMakeFiles/test-core_func_vector_relational.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 34%] Built target test-core_func_vector_relational make -f test/core/CMakeFiles/test-core_func_swizzle.dir/build.make test/core/CMakeFiles/test-core_func_swizzle.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/core /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/core /builddir/build/BUILD/glm/build/test/core/CMakeFiles/test-core_func_swizzle.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/core/CMakeFiles/test-core_func_swizzle.dir/build.make test/core/CMakeFiles/test-core_func_swizzle.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' make[2]: Nothing to be done for 'test/core/CMakeFiles/test-core_func_swizzle.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 35%] Built target test-core_func_swizzle make -f test/core/CMakeFiles/test-core_setup_message.dir/build.make test/core/CMakeFiles/test-core_setup_message.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/core /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/core /builddir/build/BUILD/glm/build/test/core/CMakeFiles/test-core_setup_message.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/core/CMakeFiles/test-core_setup_message.dir/build.make test/core/CMakeFiles/test-core_setup_message.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' make[2]: Nothing to be done for 'test/core/CMakeFiles/test-core_setup_message.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 36%] Built target test-core_setup_message make -f test/gtc/CMakeFiles/test-gtc_ulp.dir/build.make test/gtc/CMakeFiles/test-gtc_ulp.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtc /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtc /builddir/build/BUILD/glm/build/test/gtc/CMakeFiles/test-gtc_ulp.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtc/CMakeFiles/test-gtc_ulp.dir/build.make test/gtc/CMakeFiles/test-gtc_ulp.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' make[2]: Nothing to be done for 'test/gtc/CMakeFiles/test-gtc_ulp.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 37%] Built target test-gtc_ulp make -f test/gtc/CMakeFiles/test-gtc_type_ptr.dir/build.make test/gtc/CMakeFiles/test-gtc_type_ptr.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtc /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtc /builddir/build/BUILD/glm/build/test/gtc/CMakeFiles/test-gtc_type_ptr.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtc/CMakeFiles/test-gtc_type_ptr.dir/build.make test/gtc/CMakeFiles/test-gtc_type_ptr.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' make[2]: Nothing to be done for 'test/gtc/CMakeFiles/test-gtc_type_ptr.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 38%] Built target test-gtc_type_ptr make -f test/gtc/CMakeFiles/test-gtc_type_aligned.dir/build.make test/gtc/CMakeFiles/test-gtc_type_aligned.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtc /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtc /builddir/build/BUILD/glm/build/test/gtc/CMakeFiles/test-gtc_type_aligned.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtc/CMakeFiles/test-gtc_type_aligned.dir/build.make test/gtc/CMakeFiles/test-gtc_type_aligned.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' make[2]: Nothing to be done for 'test/gtc/CMakeFiles/test-gtc_type_aligned.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 39%] Built target test-gtc_type_aligned make -f test/gtc/CMakeFiles/test-gtc_functions.dir/build.make test/gtc/CMakeFiles/test-gtc_functions.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtc /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtc /builddir/build/BUILD/glm/build/test/gtc/CMakeFiles/test-gtc_functions.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtc/CMakeFiles/test-gtc_functions.dir/build.make test/gtc/CMakeFiles/test-gtc_functions.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' make[2]: Nothing to be done for 'test/gtc/CMakeFiles/test-gtc_functions.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 40%] Built target test-gtc_functions make -f test/gtc/CMakeFiles/test-gtc_noise.dir/build.make test/gtc/CMakeFiles/test-gtc_noise.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtc /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtc /builddir/build/BUILD/glm/build/test/gtc/CMakeFiles/test-gtc_noise.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtc/CMakeFiles/test-gtc_noise.dir/build.make test/gtc/CMakeFiles/test-gtc_noise.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' make[2]: Nothing to be done for 'test/gtc/CMakeFiles/test-gtc_noise.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 41%] Built target test-gtc_noise make -f test/gtc/CMakeFiles/test-gtc_integer.dir/build.make test/gtc/CMakeFiles/test-gtc_integer.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtc /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtc /builddir/build/BUILD/glm/build/test/gtc/CMakeFiles/test-gtc_integer.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtc/CMakeFiles/test-gtc_integer.dir/build.make test/gtc/CMakeFiles/test-gtc_integer.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' make[2]: Nothing to be done for 'test/gtc/CMakeFiles/test-gtc_integer.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 42%] Built target test-gtc_integer make -f test/gtc/CMakeFiles/test-gtc_type_precision.dir/build.make test/gtc/CMakeFiles/test-gtc_type_precision.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtc /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtc /builddir/build/BUILD/glm/build/test/gtc/CMakeFiles/test-gtc_type_precision.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtc/CMakeFiles/test-gtc_type_precision.dir/build.make test/gtc/CMakeFiles/test-gtc_type_precision.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' make[2]: Nothing to be done for 'test/gtc/CMakeFiles/test-gtc_type_precision.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 43%] Built target test-gtc_type_precision make -f test/gtc/CMakeFiles/test-gtc_constants.dir/build.make test/gtc/CMakeFiles/test-gtc_constants.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtc /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtc /builddir/build/BUILD/glm/build/test/gtc/CMakeFiles/test-gtc_constants.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtc/CMakeFiles/test-gtc_constants.dir/build.make test/gtc/CMakeFiles/test-gtc_constants.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' make[2]: Nothing to be done for 'test/gtc/CMakeFiles/test-gtc_constants.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 44%] Built target test-gtc_constants make -f test/gtc/CMakeFiles/test-gtc_bitfield.dir/build.make test/gtc/CMakeFiles/test-gtc_bitfield.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtc /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtc /builddir/build/BUILD/glm/build/test/gtc/CMakeFiles/test-gtc_bitfield.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtc/CMakeFiles/test-gtc_bitfield.dir/build.make test/gtc/CMakeFiles/test-gtc_bitfield.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' make[2]: Nothing to be done for 'test/gtc/CMakeFiles/test-gtc_bitfield.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 44%] Built target test-gtc_bitfield make -f test/gtc/CMakeFiles/test-gtc_reciprocal.dir/build.make test/gtc/CMakeFiles/test-gtc_reciprocal.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtc /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtc /builddir/build/BUILD/glm/build/test/gtc/CMakeFiles/test-gtc_reciprocal.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtc/CMakeFiles/test-gtc_reciprocal.dir/build.make test/gtc/CMakeFiles/test-gtc_reciprocal.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' make[2]: Nothing to be done for 'test/gtc/CMakeFiles/test-gtc_reciprocal.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 45%] Built target test-gtc_reciprocal make -f test/gtc/CMakeFiles/test-gtc_color_space.dir/build.make test/gtc/CMakeFiles/test-gtc_color_space.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtc /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtc /builddir/build/BUILD/glm/build/test/gtc/CMakeFiles/test-gtc_color_space.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtc/CMakeFiles/test-gtc_color_space.dir/build.make test/gtc/CMakeFiles/test-gtc_color_space.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' make[2]: Nothing to be done for 'test/gtc/CMakeFiles/test-gtc_color_space.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 46%] Built target test-gtc_color_space make -f test/gtc/CMakeFiles/test-gtc_matrix_transform.dir/build.make test/gtc/CMakeFiles/test-gtc_matrix_transform.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtc /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtc /builddir/build/BUILD/glm/build/test/gtc/CMakeFiles/test-gtc_matrix_transform.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtc/CMakeFiles/test-gtc_matrix_transform.dir/build.make test/gtc/CMakeFiles/test-gtc_matrix_transform.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' make[2]: Nothing to be done for 'test/gtc/CMakeFiles/test-gtc_matrix_transform.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 47%] Built target test-gtc_matrix_transform make -f test/gtc/CMakeFiles/test-gtc_vec1.dir/build.make test/gtc/CMakeFiles/test-gtc_vec1.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtc /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtc /builddir/build/BUILD/glm/build/test/gtc/CMakeFiles/test-gtc_vec1.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtc/CMakeFiles/test-gtc_vec1.dir/build.make test/gtc/CMakeFiles/test-gtc_vec1.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' make[2]: Nothing to be done for 'test/gtc/CMakeFiles/test-gtc_vec1.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 48%] Built target test-gtc_vec1 make -f test/gtc/CMakeFiles/test-gtc_matrix_access.dir/build.make test/gtc/CMakeFiles/test-gtc_matrix_access.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtc /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtc /builddir/build/BUILD/glm/build/test/gtc/CMakeFiles/test-gtc_matrix_access.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtc/CMakeFiles/test-gtc_matrix_access.dir/build.make test/gtc/CMakeFiles/test-gtc_matrix_access.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' make[2]: Nothing to be done for 'test/gtc/CMakeFiles/test-gtc_matrix_access.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 49%] Built target test-gtc_matrix_access make -f test/gtc/CMakeFiles/test-gtc_packing.dir/build.make test/gtc/CMakeFiles/test-gtc_packing.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtc /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtc /builddir/build/BUILD/glm/build/test/gtc/CMakeFiles/test-gtc_packing.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtc/CMakeFiles/test-gtc_packing.dir/build.make test/gtc/CMakeFiles/test-gtc_packing.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' make[2]: Nothing to be done for 'test/gtc/CMakeFiles/test-gtc_packing.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 50%] Built target test-gtc_packing make -f test/gtc/CMakeFiles/test-gtc_quaternion.dir/build.make test/gtc/CMakeFiles/test-gtc_quaternion.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtc /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtc /builddir/build/BUILD/glm/build/test/gtc/CMakeFiles/test-gtc_quaternion.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtc/CMakeFiles/test-gtc_quaternion.dir/build.make test/gtc/CMakeFiles/test-gtc_quaternion.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' make[2]: Nothing to be done for 'test/gtc/CMakeFiles/test-gtc_quaternion.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 50%] Built target test-gtc_quaternion make -f test/gtc/CMakeFiles/test-gtc_epsilon.dir/build.make test/gtc/CMakeFiles/test-gtc_epsilon.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtc /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtc /builddir/build/BUILD/glm/build/test/gtc/CMakeFiles/test-gtc_epsilon.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtc/CMakeFiles/test-gtc_epsilon.dir/build.make test/gtc/CMakeFiles/test-gtc_epsilon.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' make[2]: Nothing to be done for 'test/gtc/CMakeFiles/test-gtc_epsilon.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 51%] Built target test-gtc_epsilon make -f test/gtc/CMakeFiles/test-gtc_matrix_integer.dir/build.make test/gtc/CMakeFiles/test-gtc_matrix_integer.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtc /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtc /builddir/build/BUILD/glm/build/test/gtc/CMakeFiles/test-gtc_matrix_integer.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtc/CMakeFiles/test-gtc_matrix_integer.dir/build.make test/gtc/CMakeFiles/test-gtc_matrix_integer.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' make[2]: Nothing to be done for 'test/gtc/CMakeFiles/test-gtc_matrix_integer.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 52%] Built target test-gtc_matrix_integer make -f test/gtc/CMakeFiles/test-gtc_matrix_inverse.dir/build.make test/gtc/CMakeFiles/test-gtc_matrix_inverse.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtc /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtc /builddir/build/BUILD/glm/build/test/gtc/CMakeFiles/test-gtc_matrix_inverse.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtc/CMakeFiles/test-gtc_matrix_inverse.dir/build.make test/gtc/CMakeFiles/test-gtc_matrix_inverse.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' make[2]: Nothing to be done for 'test/gtc/CMakeFiles/test-gtc_matrix_inverse.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 53%] Built target test-gtc_matrix_inverse make -f test/gtc/CMakeFiles/test-gtc_random.dir/build.make test/gtc/CMakeFiles/test-gtc_random.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtc /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtc /builddir/build/BUILD/glm/build/test/gtc/CMakeFiles/test-gtc_random.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtc/CMakeFiles/test-gtc_random.dir/build.make test/gtc/CMakeFiles/test-gtc_random.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' make[2]: Nothing to be done for 'test/gtc/CMakeFiles/test-gtc_random.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 54%] Built target test-gtc_random make -f test/gtc/CMakeFiles/test-gtc_round.dir/build.make test/gtc/CMakeFiles/test-gtc_round.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtc /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtc /builddir/build/BUILD/glm/build/test/gtc/CMakeFiles/test-gtc_round.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtc/CMakeFiles/test-gtc_round.dir/build.make test/gtc/CMakeFiles/test-gtc_round.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' make[2]: Nothing to be done for 'test/gtc/CMakeFiles/test-gtc_round.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 55%] Built target test-gtc_round make -f test/gtx/CMakeFiles/test-gtx_vector_angle.dir/build.make test/gtx/CMakeFiles/test-gtx_vector_angle.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtx /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtx /builddir/build/BUILD/glm/build/test/gtx/CMakeFiles/test-gtx_vector_angle.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtx/CMakeFiles/test-gtx_vector_angle.dir/build.make test/gtx/CMakeFiles/test-gtx_vector_angle.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' make[2]: Nothing to be done for 'test/gtx/CMakeFiles/test-gtx_vector_angle.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 56%] Built target test-gtx_vector_angle make -f test/gtx/CMakeFiles/test-gtx_type_aligned.dir/build.make test/gtx/CMakeFiles/test-gtx_type_aligned.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtx /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtx /builddir/build/BUILD/glm/build/test/gtx/CMakeFiles/test-gtx_type_aligned.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtx/CMakeFiles/test-gtx_type_aligned.dir/build.make test/gtx/CMakeFiles/test-gtx_type_aligned.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' make[2]: Nothing to be done for 'test/gtx/CMakeFiles/test-gtx_type_aligned.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 57%] Built target test-gtx_type_aligned make -f test/gtx/CMakeFiles/test-gtx_spline.dir/build.make test/gtx/CMakeFiles/test-gtx_spline.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtx /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtx /builddir/build/BUILD/glm/build/test/gtx/CMakeFiles/test-gtx_spline.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtx/CMakeFiles/test-gtx_spline.dir/build.make test/gtx/CMakeFiles/test-gtx_spline.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' make[2]: Nothing to be done for 'test/gtx/CMakeFiles/test-gtx_spline.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 58%] Built target test-gtx_spline make -f test/gtx/CMakeFiles/test-gtx_scalar_relational.dir/build.make test/gtx/CMakeFiles/test-gtx_scalar_relational.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtx /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtx /builddir/build/BUILD/glm/build/test/gtx/CMakeFiles/test-gtx_scalar_relational.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtx/CMakeFiles/test-gtx_scalar_relational.dir/build.make test/gtx/CMakeFiles/test-gtx_scalar_relational.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' make[2]: Nothing to be done for 'test/gtx/CMakeFiles/test-gtx_scalar_relational.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 59%] Built target test-gtx_scalar_relational make -f test/gtx/CMakeFiles/test-gtx_scalar_multiplication.dir/build.make test/gtx/CMakeFiles/test-gtx_scalar_multiplication.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtx /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtx /builddir/build/BUILD/glm/build/test/gtx/CMakeFiles/test-gtx_scalar_multiplication.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtx/CMakeFiles/test-gtx_scalar_multiplication.dir/build.make test/gtx/CMakeFiles/test-gtx_scalar_multiplication.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' make[2]: Nothing to be done for 'test/gtx/CMakeFiles/test-gtx_scalar_multiplication.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 60%] Built target test-gtx_scalar_multiplication make -f test/gtx/CMakeFiles/test-gtx_rotate_vector.dir/build.make test/gtx/CMakeFiles/test-gtx_rotate_vector.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtx /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtx /builddir/build/BUILD/glm/build/test/gtx/CMakeFiles/test-gtx_rotate_vector.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtx/CMakeFiles/test-gtx_rotate_vector.dir/build.make test/gtx/CMakeFiles/test-gtx_rotate_vector.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' make[2]: Nothing to be done for 'test/gtx/CMakeFiles/test-gtx_rotate_vector.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 61%] Built target test-gtx_rotate_vector make -f test/gtx/CMakeFiles/test-gtx_range.dir/build.make test/gtx/CMakeFiles/test-gtx_range.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtx /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtx /builddir/build/BUILD/glm/build/test/gtx/CMakeFiles/test-gtx_range.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtx/CMakeFiles/test-gtx_range.dir/build.make test/gtx/CMakeFiles/test-gtx_range.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' make[2]: Nothing to be done for 'test/gtx/CMakeFiles/test-gtx_range.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 61%] Built target test-gtx_range make -f test/gtx/CMakeFiles/test-gtx_dual_quaternion.dir/build.make test/gtx/CMakeFiles/test-gtx_dual_quaternion.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtx /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtx /builddir/build/BUILD/glm/build/test/gtx/CMakeFiles/test-gtx_dual_quaternion.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtx/CMakeFiles/test-gtx_dual_quaternion.dir/build.make test/gtx/CMakeFiles/test-gtx_dual_quaternion.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' make[2]: Nothing to be done for 'test/gtx/CMakeFiles/test-gtx_dual_quaternion.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 62%] Built target test-gtx_dual_quaternion make -f test/gtx/CMakeFiles/test-gtx_fast_trigonometry.dir/build.make test/gtx/CMakeFiles/test-gtx_fast_trigonometry.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtx /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtx /builddir/build/BUILD/glm/build/test/gtx/CMakeFiles/test-gtx_fast_trigonometry.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtx/CMakeFiles/test-gtx_fast_trigonometry.dir/build.make test/gtx/CMakeFiles/test-gtx_fast_trigonometry.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' make[2]: Nothing to be done for 'test/gtx/CMakeFiles/test-gtx_fast_trigonometry.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 63%] Built target test-gtx_fast_trigonometry make -f test/gtx/CMakeFiles/test-gtx_projection.dir/build.make test/gtx/CMakeFiles/test-gtx_projection.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtx /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtx /builddir/build/BUILD/glm/build/test/gtx/CMakeFiles/test-gtx_projection.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtx/CMakeFiles/test-gtx_projection.dir/build.make test/gtx/CMakeFiles/test-gtx_projection.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' make[2]: Nothing to be done for 'test/gtx/CMakeFiles/test-gtx_projection.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 64%] Built target test-gtx_projection make -f test/gtx/CMakeFiles/test-gtx_extended_min_max.dir/build.make test/gtx/CMakeFiles/test-gtx_extended_min_max.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtx /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtx /builddir/build/BUILD/glm/build/test/gtx/CMakeFiles/test-gtx_extended_min_max.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtx/CMakeFiles/test-gtx_extended_min_max.dir/build.make test/gtx/CMakeFiles/test-gtx_extended_min_max.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' make[2]: Nothing to be done for 'test/gtx/CMakeFiles/test-gtx_extended_min_max.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 65%] Built target test-gtx_extended_min_max make -f test/gtx/CMakeFiles/test-gtx_matrix_cross_product.dir/build.make test/gtx/CMakeFiles/test-gtx_matrix_cross_product.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtx /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtx /builddir/build/BUILD/glm/build/test/gtx/CMakeFiles/test-gtx_matrix_cross_product.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtx/CMakeFiles/test-gtx_matrix_cross_product.dir/build.make test/gtx/CMakeFiles/test-gtx_matrix_cross_product.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' make[2]: Nothing to be done for 'test/gtx/CMakeFiles/test-gtx_matrix_cross_product.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 66%] Built target test-gtx_matrix_cross_product make -f test/gtx/CMakeFiles/test-gtx_fast_square_root.dir/build.make test/gtx/CMakeFiles/test-gtx_fast_square_root.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtx /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtx /builddir/build/BUILD/glm/build/test/gtx/CMakeFiles/test-gtx_fast_square_root.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtx/CMakeFiles/test-gtx_fast_square_root.dir/build.make test/gtx/CMakeFiles/test-gtx_fast_square_root.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' make[2]: Nothing to be done for 'test/gtx/CMakeFiles/test-gtx_fast_square_root.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 67%] Built target test-gtx_fast_square_root make -f test/gtx/CMakeFiles/test-gtx_fast_exponential.dir/build.make test/gtx/CMakeFiles/test-gtx_fast_exponential.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtx /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtx /builddir/build/BUILD/glm/build/test/gtx/CMakeFiles/test-gtx_fast_exponential.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtx/CMakeFiles/test-gtx_fast_exponential.dir/build.make test/gtx/CMakeFiles/test-gtx_fast_exponential.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' make[2]: Nothing to be done for 'test/gtx/CMakeFiles/test-gtx_fast_exponential.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 68%] Built target test-gtx_fast_exponential make -f test/gtx/CMakeFiles/test-gtx_string_cast.dir/build.make test/gtx/CMakeFiles/test-gtx_string_cast.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtx /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtx /builddir/build/BUILD/glm/build/test/gtx/CMakeFiles/test-gtx_string_cast.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtx/CMakeFiles/test-gtx_string_cast.dir/build.make test/gtx/CMakeFiles/test-gtx_string_cast.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' make[2]: Nothing to be done for 'test/gtx/CMakeFiles/test-gtx_string_cast.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 69%] Built target test-gtx_string_cast make -f test/gtx/CMakeFiles/test-gtx_rotate_normalized_axis.dir/build.make test/gtx/CMakeFiles/test-gtx_rotate_normalized_axis.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtx /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtx /builddir/build/BUILD/glm/build/test/gtx/CMakeFiles/test-gtx_rotate_normalized_axis.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtx/CMakeFiles/test-gtx_rotate_normalized_axis.dir/build.make test/gtx/CMakeFiles/test-gtx_rotate_normalized_axis.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' make[2]: Nothing to be done for 'test/gtx/CMakeFiles/test-gtx_rotate_normalized_axis.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 70%] Built target test-gtx_rotate_normalized_axis make -f test/gtx/CMakeFiles/test-gtx_norm.dir/build.make test/gtx/CMakeFiles/test-gtx_norm.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtx /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtx /builddir/build/BUILD/glm/build/test/gtx/CMakeFiles/test-gtx_norm.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtx/CMakeFiles/test-gtx_norm.dir/build.make test/gtx/CMakeFiles/test-gtx_norm.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' make[2]: Nothing to be done for 'test/gtx/CMakeFiles/test-gtx_norm.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 71%] Built target test-gtx_norm make -f test/gtx/CMakeFiles/test-gtx_extend.dir/build.make test/gtx/CMakeFiles/test-gtx_extend.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtx /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtx /builddir/build/BUILD/glm/build/test/gtx/CMakeFiles/test-gtx_extend.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtx/CMakeFiles/test-gtx_extend.dir/build.make test/gtx/CMakeFiles/test-gtx_extend.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' make[2]: Nothing to be done for 'test/gtx/CMakeFiles/test-gtx_extend.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 72%] Built target test-gtx_extend make -f test/gtx/CMakeFiles/test-gtx_euler_angle.dir/build.make test/gtx/CMakeFiles/test-gtx_euler_angle.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtx /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtx /builddir/build/BUILD/glm/build/test/gtx/CMakeFiles/test-gtx_euler_angle.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtx/CMakeFiles/test-gtx_euler_angle.dir/build.make test/gtx/CMakeFiles/test-gtx_euler_angle.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' make[2]: Nothing to be done for 'test/gtx/CMakeFiles/test-gtx_euler_angle.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 73%] Built target test-gtx_euler_angle make -f test/gtx/CMakeFiles/test-gtx_normalize_dot.dir/build.make test/gtx/CMakeFiles/test-gtx_normalize_dot.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtx /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtx /builddir/build/BUILD/glm/build/test/gtx/CMakeFiles/test-gtx_normalize_dot.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtx/CMakeFiles/test-gtx_normalize_dot.dir/build.make test/gtx/CMakeFiles/test-gtx_normalize_dot.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' make[2]: Nothing to be done for 'test/gtx/CMakeFiles/test-gtx_normalize_dot.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 74%] Built target test-gtx_normalize_dot make -f test/gtx/CMakeFiles/test-gtx_component_wise.dir/build.make test/gtx/CMakeFiles/test-gtx_component_wise.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtx /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtx /builddir/build/BUILD/glm/build/test/gtx/CMakeFiles/test-gtx_component_wise.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtx/CMakeFiles/test-gtx_component_wise.dir/build.make test/gtx/CMakeFiles/test-gtx_component_wise.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' make[2]: Nothing to be done for 'test/gtx/CMakeFiles/test-gtx_component_wise.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 75%] Built target test-gtx_component_wise make -f test/gtx/CMakeFiles/test-gtx_associated_min_max.dir/build.make test/gtx/CMakeFiles/test-gtx_associated_min_max.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtx /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtx /builddir/build/BUILD/glm/build/test/gtx/CMakeFiles/test-gtx_associated_min_max.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtx/CMakeFiles/test-gtx_associated_min_max.dir/build.make test/gtx/CMakeFiles/test-gtx_associated_min_max.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' make[2]: Nothing to be done for 'test/gtx/CMakeFiles/test-gtx_associated_min_max.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 76%] Built target test-gtx_associated_min_max make -f test/gtx/CMakeFiles/test-gtx_closest_point.dir/build.make test/gtx/CMakeFiles/test-gtx_closest_point.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtx /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtx /builddir/build/BUILD/glm/build/test/gtx/CMakeFiles/test-gtx_closest_point.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtx/CMakeFiles/test-gtx_closest_point.dir/build.make test/gtx/CMakeFiles/test-gtx_closest_point.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' make[2]: Nothing to be done for 'test/gtx/CMakeFiles/test-gtx_closest_point.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 77%] Built target test-gtx_closest_point make -f test/gtx/CMakeFiles/test-gtx_vector_query.dir/build.make test/gtx/CMakeFiles/test-gtx_vector_query.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtx /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtx /builddir/build/BUILD/glm/build/test/gtx/CMakeFiles/test-gtx_vector_query.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtx/CMakeFiles/test-gtx_vector_query.dir/build.make test/gtx/CMakeFiles/test-gtx_vector_query.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' make[2]: Nothing to be done for 'test/gtx/CMakeFiles/test-gtx_vector_query.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 78%] Built target test-gtx_vector_query make -f test/gtx/CMakeFiles/test-gtx_optimum_pow.dir/build.make test/gtx/CMakeFiles/test-gtx_optimum_pow.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtx /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtx /builddir/build/BUILD/glm/build/test/gtx/CMakeFiles/test-gtx_optimum_pow.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtx/CMakeFiles/test-gtx_optimum_pow.dir/build.make test/gtx/CMakeFiles/test-gtx_optimum_pow.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' make[2]: Nothing to be done for 'test/gtx/CMakeFiles/test-gtx_optimum_pow.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 79%] Built target test-gtx_optimum_pow make -f test/gtx/CMakeFiles/test-gtx_gradient_paint.dir/build.make test/gtx/CMakeFiles/test-gtx_gradient_paint.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtx /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtx /builddir/build/BUILD/glm/build/test/gtx/CMakeFiles/test-gtx_gradient_paint.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtx/CMakeFiles/test-gtx_gradient_paint.dir/build.make test/gtx/CMakeFiles/test-gtx_gradient_paint.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' make[2]: Nothing to be done for 'test/gtx/CMakeFiles/test-gtx_gradient_paint.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 79%] Built target test-gtx_gradient_paint make -f test/gtx/CMakeFiles/test-gtx_color_space.dir/build.make test/gtx/CMakeFiles/test-gtx_color_space.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtx /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtx /builddir/build/BUILD/glm/build/test/gtx/CMakeFiles/test-gtx_color_space.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtx/CMakeFiles/test-gtx_color_space.dir/build.make test/gtx/CMakeFiles/test-gtx_color_space.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' make[2]: Nothing to be done for 'test/gtx/CMakeFiles/test-gtx_color_space.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 79%] Built target test-gtx_color_space make -f test/gtx/CMakeFiles/test-gtx_common.dir/build.make test/gtx/CMakeFiles/test-gtx_common.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtx /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtx /builddir/build/BUILD/glm/build/test/gtx/CMakeFiles/test-gtx_common.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtx/CMakeFiles/test-gtx_common.dir/build.make test/gtx/CMakeFiles/test-gtx_common.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' make[2]: Nothing to be done for 'test/gtx/CMakeFiles/test-gtx_common.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 80%] Built target test-gtx_common make -f test/gtx/CMakeFiles/test-gtx_matrix_operation.dir/build.make test/gtx/CMakeFiles/test-gtx_matrix_operation.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtx /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtx /builddir/build/BUILD/glm/build/test/gtx/CMakeFiles/test-gtx_matrix_operation.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtx/CMakeFiles/test-gtx_matrix_operation.dir/build.make test/gtx/CMakeFiles/test-gtx_matrix_operation.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' make[2]: Nothing to be done for 'test/gtx/CMakeFiles/test-gtx_matrix_operation.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 81%] Built target test-gtx_matrix_operation make -f test/gtx/CMakeFiles/test-gtx_quaternion.dir/build.make test/gtx/CMakeFiles/test-gtx_quaternion.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtx /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtx /builddir/build/BUILD/glm/build/test/gtx/CMakeFiles/test-gtx_quaternion.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtx/CMakeFiles/test-gtx_quaternion.dir/build.make test/gtx/CMakeFiles/test-gtx_quaternion.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' make[2]: Nothing to be done for 'test/gtx/CMakeFiles/test-gtx_quaternion.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 82%] Built target test-gtx_quaternion make -f test/gtx/CMakeFiles/test-gtx_matrix_query.dir/build.make test/gtx/CMakeFiles/test-gtx_matrix_query.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtx /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtx /builddir/build/BUILD/glm/build/test/gtx/CMakeFiles/test-gtx_matrix_query.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtx/CMakeFiles/test-gtx_matrix_query.dir/build.make test/gtx/CMakeFiles/test-gtx_matrix_query.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' make[2]: Nothing to be done for 'test/gtx/CMakeFiles/test-gtx_matrix_query.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 82%] Built target test-gtx_matrix_query make -f test/gtx/CMakeFiles/test-gtx_intersect.dir/build.make test/gtx/CMakeFiles/test-gtx_intersect.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtx /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtx /builddir/build/BUILD/glm/build/test/gtx/CMakeFiles/test-gtx_intersect.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtx/CMakeFiles/test-gtx_intersect.dir/build.make test/gtx/CMakeFiles/test-gtx_intersect.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' make[2]: Nothing to be done for 'test/gtx/CMakeFiles/test-gtx_intersect.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 83%] Built target test-gtx_intersect make -f test/gtx/CMakeFiles/test-gtx_compatibility.dir/build.make test/gtx/CMakeFiles/test-gtx_compatibility.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtx /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtx /builddir/build/BUILD/glm/build/test/gtx/CMakeFiles/test-gtx_compatibility.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtx/CMakeFiles/test-gtx_compatibility.dir/build.make test/gtx/CMakeFiles/test-gtx_compatibility.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' make[2]: Nothing to be done for 'test/gtx/CMakeFiles/test-gtx_compatibility.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 84%] Built target test-gtx_compatibility make -f test/gtx/CMakeFiles/test-gtx_orthonormalize.dir/build.make test/gtx/CMakeFiles/test-gtx_orthonormalize.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtx /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtx /builddir/build/BUILD/glm/build/test/gtx/CMakeFiles/test-gtx_orthonormalize.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtx/CMakeFiles/test-gtx_orthonormalize.dir/build.make test/gtx/CMakeFiles/test-gtx_orthonormalize.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' make[2]: Nothing to be done for 'test/gtx/CMakeFiles/test-gtx_orthonormalize.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 85%] Built target test-gtx_orthonormalize make -f test/gtx/CMakeFiles/test-gtx_integer.dir/build.make test/gtx/CMakeFiles/test-gtx_integer.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtx /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtx /builddir/build/BUILD/glm/build/test/gtx/CMakeFiles/test-gtx_integer.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtx/CMakeFiles/test-gtx_integer.dir/build.make test/gtx/CMakeFiles/test-gtx_integer.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' make[2]: Nothing to be done for 'test/gtx/CMakeFiles/test-gtx_integer.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 86%] Built target test-gtx_integer make -f test/gtx/CMakeFiles/test-gtx_io.dir/build.make test/gtx/CMakeFiles/test-gtx_io.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtx /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtx /builddir/build/BUILD/glm/build/test/gtx/CMakeFiles/test-gtx_io.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtx/CMakeFiles/test-gtx_io.dir/build.make test/gtx/CMakeFiles/test-gtx_io.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' make[2]: Nothing to be done for 'test/gtx/CMakeFiles/test-gtx_io.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 87%] Built target test-gtx_io make -f test/gtx/CMakeFiles/test-gtx_log_base.dir/build.make test/gtx/CMakeFiles/test-gtx_log_base.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtx /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtx /builddir/build/BUILD/glm/build/test/gtx/CMakeFiles/test-gtx_log_base.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtx/CMakeFiles/test-gtx_log_base.dir/build.make test/gtx/CMakeFiles/test-gtx_log_base.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' make[2]: Nothing to be done for 'test/gtx/CMakeFiles/test-gtx_log_base.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 88%] Built target test-gtx_log_base make -f test/gtx/CMakeFiles/test-gtx_wrap.dir/build.make test/gtx/CMakeFiles/test-gtx_wrap.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtx /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtx /builddir/build/BUILD/glm/build/test/gtx/CMakeFiles/test-gtx_wrap.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtx/CMakeFiles/test-gtx_wrap.dir/build.make test/gtx/CMakeFiles/test-gtx_wrap.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' make[2]: Nothing to be done for 'test/gtx/CMakeFiles/test-gtx_wrap.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 89%] Built target test-gtx_wrap make -f test/gtx/CMakeFiles/test-gtx_handed_coordinate_space.dir/build.make test/gtx/CMakeFiles/test-gtx_handed_coordinate_space.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtx /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtx /builddir/build/BUILD/glm/build/test/gtx/CMakeFiles/test-gtx_handed_coordinate_space.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtx/CMakeFiles/test-gtx_handed_coordinate_space.dir/build.make test/gtx/CMakeFiles/test-gtx_handed_coordinate_space.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' make[2]: Nothing to be done for 'test/gtx/CMakeFiles/test-gtx_handed_coordinate_space.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 90%] Built target test-gtx_handed_coordinate_space make -f test/gtx/CMakeFiles/test-gtx_polar_coordinates.dir/build.make test/gtx/CMakeFiles/test-gtx_polar_coordinates.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtx /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtx /builddir/build/BUILD/glm/build/test/gtx/CMakeFiles/test-gtx_polar_coordinates.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtx/CMakeFiles/test-gtx_polar_coordinates.dir/build.make test/gtx/CMakeFiles/test-gtx_polar_coordinates.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' make[2]: Nothing to be done for 'test/gtx/CMakeFiles/test-gtx_polar_coordinates.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 91%] Built target test-gtx_polar_coordinates make -f test/gtx/CMakeFiles/test-gtx_color_space_YCoCg.dir/build.make test/gtx/CMakeFiles/test-gtx_color_space_YCoCg.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtx /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtx /builddir/build/BUILD/glm/build/test/gtx/CMakeFiles/test-gtx_color_space_YCoCg.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtx/CMakeFiles/test-gtx_color_space_YCoCg.dir/build.make test/gtx/CMakeFiles/test-gtx_color_space_YCoCg.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' make[2]: Nothing to be done for 'test/gtx/CMakeFiles/test-gtx_color_space_YCoCg.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 92%] Built target test-gtx_color_space_YCoCg make -f test/gtx/CMakeFiles/test-gtx_matrix_decompose.dir/build.make test/gtx/CMakeFiles/test-gtx_matrix_decompose.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtx /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtx /builddir/build/BUILD/glm/build/test/gtx/CMakeFiles/test-gtx_matrix_decompose.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtx/CMakeFiles/test-gtx_matrix_decompose.dir/build.make test/gtx/CMakeFiles/test-gtx_matrix_decompose.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' make[2]: Nothing to be done for 'test/gtx/CMakeFiles/test-gtx_matrix_decompose.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 93%] Built target test-gtx_matrix_decompose make -f test/gtx/CMakeFiles/test-gtx_matrix_interpolation.dir/build.make test/gtx/CMakeFiles/test-gtx_matrix_interpolation.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtx /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtx /builddir/build/BUILD/glm/build/test/gtx/CMakeFiles/test-gtx_matrix_interpolation.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtx/CMakeFiles/test-gtx_matrix_interpolation.dir/build.make test/gtx/CMakeFiles/test-gtx_matrix_interpolation.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' make[2]: Nothing to be done for 'test/gtx/CMakeFiles/test-gtx_matrix_interpolation.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 94%] Built target test-gtx_matrix_interpolation make -f test/gtx/CMakeFiles/test-gtx_type_trait.dir/build.make test/gtx/CMakeFiles/test-gtx_type_trait.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtx /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtx /builddir/build/BUILD/glm/build/test/gtx/CMakeFiles/test-gtx_type_trait.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtx/CMakeFiles/test-gtx_type_trait.dir/build.make test/gtx/CMakeFiles/test-gtx_type_trait.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' make[2]: Nothing to be done for 'test/gtx/CMakeFiles/test-gtx_type_trait.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 95%] Built target test-gtx_type_trait make -f test/gtx/CMakeFiles/test-gtx_matrix_major_storage.dir/build.make test/gtx/CMakeFiles/test-gtx_matrix_major_storage.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtx /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtx /builddir/build/BUILD/glm/build/test/gtx/CMakeFiles/test-gtx_matrix_major_storage.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtx/CMakeFiles/test-gtx_matrix_major_storage.dir/build.make test/gtx/CMakeFiles/test-gtx_matrix_major_storage.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' make[2]: Nothing to be done for 'test/gtx/CMakeFiles/test-gtx_matrix_major_storage.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 96%] Built target test-gtx_matrix_major_storage make -f test/gtx/CMakeFiles/test-gtx_matrix_transform_2d.dir/build.make test/gtx/CMakeFiles/test-gtx_matrix_transform_2d.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtx /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtx /builddir/build/BUILD/glm/build/test/gtx/CMakeFiles/test-gtx_matrix_transform_2d.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtx/CMakeFiles/test-gtx_matrix_transform_2d.dir/build.make test/gtx/CMakeFiles/test-gtx_matrix_transform_2d.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' make[2]: Nothing to be done for 'test/gtx/CMakeFiles/test-gtx_matrix_transform_2d.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 97%] Built target test-gtx_matrix_transform_2d make -f test/gtx/CMakeFiles/test-gtx_normal.dir/build.make test/gtx/CMakeFiles/test-gtx_normal.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtx /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtx /builddir/build/BUILD/glm/build/test/gtx/CMakeFiles/test-gtx_normal.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtx/CMakeFiles/test-gtx_normal.dir/build.make test/gtx/CMakeFiles/test-gtx_normal.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' make[2]: Nothing to be done for 'test/gtx/CMakeFiles/test-gtx_normal.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 98%] Built target test-gtx_normal make -f test/gtx/CMakeFiles/test-gtx_number_precision.dir/build.make test/gtx/CMakeFiles/test-gtx_number_precision.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtx /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtx /builddir/build/BUILD/glm/build/test/gtx/CMakeFiles/test-gtx_number_precision.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtx/CMakeFiles/test-gtx_number_precision.dir/build.make test/gtx/CMakeFiles/test-gtx_number_precision.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' make[2]: Nothing to be done for 'test/gtx/CMakeFiles/test-gtx_number_precision.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [ 99%] Built target test-gtx_number_precision make -f test/gtx/CMakeFiles/test-gtx_perpendicular.dir/build.make test/gtx/CMakeFiles/test-gtx_perpendicular.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glm/build' cd /builddir/build/BUILD/glm/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glm /builddir/build/BUILD/glm/test/gtx /builddir/build/BUILD/glm/build /builddir/build/BUILD/glm/build/test/gtx /builddir/build/BUILD/glm/build/test/gtx/CMakeFiles/test-gtx_perpendicular.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/glm/build' make -f test/gtx/CMakeFiles/test-gtx_perpendicular.dir/build.make test/gtx/CMakeFiles/test-gtx_perpendicular.dir/build make[2]: Entering directory '/builddir/build/BUILD/glm/build' make[2]: Nothing to be done for 'test/gtx/CMakeFiles/test-gtx_perpendicular.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glm/build' [100%] Built target test-gtx_perpendicular make[1]: Leaving directory '/builddir/build/BUILD/glm/build' /usr/bin/cmake -E cmake_progress_start /builddir/build/BUILD/glm/build/CMakeFiles 0 make -f CMakeFiles/Makefile2 preinstall make[1]: Entering directory '/builddir/build/BUILD/glm/build' make[1]: Nothing to be done for 'preinstall'. make[1]: Leaving directory '/builddir/build/BUILD/glm/build' Install the project... /usr/bin/cmake -P cmake_install.cmake -- Install configuration: "" -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/exponential.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/mat3x3.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/mat3x4.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/mat2x2.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/mat3x2.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/ext.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/vec3.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/vector_relational.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/CMakeLists.txt -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/matrix.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/simd -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/simd/platform.h.compiler-list -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/simd/geometric.h -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/simd/trigonometric.h -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/simd/vector_relational.h -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/simd/matrix.h -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/simd/platform.h -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/simd/integer.h -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/simd/exponential.h -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/simd/common.h -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/simd/packing.h -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/mat2x3.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtc -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtc/bitfield.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtc/functions.inl -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtc/constants.inl -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtc/color_encoding.inl -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtc/matrix_access.inl -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtc/vec1.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtc/integer.inl -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtc/matrix_inverse.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtc/type_aligned.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtc/matrix_transform.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtc/ulp.inl -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtc/noise.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtc/matrix_inverse.inl -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtc/matrix_integer.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtc/constants.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtc/packing.inl -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtc/matrix_access.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtc/type_precision.inl -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtc/color_space.inl -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtc/random.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtc/quaternion.inl -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtc/reciprocal.inl -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtc/reciprocal.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtc/quaternion.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtc/bitfield.inl -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtc/ulp.inl.ulp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtc/round.inl -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtc/epsilon.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtc/type_precision.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtc/matrix_transform.inl -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtc/vec1.inl -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtc/round.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtc/functions.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtc/color_space.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtc/integer.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtc/noise.inl -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtc/type_ptr.inl -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtc/type_ptr.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtc/epsilon.inl -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtc/packing.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtc/quaternion_simd.inl -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtc/random.inl -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtc/ulp.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/glm.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/trigonometric.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/detail -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/detail/func_geometric_simd.inl -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/detail/func_vector_relational_simd.inl -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/detail/func_exponential.inl -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/detail/type_vec1.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/detail/type_mat3x2.inl -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/detail/func_common.inl -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/detail/func_trigonometric_simd.inl -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/detail/func_matrix.inl -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/detail/precision.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/detail/func_trigonometric.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/detail/func_vector_relational.inl -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/detail/func_integer.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/detail/type_mat4x2.inl -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/detail/type_mat2x2.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/detail/type_gentype.inl -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/detail/_swizzle.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/detail/type_mat2x2.inl -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/detail/type_mat2x4.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/detail/func_geometric.inl -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/detail/type_mat2x3.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/detail/type_mat3x3.inl -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/detail/type_vec.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/detail/type_mat3x4.inl -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/detail/func_integer.inl -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/detail/func_packing.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/detail/type_vec2.inl -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/detail/type_gentype.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/detail/type_mat4x4.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/detail/setup.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/detail/type_vec4_simd.inl -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/detail/type_mat4x2.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/detail/type_mat.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/detail/func_trigonometric.inl -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/detail/func_geometric.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/detail/_features.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/detail/type_vec4.inl -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/detail/type_half.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/detail/type_mat2x3.inl -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/detail/type_mat4x4.inl -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/detail/func_matrix.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/detail/glm.cpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/detail/type_vec1.inl -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/detail/_swizzle_func.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/detail/type_mat3x3.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/detail/func_integer_simd.inl -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/detail/_fixes.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/detail/type_mat4x4_simd.inl -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/detail/func_packing_simd.inl -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/detail/func_matrix_simd.inl -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/detail/type_vec3.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/detail/func_common.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/detail/type_mat.inl -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/detail/type_half.inl -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/detail/func_common_simd.inl -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/detail/func_vector_relational.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/detail/type_mat4x3.inl -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/detail/type_vec4.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/detail/type_mat3x4.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/detail/type_vec.inl -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/detail/type_vec2.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/detail/type_vec3.inl -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/detail/type_mat2x4.inl -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/detail/func_exponential.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/detail/_noise.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/detail/type_mat4x3.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/detail/func_packing.inl -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/detail/type_float.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/detail/dummy.cpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/detail/type_mat3x2.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/detail/_vectorize.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/detail/func_exponential_simd.inl -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/detail/type_int.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/vec4.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/geometric.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtx -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtx/matrix_cross_product.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtx/transform.inl -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtx/rotate_normalized_axis.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtx/matrix_major_storage.inl -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtx/transform2.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtx/raw_data.inl -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtx/intersect.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtx/matrix_query.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtx/extend.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtx/optimum_pow.inl -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtx/log_base.inl -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtx/fast_trigonometry.inl -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtx/type_trait.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtx/perpendicular.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtx/component_wise.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtx/mixed_product.inl -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtx/simd_mat4.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtx/integer.inl -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtx/spline.inl -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtx/log_base.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtx/normalize_dot.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtx/optimum_pow.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtx/rotate_vector.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtx/hash.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtx/extended_min_max.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtx/matrix_interpolation.inl -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtx/extended_min_max.inl -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtx/type_aligned.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtx/projection.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtx/transform.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtx/rotate_normalized_axis.inl -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtx/scalar_relational.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtx/fast_square_root.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtx/closest_point.inl -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtx/scalar_relational.inl -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtx/number_precision.inl -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtx/color_space_YCoCg.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtx/bit.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtx/matrix_operation.inl -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtx/euler_angles.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtx/vector_angle.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtx/norm.inl -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtx/range.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtx/normal.inl -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtx/intersect.inl -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtx/raw_data.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtx/color_space_YCoCg.inl -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtx/wrap.inl -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtx/simd_vec4.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtx/closest_point.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtx/handed_coordinate_space.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtx/float_notmalize.inl -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtx/scalar_multiplication.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtx/color_space.inl -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtx/quaternion.inl -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtx/matrix_transform_2d.inl -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtx/matrix_operation.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtx/matrix_decompose.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtx/type_trait.inl -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtx/matrix_major_storage.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtx/norm.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtx/dual_quaternion.inl -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtx/matrix_decompose.inl -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtx/dual_quaternion.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtx/quaternion.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtx/perpendicular.inl -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtx/polar_coordinates.inl -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtx/normal.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtx/euler_angles.inl -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtx/gradient_paint.inl -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtx/string_cast.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtx/io.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtx/bit.inl -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtx/simd_quat.inl -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtx/simd_quat.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtx/polar_coordinates.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtx/common.inl -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtx/simd_mat4.inl -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtx/std_based_type.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtx/compatibility.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtx/fast_exponential.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtx/string_cast.inl -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtx/handed_coordinate_space.inl -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtx/normalize_dot.inl -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtx/number_precision.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtx/vector_angle.inl -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtx/matrix_transform_2d.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtx/io.inl -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtx/projection.inl -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtx/std_based_type.inl -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtx/vector_query.inl -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtx/simd_vec4.inl -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtx/color_space.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtx/integer.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtx/matrix_cross_product.inl -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtx/component_wise.inl -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtx/spline.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtx/orthonormalize.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtx/orthonormalize.inl -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtx/gradient_paint.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtx/extend.inl -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtx/type_aligned.inl -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtx/matrix_query.inl -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtx/fast_exponential.inl -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtx/wrap.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtx/transform2.inl -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtx/associated_min_max.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtx/hash.inl -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtx/associated_min_max.inl -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtx/vector_query.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtx/matrix_interpolation.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtx/rotate_vector.inl -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtx/compatibility.inl -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtx/mixed_product.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtx/common.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtx/fast_trigonometry.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/gtx/fast_square_root.inl -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/vec2.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/mat4x4.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/fwd.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/mat4x3.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/integer.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/packing.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/mat4x2.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/mat2x4.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/include/glm/common.hpp -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/lib64/cmake/glm/glmConfig.cmake -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/lib64/cmake/glm/glmConfigVersion.cmake -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/lib64/cmake/glm/glmTargets.cmake -- Installing: /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/lib64/pkgconfig/glm.pc + find /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64 -name '*.la' -exec rm -f '{}' ';' + find /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64 -name CMakeLists.txt -exec rm -f '{}' ';' + mkdir -pv /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/share mkdir: created directory '/builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/share' + mv /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/lib64/cmake /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/share/cmake + mv /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/lib64/pkgconfig /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/share/pkgconfig + rmdir /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/lib64 + /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: glm-devel-0.9.8.4-5.fc28.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.PnQ9Go + umask 022 + cd /builddir/build/BUILD + cd glm + DOCDIR=/builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/share/doc/glm-devel + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/share/doc/glm-devel + cp -pr copying.txt /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/share/doc/glm-devel + cp -pr readme.md /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/share/doc/glm-devel + exit 0 Provides: cmake(glm) = 0.9.8 glm-devel = 0.9.8.4-5.fc28 glm-static = 0.9.8.4-5.fc28 pkgconfig(glm) = 0.9.8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/pkg-config cmake-filesystem Processing files: glm-doc-0.9.8.4-5.fc28.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.kUjx6t + umask 022 + cd /builddir/build/BUILD + cd glm + DOCDIR=/builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/share/doc/glm-doc + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/share/doc/glm-doc + cp -pr copying.txt /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/share/doc/glm-doc + cp -pr doc/glm.pdf /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/share/doc/glm-doc + cp -pr doc/api/ /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64/usr/share/doc/glm-doc + exit 0 Provides: glm-doc = 0.9.8.4-5.fc28 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/glm-0.9.8.4-5.fc28.riscv64 Wrote: /builddir/build/SRPMS/glm-0.9.8.4-5.fc28.src.rpm Wrote: /builddir/build/RPMS/noarch/glm-devel-0.9.8.4-5.fc28.noarch.rpm Wrote: /builddir/build/RPMS/noarch/glm-doc-0.9.8.4-5.fc28.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.8nkFbU + umask 022 + cd /builddir/build/BUILD + cd glm + /usr/bin/rm -rf /builddir/build/BUILDROOT/glm-0.9.8.4-5.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