+ exec + rm -rf /rpmbuild + mkdir -p /rpmbuild + su -c 'rpmbuild -ba /builddir/build/SPECS/glfw.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.jnYi62 + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf glfw-3.2.1 + /usr/bin/tar -xof - + /usr/bin/bzip2 -dc /builddir/build/SOURCES/glfw-3.2.1.tar.bz2 + STATUS=0 + '[' 0 -ne 0 ']' + cd glfw-3.2.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + xargs sed -i 's/\r//' + find . -type f + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.E2t5d2 + umask 022 + cd /builddir/build/BUILD + cd glfw-3.2.1 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 ' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 ' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I/usr/lib64/gfortran/modules' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I/usr/lib64/gfortran/modules' + export FCFLAGS + LDFLAGS='-Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + export LDFLAGS + /usr/bin/cmake -DCMAKE_C_FLAGS_RELEASE:STRING=-DNDEBUG -DCMAKE_CXX_FLAGS_RELEASE:STRING=-DNDEBUG -DCMAKE_Fortran_FLAGS_RELEASE:STRING=-DNDEBUG -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON -DCMAKE_INSTALL_PREFIX:PATH=/usr -DINCLUDE_INSTALL_DIR:PATH=/usr/include -DLIB_INSTALL_DIR:PATH=/usr/lib64 -DSYSCONF_INSTALL_DIR:PATH=/etc -DSHARE_INSTALL_PREFIX:PATH=/usr/share -DLIB_SUFFIX=64 -DBUILD_SHARED_LIBS:BOOL=ON -DCMAKE_INSTALL_PREFIX=/usr . -- The C 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 -- Looking for pthread.h -- Looking for pthread.h - found -- Looking for pthread_create -- Looking for pthread_create - not found -- Looking for pthread_create in pthreads -- Looking for pthread_create in pthreads - not found -- Looking for pthread_create in pthread -- Looking for pthread_create in pthread - found -- Found Threads: TRUE -- Found Vulkan: /lib64/libvulkan.so -- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE) -- Using X11 for window creation -- Looking for XOpenDisplay in /usr/lib64/libX11.so;/usr/lib64/libXext.so -- Looking for XOpenDisplay in /usr/lib64/libX11.so;/usr/lib64/libXext.so - found -- Looking for gethostbyname -- Looking for gethostbyname - found -- Looking for connect -- Looking for connect - found -- Looking for remove -- Looking for remove - found -- Looking for shmat -- Looking for shmat - found -- Found X11: /usr/lib64/libX11.so -- 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 SHARE_INSTALL_PREFIX SYSCONF_INSTALL_DIR -- Build files have been written to: /builddir/build/BUILD/glfw-3.2.1 + make -j4 all /usr/bin/cmake -H/builddir/build/BUILD/glfw-3.2.1 -B/builddir/build/BUILD/glfw-3.2.1 --check-build-system CMakeFiles/Makefile.cmake 0 /usr/bin/cmake -E cmake_progress_start /builddir/build/BUILD/glfw-3.2.1/CMakeFiles /builddir/build/BUILD/glfw-3.2.1/CMakeFiles/progress.marks make -f CMakeFiles/Makefile2 all make[1]: Entering directory '/builddir/build/BUILD/glfw-3.2.1' make -f src/CMakeFiles/glfw.dir/build.make src/CMakeFiles/glfw.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glfw-3.2.1' cd /builddir/build/BUILD/glfw-3.2.1 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glfw-3.2.1 /builddir/build/BUILD/glfw-3.2.1/src /builddir/build/BUILD/glfw-3.2.1 /builddir/build/BUILD/glfw-3.2.1/src /builddir/build/BUILD/glfw-3.2.1/src/CMakeFiles/glfw.dir/DependInfo.cmake --color= Scanning dependencies of target glfw make[2]: Leaving directory '/builddir/build/BUILD/glfw-3.2.1' make -f src/CMakeFiles/glfw.dir/build.make src/CMakeFiles/glfw.dir/build make[2]: Entering directory '/builddir/build/BUILD/glfw-3.2.1' [ 2%] Building C object src/CMakeFiles/glfw.dir/context.c.o [ 2%] Building C object src/CMakeFiles/glfw.dir/input.c.o cd /builddir/build/BUILD/glfw-3.2.1/src && /usr/bin/cc -D_GLFW_USE_CONFIG_H -Dglfw_EXPORTS -I/builddir/build/BUILD/glfw-3.2.1/include -I/builddir/build/BUILD/glfw-3.2.1/src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIC -Wall -fvisibility=hidden -o CMakeFiles/glfw.dir/input.c.o -c /builddir/build/BUILD/glfw-3.2.1/src/input.c [ 3%] Building C object src/CMakeFiles/glfw.dir/init.c.o cd /builddir/build/BUILD/glfw-3.2.1/src && /usr/bin/cc -D_GLFW_USE_CONFIG_H -Dglfw_EXPORTS -I/builddir/build/BUILD/glfw-3.2.1/include -I/builddir/build/BUILD/glfw-3.2.1/src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIC -Wall -fvisibility=hidden -o CMakeFiles/glfw.dir/context.c.o -c /builddir/build/BUILD/glfw-3.2.1/src/context.c cd /builddir/build/BUILD/glfw-3.2.1/src && /usr/bin/cc -D_GLFW_USE_CONFIG_H -Dglfw_EXPORTS -I/builddir/build/BUILD/glfw-3.2.1/include -I/builddir/build/BUILD/glfw-3.2.1/src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIC -Wall -fvisibility=hidden -o CMakeFiles/glfw.dir/init.c.o -c /builddir/build/BUILD/glfw-3.2.1/src/init.c [ 4%] Building C object src/CMakeFiles/glfw.dir/monitor.c.o cd /builddir/build/BUILD/glfw-3.2.1/src && /usr/bin/cc -D_GLFW_USE_CONFIG_H -Dglfw_EXPORTS -I/builddir/build/BUILD/glfw-3.2.1/include -I/builddir/build/BUILD/glfw-3.2.1/src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIC -Wall -fvisibility=hidden -o CMakeFiles/glfw.dir/monitor.c.o -c /builddir/build/BUILD/glfw-3.2.1/src/monitor.c [ 5%] Building C object src/CMakeFiles/glfw.dir/vulkan.c.o cd /builddir/build/BUILD/glfw-3.2.1/src && /usr/bin/cc -D_GLFW_USE_CONFIG_H -Dglfw_EXPORTS -I/builddir/build/BUILD/glfw-3.2.1/include -I/builddir/build/BUILD/glfw-3.2.1/src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIC -Wall -fvisibility=hidden -o CMakeFiles/glfw.dir/vulkan.c.o -c /builddir/build/BUILD/glfw-3.2.1/src/vulkan.c [ 6%] Building C object src/CMakeFiles/glfw.dir/window.c.o cd /builddir/build/BUILD/glfw-3.2.1/src && /usr/bin/cc -D_GLFW_USE_CONFIG_H -Dglfw_EXPORTS -I/builddir/build/BUILD/glfw-3.2.1/include -I/builddir/build/BUILD/glfw-3.2.1/src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIC -Wall -fvisibility=hidden -o CMakeFiles/glfw.dir/window.c.o -c /builddir/build/BUILD/glfw-3.2.1/src/window.c [ 7%] Building C object src/CMakeFiles/glfw.dir/x11_init.c.o cd /builddir/build/BUILD/glfw-3.2.1/src && /usr/bin/cc -D_GLFW_USE_CONFIG_H -Dglfw_EXPORTS -I/builddir/build/BUILD/glfw-3.2.1/include -I/builddir/build/BUILD/glfw-3.2.1/src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIC -Wall -fvisibility=hidden -o CMakeFiles/glfw.dir/x11_init.c.o -c /builddir/build/BUILD/glfw-3.2.1/src/x11_init.c [ 8%] Building C object src/CMakeFiles/glfw.dir/x11_monitor.c.o cd /builddir/build/BUILD/glfw-3.2.1/src && /usr/bin/cc -D_GLFW_USE_CONFIG_H -Dglfw_EXPORTS -I/builddir/build/BUILD/glfw-3.2.1/include -I/builddir/build/BUILD/glfw-3.2.1/src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIC -Wall -fvisibility=hidden -o CMakeFiles/glfw.dir/x11_monitor.c.o -c /builddir/build/BUILD/glfw-3.2.1/src/x11_monitor.c [ 9%] Building C object src/CMakeFiles/glfw.dir/x11_window.c.o cd /builddir/build/BUILD/glfw-3.2.1/src && /usr/bin/cc -D_GLFW_USE_CONFIG_H -Dglfw_EXPORTS -I/builddir/build/BUILD/glfw-3.2.1/include -I/builddir/build/BUILD/glfw-3.2.1/src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIC -Wall -fvisibility=hidden -o CMakeFiles/glfw.dir/x11_window.c.o -c /builddir/build/BUILD/glfw-3.2.1/src/x11_window.c [ 10%] Building C object src/CMakeFiles/glfw.dir/xkb_unicode.c.o cd /builddir/build/BUILD/glfw-3.2.1/src && /usr/bin/cc -D_GLFW_USE_CONFIG_H -Dglfw_EXPORTS -I/builddir/build/BUILD/glfw-3.2.1/include -I/builddir/build/BUILD/glfw-3.2.1/src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIC -Wall -fvisibility=hidden -o CMakeFiles/glfw.dir/xkb_unicode.c.o -c /builddir/build/BUILD/glfw-3.2.1/src/xkb_unicode.c [ 10%] Building C object src/CMakeFiles/glfw.dir/linux_joystick.c.o cd /builddir/build/BUILD/glfw-3.2.1/src && /usr/bin/cc -D_GLFW_USE_CONFIG_H -Dglfw_EXPORTS -I/builddir/build/BUILD/glfw-3.2.1/include -I/builddir/build/BUILD/glfw-3.2.1/src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIC -Wall -fvisibility=hidden -o CMakeFiles/glfw.dir/linux_joystick.c.o -c /builddir/build/BUILD/glfw-3.2.1/src/linux_joystick.c [ 11%] Building C object src/CMakeFiles/glfw.dir/posix_time.c.o cd /builddir/build/BUILD/glfw-3.2.1/src && /usr/bin/cc -D_GLFW_USE_CONFIG_H -Dglfw_EXPORTS -I/builddir/build/BUILD/glfw-3.2.1/include -I/builddir/build/BUILD/glfw-3.2.1/src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIC -Wall -fvisibility=hidden -o CMakeFiles/glfw.dir/posix_time.c.o -c /builddir/build/BUILD/glfw-3.2.1/src/posix_time.c [ 12%] Building C object src/CMakeFiles/glfw.dir/posix_tls.c.o cd /builddir/build/BUILD/glfw-3.2.1/src && /usr/bin/cc -D_GLFW_USE_CONFIG_H -Dglfw_EXPORTS -I/builddir/build/BUILD/glfw-3.2.1/include -I/builddir/build/BUILD/glfw-3.2.1/src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIC -Wall -fvisibility=hidden -o CMakeFiles/glfw.dir/posix_tls.c.o -c /builddir/build/BUILD/glfw-3.2.1/src/posix_tls.c [ 13%] Building C object src/CMakeFiles/glfw.dir/glx_context.c.o cd /builddir/build/BUILD/glfw-3.2.1/src && /usr/bin/cc -D_GLFW_USE_CONFIG_H -Dglfw_EXPORTS -I/builddir/build/BUILD/glfw-3.2.1/include -I/builddir/build/BUILD/glfw-3.2.1/src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIC -Wall -fvisibility=hidden -o CMakeFiles/glfw.dir/glx_context.c.o -c /builddir/build/BUILD/glfw-3.2.1/src/glx_context.c /builddir/build/BUILD/glfw-3.2.1/src/linux_joystick.c: In function '_glfwInitJoysticksLinux': /builddir/build/BUILD/glfw-3.2.1/src/linux_joystick.c:224:46: warning: '%s' directive output may be truncated writing up to 255 bytes into a region of size 9 [-Wformat-truncation=] snprintf(path, sizeof(path), "%s/%s", dirname, entry->d_name); ^~ In file included from /usr/include/stdio.h:861:0, from /usr/include/X11/Xcursor/Xcursor.h:26, from /builddir/build/BUILD/glfw-3.2.1/src/x11_platform.h:39, from /builddir/build/BUILD/glfw-3.2.1/src/internal.h:169, from /builddir/build/BUILD/glfw-3.2.1/src/linux_joystick.c:28: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 12 and 267 bytes into a destination of size 20 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [ 14%] Building C object src/CMakeFiles/glfw.dir/egl_context.c.o cd /builddir/build/BUILD/glfw-3.2.1/src && /usr/bin/cc -D_GLFW_USE_CONFIG_H -Dglfw_EXPORTS -I/builddir/build/BUILD/glfw-3.2.1/include -I/builddir/build/BUILD/glfw-3.2.1/src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIC -Wall -fvisibility=hidden -o CMakeFiles/glfw.dir/egl_context.c.o -c /builddir/build/BUILD/glfw-3.2.1/src/egl_context.c [ 15%] Linking C shared library libglfw.so cd /builddir/build/BUILD/glfw-3.2.1/src && /usr/bin/cmake -E cmake_link_script CMakeFiles/glfw.dir/link.txt --verbose=1 /usr/bin/cc -fPIC -O2 -g -pipe -Wall -Werror=format-security -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 -shared -Wl,-soname,libglfw.so.3 -o libglfw.so.3.2 CMakeFiles/glfw.dir/context.c.o CMakeFiles/glfw.dir/init.c.o CMakeFiles/glfw.dir/input.c.o CMakeFiles/glfw.dir/monitor.c.o CMakeFiles/glfw.dir/vulkan.c.o CMakeFiles/glfw.dir/window.c.o CMakeFiles/glfw.dir/x11_init.c.o CMakeFiles/glfw.dir/x11_monitor.c.o CMakeFiles/glfw.dir/x11_window.c.o CMakeFiles/glfw.dir/xkb_unicode.c.o CMakeFiles/glfw.dir/linux_joystick.c.o CMakeFiles/glfw.dir/posix_time.c.o CMakeFiles/glfw.dir/posix_tls.c.o CMakeFiles/glfw.dir/glx_context.c.o CMakeFiles/glfw.dir/egl_context.c.o -lrt -lm -ldl -lX11 -lpthread -lXrandr -lXinerama -lXxf86vm -lXcursor cd /builddir/build/BUILD/glfw-3.2.1/src && /usr/bin/cmake -E cmake_symlink_library libglfw.so.3.2 libglfw.so.3 libglfw.so make[2]: Leaving directory '/builddir/build/BUILD/glfw-3.2.1' [ 15%] Built target glfw make -f examples/CMakeFiles/wave.dir/build.make examples/CMakeFiles/wave.dir/depend make -f examples/CMakeFiles/gears.dir/build.make examples/CMakeFiles/gears.dir/depend make -f examples/CMakeFiles/boing.dir/build.make examples/CMakeFiles/boing.dir/depend make -f examples/CMakeFiles/heightmap.dir/build.make examples/CMakeFiles/heightmap.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glfw-3.2.1' cd /builddir/build/BUILD/glfw-3.2.1 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glfw-3.2.1 /builddir/build/BUILD/glfw-3.2.1/examples /builddir/build/BUILD/glfw-3.2.1 /builddir/build/BUILD/glfw-3.2.1/examples /builddir/build/BUILD/glfw-3.2.1/examples/CMakeFiles/wave.dir/DependInfo.cmake --color= make[2]: Entering directory '/builddir/build/BUILD/glfw-3.2.1' cd /builddir/build/BUILD/glfw-3.2.1 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glfw-3.2.1 /builddir/build/BUILD/glfw-3.2.1/examples /builddir/build/BUILD/glfw-3.2.1 /builddir/build/BUILD/glfw-3.2.1/examples /builddir/build/BUILD/glfw-3.2.1/examples/CMakeFiles/boing.dir/DependInfo.cmake --color= make[2]: Entering directory '/builddir/build/BUILD/glfw-3.2.1' cd /builddir/build/BUILD/glfw-3.2.1 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glfw-3.2.1 /builddir/build/BUILD/glfw-3.2.1/examples /builddir/build/BUILD/glfw-3.2.1 /builddir/build/BUILD/glfw-3.2.1/examples /builddir/build/BUILD/glfw-3.2.1/examples/CMakeFiles/heightmap.dir/DependInfo.cmake --color= make[2]: Entering directory '/builddir/build/BUILD/glfw-3.2.1' cd /builddir/build/BUILD/glfw-3.2.1 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glfw-3.2.1 /builddir/build/BUILD/glfw-3.2.1/examples /builddir/build/BUILD/glfw-3.2.1 /builddir/build/BUILD/glfw-3.2.1/examples /builddir/build/BUILD/glfw-3.2.1/examples/CMakeFiles/gears.dir/DependInfo.cmake --color= Scanning dependencies of target heightmap make[2]: Leaving directory '/builddir/build/BUILD/glfw-3.2.1' Scanning dependencies of target wave make -f examples/CMakeFiles/heightmap.dir/build.make examples/CMakeFiles/heightmap.dir/build make[2]: Leaving directory '/builddir/build/BUILD/glfw-3.2.1' make -f examples/CMakeFiles/wave.dir/build.make examples/CMakeFiles/wave.dir/build Scanning dependencies of target gears make[2]: Leaving directory '/builddir/build/BUILD/glfw-3.2.1' Scanning dependencies of target boing make -f examples/CMakeFiles/gears.dir/build.make examples/CMakeFiles/gears.dir/build make[2]: Leaving directory '/builddir/build/BUILD/glfw-3.2.1' make -f examples/CMakeFiles/boing.dir/build.make examples/CMakeFiles/boing.dir/build make[2]: Entering directory '/builddir/build/BUILD/glfw-3.2.1' make[2]: Entering directory '/builddir/build/BUILD/glfw-3.2.1' make[2]: Entering directory '/builddir/build/BUILD/glfw-3.2.1' make[2]: Entering directory '/builddir/build/BUILD/glfw-3.2.1' [ 16%] Building C object examples/CMakeFiles/heightmap.dir/heightmap.c.o cd /builddir/build/BUILD/glfw-3.2.1/examples && /usr/bin/cc -DGLFW_DLL -I/builddir/build/BUILD/glfw-3.2.1/deps -I/builddir/build/BUILD/glfw-3.2.1/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -o CMakeFiles/heightmap.dir/heightmap.c.o -c /builddir/build/BUILD/glfw-3.2.1/examples/heightmap.c [ 17%] Building C object examples/CMakeFiles/wave.dir/wave.c.o cd /builddir/build/BUILD/glfw-3.2.1/examples && /usr/bin/cc -DGLFW_DLL -I/builddir/build/BUILD/glfw-3.2.1/deps -I/builddir/build/BUILD/glfw-3.2.1/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -o CMakeFiles/wave.dir/wave.c.o -c /builddir/build/BUILD/glfw-3.2.1/examples/wave.c [ 17%] Building C object examples/CMakeFiles/boing.dir/boing.c.o cd /builddir/build/BUILD/glfw-3.2.1/examples && /usr/bin/cc -DGLFW_DLL -I/builddir/build/BUILD/glfw-3.2.1/deps -I/builddir/build/BUILD/glfw-3.2.1/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -o CMakeFiles/boing.dir/boing.c.o -c /builddir/build/BUILD/glfw-3.2.1/examples/boing.c [ 18%] Building C object examples/CMakeFiles/gears.dir/gears.c.o cd /builddir/build/BUILD/glfw-3.2.1/examples && /usr/bin/cc -DGLFW_DLL -I/builddir/build/BUILD/glfw-3.2.1/deps -I/builddir/build/BUILD/glfw-3.2.1/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -o CMakeFiles/gears.dir/gears.c.o -c /builddir/build/BUILD/glfw-3.2.1/examples/gears.c [ 19%] Building C object examples/CMakeFiles/heightmap.dir/__/deps/glad.c.o cd /builddir/build/BUILD/glfw-3.2.1/examples && /usr/bin/cc -DGLFW_DLL -I/builddir/build/BUILD/glfw-3.2.1/deps -I/builddir/build/BUILD/glfw-3.2.1/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -o CMakeFiles/heightmap.dir/__/deps/glad.c.o -c /builddir/build/BUILD/glfw-3.2.1/deps/glad.c [ 20%] Building C object examples/CMakeFiles/gears.dir/__/deps/glad.c.o cd /builddir/build/BUILD/glfw-3.2.1/examples && /usr/bin/cc -DGLFW_DLL -I/builddir/build/BUILD/glfw-3.2.1/deps -I/builddir/build/BUILD/glfw-3.2.1/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -o CMakeFiles/gears.dir/__/deps/glad.c.o -c /builddir/build/BUILD/glfw-3.2.1/deps/glad.c [ 21%] Building C object examples/CMakeFiles/wave.dir/__/deps/glad.c.o cd /builddir/build/BUILD/glfw-3.2.1/examples && /usr/bin/cc -DGLFW_DLL -I/builddir/build/BUILD/glfw-3.2.1/deps -I/builddir/build/BUILD/glfw-3.2.1/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -o CMakeFiles/wave.dir/__/deps/glad.c.o -c /builddir/build/BUILD/glfw-3.2.1/deps/glad.c [ 22%] Building C object examples/CMakeFiles/boing.dir/__/deps/glad.c.o cd /builddir/build/BUILD/glfw-3.2.1/examples && /usr/bin/cc -DGLFW_DLL -I/builddir/build/BUILD/glfw-3.2.1/deps -I/builddir/build/BUILD/glfw-3.2.1/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -o CMakeFiles/boing.dir/__/deps/glad.c.o -c /builddir/build/BUILD/glfw-3.2.1/deps/glad.c [ 23%] Linking C executable heightmap cd /builddir/build/BUILD/glfw-3.2.1/examples && /usr/bin/cmake -E cmake_link_script CMakeFiles/heightmap.dir/link.txt --verbose=1 /usr/bin/cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/heightmap.dir/heightmap.c.o CMakeFiles/heightmap.dir/__/deps/glad.c.o -o heightmap -Wl,-rpath,/builddir/build/BUILD/glfw-3.2.1/src ../src/libglfw.so.3.2 -lm [ 24%] Linking C executable gears cd /builddir/build/BUILD/glfw-3.2.1/examples && /usr/bin/cmake -E cmake_link_script CMakeFiles/gears.dir/link.txt --verbose=1 /usr/bin/cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/gears.dir/gears.c.o CMakeFiles/gears.dir/__/deps/glad.c.o -o gears -Wl,-rpath,/builddir/build/BUILD/glfw-3.2.1/src ../src/libglfw.so.3.2 -lm [ 25%] Linking C executable wave cd /builddir/build/BUILD/glfw-3.2.1/examples && /usr/bin/cmake -E cmake_link_script CMakeFiles/wave.dir/link.txt --verbose=1 /usr/bin/cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/wave.dir/wave.c.o CMakeFiles/wave.dir/__/deps/glad.c.o -o wave -Wl,-rpath,/builddir/build/BUILD/glfw-3.2.1/src ../src/libglfw.so.3.2 -lm [ 26%] Linking C executable boing cd /builddir/build/BUILD/glfw-3.2.1/examples && /usr/bin/cmake -E cmake_link_script CMakeFiles/boing.dir/link.txt --verbose=1 /usr/bin/cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/boing.dir/boing.c.o CMakeFiles/boing.dir/__/deps/glad.c.o -o boing -Wl,-rpath,/builddir/build/BUILD/glfw-3.2.1/src ../src/libglfw.so.3.2 -lm make[2]: Leaving directory '/builddir/build/BUILD/glfw-3.2.1' [ 26%] Built target heightmap make -f examples/CMakeFiles/particles.dir/build.make examples/CMakeFiles/particles.dir/depend make[2]: Leaving directory '/builddir/build/BUILD/glfw-3.2.1' make[2]: Entering directory '/builddir/build/BUILD/glfw-3.2.1' cd /builddir/build/BUILD/glfw-3.2.1 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glfw-3.2.1 /builddir/build/BUILD/glfw-3.2.1/examples /builddir/build/BUILD/glfw-3.2.1 /builddir/build/BUILD/glfw-3.2.1/examples /builddir/build/BUILD/glfw-3.2.1/examples/CMakeFiles/particles.dir/DependInfo.cmake --color= [ 26%] Built target gears make -f examples/CMakeFiles/splitview.dir/build.make examples/CMakeFiles/splitview.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glfw-3.2.1' cd /builddir/build/BUILD/glfw-3.2.1 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glfw-3.2.1 /builddir/build/BUILD/glfw-3.2.1/examples /builddir/build/BUILD/glfw-3.2.1 /builddir/build/BUILD/glfw-3.2.1/examples /builddir/build/BUILD/glfw-3.2.1/examples/CMakeFiles/splitview.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/glfw-3.2.1' Scanning dependencies of target particles make[2]: Leaving directory '/builddir/build/BUILD/glfw-3.2.1' make -f examples/CMakeFiles/particles.dir/build.make examples/CMakeFiles/particles.dir/build make[2]: Leaving directory '/builddir/build/BUILD/glfw-3.2.1' [ 26%] Built target wave make -f examples/CMakeFiles/simple.dir/build.make examples/CMakeFiles/simple.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glfw-3.2.1' cd /builddir/build/BUILD/glfw-3.2.1 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glfw-3.2.1 /builddir/build/BUILD/glfw-3.2.1/examples /builddir/build/BUILD/glfw-3.2.1 /builddir/build/BUILD/glfw-3.2.1/examples /builddir/build/BUILD/glfw-3.2.1/examples/CMakeFiles/simple.dir/DependInfo.cmake --color= make[2]: Entering directory '/builddir/build/BUILD/glfw-3.2.1' Scanning dependencies of target splitview make[2]: Leaving directory '/builddir/build/BUILD/glfw-3.2.1' make -f examples/CMakeFiles/splitview.dir/build.make examples/CMakeFiles/splitview.dir/build [ 26%] Built target boing make[2]: Entering directory '/builddir/build/BUILD/glfw-3.2.1' [ 27%] Building C object examples/CMakeFiles/particles.dir/particles.c.o cd /builddir/build/BUILD/glfw-3.2.1/examples && /usr/bin/cc -DGLFW_DLL -I/builddir/build/BUILD/glfw-3.2.1/deps -I/builddir/build/BUILD/glfw-3.2.1/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -o CMakeFiles/particles.dir/particles.c.o -c /builddir/build/BUILD/glfw-3.2.1/examples/particles.c [ 28%] Building C object examples/CMakeFiles/splitview.dir/splitview.c.o cd /builddir/build/BUILD/glfw-3.2.1/examples && /usr/bin/cc -DGLFW_DLL -I/builddir/build/BUILD/glfw-3.2.1/deps -I/builddir/build/BUILD/glfw-3.2.1/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -o CMakeFiles/splitview.dir/splitview.c.o -c /builddir/build/BUILD/glfw-3.2.1/examples/splitview.c Scanning dependencies of target simple make[2]: Leaving directory '/builddir/build/BUILD/glfw-3.2.1' [ 29%] Building C object examples/CMakeFiles/splitview.dir/__/deps/glad.c.o cd /builddir/build/BUILD/glfw-3.2.1/examples && /usr/bin/cc -DGLFW_DLL -I/builddir/build/BUILD/glfw-3.2.1/deps -I/builddir/build/BUILD/glfw-3.2.1/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -o CMakeFiles/splitview.dir/__/deps/glad.c.o -c /builddir/build/BUILD/glfw-3.2.1/deps/glad.c make -f examples/CMakeFiles/simple.dir/build.make examples/CMakeFiles/simple.dir/build make[2]: Entering directory '/builddir/build/BUILD/glfw-3.2.1' [ 30%] Building C object examples/CMakeFiles/simple.dir/simple.c.o cd /builddir/build/BUILD/glfw-3.2.1/examples && /usr/bin/cc -DGLFW_DLL -I/builddir/build/BUILD/glfw-3.2.1/deps -I/builddir/build/BUILD/glfw-3.2.1/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -o CMakeFiles/simple.dir/simple.c.o -c /builddir/build/BUILD/glfw-3.2.1/examples/simple.c [ 31%] Building C object examples/CMakeFiles/simple.dir/__/deps/glad.c.o cd /builddir/build/BUILD/glfw-3.2.1/examples && /usr/bin/cc -DGLFW_DLL -I/builddir/build/BUILD/glfw-3.2.1/deps -I/builddir/build/BUILD/glfw-3.2.1/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -o CMakeFiles/simple.dir/__/deps/glad.c.o -c /builddir/build/BUILD/glfw-3.2.1/deps/glad.c make -f tests/CMakeFiles/title.dir/build.make tests/CMakeFiles/title.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glfw-3.2.1' cd /builddir/build/BUILD/glfw-3.2.1 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glfw-3.2.1 /builddir/build/BUILD/glfw-3.2.1/tests /builddir/build/BUILD/glfw-3.2.1 /builddir/build/BUILD/glfw-3.2.1/tests /builddir/build/BUILD/glfw-3.2.1/tests/CMakeFiles/title.dir/DependInfo.cmake --color= [ 32%] Building C object examples/CMakeFiles/particles.dir/__/deps/tinycthread.c.o cd /builddir/build/BUILD/glfw-3.2.1/examples && /usr/bin/cc -DGLFW_DLL -I/builddir/build/BUILD/glfw-3.2.1/deps -I/builddir/build/BUILD/glfw-3.2.1/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -o CMakeFiles/particles.dir/__/deps/tinycthread.c.o -c /builddir/build/BUILD/glfw-3.2.1/deps/tinycthread.c Scanning dependencies of target title make[2]: Leaving directory '/builddir/build/BUILD/glfw-3.2.1' make -f tests/CMakeFiles/title.dir/build.make tests/CMakeFiles/title.dir/build make[2]: Entering directory '/builddir/build/BUILD/glfw-3.2.1' [ 33%] Building C object tests/CMakeFiles/title.dir/title.c.o cd /builddir/build/BUILD/glfw-3.2.1/tests && /usr/bin/cc -DGLFW_DLL -I/builddir/build/BUILD/glfw-3.2.1/deps -I/builddir/build/BUILD/glfw-3.2.1/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -o CMakeFiles/title.dir/title.c.o -c /builddir/build/BUILD/glfw-3.2.1/tests/title.c [ 34%] Linking C executable splitview cd /builddir/build/BUILD/glfw-3.2.1/examples && /usr/bin/cmake -E cmake_link_script CMakeFiles/splitview.dir/link.txt --verbose=1 /usr/bin/cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/splitview.dir/splitview.c.o CMakeFiles/splitview.dir/__/deps/glad.c.o -o splitview -Wl,-rpath,/builddir/build/BUILD/glfw-3.2.1/src ../src/libglfw.so.3.2 -lm [ 35%] Building C object tests/CMakeFiles/title.dir/__/deps/glad.c.o cd /builddir/build/BUILD/glfw-3.2.1/tests && /usr/bin/cc -DGLFW_DLL -I/builddir/build/BUILD/glfw-3.2.1/deps -I/builddir/build/BUILD/glfw-3.2.1/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -o CMakeFiles/title.dir/__/deps/glad.c.o -c /builddir/build/BUILD/glfw-3.2.1/deps/glad.c make[2]: Leaving directory '/builddir/build/BUILD/glfw-3.2.1' [ 36%] Building C object examples/CMakeFiles/particles.dir/__/deps/getopt.c.o cd /builddir/build/BUILD/glfw-3.2.1/examples && /usr/bin/cc -DGLFW_DLL -I/builddir/build/BUILD/glfw-3.2.1/deps -I/builddir/build/BUILD/glfw-3.2.1/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -o CMakeFiles/particles.dir/__/deps/getopt.c.o -c /builddir/build/BUILD/glfw-3.2.1/deps/getopt.c [ 36%] Built target splitview [ 37%] Building C object examples/CMakeFiles/particles.dir/__/deps/glad.c.o cd /builddir/build/BUILD/glfw-3.2.1/examples && /usr/bin/cc -DGLFW_DLL -I/builddir/build/BUILD/glfw-3.2.1/deps -I/builddir/build/BUILD/glfw-3.2.1/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -o CMakeFiles/particles.dir/__/deps/glad.c.o -c /builddir/build/BUILD/glfw-3.2.1/deps/glad.c make -f tests/CMakeFiles/cursor.dir/build.make tests/CMakeFiles/cursor.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glfw-3.2.1' cd /builddir/build/BUILD/glfw-3.2.1 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glfw-3.2.1 /builddir/build/BUILD/glfw-3.2.1/tests /builddir/build/BUILD/glfw-3.2.1 /builddir/build/BUILD/glfw-3.2.1/tests /builddir/build/BUILD/glfw-3.2.1/tests/CMakeFiles/cursor.dir/DependInfo.cmake --color= Scanning dependencies of target cursor make[2]: Leaving directory '/builddir/build/BUILD/glfw-3.2.1' make -f tests/CMakeFiles/cursor.dir/build.make tests/CMakeFiles/cursor.dir/build make[2]: Entering directory '/builddir/build/BUILD/glfw-3.2.1' [ 38%] Building C object tests/CMakeFiles/cursor.dir/cursor.c.o cd /builddir/build/BUILD/glfw-3.2.1/tests && /usr/bin/cc -DGLFW_DLL -I/builddir/build/BUILD/glfw-3.2.1/deps -I/builddir/build/BUILD/glfw-3.2.1/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -o CMakeFiles/cursor.dir/cursor.c.o -c /builddir/build/BUILD/glfw-3.2.1/tests/cursor.c [ 39%] Linking C executable simple cd /builddir/build/BUILD/glfw-3.2.1/examples && /usr/bin/cmake -E cmake_link_script CMakeFiles/simple.dir/link.txt --verbose=1 /usr/bin/cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/simple.dir/simple.c.o CMakeFiles/simple.dir/__/deps/glad.c.o -o simple -Wl,-rpath,/builddir/build/BUILD/glfw-3.2.1/src ../src/libglfw.so.3.2 -lm make[2]: Leaving directory '/builddir/build/BUILD/glfw-3.2.1' [ 39%] Built target simple make -f tests/CMakeFiles/msaa.dir/build.make tests/CMakeFiles/msaa.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glfw-3.2.1' cd /builddir/build/BUILD/glfw-3.2.1 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glfw-3.2.1 /builddir/build/BUILD/glfw-3.2.1/tests /builddir/build/BUILD/glfw-3.2.1 /builddir/build/BUILD/glfw-3.2.1/tests /builddir/build/BUILD/glfw-3.2.1/tests/CMakeFiles/msaa.dir/DependInfo.cmake --color= Scanning dependencies of target msaa make[2]: Leaving directory '/builddir/build/BUILD/glfw-3.2.1' make -f tests/CMakeFiles/msaa.dir/build.make tests/CMakeFiles/msaa.dir/build make[2]: Entering directory '/builddir/build/BUILD/glfw-3.2.1' [ 40%] Building C object tests/CMakeFiles/msaa.dir/msaa.c.o cd /builddir/build/BUILD/glfw-3.2.1/tests && /usr/bin/cc -DGLFW_DLL -I/builddir/build/BUILD/glfw-3.2.1/deps -I/builddir/build/BUILD/glfw-3.2.1/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -o CMakeFiles/msaa.dir/msaa.c.o -c /builddir/build/BUILD/glfw-3.2.1/tests/msaa.c [ 41%] Building C object tests/CMakeFiles/cursor.dir/__/deps/glad.c.o cd /builddir/build/BUILD/glfw-3.2.1/tests && /usr/bin/cc -DGLFW_DLL -I/builddir/build/BUILD/glfw-3.2.1/deps -I/builddir/build/BUILD/glfw-3.2.1/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -o CMakeFiles/cursor.dir/__/deps/glad.c.o -c /builddir/build/BUILD/glfw-3.2.1/deps/glad.c [ 42%] Building C object tests/CMakeFiles/msaa.dir/__/deps/getopt.c.o cd /builddir/build/BUILD/glfw-3.2.1/tests && /usr/bin/cc -DGLFW_DLL -I/builddir/build/BUILD/glfw-3.2.1/deps -I/builddir/build/BUILD/glfw-3.2.1/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -o CMakeFiles/msaa.dir/__/deps/getopt.c.o -c /builddir/build/BUILD/glfw-3.2.1/deps/getopt.c [ 43%] Linking C executable title cd /builddir/build/BUILD/glfw-3.2.1/tests && /usr/bin/cmake -E cmake_link_script CMakeFiles/title.dir/link.txt --verbose=1 /usr/bin/cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/title.dir/title.c.o CMakeFiles/title.dir/__/deps/glad.c.o -o title -Wl,-rpath,/builddir/build/BUILD/glfw-3.2.1/src ../src/libglfw.so.3.2 -lm [ 43%] Linking C executable particles cd /builddir/build/BUILD/glfw-3.2.1/examples && /usr/bin/cmake -E cmake_link_script CMakeFiles/particles.dir/link.txt --verbose=1 [ 44%] Building C object tests/CMakeFiles/msaa.dir/__/deps/glad.c.o cd /builddir/build/BUILD/glfw-3.2.1/tests && /usr/bin/cc -DGLFW_DLL -I/builddir/build/BUILD/glfw-3.2.1/deps -I/builddir/build/BUILD/glfw-3.2.1/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -o CMakeFiles/msaa.dir/__/deps/glad.c.o -c /builddir/build/BUILD/glfw-3.2.1/deps/glad.c /usr/bin/cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/particles.dir/particles.c.o CMakeFiles/particles.dir/__/deps/tinycthread.c.o CMakeFiles/particles.dir/__/deps/getopt.c.o CMakeFiles/particles.dir/__/deps/glad.c.o -o particles -Wl,-rpath,/builddir/build/BUILD/glfw-3.2.1/src ../src/libglfw.so.3.2 -lm -lpthread -lrt make[2]: Leaving directory '/builddir/build/BUILD/glfw-3.2.1' [ 44%] Built target title make -f tests/CMakeFiles/glfwinfo.dir/build.make tests/CMakeFiles/glfwinfo.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glfw-3.2.1' cd /builddir/build/BUILD/glfw-3.2.1 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glfw-3.2.1 /builddir/build/BUILD/glfw-3.2.1/tests /builddir/build/BUILD/glfw-3.2.1 /builddir/build/BUILD/glfw-3.2.1/tests /builddir/build/BUILD/glfw-3.2.1/tests/CMakeFiles/glfwinfo.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/glfw-3.2.1' Scanning dependencies of target glfwinfo make[2]: Leaving directory '/builddir/build/BUILD/glfw-3.2.1' make -f tests/CMakeFiles/glfwinfo.dir/build.make tests/CMakeFiles/glfwinfo.dir/build make[2]: Entering directory '/builddir/build/BUILD/glfw-3.2.1' [ 44%] Built target particles [ 45%] Building C object tests/CMakeFiles/glfwinfo.dir/glfwinfo.c.o cd /builddir/build/BUILD/glfw-3.2.1/tests && /usr/bin/cc -DGLFW_DLL -I/builddir/build/BUILD/glfw-3.2.1/deps -I/builddir/build/BUILD/glfw-3.2.1/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -o CMakeFiles/glfwinfo.dir/glfwinfo.c.o -c /builddir/build/BUILD/glfw-3.2.1/tests/glfwinfo.c [ 46%] Building C object tests/CMakeFiles/glfwinfo.dir/__/deps/getopt.c.o cd /builddir/build/BUILD/glfw-3.2.1/tests && /usr/bin/cc -DGLFW_DLL -I/builddir/build/BUILD/glfw-3.2.1/deps -I/builddir/build/BUILD/glfw-3.2.1/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -o CMakeFiles/glfwinfo.dir/__/deps/getopt.c.o -c /builddir/build/BUILD/glfw-3.2.1/deps/getopt.c [ 47%] Building C object tests/CMakeFiles/glfwinfo.dir/__/deps/glad.c.o cd /builddir/build/BUILD/glfw-3.2.1/tests && /usr/bin/cc -DGLFW_DLL -I/builddir/build/BUILD/glfw-3.2.1/deps -I/builddir/build/BUILD/glfw-3.2.1/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -o CMakeFiles/glfwinfo.dir/__/deps/glad.c.o -c /builddir/build/BUILD/glfw-3.2.1/deps/glad.c [ 48%] Linking C executable cursor cd /builddir/build/BUILD/glfw-3.2.1/tests && /usr/bin/cmake -E cmake_link_script CMakeFiles/cursor.dir/link.txt --verbose=1 /usr/bin/cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/cursor.dir/cursor.c.o CMakeFiles/cursor.dir/__/deps/glad.c.o -o cursor -Wl,-rpath,/builddir/build/BUILD/glfw-3.2.1/src ../src/libglfw.so.3.2 -lm make[2]: Leaving directory '/builddir/build/BUILD/glfw-3.2.1' [ 48%] Built target cursor make -f tests/CMakeFiles/threads.dir/build.make tests/CMakeFiles/threads.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glfw-3.2.1' cd /builddir/build/BUILD/glfw-3.2.1 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glfw-3.2.1 /builddir/build/BUILD/glfw-3.2.1/tests /builddir/build/BUILD/glfw-3.2.1 /builddir/build/BUILD/glfw-3.2.1/tests /builddir/build/BUILD/glfw-3.2.1/tests/CMakeFiles/threads.dir/DependInfo.cmake --color= Scanning dependencies of target threads make[2]: Leaving directory '/builddir/build/BUILD/glfw-3.2.1' make -f tests/CMakeFiles/threads.dir/build.make tests/CMakeFiles/threads.dir/build make[2]: Entering directory '/builddir/build/BUILD/glfw-3.2.1' [ 49%] Building C object tests/CMakeFiles/threads.dir/threads.c.o cd /builddir/build/BUILD/glfw-3.2.1/tests && /usr/bin/cc -DGLFW_DLL -I/builddir/build/BUILD/glfw-3.2.1/deps -I/builddir/build/BUILD/glfw-3.2.1/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -o CMakeFiles/threads.dir/threads.c.o -c /builddir/build/BUILD/glfw-3.2.1/tests/threads.c make -f tests/CMakeFiles/clipboard.dir/build.make tests/CMakeFiles/clipboard.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glfw-3.2.1' cd /builddir/build/BUILD/glfw-3.2.1 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glfw-3.2.1 /builddir/build/BUILD/glfw-3.2.1/tests /builddir/build/BUILD/glfw-3.2.1 /builddir/build/BUILD/glfw-3.2.1/tests /builddir/build/BUILD/glfw-3.2.1/tests/CMakeFiles/clipboard.dir/DependInfo.cmake --color= [ 50%] Linking C executable msaa cd /builddir/build/BUILD/glfw-3.2.1/tests && /usr/bin/cmake -E cmake_link_script CMakeFiles/msaa.dir/link.txt --verbose=1 Scanning dependencies of target clipboard make[2]: Leaving directory '/builddir/build/BUILD/glfw-3.2.1' make -f tests/CMakeFiles/clipboard.dir/build.make tests/CMakeFiles/clipboard.dir/build make[2]: Entering directory '/builddir/build/BUILD/glfw-3.2.1' /usr/bin/cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/msaa.dir/msaa.c.o CMakeFiles/msaa.dir/__/deps/getopt.c.o CMakeFiles/msaa.dir/__/deps/glad.c.o -o msaa -Wl,-rpath,/builddir/build/BUILD/glfw-3.2.1/src ../src/libglfw.so.3.2 -lm [ 51%] Building C object tests/CMakeFiles/clipboard.dir/clipboard.c.o cd /builddir/build/BUILD/glfw-3.2.1/tests && /usr/bin/cc -DGLFW_DLL -I/builddir/build/BUILD/glfw-3.2.1/deps -I/builddir/build/BUILD/glfw-3.2.1/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -o CMakeFiles/clipboard.dir/clipboard.c.o -c /builddir/build/BUILD/glfw-3.2.1/tests/clipboard.c make[2]: Leaving directory '/builddir/build/BUILD/glfw-3.2.1' [ 51%] Built target msaa [ 51%] Building C object tests/CMakeFiles/threads.dir/__/deps/tinycthread.c.o cd /builddir/build/BUILD/glfw-3.2.1/tests && /usr/bin/cc -DGLFW_DLL -I/builddir/build/BUILD/glfw-3.2.1/deps -I/builddir/build/BUILD/glfw-3.2.1/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -o CMakeFiles/threads.dir/__/deps/tinycthread.c.o -c /builddir/build/BUILD/glfw-3.2.1/deps/tinycthread.c [ 52%] Linking C executable glfwinfo cd /builddir/build/BUILD/glfw-3.2.1/tests && /usr/bin/cmake -E cmake_link_script CMakeFiles/glfwinfo.dir/link.txt --verbose=1 /usr/bin/cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/glfwinfo.dir/glfwinfo.c.o CMakeFiles/glfwinfo.dir/__/deps/getopt.c.o CMakeFiles/glfwinfo.dir/__/deps/glad.c.o -o glfwinfo -Wl,-rpath,/builddir/build/BUILD/glfw-3.2.1/src ../src/libglfw.so.3.2 -lm [ 53%] Building C object tests/CMakeFiles/clipboard.dir/__/deps/getopt.c.o cd /builddir/build/BUILD/glfw-3.2.1/tests && /usr/bin/cc -DGLFW_DLL -I/builddir/build/BUILD/glfw-3.2.1/deps -I/builddir/build/BUILD/glfw-3.2.1/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -o CMakeFiles/clipboard.dir/__/deps/getopt.c.o -c /builddir/build/BUILD/glfw-3.2.1/deps/getopt.c [ 54%] Building C object tests/CMakeFiles/threads.dir/__/deps/glad.c.o cd /builddir/build/BUILD/glfw-3.2.1/tests && /usr/bin/cc -DGLFW_DLL -I/builddir/build/BUILD/glfw-3.2.1/deps -I/builddir/build/BUILD/glfw-3.2.1/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -o CMakeFiles/threads.dir/__/deps/glad.c.o -c /builddir/build/BUILD/glfw-3.2.1/deps/glad.c make[2]: Leaving directory '/builddir/build/BUILD/glfw-3.2.1' [ 54%] Built target glfwinfo [ 55%] Building C object tests/CMakeFiles/clipboard.dir/__/deps/glad.c.o cd /builddir/build/BUILD/glfw-3.2.1/tests && /usr/bin/cc -DGLFW_DLL -I/builddir/build/BUILD/glfw-3.2.1/deps -I/builddir/build/BUILD/glfw-3.2.1/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -o CMakeFiles/clipboard.dir/__/deps/glad.c.o -c /builddir/build/BUILD/glfw-3.2.1/deps/glad.c make -f tests/CMakeFiles/monitors.dir/build.make tests/CMakeFiles/monitors.dir/depend make -f tests/CMakeFiles/iconify.dir/build.make tests/CMakeFiles/iconify.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glfw-3.2.1' cd /builddir/build/BUILD/glfw-3.2.1 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glfw-3.2.1 /builddir/build/BUILD/glfw-3.2.1/tests /builddir/build/BUILD/glfw-3.2.1 /builddir/build/BUILD/glfw-3.2.1/tests /builddir/build/BUILD/glfw-3.2.1/tests/CMakeFiles/monitors.dir/DependInfo.cmake --color= make[2]: Entering directory '/builddir/build/BUILD/glfw-3.2.1' cd /builddir/build/BUILD/glfw-3.2.1 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glfw-3.2.1 /builddir/build/BUILD/glfw-3.2.1/tests /builddir/build/BUILD/glfw-3.2.1 /builddir/build/BUILD/glfw-3.2.1/tests /builddir/build/BUILD/glfw-3.2.1/tests/CMakeFiles/iconify.dir/DependInfo.cmake --color= Scanning dependencies of target monitors make[2]: Leaving directory '/builddir/build/BUILD/glfw-3.2.1' make -f tests/CMakeFiles/monitors.dir/build.make tests/CMakeFiles/monitors.dir/build Scanning dependencies of target iconify make[2]: Leaving directory '/builddir/build/BUILD/glfw-3.2.1' make -f tests/CMakeFiles/iconify.dir/build.make tests/CMakeFiles/iconify.dir/build make[2]: Entering directory '/builddir/build/BUILD/glfw-3.2.1' make[2]: Entering directory '/builddir/build/BUILD/glfw-3.2.1' [ 56%] Building C object tests/CMakeFiles/monitors.dir/monitors.c.o cd /builddir/build/BUILD/glfw-3.2.1/tests && /usr/bin/cc -DGLFW_DLL -I/builddir/build/BUILD/glfw-3.2.1/deps -I/builddir/build/BUILD/glfw-3.2.1/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -o CMakeFiles/monitors.dir/monitors.c.o -c /builddir/build/BUILD/glfw-3.2.1/tests/monitors.c [ 57%] Building C object tests/CMakeFiles/iconify.dir/iconify.c.o cd /builddir/build/BUILD/glfw-3.2.1/tests && /usr/bin/cc -DGLFW_DLL -I/builddir/build/BUILD/glfw-3.2.1/deps -I/builddir/build/BUILD/glfw-3.2.1/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -o CMakeFiles/iconify.dir/iconify.c.o -c /builddir/build/BUILD/glfw-3.2.1/tests/iconify.c [ 58%] Building C object tests/CMakeFiles/monitors.dir/__/deps/getopt.c.o cd /builddir/build/BUILD/glfw-3.2.1/tests && /usr/bin/cc -DGLFW_DLL -I/builddir/build/BUILD/glfw-3.2.1/deps -I/builddir/build/BUILD/glfw-3.2.1/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -o CMakeFiles/monitors.dir/__/deps/getopt.c.o -c /builddir/build/BUILD/glfw-3.2.1/deps/getopt.c [ 59%] Building C object tests/CMakeFiles/iconify.dir/__/deps/getopt.c.o cd /builddir/build/BUILD/glfw-3.2.1/tests && /usr/bin/cc -DGLFW_DLL -I/builddir/build/BUILD/glfw-3.2.1/deps -I/builddir/build/BUILD/glfw-3.2.1/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -o CMakeFiles/iconify.dir/__/deps/getopt.c.o -c /builddir/build/BUILD/glfw-3.2.1/deps/getopt.c [ 60%] Building C object tests/CMakeFiles/monitors.dir/__/deps/glad.c.o cd /builddir/build/BUILD/glfw-3.2.1/tests && /usr/bin/cc -DGLFW_DLL -I/builddir/build/BUILD/glfw-3.2.1/deps -I/builddir/build/BUILD/glfw-3.2.1/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -o CMakeFiles/monitors.dir/__/deps/glad.c.o -c /builddir/build/BUILD/glfw-3.2.1/deps/glad.c [ 60%] Building C object tests/CMakeFiles/iconify.dir/__/deps/glad.c.o cd /builddir/build/BUILD/glfw-3.2.1/tests && /usr/bin/cc -DGLFW_DLL -I/builddir/build/BUILD/glfw-3.2.1/deps -I/builddir/build/BUILD/glfw-3.2.1/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -o CMakeFiles/iconify.dir/__/deps/glad.c.o -c /builddir/build/BUILD/glfw-3.2.1/deps/glad.c [ 61%] Linking C executable threads cd /builddir/build/BUILD/glfw-3.2.1/tests && /usr/bin/cmake -E cmake_link_script CMakeFiles/threads.dir/link.txt --verbose=1 /usr/bin/cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/threads.dir/threads.c.o CMakeFiles/threads.dir/__/deps/tinycthread.c.o CMakeFiles/threads.dir/__/deps/glad.c.o -o threads -Wl,-rpath,/builddir/build/BUILD/glfw-3.2.1/src ../src/libglfw.so.3.2 -lm -lpthread -lrt [ 62%] Linking C executable clipboard cd /builddir/build/BUILD/glfw-3.2.1/tests && /usr/bin/cmake -E cmake_link_script CMakeFiles/clipboard.dir/link.txt --verbose=1 /usr/bin/cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/clipboard.dir/clipboard.c.o CMakeFiles/clipboard.dir/__/deps/getopt.c.o CMakeFiles/clipboard.dir/__/deps/glad.c.o -o clipboard -Wl,-rpath,/builddir/build/BUILD/glfw-3.2.1/src ../src/libglfw.so.3.2 -lm make[2]: Leaving directory '/builddir/build/BUILD/glfw-3.2.1' [ 62%] Built target threads make -f tests/CMakeFiles/gamma.dir/build.make tests/CMakeFiles/gamma.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glfw-3.2.1' cd /builddir/build/BUILD/glfw-3.2.1 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glfw-3.2.1 /builddir/build/BUILD/glfw-3.2.1/tests /builddir/build/BUILD/glfw-3.2.1 /builddir/build/BUILD/glfw-3.2.1/tests /builddir/build/BUILD/glfw-3.2.1/tests/CMakeFiles/gamma.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/glfw-3.2.1' Scanning dependencies of target gamma make[2]: Leaving directory '/builddir/build/BUILD/glfw-3.2.1' make -f tests/CMakeFiles/gamma.dir/build.make tests/CMakeFiles/gamma.dir/build make[2]: Entering directory '/builddir/build/BUILD/glfw-3.2.1' [ 62%] Built target clipboard make -f tests/CMakeFiles/vulkan.dir/build.make tests/CMakeFiles/vulkan.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glfw-3.2.1' cd /builddir/build/BUILD/glfw-3.2.1 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glfw-3.2.1 /builddir/build/BUILD/glfw-3.2.1/tests /builddir/build/BUILD/glfw-3.2.1 /builddir/build/BUILD/glfw-3.2.1/tests /builddir/build/BUILD/glfw-3.2.1/tests/CMakeFiles/vulkan.dir/DependInfo.cmake --color= [ 63%] Building C object tests/CMakeFiles/gamma.dir/gamma.c.o cd /builddir/build/BUILD/glfw-3.2.1/tests && /usr/bin/cc -DGLFW_DLL -I/builddir/build/BUILD/glfw-3.2.1/deps -I/builddir/build/BUILD/glfw-3.2.1/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -o CMakeFiles/gamma.dir/gamma.c.o -c /builddir/build/BUILD/glfw-3.2.1/tests/gamma.c Scanning dependencies of target vulkan make[2]: Leaving directory '/builddir/build/BUILD/glfw-3.2.1' make -f tests/CMakeFiles/vulkan.dir/build.make tests/CMakeFiles/vulkan.dir/build make[2]: Entering directory '/builddir/build/BUILD/glfw-3.2.1' [ 64%] Building C object tests/CMakeFiles/vulkan.dir/vulkan.c.o cd /builddir/build/BUILD/glfw-3.2.1/tests && /usr/bin/cc -DGLFW_DLL -I/builddir/build/BUILD/glfw-3.2.1/deps -I/builddir/build/BUILD/glfw-3.2.1/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -o CMakeFiles/vulkan.dir/vulkan.c.o -c /builddir/build/BUILD/glfw-3.2.1/tests/vulkan.c [ 65%] Building C object tests/CMakeFiles/gamma.dir/__/deps/getopt.c.o cd /builddir/build/BUILD/glfw-3.2.1/tests && /usr/bin/cc -DGLFW_DLL -I/builddir/build/BUILD/glfw-3.2.1/deps -I/builddir/build/BUILD/glfw-3.2.1/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -o CMakeFiles/gamma.dir/__/deps/getopt.c.o -c /builddir/build/BUILD/glfw-3.2.1/deps/getopt.c [ 66%] Building C object tests/CMakeFiles/gamma.dir/__/deps/glad.c.o cd /builddir/build/BUILD/glfw-3.2.1/tests && /usr/bin/cc -DGLFW_DLL -I/builddir/build/BUILD/glfw-3.2.1/deps -I/builddir/build/BUILD/glfw-3.2.1/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -o CMakeFiles/gamma.dir/__/deps/glad.c.o -c /builddir/build/BUILD/glfw-3.2.1/deps/glad.c [ 67%] Linking C executable monitors cd /builddir/build/BUILD/glfw-3.2.1/tests && /usr/bin/cmake -E cmake_link_script CMakeFiles/monitors.dir/link.txt --verbose=1 /usr/bin/cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/monitors.dir/monitors.c.o CMakeFiles/monitors.dir/__/deps/getopt.c.o CMakeFiles/monitors.dir/__/deps/glad.c.o -o monitors -Wl,-rpath,/builddir/build/BUILD/glfw-3.2.1/src ../src/libglfw.so.3.2 -lm [ 68%] Linking C executable iconify cd /builddir/build/BUILD/glfw-3.2.1/tests && /usr/bin/cmake -E cmake_link_script CMakeFiles/iconify.dir/link.txt --verbose=1 /usr/bin/cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/iconify.dir/iconify.c.o CMakeFiles/iconify.dir/__/deps/getopt.c.o CMakeFiles/iconify.dir/__/deps/glad.c.o -o iconify -Wl,-rpath,/builddir/build/BUILD/glfw-3.2.1/src ../src/libglfw.so.3.2 -lm make[2]: Leaving directory '/builddir/build/BUILD/glfw-3.2.1' [ 68%] Built target monitors make -f tests/CMakeFiles/events.dir/build.make tests/CMakeFiles/events.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glfw-3.2.1' cd /builddir/build/BUILD/glfw-3.2.1 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glfw-3.2.1 /builddir/build/BUILD/glfw-3.2.1/tests /builddir/build/BUILD/glfw-3.2.1 /builddir/build/BUILD/glfw-3.2.1/tests /builddir/build/BUILD/glfw-3.2.1/tests/CMakeFiles/events.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/glfw-3.2.1' [ 68%] Built target iconify Scanning dependencies of target events make -f tests/CMakeFiles/icon.dir/build.make tests/CMakeFiles/icon.dir/depend make[2]: Leaving directory '/builddir/build/BUILD/glfw-3.2.1' make -f tests/CMakeFiles/events.dir/build.make tests/CMakeFiles/events.dir/build make[2]: Entering directory '/builddir/build/BUILD/glfw-3.2.1' cd /builddir/build/BUILD/glfw-3.2.1 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glfw-3.2.1 /builddir/build/BUILD/glfw-3.2.1/tests /builddir/build/BUILD/glfw-3.2.1 /builddir/build/BUILD/glfw-3.2.1/tests /builddir/build/BUILD/glfw-3.2.1/tests/CMakeFiles/icon.dir/DependInfo.cmake --color= make[2]: Entering directory '/builddir/build/BUILD/glfw-3.2.1' [ 69%] Building C object tests/CMakeFiles/events.dir/events.c.o cd /builddir/build/BUILD/glfw-3.2.1/tests && /usr/bin/cc -DGLFW_DLL -I/builddir/build/BUILD/glfw-3.2.1/deps -I/builddir/build/BUILD/glfw-3.2.1/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -o CMakeFiles/events.dir/events.c.o -c /builddir/build/BUILD/glfw-3.2.1/tests/events.c Scanning dependencies of target icon make[2]: Leaving directory '/builddir/build/BUILD/glfw-3.2.1' make -f tests/CMakeFiles/icon.dir/build.make tests/CMakeFiles/icon.dir/build make[2]: Entering directory '/builddir/build/BUILD/glfw-3.2.1' [ 70%] Building C object tests/CMakeFiles/icon.dir/icon.c.o cd /builddir/build/BUILD/glfw-3.2.1/tests && /usr/bin/cc -DGLFW_DLL -I/builddir/build/BUILD/glfw-3.2.1/deps -I/builddir/build/BUILD/glfw-3.2.1/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -o CMakeFiles/icon.dir/icon.c.o -c /builddir/build/BUILD/glfw-3.2.1/tests/icon.c [ 71%] Building C object tests/CMakeFiles/icon.dir/__/deps/glad.c.o cd /builddir/build/BUILD/glfw-3.2.1/tests && /usr/bin/cc -DGLFW_DLL -I/builddir/build/BUILD/glfw-3.2.1/deps -I/builddir/build/BUILD/glfw-3.2.1/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -o CMakeFiles/icon.dir/__/deps/glad.c.o -c /builddir/build/BUILD/glfw-3.2.1/deps/glad.c [ 72%] Building C object tests/CMakeFiles/events.dir/__/deps/getopt.c.o cd /builddir/build/BUILD/glfw-3.2.1/tests && /usr/bin/cc -DGLFW_DLL -I/builddir/build/BUILD/glfw-3.2.1/deps -I/builddir/build/BUILD/glfw-3.2.1/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -o CMakeFiles/events.dir/__/deps/getopt.c.o -c /builddir/build/BUILD/glfw-3.2.1/deps/getopt.c [ 73%] Linking C executable gamma cd /builddir/build/BUILD/glfw-3.2.1/tests && /usr/bin/cmake -E cmake_link_script CMakeFiles/gamma.dir/link.txt --verbose=1 /usr/bin/cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/gamma.dir/gamma.c.o CMakeFiles/gamma.dir/__/deps/getopt.c.o CMakeFiles/gamma.dir/__/deps/glad.c.o -o gamma -Wl,-rpath,/builddir/build/BUILD/glfw-3.2.1/src ../src/libglfw.so.3.2 -lm [ 74%] Building C object tests/CMakeFiles/events.dir/__/deps/glad.c.o cd /builddir/build/BUILD/glfw-3.2.1/tests && /usr/bin/cc -DGLFW_DLL -I/builddir/build/BUILD/glfw-3.2.1/deps -I/builddir/build/BUILD/glfw-3.2.1/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -o CMakeFiles/events.dir/__/deps/glad.c.o -c /builddir/build/BUILD/glfw-3.2.1/deps/glad.c make[2]: Leaving directory '/builddir/build/BUILD/glfw-3.2.1' [ 74%] Built target gamma make -f tests/CMakeFiles/sharing.dir/build.make tests/CMakeFiles/sharing.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glfw-3.2.1' cd /builddir/build/BUILD/glfw-3.2.1 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glfw-3.2.1 /builddir/build/BUILD/glfw-3.2.1/tests /builddir/build/BUILD/glfw-3.2.1 /builddir/build/BUILD/glfw-3.2.1/tests /builddir/build/BUILD/glfw-3.2.1/tests/CMakeFiles/sharing.dir/DependInfo.cmake --color= Scanning dependencies of target sharing make[2]: Leaving directory '/builddir/build/BUILD/glfw-3.2.1' make -f tests/CMakeFiles/sharing.dir/build.make tests/CMakeFiles/sharing.dir/build make[2]: Entering directory '/builddir/build/BUILD/glfw-3.2.1' [ 75%] Building C object tests/CMakeFiles/sharing.dir/sharing.c.o cd /builddir/build/BUILD/glfw-3.2.1/tests && /usr/bin/cc -DGLFW_DLL -I/builddir/build/BUILD/glfw-3.2.1/deps -I/builddir/build/BUILD/glfw-3.2.1/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -o CMakeFiles/sharing.dir/sharing.c.o -c /builddir/build/BUILD/glfw-3.2.1/tests/sharing.c [ 76%] Linking C executable vulkan cd /builddir/build/BUILD/glfw-3.2.1/tests && /usr/bin/cmake -E cmake_link_script CMakeFiles/vulkan.dir/link.txt --verbose=1 /usr/bin/cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/vulkan.dir/vulkan.c.o -o vulkan -Wl,-rpath,/builddir/build/BUILD/glfw-3.2.1/src ../src/libglfw.so.3.2 -lm -lvulkan make[2]: Leaving directory '/builddir/build/BUILD/glfw-3.2.1' [ 76%] Built target vulkan make -f tests/CMakeFiles/joysticks.dir/build.make tests/CMakeFiles/joysticks.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glfw-3.2.1' cd /builddir/build/BUILD/glfw-3.2.1 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glfw-3.2.1 /builddir/build/BUILD/glfw-3.2.1/tests /builddir/build/BUILD/glfw-3.2.1 /builddir/build/BUILD/glfw-3.2.1/tests /builddir/build/BUILD/glfw-3.2.1/tests/CMakeFiles/joysticks.dir/DependInfo.cmake --color= Scanning dependencies of target joysticks make[2]: Leaving directory '/builddir/build/BUILD/glfw-3.2.1' make -f tests/CMakeFiles/joysticks.dir/build.make tests/CMakeFiles/joysticks.dir/build make[2]: Entering directory '/builddir/build/BUILD/glfw-3.2.1' [ 77%] Building C object tests/CMakeFiles/sharing.dir/__/deps/glad.c.o cd /builddir/build/BUILD/glfw-3.2.1/tests && /usr/bin/cc -DGLFW_DLL -I/builddir/build/BUILD/glfw-3.2.1/deps -I/builddir/build/BUILD/glfw-3.2.1/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -o CMakeFiles/sharing.dir/__/deps/glad.c.o -c /builddir/build/BUILD/glfw-3.2.1/deps/glad.c [ 78%] Building C object tests/CMakeFiles/joysticks.dir/joysticks.c.o cd /builddir/build/BUILD/glfw-3.2.1/tests && /usr/bin/cc -DGLFW_DLL -I/builddir/build/BUILD/glfw-3.2.1/deps -I/builddir/build/BUILD/glfw-3.2.1/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -o CMakeFiles/joysticks.dir/joysticks.c.o -c /builddir/build/BUILD/glfw-3.2.1/tests/joysticks.c [ 79%] Linking C executable icon cd /builddir/build/BUILD/glfw-3.2.1/tests && /usr/bin/cmake -E cmake_link_script CMakeFiles/icon.dir/link.txt --verbose=1 /usr/bin/cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/icon.dir/icon.c.o CMakeFiles/icon.dir/__/deps/glad.c.o -o icon -Wl,-rpath,/builddir/build/BUILD/glfw-3.2.1/src ../src/libglfw.so.3.2 -lm make[2]: Leaving directory '/builddir/build/BUILD/glfw-3.2.1' [ 79%] Built target icon make -f tests/CMakeFiles/reopen.dir/build.make tests/CMakeFiles/reopen.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glfw-3.2.1' cd /builddir/build/BUILD/glfw-3.2.1 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glfw-3.2.1 /builddir/build/BUILD/glfw-3.2.1/tests /builddir/build/BUILD/glfw-3.2.1 /builddir/build/BUILD/glfw-3.2.1/tests /builddir/build/BUILD/glfw-3.2.1/tests/CMakeFiles/reopen.dir/DependInfo.cmake --color= Scanning dependencies of target reopen make[2]: Leaving directory '/builddir/build/BUILD/glfw-3.2.1' make -f tests/CMakeFiles/reopen.dir/build.make tests/CMakeFiles/reopen.dir/build make[2]: Entering directory '/builddir/build/BUILD/glfw-3.2.1' [ 80%] Building C object tests/CMakeFiles/reopen.dir/reopen.c.o cd /builddir/build/BUILD/glfw-3.2.1/tests && /usr/bin/cc -DGLFW_DLL -I/builddir/build/BUILD/glfw-3.2.1/deps -I/builddir/build/BUILD/glfw-3.2.1/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -o CMakeFiles/reopen.dir/reopen.c.o -c /builddir/build/BUILD/glfw-3.2.1/tests/reopen.c [ 81%] Building C object tests/CMakeFiles/joysticks.dir/__/deps/glad.c.o cd /builddir/build/BUILD/glfw-3.2.1/tests && /usr/bin/cc -DGLFW_DLL -I/builddir/build/BUILD/glfw-3.2.1/deps -I/builddir/build/BUILD/glfw-3.2.1/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -o CMakeFiles/joysticks.dir/__/deps/glad.c.o -c /builddir/build/BUILD/glfw-3.2.1/deps/glad.c [ 81%] Linking C executable events cd /builddir/build/BUILD/glfw-3.2.1/tests && /usr/bin/cmake -E cmake_link_script CMakeFiles/events.dir/link.txt --verbose=1 /usr/bin/cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/events.dir/events.c.o CMakeFiles/events.dir/__/deps/getopt.c.o CMakeFiles/events.dir/__/deps/glad.c.o -o events -Wl,-rpath,/builddir/build/BUILD/glfw-3.2.1/src ../src/libglfw.so.3.2 -lm make[2]: Leaving directory '/builddir/build/BUILD/glfw-3.2.1' [ 82%] Building C object tests/CMakeFiles/reopen.dir/__/deps/glad.c.o cd /builddir/build/BUILD/glfw-3.2.1/tests && /usr/bin/cc -DGLFW_DLL -I/builddir/build/BUILD/glfw-3.2.1/deps -I/builddir/build/BUILD/glfw-3.2.1/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -o CMakeFiles/reopen.dir/__/deps/glad.c.o -c /builddir/build/BUILD/glfw-3.2.1/deps/glad.c [ 82%] Built target events make -f tests/CMakeFiles/timeout.dir/build.make tests/CMakeFiles/timeout.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glfw-3.2.1' cd /builddir/build/BUILD/glfw-3.2.1 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glfw-3.2.1 /builddir/build/BUILD/glfw-3.2.1/tests /builddir/build/BUILD/glfw-3.2.1 /builddir/build/BUILD/glfw-3.2.1/tests /builddir/build/BUILD/glfw-3.2.1/tests/CMakeFiles/timeout.dir/DependInfo.cmake --color= Scanning dependencies of target timeout make[2]: Leaving directory '/builddir/build/BUILD/glfw-3.2.1' make -f tests/CMakeFiles/timeout.dir/build.make tests/CMakeFiles/timeout.dir/build make[2]: Entering directory '/builddir/build/BUILD/glfw-3.2.1' [ 83%] Building C object tests/CMakeFiles/timeout.dir/timeout.c.o cd /builddir/build/BUILD/glfw-3.2.1/tests && /usr/bin/cc -DGLFW_DLL -I/builddir/build/BUILD/glfw-3.2.1/deps -I/builddir/build/BUILD/glfw-3.2.1/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -o CMakeFiles/timeout.dir/timeout.c.o -c /builddir/build/BUILD/glfw-3.2.1/tests/timeout.c [ 84%] Linking C executable sharing cd /builddir/build/BUILD/glfw-3.2.1/tests && /usr/bin/cmake -E cmake_link_script CMakeFiles/sharing.dir/link.txt --verbose=1 /usr/bin/cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/sharing.dir/sharing.c.o CMakeFiles/sharing.dir/__/deps/glad.c.o -o sharing -Wl,-rpath,/builddir/build/BUILD/glfw-3.2.1/src ../src/libglfw.so.3.2 -lm [ 85%] Building C object tests/CMakeFiles/timeout.dir/__/deps/glad.c.o cd /builddir/build/BUILD/glfw-3.2.1/tests && /usr/bin/cc -DGLFW_DLL -I/builddir/build/BUILD/glfw-3.2.1/deps -I/builddir/build/BUILD/glfw-3.2.1/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -o CMakeFiles/timeout.dir/__/deps/glad.c.o -c /builddir/build/BUILD/glfw-3.2.1/deps/glad.c make[2]: Leaving directory '/builddir/build/BUILD/glfw-3.2.1' [ 85%] Built target sharing make -f tests/CMakeFiles/windows.dir/build.make tests/CMakeFiles/windows.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glfw-3.2.1' cd /builddir/build/BUILD/glfw-3.2.1 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glfw-3.2.1 /builddir/build/BUILD/glfw-3.2.1/tests /builddir/build/BUILD/glfw-3.2.1 /builddir/build/BUILD/glfw-3.2.1/tests /builddir/build/BUILD/glfw-3.2.1/tests/CMakeFiles/windows.dir/DependInfo.cmake --color= Scanning dependencies of target windows make[2]: Leaving directory '/builddir/build/BUILD/glfw-3.2.1' make -f tests/CMakeFiles/windows.dir/build.make tests/CMakeFiles/windows.dir/build make[2]: Entering directory '/builddir/build/BUILD/glfw-3.2.1' [ 86%] Building C object tests/CMakeFiles/windows.dir/windows.c.o cd /builddir/build/BUILD/glfw-3.2.1/tests && /usr/bin/cc -DGLFW_DLL -I/builddir/build/BUILD/glfw-3.2.1/deps -I/builddir/build/BUILD/glfw-3.2.1/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -o CMakeFiles/windows.dir/windows.c.o -c /builddir/build/BUILD/glfw-3.2.1/tests/windows.c [ 87%] Linking C executable joysticks cd /builddir/build/BUILD/glfw-3.2.1/tests && /usr/bin/cmake -E cmake_link_script CMakeFiles/joysticks.dir/link.txt --verbose=1 /usr/bin/cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/joysticks.dir/joysticks.c.o CMakeFiles/joysticks.dir/__/deps/glad.c.o -o joysticks -Wl,-rpath,/builddir/build/BUILD/glfw-3.2.1/src ../src/libglfw.so.3.2 -lm [ 88%] Building C object tests/CMakeFiles/windows.dir/__/deps/getopt.c.o cd /builddir/build/BUILD/glfw-3.2.1/tests && /usr/bin/cc -DGLFW_DLL -I/builddir/build/BUILD/glfw-3.2.1/deps -I/builddir/build/BUILD/glfw-3.2.1/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -o CMakeFiles/windows.dir/__/deps/getopt.c.o -c /builddir/build/BUILD/glfw-3.2.1/deps/getopt.c make[2]: Leaving directory '/builddir/build/BUILD/glfw-3.2.1' [ 88%] Built target joysticks [ 89%] Building C object tests/CMakeFiles/windows.dir/__/deps/glad.c.o cd /builddir/build/BUILD/glfw-3.2.1/tests && /usr/bin/cc -DGLFW_DLL -I/builddir/build/BUILD/glfw-3.2.1/deps -I/builddir/build/BUILD/glfw-3.2.1/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -o CMakeFiles/windows.dir/__/deps/glad.c.o -c /builddir/build/BUILD/glfw-3.2.1/deps/glad.c [ 90%] Linking C executable reopen cd /builddir/build/BUILD/glfw-3.2.1/tests && /usr/bin/cmake -E cmake_link_script CMakeFiles/reopen.dir/link.txt --verbose=1 /usr/bin/cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/reopen.dir/reopen.c.o CMakeFiles/reopen.dir/__/deps/glad.c.o -o reopen -Wl,-rpath,/builddir/build/BUILD/glfw-3.2.1/src ../src/libglfw.so.3.2 -lm make -f tests/CMakeFiles/empty.dir/build.make tests/CMakeFiles/empty.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glfw-3.2.1' cd /builddir/build/BUILD/glfw-3.2.1 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glfw-3.2.1 /builddir/build/BUILD/glfw-3.2.1/tests /builddir/build/BUILD/glfw-3.2.1 /builddir/build/BUILD/glfw-3.2.1/tests /builddir/build/BUILD/glfw-3.2.1/tests/CMakeFiles/empty.dir/DependInfo.cmake --color= Scanning dependencies of target empty make[2]: Leaving directory '/builddir/build/BUILD/glfw-3.2.1' make -f tests/CMakeFiles/empty.dir/build.make tests/CMakeFiles/empty.dir/build make[2]: Entering directory '/builddir/build/BUILD/glfw-3.2.1' make[2]: Leaving directory '/builddir/build/BUILD/glfw-3.2.1' [ 91%] Building C object tests/CMakeFiles/empty.dir/empty.c.o cd /builddir/build/BUILD/glfw-3.2.1/tests && /usr/bin/cc -DGLFW_DLL -I/builddir/build/BUILD/glfw-3.2.1/deps -I/builddir/build/BUILD/glfw-3.2.1/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -o CMakeFiles/empty.dir/empty.c.o -c /builddir/build/BUILD/glfw-3.2.1/tests/empty.c [ 91%] Built target reopen make -f tests/CMakeFiles/tearing.dir/build.make tests/CMakeFiles/tearing.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glfw-3.2.1' cd /builddir/build/BUILD/glfw-3.2.1 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glfw-3.2.1 /builddir/build/BUILD/glfw-3.2.1/tests /builddir/build/BUILD/glfw-3.2.1 /builddir/build/BUILD/glfw-3.2.1/tests /builddir/build/BUILD/glfw-3.2.1/tests/CMakeFiles/tearing.dir/DependInfo.cmake --color= Scanning dependencies of target tearing make[2]: Leaving directory '/builddir/build/BUILD/glfw-3.2.1' make -f tests/CMakeFiles/tearing.dir/build.make tests/CMakeFiles/tearing.dir/build make[2]: Entering directory '/builddir/build/BUILD/glfw-3.2.1' [ 92%] Building C object tests/CMakeFiles/tearing.dir/tearing.c.o cd /builddir/build/BUILD/glfw-3.2.1/tests && /usr/bin/cc -DGLFW_DLL -I/builddir/build/BUILD/glfw-3.2.1/deps -I/builddir/build/BUILD/glfw-3.2.1/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -o CMakeFiles/tearing.dir/tearing.c.o -c /builddir/build/BUILD/glfw-3.2.1/tests/tearing.c [ 93%] Linking C executable timeout cd /builddir/build/BUILD/glfw-3.2.1/tests && /usr/bin/cmake -E cmake_link_script CMakeFiles/timeout.dir/link.txt --verbose=1 /usr/bin/cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/timeout.dir/timeout.c.o CMakeFiles/timeout.dir/__/deps/glad.c.o -o timeout -Wl,-rpath,/builddir/build/BUILD/glfw-3.2.1/src ../src/libglfw.so.3.2 -lm make[2]: Leaving directory '/builddir/build/BUILD/glfw-3.2.1' [ 94%] Building C object tests/CMakeFiles/empty.dir/__/deps/tinycthread.c.o cd /builddir/build/BUILD/glfw-3.2.1/tests && /usr/bin/cc -DGLFW_DLL -I/builddir/build/BUILD/glfw-3.2.1/deps -I/builddir/build/BUILD/glfw-3.2.1/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -o CMakeFiles/empty.dir/__/deps/tinycthread.c.o -c /builddir/build/BUILD/glfw-3.2.1/deps/tinycthread.c [ 94%] Built target timeout [ 95%] Building C object tests/CMakeFiles/empty.dir/__/deps/glad.c.o cd /builddir/build/BUILD/glfw-3.2.1/tests && /usr/bin/cc -DGLFW_DLL -I/builddir/build/BUILD/glfw-3.2.1/deps -I/builddir/build/BUILD/glfw-3.2.1/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -o CMakeFiles/empty.dir/__/deps/glad.c.o -c /builddir/build/BUILD/glfw-3.2.1/deps/glad.c [ 96%] Building C object tests/CMakeFiles/tearing.dir/__/deps/getopt.c.o cd /builddir/build/BUILD/glfw-3.2.1/tests && /usr/bin/cc -DGLFW_DLL -I/builddir/build/BUILD/glfw-3.2.1/deps -I/builddir/build/BUILD/glfw-3.2.1/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -o CMakeFiles/tearing.dir/__/deps/getopt.c.o -c /builddir/build/BUILD/glfw-3.2.1/deps/getopt.c [ 97%] Building C object tests/CMakeFiles/tearing.dir/__/deps/glad.c.o cd /builddir/build/BUILD/glfw-3.2.1/tests && /usr/bin/cc -DGLFW_DLL -I/builddir/build/BUILD/glfw-3.2.1/deps -I/builddir/build/BUILD/glfw-3.2.1/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -o CMakeFiles/tearing.dir/__/deps/glad.c.o -c /builddir/build/BUILD/glfw-3.2.1/deps/glad.c [ 98%] Linking C executable windows cd /builddir/build/BUILD/glfw-3.2.1/tests && /usr/bin/cmake -E cmake_link_script CMakeFiles/windows.dir/link.txt --verbose=1 /usr/bin/cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/windows.dir/windows.c.o CMakeFiles/windows.dir/__/deps/getopt.c.o CMakeFiles/windows.dir/__/deps/glad.c.o -o windows -Wl,-rpath,/builddir/build/BUILD/glfw-3.2.1/src ../src/libglfw.so.3.2 -lm make[2]: Leaving directory '/builddir/build/BUILD/glfw-3.2.1' [ 98%] Built target windows [ 99%] Linking C executable empty cd /builddir/build/BUILD/glfw-3.2.1/tests && /usr/bin/cmake -E cmake_link_script CMakeFiles/empty.dir/link.txt --verbose=1 /usr/bin/cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/empty.dir/empty.c.o CMakeFiles/empty.dir/__/deps/tinycthread.c.o CMakeFiles/empty.dir/__/deps/glad.c.o -o empty -Wl,-rpath,/builddir/build/BUILD/glfw-3.2.1/src ../src/libglfw.so.3.2 -lm -lpthread -lrt make[2]: Leaving directory '/builddir/build/BUILD/glfw-3.2.1' [ 99%] Built target empty [100%] Linking C executable tearing cd /builddir/build/BUILD/glfw-3.2.1/tests && /usr/bin/cmake -E cmake_link_script CMakeFiles/tearing.dir/link.txt --verbose=1 /usr/bin/cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/tearing.dir/tearing.c.o CMakeFiles/tearing.dir/__/deps/getopt.c.o CMakeFiles/tearing.dir/__/deps/glad.c.o -o tearing -Wl,-rpath,/builddir/build/BUILD/glfw-3.2.1/src ../src/libglfw.so.3.2 -lm make[2]: Leaving directory '/builddir/build/BUILD/glfw-3.2.1' [100%] Built target tearing make[1]: Leaving directory '/builddir/build/BUILD/glfw-3.2.1' /usr/bin/cmake -E cmake_progress_start /builddir/build/BUILD/glfw-3.2.1/CMakeFiles 0 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.mSVBlh + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/glfw-3.2.1-6.fc28.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/glfw-3.2.1-6.fc28.riscv64 ++ dirname /builddir/build/BUILDROOT/glfw-3.2.1-6.fc28.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/glfw-3.2.1-6.fc28.riscv64 + cd glfw-3.2.1 + make -j4 install PREFIX=/usr LIBDIR=lib64 DESTDIR=/builddir/build/BUILDROOT/glfw-3.2.1-6.fc28.riscv64 /usr/bin/cmake -H/builddir/build/BUILD/glfw-3.2.1 -B/builddir/build/BUILD/glfw-3.2.1 --check-build-system CMakeFiles/Makefile.cmake 0 /usr/bin/cmake -E cmake_progress_start /builddir/build/BUILD/glfw-3.2.1/CMakeFiles /builddir/build/BUILD/glfw-3.2.1/CMakeFiles/progress.marks make -f CMakeFiles/Makefile2 all make[1]: Entering directory '/builddir/build/BUILD/glfw-3.2.1' make -f src/CMakeFiles/glfw.dir/build.make src/CMakeFiles/glfw.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glfw-3.2.1' cd /builddir/build/BUILD/glfw-3.2.1 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glfw-3.2.1 /builddir/build/BUILD/glfw-3.2.1/src /builddir/build/BUILD/glfw-3.2.1 /builddir/build/BUILD/glfw-3.2.1/src /builddir/build/BUILD/glfw-3.2.1/src/CMakeFiles/glfw.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/glfw-3.2.1' make -f src/CMakeFiles/glfw.dir/build.make src/CMakeFiles/glfw.dir/build make[2]: Entering directory '/builddir/build/BUILD/glfw-3.2.1' make[2]: Nothing to be done for 'src/CMakeFiles/glfw.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glfw-3.2.1' [ 15%] Built target glfw make -f examples/CMakeFiles/wave.dir/build.make examples/CMakeFiles/wave.dir/depend make -f examples/CMakeFiles/gears.dir/build.make examples/CMakeFiles/gears.dir/depend make -f examples/CMakeFiles/boing.dir/build.make examples/CMakeFiles/boing.dir/depend make -f examples/CMakeFiles/heightmap.dir/build.make examples/CMakeFiles/heightmap.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glfw-3.2.1' cd /builddir/build/BUILD/glfw-3.2.1 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glfw-3.2.1 /builddir/build/BUILD/glfw-3.2.1/examples /builddir/build/BUILD/glfw-3.2.1 /builddir/build/BUILD/glfw-3.2.1/examples /builddir/build/BUILD/glfw-3.2.1/examples/CMakeFiles/heightmap.dir/DependInfo.cmake --color= make[2]: Entering directory '/builddir/build/BUILD/glfw-3.2.1' cd /builddir/build/BUILD/glfw-3.2.1 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glfw-3.2.1 /builddir/build/BUILD/glfw-3.2.1/examples /builddir/build/BUILD/glfw-3.2.1 /builddir/build/BUILD/glfw-3.2.1/examples /builddir/build/BUILD/glfw-3.2.1/examples/CMakeFiles/wave.dir/DependInfo.cmake --color= make[2]: Entering directory '/builddir/build/BUILD/glfw-3.2.1' cd /builddir/build/BUILD/glfw-3.2.1 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glfw-3.2.1 /builddir/build/BUILD/glfw-3.2.1/examples /builddir/build/BUILD/glfw-3.2.1 /builddir/build/BUILD/glfw-3.2.1/examples /builddir/build/BUILD/glfw-3.2.1/examples/CMakeFiles/boing.dir/DependInfo.cmake --color= make[2]: Entering directory '/builddir/build/BUILD/glfw-3.2.1' cd /builddir/build/BUILD/glfw-3.2.1 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glfw-3.2.1 /builddir/build/BUILD/glfw-3.2.1/examples /builddir/build/BUILD/glfw-3.2.1 /builddir/build/BUILD/glfw-3.2.1/examples /builddir/build/BUILD/glfw-3.2.1/examples/CMakeFiles/gears.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/glfw-3.2.1' make[2]: Leaving directory '/builddir/build/BUILD/glfw-3.2.1' make -f examples/CMakeFiles/gears.dir/build.make examples/CMakeFiles/gears.dir/build make[2]: Leaving directory '/builddir/build/BUILD/glfw-3.2.1' make -f examples/CMakeFiles/wave.dir/build.make examples/CMakeFiles/wave.dir/build make -f examples/CMakeFiles/boing.dir/build.make examples/CMakeFiles/boing.dir/build make[2]: Leaving directory '/builddir/build/BUILD/glfw-3.2.1' make -f examples/CMakeFiles/heightmap.dir/build.make examples/CMakeFiles/heightmap.dir/build make[2]: Entering directory '/builddir/build/BUILD/glfw-3.2.1' make[2]: Nothing to be done for 'examples/CMakeFiles/gears.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glfw-3.2.1' make[2]: Entering directory '/builddir/build/BUILD/glfw-3.2.1' make[2]: Nothing to be done for 'examples/CMakeFiles/wave.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glfw-3.2.1' make[2]: Entering directory '/builddir/build/BUILD/glfw-3.2.1' make[2]: Nothing to be done for 'examples/CMakeFiles/heightmap.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glfw-3.2.1' make[2]: Entering directory '/builddir/build/BUILD/glfw-3.2.1' make[2]: Nothing to be done for 'examples/CMakeFiles/boing.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glfw-3.2.1' [ 18%] Built target gears make -f examples/CMakeFiles/particles.dir/build.make examples/CMakeFiles/particles.dir/depend [ 21%] Built target heightmap make -f examples/CMakeFiles/splitview.dir/build.make examples/CMakeFiles/splitview.dir/depend [ 24%] Built target wave [ 26%] Built target boing make -f examples/CMakeFiles/simple.dir/build.make examples/CMakeFiles/simple.dir/depend make -f tests/CMakeFiles/title.dir/build.make tests/CMakeFiles/title.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glfw-3.2.1' cd /builddir/build/BUILD/glfw-3.2.1 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glfw-3.2.1 /builddir/build/BUILD/glfw-3.2.1/examples /builddir/build/BUILD/glfw-3.2.1 /builddir/build/BUILD/glfw-3.2.1/examples /builddir/build/BUILD/glfw-3.2.1/examples/CMakeFiles/particles.dir/DependInfo.cmake --color= make[2]: Entering directory '/builddir/build/BUILD/glfw-3.2.1' cd /builddir/build/BUILD/glfw-3.2.1 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glfw-3.2.1 /builddir/build/BUILD/glfw-3.2.1/examples /builddir/build/BUILD/glfw-3.2.1 /builddir/build/BUILD/glfw-3.2.1/examples /builddir/build/BUILD/glfw-3.2.1/examples/CMakeFiles/splitview.dir/DependInfo.cmake --color= make[2]: Entering directory '/builddir/build/BUILD/glfw-3.2.1' cd /builddir/build/BUILD/glfw-3.2.1 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glfw-3.2.1 /builddir/build/BUILD/glfw-3.2.1/tests /builddir/build/BUILD/glfw-3.2.1 /builddir/build/BUILD/glfw-3.2.1/tests /builddir/build/BUILD/glfw-3.2.1/tests/CMakeFiles/title.dir/DependInfo.cmake --color= make[2]: Entering directory '/builddir/build/BUILD/glfw-3.2.1' cd /builddir/build/BUILD/glfw-3.2.1 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glfw-3.2.1 /builddir/build/BUILD/glfw-3.2.1/examples /builddir/build/BUILD/glfw-3.2.1 /builddir/build/BUILD/glfw-3.2.1/examples /builddir/build/BUILD/glfw-3.2.1/examples/CMakeFiles/simple.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/glfw-3.2.1' make[2]: Leaving directory '/builddir/build/BUILD/glfw-3.2.1' make -f examples/CMakeFiles/splitview.dir/build.make examples/CMakeFiles/splitview.dir/build make -f tests/CMakeFiles/title.dir/build.make tests/CMakeFiles/title.dir/build make[2]: Leaving directory '/builddir/build/BUILD/glfw-3.2.1' make -f examples/CMakeFiles/simple.dir/build.make examples/CMakeFiles/simple.dir/build make[2]: Leaving directory '/builddir/build/BUILD/glfw-3.2.1' make -f examples/CMakeFiles/particles.dir/build.make examples/CMakeFiles/particles.dir/build make[2]: Entering directory '/builddir/build/BUILD/glfw-3.2.1' make[2]: Nothing to be done for 'examples/CMakeFiles/simple.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glfw-3.2.1' make[2]: Entering directory '/builddir/build/BUILD/glfw-3.2.1' make[2]: Nothing to be done for 'examples/CMakeFiles/splitview.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glfw-3.2.1' make[2]: Entering directory '/builddir/build/BUILD/glfw-3.2.1' make[2]: Nothing to be done for 'tests/CMakeFiles/title.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glfw-3.2.1' make[2]: Entering directory '/builddir/build/BUILD/glfw-3.2.1' make[2]: Nothing to be done for 'examples/CMakeFiles/particles.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glfw-3.2.1' [ 29%] Built target title make -f tests/CMakeFiles/cursor.dir/build.make tests/CMakeFiles/cursor.dir/depend [ 35%] Built target particles make -f tests/CMakeFiles/msaa.dir/build.make tests/CMakeFiles/msaa.dir/depend [ 36%] Built target simple [ 39%] Built target splitview make -f tests/CMakeFiles/glfwinfo.dir/build.make tests/CMakeFiles/glfwinfo.dir/depend make -f tests/CMakeFiles/threads.dir/build.make tests/CMakeFiles/threads.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glfw-3.2.1' cd /builddir/build/BUILD/glfw-3.2.1 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glfw-3.2.1 /builddir/build/BUILD/glfw-3.2.1/tests /builddir/build/BUILD/glfw-3.2.1 /builddir/build/BUILD/glfw-3.2.1/tests /builddir/build/BUILD/glfw-3.2.1/tests/CMakeFiles/cursor.dir/DependInfo.cmake --color= make[2]: Entering directory '/builddir/build/BUILD/glfw-3.2.1' cd /builddir/build/BUILD/glfw-3.2.1 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glfw-3.2.1 /builddir/build/BUILD/glfw-3.2.1/tests /builddir/build/BUILD/glfw-3.2.1 /builddir/build/BUILD/glfw-3.2.1/tests /builddir/build/BUILD/glfw-3.2.1/tests/CMakeFiles/msaa.dir/DependInfo.cmake --color= make[2]: Entering directory '/builddir/build/BUILD/glfw-3.2.1' cd /builddir/build/BUILD/glfw-3.2.1 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glfw-3.2.1 /builddir/build/BUILD/glfw-3.2.1/tests /builddir/build/BUILD/glfw-3.2.1 /builddir/build/BUILD/glfw-3.2.1/tests /builddir/build/BUILD/glfw-3.2.1/tests/CMakeFiles/glfwinfo.dir/DependInfo.cmake --color= make[2]: Entering directory '/builddir/build/BUILD/glfw-3.2.1' cd /builddir/build/BUILD/glfw-3.2.1 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glfw-3.2.1 /builddir/build/BUILD/glfw-3.2.1/tests /builddir/build/BUILD/glfw-3.2.1 /builddir/build/BUILD/glfw-3.2.1/tests /builddir/build/BUILD/glfw-3.2.1/tests/CMakeFiles/threads.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/glfw-3.2.1' make[2]: Leaving directory '/builddir/build/BUILD/glfw-3.2.1' make -f tests/CMakeFiles/msaa.dir/build.make tests/CMakeFiles/msaa.dir/build make -f tests/CMakeFiles/glfwinfo.dir/build.make tests/CMakeFiles/glfwinfo.dir/build make[2]: Leaving directory '/builddir/build/BUILD/glfw-3.2.1' make[2]: Leaving directory '/builddir/build/BUILD/glfw-3.2.1' make -f tests/CMakeFiles/cursor.dir/build.make tests/CMakeFiles/cursor.dir/build make -f tests/CMakeFiles/threads.dir/build.make tests/CMakeFiles/threads.dir/build make[2]: Entering directory '/builddir/build/BUILD/glfw-3.2.1' make[2]: Nothing to be done for 'tests/CMakeFiles/msaa.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glfw-3.2.1' make[2]: Entering directory '/builddir/build/BUILD/glfw-3.2.1' make[2]: Nothing to be done for 'tests/CMakeFiles/cursor.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glfw-3.2.1' make[2]: Entering directory '/builddir/build/BUILD/glfw-3.2.1' make[2]: Nothing to be done for 'tests/CMakeFiles/glfwinfo.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glfw-3.2.1' make[2]: Entering directory '/builddir/build/BUILD/glfw-3.2.1' make[2]: Nothing to be done for 'tests/CMakeFiles/threads.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glfw-3.2.1' [ 46%] Built target cursor make -f tests/CMakeFiles/clipboard.dir/build.make tests/CMakeFiles/clipboard.dir/depend [ 46%] Built target msaa [ 51%] Built target glfwinfo make -f tests/CMakeFiles/monitors.dir/build.make tests/CMakeFiles/monitors.dir/depend [ 53%] Built target threads make -f tests/CMakeFiles/iconify.dir/build.make tests/CMakeFiles/iconify.dir/depend make -f tests/CMakeFiles/gamma.dir/build.make tests/CMakeFiles/gamma.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glfw-3.2.1' cd /builddir/build/BUILD/glfw-3.2.1 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glfw-3.2.1 /builddir/build/BUILD/glfw-3.2.1/tests /builddir/build/BUILD/glfw-3.2.1 /builddir/build/BUILD/glfw-3.2.1/tests /builddir/build/BUILD/glfw-3.2.1/tests/CMakeFiles/monitors.dir/DependInfo.cmake --color= make[2]: Entering directory '/builddir/build/BUILD/glfw-3.2.1' cd /builddir/build/BUILD/glfw-3.2.1 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glfw-3.2.1 /builddir/build/BUILD/glfw-3.2.1/tests /builddir/build/BUILD/glfw-3.2.1 /builddir/build/BUILD/glfw-3.2.1/tests /builddir/build/BUILD/glfw-3.2.1/tests/CMakeFiles/gamma.dir/DependInfo.cmake --color= make[2]: Entering directory '/builddir/build/BUILD/glfw-3.2.1' cd /builddir/build/BUILD/glfw-3.2.1 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glfw-3.2.1 /builddir/build/BUILD/glfw-3.2.1/tests /builddir/build/BUILD/glfw-3.2.1 /builddir/build/BUILD/glfw-3.2.1/tests /builddir/build/BUILD/glfw-3.2.1/tests/CMakeFiles/iconify.dir/DependInfo.cmake --color= make[2]: Entering directory '/builddir/build/BUILD/glfw-3.2.1' cd /builddir/build/BUILD/glfw-3.2.1 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glfw-3.2.1 /builddir/build/BUILD/glfw-3.2.1/tests /builddir/build/BUILD/glfw-3.2.1 /builddir/build/BUILD/glfw-3.2.1/tests /builddir/build/BUILD/glfw-3.2.1/tests/CMakeFiles/clipboard.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/glfw-3.2.1' make -f tests/CMakeFiles/monitors.dir/build.make tests/CMakeFiles/monitors.dir/build make[2]: Leaving directory '/builddir/build/BUILD/glfw-3.2.1' make -f tests/CMakeFiles/iconify.dir/build.make tests/CMakeFiles/iconify.dir/build make[2]: Leaving directory '/builddir/build/BUILD/glfw-3.2.1' make -f tests/CMakeFiles/gamma.dir/build.make tests/CMakeFiles/gamma.dir/build make[2]: Leaving directory '/builddir/build/BUILD/glfw-3.2.1' make -f tests/CMakeFiles/clipboard.dir/build.make tests/CMakeFiles/clipboard.dir/build make[2]: Entering directory '/builddir/build/BUILD/glfw-3.2.1' make[2]: Nothing to be done for 'tests/CMakeFiles/monitors.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glfw-3.2.1' make[2]: Entering directory '/builddir/build/BUILD/glfw-3.2.1' make[2]: Nothing to be done for 'tests/CMakeFiles/iconify.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glfw-3.2.1' make[2]: Entering directory '/builddir/build/BUILD/glfw-3.2.1' make[2]: Nothing to be done for 'tests/CMakeFiles/gamma.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glfw-3.2.1' make[2]: Entering directory '/builddir/build/BUILD/glfw-3.2.1' make[2]: Nothing to be done for 'tests/CMakeFiles/clipboard.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glfw-3.2.1' [ 57%] Built target monitors make -f tests/CMakeFiles/vulkan.dir/build.make tests/CMakeFiles/vulkan.dir/depend [ 60%] Built target iconify make -f tests/CMakeFiles/events.dir/build.make tests/CMakeFiles/events.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glfw-3.2.1' cd /builddir/build/BUILD/glfw-3.2.1 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glfw-3.2.1 /builddir/build/BUILD/glfw-3.2.1/tests /builddir/build/BUILD/glfw-3.2.1 /builddir/build/BUILD/glfw-3.2.1/tests /builddir/build/BUILD/glfw-3.2.1/tests/CMakeFiles/vulkan.dir/DependInfo.cmake --color= [ 68%] Built target clipboard [ 68%] Built target gamma make -f tests/CMakeFiles/icon.dir/build.make tests/CMakeFiles/icon.dir/depend make -f tests/CMakeFiles/sharing.dir/build.make tests/CMakeFiles/sharing.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glfw-3.2.1' cd /builddir/build/BUILD/glfw-3.2.1 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glfw-3.2.1 /builddir/build/BUILD/glfw-3.2.1/tests /builddir/build/BUILD/glfw-3.2.1 /builddir/build/BUILD/glfw-3.2.1/tests /builddir/build/BUILD/glfw-3.2.1/tests/CMakeFiles/events.dir/DependInfo.cmake --color= make[2]: Entering directory '/builddir/build/BUILD/glfw-3.2.1' cd /builddir/build/BUILD/glfw-3.2.1 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glfw-3.2.1 /builddir/build/BUILD/glfw-3.2.1/tests /builddir/build/BUILD/glfw-3.2.1 /builddir/build/BUILD/glfw-3.2.1/tests /builddir/build/BUILD/glfw-3.2.1/tests/CMakeFiles/icon.dir/DependInfo.cmake --color= make[2]: Entering directory '/builddir/build/BUILD/glfw-3.2.1' cd /builddir/build/BUILD/glfw-3.2.1 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glfw-3.2.1 /builddir/build/BUILD/glfw-3.2.1/tests /builddir/build/BUILD/glfw-3.2.1 /builddir/build/BUILD/glfw-3.2.1/tests /builddir/build/BUILD/glfw-3.2.1/tests/CMakeFiles/sharing.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/glfw-3.2.1' make -f tests/CMakeFiles/vulkan.dir/build.make tests/CMakeFiles/vulkan.dir/build make[2]: Leaving directory '/builddir/build/BUILD/glfw-3.2.1' make -f tests/CMakeFiles/events.dir/build.make tests/CMakeFiles/events.dir/build make[2]: Leaving directory '/builddir/build/BUILD/glfw-3.2.1' make -f tests/CMakeFiles/sharing.dir/build.make tests/CMakeFiles/sharing.dir/build make[2]: Leaving directory '/builddir/build/BUILD/glfw-3.2.1' make -f tests/CMakeFiles/icon.dir/build.make tests/CMakeFiles/icon.dir/build make[2]: Entering directory '/builddir/build/BUILD/glfw-3.2.1' make[2]: Nothing to be done for 'tests/CMakeFiles/vulkan.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glfw-3.2.1' make[2]: Entering directory '/builddir/build/BUILD/glfw-3.2.1' make[2]: Nothing to be done for 'tests/CMakeFiles/events.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glfw-3.2.1' make[2]: Entering directory '/builddir/build/BUILD/glfw-3.2.1' make[2]: Nothing to be done for 'tests/CMakeFiles/sharing.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glfw-3.2.1' make[2]: Entering directory '/builddir/build/BUILD/glfw-3.2.1' make[2]: Nothing to be done for 'tests/CMakeFiles/icon.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glfw-3.2.1' [ 70%] Built target vulkan [ 73%] Built target events make -f tests/CMakeFiles/joysticks.dir/build.make tests/CMakeFiles/joysticks.dir/depend make -f tests/CMakeFiles/reopen.dir/build.make tests/CMakeFiles/reopen.dir/depend [ 76%] Built target sharing make[2]: Entering directory '/builddir/build/BUILD/glfw-3.2.1' cd /builddir/build/BUILD/glfw-3.2.1 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glfw-3.2.1 /builddir/build/BUILD/glfw-3.2.1/tests /builddir/build/BUILD/glfw-3.2.1 /builddir/build/BUILD/glfw-3.2.1/tests /builddir/build/BUILD/glfw-3.2.1/tests/CMakeFiles/joysticks.dir/DependInfo.cmake --color= make -f tests/CMakeFiles/timeout.dir/build.make tests/CMakeFiles/timeout.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glfw-3.2.1' cd /builddir/build/BUILD/glfw-3.2.1 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glfw-3.2.1 /builddir/build/BUILD/glfw-3.2.1/tests /builddir/build/BUILD/glfw-3.2.1 /builddir/build/BUILD/glfw-3.2.1/tests /builddir/build/BUILD/glfw-3.2.1/tests/CMakeFiles/reopen.dir/DependInfo.cmake --color= make[2]: Entering directory '/builddir/build/BUILD/glfw-3.2.1' cd /builddir/build/BUILD/glfw-3.2.1 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glfw-3.2.1 /builddir/build/BUILD/glfw-3.2.1/tests /builddir/build/BUILD/glfw-3.2.1 /builddir/build/BUILD/glfw-3.2.1/tests /builddir/build/BUILD/glfw-3.2.1/tests/CMakeFiles/timeout.dir/DependInfo.cmake --color= [ 79%] Built target icon make -f tests/CMakeFiles/windows.dir/build.make tests/CMakeFiles/windows.dir/depend make[2]: Entering directory '/builddir/build/BUILD/glfw-3.2.1' cd /builddir/build/BUILD/glfw-3.2.1 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glfw-3.2.1 /builddir/build/BUILD/glfw-3.2.1/tests /builddir/build/BUILD/glfw-3.2.1 /builddir/build/BUILD/glfw-3.2.1/tests /builddir/build/BUILD/glfw-3.2.1/tests/CMakeFiles/windows.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/glfw-3.2.1' make -f tests/CMakeFiles/joysticks.dir/build.make tests/CMakeFiles/joysticks.dir/build make[2]: Leaving directory '/builddir/build/BUILD/glfw-3.2.1' make -f tests/CMakeFiles/timeout.dir/build.make tests/CMakeFiles/timeout.dir/build make[2]: Leaving directory '/builddir/build/BUILD/glfw-3.2.1' make -f tests/CMakeFiles/reopen.dir/build.make tests/CMakeFiles/reopen.dir/build make[2]: Entering directory '/builddir/build/BUILD/glfw-3.2.1' make[2]: Nothing to be done for 'tests/CMakeFiles/joysticks.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glfw-3.2.1' make[2]: Leaving directory '/builddir/build/BUILD/glfw-3.2.1' make -f tests/CMakeFiles/windows.dir/build.make tests/CMakeFiles/windows.dir/build make[2]: Entering directory '/builddir/build/BUILD/glfw-3.2.1' make[2]: Nothing to be done for 'tests/CMakeFiles/timeout.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glfw-3.2.1' make[2]: Entering directory '/builddir/build/BUILD/glfw-3.2.1' make[2]: Nothing to be done for 'tests/CMakeFiles/reopen.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glfw-3.2.1' make[2]: Entering directory '/builddir/build/BUILD/glfw-3.2.1' make[2]: Nothing to be done for 'tests/CMakeFiles/windows.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glfw-3.2.1' [ 82%] Built target joysticks make -f tests/CMakeFiles/empty.dir/build.make tests/CMakeFiles/empty.dir/depend [ 85%] Built target timeout make -f tests/CMakeFiles/tearing.dir/build.make tests/CMakeFiles/tearing.dir/depend [ 88%] Built target reopen make[2]: Entering directory '/builddir/build/BUILD/glfw-3.2.1' cd /builddir/build/BUILD/glfw-3.2.1 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glfw-3.2.1 /builddir/build/BUILD/glfw-3.2.1/tests /builddir/build/BUILD/glfw-3.2.1 /builddir/build/BUILD/glfw-3.2.1/tests /builddir/build/BUILD/glfw-3.2.1/tests/CMakeFiles/empty.dir/DependInfo.cmake --color= make[2]: Entering directory '/builddir/build/BUILD/glfw-3.2.1' cd /builddir/build/BUILD/glfw-3.2.1 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/glfw-3.2.1 /builddir/build/BUILD/glfw-3.2.1/tests /builddir/build/BUILD/glfw-3.2.1 /builddir/build/BUILD/glfw-3.2.1/tests /builddir/build/BUILD/glfw-3.2.1/tests/CMakeFiles/tearing.dir/DependInfo.cmake --color= [ 92%] Built target windows make[2]: Leaving directory '/builddir/build/BUILD/glfw-3.2.1' make[2]: Leaving directory '/builddir/build/BUILD/glfw-3.2.1' make -f tests/CMakeFiles/empty.dir/build.make tests/CMakeFiles/empty.dir/build make -f tests/CMakeFiles/tearing.dir/build.make tests/CMakeFiles/tearing.dir/build make[2]: Entering directory '/builddir/build/BUILD/glfw-3.2.1' make[2]: Nothing to be done for 'tests/CMakeFiles/tearing.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glfw-3.2.1' make[2]: Entering directory '/builddir/build/BUILD/glfw-3.2.1' make[2]: Nothing to be done for 'tests/CMakeFiles/empty.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/glfw-3.2.1' [ 98%] Built target empty [100%] Built target tearing make[1]: Leaving directory '/builddir/build/BUILD/glfw-3.2.1' /usr/bin/cmake -E cmake_progress_start /builddir/build/BUILD/glfw-3.2.1/CMakeFiles 0 make -f CMakeFiles/Makefile2 preinstall make[1]: Entering directory '/builddir/build/BUILD/glfw-3.2.1' make[1]: Nothing to be done for 'preinstall'. make[1]: Leaving directory '/builddir/build/BUILD/glfw-3.2.1' Install the project... /usr/bin/cmake -P cmake_install.cmake -- Install configuration: "" -- Installing: /builddir/build/BUILDROOT/glfw-3.2.1-6.fc28.riscv64/usr/include/GLFW -- Installing: /builddir/build/BUILDROOT/glfw-3.2.1-6.fc28.riscv64/usr/include/GLFW/glfw3.h -- Installing: /builddir/build/BUILDROOT/glfw-3.2.1-6.fc28.riscv64/usr/include/GLFW/glfw3native.h -- Installing: /builddir/build/BUILDROOT/glfw-3.2.1-6.fc28.riscv64/usr/lib64/cmake/glfw3/glfw3Config.cmake -- Installing: /builddir/build/BUILDROOT/glfw-3.2.1-6.fc28.riscv64/usr/lib64/cmake/glfw3/glfw3ConfigVersion.cmake -- Installing: /builddir/build/BUILDROOT/glfw-3.2.1-6.fc28.riscv64/usr/lib64/cmake/glfw3/glfw3Targets.cmake -- Installing: /builddir/build/BUILDROOT/glfw-3.2.1-6.fc28.riscv64/usr/lib64/cmake/glfw3/glfw3Targets-noconfig.cmake -- Installing: /builddir/build/BUILDROOT/glfw-3.2.1-6.fc28.riscv64/usr/lib64/pkgconfig/glfw3.pc -- Installing: /builddir/build/BUILDROOT/glfw-3.2.1-6.fc28.riscv64/usr/lib64/libglfw.so.3.2 -- Installing: /builddir/build/BUILDROOT/glfw-3.2.1-6.fc28.riscv64/usr/lib64/libglfw.so.3 -- Installing: /builddir/build/BUILDROOT/glfw-3.2.1-6.fc28.riscv64/usr/lib64/libglfw.so + /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: glfw-3.2.1-6.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.DBGHnr + umask 022 + cd /builddir/build/BUILD + cd glfw-3.2.1 + DOCDIR=/builddir/build/BUILDROOT/glfw-3.2.1-6.fc28.riscv64/usr/share/doc/glfw + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/glfw-3.2.1-6.fc28.riscv64/usr/share/doc/glfw + cp -pr README.md /builddir/build/BUILDROOT/glfw-3.2.1-6.fc28.riscv64/usr/share/doc/glfw + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.zx4nv4 + umask 022 + cd /builddir/build/BUILD + cd glfw-3.2.1 + LICENSEDIR=/builddir/build/BUILDROOT/glfw-3.2.1-6.fc28.riscv64/usr/share/licenses/glfw + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/glfw-3.2.1-6.fc28.riscv64/usr/share/licenses/glfw + cp -pr COPYING.txt /builddir/build/BUILDROOT/glfw-3.2.1-6.fc28.riscv64/usr/share/licenses/glfw + exit 0 Provides: glfw = 1:3.2.1-6.fc28 glfw(riscv-64) = 1:3.2.1-6.fc28 libglfw.so.3()(64bit) Requires(interp): /sbin/ldconfig /sbin/ldconfig Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig Requires: ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libX11.so.6()(64bit) libXcursor.so.1()(64bit) libXinerama.so.1()(64bit) libXrandr.so.2()(64bit) libXxf86vm.so.1()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libdl.so.2()(64bit) libdl.so.2(GLIBC_2.27)(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.27)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.27)(64bit) librt.so.1()(64bit) rtld(GNU_HASH) Processing files: glfw-devel-3.2.1-6.fc28.riscv64 Provides: cmake(glfw3) = 3.2.1 glfw-devel = 1:3.2.1-6.fc28 glfw-devel(riscv-64) = 1:3.2.1-6.fc28 pkgconfig(glfw3) = 3.2.1 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(riscv-64) libglfw.so.3()(64bit) pkgconfig(x11) pkgconfig(xcursor) pkgconfig(xinerama) pkgconfig(xrandr) pkgconfig(xxf86vm) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/glfw-3.2.1-6.fc28.riscv64 Wrote: /builddir/build/SRPMS/glfw-3.2.1-6.fc28.src.rpm Wrote: /builddir/build/RPMS/riscv64/glfw-3.2.1-6.fc28.riscv64.rpm Wrote: /builddir/build/RPMS/riscv64/glfw-devel-3.2.1-6.fc28.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.Tcf8vb + umask 022 + cd /builddir/build/BUILD + cd glfw-3.2.1 + /usr/bin/rm -rf /builddir/build/BUILDROOT/glfw-3.2.1-6.fc28.riscv64 + exit 0 + touch /buildok + cleanup + set +e + sync + sleep 5 + sync + poweroff Terminated ++ cleanup ++ set +e ++ sync ++ sleep 5 +++ cleanup +++ set +e +++ sync +++ sleep 5 +++ sync +++ poweroff