+ exec + rm -rf /rpmbuild + mkdir -p /rpmbuild + su -c 'rpmbuild -ba /builddir/build/SPECS/allegro.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.PWXvQ4 + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf allegro-4.4.2 + /usr/bin/gzip -dc /builddir/build/SOURCES/allegro-4.4.2.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd allegro-4.4.2 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #1 (allegro-4.0.3-cfg.patch):' Patch #1 (allegro-4.0.3-cfg.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 patching file allegro.cfg Hunk #1 succeeded at 573 (offset 25 lines). Hunk #2 succeeded at 672 (offset 25 lines). + echo 'Patch #2 (allegro-4.0.3-libdir.patch):' Patch #2 (allegro-4.0.3-libdir.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 patching file misc/allegro-config.in + echo 'Patch #3 (allegro-4.2.3-pack-formatstring.patch):' Patch #3 (allegro-4.2.3-pack-formatstring.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 patching file tools/pack.c + echo 'Patch #4 (allegro-4.4.2-dynamic-addons.patch):' Patch #4 (allegro-4.4.2-dynamic-addons.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 patching file CMakeLists.txt + echo 'Patch #5 (allegro-4.4.2-buildsys-fix.patch):' Patch #5 (allegro-4.4.2-buildsys-fix.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 patching file docs/CMakeLists.txt + echo 'Patch #6 (allegro-4.4.2-doc-noversion.patch):' Patch #6 (allegro-4.4.2-doc-noversion.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 patching file docs/CMakeLists.txt + echo 'Patch #8 (allegro-4.4.2-mutex-fix.patch):' Patch #8 (allegro-4.4.2-mutex-fix.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 patching file src/unix/uthreads.c + echo 'Patch #9 (allegro-4.4.2-no-xsync-from-thread.patch):' Patch #9 (allegro-4.4.2-no-xsync-from-thread.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 patching file src/x/xwin.c + echo 'Patch #10 (allegro-4.4.2-keybgrab-fix.patch):' Patch #10 (allegro-4.4.2-keybgrab-fix.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 patching file src/x/xwin.c + echo 'Patch #11 (allegro-4.4.2-Werror-format-security.patch):' Patch #11 (allegro-4.4.2-Werror-format-security.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 patching file src/unix/umodules.c patching file src/linux/ljoy.c patching file examples/extrans2.c patching file setup/setup.c patching file examples/exkeys.c patching file tests/play.c + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.T8BsNg + umask 022 + cd /builddir/build/BUILD + cd allegro-4.4.2 + 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 -- The C compiler identification is GNU 7.3.1 -- The CXX compiler identification is GNU 7.3.1 -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler: /usr/bin/cc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX compiler: /usr/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Found PkgConfig: /usr/bin/pkg-config (found version "1.4.1") -- Check if the system is big endian -- Searching 16 bit integer -- Looking for sys/types.h -- Looking for sys/types.h - found -- Looking for stdint.h -- Looking for stdint.h - found -- Looking for stddef.h -- Looking for stddef.h - found -- Check size of unsigned short -- Check size of unsigned short - done -- Using unsigned short -- Check if the system is big endian - little endian -- Looking for include file dirent.h -- Looking for include file dirent.h - found -- Looking for include file inttypes.h -- Looking for include file inttypes.h - found -- Looking for include file linux/awe_voice.h -- Looking for include file linux/awe_voice.h - not found -- Looking for include file linux/input.h -- Looking for include file linux/input.h - found -- Looking for include files sys/types.h, linux/joystick.h -- Looking for include files sys/types.h, linux/joystick.h - found -- Looking for include file linux/soundcard.h -- Looking for include file linux/soundcard.h - found -- Looking for include file machine/soundcard.h -- Looking for include file machine/soundcard.h - not found -- Looking for include file soundcard.h -- Looking for include file soundcard.h - not found -- Looking for include file stdint.h -- Looking for include file stdint.h - found -- Looking for include file sys/io.h -- Looking for include file sys/io.h - not found -- Looking for include file sys/stat.h -- Looking for include file sys/stat.h - found -- Looking for include file sys/time.h -- Looking for include file sys/time.h - found -- Looking for include file sys/soundcard.h -- Looking for include file sys/soundcard.h - found -- Looking for include file sys/utsname.h -- Looking for include file sys/utsname.h - found -- Looking for getexecname -- Looking for getexecname - not found -- Looking for memcmp -- Looking for memcmp - found -- Looking for mkstemp -- Looking for mkstemp - found -- Looking for mmap -- Looking for mmap - found -- Looking for mprotect -- Looking for mprotect - found -- Looking for sched_yield -- Looking for sched_yield - found -- Looking for stricmp -- Looking for stricmp - not found -- Looking for strlwr -- Looking for strlwr - not found -- Looking for strupr -- Looking for strupr - not found -- Looking for sysconf -- Looking for sysconf - found -- Performing Test ALLEGRO_HAVE_SV_PROCFS_H -- Performing Test ALLEGRO_HAVE_SV_PROCFS_H - Failed -- Performing Test ALLEGRO_HAVE_PROCFS_ARGCV -- Performing Test ALLEGRO_HAVE_PROCFS_ARGCV - Failed -- Performing Test MAP_FAILED_DEFINED -- Performing Test MAP_FAILED_DEFINED - Success -- Performing Test ALLEGRO_USE_CONSTRUCTOR -- Performing Test ALLEGRO_USE_CONSTRUCTOR - Success -- Performing Test ALLEGRO_HAVE_POSIX_MONOTONIC_CLOCK -- Performing Test ALLEGRO_HAVE_POSIX_MONOTONIC_CLOCK - Success -- 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 -- Performing Test OSS_COMPILES -- Performing Test OSS_COMPILES - Success -- Found OSS: 1 -- Checking for module 'alsa' -- Found alsa, version 1.1.5 -- Checking for module 'jack' -- Found jack, version 1.9.12 -- Looking for alOpenPort in audio -- Looking for alOpenPort in audio - not found -- 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 -- Looking for XOpenIM in X11 -- Looking for XOpenIM in X11 - found -- Looking for XDGAQueryExtension in Xxf86dga -- Looking for XDGAQueryExtension in Xxf86dga - found -- Found OpenGL: /usr/lib64/libOpenGL.so -- Looking for glXGetProcAddress -- Looking for glXGetProcAddress - found -- Found ZLIB: /usr/lib64/libz.so (found version "1.2.11") -- Found PNG: /usr/lib64/libpng.so (found version "1.6.34") -- Found VORBIS: /usr/include CMake Warning (dev) at cmake/Common.cmake:52 (add_executable): Policy CMP0037 is not set: Target names should not be reserved and should match a validity pattern. Run "cmake --help-policy CMP0037" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The target name "test" is reserved or not valid for certain CMake features, such as generator expressions, and may result in undefined behavior. Call Stack (most recent call first): tests/CMakeLists.txt:12 (add_our_executable) This warning is for project developers. Use -Wno-dev to suppress it. -- 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/allegro-4.4.2 + make -j4 /usr/bin/cmake -H/builddir/build/BUILD/allegro-4.4.2 -B/builddir/build/BUILD/allegro-4.4.2 --check-build-system CMakeFiles/Makefile.cmake 0 /usr/bin/cmake -E cmake_progress_start /builddir/build/BUILD/allegro-4.4.2/CMakeFiles /builddir/build/BUILD/allegro-4.4.2/CMakeFiles/progress.marks make -f CMakeFiles/Makefile2 all make[1]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' make -f CMakeFiles/alleg-alsamidi.dir/build.make CMakeFiles/alleg-alsamidi.dir/depend make -f CMakeFiles/alleg-jack.dir/build.make CMakeFiles/alleg-jack.dir/depend make -f CMakeFiles/alleg-dga2.dir/build.make CMakeFiles/alleg-dga2.dir/depend make -f CMakeFiles/allegro.dir/build.make CMakeFiles/allegro.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/CMakeFiles/alleg-alsamidi.dir/DependInfo.cmake --color= make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/CMakeFiles/alleg-jack.dir/DependInfo.cmake --color= make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/CMakeFiles/alleg-dga2.dir/DependInfo.cmake --color= make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/CMakeFiles/allegro.dir/DependInfo.cmake --color= Scanning dependencies of target alleg-jack make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f CMakeFiles/alleg-jack.dir/build.make CMakeFiles/alleg-jack.dir/build Scanning dependencies of target alleg-alsamidi make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f CMakeFiles/alleg-alsamidi.dir/build.make CMakeFiles/alleg-alsamidi.dir/build Scanning dependencies of target alleg-dga2 make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' make -f CMakeFiles/alleg-dga2.dir/build.make CMakeFiles/alleg-dga2.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' [ 0%] Building C object CMakeFiles/alleg-alsamidi.dir/src/unix/alsamidi.c.o /usr/bin/cc -Dalleg_alsamidi_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_MODULE -o CMakeFiles/alleg-alsamidi.dir/src/unix/alsamidi.c.o -c /builddir/build/BUILD/allegro-4.4.2/src/unix/alsamidi.c [ 0%] Building C object CMakeFiles/alleg-jack.dir/src/unix/jack.c.o /usr/bin/cc -Dalleg_jack_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_MODULE -o CMakeFiles/alleg-jack.dir/src/unix/jack.c.o -c /builddir/build/BUILD/allegro-4.4.2/src/unix/jack.c [ 0%] Building C object CMakeFiles/alleg-dga2.dir/src/x/xdga2.c.o /usr/bin/cc -Dalleg_dga2_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_MODULE -o CMakeFiles/alleg-dga2.dir/src/x/xdga2.c.o -c /builddir/build/BUILD/allegro-4.4.2/src/x/xdga2.c /builddir/build/BUILD/allegro-4.4.2/src/unix/jack.c: In function 'jack_detect': /builddir/build/BUILD/allegro-4.4.2/src/unix/jack.c:200:7: warning: 'jack_client_new' is deprecated [-Wdeprecated-declarations] jack_client = jack_client_new(jack_client_name); ^~~~~~~~~~~ In file included from /builddir/build/BUILD/allegro-4.4.2/src/unix/jack.c:27:0: /usr/include/jack/jack.h:127:17: note: declared here jack_client_t * jack_client_new (const char *client_name) JACK_OPTIONAL_WEAK_DEPRECATED_EXPORT; ^~~~~~~~~~~~~~~ In file included from /builddir/build/BUILD/allegro-4.4.2/src/x/xdga2.c:26:0: /usr/include/X11/extensions/xf86dga.h:9:2: warning: #warning "xf86dga.h is obsolete and may be removed in the future." [-Wcpp] #warning "xf86dga.h is obsolete and may be removed in the future." ^~~~~~~ /usr/include/X11/extensions/xf86dga.h:10:2: warning: #warning "include instead." [-Wcpp] #warning "include instead." ^~~~~~~ [ 0%] Linking C shared module lib/alleg-alsamidi.so /usr/bin/cmake -E cmake_link_script CMakeFiles/alleg-alsamidi.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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -shared -o lib/alleg-alsamidi.so CMakeFiles/alleg-alsamidi.dir/src/unix/alsamidi.c.o -lasound [ 0%] Linking C shared module lib/alleg-jack.so /usr/bin/cmake -E cmake_link_script CMakeFiles/alleg-jack.dir/link.txt --verbose=1 make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' /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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -shared -o lib/alleg-jack.so CMakeFiles/alleg-jack.dir/src/unix/jack.c.o -ljack [ 0%] Built target alleg-alsamidi make -f CMakeFiles/alleg-alsadigi.dir/build.make CMakeFiles/alleg-alsadigi.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/CMakeFiles/alleg-alsadigi.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 0%] Built target alleg-jack make -f docs/CMakeFiles/makedoc.dir/build.make docs/CMakeFiles/makedoc.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/docs /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/docs /builddir/build/BUILD/allegro-4.4.2/docs/CMakeFiles/makedoc.dir/DependInfo.cmake --color= Scanning dependencies of target alleg-alsadigi make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f CMakeFiles/alleg-alsadigi.dir/build.make CMakeFiles/alleg-alsadigi.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' Scanning dependencies of target makedoc make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f docs/CMakeFiles/makedoc.dir/build.make docs/CMakeFiles/makedoc.dir/build [ 1%] Building C object CMakeFiles/alleg-alsadigi.dir/src/unix/alsa9.c.o /usr/bin/cc -Dalleg_alsadigi_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_MODULE -o CMakeFiles/alleg-alsadigi.dir/src/unix/alsa9.c.o -c /builddir/build/BUILD/allegro-4.4.2/src/unix/alsa9.c make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' [ 1%] Building C object docs/CMakeFiles/makedoc.dir/src/makedoc/makedoc.c.o cd /builddir/build/BUILD/allegro-4.4.2/docs && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/makedoc.dir/src/makedoc/makedoc.c.o -c /builddir/build/BUILD/allegro-4.4.2/docs/src/makedoc/makedoc.c [ 2%] Linking C shared module lib/alleg-dga2.so /usr/bin/cmake -E cmake_link_script CMakeFiles/alleg-dga2.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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -shared -o lib/alleg-dga2.so CMakeFiles/alleg-dga2.dir/src/x/xdga2.c.o -lXxf86dga -lX11 -lXext make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 2%] Built target alleg-dga2 [ 2%] Building C object docs/CMakeFiles/makedoc.dir/src/makedoc/makehtml.c.o cd /builddir/build/BUILD/allegro-4.4.2/docs && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/makedoc.dir/src/makedoc/makehtml.c.o -c /builddir/build/BUILD/allegro-4.4.2/docs/src/makedoc/makehtml.c /builddir/build/BUILD/allegro-4.4.2/docs/src/makedoc/makehtml.c: In function '_output_symbol_index': /builddir/build/BUILD/allegro-4.4.2/docs/src/makedoc/makehtml.c:1554:19: warning: comparison is always true due to limited range of data type [-Wtype-limits] if (last_letter != -1) ^~ At top level: /builddir/build/BUILD/allegro-4.4.2/docs/src/makedoc/makehtml.c:74:18: warning: '_codeblock_end_len' defined but not used [-Wunused-const-variable=] static const int _codeblock_end_len = 19; ^~~~~~~~~~~~~~~~~~ [ 2%] Linking C shared module lib/alleg-alsadigi.so /usr/bin/cmake -E cmake_link_script CMakeFiles/alleg-alsadigi.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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -shared -o lib/alleg-alsadigi.so CMakeFiles/alleg-alsadigi.dir/src/unix/alsa9.c.o -lasound Scanning dependencies of target allegro make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f CMakeFiles/allegro.dir/build.make CMakeFiles/allegro.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 2%] Building C object CMakeFiles/allegro.dir/src/allegro.c.o /usr/bin/cc -Dallegro_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_SRC -DALLEGRO_MODULES_PATH='"/usr/lib64/allegro/4.4.2"' -o CMakeFiles/allegro.dir/src/allegro.c.o -c /builddir/build/BUILD/allegro-4.4.2/src/allegro.c [ 2%] Built target alleg-alsadigi [ 3%] Building C object docs/CMakeFiles/makedoc.dir/src/makedoc/makemisc.c.o cd /builddir/build/BUILD/allegro-4.4.2/docs && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/makedoc.dir/src/makedoc/makemisc.c.o -c /builddir/build/BUILD/allegro-4.4.2/docs/src/makedoc/makemisc.c [ 3%] Building C object CMakeFiles/allegro.dir/src/blit.c.o /usr/bin/cc -Dallegro_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_SRC -DALLEGRO_MODULES_PATH='"/usr/lib64/allegro/4.4.2"' -o CMakeFiles/allegro.dir/src/blit.c.o -c /builddir/build/BUILD/allegro-4.4.2/src/blit.c [ 4%] Building C object CMakeFiles/allegro.dir/src/bmp.c.o /usr/bin/cc -Dallegro_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_SRC -DALLEGRO_MODULES_PATH='"/usr/lib64/allegro/4.4.2"' -o CMakeFiles/allegro.dir/src/bmp.c.o -c /builddir/build/BUILD/allegro-4.4.2/src/bmp.c [ 4%] Building C object docs/CMakeFiles/makedoc.dir/src/makedoc/maketxt.c.o cd /builddir/build/BUILD/allegro-4.4.2/docs && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/makedoc.dir/src/makedoc/maketxt.c.o -c /builddir/build/BUILD/allegro-4.4.2/docs/src/makedoc/maketxt.c [ 4%] Building C object CMakeFiles/allegro.dir/src/clip3d.c.o /usr/bin/cc -Dallegro_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_SRC -DALLEGRO_MODULES_PATH='"/usr/lib64/allegro/4.4.2"' -o CMakeFiles/allegro.dir/src/clip3d.c.o -c /builddir/build/BUILD/allegro-4.4.2/src/clip3d.c [ 4%] Building C object docs/CMakeFiles/makedoc.dir/src/makedoc/makertf.c.o cd /builddir/build/BUILD/allegro-4.4.2/docs && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/makedoc.dir/src/makedoc/makertf.c.o -c /builddir/build/BUILD/allegro-4.4.2/docs/src/makedoc/makertf.c [ 4%] Building C object CMakeFiles/allegro.dir/src/clip3df.c.o /usr/bin/cc -Dallegro_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_SRC -DALLEGRO_MODULES_PATH='"/usr/lib64/allegro/4.4.2"' -o CMakeFiles/allegro.dir/src/clip3df.c.o -c /builddir/build/BUILD/allegro-4.4.2/src/clip3df.c [ 4%] Building C object docs/CMakeFiles/makedoc.dir/src/makedoc/maketexi.c.o cd /builddir/build/BUILD/allegro-4.4.2/docs && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/makedoc.dir/src/makedoc/maketexi.c.o -c /builddir/build/BUILD/allegro-4.4.2/docs/src/makedoc/maketexi.c [ 4%] Building C object CMakeFiles/allegro.dir/src/colblend.c.o /usr/bin/cc -Dallegro_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_SRC -DALLEGRO_MODULES_PATH='"/usr/lib64/allegro/4.4.2"' -o CMakeFiles/allegro.dir/src/colblend.c.o -c /builddir/build/BUILD/allegro-4.4.2/src/colblend.c [ 4%] Building C object docs/CMakeFiles/makedoc.dir/src/makedoc/makeman.c.o cd /builddir/build/BUILD/allegro-4.4.2/docs && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/makedoc.dir/src/makedoc/makeman.c.o -c /builddir/build/BUILD/allegro-4.4.2/docs/src/makedoc/makeman.c [ 5%] Building C object docs/CMakeFiles/makedoc.dir/src/makedoc/makechm.c.o cd /builddir/build/BUILD/allegro-4.4.2/docs && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/makedoc.dir/src/makedoc/makechm.c.o -c /builddir/build/BUILD/allegro-4.4.2/docs/src/makedoc/makechm.c [ 5%] Building C object docs/CMakeFiles/makedoc.dir/src/makedoc/makedevh.c.o cd /builddir/build/BUILD/allegro-4.4.2/docs && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/makedoc.dir/src/makedoc/makedevh.c.o -c /builddir/build/BUILD/allegro-4.4.2/docs/src/makedoc/makedevh.c [ 5%] Building C object CMakeFiles/allegro.dir/src/color.c.o /usr/bin/cc -Dallegro_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_SRC -DALLEGRO_MODULES_PATH='"/usr/lib64/allegro/4.4.2"' -o CMakeFiles/allegro.dir/src/color.c.o -c /builddir/build/BUILD/allegro-4.4.2/src/color.c [ 5%] Building C object docs/CMakeFiles/makedoc.dir/src/makedoc/makesci.c.o cd /builddir/build/BUILD/allegro-4.4.2/docs && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/makedoc.dir/src/makedoc/makesci.c.o -c /builddir/build/BUILD/allegro-4.4.2/docs/src/makedoc/makesci.c [ 6%] Building C object CMakeFiles/allegro.dir/src/config.c.o /usr/bin/cc -Dallegro_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_SRC -DALLEGRO_MODULES_PATH='"/usr/lib64/allegro/4.4.2"' -o CMakeFiles/allegro.dir/src/config.c.o -c /builddir/build/BUILD/allegro-4.4.2/src/config.c /builddir/build/BUILD/allegro-4.4.2/docs/src/makedoc/makesci.c: In function '_convert': /builddir/build/BUILD/allegro-4.4.2/docs/src/makedoc/makesci.c:78:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(buf, sizeof(char), fs, tx_file); /* read in the file */ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [ 6%] Linking C executable makedoc cd /builddir/build/BUILD/allegro-4.4.2/docs && /usr/bin/cmake -E cmake_link_script CMakeFiles/makedoc.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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/makedoc.dir/src/makedoc/makedoc.c.o CMakeFiles/makedoc.dir/src/makedoc/makehtml.c.o CMakeFiles/makedoc.dir/src/makedoc/makemisc.c.o CMakeFiles/makedoc.dir/src/makedoc/maketxt.c.o CMakeFiles/makedoc.dir/src/makedoc/makertf.c.o CMakeFiles/makedoc.dir/src/makedoc/maketexi.c.o CMakeFiles/makedoc.dir/src/makedoc/makeman.c.o CMakeFiles/makedoc.dir/src/makedoc/makechm.c.o CMakeFiles/makedoc.dir/src/makedoc/makedevh.c.o CMakeFiles/makedoc.dir/src/makedoc/makesci.c.o -o makedoc make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 6%] Built target makedoc make -f docs/CMakeFiles/docs.dir/build.make docs/CMakeFiles/docs.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/docs /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/docs /builddir/build/BUILD/allegro-4.4.2/docs/CMakeFiles/docs.dir/DependInfo.cmake --color= Scanning dependencies of target docs make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f docs/CMakeFiles/docs.dir/build.make docs/CMakeFiles/docs.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' [ 6%] Generating txt/abi.txt cd /builddir/build/BUILD/allegro-4.4.2/docs && ./makedoc -ascii /builddir/build/BUILD/allegro-4.4.2/docs/txt/abi.txt /builddir/build/BUILD/allegro-4.4.2/docs/src/abi._tx [ 6%] Generating html/abi.html cd /builddir/build/BUILD/allegro-4.4.2/docs && ./makedoc -html /builddir/build/BUILD/allegro-4.4.2/docs/html/abi.html /builddir/build/BUILD/allegro-4.4.2/docs/src/abi._tx [ 6%] Generating txt/addons.txt cd /builddir/build/BUILD/allegro-4.4.2/docs && ./makedoc -ascii /builddir/build/BUILD/allegro-4.4.2/docs/txt/addons.txt /builddir/build/BUILD/allegro-4.4.2/docs/src/addons._tx [ 6%] Generating html/addons.html cd /builddir/build/BUILD/allegro-4.4.2/docs && ./makedoc -html /builddir/build/BUILD/allegro-4.4.2/docs/html/addons.html /builddir/build/BUILD/allegro-4.4.2/docs/src/addons._tx [ 7%] Generating txt/ahack.txt cd /builddir/build/BUILD/allegro-4.4.2/docs && ./makedoc -ascii /builddir/build/BUILD/allegro-4.4.2/docs/txt/ahack.txt /builddir/build/BUILD/allegro-4.4.2/docs/src/ahack._tx [ 7%] Generating html/ahack.html cd /builddir/build/BUILD/allegro-4.4.2/docs && ./makedoc -html /builddir/build/BUILD/allegro-4.4.2/docs/html/ahack.html /builddir/build/BUILD/allegro-4.4.2/docs/src/ahack._tx [ 7%] Generating txt/allegro.txt cd /builddir/build/BUILD/allegro-4.4.2/docs && ./makedoc -ascii /builddir/build/BUILD/allegro-4.4.2/docs/txt/allegro.txt /builddir/build/BUILD/allegro-4.4.2/docs/src/allegro._tx [ 7%] Generating html/allegro.html cd /builddir/build/BUILD/allegro-4.4.2/docs && ./makedoc -html /builddir/build/BUILD/allegro-4.4.2/docs/html/allegro.html /builddir/build/BUILD/allegro-4.4.2/docs/src/allegro._tx [ 7%] Building C object CMakeFiles/allegro.dir/src/datafile.c.o /usr/bin/cc -Dallegro_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_SRC -DALLEGRO_MODULES_PATH='"/usr/lib64/allegro/4.4.2"' -o CMakeFiles/allegro.dir/src/datafile.c.o -c /builddir/build/BUILD/allegro-4.4.2/src/datafile.c [ 7%] Generating txt/api.txt cd /builddir/build/BUILD/allegro-4.4.2/docs && ./makedoc -ascii /builddir/build/BUILD/allegro-4.4.2/docs/txt/api.txt /builddir/build/BUILD/allegro-4.4.2/docs/src/api._tx [ 7%] Building C object CMakeFiles/allegro.dir/src/dataregi.c.o /usr/bin/cc -Dallegro_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_SRC -DALLEGRO_MODULES_PATH='"/usr/lib64/allegro/4.4.2"' -o CMakeFiles/allegro.dir/src/dataregi.c.o -c /builddir/build/BUILD/allegro-4.4.2/src/dataregi.c /builddir/build/BUILD/allegro-4.4.2/src/datafile.c: In function 'initialise_datafile': /builddir/build/BUILD/allegro-4.4.2/src/datafile.c:2151:12: warning: variable 's' set but not used [-Wunused-but-set-variable] SAMPLE *s; ^ [ 8%] Generating html/api.html cd /builddir/build/BUILD/allegro-4.4.2/docs && ./makedoc -html /builddir/build/BUILD/allegro-4.4.2/docs/html/api.html /builddir/build/BUILD/allegro-4.4.2/docs/src/api._tx [ 8%] Generating txt/changes.txt cd /builddir/build/BUILD/allegro-4.4.2/docs && ./makedoc -ascii /builddir/build/BUILD/allegro-4.4.2/docs/txt/changes.txt /builddir/build/BUILD/allegro-4.4.2/docs/src/changes._tx [ 8%] Generating html/changes.html cd /builddir/build/BUILD/allegro-4.4.2/docs && ./makedoc -html /builddir/build/BUILD/allegro-4.4.2/docs/html/changes.html /builddir/build/BUILD/allegro-4.4.2/docs/src/changes._tx [ 8%] Generating txt/const.txt cd /builddir/build/BUILD/allegro-4.4.2/docs && ./makedoc -ascii /builddir/build/BUILD/allegro-4.4.2/docs/txt/const.txt /builddir/build/BUILD/allegro-4.4.2/docs/src/const._tx [ 8%] Generating html/const.html cd /builddir/build/BUILD/allegro-4.4.2/docs && ./makedoc -html /builddir/build/BUILD/allegro-4.4.2/docs/html/const.html /builddir/build/BUILD/allegro-4.4.2/docs/src/const._tx [ 8%] Building C object CMakeFiles/allegro.dir/src/digmid.c.o /usr/bin/cc -Dallegro_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_SRC -DALLEGRO_MODULES_PATH='"/usr/lib64/allegro/4.4.2"' -o CMakeFiles/allegro.dir/src/digmid.c.o -c /builddir/build/BUILD/allegro-4.4.2/src/digmid.c [ 9%] Generating txt/dat2c.txt cd /builddir/build/BUILD/allegro-4.4.2/docs && ./makedoc -ascii /builddir/build/BUILD/allegro-4.4.2/docs/txt/dat2c.txt /builddir/build/BUILD/allegro-4.4.2/docs/src/dat2c._tx [ 9%] Generating html/dat2c.html cd /builddir/build/BUILD/allegro-4.4.2/docs && ./makedoc -html /builddir/build/BUILD/allegro-4.4.2/docs/html/dat2c.html /builddir/build/BUILD/allegro-4.4.2/docs/src/dat2c._tx [ 9%] Building C object CMakeFiles/allegro.dir/src/dither.c.o /usr/bin/cc -Dallegro_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_SRC -DALLEGRO_MODULES_PATH='"/usr/lib64/allegro/4.4.2"' -o CMakeFiles/allegro.dir/src/dither.c.o -c /builddir/build/BUILD/allegro-4.4.2/src/dither.c [ 9%] Generating txt/dat2s.txt cd /builddir/build/BUILD/allegro-4.4.2/docs && ./makedoc -ascii /builddir/build/BUILD/allegro-4.4.2/docs/txt/dat2s.txt /builddir/build/BUILD/allegro-4.4.2/docs/src/dat2s._tx [ 9%] Generating html/dat2s.html cd /builddir/build/BUILD/allegro-4.4.2/docs && ./makedoc -html /builddir/build/BUILD/allegro-4.4.2/docs/html/dat2s.html /builddir/build/BUILD/allegro-4.4.2/docs/src/dat2s._tx [ 9%] Generating txt/datafile.txt cd /builddir/build/BUILD/allegro-4.4.2/docs && ./makedoc -ascii /builddir/build/BUILD/allegro-4.4.2/docs/txt/datafile.txt /builddir/build/BUILD/allegro-4.4.2/docs/src/datafile._tx [ 10%] Generating html/datafile.html cd /builddir/build/BUILD/allegro-4.4.2/docs && ./makedoc -html /builddir/build/BUILD/allegro-4.4.2/docs/html/datafile.html /builddir/build/BUILD/allegro-4.4.2/docs/src/datafile._tx [ 10%] Generating txt/dat.txt cd /builddir/build/BUILD/allegro-4.4.2/docs && ./makedoc -ascii /builddir/build/BUILD/allegro-4.4.2/docs/txt/dat.txt /builddir/build/BUILD/allegro-4.4.2/docs/src/dat._tx [ 10%] Generating html/dat.html cd /builddir/build/BUILD/allegro-4.4.2/docs && ./makedoc -html /builddir/build/BUILD/allegro-4.4.2/docs/html/dat.html /builddir/build/BUILD/allegro-4.4.2/docs/src/dat._tx [ 10%] Generating txt/faq.txt cd /builddir/build/BUILD/allegro-4.4.2/docs && ./makedoc -ascii /builddir/build/BUILD/allegro-4.4.2/docs/txt/faq.txt /builddir/build/BUILD/allegro-4.4.2/docs/src/faq._tx [ 11%] Generating html/faq.html cd /builddir/build/BUILD/allegro-4.4.2/docs && ./makedoc -html /builddir/build/BUILD/allegro-4.4.2/docs/html/faq.html /builddir/build/BUILD/allegro-4.4.2/docs/src/faq._tx [ 12%] Building C object CMakeFiles/allegro.dir/src/dispsw.c.o /usr/bin/cc -Dallegro_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_SRC -DALLEGRO_MODULES_PATH='"/usr/lib64/allegro/4.4.2"' -o CMakeFiles/allegro.dir/src/dispsw.c.o -c /builddir/build/BUILD/allegro-4.4.2/src/dispsw.c [ 12%] Generating txt/grabber.txt cd /builddir/build/BUILD/allegro-4.4.2/docs && ./makedoc -ascii /builddir/build/BUILD/allegro-4.4.2/docs/txt/grabber.txt /builddir/build/BUILD/allegro-4.4.2/docs/src/grabber._tx [ 12%] Generating html/grabber.html cd /builddir/build/BUILD/allegro-4.4.2/docs && ./makedoc -html /builddir/build/BUILD/allegro-4.4.2/docs/html/grabber.html /builddir/build/BUILD/allegro-4.4.2/docs/src/grabber._tx [ 12%] Generating txt/help.txt cd /builddir/build/BUILD/allegro-4.4.2/docs && ./makedoc -ascii /builddir/build/BUILD/allegro-4.4.2/docs/txt/help.txt /builddir/build/BUILD/allegro-4.4.2/docs/src/help._tx [ 12%] Generating html/help.html cd /builddir/build/BUILD/allegro-4.4.2/docs && ./makedoc -html /builddir/build/BUILD/allegro-4.4.2/docs/html/help.html /builddir/build/BUILD/allegro-4.4.2/docs/src/help._tx [ 13%] Generating txt/index.txt cd /builddir/build/BUILD/allegro-4.4.2/docs && ./makedoc -ascii /builddir/build/BUILD/allegro-4.4.2/docs/txt/index.txt /builddir/build/BUILD/allegro-4.4.2/docs/src/index._tx [ 13%] Generating html/index.html cd /builddir/build/BUILD/allegro-4.4.2/docs && ./makedoc -html /builddir/build/BUILD/allegro-4.4.2/docs/html/index.html /builddir/build/BUILD/allegro-4.4.2/docs/src/index._tx [ 13%] Generating txt/license.txt cd /builddir/build/BUILD/allegro-4.4.2/docs && ./makedoc -ascii /builddir/build/BUILD/allegro-4.4.2/docs/txt/license.txt /builddir/build/BUILD/allegro-4.4.2/docs/src/license._tx [ 13%] Generating html/license.html cd /builddir/build/BUILD/allegro-4.4.2/docs && ./makedoc -html /builddir/build/BUILD/allegro-4.4.2/docs/html/license.html /builddir/build/BUILD/allegro-4.4.2/docs/src/license._tx [ 13%] Generating txt/makedoc.txt cd /builddir/build/BUILD/allegro-4.4.2/docs && ./makedoc -ascii /builddir/build/BUILD/allegro-4.4.2/docs/txt/makedoc.txt /builddir/build/BUILD/allegro-4.4.2/docs/src/makedoc._tx [ 14%] Generating html/makedoc.html cd /builddir/build/BUILD/allegro-4.4.2/docs && ./makedoc -html /builddir/build/BUILD/allegro-4.4.2/docs/html/makedoc.html /builddir/build/BUILD/allegro-4.4.2/docs/src/makedoc._tx [ 14%] Generating txt/mistakes.txt cd /builddir/build/BUILD/allegro-4.4.2/docs && ./makedoc -ascii /builddir/build/BUILD/allegro-4.4.2/docs/txt/mistakes.txt /builddir/build/BUILD/allegro-4.4.2/docs/src/mistakes._tx [ 14%] Generating html/mistakes.html cd /builddir/build/BUILD/allegro-4.4.2/docs && ./makedoc -html /builddir/build/BUILD/allegro-4.4.2/docs/html/mistakes.html /builddir/build/BUILD/allegro-4.4.2/docs/src/mistakes._tx [ 14%] Generating txt/packfile.txt cd /builddir/build/BUILD/allegro-4.4.2/docs && ./makedoc -ascii /builddir/build/BUILD/allegro-4.4.2/docs/txt/packfile.txt /builddir/build/BUILD/allegro-4.4.2/docs/src/packfile._tx [ 14%] Generating html/packfile.html cd /builddir/build/BUILD/allegro-4.4.2/docs && ./makedoc -html /builddir/build/BUILD/allegro-4.4.2/docs/html/packfile.html /builddir/build/BUILD/allegro-4.4.2/docs/src/packfile._tx [ 15%] Generating txt/readme.txt cd /builddir/build/BUILD/allegro-4.4.2/docs && ./makedoc -ascii /builddir/build/BUILD/allegro-4.4.2/docs/txt/readme.txt /builddir/build/BUILD/allegro-4.4.2/docs/src/readme._tx [ 15%] Building C object CMakeFiles/allegro.dir/src/drvlist.c.o /usr/bin/cc -Dallegro_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_SRC -DALLEGRO_MODULES_PATH='"/usr/lib64/allegro/4.4.2"' -o CMakeFiles/allegro.dir/src/drvlist.c.o -c /builddir/build/BUILD/allegro-4.4.2/src/drvlist.c [ 15%] Generating html/readme.html cd /builddir/build/BUILD/allegro-4.4.2/docs && ./makedoc -html /builddir/build/BUILD/allegro-4.4.2/docs/html/readme.html /builddir/build/BUILD/allegro-4.4.2/docs/src/readme._tx [ 15%] Generating txt/thanks.txt [ 15%] Building C object CMakeFiles/allegro.dir/src/file.c.o /usr/bin/cc -Dallegro_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_SRC -DALLEGRO_MODULES_PATH='"/usr/lib64/allegro/4.4.2"' -o CMakeFiles/allegro.dir/src/file.c.o -c /builddir/build/BUILD/allegro-4.4.2/src/file.c [ 15%] Building C object CMakeFiles/allegro.dir/src/fli.c.o /usr/bin/cc -Dallegro_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_SRC -DALLEGRO_MODULES_PATH='"/usr/lib64/allegro/4.4.2"' -o CMakeFiles/allegro.dir/src/fli.c.o -c /builddir/build/BUILD/allegro-4.4.2/src/fli.c cd /builddir/build/BUILD/allegro-4.4.2/docs && ./makedoc -ascii /builddir/build/BUILD/allegro-4.4.2/docs/txt/thanks.txt /builddir/build/BUILD/allegro-4.4.2/docs/src/thanks._tx [ 15%] Generating html/thanks.html cd /builddir/build/BUILD/allegro-4.4.2/docs && ./makedoc -html /builddir/build/BUILD/allegro-4.4.2/docs/html/thanks.html /builddir/build/BUILD/allegro-4.4.2/docs/src/thanks._tx [ 16%] Building C object CMakeFiles/allegro.dir/src/flood.c.o /usr/bin/cc -Dallegro_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_SRC -DALLEGRO_MODULES_PATH='"/usr/lib64/allegro/4.4.2"' -o CMakeFiles/allegro.dir/src/flood.c.o -c /builddir/build/BUILD/allegro-4.4.2/src/flood.c [ 16%] Generating build/cmake.txt cd /builddir/build/BUILD/allegro-4.4.2/docs && ./makedoc -ascii /builddir/build/BUILD/allegro-4.4.2/docs/build/cmake.txt /builddir/build/BUILD/allegro-4.4.2/docs/src/build/cmake._tx [ 17%] Generating build/cmake.html cd /builddir/build/BUILD/allegro-4.4.2/docs && ./makedoc -html /builddir/build/BUILD/allegro-4.4.2/docs/build/cmake.html /builddir/build/BUILD/allegro-4.4.2/docs/src/build/cmake._tx [ 17%] Generating build/linux.txt cd /builddir/build/BUILD/allegro-4.4.2/docs && ./makedoc -ascii /builddir/build/BUILD/allegro-4.4.2/docs/build/linux.txt /builddir/build/BUILD/allegro-4.4.2/docs/src/build/linux._tx [ 17%] Generating build/linux.html cd /builddir/build/BUILD/allegro-4.4.2/docs && ./makedoc -html /builddir/build/BUILD/allegro-4.4.2/docs/build/linux.html /builddir/build/BUILD/allegro-4.4.2/docs/src/build/linux._tx [ 17%] Generating build/macosx.txt cd /builddir/build/BUILD/allegro-4.4.2/docs && ./makedoc -ascii /builddir/build/BUILD/allegro-4.4.2/docs/build/macosx.txt /builddir/build/BUILD/allegro-4.4.2/docs/src/build/macosx._tx [ 17%] Generating build/macosx.html cd /builddir/build/BUILD/allegro-4.4.2/docs && ./makedoc -html /builddir/build/BUILD/allegro-4.4.2/docs/build/macosx.html /builddir/build/BUILD/allegro-4.4.2/docs/src/build/macosx._tx [ 18%] Generating build/mingw32.txt cd /builddir/build/BUILD/allegro-4.4.2/docs && ./makedoc -ascii /builddir/build/BUILD/allegro-4.4.2/docs/build/mingw32.txt /builddir/build/BUILD/allegro-4.4.2/docs/src/build/mingw32._tx [ 18%] Generating build/mingw32.html cd /builddir/build/BUILD/allegro-4.4.2/docs && ./makedoc -html /builddir/build/BUILD/allegro-4.4.2/docs/build/mingw32.html /builddir/build/BUILD/allegro-4.4.2/docs/src/build/mingw32._tx [ 18%] Generating build/msvc.txt cd /builddir/build/BUILD/allegro-4.4.2/docs && ./makedoc -ascii /builddir/build/BUILD/allegro-4.4.2/docs/build/msvc.txt /builddir/build/BUILD/allegro-4.4.2/docs/src/build/msvc._tx [ 18%] Generating build/msvc.html cd /builddir/build/BUILD/allegro-4.4.2/docs && ./makedoc -html /builddir/build/BUILD/allegro-4.4.2/docs/build/msvc.html /builddir/build/BUILD/allegro-4.4.2/docs/src/build/msvc._tx [ 18%] Generating build/unix.txt cd /builddir/build/BUILD/allegro-4.4.2/docs && ./makedoc -ascii /builddir/build/BUILD/allegro-4.4.2/docs/build/unix.txt /builddir/build/BUILD/allegro-4.4.2/docs/src/build/unix._tx [ 19%] Generating build/unix.html cd /builddir/build/BUILD/allegro-4.4.2/docs && ./makedoc -html /builddir/build/BUILD/allegro-4.4.2/docs/build/unix.html /builddir/build/BUILD/allegro-4.4.2/docs/src/build/unix._tx [ 19%] Generating AUTHORS cd /builddir/build/BUILD/allegro-4.4.2/docs && ./makedoc -part -ascii /builddir/build/BUILD/allegro-4.4.2/docs/AUTHORS /builddir/build/BUILD/allegro-4.4.2/docs/src/thanks._tx [ 19%] Generating THANKS cd /builddir/build/BUILD/allegro-4.4.2/docs && ./makedoc -part -ascii /builddir/build/BUILD/allegro-4.4.2/docs/THANKS /builddir/build/BUILD/allegro-4.4.2/docs/src/thanks._tx [ 19%] Building C object CMakeFiles/allegro.dir/src/font.c.o /usr/bin/cc -Dallegro_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_SRC -DALLEGRO_MODULES_PATH='"/usr/lib64/allegro/4.4.2"' -o CMakeFiles/allegro.dir/src/font.c.o -c /builddir/build/BUILD/allegro-4.4.2/src/font.c [ 19%] Generating CHANGES cd /builddir/build/BUILD/allegro-4.4.2/docs && ./makedoc -ascii /builddir/build/BUILD/allegro-4.4.2/docs/CHANGES /builddir/build/BUILD/allegro-4.4.2/docs/src/changes._tx [ 19%] Generating readme.txt cd /builddir/build/BUILD/allegro-4.4.2/docs && ./makedoc -ascii /builddir/build/BUILD/allegro-4.4.2/docs/readme.txt /builddir/build/BUILD/allegro-4.4.2/docs/src/readme._tx [ 19%] Building C object CMakeFiles/allegro.dir/src/fontbios.c.o /usr/bin/cc -Dallegro_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_SRC -DALLEGRO_MODULES_PATH='"/usr/lib64/allegro/4.4.2"' -o CMakeFiles/allegro.dir/src/fontbios.c.o -c /builddir/build/BUILD/allegro-4.4.2/src/fontbios.c [ 20%] Generating man/allegro_init.3 cd /builddir/build/BUILD/allegro-4.4.2/docs && ./makedoc -man /builddir/build/BUILD/allegro-4.4.2/docs/man/allegro_init.3 /builddir/build/BUILD/allegro-4.4.2/docs/src/allegro._tx [ 20%] Generating texi/allegro.texi cd /builddir/build/BUILD/allegro-4.4.2/docs && ./makedoc -texi /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi /builddir/build/BUILD/allegro-4.4.2/docs/src/allegro._tx [ 20%] Generating scite/allegro.api cd /builddir/build/BUILD/allegro-4.4.2/docs && ./makedoc -scite /builddir/build/BUILD/allegro-4.4.2/docs/scite/allegro.api /builddir/build/BUILD/allegro-4.4.2/docs/src/allegro._tx [ 20%] Generating info/allegro.info cd /builddir/build/BUILD/allegro-4.4.2/docs && /usr/bin/makeinfo --no-split -o /builddir/build/BUILD/allegro-4.4.2/docs/info/allegro.info /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi [ 20%] Building C object CMakeFiles/allegro.dir/src/fontbmp.c.o /usr/bin/cc -Dallegro_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_SRC -DALLEGRO_MODULES_PATH='"/usr/lib64/allegro/4.4.2"' -o CMakeFiles/allegro.dir/src/fontbmp.c.o -c /builddir/build/BUILD/allegro-4.4.2/src/fontbmp.c [ 20%] Building C object CMakeFiles/allegro.dir/src/fontdat.c.o /usr/bin/cc -Dallegro_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_SRC -DALLEGRO_MODULES_PATH='"/usr/lib64/allegro/4.4.2"' -o CMakeFiles/allegro.dir/src/fontdat.c.o -c /builddir/build/BUILD/allegro-4.4.2/src/fontdat.c [ 21%] Building C object CMakeFiles/allegro.dir/src/fontgrx.c.o /usr/bin/cc -Dallegro_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_SRC -DALLEGRO_MODULES_PATH='"/usr/lib64/allegro/4.4.2"' -o CMakeFiles/allegro.dir/src/fontgrx.c.o -c /builddir/build/BUILD/allegro-4.4.2/src/fontgrx.c [ 21%] Building C object CMakeFiles/allegro.dir/src/fonttxt.c.o /usr/bin/cc -Dallegro_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_SRC -DALLEGRO_MODULES_PATH='"/usr/lib64/allegro/4.4.2"' -o CMakeFiles/allegro.dir/src/fonttxt.c.o -c /builddir/build/BUILD/allegro-4.4.2/src/fonttxt.c [ 21%] Building C object CMakeFiles/allegro.dir/src/fsel.c.o /usr/bin/cc -Dallegro_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_SRC -DALLEGRO_MODULES_PATH='"/usr/lib64/allegro/4.4.2"' -o CMakeFiles/allegro.dir/src/fsel.c.o -c /builddir/build/BUILD/allegro-4.4.2/src/fsel.c [ 21%] Building C object CMakeFiles/allegro.dir/src/gfx.c.o /usr/bin/cc -Dallegro_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_SRC -DALLEGRO_MODULES_PATH='"/usr/lib64/allegro/4.4.2"' -o CMakeFiles/allegro.dir/src/gfx.c.o -c /builddir/build/BUILD/allegro-4.4.2/src/gfx.c [ 21%] Building C object CMakeFiles/allegro.dir/src/glyph.c.o /usr/bin/cc -Dallegro_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_SRC -DALLEGRO_MODULES_PATH='"/usr/lib64/allegro/4.4.2"' -o CMakeFiles/allegro.dir/src/glyph.c.o -c /builddir/build/BUILD/allegro-4.4.2/src/glyph.c [ 22%] Building C object CMakeFiles/allegro.dir/src/graphics.c.o /usr/bin/cc -Dallegro_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_SRC -DALLEGRO_MODULES_PATH='"/usr/lib64/allegro/4.4.2"' -o CMakeFiles/allegro.dir/src/graphics.c.o -c /builddir/build/BUILD/allegro-4.4.2/src/graphics.c [ 22%] Building C object CMakeFiles/allegro.dir/src/gsprite.c.o /usr/bin/cc -Dallegro_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_SRC -DALLEGRO_MODULES_PATH='"/usr/lib64/allegro/4.4.2"' -o CMakeFiles/allegro.dir/src/gsprite.c.o -c /builddir/build/BUILD/allegro-4.4.2/src/gsprite.c [ 22%] Building C object CMakeFiles/allegro.dir/src/gui.c.o /usr/bin/cc -Dallegro_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_SRC -DALLEGRO_MODULES_PATH='"/usr/lib64/allegro/4.4.2"' -o CMakeFiles/allegro.dir/src/gui.c.o -c /builddir/build/BUILD/allegro-4.4.2/src/gui.c [ 22%] Building C object CMakeFiles/allegro.dir/src/guiproc.c.o /usr/bin/cc -Dallegro_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_SRC -DALLEGRO_MODULES_PATH='"/usr/lib64/allegro/4.4.2"' -o CMakeFiles/allegro.dir/src/guiproc.c.o -c /builddir/build/BUILD/allegro-4.4.2/src/guiproc.c [ 22%] Building C object CMakeFiles/allegro.dir/src/inline.c.o /usr/bin/cc -Dallegro_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_SRC -DALLEGRO_MODULES_PATH='"/usr/lib64/allegro/4.4.2"' -o CMakeFiles/allegro.dir/src/inline.c.o -c /builddir/build/BUILD/allegro-4.4.2/src/inline.c [ 23%] Building C object CMakeFiles/allegro.dir/src/joystick.c.o /usr/bin/cc -Dallegro_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_SRC -DALLEGRO_MODULES_PATH='"/usr/lib64/allegro/4.4.2"' -o CMakeFiles/allegro.dir/src/joystick.c.o -c /builddir/build/BUILD/allegro-4.4.2/src/joystick.c [ 23%] Building C object CMakeFiles/allegro.dir/src/keyboard.c.o /usr/bin/cc -Dallegro_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_SRC -DALLEGRO_MODULES_PATH='"/usr/lib64/allegro/4.4.2"' -o CMakeFiles/allegro.dir/src/keyboard.c.o -c /builddir/build/BUILD/allegro-4.4.2/src/keyboard.c [ 23%] Building C object CMakeFiles/allegro.dir/src/lbm.c.o /usr/bin/cc -Dallegro_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_SRC -DALLEGRO_MODULES_PATH='"/usr/lib64/allegro/4.4.2"' -o CMakeFiles/allegro.dir/src/lbm.c.o -c /builddir/build/BUILD/allegro-4.4.2/src/lbm.c [ 23%] Building C object CMakeFiles/allegro.dir/src/libc.c.o /usr/bin/cc -Dallegro_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_SRC -DALLEGRO_MODULES_PATH='"/usr/lib64/allegro/4.4.2"' -o CMakeFiles/allegro.dir/src/libc.c.o -c /builddir/build/BUILD/allegro-4.4.2/src/libc.c [ 23%] Building C object CMakeFiles/allegro.dir/src/lzss.c.o /usr/bin/cc -Dallegro_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_SRC -DALLEGRO_MODULES_PATH='"/usr/lib64/allegro/4.4.2"' -o CMakeFiles/allegro.dir/src/lzss.c.o -c /builddir/build/BUILD/allegro-4.4.2/src/lzss.c [ 24%] Building C object CMakeFiles/allegro.dir/src/math.c.o /usr/bin/cc -Dallegro_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_SRC -DALLEGRO_MODULES_PATH='"/usr/lib64/allegro/4.4.2"' -o CMakeFiles/allegro.dir/src/math.c.o -c /builddir/build/BUILD/allegro-4.4.2/src/math.c [ 24%] Building C object CMakeFiles/allegro.dir/src/math3d.c.o /usr/bin/cc -Dallegro_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_SRC -DALLEGRO_MODULES_PATH='"/usr/lib64/allegro/4.4.2"' -o CMakeFiles/allegro.dir/src/math3d.c.o -c /builddir/build/BUILD/allegro-4.4.2/src/math3d.c [ 24%] Building C object CMakeFiles/allegro.dir/src/midi.c.o /usr/bin/cc -Dallegro_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_SRC -DALLEGRO_MODULES_PATH='"/usr/lib64/allegro/4.4.2"' -o CMakeFiles/allegro.dir/src/midi.c.o -c /builddir/build/BUILD/allegro-4.4.2/src/midi.c [ 24%] Building C object CMakeFiles/allegro.dir/src/mixer.c.o /usr/bin/cc -Dallegro_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_SRC -DALLEGRO_MODULES_PATH='"/usr/lib64/allegro/4.4.2"' -o CMakeFiles/allegro.dir/src/mixer.c.o -c /builddir/build/BUILD/allegro-4.4.2/src/mixer.c [ 24%] Building C object CMakeFiles/allegro.dir/src/modesel.c.o /usr/bin/cc -Dallegro_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_SRC -DALLEGRO_MODULES_PATH='"/usr/lib64/allegro/4.4.2"' -o CMakeFiles/allegro.dir/src/modesel.c.o -c /builddir/build/BUILD/allegro-4.4.2/src/modesel.c [ 25%] Building C object CMakeFiles/allegro.dir/src/mouse.c.o /usr/bin/cc -Dallegro_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_SRC -DALLEGRO_MODULES_PATH='"/usr/lib64/allegro/4.4.2"' -o CMakeFiles/allegro.dir/src/mouse.c.o -c /builddir/build/BUILD/allegro-4.4.2/src/mouse.c [ 25%] Building C object CMakeFiles/allegro.dir/src/pcx.c.o /usr/bin/cc -Dallegro_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_SRC -DALLEGRO_MODULES_PATH='"/usr/lib64/allegro/4.4.2"' -o CMakeFiles/allegro.dir/src/pcx.c.o -c /builddir/build/BUILD/allegro-4.4.2/src/pcx.c [ 25%] Building C object CMakeFiles/allegro.dir/src/poly3d.c.o /usr/bin/cc -Dallegro_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_SRC -DALLEGRO_MODULES_PATH='"/usr/lib64/allegro/4.4.2"' -o CMakeFiles/allegro.dir/src/poly3d.c.o -c /builddir/build/BUILD/allegro-4.4.2/src/poly3d.c [ 25%] Building C object CMakeFiles/allegro.dir/src/polygon.c.o /usr/bin/cc -Dallegro_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_SRC -DALLEGRO_MODULES_PATH='"/usr/lib64/allegro/4.4.2"' -o CMakeFiles/allegro.dir/src/polygon.c.o -c /builddir/build/BUILD/allegro-4.4.2/src/polygon.c /builddir/build/BUILD/allegro-4.4.2/src/poly3d.c: In function 'draw_polygon_segment': /builddir/build/BUILD/allegro-4.4.2/src/poly3d.c:978:17: warning: left shift of negative value [-Wshift-negative-value] width = -1 << 16; ^~ [ 25%] Building C object CMakeFiles/allegro.dir/src/quantize.c.o /usr/bin/cc -Dallegro_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_SRC -DALLEGRO_MODULES_PATH='"/usr/lib64/allegro/4.4.2"' -o CMakeFiles/allegro.dir/src/quantize.c.o -c /builddir/build/BUILD/allegro-4.4.2/src/quantize.c [ 26%] Building C object CMakeFiles/allegro.dir/src/quat.c.o /usr/bin/cc -Dallegro_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_SRC -DALLEGRO_MODULES_PATH='"/usr/lib64/allegro/4.4.2"' -o CMakeFiles/allegro.dir/src/quat.c.o -c /builddir/build/BUILD/allegro-4.4.2/src/quat.c [ 26%] Building C object CMakeFiles/allegro.dir/src/readbmp.c.o /usr/bin/cc -Dallegro_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_SRC -DALLEGRO_MODULES_PATH='"/usr/lib64/allegro/4.4.2"' -o CMakeFiles/allegro.dir/src/readbmp.c.o -c /builddir/build/BUILD/allegro-4.4.2/src/readbmp.c [ 26%] Building C object CMakeFiles/allegro.dir/src/readfont.c.o /usr/bin/cc -Dallegro_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_SRC -DALLEGRO_MODULES_PATH='"/usr/lib64/allegro/4.4.2"' -o CMakeFiles/allegro.dir/src/readfont.c.o -c /builddir/build/BUILD/allegro-4.4.2/src/readfont.c [ 26%] Building C object CMakeFiles/allegro.dir/src/readsmp.c.o /usr/bin/cc -Dallegro_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_SRC -DALLEGRO_MODULES_PATH='"/usr/lib64/allegro/4.4.2"' -o CMakeFiles/allegro.dir/src/readsmp.c.o -c /builddir/build/BUILD/allegro-4.4.2/src/readsmp.c [ 26%] Building C object CMakeFiles/allegro.dir/src/rle.c.o /usr/bin/cc -Dallegro_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_SRC -DALLEGRO_MODULES_PATH='"/usr/lib64/allegro/4.4.2"' -o CMakeFiles/allegro.dir/src/rle.c.o -c /builddir/build/BUILD/allegro-4.4.2/src/rle.c /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:6: warning: multiple @setchapternewpage /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:195: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:264: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:302: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:363: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:376: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:405: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:444: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:505: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:523: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:572: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:600: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:633: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:1717: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:1799: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:1823: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:1876: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:1930: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:1957: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:2050: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:2071: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:2092: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:2114: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:2137: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:2182: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:2230: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:2251: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:2274: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:2496: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:2519: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:2544: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:2567: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:2586: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:2603: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:2624: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:2645: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:2665: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:2697: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:2731: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:2769: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:2790: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:2811: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:2852: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:2910: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:3074: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:3097: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:3165: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:3208: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:3223: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:3504: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:3683: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:3768: warning: @example should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:3772: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:5053: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:5094: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:5175: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:5212: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:5251: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:5263: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:5286: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:5397: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:5414: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:5431: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:5451: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:5484: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:5524: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:5582: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:5716: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:5769: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:5963: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:6253: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:6509: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:6890: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:6932: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:7092: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:7123: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:7148: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:7177: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:7211: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:7366: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:7397: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:7639: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:7792: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:7847: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:7909: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:7955: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:7992: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:8104: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:8296: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:8342: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:8369: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:8387: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:8405: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:8675: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:8739: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:8781: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:8805: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:8864: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:8929: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:8974: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:9009: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:9035: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:9127: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:9144: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:9303: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:9375: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:9441: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:9514: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:9576: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:9600: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:9857: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:9886: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:9924: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:9985: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:10036: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:10069: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:10101: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:10158: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:10198: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:10227: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:10724: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:10758: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:10794: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:10829: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:11040: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:11092: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:11195: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:11220: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:11248: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:11282: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:11315: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:11359: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:11431: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:11654: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:11669: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:11689: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:11718: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:11745: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:11764: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:11792: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:11814: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:11842: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:11863: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:11891: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:12335: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:12545: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:12867: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:12909: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:12947: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:12993: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:13042: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:13431: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:13466: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:13584: warning: @ftable has text but no @item /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:13637: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:13744: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:13780: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:13808: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:13844: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:13900: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:13924: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:13957: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:13982: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:14417: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:14443: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:14470: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:14490: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:14517: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:14539: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:14610: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:14631: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:14747: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:15096: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:15254: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:15432: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:15440: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:15484: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:15515: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:15613: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:15628: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:15668: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:15693: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:15711: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:15826: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:15927: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:15942: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:15964: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:16016: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:16043: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:16080: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:16104: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:16125: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:16173: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:16227: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:16319: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:16358: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:16387: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:16449: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:16595: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:16674: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:16864: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:16916: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:17210: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:17260: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:17310: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:17354: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:17385: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:17434: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:17516: warning: @ftable has text but no @item /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:17560: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:17592: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:17733: warning: @ftable has text but no @item /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:17907: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:17941: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:17973: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:17993: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:18015: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:18043: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:18075: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:18112: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:18141: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:18169: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:18212: warning: @end should only appear at the beginning of a line [ 27%] Building C object CMakeFiles/allegro.dir/src/rotate.c.o /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:18230: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:18253: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:18284: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:18316: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:18345: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:18369: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:18392: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:18421: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:18533: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:20139: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:20259: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:20344: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:20938: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:20964: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:20974: warning: @ftable has text but no @item /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:21209: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:21237: warning: @end should only appear at the beginning of a line /usr/bin/cc -Dallegro_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_SRC -DALLEGRO_MODULES_PATH='"/usr/lib64/allegro/4.4.2"' -o CMakeFiles/allegro.dir/src/rotate.c.o -c /builddir/build/BUILD/allegro-4.4.2/src/rotate.c /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:21256: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:21266: warning: @ftable has text but no @item /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:21357: warning: @ftable has text but no @item /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:21775: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:21794: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:21804: warning: @ftable has text but no @item /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:21907: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:22011: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:22040: warning: @ftable has text but no @item /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:22614: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:22641: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:22670: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:22701: warning: @end should only appear at the beginning of a line /builddir/build/BUILD/allegro-4.4.2/docs/texi/allegro.texi:24867: warning: @end should only appear at the beginning of a line [ 27%] Building C object CMakeFiles/allegro.dir/src/rsfb.c.o /usr/bin/cc -Dallegro_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_SRC -DALLEGRO_MODULES_PATH='"/usr/lib64/allegro/4.4.2"' -o CMakeFiles/allegro.dir/src/rsfb.c.o -c /builddir/build/BUILD/allegro-4.4.2/src/rsfb.c [ 27%] Building C object CMakeFiles/allegro.dir/src/scene3d.c.o /usr/bin/cc -Dallegro_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_SRC -DALLEGRO_MODULES_PATH='"/usr/lib64/allegro/4.4.2"' -o CMakeFiles/allegro.dir/src/scene3d.c.o -c /builddir/build/BUILD/allegro-4.4.2/src/scene3d.c /builddir/build/BUILD/allegro-4.4.2/src/scene3d.c: In function 'init_poly': /builddir/build/BUILD/allegro-4.4.2/src/scene3d.c:373:25: warning: this statement may fall through [-Wimplicit-fallthrough=] poly->flags |= INTERP_THRU; /builddir/build/BUILD/allegro-4.4.2/src/scene3d.c:374:10: note: here case DRAW_MODE_COPY_PATTERN: ^~~~ [ 27%] Building C object CMakeFiles/allegro.dir/src/sound.c.o /usr/bin/cc -Dallegro_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_SRC -DALLEGRO_MODULES_PATH='"/usr/lib64/allegro/4.4.2"' -o CMakeFiles/allegro.dir/src/sound.c.o -c /builddir/build/BUILD/allegro-4.4.2/src/sound.c [ 28%] Building C object CMakeFiles/allegro.dir/src/spline.c.o /usr/bin/cc -Dallegro_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_SRC -DALLEGRO_MODULES_PATH='"/usr/lib64/allegro/4.4.2"' -o CMakeFiles/allegro.dir/src/spline.c.o -c /builddir/build/BUILD/allegro-4.4.2/src/spline.c [ 28%] Building C object CMakeFiles/allegro.dir/src/stream.c.o /usr/bin/cc -Dallegro_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_SRC -DALLEGRO_MODULES_PATH='"/usr/lib64/allegro/4.4.2"' -o CMakeFiles/allegro.dir/src/stream.c.o -c /builddir/build/BUILD/allegro-4.4.2/src/stream.c [ 28%] Building C object CMakeFiles/allegro.dir/src/text.c.o /usr/bin/cc -Dallegro_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_SRC -DALLEGRO_MODULES_PATH='"/usr/lib64/allegro/4.4.2"' -o CMakeFiles/allegro.dir/src/text.c.o -c /builddir/build/BUILD/allegro-4.4.2/src/text.c [ 28%] Building C object CMakeFiles/allegro.dir/src/tga.c.o /usr/bin/cc -Dallegro_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_SRC -DALLEGRO_MODULES_PATH='"/usr/lib64/allegro/4.4.2"' -o CMakeFiles/allegro.dir/src/tga.c.o -c /builddir/build/BUILD/allegro-4.4.2/src/tga.c /builddir/build/BUILD/allegro-4.4.2/src/tga.c: In function 'load_tga_pf': /builddir/build/BUILD/allegro-4.4.2/src/tga.c:284:29: warning: variable 'top' set but not used [-Wunused-but-set-variable] short unsigned int left, top, image_width, image_height; ^~~ /builddir/build/BUILD/allegro-4.4.2/src/tga.c:284:23: warning: variable 'left' set but not used [-Wunused-but-set-variable] short unsigned int left, top, image_width, image_height; ^~~~ /builddir/build/BUILD/allegro-4.4.2/src/tga.c:283:23: warning: variable 'first_color' set but not used [-Wunused-but-set-variable] short unsigned int first_color, palette_colors; ^~~~~~~~~~~ [ 28%] Building C object CMakeFiles/allegro.dir/src/timer.c.o /usr/bin/cc -Dallegro_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_SRC -DALLEGRO_MODULES_PATH='"/usr/lib64/allegro/4.4.2"' -o CMakeFiles/allegro.dir/src/timer.c.o -c /builddir/build/BUILD/allegro-4.4.2/src/timer.c [ 29%] Building C object CMakeFiles/allegro.dir/src/unicode.c.o /usr/bin/cc -Dallegro_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_SRC -DALLEGRO_MODULES_PATH='"/usr/lib64/allegro/4.4.2"' -o CMakeFiles/allegro.dir/src/unicode.c.o -c /builddir/build/BUILD/allegro-4.4.2/src/unicode.c [ 29%] Building C object CMakeFiles/allegro.dir/src/vtable.c.o /usr/bin/cc -Dallegro_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_SRC -DALLEGRO_MODULES_PATH='"/usr/lib64/allegro/4.4.2"' -o CMakeFiles/allegro.dir/src/vtable.c.o -c /builddir/build/BUILD/allegro-4.4.2/src/vtable.c [ 29%] Building C object CMakeFiles/allegro.dir/src/vtable15.c.o /usr/bin/cc -Dallegro_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_SRC -DALLEGRO_MODULES_PATH='"/usr/lib64/allegro/4.4.2"' -o CMakeFiles/allegro.dir/src/vtable15.c.o -c /builddir/build/BUILD/allegro-4.4.2/src/vtable15.c [ 29%] Building C object CMakeFiles/allegro.dir/src/vtable16.c.o /usr/bin/cc -Dallegro_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_SRC -DALLEGRO_MODULES_PATH='"/usr/lib64/allegro/4.4.2"' -o CMakeFiles/allegro.dir/src/vtable16.c.o -c /builddir/build/BUILD/allegro-4.4.2/src/vtable16.c [ 29%] Building C object CMakeFiles/allegro.dir/src/vtable24.c.o /usr/bin/cc -Dallegro_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_SRC -DALLEGRO_MODULES_PATH='"/usr/lib64/allegro/4.4.2"' -o CMakeFiles/allegro.dir/src/vtable24.c.o -c /builddir/build/BUILD/allegro-4.4.2/src/vtable24.c [ 30%] Building C object CMakeFiles/allegro.dir/src/vtable32.c.o /usr/bin/cc -Dallegro_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_SRC -DALLEGRO_MODULES_PATH='"/usr/lib64/allegro/4.4.2"' -o CMakeFiles/allegro.dir/src/vtable32.c.o -c /builddir/build/BUILD/allegro-4.4.2/src/vtable32.c [ 30%] Building C object CMakeFiles/allegro.dir/src/vtable8.c.o /usr/bin/cc -Dallegro_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_SRC -DALLEGRO_MODULES_PATH='"/usr/lib64/allegro/4.4.2"' -o CMakeFiles/allegro.dir/src/vtable8.c.o -c /builddir/build/BUILD/allegro-4.4.2/src/vtable8.c [ 30%] Building C object CMakeFiles/allegro.dir/src/c/cblit16.c.o /usr/bin/cc -Dallegro_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_SRC -DALLEGRO_MODULES_PATH='"/usr/lib64/allegro/4.4.2"' -o CMakeFiles/allegro.dir/src/c/cblit16.c.o -c /builddir/build/BUILD/allegro-4.4.2/src/c/cblit16.c [ 30%] Building C object CMakeFiles/allegro.dir/src/c/cblit24.c.o /usr/bin/cc -Dallegro_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_SRC -DALLEGRO_MODULES_PATH='"/usr/lib64/allegro/4.4.2"' -o CMakeFiles/allegro.dir/src/c/cblit24.c.o -c /builddir/build/BUILD/allegro-4.4.2/src/c/cblit24.c [ 30%] Building C object CMakeFiles/allegro.dir/src/c/cblit32.c.o /usr/bin/cc -Dallegro_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_SRC -DALLEGRO_MODULES_PATH='"/usr/lib64/allegro/4.4.2"' -o CMakeFiles/allegro.dir/src/c/cblit32.c.o -c /builddir/build/BUILD/allegro-4.4.2/src/c/cblit32.c [ 31%] Building C object CMakeFiles/allegro.dir/src/c/cblit8.c.o /usr/bin/cc -Dallegro_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_SRC -DALLEGRO_MODULES_PATH='"/usr/lib64/allegro/4.4.2"' -o CMakeFiles/allegro.dir/src/c/cblit8.c.o -c /builddir/build/BUILD/allegro-4.4.2/src/c/cblit8.c [ 31%] Building C object CMakeFiles/allegro.dir/src/c/ccpu.c.o /usr/bin/cc -Dallegro_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_SRC -DALLEGRO_MODULES_PATH='"/usr/lib64/allegro/4.4.2"' -o CMakeFiles/allegro.dir/src/c/ccpu.c.o -c /builddir/build/BUILD/allegro-4.4.2/src/c/ccpu.c [ 31%] Building C object CMakeFiles/allegro.dir/src/c/ccsprite.c.o /usr/bin/cc -Dallegro_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_SRC -DALLEGRO_MODULES_PATH='"/usr/lib64/allegro/4.4.2"' -o CMakeFiles/allegro.dir/src/c/ccsprite.c.o -c /builddir/build/BUILD/allegro-4.4.2/src/c/ccsprite.c [ 31%] Building C object CMakeFiles/allegro.dir/src/c/cgfx15.c.o /usr/bin/cc -Dallegro_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_SRC -DALLEGRO_MODULES_PATH='"/usr/lib64/allegro/4.4.2"' -o CMakeFiles/allegro.dir/src/c/cgfx15.c.o -c /builddir/build/BUILD/allegro-4.4.2/src/c/cgfx15.c [ 31%] Building C object CMakeFiles/allegro.dir/src/c/cgfx16.c.o /usr/bin/cc -Dallegro_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_SRC -DALLEGRO_MODULES_PATH='"/usr/lib64/allegro/4.4.2"' -o CMakeFiles/allegro.dir/src/c/cgfx16.c.o -c /builddir/build/BUILD/allegro-4.4.2/src/c/cgfx16.c [ 32%] Building C object CMakeFiles/allegro.dir/src/c/cgfx24.c.o /usr/bin/cc -Dallegro_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_SRC -DALLEGRO_MODULES_PATH='"/usr/lib64/allegro/4.4.2"' -o CMakeFiles/allegro.dir/src/c/cgfx24.c.o -c /builddir/build/BUILD/allegro-4.4.2/src/c/cgfx24.c [ 32%] Building C object CMakeFiles/allegro.dir/src/c/cgfx32.c.o /usr/bin/cc -Dallegro_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_SRC -DALLEGRO_MODULES_PATH='"/usr/lib64/allegro/4.4.2"' -o CMakeFiles/allegro.dir/src/c/cgfx32.c.o -c /builddir/build/BUILD/allegro-4.4.2/src/c/cgfx32.c [ 32%] Building C object CMakeFiles/allegro.dir/src/c/cgfx8.c.o /usr/bin/cc -Dallegro_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_SRC -DALLEGRO_MODULES_PATH='"/usr/lib64/allegro/4.4.2"' -o CMakeFiles/allegro.dir/src/c/cgfx8.c.o -c /builddir/build/BUILD/allegro-4.4.2/src/c/cgfx8.c [ 32%] Building C object CMakeFiles/allegro.dir/src/c/cmisc.c.o /usr/bin/cc -Dallegro_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_SRC -DALLEGRO_MODULES_PATH='"/usr/lib64/allegro/4.4.2"' -o CMakeFiles/allegro.dir/src/c/cmisc.c.o -c /builddir/build/BUILD/allegro-4.4.2/src/c/cmisc.c [ 32%] Building C object CMakeFiles/allegro.dir/src/c/cscan15.c.o /usr/bin/cc -Dallegro_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_SRC -DALLEGRO_MODULES_PATH='"/usr/lib64/allegro/4.4.2"' -o CMakeFiles/allegro.dir/src/c/cscan15.c.o -c /builddir/build/BUILD/allegro-4.4.2/src/c/cscan15.c [ 33%] Building C object CMakeFiles/allegro.dir/src/c/cscan16.c.o /usr/bin/cc -Dallegro_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_SRC -DALLEGRO_MODULES_PATH='"/usr/lib64/allegro/4.4.2"' -o CMakeFiles/allegro.dir/src/c/cscan16.c.o -c /builddir/build/BUILD/allegro-4.4.2/src/c/cscan16.c [ 33%] Building C object CMakeFiles/allegro.dir/src/c/cscan24.c.o /usr/bin/cc -Dallegro_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_SRC -DALLEGRO_MODULES_PATH='"/usr/lib64/allegro/4.4.2"' -o CMakeFiles/allegro.dir/src/c/cscan24.c.o -c /builddir/build/BUILD/allegro-4.4.2/src/c/cscan24.c [ 33%] Building C object CMakeFiles/allegro.dir/src/c/cscan32.c.o /usr/bin/cc -Dallegro_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_SRC -DALLEGRO_MODULES_PATH='"/usr/lib64/allegro/4.4.2"' -o CMakeFiles/allegro.dir/src/c/cscan32.c.o -c /builddir/build/BUILD/allegro-4.4.2/src/c/cscan32.c [ 33%] Building C object CMakeFiles/allegro.dir/src/c/cscan8.c.o /usr/bin/cc -Dallegro_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_SRC -DALLEGRO_MODULES_PATH='"/usr/lib64/allegro/4.4.2"' -o CMakeFiles/allegro.dir/src/c/cscan8.c.o -c /builddir/build/BUILD/allegro-4.4.2/src/c/cscan8.c [ 33%] Building C object CMakeFiles/allegro.dir/src/c/cspr15.c.o /usr/bin/cc -Dallegro_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_SRC -DALLEGRO_MODULES_PATH='"/usr/lib64/allegro/4.4.2"' -o CMakeFiles/allegro.dir/src/c/cspr15.c.o -c /builddir/build/BUILD/allegro-4.4.2/src/c/cspr15.c [ 34%] Building C object CMakeFiles/allegro.dir/src/c/cspr16.c.o /usr/bin/cc -Dallegro_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_SRC -DALLEGRO_MODULES_PATH='"/usr/lib64/allegro/4.4.2"' -o CMakeFiles/allegro.dir/src/c/cspr16.c.o -c /builddir/build/BUILD/allegro-4.4.2/src/c/cspr16.c [ 34%] Building C object CMakeFiles/allegro.dir/src/c/cspr24.c.o /usr/bin/cc -Dallegro_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_SRC -DALLEGRO_MODULES_PATH='"/usr/lib64/allegro/4.4.2"' -o CMakeFiles/allegro.dir/src/c/cspr24.c.o -c /builddir/build/BUILD/allegro-4.4.2/src/c/cspr24.c [ 34%] Building C object CMakeFiles/allegro.dir/src/c/cspr32.c.o /usr/bin/cc -Dallegro_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_SRC -DALLEGRO_MODULES_PATH='"/usr/lib64/allegro/4.4.2"' -o CMakeFiles/allegro.dir/src/c/cspr32.c.o -c /builddir/build/BUILD/allegro-4.4.2/src/c/cspr32.c [ 34%] Building C object CMakeFiles/allegro.dir/src/c/cspr8.c.o /usr/bin/cc -Dallegro_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_SRC -DALLEGRO_MODULES_PATH='"/usr/lib64/allegro/4.4.2"' -o CMakeFiles/allegro.dir/src/c/cspr8.c.o -c /builddir/build/BUILD/allegro-4.4.2/src/c/cspr8.c [ 34%] Building C object CMakeFiles/allegro.dir/src/c/cstretch.c.o /usr/bin/cc -Dallegro_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_SRC -DALLEGRO_MODULES_PATH='"/usr/lib64/allegro/4.4.2"' -o CMakeFiles/allegro.dir/src/c/cstretch.c.o -c /builddir/build/BUILD/allegro-4.4.2/src/c/cstretch.c [ 35%] Building C object CMakeFiles/allegro.dir/src/c/czscan15.c.o /usr/bin/cc -Dallegro_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_SRC -DALLEGRO_MODULES_PATH='"/usr/lib64/allegro/4.4.2"' -o CMakeFiles/allegro.dir/src/c/czscan15.c.o -c /builddir/build/BUILD/allegro-4.4.2/src/c/czscan15.c [ 35%] Building C object CMakeFiles/allegro.dir/src/c/czscan16.c.o /usr/bin/cc -Dallegro_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_SRC -DALLEGRO_MODULES_PATH='"/usr/lib64/allegro/4.4.2"' -o CMakeFiles/allegro.dir/src/c/czscan16.c.o -c /builddir/build/BUILD/allegro-4.4.2/src/c/czscan16.c [ 35%] Building C object CMakeFiles/allegro.dir/src/c/czscan24.c.o /usr/bin/cc -Dallegro_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_SRC -DALLEGRO_MODULES_PATH='"/usr/lib64/allegro/4.4.2"' -o CMakeFiles/allegro.dir/src/c/czscan24.c.o -c /builddir/build/BUILD/allegro-4.4.2/src/c/czscan24.c [ 35%] Building C object CMakeFiles/allegro.dir/src/c/czscan32.c.o /usr/bin/cc -Dallegro_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_SRC -DALLEGRO_MODULES_PATH='"/usr/lib64/allegro/4.4.2"' -o CMakeFiles/allegro.dir/src/c/czscan32.c.o -c /builddir/build/BUILD/allegro-4.4.2/src/c/czscan32.c [ 36%] Building C object CMakeFiles/allegro.dir/src/c/czscan8.c.o /usr/bin/cc -Dallegro_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_SRC -DALLEGRO_MODULES_PATH='"/usr/lib64/allegro/4.4.2"' -o CMakeFiles/allegro.dir/src/c/czscan8.c.o -c /builddir/build/BUILD/allegro-4.4.2/src/c/czscan8.c [ 36%] Building C object CMakeFiles/allegro.dir/src/misc/ccolconv.c.o /usr/bin/cc -Dallegro_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_SRC -DALLEGRO_MODULES_PATH='"/usr/lib64/allegro/4.4.2"' -o CMakeFiles/allegro.dir/src/misc/ccolconv.c.o -c /builddir/build/BUILD/allegro-4.4.2/src/misc/ccolconv.c [ 36%] Building C object CMakeFiles/allegro.dir/src/misc/colconv.c.o /usr/bin/cc -Dallegro_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_SRC -DALLEGRO_MODULES_PATH='"/usr/lib64/allegro/4.4.2"' -o CMakeFiles/allegro.dir/src/misc/colconv.c.o -c /builddir/build/BUILD/allegro-4.4.2/src/misc/colconv.c [ 36%] Building C object CMakeFiles/allegro.dir/src/unix/alsa9.c.o /usr/bin/cc -Dallegro_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_SRC -DALLEGRO_MODULES_PATH='"/usr/lib64/allegro/4.4.2"' -o CMakeFiles/allegro.dir/src/unix/alsa9.c.o -c /builddir/build/BUILD/allegro-4.4.2/src/unix/alsa9.c make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 36%] Built target docs [ 36%] Building C object CMakeFiles/allegro.dir/src/unix/alsamidi.c.o /usr/bin/cc -Dallegro_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_SRC -DALLEGRO_MODULES_PATH='"/usr/lib64/allegro/4.4.2"' -o CMakeFiles/allegro.dir/src/unix/alsamidi.c.o -c /builddir/build/BUILD/allegro-4.4.2/src/unix/alsamidi.c [ 37%] Building C object CMakeFiles/allegro.dir/src/unix/arts.c.o /usr/bin/cc -Dallegro_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_SRC -DALLEGRO_MODULES_PATH='"/usr/lib64/allegro/4.4.2"' -o CMakeFiles/allegro.dir/src/unix/arts.c.o -c /builddir/build/BUILD/allegro-4.4.2/src/unix/arts.c [ 37%] Building C object CMakeFiles/allegro.dir/src/unix/sgial.c.o /usr/bin/cc -Dallegro_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_SRC -DALLEGRO_MODULES_PATH='"/usr/lib64/allegro/4.4.2"' -o CMakeFiles/allegro.dir/src/unix/sgial.c.o -c /builddir/build/BUILD/allegro-4.4.2/src/unix/sgial.c [ 37%] Building C object CMakeFiles/allegro.dir/src/unix/jack.c.o /usr/bin/cc -Dallegro_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_SRC -DALLEGRO_MODULES_PATH='"/usr/lib64/allegro/4.4.2"' -o CMakeFiles/allegro.dir/src/unix/jack.c.o -c /builddir/build/BUILD/allegro-4.4.2/src/unix/jack.c [ 37%] Building C object CMakeFiles/allegro.dir/src/unix/udjgpp.c.o /usr/bin/cc -Dallegro_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_SRC -DALLEGRO_MODULES_PATH='"/usr/lib64/allegro/4.4.2"' -o CMakeFiles/allegro.dir/src/unix/udjgpp.c.o -c /builddir/build/BUILD/allegro-4.4.2/src/unix/udjgpp.c [ 37%] Building C object CMakeFiles/allegro.dir/src/unix/udrvlist.c.o /usr/bin/cc -Dallegro_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_SRC -DALLEGRO_MODULES_PATH='"/usr/lib64/allegro/4.4.2"' -o CMakeFiles/allegro.dir/src/unix/udrvlist.c.o -c /builddir/build/BUILD/allegro-4.4.2/src/unix/udrvlist.c [ 37%] Building C object CMakeFiles/allegro.dir/src/unix/uesd.c.o /usr/bin/cc -Dallegro_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_SRC -DALLEGRO_MODULES_PATH='"/usr/lib64/allegro/4.4.2"' -o CMakeFiles/allegro.dir/src/unix/uesd.c.o -c /builddir/build/BUILD/allegro-4.4.2/src/unix/uesd.c [ 37%] Building C object CMakeFiles/allegro.dir/src/unix/ufile.c.o /usr/bin/cc -Dallegro_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_SRC -DALLEGRO_MODULES_PATH='"/usr/lib64/allegro/4.4.2"' -o CMakeFiles/allegro.dir/src/unix/ufile.c.o -c /builddir/build/BUILD/allegro-4.4.2/src/unix/ufile.c [ 38%] Building C object CMakeFiles/allegro.dir/src/unix/udummy.c.o /usr/bin/cc -Dallegro_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_SRC -DALLEGRO_MODULES_PATH='"/usr/lib64/allegro/4.4.2"' -o CMakeFiles/allegro.dir/src/unix/udummy.c.o -c /builddir/build/BUILD/allegro-4.4.2/src/unix/udummy.c [ 38%] Building C object CMakeFiles/allegro.dir/src/unix/ugfxdrv.c.o /usr/bin/cc -Dallegro_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_SRC -DALLEGRO_MODULES_PATH='"/usr/lib64/allegro/4.4.2"' -o CMakeFiles/allegro.dir/src/unix/ugfxdrv.c.o -c /builddir/build/BUILD/allegro-4.4.2/src/unix/ugfxdrv.c [ 38%] Building C object CMakeFiles/allegro.dir/src/unix/ujoydrv.c.o /usr/bin/cc -Dallegro_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_SRC -DALLEGRO_MODULES_PATH='"/usr/lib64/allegro/4.4.2"' -o CMakeFiles/allegro.dir/src/unix/ujoydrv.c.o -c /builddir/build/BUILD/allegro-4.4.2/src/unix/ujoydrv.c [ 39%] Building C object CMakeFiles/allegro.dir/src/unix/ukeybd.c.o /usr/bin/cc -Dallegro_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_SRC -DALLEGRO_MODULES_PATH='"/usr/lib64/allegro/4.4.2"' -o CMakeFiles/allegro.dir/src/unix/ukeybd.c.o -c /builddir/build/BUILD/allegro-4.4.2/src/unix/ukeybd.c [ 39%] Building C object CMakeFiles/allegro.dir/src/unix/umain.c.o /usr/bin/cc -Dallegro_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_SRC -DALLEGRO_MODULES_PATH='"/usr/lib64/allegro/4.4.2"' -o CMakeFiles/allegro.dir/src/unix/umain.c.o -c /builddir/build/BUILD/allegro-4.4.2/src/unix/umain.c [ 39%] Building C object CMakeFiles/allegro.dir/src/unix/umodules.c.o /usr/bin/cc -Dallegro_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_SRC -DALLEGRO_MODULES_PATH='"/usr/lib64/allegro/4.4.2"' -o CMakeFiles/allegro.dir/src/unix/umodules.c.o -c /builddir/build/BUILD/allegro-4.4.2/src/unix/umodules.c [ 39%] Building C object CMakeFiles/allegro.dir/src/unix/umouse.c.o /usr/bin/cc -Dallegro_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_SRC -DALLEGRO_MODULES_PATH='"/usr/lib64/allegro/4.4.2"' -o CMakeFiles/allegro.dir/src/unix/umouse.c.o -c /builddir/build/BUILD/allegro-4.4.2/src/unix/umouse.c [ 39%] Building C object CMakeFiles/allegro.dir/src/unix/uoss.c.o /usr/bin/cc -Dallegro_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_SRC -DALLEGRO_MODULES_PATH='"/usr/lib64/allegro/4.4.2"' -o CMakeFiles/allegro.dir/src/unix/uoss.c.o -c /builddir/build/BUILD/allegro-4.4.2/src/unix/uoss.c [ 40%] Building C object CMakeFiles/allegro.dir/src/unix/uossmidi.c.o /usr/bin/cc -Dallegro_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_SRC -DALLEGRO_MODULES_PATH='"/usr/lib64/allegro/4.4.2"' -o CMakeFiles/allegro.dir/src/unix/uossmidi.c.o -c /builddir/build/BUILD/allegro-4.4.2/src/unix/uossmidi.c [ 40%] Building C object CMakeFiles/allegro.dir/src/unix/uptimer.c.o /usr/bin/cc -Dallegro_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_SRC -DALLEGRO_MODULES_PATH='"/usr/lib64/allegro/4.4.2"' -o CMakeFiles/allegro.dir/src/unix/uptimer.c.o -c /builddir/build/BUILD/allegro-4.4.2/src/unix/uptimer.c /builddir/build/BUILD/allegro-4.4.2/src/unix/uoss.c: In function 'oss_update': /builddir/build/BUILD/allegro-4.4.2/src/unix/uoss.c:177:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(oss_fd, oss_bufdata, oss_bufsize); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [ 40%] Building C object CMakeFiles/allegro.dir/src/unix/usigalrm.c.o /usr/bin/cc -Dallegro_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_SRC -DALLEGRO_MODULES_PATH='"/usr/lib64/allegro/4.4.2"' -o CMakeFiles/allegro.dir/src/unix/usigalrm.c.o -c /builddir/build/BUILD/allegro-4.4.2/src/unix/usigalrm.c /builddir/build/BUILD/allegro-4.4.2/src/unix/uossmidi.c: In function 'seq_set_fm_patches': /builddir/build/BUILD/allegro-4.4.2/src/unix/uossmidi.c:264:7: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(fd, &ins, sizeof(ins)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/allegro-4.4.2/src/unix/uossmidi.c:272:7: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(fd, &ins, sizeof(ins)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/linux/soundcard.h: In function 'seqbuf_dump': /builddir/build/BUILD/allegro-4.4.2/src/unix/uossmidi.c:110:7: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(seq_fd, _seqbuf, _seqbufptr); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [ 40%] Building C object CMakeFiles/allegro.dir/src/unix/usnddrv.c.o /usr/bin/cc -Dallegro_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_SRC -DALLEGRO_MODULES_PATH='"/usr/lib64/allegro/4.4.2"' -o CMakeFiles/allegro.dir/src/unix/usnddrv.c.o -c /builddir/build/BUILD/allegro-4.4.2/src/unix/usnddrv.c [ 40%] Building C object CMakeFiles/allegro.dir/src/unix/ustimer.c.o /usr/bin/cc -Dallegro_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_SRC -DALLEGRO_MODULES_PATH='"/usr/lib64/allegro/4.4.2"' -o CMakeFiles/allegro.dir/src/unix/ustimer.c.o -c /builddir/build/BUILD/allegro-4.4.2/src/unix/ustimer.c [ 41%] Building C object CMakeFiles/allegro.dir/src/unix/usystem.c.o /usr/bin/cc -Dallegro_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_SRC -DALLEGRO_MODULES_PATH='"/usr/lib64/allegro/4.4.2"' -o CMakeFiles/allegro.dir/src/unix/usystem.c.o -c /builddir/build/BUILD/allegro-4.4.2/src/unix/usystem.c [ 41%] Building C object CMakeFiles/allegro.dir/src/unix/uthreads.c.o /usr/bin/cc -Dallegro_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_SRC -DALLEGRO_MODULES_PATH='"/usr/lib64/allegro/4.4.2"' -o CMakeFiles/allegro.dir/src/unix/uthreads.c.o -c /builddir/build/BUILD/allegro-4.4.2/src/unix/uthreads.c [ 41%] Building C object CMakeFiles/allegro.dir/src/unix/utimer.c.o /usr/bin/cc -Dallegro_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_SRC -DALLEGRO_MODULES_PATH='"/usr/lib64/allegro/4.4.2"' -o CMakeFiles/allegro.dir/src/unix/utimer.c.o -c /builddir/build/BUILD/allegro-4.4.2/src/unix/utimer.c [ 41%] Building C object CMakeFiles/allegro.dir/src/linux/ljoy.c.o /usr/bin/cc -Dallegro_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_SRC -DALLEGRO_MODULES_PATH='"/usr/lib64/allegro/4.4.2"' -o CMakeFiles/allegro.dir/src/linux/ljoy.c.o -c /builddir/build/BUILD/allegro-4.4.2/src/linux/ljoy.c /builddir/build/BUILD/allegro-4.4.2/src/unix/usystem.c: In function '_unix_get_executable_name': /builddir/build/BUILD/allegro-4.4.2/src/unix/usystem.c:412:7: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(linkname, sizeof(linkname), pipe); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/allegro-4.4.2/src/unix/usystem.c:420:7: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(linkname, sizeof(linkname), pipe); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/allegro-4.4.2/src/unix/usystem.c: In function '_find_executable_file': /builddir/build/BUILD/allegro-4.4.2/src/unix/usystem.c:276:3: warning: ignoring return value of 'getcwd', declared with attribute warn_unused_result [-Wunused-result] getcwd(pathname, sizeof(pathname)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [ 41%] Building C object CMakeFiles/allegro.dir/src/x/xgfxdrv.c.o /usr/bin/cc -Dallegro_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_SRC -DALLEGRO_MODULES_PATH='"/usr/lib64/allegro/4.4.2"' -o CMakeFiles/allegro.dir/src/x/xgfxdrv.c.o -c /builddir/build/BUILD/allegro-4.4.2/src/x/xgfxdrv.c [ 42%] Building C object CMakeFiles/allegro.dir/src/x/xkeyboard.c.o /usr/bin/cc -Dallegro_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_SRC -DALLEGRO_MODULES_PATH='"/usr/lib64/allegro/4.4.2"' -o CMakeFiles/allegro.dir/src/x/xkeyboard.c.o -c /builddir/build/BUILD/allegro-4.4.2/src/x/xkeyboard.c [ 42%] Building C object CMakeFiles/allegro.dir/src/x/xmouse.c.o /usr/bin/cc -Dallegro_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_SRC -DALLEGRO_MODULES_PATH='"/usr/lib64/allegro/4.4.2"' -o CMakeFiles/allegro.dir/src/x/xmouse.c.o -c /builddir/build/BUILD/allegro-4.4.2/src/x/xmouse.c /builddir/build/BUILD/allegro-4.4.2/src/linux/ljoy.c: In function 'joy_init': /builddir/build/BUILD/allegro-4.4.2/src/linux/ljoy.c:58:6: warning: variable 'version' set but not used [-Wunused-but-set-variable] } version; ^~~~~~~ [ 42%] Building C object CMakeFiles/allegro.dir/src/x/xsystem.c.o /usr/bin/cc -Dallegro_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_SRC -DALLEGRO_MODULES_PATH='"/usr/lib64/allegro/4.4.2"' -o CMakeFiles/allegro.dir/src/x/xsystem.c.o -c /builddir/build/BUILD/allegro-4.4.2/src/x/xsystem.c /builddir/build/BUILD/allegro-4.4.2/src/x/xkeyboard.c: In function '_xwin_get_keyboard_mapping': /builddir/build/BUILD/allegro-4.4.2/src/x/xkeyboard.c:620:3: warning: 'XKeycodeToKeysym' is deprecated [-Wdeprecated-declarations] KeySym sym = XKeycodeToKeysym(_xwin.display, ^~~~~~ In file included from /builddir/build/BUILD/allegro-4.4.2/src/x/xkeyboard.c:24:0: /usr/include/X11/Xlib.h:1687:15: note: declared here extern KeySym XKeycodeToKeysym( ^~~~~~~~~~~~~~~~ [ 42%] Building C object CMakeFiles/allegro.dir/src/x/xtimer.c.o /usr/bin/cc -Dallegro_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_SRC -DALLEGRO_MODULES_PATH='"/usr/lib64/allegro/4.4.2"' -o CMakeFiles/allegro.dir/src/x/xtimer.c.o -c /builddir/build/BUILD/allegro-4.4.2/src/x/xtimer.c [ 42%] Building C object CMakeFiles/allegro.dir/src/x/xvtable.c.o /usr/bin/cc -Dallegro_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_SRC -DALLEGRO_MODULES_PATH='"/usr/lib64/allegro/4.4.2"' -o CMakeFiles/allegro.dir/src/x/xvtable.c.o -c /builddir/build/BUILD/allegro-4.4.2/src/x/xvtable.c [ 43%] Building C object CMakeFiles/allegro.dir/src/x/xwin.c.o /usr/bin/cc -Dallegro_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_SRC -DALLEGRO_MODULES_PATH='"/usr/lib64/allegro/4.4.2"' -o CMakeFiles/allegro.dir/src/x/xwin.c.o -c /builddir/build/BUILD/allegro-4.4.2/src/x/xwin.c [ 43%] Building C object CMakeFiles/allegro.dir/src/x/xdga2.c.o /usr/bin/cc -Dallegro_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_SRC -DALLEGRO_MODULES_PATH='"/usr/lib64/allegro/4.4.2"' -o CMakeFiles/allegro.dir/src/x/xdga2.c.o -c /builddir/build/BUILD/allegro-4.4.2/src/x/xdga2.c [ 43%] Linking C shared library lib/liballeg.so /usr/bin/cmake -E cmake_link_script CMakeFiles/allegro.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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -shared -Wl,-soname,liballeg.so.4.4 -o lib/liballeg.so.4.4.2 CMakeFiles/allegro.dir/src/allegro.c.o CMakeFiles/allegro.dir/src/blit.c.o CMakeFiles/allegro.dir/src/bmp.c.o CMakeFiles/allegro.dir/src/clip3d.c.o CMakeFiles/allegro.dir/src/clip3df.c.o CMakeFiles/allegro.dir/src/colblend.c.o CMakeFiles/allegro.dir/src/color.c.o CMakeFiles/allegro.dir/src/config.c.o CMakeFiles/allegro.dir/src/datafile.c.o CMakeFiles/allegro.dir/src/dataregi.c.o CMakeFiles/allegro.dir/src/digmid.c.o CMakeFiles/allegro.dir/src/dither.c.o CMakeFiles/allegro.dir/src/dispsw.c.o CMakeFiles/allegro.dir/src/drvlist.c.o CMakeFiles/allegro.dir/src/file.c.o CMakeFiles/allegro.dir/src/fli.c.o CMakeFiles/allegro.dir/src/flood.c.o CMakeFiles/allegro.dir/src/font.c.o CMakeFiles/allegro.dir/src/fontbios.c.o CMakeFiles/allegro.dir/src/fontbmp.c.o CMakeFiles/allegro.dir/src/fontdat.c.o CMakeFiles/allegro.dir/src/fontgrx.c.o CMakeFiles/allegro.dir/src/fonttxt.c.o CMakeFiles/allegro.dir/src/fsel.c.o CMakeFiles/allegro.dir/src/gfx.c.o CMakeFiles/allegro.dir/src/glyph.c.o CMakeFiles/allegro.dir/src/graphics.c.o CMakeFiles/allegro.dir/src/gsprite.c.o CMakeFiles/allegro.dir/src/gui.c.o CMakeFiles/allegro.dir/src/guiproc.c.o CMakeFiles/allegro.dir/src/inline.c.o CMakeFiles/allegro.dir/src/joystick.c.o CMakeFiles/allegro.dir/src/keyboard.c.o CMakeFiles/allegro.dir/src/lbm.c.o CMakeFiles/allegro.dir/src/libc.c.o CMakeFiles/allegro.dir/src/lzss.c.o CMakeFiles/allegro.dir/src/math.c.o CMakeFiles/allegro.dir/src/math3d.c.o CMakeFiles/allegro.dir/src/midi.c.o CMakeFiles/allegro.dir/src/mixer.c.o CMakeFiles/allegro.dir/src/modesel.c.o CMakeFiles/allegro.dir/src/mouse.c.o CMakeFiles/allegro.dir/src/pcx.c.o CMakeFiles/allegro.dir/src/poly3d.c.o CMakeFiles/allegro.dir/src/polygon.c.o CMakeFiles/allegro.dir/src/quantize.c.o CMakeFiles/allegro.dir/src/quat.c.o CMakeFiles/allegro.dir/src/readbmp.c.o CMakeFiles/allegro.dir/src/readfont.c.o CMakeFiles/allegro.dir/src/readsmp.c.o CMakeFiles/allegro.dir/src/rle.c.o CMakeFiles/allegro.dir/src/rotate.c.o CMakeFiles/allegro.dir/src/rsfb.c.o CMakeFiles/allegro.dir/src/scene3d.c.o CMakeFiles/allegro.dir/src/sound.c.o CMakeFiles/allegro.dir/src/spline.c.o CMakeFiles/allegro.dir/src/stream.c.o CMakeFiles/allegro.dir/src/text.c.o CMakeFiles/allegro.dir/src/tga.c.o CMakeFiles/allegro.dir/src/timer.c.o CMakeFiles/allegro.dir/src/unicode.c.o CMakeFiles/allegro.dir/src/vtable.c.o CMakeFiles/allegro.dir/src/vtable15.c.o CMakeFiles/allegro.dir/src/vtable16.c.o CMakeFiles/allegro.dir/src/vtable24.c.o CMakeFiles/allegro.dir/src/vtable32.c.o CMakeFiles/allegro.dir/src/vtable8.c.o CMakeFiles/allegro.dir/src/c/cblit16.c.o CMakeFiles/allegro.dir/src/c/cblit24.c.o CMakeFiles/allegro.dir/src/c/cblit32.c.o CMakeFiles/allegro.dir/src/c/cblit8.c.o CMakeFiles/allegro.dir/src/c/ccpu.c.o CMakeFiles/allegro.dir/src/c/ccsprite.c.o CMakeFiles/allegro.dir/src/c/cgfx15.c.o CMakeFiles/allegro.dir/src/c/cgfx16.c.o CMakeFiles/allegro.dir/src/c/cgfx24.c.o CMakeFiles/allegro.dir/src/c/cgfx32.c.o CMakeFiles/allegro.dir/src/c/cgfx8.c.o CMakeFiles/allegro.dir/src/c/cmisc.c.o CMakeFiles/allegro.dir/src/c/cscan15.c.o CMakeFiles/allegro.dir/src/c/cscan16.c.o CMakeFiles/allegro.dir/src/c/cscan24.c.o CMakeFiles/allegro.dir/src/c/cscan32.c.o CMakeFiles/allegro.dir/src/c/cscan8.c.o CMakeFiles/allegro.dir/src/c/cspr15.c.o CMakeFiles/allegro.dir/src/c/cspr16.c.o CMakeFiles/allegro.dir/src/c/cspr24.c.o CMakeFiles/allegro.dir/src/c/cspr32.c.o CMakeFiles/allegro.dir/src/c/cspr8.c.o CMakeFiles/allegro.dir/src/c/cstretch.c.o CMakeFiles/allegro.dir/src/c/czscan15.c.o CMakeFiles/allegro.dir/src/c/czscan16.c.o CMakeFiles/allegro.dir/src/c/czscan24.c.o CMakeFiles/allegro.dir/src/c/czscan32.c.o CMakeFiles/allegro.dir/src/c/czscan8.c.o CMakeFiles/allegro.dir/src/misc/ccolconv.c.o CMakeFiles/allegro.dir/src/misc/colconv.c.o CMakeFiles/allegro.dir/src/unix/alsa9.c.o CMakeFiles/allegro.dir/src/unix/alsamidi.c.o CMakeFiles/allegro.dir/src/unix/arts.c.o CMakeFiles/allegro.dir/src/unix/sgial.c.o CMakeFiles/allegro.dir/src/unix/jack.c.o CMakeFiles/allegro.dir/src/unix/udjgpp.c.o CMakeFiles/allegro.dir/src/unix/udrvlist.c.o CMakeFiles/allegro.dir/src/unix/udummy.c.o CMakeFiles/allegro.dir/src/unix/uesd.c.o CMakeFiles/allegro.dir/src/unix/ufile.c.o CMakeFiles/allegro.dir/src/unix/ugfxdrv.c.o CMakeFiles/allegro.dir/src/unix/ujoydrv.c.o CMakeFiles/allegro.dir/src/unix/ukeybd.c.o CMakeFiles/allegro.dir/src/unix/umain.c.o CMakeFiles/allegro.dir/src/unix/umodules.c.o CMakeFiles/allegro.dir/src/unix/umouse.c.o CMakeFiles/allegro.dir/src/unix/uoss.c.o CMakeFiles/allegro.dir/src/unix/uossmidi.c.o CMakeFiles/allegro.dir/src/unix/uptimer.c.o CMakeFiles/allegro.dir/src/unix/usigalrm.c.o CMakeFiles/allegro.dir/src/unix/usnddrv.c.o CMakeFiles/allegro.dir/src/unix/ustimer.c.o CMakeFiles/allegro.dir/src/unix/usystem.c.o CMakeFiles/allegro.dir/src/unix/uthreads.c.o CMakeFiles/allegro.dir/src/unix/utimer.c.o CMakeFiles/allegro.dir/src/linux/ljoy.c.o CMakeFiles/allegro.dir/src/x/xgfxdrv.c.o CMakeFiles/allegro.dir/src/x/xkeyboard.c.o CMakeFiles/allegro.dir/src/x/xmouse.c.o CMakeFiles/allegro.dir/src/x/xsystem.c.o CMakeFiles/allegro.dir/src/x/xtimer.c.o CMakeFiles/allegro.dir/src/x/xvtable.c.o CMakeFiles/allegro.dir/src/x/xwin.c.o CMakeFiles/allegro.dir/src/x/xdga2.c.o -lm -lpthread -lrt -lX11 -lXext -lXext -lXcursor -lXcursor -lXpm -lXxf86vm -ldl /usr/bin/cmake -E cmake_symlink_library lib/liballeg.so.4.4.2 lib/liballeg.so.4.4 lib/liballeg.so make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 43%] Built target allegro make -f addons/allegrogl/CMakeFiles/allegrogl.dir/build.make addons/allegrogl/CMakeFiles/allegrogl.dir/depend make -f addons/loadpng/CMakeFiles/loadpng.dir/build.make addons/loadpng/CMakeFiles/loadpng.dir/depend make -f addons/logg/CMakeFiles/logg.dir/build.make addons/logg/CMakeFiles/logg.dir/depend make -f addons/jpgalleg/CMakeFiles/jpgalleg.dir/build.make addons/jpgalleg/CMakeFiles/jpgalleg.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/addons/allegrogl /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/addons/allegrogl /builddir/build/BUILD/allegro-4.4.2/addons/allegrogl/CMakeFiles/allegrogl.dir/DependInfo.cmake --color= make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/addons/logg /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/addons/logg /builddir/build/BUILD/allegro-4.4.2/addons/logg/CMakeFiles/logg.dir/DependInfo.cmake --color= make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/addons/loadpng /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/addons/loadpng /builddir/build/BUILD/allegro-4.4.2/addons/loadpng/CMakeFiles/loadpng.dir/DependInfo.cmake --color= make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/addons/jpgalleg /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/addons/jpgalleg /builddir/build/BUILD/allegro-4.4.2/addons/jpgalleg/CMakeFiles/jpgalleg.dir/DependInfo.cmake --color= Scanning dependencies of target logg make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f addons/logg/CMakeFiles/logg.dir/build.make addons/logg/CMakeFiles/logg.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' Scanning dependencies of target loadpng make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f addons/loadpng/CMakeFiles/loadpng.dir/build.make addons/loadpng/CMakeFiles/loadpng.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' [ 43%] Building C object addons/logg/CMakeFiles/logg.dir/logg.c.o cd /builddir/build/BUILD/allegro-4.4.2/addons/logg && /usr/bin/cc -Dlogg_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -o CMakeFiles/logg.dir/logg.c.o -c /builddir/build/BUILD/allegro-4.4.2/addons/logg/logg.c [ 43%] Building C object addons/loadpng/CMakeFiles/loadpng.dir/loadpng.c.o Scanning dependencies of target jpgalleg cd /builddir/build/BUILD/allegro-4.4.2/addons/loadpng && /usr/bin/cc -Dloadpng_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2/addons/loadpng -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -o CMakeFiles/loadpng.dir/loadpng.c.o -c /builddir/build/BUILD/allegro-4.4.2/addons/loadpng/loadpng.c make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f addons/jpgalleg/CMakeFiles/jpgalleg.dir/build.make addons/jpgalleg/CMakeFiles/jpgalleg.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' [ 43%] Building C object addons/jpgalleg/CMakeFiles/jpgalleg.dir/src/decode.c.o cd /builddir/build/BUILD/allegro-4.4.2/addons/jpgalleg && /usr/bin/cc -Djpgalleg_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2/addons/jpgalleg/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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -o CMakeFiles/jpgalleg.dir/src/decode.c.o -c /builddir/build/BUILD/allegro-4.4.2/addons/jpgalleg/src/decode.c Scanning dependencies of target allegrogl make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f addons/allegrogl/CMakeFiles/allegrogl.dir/build.make addons/allegrogl/CMakeFiles/allegrogl.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' [ 43%] Building C object addons/allegrogl/CMakeFiles/allegrogl.dir/src/alleggl.c.o cd /builddir/build/BUILD/allegro-4.4.2/addons/allegrogl && /usr/bin/cc -Dallegrogl_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2/addons/allegrogl/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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_GL_SRC_BUILD -o CMakeFiles/allegrogl.dir/src/alleggl.c.o -c /builddir/build/BUILD/allegro-4.4.2/addons/allegrogl/src/alleggl.c /builddir/build/BUILD/allegro-4.4.2/addons/loadpng/loadpng.c: In function 'really_load_png': /builddir/build/BUILD/allegro-4.4.2/addons/loadpng/loadpng.c:99:9: warning: variable 'tRNS_to_alpha' set but not used [-Wunused-but-set-variable] int tRNS_to_alpha = FALSE; ^~~~~~~~~~~~~ /builddir/build/BUILD/allegro-4.4.2/addons/jpgalleg/src/decode.c: In function 'decode_progressive_block': /builddir/build/BUILD/allegro-4.4.2/addons/jpgalleg/src/decode.c:710:17: warning: left shift of negative value [-Wshift-negative-value] n_bit = (-1) << successive_low; ^~ /builddir/build/BUILD/allegro-4.4.2/addons/jpgalleg/src/decode.c: At top level: /builddir/build/BUILD/allegro-4.4.2/addons/jpgalleg/src/decode.c:483:15: warning: 'get_bits' is static but used in inline function 'get_value' which is not static int result = get_bits(category); ^~~~~~~~ In file included from /builddir/build/BUILD/allegro-4.4.2/addons/jpgalleg/src/decode.c:21:0: /builddir/build/BUILD/allegro-4.4.2/addons/jpgalleg/include/internal.h:186:19: warning: inline function '_jpeg_get_bit' declared but never defined extern INLINE int _jpeg_get_bit(void); ^~~~~~~~~~~~~ [ 43%] Linking C shared library ../../lib/liblogg.so cd /builddir/build/BUILD/allegro-4.4.2/addons/logg && /usr/bin/cmake -E cmake_link_script CMakeFiles/logg.dir/link.txt --verbose=1 [ 43%] Building C object addons/loadpng/CMakeFiles/loadpng.dir/savepng.c.o cd /builddir/build/BUILD/allegro-4.4.2/addons/loadpng && /usr/bin/cc -Dloadpng_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2/addons/loadpng -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -o CMakeFiles/loadpng.dir/savepng.c.o -c /builddir/build/BUILD/allegro-4.4.2/addons/loadpng/savepng.c /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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -shared -Wl,-soname,liblogg.so.4.4 -o ../../lib/liblogg.so.4.4.2 CMakeFiles/logg.dir/logg.c.o -Wl,-rpath,/builddir/build/BUILD/allegro-4.4.2/lib: ../../lib/liballeg.so.4.4.2 -lvorbisfile -lvorbis -logg -lm -lpthread -lrt -lX11 -lXext -lXcursor -lXpm -lXxf86vm -ldl cd /builddir/build/BUILD/allegro-4.4.2/addons/logg && /usr/bin/cmake -E cmake_symlink_library ../../lib/liblogg.so.4.4.2 ../../lib/liblogg.so.4.4 ../../lib/liblogg.so make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 43%] Built target logg [ 43%] Building C object addons/jpgalleg/CMakeFiles/jpgalleg.dir/src/encode.c.o cd /builddir/build/BUILD/allegro-4.4.2/addons/jpgalleg && /usr/bin/cc -Djpgalleg_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2/addons/jpgalleg/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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -o CMakeFiles/jpgalleg.dir/src/encode.c.o -c /builddir/build/BUILD/allegro-4.4.2/addons/jpgalleg/src/encode.c In file included from /builddir/build/BUILD/allegro-4.4.2/addons/jpgalleg/src/encode.c:21:0: /builddir/build/BUILD/allegro-4.4.2/addons/jpgalleg/include/internal.h:186:19: warning: inline function '_jpeg_get_bit' declared but never defined extern INLINE int _jpeg_get_bit(void); ^~~~~~~~~~~~~ [ 43%] Building C object addons/loadpng/CMakeFiles/loadpng.dir/regpng.c.o cd /builddir/build/BUILD/allegro-4.4.2/addons/loadpng && /usr/bin/cc -Dloadpng_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2/addons/loadpng -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -o CMakeFiles/loadpng.dir/regpng.c.o -c /builddir/build/BUILD/allegro-4.4.2/addons/loadpng/regpng.c [ 44%] Linking C shared library ../../lib/libloadpng.so cd /builddir/build/BUILD/allegro-4.4.2/addons/loadpng && /usr/bin/cmake -E cmake_link_script CMakeFiles/loadpng.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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -shared -Wl,-soname,libloadpng.so.4.4 -o ../../lib/libloadpng.so.4.4.2 CMakeFiles/loadpng.dir/loadpng.c.o CMakeFiles/loadpng.dir/savepng.c.o CMakeFiles/loadpng.dir/regpng.c.o -Wl,-rpath,/builddir/build/BUILD/allegro-4.4.2/lib: ../../lib/liballeg.so.4.4.2 -lpng -lz -lm -lpthread -lrt -lX11 -lXext -lXcursor -lXpm -lXxf86vm -ldl [ 44%] Building C object addons/allegrogl/CMakeFiles/allegrogl.dir/src/glvtable.c.o cd /builddir/build/BUILD/allegro-4.4.2/addons/allegrogl && /usr/bin/cc -Dallegrogl_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2/addons/allegrogl/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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_GL_SRC_BUILD -o CMakeFiles/allegrogl.dir/src/glvtable.c.o -c /builddir/build/BUILD/allegro-4.4.2/addons/allegrogl/src/glvtable.c cd /builddir/build/BUILD/allegro-4.4.2/addons/loadpng && /usr/bin/cmake -E cmake_symlink_library ../../lib/libloadpng.so.4.4.2 ../../lib/libloadpng.so.4.4 ../../lib/libloadpng.so make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 44%] Built target loadpng [ 44%] Building C object addons/jpgalleg/CMakeFiles/jpgalleg.dir/src/error.c.o cd /builddir/build/BUILD/allegro-4.4.2/addons/jpgalleg && /usr/bin/cc -Djpgalleg_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2/addons/jpgalleg/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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -o CMakeFiles/jpgalleg.dir/src/error.c.o -c /builddir/build/BUILD/allegro-4.4.2/addons/jpgalleg/src/error.c make -f examples/CMakeFiles/exzbuf.dir/build.make examples/CMakeFiles/exzbuf.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2/examples/CMakeFiles/exzbuf.dir/DependInfo.cmake --color= make -f examples/CMakeFiles/exunicod.dir/build.make examples/CMakeFiles/exunicod.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2/examples/CMakeFiles/exunicod.dir/DependInfo.cmake --color= Scanning dependencies of target exzbuf make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f examples/CMakeFiles/exzbuf.dir/build.make examples/CMakeFiles/exzbuf.dir/build Scanning dependencies of target exunicod make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f examples/CMakeFiles/exunicod.dir/build.make examples/CMakeFiles/exunicod.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' In file included from /builddir/build/BUILD/allegro-4.4.2/addons/jpgalleg/src/error.c:22:0: /builddir/build/BUILD/allegro-4.4.2/addons/jpgalleg/include/internal.h:186:19: warning: inline function '_jpeg_get_bit' declared but never defined extern INLINE int _jpeg_get_bit(void); ^~~~~~~~~~~~~ [ 44%] Building C object examples/CMakeFiles/exunicod.dir/exunicod.c.o cd /builddir/build/BUILD/allegro-4.4.2/examples && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/exunicod.dir/exunicod.c.o -c /builddir/build/BUILD/allegro-4.4.2/examples/exunicod.c [ 44%] Building C object examples/CMakeFiles/exzbuf.dir/exzbuf.c.o cd /builddir/build/BUILD/allegro-4.4.2/examples && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/exzbuf.dir/exzbuf.c.o -c /builddir/build/BUILD/allegro-4.4.2/examples/exzbuf.c [ 45%] Building C object addons/jpgalleg/CMakeFiles/jpgalleg.dir/src/init.c.o cd /builddir/build/BUILD/allegro-4.4.2/addons/jpgalleg && /usr/bin/cc -Djpgalleg_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2/addons/jpgalleg/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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -o CMakeFiles/jpgalleg.dir/src/init.c.o -c /builddir/build/BUILD/allegro-4.4.2/addons/jpgalleg/src/init.c In file included from /builddir/build/BUILD/allegro-4.4.2/addons/jpgalleg/src/init.c:22:0: /builddir/build/BUILD/allegro-4.4.2/addons/jpgalleg/include/internal.h:186:19: warning: inline function '_jpeg_get_bit' declared but never defined extern INLINE int _jpeg_get_bit(void); ^~~~~~~~~~~~~ [ 45%] Linking C executable exunicod cd /builddir/build/BUILD/allegro-4.4.2/examples && /usr/bin/cmake -E cmake_link_script CMakeFiles/exunicod.dir/link.txt --verbose=1 [ 45%] Building C object addons/jpgalleg/CMakeFiles/jpgalleg.dir/src/io.c.o cd /builddir/build/BUILD/allegro-4.4.2/addons/jpgalleg && /usr/bin/cc -Djpgalleg_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2/addons/jpgalleg/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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -o CMakeFiles/jpgalleg.dir/src/io.c.o -c /builddir/build/BUILD/allegro-4.4.2/addons/jpgalleg/src/io.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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/exunicod.dir/exunicod.c.o -o exunicod -Wl,-rpath,/builddir/build/BUILD/allegro-4.4.2/lib ../lib/liballeg.so.4.4.2 -lm -lpthread -lrt -lX11 -lXext -lXcursor -lXpm -lXxf86vm -ldl [ 46%] Linking C executable exzbuf cd /builddir/build/BUILD/allegro-4.4.2/examples && /usr/bin/cmake -E cmake_link_script CMakeFiles/exzbuf.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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/exzbuf.dir/exzbuf.c.o -o exzbuf -Wl,-rpath,/builddir/build/BUILD/allegro-4.4.2/lib ../lib/liballeg.so.4.4.2 -lm -lpthread -lrt -lX11 -lXext -lXcursor -lXpm -lXxf86vm -ldl make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 46%] Built target exunicod make -f examples/CMakeFiles/extimer.dir/build.make examples/CMakeFiles/extimer.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2/examples/CMakeFiles/extimer.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 46%] Built target exzbuf Scanning dependencies of target extimer make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f examples/CMakeFiles/extimer.dir/build.make examples/CMakeFiles/extimer.dir/build [ 46%] Building C object addons/jpgalleg/CMakeFiles/jpgalleg.dir/src/jpgalleg.c.o cd /builddir/build/BUILD/allegro-4.4.2/addons/jpgalleg && /usr/bin/cc -Djpgalleg_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2/addons/jpgalleg/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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -o CMakeFiles/jpgalleg.dir/src/jpgalleg.c.o -c /builddir/build/BUILD/allegro-4.4.2/addons/jpgalleg/src/jpgalleg.c make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' [ 47%] Building C object examples/CMakeFiles/extimer.dir/extimer.c.o cd /builddir/build/BUILD/allegro-4.4.2/examples && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/extimer.dir/extimer.c.o -c /builddir/build/BUILD/allegro-4.4.2/examples/extimer.c make -f examples/CMakeFiles/exswitch.dir/build.make examples/CMakeFiles/exswitch.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2/examples/CMakeFiles/exswitch.dir/DependInfo.cmake --color= Scanning dependencies of target exswitch make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f examples/CMakeFiles/exswitch.dir/build.make examples/CMakeFiles/exswitch.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' In file included from /builddir/build/BUILD/allegro-4.4.2/addons/jpgalleg/src/jpgalleg.c:22:0: /builddir/build/BUILD/allegro-4.4.2/addons/jpgalleg/include/internal.h:186:19: warning: inline function '_jpeg_get_bit' declared but never defined extern INLINE int _jpeg_get_bit(void); ^~~~~~~~~~~~~ [ 47%] Building C object examples/CMakeFiles/exswitch.dir/exswitch.c.o cd /builddir/build/BUILD/allegro-4.4.2/examples && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/exswitch.dir/exswitch.c.o -c /builddir/build/BUILD/allegro-4.4.2/examples/exswitch.c [ 47%] Linking C executable extimer cd /builddir/build/BUILD/allegro-4.4.2/examples && /usr/bin/cmake -E cmake_link_script CMakeFiles/extimer.dir/link.txt --verbose=1 [ 47%] Linking C shared library ../../lib/libjpgalleg.so cd /builddir/build/BUILD/allegro-4.4.2/addons/jpgalleg && /usr/bin/cmake -E cmake_link_script CMakeFiles/jpgalleg.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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/extimer.dir/extimer.c.o -o extimer -Wl,-rpath,/builddir/build/BUILD/allegro-4.4.2/lib ../lib/liballeg.so.4.4.2 -lm -lpthread -lrt -lX11 -lXext -lXcursor -lXpm -lXxf86vm -ldl /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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -shared -Wl,-soname,libjpgalleg.so.4.4 -o ../../lib/libjpgalleg.so.4.4.2 CMakeFiles/jpgalleg.dir/src/decode.c.o CMakeFiles/jpgalleg.dir/src/encode.c.o CMakeFiles/jpgalleg.dir/src/error.c.o CMakeFiles/jpgalleg.dir/src/init.c.o CMakeFiles/jpgalleg.dir/src/io.c.o CMakeFiles/jpgalleg.dir/src/jpgalleg.c.o -Wl,-rpath,/builddir/build/BUILD/allegro-4.4.2/lib: ../../lib/liballeg.so.4.4.2 -lm -lpthread -lrt -lX11 -lXext -lXcursor -lXpm -lXxf86vm -ldl make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 47%] Built target extimer cd /builddir/build/BUILD/allegro-4.4.2/addons/jpgalleg && /usr/bin/cmake -E cmake_symlink_library ../../lib/libjpgalleg.so.4.4.2 ../../lib/libjpgalleg.so.4.4 ../../lib/libjpgalleg.so [ 48%] Building C object addons/allegrogl/CMakeFiles/allegrogl.dir/src/scorer.c.o cd /builddir/build/BUILD/allegro-4.4.2/addons/allegrogl && /usr/bin/cc -Dallegrogl_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2/addons/allegrogl/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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_GL_SRC_BUILD -o CMakeFiles/allegrogl.dir/src/scorer.c.o -c /builddir/build/BUILD/allegro-4.4.2/addons/allegrogl/src/scorer.c make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 48%] Built target jpgalleg [ 48%] Building C object addons/allegrogl/CMakeFiles/allegrogl.dir/src/math.c.o cd /builddir/build/BUILD/allegro-4.4.2/addons/allegrogl && /usr/bin/cc -Dallegrogl_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2/addons/allegrogl/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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_GL_SRC_BUILD -o CMakeFiles/allegrogl.dir/src/math.c.o -c /builddir/build/BUILD/allegro-4.4.2/addons/allegrogl/src/math.c [ 48%] Linking C executable exswitch cd /builddir/build/BUILD/allegro-4.4.2/examples && /usr/bin/cmake -E cmake_link_script CMakeFiles/exswitch.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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/exswitch.dir/exswitch.c.o -o exswitch -Wl,-rpath,/builddir/build/BUILD/allegro-4.4.2/lib ../lib/liballeg.so.4.4.2 -lm -lpthread -lrt -lX11 -lXext -lXcursor -lXpm -lXxf86vm -ldl make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 48%] Built target exswitch [ 48%] Building C object addons/allegrogl/CMakeFiles/allegrogl.dir/src/aglf.c.o cd /builddir/build/BUILD/allegro-4.4.2/addons/allegrogl && /usr/bin/cc -Dallegrogl_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2/addons/allegrogl/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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_GL_SRC_BUILD -o CMakeFiles/allegrogl.dir/src/aglf.c.o -c /builddir/build/BUILD/allegro-4.4.2/addons/allegrogl/src/aglf.c make -f examples/CMakeFiles/exstream.dir/build.make examples/CMakeFiles/exstream.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2/examples/CMakeFiles/exstream.dir/DependInfo.cmake --color= Scanning dependencies of target exstream make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f examples/CMakeFiles/exstream.dir/build.make examples/CMakeFiles/exstream.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' [ 48%] Building C object examples/CMakeFiles/exstream.dir/exstream.c.o cd /builddir/build/BUILD/allegro-4.4.2/examples && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/exstream.dir/exstream.c.o -c /builddir/build/BUILD/allegro-4.4.2/examples/exstream.c [ 49%] Linking C executable exstream cd /builddir/build/BUILD/allegro-4.4.2/examples && /usr/bin/cmake -E cmake_link_script CMakeFiles/exstream.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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/exstream.dir/exstream.c.o -o exstream -Wl,-rpath,/builddir/build/BUILD/allegro-4.4.2/lib ../lib/liballeg.so.4.4.2 -lm -lpthread -lrt -lX11 -lXext -lXcursor -lXpm -lXxf86vm -ldl make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 49%] Built target exstream make -f examples/CMakeFiles/extrans2.dir/build.make examples/CMakeFiles/extrans2.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2/examples/CMakeFiles/extrans2.dir/DependInfo.cmake --color= make -f examples/CMakeFiles/exstars.dir/build.make examples/CMakeFiles/exstars.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2/examples/CMakeFiles/exstars.dir/DependInfo.cmake --color= [ 50%] Building C object addons/allegrogl/CMakeFiles/allegrogl.dir/src/texture.c.o [ 50%] Building C object addons/allegrogl/CMakeFiles/allegrogl.dir/src/fontconv.c.o cd /builddir/build/BUILD/allegro-4.4.2/addons/allegrogl && /usr/bin/cc -Dallegrogl_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2/addons/allegrogl/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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_GL_SRC_BUILD -o CMakeFiles/allegrogl.dir/src/texture.c.o -c /builddir/build/BUILD/allegro-4.4.2/addons/allegrogl/src/texture.c cd /builddir/build/BUILD/allegro-4.4.2/addons/allegrogl && /usr/bin/cc -Dallegrogl_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2/addons/allegrogl/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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_GL_SRC_BUILD -o CMakeFiles/allegrogl.dir/src/fontconv.c.o -c /builddir/build/BUILD/allegro-4.4.2/addons/allegrogl/src/fontconv.c Scanning dependencies of target extrans2 make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f examples/CMakeFiles/extrans2.dir/build.make examples/CMakeFiles/extrans2.dir/build Scanning dependencies of target exstars make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f examples/CMakeFiles/exstars.dir/build.make examples/CMakeFiles/exstars.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' [ 50%] Building C object examples/CMakeFiles/exstars.dir/exstars.c.o cd /builddir/build/BUILD/allegro-4.4.2/examples && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/exstars.dir/exstars.c.o -c /builddir/build/BUILD/allegro-4.4.2/examples/exstars.c [ 50%] Building C object examples/CMakeFiles/extrans2.dir/extrans2.c.o cd /builddir/build/BUILD/allegro-4.4.2/examples && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/extrans2.dir/extrans2.c.o -c /builddir/build/BUILD/allegro-4.4.2/examples/extrans2.c [ 51%] Linking C executable extrans2 cd /builddir/build/BUILD/allegro-4.4.2/examples && /usr/bin/cmake -E cmake_link_script CMakeFiles/extrans2.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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/extrans2.dir/extrans2.c.o -o extrans2 -Wl,-rpath,/builddir/build/BUILD/allegro-4.4.2/lib ../lib/liballeg.so.4.4.2 -lm -lpthread -lrt -lX11 -lXext -lXcursor -lXpm -lXxf86vm -ldl /builddir/build/BUILD/allegro-4.4.2/addons/allegrogl/src/fontconv.c: In function 'agl_extract_font_range': /builddir/build/BUILD/allegro-4.4.2/addons/allegrogl/src/fontconv.c:447:6: warning: variable 'count' set but not used [-Wunused-but-set-variable] int count; ^~~~~ make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 51%] Built target extrans2 make -f examples/CMakeFiles/exsprite.dir/build.make examples/CMakeFiles/exsprite.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2/examples/CMakeFiles/exsprite.dir/DependInfo.cmake --color= Scanning dependencies of target exsprite make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f examples/CMakeFiles/exsprite.dir/build.make examples/CMakeFiles/exsprite.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' [ 51%] Building C object examples/CMakeFiles/exsprite.dir/exsprite.c.o cd /builddir/build/BUILD/allegro-4.4.2/examples && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/exsprite.dir/exsprite.c.o -c /builddir/build/BUILD/allegro-4.4.2/examples/exsprite.c [ 51%] Building C object addons/allegrogl/CMakeFiles/allegrogl.dir/src/glext.c.o cd /builddir/build/BUILD/allegro-4.4.2/addons/allegrogl && /usr/bin/cc -Dallegrogl_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2/addons/allegrogl/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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_GL_SRC_BUILD -o CMakeFiles/allegrogl.dir/src/glext.c.o -c /builddir/build/BUILD/allegro-4.4.2/addons/allegrogl/src/glext.c [ 51%] Linking C executable exstars cd /builddir/build/BUILD/allegro-4.4.2/examples && /usr/bin/cmake -E cmake_link_script CMakeFiles/exstars.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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/exstars.dir/exstars.c.o -o exstars -Wl,-rpath,/builddir/build/BUILD/allegro-4.4.2/lib ../lib/liballeg.so.4.4.2 -lm -lpthread -lrt -lX11 -lXext -lXcursor -lXpm -lXxf86vm -ldl [ 52%] Linking C executable exsprite cd /builddir/build/BUILD/allegro-4.4.2/examples && /usr/bin/cmake -E cmake_link_script CMakeFiles/exsprite.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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/exsprite.dir/exsprite.c.o -o exsprite -Wl,-rpath,/builddir/build/BUILD/allegro-4.4.2/lib ../lib/liballeg.so.4.4.2 -lm -lpthread -lrt -lX11 -lXext -lXcursor -lXpm -lXxf86vm -ldl make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 52%] Built target exstars [ 52%] Building C object addons/allegrogl/CMakeFiles/allegrogl.dir/src/gui.c.o cd /builddir/build/BUILD/allegro-4.4.2/addons/allegrogl && /usr/bin/cc -Dallegrogl_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2/addons/allegrogl/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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_GL_SRC_BUILD -o CMakeFiles/allegrogl.dir/src/gui.c.o -c /builddir/build/BUILD/allegro-4.4.2/addons/allegrogl/src/gui.c make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f examples/CMakeFiles/exshade.dir/build.make examples/CMakeFiles/exshade.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2/examples/CMakeFiles/exshade.dir/DependInfo.cmake --color= [ 52%] Built target exsprite make -f examples/CMakeFiles/exscroll.dir/build.make examples/CMakeFiles/exscroll.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2/examples/CMakeFiles/exscroll.dir/DependInfo.cmake --color= Scanning dependencies of target exshade make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f examples/CMakeFiles/exshade.dir/build.make examples/CMakeFiles/exshade.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' Scanning dependencies of target exscroll make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f examples/CMakeFiles/exscroll.dir/build.make examples/CMakeFiles/exscroll.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' [ 53%] Building C object examples/CMakeFiles/exshade.dir/exshade.c.o cd /builddir/build/BUILD/allegro-4.4.2/examples && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/exshade.dir/exshade.c.o -c /builddir/build/BUILD/allegro-4.4.2/examples/exshade.c [ 53%] Building C object examples/CMakeFiles/exscroll.dir/exscroll.c.o cd /builddir/build/BUILD/allegro-4.4.2/examples && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/exscroll.dir/exscroll.c.o -c /builddir/build/BUILD/allegro-4.4.2/examples/exscroll.c [ 53%] Linking C executable exshade cd /builddir/build/BUILD/allegro-4.4.2/examples && /usr/bin/cmake -E cmake_link_script CMakeFiles/exshade.dir/link.txt --verbose=1 [ 53%] Linking C executable exscroll cd /builddir/build/BUILD/allegro-4.4.2/examples && /usr/bin/cmake -E cmake_link_script CMakeFiles/exscroll.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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/exshade.dir/exshade.c.o -o exshade -Wl,-rpath,/builddir/build/BUILD/allegro-4.4.2/lib ../lib/liballeg.so.4.4.2 -lm -lpthread -lrt -lX11 -lXext -lXcursor -lXpm -lXxf86vm -ldl /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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/exscroll.dir/exscroll.c.o -o exscroll -Wl,-rpath,/builddir/build/BUILD/allegro-4.4.2/lib ../lib/liballeg.so.4.4.2 -lm -lpthread -lrt -lX11 -lXext -lXcursor -lXpm -lXxf86vm -ldl make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 53%] Built target exshade make -f examples/CMakeFiles/extruec.dir/build.make examples/CMakeFiles/extruec.dir/depend [ 53%] Built target exscroll make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2/examples/CMakeFiles/extruec.dir/DependInfo.cmake --color= [ 53%] Building C object addons/allegrogl/CMakeFiles/allegrogl.dir/src/videovtb.c.o cd /builddir/build/BUILD/allegro-4.4.2/addons/allegrogl && /usr/bin/cc -Dallegrogl_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2/addons/allegrogl/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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_GL_SRC_BUILD -o CMakeFiles/allegrogl.dir/src/videovtb.c.o -c /builddir/build/BUILD/allegro-4.4.2/addons/allegrogl/src/videovtb.c [ 53%] Building C object addons/allegrogl/CMakeFiles/allegrogl.dir/src/x.c.o cd /builddir/build/BUILD/allegro-4.4.2/addons/allegrogl && /usr/bin/cc -Dallegrogl_EXPORTS -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2/addons/allegrogl/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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -fPIC -DALLEGRO_GL_SRC_BUILD -o CMakeFiles/allegrogl.dir/src/x.c.o -c /builddir/build/BUILD/allegro-4.4.2/addons/allegrogl/src/x.c Scanning dependencies of target extruec make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f examples/CMakeFiles/extruec.dir/build.make examples/CMakeFiles/extruec.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' [ 53%] Building C object examples/CMakeFiles/extruec.dir/extruec.c.o cd /builddir/build/BUILD/allegro-4.4.2/examples && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/extruec.dir/extruec.c.o -c /builddir/build/BUILD/allegro-4.4.2/examples/extruec.c [ 53%] Linking C executable extruec cd /builddir/build/BUILD/allegro-4.4.2/examples && /usr/bin/cmake -E cmake_link_script CMakeFiles/extruec.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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/extruec.dir/extruec.c.o -o extruec -Wl,-rpath,/builddir/build/BUILD/allegro-4.4.2/lib ../lib/liballeg.so.4.4.2 -lm -lpthread -lrt -lX11 -lXext -lXcursor -lXpm -lXxf86vm -ldl make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 53%] Built target extruec make -f examples/CMakeFiles/exspline.dir/build.make examples/CMakeFiles/exspline.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2/examples/CMakeFiles/exspline.dir/DependInfo.cmake --color= Scanning dependencies of target exspline make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f examples/CMakeFiles/exspline.dir/build.make examples/CMakeFiles/exspline.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' [ 53%] Building C object examples/CMakeFiles/exspline.dir/exspline.c.o cd /builddir/build/BUILD/allegro-4.4.2/examples && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/exspline.dir/exspline.c.o -c /builddir/build/BUILD/allegro-4.4.2/examples/exspline.c [ 53%] Linking C executable exspline cd /builddir/build/BUILD/allegro-4.4.2/examples && /usr/bin/cmake -E cmake_link_script CMakeFiles/exspline.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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/exspline.dir/exspline.c.o -o exspline -Wl,-rpath,/builddir/build/BUILD/allegro-4.4.2/lib ../lib/liballeg.so.4.4.2 -lm -lpthread -lrt -lX11 -lXext -lXcursor -lXpm -lXxf86vm -ldl make -f examples/CMakeFiles/exexedat.dir/build.make examples/CMakeFiles/exexedat.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2/examples/CMakeFiles/exexedat.dir/DependInfo.cmake --color= Scanning dependencies of target exexedat make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f examples/CMakeFiles/exexedat.dir/build.make examples/CMakeFiles/exexedat.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 53%] Building C object examples/CMakeFiles/exexedat.dir/exexedat.c.o cd /builddir/build/BUILD/allegro-4.4.2/examples && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/exexedat.dir/exexedat.c.o -c /builddir/build/BUILD/allegro-4.4.2/examples/exexedat.c [ 53%] Built target exspline make -f examples/CMakeFiles/exdbuf.dir/build.make examples/CMakeFiles/exdbuf.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2/examples/CMakeFiles/exdbuf.dir/DependInfo.cmake --color= Scanning dependencies of target exdbuf make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f examples/CMakeFiles/exdbuf.dir/build.make examples/CMakeFiles/exdbuf.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' [ 53%] Building C object examples/CMakeFiles/exdbuf.dir/exdbuf.c.o cd /builddir/build/BUILD/allegro-4.4.2/examples && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/exdbuf.dir/exdbuf.c.o -c /builddir/build/BUILD/allegro-4.4.2/examples/exdbuf.c make -f examples/CMakeFiles/exdata.dir/build.make examples/CMakeFiles/exdata.dir/depend [ 53%] Linking C executable exexedat cd /builddir/build/BUILD/allegro-4.4.2/examples && /usr/bin/cmake -E cmake_link_script CMakeFiles/exexedat.dir/link.txt --verbose=1 make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2/examples/CMakeFiles/exdata.dir/DependInfo.cmake --color= /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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/exexedat.dir/exexedat.c.o -o exexedat -Wl,-rpath,/builddir/build/BUILD/allegro-4.4.2/lib ../lib/liballeg.so.4.4.2 -lm -lpthread -lrt -lX11 -lXext -lXcursor -lXpm -lXxf86vm -ldl Scanning dependencies of target exdata make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f examples/CMakeFiles/exdata.dir/build.make examples/CMakeFiles/exdata.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' [ 53%] Building C object examples/CMakeFiles/exdata.dir/exdata.c.o cd /builddir/build/BUILD/allegro-4.4.2/examples && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/exdata.dir/exdata.c.o -c /builddir/build/BUILD/allegro-4.4.2/examples/exdata.c make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 53%] Built target exexedat make -f examples/CMakeFiles/excustom.dir/build.make examples/CMakeFiles/excustom.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2/examples/CMakeFiles/excustom.dir/DependInfo.cmake --color= [ 54%] Linking C executable exdbuf cd /builddir/build/BUILD/allegro-4.4.2/examples && /usr/bin/cmake -E cmake_link_script CMakeFiles/exdbuf.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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/exdbuf.dir/exdbuf.c.o -o exdbuf -Wl,-rpath,/builddir/build/BUILD/allegro-4.4.2/lib ../lib/liballeg.so.4.4.2 -lm -lpthread -lrt -lX11 -lXext -lXcursor -lXpm -lXxf86vm -ldl Scanning dependencies of target excustom make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f examples/CMakeFiles/excustom.dir/build.make examples/CMakeFiles/excustom.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' [ 55%] Building C object examples/CMakeFiles/excustom.dir/excustom.c.o cd /builddir/build/BUILD/allegro-4.4.2/examples && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/excustom.dir/excustom.c.o -c /builddir/build/BUILD/allegro-4.4.2/examples/excustom.c make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 55%] Built target exdbuf make -f examples/CMakeFiles/exrotscl.dir/build.make examples/CMakeFiles/exrotscl.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2/examples/CMakeFiles/exrotscl.dir/DependInfo.cmake --color= [ 55%] Linking C executable exdata cd /builddir/build/BUILD/allegro-4.4.2/examples && /usr/bin/cmake -E cmake_link_script CMakeFiles/exdata.dir/link.txt --verbose=1 Scanning dependencies of target exrotscl make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f examples/CMakeFiles/exrotscl.dir/build.make examples/CMakeFiles/exrotscl.dir/build /usr/bin/cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/exdata.dir/exdata.c.o -o exdata -Wl,-rpath,/builddir/build/BUILD/allegro-4.4.2/lib ../lib/liballeg.so.4.4.2 -lm -lpthread -lrt -lX11 -lXext -lXcursor -lXpm -lXxf86vm -ldl make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' [ 56%] Building C object examples/CMakeFiles/exrotscl.dir/exrotscl.c.o cd /builddir/build/BUILD/allegro-4.4.2/examples && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/exrotscl.dir/exrotscl.c.o -c /builddir/build/BUILD/allegro-4.4.2/examples/exrotscl.c make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 56%] Built target exdata make -f examples/CMakeFiles/exgui.dir/build.make examples/CMakeFiles/exgui.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2/examples/CMakeFiles/exgui.dir/DependInfo.cmake --color= Scanning dependencies of target exgui make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f examples/CMakeFiles/exgui.dir/build.make examples/CMakeFiles/exgui.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' [ 56%] Building C object examples/CMakeFiles/exgui.dir/exgui.c.o cd /builddir/build/BUILD/allegro-4.4.2/examples && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/exgui.dir/exgui.c.o -c /builddir/build/BUILD/allegro-4.4.2/examples/exgui.c [ 56%] Linking C executable excustom cd /builddir/build/BUILD/allegro-4.4.2/examples && /usr/bin/cmake -E cmake_link_script CMakeFiles/excustom.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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/excustom.dir/excustom.c.o -o excustom -Wl,-rpath,/builddir/build/BUILD/allegro-4.4.2/lib ../lib/liballeg.so.4.4.2 -lm -lpthread -lrt -lX11 -lXext -lXcursor -lXpm -lXxf86vm -ldl [ 56%] Linking C executable exrotscl cd /builddir/build/BUILD/allegro-4.4.2/examples && /usr/bin/cmake -E cmake_link_script CMakeFiles/exrotscl.dir/link.txt --verbose=1 make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' /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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/exrotscl.dir/exrotscl.c.o -o exrotscl -Wl,-rpath,/builddir/build/BUILD/allegro-4.4.2/lib ../lib/liballeg.so.4.4.2 -lm -lpthread -lrt -lX11 -lXext -lXcursor -lXpm -lXxf86vm -ldl [ 56%] Built target excustom make -f examples/CMakeFiles/exrgbhsv.dir/build.make examples/CMakeFiles/exrgbhsv.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2/examples/CMakeFiles/exrgbhsv.dir/DependInfo.cmake --color= Scanning dependencies of target exrgbhsv make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f examples/CMakeFiles/exrgbhsv.dir/build.make examples/CMakeFiles/exrgbhsv.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 56%] Building C object examples/CMakeFiles/exrgbhsv.dir/exrgbhsv.c.o cd /builddir/build/BUILD/allegro-4.4.2/examples && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/exrgbhsv.dir/exrgbhsv.c.o -c /builddir/build/BUILD/allegro-4.4.2/examples/exrgbhsv.c [ 56%] Built target exrotscl make -f examples/CMakeFiles/exblend.dir/build.make examples/CMakeFiles/exblend.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2/examples/CMakeFiles/exblend.dir/DependInfo.cmake --color= [ 56%] Linking C executable exgui cd /builddir/build/BUILD/allegro-4.4.2/examples && /usr/bin/cmake -E cmake_link_script CMakeFiles/exgui.dir/link.txt --verbose=1 Scanning dependencies of target exblend make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f examples/CMakeFiles/exblend.dir/build.make examples/CMakeFiles/exblend.dir/build /usr/bin/cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/exgui.dir/exgui.c.o -o exgui -Wl,-rpath,/builddir/build/BUILD/allegro-4.4.2/lib ../lib/liballeg.so.4.4.2 -lm -lpthread -lrt -lX11 -lXext -lXcursor -lXpm -lXxf86vm -ldl make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' [ 56%] Building C object examples/CMakeFiles/exblend.dir/exblend.c.o cd /builddir/build/BUILD/allegro-4.4.2/examples && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/exblend.dir/exblend.c.o -c /builddir/build/BUILD/allegro-4.4.2/examples/exblend.c make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 56%] Built target exgui make -f examples/CMakeFiles/exxfade.dir/build.make examples/CMakeFiles/exxfade.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2/examples/CMakeFiles/exxfade.dir/DependInfo.cmake --color= Scanning dependencies of target exxfade make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f examples/CMakeFiles/exxfade.dir/build.make examples/CMakeFiles/exxfade.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' [ 56%] Building C object examples/CMakeFiles/exxfade.dir/exxfade.c.o cd /builddir/build/BUILD/allegro-4.4.2/examples && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/exxfade.dir/exxfade.c.o -c /builddir/build/BUILD/allegro-4.4.2/examples/exxfade.c [ 56%] Linking C executable exrgbhsv cd /builddir/build/BUILD/allegro-4.4.2/examples && /usr/bin/cmake -E cmake_link_script CMakeFiles/exrgbhsv.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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/exrgbhsv.dir/exrgbhsv.c.o -o exrgbhsv -Wl,-rpath,/builddir/build/BUILD/allegro-4.4.2/lib ../lib/liballeg.so.4.4.2 -lm -lpthread -lrt -lX11 -lXext -lXcursor -lXpm -lXxf86vm -ldl [ 56%] Linking C executable exblend cd /builddir/build/BUILD/allegro-4.4.2/examples && /usr/bin/cmake -E cmake_link_script CMakeFiles/exblend.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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/exblend.dir/exblend.c.o -o exblend -Wl,-rpath,/builddir/build/BUILD/allegro-4.4.2/lib ../lib/liballeg.so.4.4.2 -lm -lpthread -lrt -lX11 -lXext -lXcursor -lXpm -lXxf86vm -ldl make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 56%] Built target exrgbhsv make -f examples/CMakeFiles/ex3buf.dir/build.make examples/CMakeFiles/ex3buf.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2/examples/CMakeFiles/ex3buf.dir/DependInfo.cmake --color= [ 56%] Linking C executable exxfade cd /builddir/build/BUILD/allegro-4.4.2/examples && /usr/bin/cmake -E cmake_link_script CMakeFiles/exxfade.dir/link.txt --verbose=1 make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' /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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/exxfade.dir/exxfade.c.o -o exxfade -Wl,-rpath,/builddir/build/BUILD/allegro-4.4.2/lib ../lib/liballeg.so.4.4.2 -lm -lpthread -lrt -lX11 -lXext -lXcursor -lXpm -lXxf86vm -ldl [ 56%] Built target exblend make -f examples/CMakeFiles/ex12bit.dir/build.make examples/CMakeFiles/ex12bit.dir/depend Scanning dependencies of target ex3buf make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f examples/CMakeFiles/ex3buf.dir/build.make examples/CMakeFiles/ex3buf.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2/examples/CMakeFiles/ex12bit.dir/DependInfo.cmake --color= make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' [ 56%] Building C object examples/CMakeFiles/ex3buf.dir/ex3buf.c.o cd /builddir/build/BUILD/allegro-4.4.2/examples && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/ex3buf.dir/ex3buf.c.o -c /builddir/build/BUILD/allegro-4.4.2/examples/ex3buf.c make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' Scanning dependencies of target ex12bit make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f examples/CMakeFiles/ex12bit.dir/build.make examples/CMakeFiles/ex12bit.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' [ 56%] Built target exxfade make -f examples/CMakeFiles/exupdate.dir/build.make examples/CMakeFiles/exupdate.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2/examples/CMakeFiles/exupdate.dir/DependInfo.cmake --color= [ 57%] Building C object examples/CMakeFiles/ex12bit.dir/ex12bit.c.o cd /builddir/build/BUILD/allegro-4.4.2/examples && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/ex12bit.dir/ex12bit.c.o -c /builddir/build/BUILD/allegro-4.4.2/examples/ex12bit.c Scanning dependencies of target exupdate make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f examples/CMakeFiles/exupdate.dir/build.make examples/CMakeFiles/exupdate.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' [ 58%] Building C object examples/CMakeFiles/exupdate.dir/exupdate.c.o cd /builddir/build/BUILD/allegro-4.4.2/examples && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/exupdate.dir/exupdate.c.o -c /builddir/build/BUILD/allegro-4.4.2/examples/exupdate.c [ 58%] Linking C executable ex3buf cd /builddir/build/BUILD/allegro-4.4.2/examples && /usr/bin/cmake -E cmake_link_script CMakeFiles/ex3buf.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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/ex3buf.dir/ex3buf.c.o -o ex3buf -Wl,-rpath,/builddir/build/BUILD/allegro-4.4.2/lib ../lib/liballeg.so.4.4.2 -lm -lpthread -lrt -lX11 -lXext -lXcursor -lXpm -lXxf86vm -ldl make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 58%] Built target ex3buf make -f examples/CMakeFiles/expat.dir/build.make examples/CMakeFiles/expat.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2/examples/CMakeFiles/expat.dir/DependInfo.cmake --color= Scanning dependencies of target expat make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f examples/CMakeFiles/expat.dir/build.make examples/CMakeFiles/expat.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' [ 58%] Building C object examples/CMakeFiles/expat.dir/expat.c.o cd /builddir/build/BUILD/allegro-4.4.2/examples && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/expat.dir/expat.c.o -c /builddir/build/BUILD/allegro-4.4.2/examples/expat.c [ 58%] Linking C executable ex12bit cd /builddir/build/BUILD/allegro-4.4.2/examples && /usr/bin/cmake -E cmake_link_script CMakeFiles/ex12bit.dir/link.txt --verbose=1 [ 58%] Linking C executable exupdate cd /builddir/build/BUILD/allegro-4.4.2/examples && /usr/bin/cmake -E cmake_link_script CMakeFiles/exupdate.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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/ex12bit.dir/ex12bit.c.o -o ex12bit -Wl,-rpath,/builddir/build/BUILD/allegro-4.4.2/lib ../lib/liballeg.so.4.4.2 -lm -lpthread -lrt -lX11 -lXext -lXcursor -lXpm -lXxf86vm -ldl /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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/exupdate.dir/exupdate.c.o -o exupdate -Wl,-rpath,/builddir/build/BUILD/allegro-4.4.2/lib ../lib/liballeg.so.4.4.2 -lm -lpthread -lrt -lX11 -lXext -lXcursor -lXpm -lXxf86vm -ldl make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 58%] Built target ex12bit make -f examples/CMakeFiles/ex3d.dir/build.make examples/CMakeFiles/ex3d.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2/examples/CMakeFiles/ex3d.dir/DependInfo.cmake --color= [ 58%] Built target exupdate make -f examples/CMakeFiles/exfont.dir/build.make examples/CMakeFiles/exfont.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2/examples/CMakeFiles/exfont.dir/DependInfo.cmake --color= [ 59%] Linking C executable expat cd /builddir/build/BUILD/allegro-4.4.2/examples && /usr/bin/cmake -E cmake_link_script CMakeFiles/expat.dir/link.txt --verbose=1 Scanning dependencies of target ex3d make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f examples/CMakeFiles/ex3d.dir/build.make examples/CMakeFiles/ex3d.dir/build Scanning dependencies of target exfont make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f examples/CMakeFiles/exfont.dir/build.make examples/CMakeFiles/exfont.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' /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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/expat.dir/expat.c.o -o expat -Wl,-rpath,/builddir/build/BUILD/allegro-4.4.2/lib ../lib/liballeg.so.4.4.2 -lm -lpthread -lrt -lX11 -lXext -lXcursor -lXpm -lXxf86vm -ldl make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' [ 59%] Building C object examples/CMakeFiles/ex3d.dir/ex3d.c.o cd /builddir/build/BUILD/allegro-4.4.2/examples && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/ex3d.dir/ex3d.c.o -c /builddir/build/BUILD/allegro-4.4.2/examples/ex3d.c [ 59%] Building C object examples/CMakeFiles/exfont.dir/exfont.c.o cd /builddir/build/BUILD/allegro-4.4.2/examples && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/exfont.dir/exfont.c.o -c /builddir/build/BUILD/allegro-4.4.2/examples/exfont.c make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 59%] Built target expat make -f examples/CMakeFiles/exquat.dir/build.make examples/CMakeFiles/exquat.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2/examples/CMakeFiles/exquat.dir/DependInfo.cmake --color= Scanning dependencies of target exquat make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f examples/CMakeFiles/exquat.dir/build.make examples/CMakeFiles/exquat.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' [ 59%] Building C object examples/CMakeFiles/exquat.dir/exquat.c.o cd /builddir/build/BUILD/allegro-4.4.2/examples && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/exquat.dir/exquat.c.o -c /builddir/build/BUILD/allegro-4.4.2/examples/exquat.c /builddir/build/BUILD/allegro-4.4.2/examples/ex3d.c:54:10: warning: left shift of negative value [-Wshift-negative-value] { -32 << 16, -32 << 16, -32 << 16 }, ^~ /builddir/build/BUILD/allegro-4.4.2/examples/ex3d.c:54:21: warning: left shift of negative value [-Wshift-negative-value] { -32 << 16, -32 << 16, -32 << 16 }, ^~ /builddir/build/BUILD/allegro-4.4.2/examples/ex3d.c:54:32: warning: left shift of negative value [-Wshift-negative-value] { -32 << 16, -32 << 16, -32 << 16 }, ^~ /builddir/build/BUILD/allegro-4.4.2/examples/ex3d.c:55:10: warning: left shift of negative value [-Wshift-negative-value] { -32 << 16, 32 << 16, -32 << 16 }, ^~ /builddir/build/BUILD/allegro-4.4.2/examples/ex3d.c:55:32: warning: left shift of negative value [-Wshift-negative-value] { -32 << 16, 32 << 16, -32 << 16 }, ^~ /builddir/build/BUILD/allegro-4.4.2/examples/ex3d.c:56:32: warning: left shift of negative value [-Wshift-negative-value] { 32 << 16, 32 << 16, -32 << 16 }, ^~ /builddir/build/BUILD/allegro-4.4.2/examples/ex3d.c:57:21: warning: left shift of negative value [-Wshift-negative-value] { 32 << 16, -32 << 16, -32 << 16 }, ^~ /builddir/build/BUILD/allegro-4.4.2/examples/ex3d.c:57:32: warning: left shift of negative value [-Wshift-negative-value] { 32 << 16, -32 << 16, -32 << 16 }, ^~ /builddir/build/BUILD/allegro-4.4.2/examples/ex3d.c:58:10: warning: left shift of negative value [-Wshift-negative-value] { -32 << 16, -32 << 16, 32 << 16 }, ^~ /builddir/build/BUILD/allegro-4.4.2/examples/ex3d.c:58:21: warning: left shift of negative value [-Wshift-negative-value] { -32 << 16, -32 << 16, 32 << 16 }, ^~ /builddir/build/BUILD/allegro-4.4.2/examples/ex3d.c:59:10: warning: left shift of negative value [-Wshift-negative-value] { -32 << 16, 32 << 16, 32 << 16 }, ^~ /builddir/build/BUILD/allegro-4.4.2/examples/ex3d.c:61:21: warning: left shift of negative value [-Wshift-negative-value] { 32 << 16, -32 << 16, 32 << 16 }, ^~ [ 59%] Linking C executable exfont cd /builddir/build/BUILD/allegro-4.4.2/examples && /usr/bin/cmake -E cmake_link_script CMakeFiles/exfont.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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/exfont.dir/exfont.c.o -o exfont -Wl,-rpath,/builddir/build/BUILD/allegro-4.4.2/lib ../lib/liballeg.so.4.4.2 -lm -lpthread -lrt -lX11 -lXext -lXcursor -lXpm -lXxf86vm -ldl make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 59%] Built target exfont make -f examples/CMakeFiles/exaccel.dir/build.make examples/CMakeFiles/exaccel.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2/examples/CMakeFiles/exaccel.dir/DependInfo.cmake --color= Scanning dependencies of target exaccel make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f examples/CMakeFiles/exaccel.dir/build.make examples/CMakeFiles/exaccel.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' [ 59%] Building C object examples/CMakeFiles/exaccel.dir/exaccel.c.o cd /builddir/build/BUILD/allegro-4.4.2/examples && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/exaccel.dir/exaccel.c.o -c /builddir/build/BUILD/allegro-4.4.2/examples/exaccel.c [ 59%] Linking C executable exquat cd /builddir/build/BUILD/allegro-4.4.2/examples && /usr/bin/cmake -E cmake_link_script CMakeFiles/exquat.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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/exquat.dir/exquat.c.o -o exquat -Wl,-rpath,/builddir/build/BUILD/allegro-4.4.2/lib ../lib/liballeg.so.4.4.2 -lm -lpthread -lrt -lX11 -lXext -lXcursor -lXpm -lXxf86vm -ldl [ 60%] Linking C executable ex3d cd /builddir/build/BUILD/allegro-4.4.2/examples && /usr/bin/cmake -E cmake_link_script CMakeFiles/ex3d.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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/ex3d.dir/ex3d.c.o -o ex3d -Wl,-rpath,/builddir/build/BUILD/allegro-4.4.2/lib ../lib/liballeg.so.4.4.2 -lm -lpthread -lrt -lX11 -lXext -lXcursor -lXpm -lXxf86vm -ldl make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 60%] Built target exquat make -f examples/CMakeFiles/exbitmap.dir/build.make examples/CMakeFiles/exbitmap.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2/examples/CMakeFiles/exbitmap.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 60%] Built target ex3d make -f examples/CMakeFiles/exflip.dir/build.make examples/CMakeFiles/exflip.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2/examples/CMakeFiles/exflip.dir/DependInfo.cmake --color= Scanning dependencies of target exbitmap make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f examples/CMakeFiles/exbitmap.dir/build.make examples/CMakeFiles/exbitmap.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' [ 61%] Building C object examples/CMakeFiles/exbitmap.dir/exbitmap.c.o cd /builddir/build/BUILD/allegro-4.4.2/examples && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/exbitmap.dir/exbitmap.c.o -c /builddir/build/BUILD/allegro-4.4.2/examples/exbitmap.c [ 61%] Linking C executable exaccel cd /builddir/build/BUILD/allegro-4.4.2/examples && /usr/bin/cmake -E cmake_link_script CMakeFiles/exaccel.dir/link.txt --verbose=1 Scanning dependencies of target exflip make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f examples/CMakeFiles/exflip.dir/build.make examples/CMakeFiles/exflip.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' /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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/exaccel.dir/exaccel.c.o -o exaccel -Wl,-rpath,/builddir/build/BUILD/allegro-4.4.2/lib ../lib/liballeg.so.4.4.2 -lm -lpthread -lrt -lX11 -lXext -lXcursor -lXpm -lXxf86vm -ldl [ 61%] Building C object examples/CMakeFiles/exflip.dir/exflip.c.o cd /builddir/build/BUILD/allegro-4.4.2/examples && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/exflip.dir/exflip.c.o -c /builddir/build/BUILD/allegro-4.4.2/examples/exflip.c make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 61%] Built target exaccel make -f examples/CMakeFiles/exalpha.dir/build.make examples/CMakeFiles/exalpha.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2/examples/CMakeFiles/exalpha.dir/DependInfo.cmake --color= Scanning dependencies of target exalpha make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f examples/CMakeFiles/exalpha.dir/build.make examples/CMakeFiles/exalpha.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' [ 61%] Building C object examples/CMakeFiles/exalpha.dir/exalpha.c.o cd /builddir/build/BUILD/allegro-4.4.2/examples && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/exalpha.dir/exalpha.c.o -c /builddir/build/BUILD/allegro-4.4.2/examples/exalpha.c [ 61%] Linking C executable exbitmap cd /builddir/build/BUILD/allegro-4.4.2/examples && /usr/bin/cmake -E cmake_link_script CMakeFiles/exbitmap.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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/exbitmap.dir/exbitmap.c.o -o exbitmap -Wl,-rpath,/builddir/build/BUILD/allegro-4.4.2/lib ../lib/liballeg.so.4.4.2 -lm -lpthread -lrt -lX11 -lXext -lXcursor -lXpm -lXxf86vm -ldl make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 61%] Built target exbitmap make -f examples/CMakeFiles/exhello.dir/build.make examples/CMakeFiles/exhello.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2/examples/CMakeFiles/exhello.dir/DependInfo.cmake --color= [ 62%] Linking C executable exflip cd /builddir/build/BUILD/allegro-4.4.2/examples && /usr/bin/cmake -E cmake_link_script CMakeFiles/exflip.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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/exflip.dir/exflip.c.o -o exflip -Wl,-rpath,/builddir/build/BUILD/allegro-4.4.2/lib ../lib/liballeg.so.4.4.2 -lm -lpthread -lrt -lX11 -lXext -lXcursor -lXpm -lXxf86vm -ldl Scanning dependencies of target exhello make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f examples/CMakeFiles/exhello.dir/build.make examples/CMakeFiles/exhello.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' [ 63%] Building C object examples/CMakeFiles/exhello.dir/exhello.c.o cd /builddir/build/BUILD/allegro-4.4.2/examples && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/exhello.dir/exhello.c.o -c /builddir/build/BUILD/allegro-4.4.2/examples/exhello.c make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 63%] Built target exflip make -f examples/CMakeFiles/exjoy.dir/build.make examples/CMakeFiles/exjoy.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2/examples/CMakeFiles/exjoy.dir/DependInfo.cmake --color= [ 63%] Linking C executable exalpha cd /builddir/build/BUILD/allegro-4.4.2/examples && /usr/bin/cmake -E cmake_link_script CMakeFiles/exalpha.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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/exalpha.dir/exalpha.c.o -o exalpha -Wl,-rpath,/builddir/build/BUILD/allegro-4.4.2/lib ../lib/liballeg.so.4.4.2 -lm -lpthread -lrt -lX11 -lXext -lXcursor -lXpm -lXxf86vm -ldl Scanning dependencies of target exjoy make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f examples/CMakeFiles/exjoy.dir/build.make examples/CMakeFiles/exjoy.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' [ 63%] Building C object examples/CMakeFiles/exjoy.dir/exjoy.c.o cd /builddir/build/BUILD/allegro-4.4.2/examples && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/exjoy.dir/exjoy.c.o -c /builddir/build/BUILD/allegro-4.4.2/examples/exjoy.c make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 63%] Built target exalpha make -f examples/CMakeFiles/exkeys.dir/build.make examples/CMakeFiles/exkeys.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2/examples/CMakeFiles/exkeys.dir/DependInfo.cmake --color= [ 63%] Linking C executable exhello cd /builddir/build/BUILD/allegro-4.4.2/examples && /usr/bin/cmake -E cmake_link_script CMakeFiles/exhello.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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/exhello.dir/exhello.c.o -o exhello -Wl,-rpath,/builddir/build/BUILD/allegro-4.4.2/lib ../lib/liballeg.so.4.4.2 -lm -lpthread -lrt -lX11 -lXext -lXcursor -lXpm -lXxf86vm -ldl Scanning dependencies of target exkeys make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f examples/CMakeFiles/exkeys.dir/build.make examples/CMakeFiles/exkeys.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' [ 64%] Building C object examples/CMakeFiles/exkeys.dir/exkeys.c.o cd /builddir/build/BUILD/allegro-4.4.2/examples && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/exkeys.dir/exkeys.c.o -c /builddir/build/BUILD/allegro-4.4.2/examples/exkeys.c make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 64%] Built target exhello make -f examples/CMakeFiles/exflame.dir/build.make examples/CMakeFiles/exflame.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2/examples/CMakeFiles/exflame.dir/DependInfo.cmake --color= Scanning dependencies of target exflame make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f examples/CMakeFiles/exflame.dir/build.make examples/CMakeFiles/exflame.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' [ 64%] Building C object examples/CMakeFiles/exflame.dir/exflame.c.o cd /builddir/build/BUILD/allegro-4.4.2/examples && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/exflame.dir/exflame.c.o -c /builddir/build/BUILD/allegro-4.4.2/examples/exflame.c [ 64%] Linking C executable exjoy cd /builddir/build/BUILD/allegro-4.4.2/examples && /usr/bin/cmake -E cmake_link_script CMakeFiles/exjoy.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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/exjoy.dir/exjoy.c.o -o exjoy -Wl,-rpath,/builddir/build/BUILD/allegro-4.4.2/lib ../lib/liballeg.so.4.4.2 -lm -lpthread -lrt -lX11 -lXext -lXcursor -lXpm -lXxf86vm -ldl make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 64%] Built target exjoy make -f examples/CMakeFiles/exmem.dir/build.make examples/CMakeFiles/exmem.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2/examples/CMakeFiles/exmem.dir/DependInfo.cmake --color= Scanning dependencies of target exmem make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f examples/CMakeFiles/exmem.dir/build.make examples/CMakeFiles/exmem.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' [ 64%] Building C object examples/CMakeFiles/exmem.dir/exmem.c.o cd /builddir/build/BUILD/allegro-4.4.2/examples && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/exmem.dir/exmem.c.o -c /builddir/build/BUILD/allegro-4.4.2/examples/exmem.c [ 64%] Linking C executable exkeys cd /builddir/build/BUILD/allegro-4.4.2/examples && /usr/bin/cmake -E cmake_link_script CMakeFiles/exkeys.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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/exkeys.dir/exkeys.c.o -o exkeys -Wl,-rpath,/builddir/build/BUILD/allegro-4.4.2/lib ../lib/liballeg.so.4.4.2 -lm -lpthread -lrt -lX11 -lXext -lXcursor -lXpm -lXxf86vm -ldl [ 64%] Linking C executable exflame cd /builddir/build/BUILD/allegro-4.4.2/examples && /usr/bin/cmake -E cmake_link_script CMakeFiles/exflame.dir/link.txt --verbose=1 make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' /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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/exflame.dir/exflame.c.o -o exflame -Wl,-rpath,/builddir/build/BUILD/allegro-4.4.2/lib ../lib/liballeg.so.4.4.2 -lm -lpthread -lrt -lX11 -lXext -lXcursor -lXpm -lXxf86vm -ldl [ 64%] Built target exkeys make -f examples/CMakeFiles/exlights.dir/build.make examples/CMakeFiles/exlights.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2/examples/CMakeFiles/exlights.dir/DependInfo.cmake --color= Scanning dependencies of target exlights make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f examples/CMakeFiles/exlights.dir/build.make examples/CMakeFiles/exlights.dir/build make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' [ 64%] Built target exflame make -f examples/CMakeFiles/excamera.dir/build.make examples/CMakeFiles/excamera.dir/depend [ 64%] Building C object examples/CMakeFiles/exlights.dir/exlights.c.o cd /builddir/build/BUILD/allegro-4.4.2/examples && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/exlights.dir/exlights.c.o -c /builddir/build/BUILD/allegro-4.4.2/examples/exlights.c make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2/examples/CMakeFiles/excamera.dir/DependInfo.cmake --color= [ 65%] Linking C executable exmem cd /builddir/build/BUILD/allegro-4.4.2/examples && /usr/bin/cmake -E cmake_link_script CMakeFiles/exmem.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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/exmem.dir/exmem.c.o -o exmem -Wl,-rpath,/builddir/build/BUILD/allegro-4.4.2/lib ../lib/liballeg.so.4.4.2 -lm -lpthread -lrt -lX11 -lXext -lXcursor -lXpm -lXxf86vm -ldl Scanning dependencies of target excamera make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f examples/CMakeFiles/excamera.dir/build.make examples/CMakeFiles/excamera.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' [ 65%] Building C object examples/CMakeFiles/excamera.dir/excamera.c.o cd /builddir/build/BUILD/allegro-4.4.2/examples && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/excamera.dir/excamera.c.o -c /builddir/build/BUILD/allegro-4.4.2/examples/excamera.c make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 65%] Built target exmem make -f examples/CMakeFiles/exmouse.dir/build.make examples/CMakeFiles/exmouse.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2/examples/CMakeFiles/exmouse.dir/DependInfo.cmake --color= Scanning dependencies of target exmouse make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f examples/CMakeFiles/exmouse.dir/build.make examples/CMakeFiles/exmouse.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' [ 65%] Building C object examples/CMakeFiles/exmouse.dir/exmouse.c.o cd /builddir/build/BUILD/allegro-4.4.2/examples && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/exmouse.dir/exmouse.c.o -c /builddir/build/BUILD/allegro-4.4.2/examples/exmouse.c [ 65%] Linking C executable exlights cd /builddir/build/BUILD/allegro-4.4.2/examples && /usr/bin/cmake -E cmake_link_script CMakeFiles/exlights.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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/exlights.dir/exlights.c.o -o exlights -Wl,-rpath,/builddir/build/BUILD/allegro-4.4.2/lib ../lib/liballeg.so.4.4.2 -lm -lpthread -lrt -lX11 -lXext -lXcursor -lXpm -lXxf86vm -ldl make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 65%] Built target exlights make -f examples/CMakeFiles/exsample.dir/build.make examples/CMakeFiles/exsample.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2/examples/CMakeFiles/exsample.dir/DependInfo.cmake --color= [ 66%] Linking C executable excamera cd /builddir/build/BUILD/allegro-4.4.2/examples && /usr/bin/cmake -E cmake_link_script CMakeFiles/excamera.dir/link.txt --verbose=1 [ 66%] Linking C executable exmouse cd /builddir/build/BUILD/allegro-4.4.2/examples && /usr/bin/cmake -E cmake_link_script CMakeFiles/exmouse.dir/link.txt --verbose=1 Scanning dependencies of target exsample make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f examples/CMakeFiles/exsample.dir/build.make examples/CMakeFiles/exsample.dir/build /usr/bin/cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/excamera.dir/excamera.c.o -o excamera -Wl,-rpath,/builddir/build/BUILD/allegro-4.4.2/lib ../lib/liballeg.so.4.4.2 -lm -lpthread -lrt -lX11 -lXext -lXcursor -lXpm -lXxf86vm -ldl make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' /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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/exmouse.dir/exmouse.c.o -o exmouse -Wl,-rpath,/builddir/build/BUILD/allegro-4.4.2/lib ../lib/liballeg.so.4.4.2 -lm -lpthread -lrt -lX11 -lXext -lXcursor -lXpm -lXxf86vm -ldl [ 66%] Building C object examples/CMakeFiles/exsample.dir/exsample.c.o cd /builddir/build/BUILD/allegro-4.4.2/examples && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/exsample.dir/exsample.c.o -c /builddir/build/BUILD/allegro-4.4.2/examples/exsample.c make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 66%] Built target excamera make -f examples/CMakeFiles/expackf.dir/build.make examples/CMakeFiles/expackf.dir/depend [ 66%] Built target exmouse make -f examples/CMakeFiles/exconfig.dir/build.make examples/CMakeFiles/exconfig.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2/examples/CMakeFiles/expackf.dir/DependInfo.cmake --color= make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2/examples/CMakeFiles/exconfig.dir/DependInfo.cmake --color= Scanning dependencies of target expackf make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f examples/CMakeFiles/expackf.dir/build.make examples/CMakeFiles/expackf.dir/build Scanning dependencies of target exconfig make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f examples/CMakeFiles/exconfig.dir/build.make examples/CMakeFiles/exconfig.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' [ 67%] Building C object examples/CMakeFiles/expackf.dir/expackf.c.o cd /builddir/build/BUILD/allegro-4.4.2/examples && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/expackf.dir/expackf.c.o -c /builddir/build/BUILD/allegro-4.4.2/examples/expackf.c [ 67%] Building C object examples/CMakeFiles/exconfig.dir/exconfig.c.o cd /builddir/build/BUILD/allegro-4.4.2/examples && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/exconfig.dir/exconfig.c.o -c /builddir/build/BUILD/allegro-4.4.2/examples/exconfig.c [ 67%] Linking C executable exsample cd /builddir/build/BUILD/allegro-4.4.2/examples && /usr/bin/cmake -E cmake_link_script CMakeFiles/exsample.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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/exsample.dir/exsample.c.o -o exsample -Wl,-rpath,/builddir/build/BUILD/allegro-4.4.2/lib ../lib/liballeg.so.4.4.2 -lm -lpthread -lrt -lX11 -lXext -lXcursor -lXpm -lXxf86vm -ldl make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 67%] Built target exsample make -f examples/CMakeFiles/excolmap.dir/build.make examples/CMakeFiles/excolmap.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2/examples/CMakeFiles/excolmap.dir/DependInfo.cmake --color= Scanning dependencies of target excolmap make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f examples/CMakeFiles/excolmap.dir/build.make examples/CMakeFiles/excolmap.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' [ 67%] Building C object examples/CMakeFiles/excolmap.dir/excolmap.c.o cd /builddir/build/BUILD/allegro-4.4.2/examples && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/excolmap.dir/excolmap.c.o -c /builddir/build/BUILD/allegro-4.4.2/examples/excolmap.c [ 67%] Linking C executable exconfig cd /builddir/build/BUILD/allegro-4.4.2/examples && /usr/bin/cmake -E cmake_link_script CMakeFiles/exconfig.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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/exconfig.dir/exconfig.c.o -o exconfig -Wl,-rpath,/builddir/build/BUILD/allegro-4.4.2/lib ../lib/liballeg.so.4.4.2 -lm -lpthread -lrt -lX11 -lXext -lXcursor -lXpm -lXxf86vm -ldl [ 67%] Linking C executable expackf cd /builddir/build/BUILD/allegro-4.4.2/examples && /usr/bin/cmake -E cmake_link_script CMakeFiles/expackf.dir/link.txt --verbose=1 make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' /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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/expackf.dir/expackf.c.o -o expackf -Wl,-rpath,/builddir/build/BUILD/allegro-4.4.2/lib ../lib/liballeg.so.4.4.2 -lm -lpthread -lrt -lX11 -lXext -lXcursor -lXpm -lXxf86vm -ldl [ 67%] Built target exconfig make -f examples/CMakeFiles/expal.dir/build.make examples/CMakeFiles/expal.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2/examples/CMakeFiles/expal.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' Scanning dependencies of target expal make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f examples/CMakeFiles/expal.dir/build.make examples/CMakeFiles/expal.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' [ 67%] Built target expackf make -f examples/CMakeFiles/exsyscur.dir/build.make examples/CMakeFiles/exsyscur.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2/examples/CMakeFiles/exsyscur.dir/DependInfo.cmake --color= [ 67%] Building C object examples/CMakeFiles/expal.dir/expal.c.o cd /builddir/build/BUILD/allegro-4.4.2/examples && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/expal.dir/expal.c.o -c /builddir/build/BUILD/allegro-4.4.2/examples/expal.c Scanning dependencies of target exsyscur make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f examples/CMakeFiles/exsyscur.dir/build.make examples/CMakeFiles/exsyscur.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' [ 67%] Linking C executable excolmap cd /builddir/build/BUILD/allegro-4.4.2/examples && /usr/bin/cmake -E cmake_link_script CMakeFiles/excolmap.dir/link.txt --verbose=1 [ 67%] Building C object examples/CMakeFiles/exsyscur.dir/exsyscur.c.o cd /builddir/build/BUILD/allegro-4.4.2/examples && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/exsyscur.dir/exsyscur.c.o -c /builddir/build/BUILD/allegro-4.4.2/examples/exsyscur.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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/excolmap.dir/excolmap.c.o -o excolmap -Wl,-rpath,/builddir/build/BUILD/allegro-4.4.2/lib ../lib/liballeg.so.4.4.2 -lm -lpthread -lrt -lX11 -lXext -lXcursor -lXpm -lXxf86vm -ldl make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 67%] Built target excolmap make -f examples/CMakeFiles/extrans.dir/build.make examples/CMakeFiles/extrans.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2/examples/CMakeFiles/extrans.dir/DependInfo.cmake --color= Scanning dependencies of target extrans make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f examples/CMakeFiles/extrans.dir/build.make examples/CMakeFiles/extrans.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' [ 67%] Linking C executable expal cd /builddir/build/BUILD/allegro-4.4.2/examples && /usr/bin/cmake -E cmake_link_script CMakeFiles/expal.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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/expal.dir/expal.c.o -o expal -Wl,-rpath,/builddir/build/BUILD/allegro-4.4.2/lib ../lib/liballeg.so.4.4.2 -lm -lpthread -lrt -lX11 -lXext -lXcursor -lXpm -lXxf86vm -ldl [ 67%] Building C object examples/CMakeFiles/extrans.dir/extrans.c.o cd /builddir/build/BUILD/allegro-4.4.2/examples && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/extrans.dir/extrans.c.o -c /builddir/build/BUILD/allegro-4.4.2/examples/extrans.c make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 67%] Linking C executable exsyscur cd /builddir/build/BUILD/allegro-4.4.2/examples && /usr/bin/cmake -E cmake_link_script CMakeFiles/exsyscur.dir/link.txt --verbose=1 [ 67%] Built target expal make -f examples/CMakeFiles/exscale.dir/build.make examples/CMakeFiles/exscale.dir/depend /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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/exsyscur.dir/exsyscur.c.o -o exsyscur -Wl,-rpath,/builddir/build/BUILD/allegro-4.4.2/lib ../lib/liballeg.so.4.4.2 -lm -lpthread -lrt -lX11 -lXext -lXcursor -lXpm -lXxf86vm -ldl make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2/examples/CMakeFiles/exscale.dir/DependInfo.cmake --color= Scanning dependencies of target exscale make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f examples/CMakeFiles/exscale.dir/build.make examples/CMakeFiles/exscale.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 67%] Built target exsyscur [ 67%] Building C object examples/CMakeFiles/exscale.dir/exscale.c.o make -f examples/CMakeFiles/exfixed.dir/build.make examples/CMakeFiles/exfixed.dir/depend cd /builddir/build/BUILD/allegro-4.4.2/examples && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/exscale.dir/exscale.c.o -c /builddir/build/BUILD/allegro-4.4.2/examples/exscale.c make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2/examples/CMakeFiles/exfixed.dir/DependInfo.cmake --color= Scanning dependencies of target exfixed make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f examples/CMakeFiles/exfixed.dir/build.make examples/CMakeFiles/exfixed.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' [ 68%] Building C object examples/CMakeFiles/exfixed.dir/exfixed.c.o cd /builddir/build/BUILD/allegro-4.4.2/examples && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/exfixed.dir/exfixed.c.o -c /builddir/build/BUILD/allegro-4.4.2/examples/exfixed.c [ 68%] Linking C executable extrans cd /builddir/build/BUILD/allegro-4.4.2/examples && /usr/bin/cmake -E cmake_link_script CMakeFiles/extrans.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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/extrans.dir/extrans.c.o -o extrans -Wl,-rpath,/builddir/build/BUILD/allegro-4.4.2/lib ../lib/liballeg.so.4.4.2 -lm -lpthread -lrt -lX11 -lXext -lXcursor -lXpm -lXxf86vm -ldl [ 69%] Linking C executable exscale cd /builddir/build/BUILD/allegro-4.4.2/examples && /usr/bin/cmake -E cmake_link_script CMakeFiles/exscale.dir/link.txt --verbose=1 make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' /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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/exscale.dir/exscale.c.o -o exscale -Wl,-rpath,/builddir/build/BUILD/allegro-4.4.2/lib ../lib/liballeg.so.4.4.2 -lm -lpthread -lrt -lX11 -lXext -lXcursor -lXpm -lXxf86vm -ldl [ 69%] Built target extrans make -f examples/CMakeFiles/exmidi.dir/build.make examples/CMakeFiles/exmidi.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2/examples/CMakeFiles/exmidi.dir/DependInfo.cmake --color= [ 69%] Linking C executable exfixed cd /builddir/build/BUILD/allegro-4.4.2/examples && /usr/bin/cmake -E cmake_link_script CMakeFiles/exfixed.dir/link.txt --verbose=1 make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' Scanning dependencies of target exmidi make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f examples/CMakeFiles/exmidi.dir/build.make examples/CMakeFiles/exmidi.dir/build /usr/bin/cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/exfixed.dir/exfixed.c.o -o exfixed -Wl,-rpath,/builddir/build/BUILD/allegro-4.4.2/lib ../lib/liballeg.so.4.4.2 -lm -lpthread -lrt -lX11 -lXext -lXcursor -lXpm -lXxf86vm -ldl [ 69%] Built target exscale make -f examples/CMakeFiles/exscn3d.dir/build.make examples/CMakeFiles/exscn3d.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2/examples/CMakeFiles/exscn3d.dir/DependInfo.cmake --color= [ 69%] Building C object examples/CMakeFiles/exmidi.dir/exmidi.c.o cd /builddir/build/BUILD/allegro-4.4.2/examples && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/exmidi.dir/exmidi.c.o -c /builddir/build/BUILD/allegro-4.4.2/examples/exmidi.c Scanning dependencies of target exscn3d make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f examples/CMakeFiles/exscn3d.dir/build.make examples/CMakeFiles/exscn3d.dir/build make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' [ 69%] Built target exfixed make -f demos/shooter/CMakeFiles/shooter.dir/build.make demos/shooter/CMakeFiles/shooter.dir/depend [ 69%] Building C object examples/CMakeFiles/exscn3d.dir/exscn3d.c.o cd /builddir/build/BUILD/allegro-4.4.2/examples && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/exscn3d.dir/exscn3d.c.o -c /builddir/build/BUILD/allegro-4.4.2/examples/exscn3d.c make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/demos/shooter /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/demos/shooter /builddir/build/BUILD/allegro-4.4.2/demos/shooter/CMakeFiles/shooter.dir/DependInfo.cmake --color= Scanning dependencies of target shooter make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f demos/shooter/CMakeFiles/shooter.dir/build.make demos/shooter/CMakeFiles/shooter.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' [ 70%] Building C object demos/shooter/CMakeFiles/shooter.dir/animsel.c.o cd /builddir/build/BUILD/allegro-4.4.2/demos/shooter && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2/demos/shooter -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/shooter.dir/animsel.c.o -c /builddir/build/BUILD/allegro-4.4.2/demos/shooter/animsel.c [ 70%] Linking C executable exmidi cd /builddir/build/BUILD/allegro-4.4.2/examples && /usr/bin/cmake -E cmake_link_script CMakeFiles/exmidi.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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/exmidi.dir/exmidi.c.o -o exmidi -Wl,-rpath,/builddir/build/BUILD/allegro-4.4.2/lib ../lib/liballeg.so.4.4.2 -lm -lpthread -lrt -lX11 -lXext -lXcursor -lXpm -lXxf86vm -ldl make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 70%] Built target exmidi make -f demos/skater/CMakeFiles/skater.dir/build.make demos/skater/CMakeFiles/skater.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/demos/skater /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/demos/skater /builddir/build/BUILD/allegro-4.4.2/demos/skater/CMakeFiles/skater.dir/DependInfo.cmake --color= [ 70%] Linking C executable exscn3d cd /builddir/build/BUILD/allegro-4.4.2/examples && /usr/bin/cmake -E cmake_link_script CMakeFiles/exscn3d.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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/exscn3d.dir/exscn3d.c.o -o exscn3d -Wl,-rpath,/builddir/build/BUILD/allegro-4.4.2/lib ../lib/liballeg.so.4.4.2 -lm -lpthread -lrt -lX11 -lXext -lXcursor -lXpm -lXxf86vm -ldl [ 70%] Building C object demos/shooter/CMakeFiles/shooter.dir/bullet.c.o cd /builddir/build/BUILD/allegro-4.4.2/demos/shooter && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2/demos/shooter -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/shooter.dir/bullet.c.o -c /builddir/build/BUILD/allegro-4.4.2/demos/shooter/bullet.c make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 70%] Built target exscn3d [ 70%] Building C object demos/shooter/CMakeFiles/shooter.dir/dirty.c.o cd /builddir/build/BUILD/allegro-4.4.2/demos/shooter && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2/demos/shooter -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/shooter.dir/dirty.c.o -c /builddir/build/BUILD/allegro-4.4.2/demos/shooter/dirty.c [ 70%] Building C object demos/shooter/CMakeFiles/shooter.dir/expl.c.o cd /builddir/build/BUILD/allegro-4.4.2/demos/shooter && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2/demos/shooter -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/shooter.dir/expl.c.o -c /builddir/build/BUILD/allegro-4.4.2/demos/shooter/expl.c Scanning dependencies of target skater make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f demos/skater/CMakeFiles/skater.dir/build.make demos/skater/CMakeFiles/skater.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' [ 70%] Building C object demos/skater/CMakeFiles/skater.dir/source/anim.c.o cd /builddir/build/BUILD/allegro-4.4.2/demos/skater && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2/addons/allegrogl/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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/skater.dir/source/anim.c.o -c /builddir/build/BUILD/allegro-4.4.2/demos/skater/source/anim.c [ 70%] Building C object demos/skater/CMakeFiles/skater.dir/source/backscrl.c.o cd /builddir/build/BUILD/allegro-4.4.2/demos/skater && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2/addons/allegrogl/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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/skater.dir/source/backscrl.c.o -c /builddir/build/BUILD/allegro-4.4.2/demos/skater/source/backscrl.c [ 70%] Building C object demos/shooter/CMakeFiles/shooter.dir/star.c.o cd /builddir/build/BUILD/allegro-4.4.2/demos/shooter && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2/demos/shooter -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/shooter.dir/star.c.o -c /builddir/build/BUILD/allegro-4.4.2/demos/shooter/star.c [ 70%] Building C object demos/skater/CMakeFiles/skater.dir/source/credits.c.o cd /builddir/build/BUILD/allegro-4.4.2/demos/skater && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2/addons/allegrogl/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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/skater.dir/source/credits.c.o -c /builddir/build/BUILD/allegro-4.4.2/demos/skater/source/credits.c [ 71%] Building C object demos/shooter/CMakeFiles/shooter.dir/aster.c.o cd /builddir/build/BUILD/allegro-4.4.2/demos/shooter && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2/demos/shooter -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/shooter.dir/aster.c.o -c /builddir/build/BUILD/allegro-4.4.2/demos/shooter/aster.c [ 72%] Building C object demos/skater/CMakeFiles/skater.dir/source/dblbuf.c.o cd /builddir/build/BUILD/allegro-4.4.2/demos/skater && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2/addons/allegrogl/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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/skater.dir/source/dblbuf.c.o -c /builddir/build/BUILD/allegro-4.4.2/demos/skater/source/dblbuf.c [ 72%] Building C object demos/shooter/CMakeFiles/shooter.dir/demo.c.o cd /builddir/build/BUILD/allegro-4.4.2/demos/shooter && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2/demos/shooter -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/shooter.dir/demo.c.o -c /builddir/build/BUILD/allegro-4.4.2/demos/shooter/demo.c [ 72%] Building C object demos/shooter/CMakeFiles/shooter.dir/display.c.o cd /builddir/build/BUILD/allegro-4.4.2/demos/shooter && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2/demos/shooter -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/shooter.dir/display.c.o -c /builddir/build/BUILD/allegro-4.4.2/demos/shooter/display.c [ 72%] Building C object demos/skater/CMakeFiles/skater.dir/source/fps.c.o cd /builddir/build/BUILD/allegro-4.4.2/demos/skater && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2/addons/allegrogl/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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/skater.dir/source/fps.c.o -c /builddir/build/BUILD/allegro-4.4.2/demos/skater/source/fps.c make -f tools/CMakeFiles/pack.dir/build.make tools/CMakeFiles/pack.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/tools /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/tools /builddir/build/BUILD/allegro-4.4.2/tools/CMakeFiles/pack.dir/DependInfo.cmake --color= Scanning dependencies of target pack make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f tools/CMakeFiles/pack.dir/build.make tools/CMakeFiles/pack.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' [ 72%] Building C object tools/CMakeFiles/pack.dir/pack.c.o cd /builddir/build/BUILD/allegro-4.4.2/tools && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2/addons/jpgalleg/include -I/builddir/build/BUILD/allegro-4.4.2/tools -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/pack.dir/pack.c.o -c /builddir/build/BUILD/allegro-4.4.2/tools/pack.c [ 72%] Building C object demos/shooter/CMakeFiles/shooter.dir/game.c.o cd /builddir/build/BUILD/allegro-4.4.2/demos/shooter && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2/demos/shooter -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/shooter.dir/game.c.o -c /builddir/build/BUILD/allegro-4.4.2/demos/shooter/game.c [ 72%] Linking C executable pack cd /builddir/build/BUILD/allegro-4.4.2/tools && /usr/bin/cmake -E cmake_link_script CMakeFiles/pack.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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/pack.dir/pack.c.o -o pack -Wl,-rpath,/builddir/build/BUILD/allegro-4.4.2/lib: ../lib/liballeg.so.4.4.2 -lm -lpthread -lrt -lX11 -lXext -lXcursor -lXpm -lXxf86vm -ldl make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 72%] Built target pack make -f tools/CMakeFiles/rgbmap.dir/build.make tools/CMakeFiles/rgbmap.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/tools /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/tools /builddir/build/BUILD/allegro-4.4.2/tools/CMakeFiles/rgbmap.dir/DependInfo.cmake --color= [ 72%] Building C object demos/skater/CMakeFiles/skater.dir/source/framewk.c.o cd /builddir/build/BUILD/allegro-4.4.2/demos/skater && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2/addons/allegrogl/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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/skater.dir/source/framewk.c.o -c /builddir/build/BUILD/allegro-4.4.2/demos/skater/source/framewk.c Scanning dependencies of target rgbmap make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f tools/CMakeFiles/rgbmap.dir/build.make tools/CMakeFiles/rgbmap.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' [ 72%] Building C object tools/CMakeFiles/rgbmap.dir/rgbmap.c.o cd /builddir/build/BUILD/allegro-4.4.2/tools && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2/addons/jpgalleg/include -I/builddir/build/BUILD/allegro-4.4.2/tools -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/rgbmap.dir/rgbmap.c.o -c /builddir/build/BUILD/allegro-4.4.2/tools/rgbmap.c [ 72%] Building C object demos/shooter/CMakeFiles/shooter.dir/title.c.o cd /builddir/build/BUILD/allegro-4.4.2/demos/shooter && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2/demos/shooter -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/shooter.dir/title.c.o -c /builddir/build/BUILD/allegro-4.4.2/demos/shooter/title.c [ 72%] Linking C executable rgbmap cd /builddir/build/BUILD/allegro-4.4.2/tools && /usr/bin/cmake -E cmake_link_script CMakeFiles/rgbmap.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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/rgbmap.dir/rgbmap.c.o -o rgbmap -Wl,-rpath,/builddir/build/BUILD/allegro-4.4.2/lib: ../lib/liballeg.so.4.4.2 -lm -lpthread -lrt -lX11 -lXext -lXcursor -lXpm -lXxf86vm -ldl [ 72%] Building C object demos/skater/CMakeFiles/skater.dir/source/game_sk.c.o cd /builddir/build/BUILD/allegro-4.4.2/demos/skater && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2/addons/allegrogl/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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/skater.dir/source/game_sk.c.o -c /builddir/build/BUILD/allegro-4.4.2/demos/skater/source/game_sk.c make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 72%] Built target rgbmap [ 72%] Building C object demos/skater/CMakeFiles/skater.dir/source/gamepad.c.o cd /builddir/build/BUILD/allegro-4.4.2/demos/skater && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2/addons/allegrogl/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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/skater.dir/source/gamepad.c.o -c /builddir/build/BUILD/allegro-4.4.2/demos/skater/source/gamepad.c make -f tools/CMakeFiles/aldat.dir/build.make tools/CMakeFiles/aldat.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/tools /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/tools /builddir/build/BUILD/allegro-4.4.2/tools/CMakeFiles/aldat.dir/DependInfo.cmake --color= Scanning dependencies of target aldat make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f tools/CMakeFiles/aldat.dir/build.make tools/CMakeFiles/aldat.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' [ 73%] Building C object tools/CMakeFiles/aldat.dir/datedit.c.o cd /builddir/build/BUILD/allegro-4.4.2/tools && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2/addons/jpgalleg/include -I/builddir/build/BUILD/allegro-4.4.2/tools -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/aldat.dir/datedit.c.o -c /builddir/build/BUILD/allegro-4.4.2/tools/datedit.c [ 74%] Building C object demos/skater/CMakeFiles/skater.dir/source/global.c.o cd /builddir/build/BUILD/allegro-4.4.2/demos/skater && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2/addons/allegrogl/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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/skater.dir/source/global.c.o -c /builddir/build/BUILD/allegro-4.4.2/demos/skater/source/global.c [ 75%] Linking C executable shooter cd /builddir/build/BUILD/allegro-4.4.2/demos/shooter && /usr/bin/cmake -E cmake_link_script CMakeFiles/shooter.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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/shooter.dir/animsel.c.o CMakeFiles/shooter.dir/bullet.c.o CMakeFiles/shooter.dir/dirty.c.o CMakeFiles/shooter.dir/expl.c.o CMakeFiles/shooter.dir/star.c.o CMakeFiles/shooter.dir/aster.c.o CMakeFiles/shooter.dir/demo.c.o CMakeFiles/shooter.dir/display.c.o CMakeFiles/shooter.dir/game.c.o CMakeFiles/shooter.dir/title.c.o -o shooter -Wl,-rpath,/builddir/build/BUILD/allegro-4.4.2/lib ../../lib/liballeg.so.4.4.2 -lm -lpthread -lrt -lX11 -lXext -lXcursor -lXpm -lXxf86vm -ldl /builddir/build/BUILD/allegro-4.4.2/tools/datedit.c: In function 'datedit_load_datafile': /builddir/build/BUILD/allegro-4.4.2/tools/datedit.c:931:22: warning: typedef 'DF' locally defined but not used [-Wunused-local-typedefs] typedef void (*DF)(void *); ^~ /builddir/build/BUILD/allegro-4.4.2/tools/datedit.c: In function 'datedit_grab': /builddir/build/BUILD/allegro-4.4.2/tools/datedit.c:1617:19: warning: comparison of constant '0' with boolean expression is always false [-Wbool-compare] if (!type_index < 0) ^ /builddir/build/BUILD/allegro-4.4.2/tools/datedit.c:1617:19: warning: logical not is only applied to the left hand side of comparison [-Wlogical-not-parentheses] /builddir/build/BUILD/allegro-4.4.2/tools/datedit.c:1617:7: note: add parentheses around left hand side expression to silence this warning if (!type_index < 0) ^~~~~~~~~~~ ( ) make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 75%] Built target shooter [ 75%] Building C object demos/skater/CMakeFiles/skater.dir/source/intro.c.o cd /builddir/build/BUILD/allegro-4.4.2/demos/skater && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2/addons/allegrogl/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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/skater.dir/source/intro.c.o -c /builddir/build/BUILD/allegro-4.4.2/demos/skater/source/intro.c make -f tools/CMakeFiles/xf2pcx.dir/build.make tools/CMakeFiles/xf2pcx.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/tools /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/tools /builddir/build/BUILD/allegro-4.4.2/tools/CMakeFiles/xf2pcx.dir/DependInfo.cmake --color= Scanning dependencies of target xf2pcx make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f tools/CMakeFiles/xf2pcx.dir/build.make tools/CMakeFiles/xf2pcx.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' [ 75%] Building C object tools/CMakeFiles/xf2pcx.dir/x11/xf2pcx.c.o cd /builddir/build/BUILD/allegro-4.4.2/tools && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2/addons/jpgalleg/include -I/builddir/build/BUILD/allegro-4.4.2/tools -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/xf2pcx.dir/x11/xf2pcx.c.o -c /builddir/build/BUILD/allegro-4.4.2/tools/x11/xf2pcx.c [ 75%] Building C object demos/skater/CMakeFiles/skater.dir/source/kbd_sk.c.o cd /builddir/build/BUILD/allegro-4.4.2/demos/skater && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2/addons/allegrogl/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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/skater.dir/source/kbd_sk.c.o -c /builddir/build/BUILD/allegro-4.4.2/demos/skater/source/kbd_sk.c [ 75%] Building C object demos/skater/CMakeFiles/skater.dir/source/level.c.o cd /builddir/build/BUILD/allegro-4.4.2/demos/skater && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2/addons/allegrogl/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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/skater.dir/source/level.c.o -c /builddir/build/BUILD/allegro-4.4.2/demos/skater/source/level.c [ 75%] Linking C executable xf2pcx cd /builddir/build/BUILD/allegro-4.4.2/tools && /usr/bin/cmake -E cmake_link_script CMakeFiles/xf2pcx.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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/xf2pcx.dir/x11/xf2pcx.c.o -o xf2pcx -Wl,-rpath,/builddir/build/BUILD/allegro-4.4.2/lib ../lib/liballeg.so.4.4.2 -lm -lpthread -lrt -lX11 -lXext -lXcursor -lXpm -lXxf86vm -ldl make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 75%] Built target xf2pcx [ 75%] Building C object demos/skater/CMakeFiles/skater.dir/source/lvlalloc.c.o cd /builddir/build/BUILD/allegro-4.4.2/demos/skater && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2/addons/allegrogl/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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/skater.dir/source/lvlalloc.c.o -c /builddir/build/BUILD/allegro-4.4.2/demos/skater/source/lvlalloc.c make -f tools/CMakeFiles/xkeymap.dir/build.make tools/CMakeFiles/xkeymap.dir/depend [ 75%] Building C object tools/CMakeFiles/aldat.dir/plugins/datalpha.c.o make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/tools /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/tools /builddir/build/BUILD/allegro-4.4.2/tools/CMakeFiles/xkeymap.dir/DependInfo.cmake --color= [ 76%] Building C object demos/skater/CMakeFiles/skater.dir/source/lvlfile.c.o cd /builddir/build/BUILD/allegro-4.4.2/demos/skater && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2/addons/allegrogl/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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/skater.dir/source/lvlfile.c.o -c /builddir/build/BUILD/allegro-4.4.2/demos/skater/source/lvlfile.c Scanning dependencies of target xkeymap make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f tools/CMakeFiles/xkeymap.dir/build.make tools/CMakeFiles/xkeymap.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' [ 76%] Building C object tools/CMakeFiles/xkeymap.dir/x11/xkeymap.c.o cd /builddir/build/BUILD/allegro-4.4.2/tools && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2/addons/jpgalleg/include -I/builddir/build/BUILD/allegro-4.4.2/tools -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/xkeymap.dir/x11/xkeymap.c.o -c /builddir/build/BUILD/allegro-4.4.2/tools/x11/xkeymap.c [ 76%] Building C object demos/skater/CMakeFiles/skater.dir/source/lvlstate.c.o cd /builddir/build/BUILD/allegro-4.4.2/demos/skater && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2/addons/allegrogl/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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/skater.dir/source/lvlstate.c.o -c /builddir/build/BUILD/allegro-4.4.2/demos/skater/source/lvlstate.c [ 77%] Linking C executable xkeymap cd /builddir/build/BUILD/allegro-4.4.2/tools && /usr/bin/cmake -E cmake_link_script CMakeFiles/xkeymap.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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/xkeymap.dir/x11/xkeymap.c.o -o xkeymap -Wl,-rpath,/builddir/build/BUILD/allegro-4.4.2/lib ../lib/liballeg.so.4.4.2 -lm -lpthread -lrt -lX11 -lXext -lXcursor -lXpm -lXxf86vm -ldl make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 77%] Built target xkeymap cd /builddir/build/BUILD/allegro-4.4.2/tools && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2/addons/jpgalleg/include -I/builddir/build/BUILD/allegro-4.4.2/tools -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/aldat.dir/plugins/datalpha.c.o -c /builddir/build/BUILD/allegro-4.4.2/tools/plugins/datalpha.c [ 77%] Building C object tools/CMakeFiles/aldat.dir/plugins/datfli.c.o cd /builddir/build/BUILD/allegro-4.4.2/tools && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2/addons/jpgalleg/include -I/builddir/build/BUILD/allegro-4.4.2/tools -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/aldat.dir/plugins/datfli.c.o -c /builddir/build/BUILD/allegro-4.4.2/tools/plugins/datfli.c [ 77%] Building C object demos/skater/CMakeFiles/skater.dir/source/menu.c.o cd /builddir/build/BUILD/allegro-4.4.2/demos/skater && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2/addons/allegrogl/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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/skater.dir/source/menu.c.o -c /builddir/build/BUILD/allegro-4.4.2/demos/skater/source/menu.c [ 77%] Building C object tools/CMakeFiles/aldat.dir/plugins/datfname.c.o cd /builddir/build/BUILD/allegro-4.4.2/tools && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2/addons/jpgalleg/include -I/builddir/build/BUILD/allegro-4.4.2/tools -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/aldat.dir/plugins/datfname.c.o -c /builddir/build/BUILD/allegro-4.4.2/tools/plugins/datfname.c make -f tools/CMakeFiles/textconv.dir/build.make tools/CMakeFiles/textconv.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/tools /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/tools /builddir/build/BUILD/allegro-4.4.2/tools/CMakeFiles/textconv.dir/DependInfo.cmake --color= Scanning dependencies of target textconv make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f tools/CMakeFiles/textconv.dir/build.make tools/CMakeFiles/textconv.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' [ 77%] Building C object tools/CMakeFiles/textconv.dir/textconv.c.o cd /builddir/build/BUILD/allegro-4.4.2/tools && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2/addons/jpgalleg/include -I/builddir/build/BUILD/allegro-4.4.2/tools -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/textconv.dir/textconv.c.o -c /builddir/build/BUILD/allegro-4.4.2/tools/textconv.c [ 78%] Linking C shared library ../../lib/liballeggl.so cd /builddir/build/BUILD/allegro-4.4.2/addons/allegrogl && /usr/bin/cmake -E cmake_link_script CMakeFiles/allegrogl.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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -shared -Wl,-soname,liballeggl.so.4.4 -o ../../lib/liballeggl.so.4.4.2 CMakeFiles/allegrogl.dir/src/alleggl.c.o CMakeFiles/allegrogl.dir/src/glvtable.c.o CMakeFiles/allegrogl.dir/src/scorer.c.o CMakeFiles/allegrogl.dir/src/math.c.o CMakeFiles/allegrogl.dir/src/aglf.c.o CMakeFiles/allegrogl.dir/src/fontconv.c.o CMakeFiles/allegrogl.dir/src/texture.c.o CMakeFiles/allegrogl.dir/src/glext.c.o CMakeFiles/allegrogl.dir/src/gui.c.o CMakeFiles/allegrogl.dir/src/videovtb.c.o CMakeFiles/allegrogl.dir/src/x.c.o -Wl,-rpath,/builddir/build/BUILD/allegro-4.4.2/lib: ../../lib/liballeg.so.4.4.2 -lGL -lGLU -lm -lpthread -lrt -lX11 -lXext -lXcursor -lXpm -lXxf86vm -ldl [ 78%] Building C object tools/CMakeFiles/aldat.dir/plugins/datfont.c.o cd /builddir/build/BUILD/allegro-4.4.2/tools && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2/addons/jpgalleg/include -I/builddir/build/BUILD/allegro-4.4.2/tools -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/aldat.dir/plugins/datfont.c.o -c /builddir/build/BUILD/allegro-4.4.2/tools/plugins/datfont.c cd /builddir/build/BUILD/allegro-4.4.2/addons/allegrogl && /usr/bin/cmake -E cmake_symlink_library ../../lib/liballeggl.so.4.4.2 ../../lib/liballeggl.so.4.4 ../../lib/liballeggl.so make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 78%] Built target allegrogl [ 79%] Building C object tools/CMakeFiles/aldat.dir/plugins/datgrab.c.o cd /builddir/build/BUILD/allegro-4.4.2/tools && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2/addons/jpgalleg/include -I/builddir/build/BUILD/allegro-4.4.2/tools -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/aldat.dir/plugins/datgrab.c.o -c /builddir/build/BUILD/allegro-4.4.2/tools/plugins/datgrab.c [ 79%] Linking C executable textconv cd /builddir/build/BUILD/allegro-4.4.2/tools && /usr/bin/cmake -E cmake_link_script CMakeFiles/textconv.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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/textconv.dir/textconv.c.o -o textconv -Wl,-rpath,/builddir/build/BUILD/allegro-4.4.2/lib: ../lib/liballeg.so.4.4.2 -lm -lpthread -lrt -lX11 -lXext -lXcursor -lXpm -lXxf86vm -ldl make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 79%] Built target textconv [ 79%] Building C object demos/skater/CMakeFiles/skater.dir/source/menuabt.c.o cd /builddir/build/BUILD/allegro-4.4.2/demos/skater && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2/addons/allegrogl/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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/skater.dir/source/menuabt.c.o -c /builddir/build/BUILD/allegro-4.4.2/demos/skater/source/menuabt.c [ 79%] Building C object tools/CMakeFiles/aldat.dir/plugins/datgrid.c.o cd /builddir/build/BUILD/allegro-4.4.2/tools && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2/addons/jpgalleg/include -I/builddir/build/BUILD/allegro-4.4.2/tools -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/aldat.dir/plugins/datgrid.c.o -c /builddir/build/BUILD/allegro-4.4.2/tools/plugins/datgrid.c [ 79%] Building C object demos/skater/CMakeFiles/skater.dir/source/menuctl.c.o cd /builddir/build/BUILD/allegro-4.4.2/demos/skater && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2/addons/allegrogl/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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/skater.dir/source/menuctl.c.o -c /builddir/build/BUILD/allegro-4.4.2/demos/skater/source/menuctl.c make -f tools/CMakeFiles/exedat.dir/build.make tools/CMakeFiles/exedat.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/tools /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/tools /builddir/build/BUILD/allegro-4.4.2/tools/CMakeFiles/exedat.dir/DependInfo.cmake --color= Scanning dependencies of target exedat make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f tools/CMakeFiles/exedat.dir/build.make tools/CMakeFiles/exedat.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' [ 79%] Building C object tools/CMakeFiles/exedat.dir/exedat.c.o cd /builddir/build/BUILD/allegro-4.4.2/tools && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2/addons/jpgalleg/include -I/builddir/build/BUILD/allegro-4.4.2/tools -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/exedat.dir/exedat.c.o -c /builddir/build/BUILD/allegro-4.4.2/tools/exedat.c [ 80%] Building C object demos/skater/CMakeFiles/skater.dir/source/menugfx.c.o cd /builddir/build/BUILD/allegro-4.4.2/demos/skater && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2/addons/allegrogl/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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/skater.dir/source/menugfx.c.o -c /builddir/build/BUILD/allegro-4.4.2/demos/skater/source/menugfx.c [ 80%] Building C object tools/CMakeFiles/aldat.dir/plugins/datimage.c.o cd /builddir/build/BUILD/allegro-4.4.2/tools && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2/addons/jpgalleg/include -I/builddir/build/BUILD/allegro-4.4.2/tools -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/aldat.dir/plugins/datimage.c.o -c /builddir/build/BUILD/allegro-4.4.2/tools/plugins/datimage.c make -f tools/CMakeFiles/colormap.dir/build.make tools/CMakeFiles/colormap.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/tools /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/tools /builddir/build/BUILD/allegro-4.4.2/tools/CMakeFiles/colormap.dir/DependInfo.cmake --color= Scanning dependencies of target colormap make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f tools/CMakeFiles/colormap.dir/build.make tools/CMakeFiles/colormap.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' [ 80%] Building C object tools/CMakeFiles/colormap.dir/colormap.c.o cd /builddir/build/BUILD/allegro-4.4.2/tools && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2/addons/jpgalleg/include -I/builddir/build/BUILD/allegro-4.4.2/tools -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/colormap.dir/colormap.c.o -c /builddir/build/BUILD/allegro-4.4.2/tools/colormap.c [ 80%] Building C object demos/skater/CMakeFiles/skater.dir/source/menumain.c.o cd /builddir/build/BUILD/allegro-4.4.2/demos/skater && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2/addons/allegrogl/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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/skater.dir/source/menumain.c.o -c /builddir/build/BUILD/allegro-4.4.2/demos/skater/source/menumain.c [ 80%] Linking C executable exedat cd /builddir/build/BUILD/allegro-4.4.2/tools && /usr/bin/cmake -E cmake_link_script CMakeFiles/exedat.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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/exedat.dir/exedat.c.o -o exedat -Wl,-rpath,/builddir/build/BUILD/allegro-4.4.2/lib: ../lib/liballeg.so.4.4.2 -lm -lpthread -lrt -lX11 -lXext -lXcursor -lXpm -lXxf86vm -ldl make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 80%] Built target exedat [ 80%] Building C object demos/skater/CMakeFiles/skater.dir/source/menumisc.c.o cd /builddir/build/BUILD/allegro-4.4.2/demos/skater && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2/addons/allegrogl/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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/skater.dir/source/menumisc.c.o -c /builddir/build/BUILD/allegro-4.4.2/demos/skater/source/menumisc.c make -f tools/CMakeFiles/dat2c.dir/build.make tools/CMakeFiles/dat2c.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/tools /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/tools /builddir/build/BUILD/allegro-4.4.2/tools/CMakeFiles/dat2c.dir/DependInfo.cmake --color= Scanning dependencies of target dat2c make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f tools/CMakeFiles/dat2c.dir/build.make tools/CMakeFiles/dat2c.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' [ 80%] Linking C executable colormap cd /builddir/build/BUILD/allegro-4.4.2/tools && /usr/bin/cmake -E cmake_link_script CMakeFiles/colormap.dir/link.txt --verbose=1 [ 81%] Building C object tools/CMakeFiles/dat2c.dir/dat2c.c.o cd /builddir/build/BUILD/allegro-4.4.2/tools && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2/addons/jpgalleg/include -I/builddir/build/BUILD/allegro-4.4.2/tools -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/dat2c.dir/dat2c.c.o -c /builddir/build/BUILD/allegro-4.4.2/tools/dat2c.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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/colormap.dir/colormap.c.o -o colormap -Wl,-rpath,/builddir/build/BUILD/allegro-4.4.2/lib: ../lib/liballeg.so.4.4.2 -lm -lpthread -lrt -lX11 -lXext -lXcursor -lXpm -lXxf86vm -ldl make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 81%] Built target colormap [ 81%] Building C object demos/skater/CMakeFiles/skater.dir/source/menuopts.c.o cd /builddir/build/BUILD/allegro-4.4.2/demos/skater && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2/addons/allegrogl/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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/skater.dir/source/menuopts.c.o -c /builddir/build/BUILD/allegro-4.4.2/demos/skater/source/menuopts.c [ 81%] Building C object demos/skater/CMakeFiles/skater.dir/source/menusnd.c.o cd /builddir/build/BUILD/allegro-4.4.2/demos/skater && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2/addons/allegrogl/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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/skater.dir/source/menusnd.c.o -c /builddir/build/BUILD/allegro-4.4.2/demos/skater/source/menusnd.c /builddir/build/BUILD/allegro-4.4.2/tools/dat2c.c: In function '_cwrite_esc': /builddir/build/BUILD/allegro-4.4.2/tools/dat2c.c:580:21: warning: this statement may fall through [-Wimplicit-fallthrough=] was_num_escape = 2; ~~~~~~~~~~~~~~~^~~ /builddir/build/BUILD/allegro-4.4.2/tools/dat2c.c:582:3: note: here case 7: /* \a or bell */ ^~~~ [ 81%] Building C object tools/CMakeFiles/aldat.dir/plugins/datitype.c.o cd /builddir/build/BUILD/allegro-4.4.2/tools && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2/addons/jpgalleg/include -I/builddir/build/BUILD/allegro-4.4.2/tools -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/aldat.dir/plugins/datitype.c.o -c /builddir/build/BUILD/allegro-4.4.2/tools/plugins/datitype.c [ 82%] Building C object demos/skater/CMakeFiles/skater.dir/source/menusucc.c.o cd /builddir/build/BUILD/allegro-4.4.2/demos/skater && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2/addons/allegrogl/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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/skater.dir/source/menusucc.c.o -c /builddir/build/BUILD/allegro-4.4.2/demos/skater/source/menusucc.c make -f setup/CMakeFiles/keyconf.dir/build.make setup/CMakeFiles/keyconf.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/setup /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/setup /builddir/build/BUILD/allegro-4.4.2/setup/CMakeFiles/keyconf.dir/DependInfo.cmake --color= Scanning dependencies of target keyconf make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f setup/CMakeFiles/keyconf.dir/build.make setup/CMakeFiles/keyconf.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' [ 82%] Building C object setup/CMakeFiles/keyconf.dir/keyconf.c.o cd /builddir/build/BUILD/allegro-4.4.2/setup && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/keyconf.dir/keyconf.c.o -c /builddir/build/BUILD/allegro-4.4.2/setup/keyconf.c [ 82%] Building C object demos/skater/CMakeFiles/skater.dir/source/music.c.o cd /builddir/build/BUILD/allegro-4.4.2/demos/skater && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2/addons/allegrogl/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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/skater.dir/source/music.c.o -c /builddir/build/BUILD/allegro-4.4.2/demos/skater/source/music.c [ 83%] Linking C executable keyconf cd /builddir/build/BUILD/allegro-4.4.2/setup && /usr/bin/cmake -E cmake_link_script CMakeFiles/keyconf.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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/keyconf.dir/keyconf.c.o -o keyconf -Wl,-rpath,/builddir/build/BUILD/allegro-4.4.2/lib ../lib/liballeg.so.4.4.2 -lm -lpthread -lrt -lX11 -lXext -lXcursor -lXpm -lXxf86vm -ldl [ 83%] Linking C executable dat2c cd /builddir/build/BUILD/allegro-4.4.2/tools && /usr/bin/cmake -E cmake_link_script CMakeFiles/dat2c.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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/dat2c.dir/dat2c.c.o -o dat2c -Wl,-rpath,/builddir/build/BUILD/allegro-4.4.2/lib: ../lib/liballeg.so.4.4.2 -lm -lpthread -lrt -lX11 -lXext -lXcursor -lXpm -lXxf86vm -ldl make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 83%] Built target keyconf make -f setup/CMakeFiles/setup.dir/build.make setup/CMakeFiles/setup.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/setup /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/setup /builddir/build/BUILD/allegro-4.4.2/setup/CMakeFiles/setup.dir/DependInfo.cmake --color= [ 83%] Building C object demos/skater/CMakeFiles/skater.dir/source/oglflip.c.o cd /builddir/build/BUILD/allegro-4.4.2/demos/skater && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2/addons/allegrogl/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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/skater.dir/source/oglflip.c.o -c /builddir/build/BUILD/allegro-4.4.2/demos/skater/source/oglflip.c [ 83%] Building C object tools/CMakeFiles/aldat.dir/plugins/datmidi.c.o cd /builddir/build/BUILD/allegro-4.4.2/tools && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2/addons/jpgalleg/include -I/builddir/build/BUILD/allegro-4.4.2/tools -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/aldat.dir/plugins/datmidi.c.o -c /builddir/build/BUILD/allegro-4.4.2/tools/plugins/datmidi.c make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 83%] Built target dat2c [ 83%] Building C object demos/skater/CMakeFiles/skater.dir/source/pageflip.c.o cd /builddir/build/BUILD/allegro-4.4.2/demos/skater && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2/addons/allegrogl/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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/skater.dir/source/pageflip.c.o -c /builddir/build/BUILD/allegro-4.4.2/demos/skater/source/pageflip.c Scanning dependencies of target setup make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f setup/CMakeFiles/setup.dir/build.make setup/CMakeFiles/setup.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' [ 83%] Building C object demos/skater/CMakeFiles/skater.dir/source/physics.c.o cd /builddir/build/BUILD/allegro-4.4.2/demos/skater && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2/addons/allegrogl/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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/skater.dir/source/physics.c.o -c /builddir/build/BUILD/allegro-4.4.2/demos/skater/source/physics.c [ 83%] Building C object setup/CMakeFiles/setup.dir/setup.c.o cd /builddir/build/BUILD/allegro-4.4.2/setup && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/setup.dir/setup.c.o -c /builddir/build/BUILD/allegro-4.4.2/setup/setup.c [ 83%] Building C object tools/CMakeFiles/aldat.dir/plugins/datsamp.c.o cd /builddir/build/BUILD/allegro-4.4.2/tools && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2/addons/jpgalleg/include -I/builddir/build/BUILD/allegro-4.4.2/tools -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/aldat.dir/plugins/datsamp.c.o -c /builddir/build/BUILD/allegro-4.4.2/tools/plugins/datsamp.c [ 84%] Building C object tools/CMakeFiles/aldat.dir/plugins/datpal.c.o cd /builddir/build/BUILD/allegro-4.4.2/tools && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2/addons/jpgalleg/include -I/builddir/build/BUILD/allegro-4.4.2/tools -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/aldat.dir/plugins/datpal.c.o -c /builddir/build/BUILD/allegro-4.4.2/tools/plugins/datpal.c /builddir/build/BUILD/allegro-4.4.2/setup/setup.c: In function 'filename_proc': /builddir/build/BUILD/allegro-4.4.2/setup/setup.c:1897:7: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!p->e2) ^~ /builddir/build/BUILD/allegro-4.4.2/setup/setup.c:1899:10: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' ustrzcpy(p->e2, FILENAME_SIZE, p->value); ^~~~~~~~ [ 85%] Building C object demos/skater/CMakeFiles/skater.dir/source/quadtree.c.o cd /builddir/build/BUILD/allegro-4.4.2/demos/skater && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2/addons/allegrogl/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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/skater.dir/source/quadtree.c.o -c /builddir/build/BUILD/allegro-4.4.2/demos/skater/source/quadtree.c [ 85%] Building C object demos/skater/CMakeFiles/skater.dir/source/scrshot.c.o cd /builddir/build/BUILD/allegro-4.4.2/demos/skater && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2/addons/allegrogl/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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/skater.dir/source/scrshot.c.o -c /builddir/build/BUILD/allegro-4.4.2/demos/skater/source/scrshot.c [ 85%] Building C object tools/CMakeFiles/aldat.dir/plugins/datworms.c.o cd /builddir/build/BUILD/allegro-4.4.2/tools && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2/addons/jpgalleg/include -I/builddir/build/BUILD/allegro-4.4.2/tools -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/aldat.dir/plugins/datworms.c.o -c /builddir/build/BUILD/allegro-4.4.2/tools/plugins/datworms.c make -f tests/CMakeFiles/mathtest.dir/build.make tests/CMakeFiles/mathtest.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/tests /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/tests /builddir/build/BUILD/allegro-4.4.2/tests/CMakeFiles/mathtest.dir/DependInfo.cmake --color= Scanning dependencies of target mathtest make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f tests/CMakeFiles/mathtest.dir/build.make tests/CMakeFiles/mathtest.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' [ 85%] Building C object tests/CMakeFiles/mathtest.dir/mathtest.c.o cd /builddir/build/BUILD/allegro-4.4.2/tests && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/mathtest.dir/mathtest.c.o -c /builddir/build/BUILD/allegro-4.4.2/tests/mathtest.c [ 85%] Building C object demos/skater/CMakeFiles/skater.dir/source/skater.c.o cd /builddir/build/BUILD/allegro-4.4.2/demos/skater && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2/addons/allegrogl/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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/skater.dir/source/skater.c.o -c /builddir/build/BUILD/allegro-4.4.2/demos/skater/source/skater.c [ 85%] Building C object demos/skater/CMakeFiles/skater.dir/source/token.c.o cd /builddir/build/BUILD/allegro-4.4.2/demos/skater && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2/addons/allegrogl/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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/skater.dir/source/token.c.o -c /builddir/build/BUILD/allegro-4.4.2/demos/skater/source/token.c [ 86%] Linking C executable mathtest cd /builddir/build/BUILD/allegro-4.4.2/tests && /usr/bin/cmake -E cmake_link_script CMakeFiles/mathtest.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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/mathtest.dir/mathtest.c.o -o mathtest -Wl,-rpath,/builddir/build/BUILD/allegro-4.4.2/lib ../lib/liballeg.so.4.4.2 -lm -lpthread -lrt -lX11 -lXext -lXcursor -lXpm -lXxf86vm -ldl make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 86%] Built target mathtest [ 86%] Building C object demos/skater/CMakeFiles/skater.dir/source/transitn.c.o [ 86%] Building C object tools/CMakeFiles/aldat.dir/__/addons/jpgalleg/plugin/datjpeg.c.o cd /builddir/build/BUILD/allegro-4.4.2/demos/skater && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2/addons/allegrogl/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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/skater.dir/source/transitn.c.o -c /builddir/build/BUILD/allegro-4.4.2/demos/skater/source/transitn.c cd /builddir/build/BUILD/allegro-4.4.2/tools && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2/addons/jpgalleg/include -I/builddir/build/BUILD/allegro-4.4.2/tools -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/aldat.dir/__/addons/jpgalleg/plugin/datjpeg.c.o -c /builddir/build/BUILD/allegro-4.4.2/addons/jpgalleg/plugin/datjpeg.c make -f tests/CMakeFiles/filetest.dir/build.make tests/CMakeFiles/filetest.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/tests /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/tests /builddir/build/BUILD/allegro-4.4.2/tests/CMakeFiles/filetest.dir/DependInfo.cmake --color= Scanning dependencies of target filetest make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f tests/CMakeFiles/filetest.dir/build.make tests/CMakeFiles/filetest.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' [ 86%] Building C object tests/CMakeFiles/filetest.dir/filetest.c.o cd /builddir/build/BUILD/allegro-4.4.2/tests && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/filetest.dir/filetest.c.o -c /builddir/build/BUILD/allegro-4.4.2/tests/filetest.c [ 86%] Linking C executable setup cd /builddir/build/BUILD/allegro-4.4.2/setup && /usr/bin/cmake -E cmake_link_script CMakeFiles/setup.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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/setup.dir/setup.c.o -o setup -Wl,-rpath,/builddir/build/BUILD/allegro-4.4.2/lib ../lib/liballeg.so.4.4.2 -lm -lpthread -lrt -lX11 -lXext -lXcursor -lXpm -lXxf86vm -ldl make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 86%] Built target setup make -f tests/CMakeFiles/vesainfo.dir/build.make tests/CMakeFiles/vesainfo.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/tests /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/tests /builddir/build/BUILD/allegro-4.4.2/tests/CMakeFiles/vesainfo.dir/DependInfo.cmake --color= [ 87%] Building C object demos/skater/CMakeFiles/skater.dir/source/tribuf.c.o cd /builddir/build/BUILD/allegro-4.4.2/demos/skater && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2/addons/allegrogl/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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/skater.dir/source/tribuf.c.o -c /builddir/build/BUILD/allegro-4.4.2/demos/skater/source/tribuf.c [ 87%] Linking C static library ../lib/libaldat.a cd /builddir/build/BUILD/allegro-4.4.2/tools && /usr/bin/cmake -P CMakeFiles/aldat.dir/cmake_clean_target.cmake Scanning dependencies of target vesainfo make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f tests/CMakeFiles/vesainfo.dir/build.make tests/CMakeFiles/vesainfo.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2/tools && /usr/bin/cmake -E cmake_link_script CMakeFiles/aldat.dir/link.txt --verbose=1 [ 87%] Building C object tests/CMakeFiles/vesainfo.dir/vesainfo.c.o cd /builddir/build/BUILD/allegro-4.4.2/tests && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/vesainfo.dir/vesainfo.c.o -c /builddir/build/BUILD/allegro-4.4.2/tests/vesainfo.c /usr/bin/ar qc ../lib/libaldat.a CMakeFiles/aldat.dir/datedit.c.o CMakeFiles/aldat.dir/plugins/datalpha.c.o CMakeFiles/aldat.dir/plugins/datfli.c.o CMakeFiles/aldat.dir/plugins/datfname.c.o CMakeFiles/aldat.dir/plugins/datfont.c.o CMakeFiles/aldat.dir/plugins/datgrab.c.o CMakeFiles/aldat.dir/plugins/datgrid.c.o CMakeFiles/aldat.dir/plugins/datimage.c.o CMakeFiles/aldat.dir/plugins/datitype.c.o CMakeFiles/aldat.dir/plugins/datmidi.c.o CMakeFiles/aldat.dir/plugins/datpal.c.o CMakeFiles/aldat.dir/plugins/datsamp.c.o CMakeFiles/aldat.dir/plugins/datworms.c.o CMakeFiles/aldat.dir/__/addons/jpgalleg/plugin/datjpeg.c.o /usr/bin/ranlib ../lib/libaldat.a make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 87%] Linking C executable filetest cd /builddir/build/BUILD/allegro-4.4.2/tests && /usr/bin/cmake -E cmake_link_script CMakeFiles/filetest.dir/link.txt --verbose=1 [ 87%] Built target aldat /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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/filetest.dir/filetest.c.o -o filetest -Wl,-rpath,/builddir/build/BUILD/allegro-4.4.2/lib ../lib/liballeg.so.4.4.2 -lm -lpthread -lrt -lX11 -lXext -lXcursor -lXpm -lXxf86vm -ldl [ 87%] Building C object demos/skater/CMakeFiles/skater.dir/source/virtctl.c.o cd /builddir/build/BUILD/allegro-4.4.2/demos/skater && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2/addons/allegrogl/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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/skater.dir/source/virtctl.c.o -c /builddir/build/BUILD/allegro-4.4.2/demos/skater/source/virtctl.c make -f tests/CMakeFiles/digitest.dir/build.make tests/CMakeFiles/digitest.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/tests /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/tests /builddir/build/BUILD/allegro-4.4.2/tests/CMakeFiles/digitest.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' Scanning dependencies of target digitest make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f tests/CMakeFiles/digitest.dir/build.make tests/CMakeFiles/digitest.dir/build [ 88%] Linking C executable vesainfo cd /builddir/build/BUILD/allegro-4.4.2/tests && /usr/bin/cmake -E cmake_link_script CMakeFiles/vesainfo.dir/link.txt --verbose=1 [ 88%] Built target filetest make -f tests/CMakeFiles/gfxinfo.dir/build.make tests/CMakeFiles/gfxinfo.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/tests /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/tests /builddir/build/BUILD/allegro-4.4.2/tests/CMakeFiles/gfxinfo.dir/DependInfo.cmake --color= /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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/vesainfo.dir/vesainfo.c.o -o vesainfo -Wl,-rpath,/builddir/build/BUILD/allegro-4.4.2/lib ../lib/liballeg.so.4.4.2 -lm -lpthread -lrt -lX11 -lXext -lXcursor -lXpm -lXxf86vm -ldl [ 88%] Building C object tests/CMakeFiles/digitest.dir/digitest.c.o cd /builddir/build/BUILD/allegro-4.4.2/tests && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/digitest.dir/digitest.c.o -c /builddir/build/BUILD/allegro-4.4.2/tests/digitest.c Scanning dependencies of target gfxinfo make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f tests/CMakeFiles/gfxinfo.dir/build.make tests/CMakeFiles/gfxinfo.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 88%] Building C object tests/CMakeFiles/gfxinfo.dir/gfxinfo.c.o cd /builddir/build/BUILD/allegro-4.4.2/tests && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/gfxinfo.dir/gfxinfo.c.o -c /builddir/build/BUILD/allegro-4.4.2/tests/gfxinfo.c [ 88%] Linking C executable skater cd /builddir/build/BUILD/allegro-4.4.2/demos/skater && /usr/bin/cmake -E cmake_link_script CMakeFiles/skater.dir/link.txt --verbose=1 [ 88%] Built target vesainfo make -f tests/CMakeFiles/afinfo.dir/build.make tests/CMakeFiles/afinfo.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/tests /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/tests /builddir/build/BUILD/allegro-4.4.2/tests/CMakeFiles/afinfo.dir/DependInfo.cmake --color= /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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/skater.dir/source/anim.c.o CMakeFiles/skater.dir/source/backscrl.c.o CMakeFiles/skater.dir/source/credits.c.o CMakeFiles/skater.dir/source/dblbuf.c.o CMakeFiles/skater.dir/source/fps.c.o CMakeFiles/skater.dir/source/framewk.c.o CMakeFiles/skater.dir/source/game_sk.c.o CMakeFiles/skater.dir/source/gamepad.c.o CMakeFiles/skater.dir/source/global.c.o CMakeFiles/skater.dir/source/intro.c.o CMakeFiles/skater.dir/source/kbd_sk.c.o CMakeFiles/skater.dir/source/level.c.o CMakeFiles/skater.dir/source/lvlalloc.c.o CMakeFiles/skater.dir/source/lvlfile.c.o CMakeFiles/skater.dir/source/lvlstate.c.o CMakeFiles/skater.dir/source/menu.c.o CMakeFiles/skater.dir/source/menuabt.c.o CMakeFiles/skater.dir/source/menuctl.c.o CMakeFiles/skater.dir/source/menugfx.c.o CMakeFiles/skater.dir/source/menumain.c.o CMakeFiles/skater.dir/source/menumisc.c.o CMakeFiles/skater.dir/source/menuopts.c.o CMakeFiles/skater.dir/source/menusnd.c.o CMakeFiles/skater.dir/source/menusucc.c.o CMakeFiles/skater.dir/source/music.c.o CMakeFiles/skater.dir/source/oglflip.c.o CMakeFiles/skater.dir/source/pageflip.c.o CMakeFiles/skater.dir/source/physics.c.o CMakeFiles/skater.dir/source/quadtree.c.o CMakeFiles/skater.dir/source/scrshot.c.o CMakeFiles/skater.dir/source/skater.c.o CMakeFiles/skater.dir/source/token.c.o CMakeFiles/skater.dir/source/transitn.c.o CMakeFiles/skater.dir/source/tribuf.c.o CMakeFiles/skater.dir/source/virtctl.c.o -o skater -Wl,-rpath,/builddir/build/BUILD/allegro-4.4.2/lib ../../lib/liballeg.so.4.4.2 -lm -lpthread -lrt -lX11 -lXext -lXcursor -lXpm -lXxf86vm -ldl Scanning dependencies of target afinfo make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f tests/CMakeFiles/afinfo.dir/build.make tests/CMakeFiles/afinfo.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' [ 88%] Building C object tests/CMakeFiles/afinfo.dir/afinfo.c.o cd /builddir/build/BUILD/allegro-4.4.2/tests && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/afinfo.dir/afinfo.c.o -c /builddir/build/BUILD/allegro-4.4.2/tests/afinfo.c make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 88%] Built target skater make -f tests/CMakeFiles/play.dir/build.make tests/CMakeFiles/play.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/tests /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/tests /builddir/build/BUILD/allegro-4.4.2/tests/CMakeFiles/play.dir/DependInfo.cmake --color= Scanning dependencies of target play make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f tests/CMakeFiles/play.dir/build.make tests/CMakeFiles/play.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' [ 88%] Building C object tests/CMakeFiles/play.dir/play.c.o cd /builddir/build/BUILD/allegro-4.4.2/tests && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/play.dir/play.c.o -c /builddir/build/BUILD/allegro-4.4.2/tests/play.c [ 88%] Linking C executable gfxinfo cd /builddir/build/BUILD/allegro-4.4.2/tests && /usr/bin/cmake -E cmake_link_script CMakeFiles/gfxinfo.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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/gfxinfo.dir/gfxinfo.c.o -o gfxinfo -Wl,-rpath,/builddir/build/BUILD/allegro-4.4.2/lib ../lib/liballeg.so.4.4.2 -lm -lpthread -lrt -lX11 -lXext -lXcursor -lXpm -lXxf86vm -ldl [ 88%] Linking C executable afinfo cd /builddir/build/BUILD/allegro-4.4.2/tests && /usr/bin/cmake -E cmake_link_script CMakeFiles/afinfo.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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/afinfo.dir/afinfo.c.o -o afinfo -Wl,-rpath,/builddir/build/BUILD/allegro-4.4.2/lib ../lib/liballeg.so.4.4.2 -lm -lpthread -lrt -lX11 -lXext -lXcursor -lXpm -lXxf86vm -ldl [ 89%] Linking C executable digitest cd /builddir/build/BUILD/allegro-4.4.2/tests && /usr/bin/cmake -E cmake_link_script CMakeFiles/digitest.dir/link.txt --verbose=1 make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' /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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/digitest.dir/digitest.c.o -o digitest -Wl,-rpath,/builddir/build/BUILD/allegro-4.4.2/lib ../lib/liballeg.so.4.4.2 -lm -lpthread -lrt -lX11 -lXext -lXcursor -lXpm -lXxf86vm -ldl [ 89%] Built target gfxinfo make -f tests/CMakeFiles/playfli.dir/build.make tests/CMakeFiles/playfli.dir/depend make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/tests /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/tests /builddir/build/BUILD/allegro-4.4.2/tests/CMakeFiles/playfli.dir/DependInfo.cmake --color= [ 89%] Built target afinfo make -f tests/CMakeFiles/akaitest.dir/build.make tests/CMakeFiles/akaitest.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/tests /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/tests /builddir/build/BUILD/allegro-4.4.2/tests/CMakeFiles/akaitest.dir/DependInfo.cmake --color= Scanning dependencies of target playfli make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f tests/CMakeFiles/playfli.dir/build.make tests/CMakeFiles/playfli.dir/build make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' Scanning dependencies of target akaitest make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f tests/CMakeFiles/akaitest.dir/build.make tests/CMakeFiles/akaitest.dir/build [ 89%] Built target digitest make -f tests/CMakeFiles/miditest.dir/build.make tests/CMakeFiles/miditest.dir/depend [ 89%] Building C object tests/CMakeFiles/playfli.dir/playfli.c.o cd /builddir/build/BUILD/allegro-4.4.2/tests && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/playfli.dir/playfli.c.o -c /builddir/build/BUILD/allegro-4.4.2/tests/playfli.c make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/tests /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/tests /builddir/build/BUILD/allegro-4.4.2/tests/CMakeFiles/miditest.dir/DependInfo.cmake --color= [ 89%] Building C object tests/CMakeFiles/akaitest.dir/akaitest.c.o cd /builddir/build/BUILD/allegro-4.4.2/tests && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/akaitest.dir/akaitest.c.o -c /builddir/build/BUILD/allegro-4.4.2/tests/akaitest.c /builddir/build/BUILD/allegro-4.4.2/tests/play.c: In function 'main': /builddir/build/BUILD/allegro-4.4.2/tests/play.c:351:76: warning: ' ' directive writing 8 bytes into a region of size between 0 and 30 [-Wformat-overflow=] sprintf(buf, " midi pos: %ld vol: %d pan: %d freq: %d ", midi_pos, vol, pan, freq); ^~~~~~~~ In file included from /usr/include/stdio.h:861:0, from /builddir/build/BUILD/allegro-4.4.2/tests/play.c:19: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 59 and 108 bytes into a destination of size 80 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Scanning dependencies of target miditest make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f tests/CMakeFiles/miditest.dir/build.make tests/CMakeFiles/miditest.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' [ 89%] Building C object tests/CMakeFiles/miditest.dir/miditest.c.o cd /builddir/build/BUILD/allegro-4.4.2/tests && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/miditest.dir/miditest.c.o -c /builddir/build/BUILD/allegro-4.4.2/tests/miditest.c [ 89%] Linking C executable play cd /builddir/build/BUILD/allegro-4.4.2/tests && /usr/bin/cmake -E cmake_link_script CMakeFiles/play.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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/play.dir/play.c.o -o play -Wl,-rpath,/builddir/build/BUILD/allegro-4.4.2/lib ../lib/liballeg.so.4.4.2 -lm -lpthread -lrt -lX11 -lXext -lXcursor -lXpm -lXxf86vm -ldl [ 90%] Linking C executable playfli cd /builddir/build/BUILD/allegro-4.4.2/tests && /usr/bin/cmake -E cmake_link_script CMakeFiles/playfli.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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/playfli.dir/playfli.c.o -o playfli -Wl,-rpath,/builddir/build/BUILD/allegro-4.4.2/lib ../lib/liballeg.so.4.4.2 -lm -lpthread -lrt -lX11 -lXext -lXcursor -lXpm -lXxf86vm -ldl make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 90%] Built target play make -f tests/CMakeFiles/test.dir/build.make tests/CMakeFiles/test.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/tests /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/tests /builddir/build/BUILD/allegro-4.4.2/tests/CMakeFiles/test.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 90%] Built target playfli make -f demos/skater/CMakeFiles/skater_agl.dir/build.make demos/skater/CMakeFiles/skater_agl.dir/depend Scanning dependencies of target test make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/demos/skater /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/demos/skater /builddir/build/BUILD/allegro-4.4.2/demos/skater/CMakeFiles/skater_agl.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f tests/CMakeFiles/test.dir/build.make tests/CMakeFiles/test.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' [ 91%] Building C object tests/CMakeFiles/test.dir/test.c.o cd /builddir/build/BUILD/allegro-4.4.2/tests && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/test.dir/test.c.o -c /builddir/build/BUILD/allegro-4.4.2/tests/test.c [ 91%] Linking C executable miditest cd /builddir/build/BUILD/allegro-4.4.2/tests && /usr/bin/cmake -E cmake_link_script CMakeFiles/miditest.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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/miditest.dir/miditest.c.o -o miditest -Wl,-rpath,/builddir/build/BUILD/allegro-4.4.2/lib ../lib/liballeg.so.4.4.2 -lm -lpthread -lrt -lX11 -lXext -lXcursor -lXpm -lXxf86vm -ldl make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 91%] Linking C executable akaitest cd /builddir/build/BUILD/allegro-4.4.2/tests && /usr/bin/cmake -E cmake_link_script CMakeFiles/akaitest.dir/link.txt --verbose=1 [ 91%] Built target miditest make -f tools/CMakeFiles/dat.dir/build.make tools/CMakeFiles/dat.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/tools /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/tools /builddir/build/BUILD/allegro-4.4.2/tools/CMakeFiles/dat.dir/DependInfo.cmake --color= /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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/akaitest.dir/akaitest.c.o -o akaitest -Wl,-rpath,/builddir/build/BUILD/allegro-4.4.2/lib ../lib/liballeg.so.4.4.2 -lm -lpthread -lrt -lX11 -lXext -lXcursor -lXpm -lXxf86vm -ldl Scanning dependencies of target dat make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f tools/CMakeFiles/dat.dir/build.make tools/CMakeFiles/dat.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 91%] Building C object tools/CMakeFiles/dat.dir/dat.c.o cd /builddir/build/BUILD/allegro-4.4.2/tools && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2/addons/jpgalleg/include -I/builddir/build/BUILD/allegro-4.4.2/tools -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/dat.dir/dat.c.o -c /builddir/build/BUILD/allegro-4.4.2/tools/dat.c [ 91%] Built target akaitest make -f tools/CMakeFiles/grabber.dir/build.make tools/CMakeFiles/grabber.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/tools /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/tools /builddir/build/BUILD/allegro-4.4.2/tools/CMakeFiles/grabber.dir/DependInfo.cmake --color= Scanning dependencies of target grabber make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f tools/CMakeFiles/grabber.dir/build.make tools/CMakeFiles/grabber.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' [ 92%] Building C object tools/CMakeFiles/grabber.dir/grabber.c.o cd /builddir/build/BUILD/allegro-4.4.2/tools && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2/addons/jpgalleg/include -I/builddir/build/BUILD/allegro-4.4.2/tools -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/grabber.dir/grabber.c.o -c /builddir/build/BUILD/allegro-4.4.2/tools/grabber.c Scanning dependencies of target skater_agl make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f demos/skater/CMakeFiles/skater_agl.dir/build.make demos/skater/CMakeFiles/skater_agl.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' /builddir/build/BUILD/allegro-4.4.2/tools/dat.c: In function 'datedit_select': /builddir/build/BUILD/allegro-4.4.2/tools/dat.c:298:4: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(stdin, "%d", &c); ^~~~~~~~~~~~~~~~~~~~~~~ [ 92%] Building C object demos/skater/CMakeFiles/skater_agl.dir/source/anim.c.o cd /builddir/build/BUILD/allegro-4.4.2/demos/skater && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2/addons/allegrogl/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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -DDEMO_USE_ALLEGRO_GL -o CMakeFiles/skater_agl.dir/source/anim.c.o -c /builddir/build/BUILD/allegro-4.4.2/demos/skater/source/anim.c [ 92%] Building C object demos/skater/CMakeFiles/skater_agl.dir/source/backscrl.c.o cd /builddir/build/BUILD/allegro-4.4.2/demos/skater && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2/addons/allegrogl/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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -DDEMO_USE_ALLEGRO_GL -o CMakeFiles/skater_agl.dir/source/backscrl.c.o -c /builddir/build/BUILD/allegro-4.4.2/demos/skater/source/backscrl.c [ 92%] Linking C executable dat cd /builddir/build/BUILD/allegro-4.4.2/tools && /usr/bin/cmake -E cmake_link_script CMakeFiles/dat.dir/link.txt --verbose=1 [ 93%] Building C object demos/skater/CMakeFiles/skater_agl.dir/source/credits.c.o cd /builddir/build/BUILD/allegro-4.4.2/demos/skater && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2/addons/allegrogl/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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -DDEMO_USE_ALLEGRO_GL -o CMakeFiles/skater_agl.dir/source/credits.c.o -c /builddir/build/BUILD/allegro-4.4.2/demos/skater/source/credits.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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/dat.dir/dat.c.o -o dat -Wl,-rpath,/builddir/build/BUILD/allegro-4.4.2/lib: ../lib/libaldat.a ../lib/libjpgalleg.so.4.4.2 ../lib/liballeg.so.4.4.2 -lm -lpthread -lrt -lX11 -lXext -lXcursor -lXpm -lXxf86vm -ldl make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 93%] Built target dat make -f tools/CMakeFiles/dat2s.dir/build.make tools/CMakeFiles/dat2s.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/tools /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/tools /builddir/build/BUILD/allegro-4.4.2/tools/CMakeFiles/dat2s.dir/DependInfo.cmake --color= /builddir/build/BUILD/allegro-4.4.2/tools/grabber.c: In function 'add_datafile_to_list': /builddir/build/BUILD/allegro-4.4.2/tools/grabber.c:1726:18: warning: '%*d' directive writing between 1 and 2147483647 bytes into a region of size 79 [-Wformat-overflow=] sprintf(tmp, "[%*d] %c%c%c%c %s%c ", digits, i, (d->type >> 24) & 0xFF, ^~~ /builddir/build/BUILD/allegro-4.4.2/tools/grabber.c:1726:16: note: directive argument in the range [0, 2147483647] sprintf(tmp, "[%*d] %c%c%c%c %s%c ", digits, i, (d->type >> 24) & 0xFF, ^~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:861:0, from /builddir/build/BUILD/allegro-4.4.2/tools/grabber.c:19: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output 12 or more bytes (assuming 2147483658) into a destination of size 80 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Scanning dependencies of target dat2s make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f tools/CMakeFiles/dat2s.dir/build.make tools/CMakeFiles/dat2s.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' [ 93%] Building C object tools/CMakeFiles/dat2s.dir/dat2s.c.o cd /builddir/build/BUILD/allegro-4.4.2/tools && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2/addons/jpgalleg/include -I/builddir/build/BUILD/allegro-4.4.2/tools -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/dat2s.dir/dat2s.c.o -c /builddir/build/BUILD/allegro-4.4.2/tools/dat2s.c [ 93%] Linking C executable dat2s cd /builddir/build/BUILD/allegro-4.4.2/tools && /usr/bin/cmake -E cmake_link_script CMakeFiles/dat2s.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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/dat2s.dir/dat2s.c.o -o dat2s -Wl,-rpath,/builddir/build/BUILD/allegro-4.4.2/lib: ../lib/libaldat.a ../lib/libjpgalleg.so.4.4.2 ../lib/liballeg.so.4.4.2 -lm -lpthread -lrt -lX11 -lXext -lXcursor -lXpm -lXxf86vm -ldl [ 93%] Building C object demos/skater/CMakeFiles/skater_agl.dir/source/dblbuf.c.o cd /builddir/build/BUILD/allegro-4.4.2/demos/skater && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2/addons/allegrogl/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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -DDEMO_USE_ALLEGRO_GL -o CMakeFiles/skater_agl.dir/source/dblbuf.c.o -c /builddir/build/BUILD/allegro-4.4.2/demos/skater/source/dblbuf.c make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 93%] Built target dat2s [ 93%] Building C object demos/skater/CMakeFiles/skater_agl.dir/source/fps.c.o cd /builddir/build/BUILD/allegro-4.4.2/demos/skater && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2/addons/allegrogl/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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -DDEMO_USE_ALLEGRO_GL -o CMakeFiles/skater_agl.dir/source/fps.c.o -c /builddir/build/BUILD/allegro-4.4.2/demos/skater/source/fps.c make -f tools/CMakeFiles/pat2dat.dir/build.make tools/CMakeFiles/pat2dat.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/tools /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/tools /builddir/build/BUILD/allegro-4.4.2/tools/CMakeFiles/pat2dat.dir/DependInfo.cmake --color= Scanning dependencies of target pat2dat make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f tools/CMakeFiles/pat2dat.dir/build.make tools/CMakeFiles/pat2dat.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' [ 93%] Building C object demos/skater/CMakeFiles/skater_agl.dir/source/framewk.c.o cd /builddir/build/BUILD/allegro-4.4.2/demos/skater && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2/addons/allegrogl/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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -DDEMO_USE_ALLEGRO_GL -o CMakeFiles/skater_agl.dir/source/framewk.c.o -c /builddir/build/BUILD/allegro-4.4.2/demos/skater/source/framewk.c [ 94%] Building C object tools/CMakeFiles/pat2dat.dir/pat2dat.c.o cd /builddir/build/BUILD/allegro-4.4.2/tools && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2/addons/jpgalleg/include -I/builddir/build/BUILD/allegro-4.4.2/tools -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -o CMakeFiles/pat2dat.dir/pat2dat.c.o -c /builddir/build/BUILD/allegro-4.4.2/tools/pat2dat.c /builddir/build/BUILD/allegro-4.4.2/tools/pat2dat.c: In function 'add_soundfont_patches': /builddir/build/BUILD/allegro-4.4.2/tools/pat2dat.c:2074:10: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(sf_presets[i].achPresetName, 20, 1, f); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/allegro-4.4.2/tools/pat2dat.c:2127:10: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(sf_instruments[i].achInstName, 20, 1, f); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/allegro-4.4.2/tools/pat2dat.c:2175:10: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(sf_samples[i].achSampleName, 20, 1, f); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [ 95%] Building C object demos/skater/CMakeFiles/skater_agl.dir/source/game_sk.c.o cd /builddir/build/BUILD/allegro-4.4.2/demos/skater && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2/addons/allegrogl/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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -DDEMO_USE_ALLEGRO_GL -o CMakeFiles/skater_agl.dir/source/game_sk.c.o -c /builddir/build/BUILD/allegro-4.4.2/demos/skater/source/game_sk.c [ 95%] Linking C executable grabber cd /builddir/build/BUILD/allegro-4.4.2/tools && /usr/bin/cmake -E cmake_link_script CMakeFiles/grabber.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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/grabber.dir/grabber.c.o -o grabber -Wl,-rpath,/builddir/build/BUILD/allegro-4.4.2/lib: ../lib/libaldat.a ../lib/libjpgalleg.so.4.4.2 ../lib/liballeg.so.4.4.2 -lm -lpthread -lrt -lX11 -lXext -lXcursor -lXpm -lXxf86vm -ldl make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 95%] Built target grabber [ 95%] Building C object demos/skater/CMakeFiles/skater_agl.dir/source/gamepad.c.o cd /builddir/build/BUILD/allegro-4.4.2/demos/skater && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2/addons/allegrogl/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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -DDEMO_USE_ALLEGRO_GL -o CMakeFiles/skater_agl.dir/source/gamepad.c.o -c /builddir/build/BUILD/allegro-4.4.2/demos/skater/source/gamepad.c [ 95%] Building C object demos/skater/CMakeFiles/skater_agl.dir/source/global.c.o cd /builddir/build/BUILD/allegro-4.4.2/demos/skater && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2/addons/allegrogl/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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -DDEMO_USE_ALLEGRO_GL -o CMakeFiles/skater_agl.dir/source/global.c.o -c /builddir/build/BUILD/allegro-4.4.2/demos/skater/source/global.c [ 95%] Linking C executable test cd /builddir/build/BUILD/allegro-4.4.2/tests && /usr/bin/cmake -E cmake_link_script CMakeFiles/test.dir/link.txt --verbose=1 [ 95%] Building C object demos/skater/CMakeFiles/skater_agl.dir/source/intro.c.o cd /builddir/build/BUILD/allegro-4.4.2/demos/skater && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2/addons/allegrogl/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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -DDEMO_USE_ALLEGRO_GL -o CMakeFiles/skater_agl.dir/source/intro.c.o -c /builddir/build/BUILD/allegro-4.4.2/demos/skater/source/intro.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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/test.dir/test.c.o -o test -Wl,-rpath,/builddir/build/BUILD/allegro-4.4.2/lib ../lib/liballeg.so.4.4.2 -lm -lpthread -lrt -lX11 -lXext -lXcursor -lXpm -lXxf86vm -ldl [ 95%] Linking C executable pat2dat cd /builddir/build/BUILD/allegro-4.4.2/tools && /usr/bin/cmake -E cmake_link_script CMakeFiles/pat2dat.dir/link.txt --verbose=1 make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' /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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/pat2dat.dir/pat2dat.c.o -o pat2dat -Wl,-rpath,/builddir/build/BUILD/allegro-4.4.2/lib: ../lib/libaldat.a ../lib/libjpgalleg.so.4.4.2 ../lib/liballeg.so.4.4.2 -lm -lpthread -lrt -lX11 -lXext -lXcursor -lXpm -lXxf86vm -ldl [ 95%] Built target test [ 95%] Building C object demos/skater/CMakeFiles/skater_agl.dir/source/kbd_sk.c.o cd /builddir/build/BUILD/allegro-4.4.2/demos/skater && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2/addons/allegrogl/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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -DDEMO_USE_ALLEGRO_GL -o CMakeFiles/skater_agl.dir/source/kbd_sk.c.o -c /builddir/build/BUILD/allegro-4.4.2/demos/skater/source/kbd_sk.c make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 96%] Building C object demos/skater/CMakeFiles/skater_agl.dir/source/level.c.o cd /builddir/build/BUILD/allegro-4.4.2/demos/skater && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2/addons/allegrogl/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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -DDEMO_USE_ALLEGRO_GL -o CMakeFiles/skater_agl.dir/source/level.c.o -c /builddir/build/BUILD/allegro-4.4.2/demos/skater/source/level.c [ 96%] Built target pat2dat [ 96%] Building C object demos/skater/CMakeFiles/skater_agl.dir/source/lvlalloc.c.o cd /builddir/build/BUILD/allegro-4.4.2/demos/skater && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2/addons/allegrogl/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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -DDEMO_USE_ALLEGRO_GL -o CMakeFiles/skater_agl.dir/source/lvlalloc.c.o -c /builddir/build/BUILD/allegro-4.4.2/demos/skater/source/lvlalloc.c [ 96%] Building C object demos/skater/CMakeFiles/skater_agl.dir/source/lvlfile.c.o cd /builddir/build/BUILD/allegro-4.4.2/demos/skater && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2/addons/allegrogl/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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -DDEMO_USE_ALLEGRO_GL -o CMakeFiles/skater_agl.dir/source/lvlfile.c.o -c /builddir/build/BUILD/allegro-4.4.2/demos/skater/source/lvlfile.c [ 96%] Building C object demos/skater/CMakeFiles/skater_agl.dir/source/lvlstate.c.o cd /builddir/build/BUILD/allegro-4.4.2/demos/skater && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2/addons/allegrogl/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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -DDEMO_USE_ALLEGRO_GL -o CMakeFiles/skater_agl.dir/source/lvlstate.c.o -c /builddir/build/BUILD/allegro-4.4.2/demos/skater/source/lvlstate.c [ 96%] Building C object demos/skater/CMakeFiles/skater_agl.dir/source/menu.c.o cd /builddir/build/BUILD/allegro-4.4.2/demos/skater && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2/addons/allegrogl/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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -DDEMO_USE_ALLEGRO_GL -o CMakeFiles/skater_agl.dir/source/menu.c.o -c /builddir/build/BUILD/allegro-4.4.2/demos/skater/source/menu.c [ 97%] Building C object demos/skater/CMakeFiles/skater_agl.dir/source/menuabt.c.o cd /builddir/build/BUILD/allegro-4.4.2/demos/skater && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2/addons/allegrogl/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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -DDEMO_USE_ALLEGRO_GL -o CMakeFiles/skater_agl.dir/source/menuabt.c.o -c /builddir/build/BUILD/allegro-4.4.2/demos/skater/source/menuabt.c [ 97%] Building C object demos/skater/CMakeFiles/skater_agl.dir/source/menuctl.c.o cd /builddir/build/BUILD/allegro-4.4.2/demos/skater && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2/addons/allegrogl/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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -DDEMO_USE_ALLEGRO_GL -o CMakeFiles/skater_agl.dir/source/menuctl.c.o -c /builddir/build/BUILD/allegro-4.4.2/demos/skater/source/menuctl.c [ 97%] Building C object demos/skater/CMakeFiles/skater_agl.dir/source/menugfx.c.o cd /builddir/build/BUILD/allegro-4.4.2/demos/skater && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2/addons/allegrogl/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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -DDEMO_USE_ALLEGRO_GL -o CMakeFiles/skater_agl.dir/source/menugfx.c.o -c /builddir/build/BUILD/allegro-4.4.2/demos/skater/source/menugfx.c [ 97%] Building C object demos/skater/CMakeFiles/skater_agl.dir/source/menumain.c.o cd /builddir/build/BUILD/allegro-4.4.2/demos/skater && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2/addons/allegrogl/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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -DDEMO_USE_ALLEGRO_GL -o CMakeFiles/skater_agl.dir/source/menumain.c.o -c /builddir/build/BUILD/allegro-4.4.2/demos/skater/source/menumain.c [ 97%] Building C object demos/skater/CMakeFiles/skater_agl.dir/source/menumisc.c.o cd /builddir/build/BUILD/allegro-4.4.2/demos/skater && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2/addons/allegrogl/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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -DDEMO_USE_ALLEGRO_GL -o CMakeFiles/skater_agl.dir/source/menumisc.c.o -c /builddir/build/BUILD/allegro-4.4.2/demos/skater/source/menumisc.c [ 98%] Building C object demos/skater/CMakeFiles/skater_agl.dir/source/menuopts.c.o cd /builddir/build/BUILD/allegro-4.4.2/demos/skater && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2/addons/allegrogl/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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -DDEMO_USE_ALLEGRO_GL -o CMakeFiles/skater_agl.dir/source/menuopts.c.o -c /builddir/build/BUILD/allegro-4.4.2/demos/skater/source/menuopts.c [ 98%] Building C object demos/skater/CMakeFiles/skater_agl.dir/source/menusnd.c.o cd /builddir/build/BUILD/allegro-4.4.2/demos/skater && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2/addons/allegrogl/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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -DDEMO_USE_ALLEGRO_GL -o CMakeFiles/skater_agl.dir/source/menusnd.c.o -c /builddir/build/BUILD/allegro-4.4.2/demos/skater/source/menusnd.c [ 98%] Building C object demos/skater/CMakeFiles/skater_agl.dir/source/menusucc.c.o cd /builddir/build/BUILD/allegro-4.4.2/demos/skater && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2/addons/allegrogl/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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -DDEMO_USE_ALLEGRO_GL -o CMakeFiles/skater_agl.dir/source/menusucc.c.o -c /builddir/build/BUILD/allegro-4.4.2/demos/skater/source/menusucc.c [ 98%] Building C object demos/skater/CMakeFiles/skater_agl.dir/source/music.c.o cd /builddir/build/BUILD/allegro-4.4.2/demos/skater && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2/addons/allegrogl/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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -DDEMO_USE_ALLEGRO_GL -o CMakeFiles/skater_agl.dir/source/music.c.o -c /builddir/build/BUILD/allegro-4.4.2/demos/skater/source/music.c [ 98%] Building C object demos/skater/CMakeFiles/skater_agl.dir/source/oglflip.c.o cd /builddir/build/BUILD/allegro-4.4.2/demos/skater && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2/addons/allegrogl/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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -DDEMO_USE_ALLEGRO_GL -o CMakeFiles/skater_agl.dir/source/oglflip.c.o -c /builddir/build/BUILD/allegro-4.4.2/demos/skater/source/oglflip.c [ 99%] Building C object demos/skater/CMakeFiles/skater_agl.dir/source/pageflip.c.o cd /builddir/build/BUILD/allegro-4.4.2/demos/skater && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2/addons/allegrogl/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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -DDEMO_USE_ALLEGRO_GL -o CMakeFiles/skater_agl.dir/source/pageflip.c.o -c /builddir/build/BUILD/allegro-4.4.2/demos/skater/source/pageflip.c [ 99%] Building C object demos/skater/CMakeFiles/skater_agl.dir/source/physics.c.o cd /builddir/build/BUILD/allegro-4.4.2/demos/skater && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2/addons/allegrogl/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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -DDEMO_USE_ALLEGRO_GL -o CMakeFiles/skater_agl.dir/source/physics.c.o -c /builddir/build/BUILD/allegro-4.4.2/demos/skater/source/physics.c [ 99%] Building C object demos/skater/CMakeFiles/skater_agl.dir/source/quadtree.c.o cd /builddir/build/BUILD/allegro-4.4.2/demos/skater && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2/addons/allegrogl/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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -DDEMO_USE_ALLEGRO_GL -o CMakeFiles/skater_agl.dir/source/quadtree.c.o -c /builddir/build/BUILD/allegro-4.4.2/demos/skater/source/quadtree.c [ 99%] Building C object demos/skater/CMakeFiles/skater_agl.dir/source/scrshot.c.o cd /builddir/build/BUILD/allegro-4.4.2/demos/skater && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2/addons/allegrogl/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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -DDEMO_USE_ALLEGRO_GL -o CMakeFiles/skater_agl.dir/source/scrshot.c.o -c /builddir/build/BUILD/allegro-4.4.2/demos/skater/source/scrshot.c [ 99%] Building C object demos/skater/CMakeFiles/skater_agl.dir/source/skater.c.o cd /builddir/build/BUILD/allegro-4.4.2/demos/skater && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2/addons/allegrogl/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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -DDEMO_USE_ALLEGRO_GL -o CMakeFiles/skater_agl.dir/source/skater.c.o -c /builddir/build/BUILD/allegro-4.4.2/demos/skater/source/skater.c [100%] Building C object demos/skater/CMakeFiles/skater_agl.dir/source/token.c.o cd /builddir/build/BUILD/allegro-4.4.2/demos/skater && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2/addons/allegrogl/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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -DDEMO_USE_ALLEGRO_GL -o CMakeFiles/skater_agl.dir/source/token.c.o -c /builddir/build/BUILD/allegro-4.4.2/demos/skater/source/token.c [100%] Building C object demos/skater/CMakeFiles/skater_agl.dir/source/transitn.c.o cd /builddir/build/BUILD/allegro-4.4.2/demos/skater && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2/addons/allegrogl/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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -DDEMO_USE_ALLEGRO_GL -o CMakeFiles/skater_agl.dir/source/transitn.c.o -c /builddir/build/BUILD/allegro-4.4.2/demos/skater/source/transitn.c [100%] Building C object demos/skater/CMakeFiles/skater_agl.dir/source/tribuf.c.o cd /builddir/build/BUILD/allegro-4.4.2/demos/skater && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2/addons/allegrogl/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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -DDEMO_USE_ALLEGRO_GL -o CMakeFiles/skater_agl.dir/source/tribuf.c.o -c /builddir/build/BUILD/allegro-4.4.2/demos/skater/source/tribuf.c [100%] Building C object demos/skater/CMakeFiles/skater_agl.dir/source/virtctl.c.o cd /builddir/build/BUILD/allegro-4.4.2/demos/skater && /usr/bin/cc -I/builddir/build/BUILD/allegro-4.4.2/include -isystem /usr/include/alsa -I/builddir/build/BUILD/allegro-4.4.2/addons/allegrogl/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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -DDEMO_USE_ALLEGRO_GL -o CMakeFiles/skater_agl.dir/source/virtctl.c.o -c /builddir/build/BUILD/allegro-4.4.2/demos/skater/source/virtctl.c [100%] Linking C executable skater_agl cd /builddir/build/BUILD/allegro-4.4.2/demos/skater && /usr/bin/cmake -E cmake_link_script CMakeFiles/skater_agl.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 -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -O2 -g -DNDEBUG -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/skater_agl.dir/source/anim.c.o CMakeFiles/skater_agl.dir/source/backscrl.c.o CMakeFiles/skater_agl.dir/source/credits.c.o CMakeFiles/skater_agl.dir/source/dblbuf.c.o CMakeFiles/skater_agl.dir/source/fps.c.o CMakeFiles/skater_agl.dir/source/framewk.c.o CMakeFiles/skater_agl.dir/source/game_sk.c.o CMakeFiles/skater_agl.dir/source/gamepad.c.o CMakeFiles/skater_agl.dir/source/global.c.o CMakeFiles/skater_agl.dir/source/intro.c.o CMakeFiles/skater_agl.dir/source/kbd_sk.c.o CMakeFiles/skater_agl.dir/source/level.c.o CMakeFiles/skater_agl.dir/source/lvlalloc.c.o CMakeFiles/skater_agl.dir/source/lvlfile.c.o CMakeFiles/skater_agl.dir/source/lvlstate.c.o CMakeFiles/skater_agl.dir/source/menu.c.o CMakeFiles/skater_agl.dir/source/menuabt.c.o CMakeFiles/skater_agl.dir/source/menuctl.c.o CMakeFiles/skater_agl.dir/source/menugfx.c.o CMakeFiles/skater_agl.dir/source/menumain.c.o CMakeFiles/skater_agl.dir/source/menumisc.c.o CMakeFiles/skater_agl.dir/source/menuopts.c.o CMakeFiles/skater_agl.dir/source/menusnd.c.o CMakeFiles/skater_agl.dir/source/menusucc.c.o CMakeFiles/skater_agl.dir/source/music.c.o CMakeFiles/skater_agl.dir/source/oglflip.c.o CMakeFiles/skater_agl.dir/source/pageflip.c.o CMakeFiles/skater_agl.dir/source/physics.c.o CMakeFiles/skater_agl.dir/source/quadtree.c.o CMakeFiles/skater_agl.dir/source/scrshot.c.o CMakeFiles/skater_agl.dir/source/skater.c.o CMakeFiles/skater_agl.dir/source/token.c.o CMakeFiles/skater_agl.dir/source/transitn.c.o CMakeFiles/skater_agl.dir/source/tribuf.c.o CMakeFiles/skater_agl.dir/source/virtctl.c.o -o skater_agl -Wl,-rpath,/builddir/build/BUILD/allegro-4.4.2/lib ../../lib/liballeggl.so.4.4.2 ../../lib/liballeg.so.4.4.2 -lm -lpthread -lrt -lX11 -lXext -lXcursor -lXpm -lXxf86vm -ldl -lGL -lGLU make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [100%] Built target skater_agl make[1]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' /usr/bin/cmake -E cmake_progress_start /builddir/build/BUILD/allegro-4.4.2/CMakeFiles 0 + for f in docs/AUTHORS docs/CHANGES docs/THANKS docs/info/*.info docs/txt/*.txt docs/man/get_camera_matrix.3 addons/allegrogl/changelog ++ dirname docs/AUTHORS + dirname=docs ++ basename docs/AUTHORS + basename=AUTHORS + tmppath=docs/AUTHORS.tmp + iconv -f iso-8859-1 -t utf-8 docs/AUTHORS + mv docs/AUTHORS.tmp docs/AUTHORS + for f in docs/AUTHORS docs/CHANGES docs/THANKS docs/info/*.info docs/txt/*.txt docs/man/get_camera_matrix.3 addons/allegrogl/changelog ++ dirname docs/CHANGES + dirname=docs ++ basename docs/CHANGES + basename=CHANGES + tmppath=docs/CHANGES.tmp + iconv -f iso-8859-1 -t utf-8 docs/CHANGES + mv docs/CHANGES.tmp docs/CHANGES + for f in docs/AUTHORS docs/CHANGES docs/THANKS docs/info/*.info docs/txt/*.txt docs/man/get_camera_matrix.3 addons/allegrogl/changelog ++ dirname docs/THANKS + dirname=docs ++ basename docs/THANKS + basename=THANKS + tmppath=docs/THANKS.tmp + iconv -f iso-8859-1 -t utf-8 docs/THANKS + mv docs/THANKS.tmp docs/THANKS + for f in docs/AUTHORS docs/CHANGES docs/THANKS docs/info/*.info docs/txt/*.txt docs/man/get_camera_matrix.3 addons/allegrogl/changelog ++ dirname docs/info/allegro.info + dirname=docs/info ++ basename docs/info/allegro.info + basename=allegro.info + tmppath=docs/info/allegro.info.tmp + iconv -f iso-8859-1 -t utf-8 docs/info/allegro.info + mv docs/info/allegro.info.tmp docs/info/allegro.info + for f in docs/AUTHORS docs/CHANGES docs/THANKS docs/info/*.info docs/txt/*.txt docs/man/get_camera_matrix.3 addons/allegrogl/changelog ++ dirname docs/txt/abi.txt + dirname=docs/txt ++ basename docs/txt/abi.txt + basename=abi.txt + tmppath=docs/txt/abi.txt.tmp + iconv -f iso-8859-1 -t utf-8 docs/txt/abi.txt + mv docs/txt/abi.txt.tmp docs/txt/abi.txt + for f in docs/AUTHORS docs/CHANGES docs/THANKS docs/info/*.info docs/txt/*.txt docs/man/get_camera_matrix.3 addons/allegrogl/changelog ++ dirname docs/txt/addons.txt + dirname=docs/txt ++ basename docs/txt/addons.txt + basename=addons.txt + tmppath=docs/txt/addons.txt.tmp + iconv -f iso-8859-1 -t utf-8 docs/txt/addons.txt + mv docs/txt/addons.txt.tmp docs/txt/addons.txt + for f in docs/AUTHORS docs/CHANGES docs/THANKS docs/info/*.info docs/txt/*.txt docs/man/get_camera_matrix.3 addons/allegrogl/changelog ++ dirname docs/txt/ahack.txt + dirname=docs/txt ++ basename docs/txt/ahack.txt + basename=ahack.txt + tmppath=docs/txt/ahack.txt.tmp + iconv -f iso-8859-1 -t utf-8 docs/txt/ahack.txt + mv docs/txt/ahack.txt.tmp docs/txt/ahack.txt + for f in docs/AUTHORS docs/CHANGES docs/THANKS docs/info/*.info docs/txt/*.txt docs/man/get_camera_matrix.3 addons/allegrogl/changelog ++ dirname docs/txt/allegro.txt + dirname=docs/txt ++ basename docs/txt/allegro.txt + basename=allegro.txt + tmppath=docs/txt/allegro.txt.tmp + iconv -f iso-8859-1 -t utf-8 docs/txt/allegro.txt + mv docs/txt/allegro.txt.tmp docs/txt/allegro.txt + for f in docs/AUTHORS docs/CHANGES docs/THANKS docs/info/*.info docs/txt/*.txt docs/man/get_camera_matrix.3 addons/allegrogl/changelog ++ dirname docs/txt/api.txt + dirname=docs/txt ++ basename docs/txt/api.txt + basename=api.txt + tmppath=docs/txt/api.txt.tmp + iconv -f iso-8859-1 -t utf-8 docs/txt/api.txt + mv docs/txt/api.txt.tmp docs/txt/api.txt + for f in docs/AUTHORS docs/CHANGES docs/THANKS docs/info/*.info docs/txt/*.txt docs/man/get_camera_matrix.3 addons/allegrogl/changelog ++ dirname docs/txt/changes.txt + dirname=docs/txt ++ basename docs/txt/changes.txt + basename=changes.txt + tmppath=docs/txt/changes.txt.tmp + iconv -f iso-8859-1 -t utf-8 docs/txt/changes.txt + mv docs/txt/changes.txt.tmp docs/txt/changes.txt + for f in docs/AUTHORS docs/CHANGES docs/THANKS docs/info/*.info docs/txt/*.txt docs/man/get_camera_matrix.3 addons/allegrogl/changelog ++ dirname docs/txt/const.txt + dirname=docs/txt ++ basename docs/txt/const.txt + basename=const.txt + tmppath=docs/txt/const.txt.tmp + iconv -f iso-8859-1 -t utf-8 docs/txt/const.txt + mv docs/txt/const.txt.tmp docs/txt/const.txt + for f in docs/AUTHORS docs/CHANGES docs/THANKS docs/info/*.info docs/txt/*.txt docs/man/get_camera_matrix.3 addons/allegrogl/changelog ++ dirname docs/txt/dat.txt + dirname=docs/txt ++ basename docs/txt/dat.txt + basename=dat.txt + tmppath=docs/txt/dat.txt.tmp + iconv -f iso-8859-1 -t utf-8 docs/txt/dat.txt + mv docs/txt/dat.txt.tmp docs/txt/dat.txt + for f in docs/AUTHORS docs/CHANGES docs/THANKS docs/info/*.info docs/txt/*.txt docs/man/get_camera_matrix.3 addons/allegrogl/changelog ++ dirname docs/txt/dat2c.txt + dirname=docs/txt ++ basename docs/txt/dat2c.txt + basename=dat2c.txt + tmppath=docs/txt/dat2c.txt.tmp + iconv -f iso-8859-1 -t utf-8 docs/txt/dat2c.txt + mv docs/txt/dat2c.txt.tmp docs/txt/dat2c.txt + for f in docs/AUTHORS docs/CHANGES docs/THANKS docs/info/*.info docs/txt/*.txt docs/man/get_camera_matrix.3 addons/allegrogl/changelog ++ dirname docs/txt/dat2s.txt + dirname=docs/txt ++ basename docs/txt/dat2s.txt + basename=dat2s.txt + tmppath=docs/txt/dat2s.txt.tmp + iconv -f iso-8859-1 -t utf-8 docs/txt/dat2s.txt + mv docs/txt/dat2s.txt.tmp docs/txt/dat2s.txt + for f in docs/AUTHORS docs/CHANGES docs/THANKS docs/info/*.info docs/txt/*.txt docs/man/get_camera_matrix.3 addons/allegrogl/changelog ++ dirname docs/txt/datafile.txt + dirname=docs/txt ++ basename docs/txt/datafile.txt + basename=datafile.txt + tmppath=docs/txt/datafile.txt.tmp + iconv -f iso-8859-1 -t utf-8 docs/txt/datafile.txt + mv docs/txt/datafile.txt.tmp docs/txt/datafile.txt + for f in docs/AUTHORS docs/CHANGES docs/THANKS docs/info/*.info docs/txt/*.txt docs/man/get_camera_matrix.3 addons/allegrogl/changelog ++ dirname docs/txt/faq.txt + dirname=docs/txt ++ basename docs/txt/faq.txt + basename=faq.txt + tmppath=docs/txt/faq.txt.tmp + iconv -f iso-8859-1 -t utf-8 docs/txt/faq.txt + mv docs/txt/faq.txt.tmp docs/txt/faq.txt + for f in docs/AUTHORS docs/CHANGES docs/THANKS docs/info/*.info docs/txt/*.txt docs/man/get_camera_matrix.3 addons/allegrogl/changelog ++ dirname docs/txt/grabber.txt + dirname=docs/txt ++ basename docs/txt/grabber.txt + basename=grabber.txt + tmppath=docs/txt/grabber.txt.tmp + iconv -f iso-8859-1 -t utf-8 docs/txt/grabber.txt + mv docs/txt/grabber.txt.tmp docs/txt/grabber.txt + for f in docs/AUTHORS docs/CHANGES docs/THANKS docs/info/*.info docs/txt/*.txt docs/man/get_camera_matrix.3 addons/allegrogl/changelog ++ dirname docs/txt/help.txt + dirname=docs/txt ++ basename docs/txt/help.txt + basename=help.txt + tmppath=docs/txt/help.txt.tmp + iconv -f iso-8859-1 -t utf-8 docs/txt/help.txt + mv docs/txt/help.txt.tmp docs/txt/help.txt + for f in docs/AUTHORS docs/CHANGES docs/THANKS docs/info/*.info docs/txt/*.txt docs/man/get_camera_matrix.3 addons/allegrogl/changelog ++ dirname docs/txt/index.txt + dirname=docs/txt ++ basename docs/txt/index.txt + basename=index.txt + tmppath=docs/txt/index.txt.tmp + iconv -f iso-8859-1 -t utf-8 docs/txt/index.txt + mv docs/txt/index.txt.tmp docs/txt/index.txt + for f in docs/AUTHORS docs/CHANGES docs/THANKS docs/info/*.info docs/txt/*.txt docs/man/get_camera_matrix.3 addons/allegrogl/changelog ++ dirname docs/txt/license.txt + dirname=docs/txt ++ basename docs/txt/license.txt + basename=license.txt + tmppath=docs/txt/license.txt.tmp + iconv -f iso-8859-1 -t utf-8 docs/txt/license.txt + mv docs/txt/license.txt.tmp docs/txt/license.txt + for f in docs/AUTHORS docs/CHANGES docs/THANKS docs/info/*.info docs/txt/*.txt docs/man/get_camera_matrix.3 addons/allegrogl/changelog ++ dirname docs/txt/makedoc.txt + dirname=docs/txt ++ basename docs/txt/makedoc.txt + basename=makedoc.txt + tmppath=docs/txt/makedoc.txt.tmp + iconv -f iso-8859-1 -t utf-8 docs/txt/makedoc.txt + mv docs/txt/makedoc.txt.tmp docs/txt/makedoc.txt + for f in docs/AUTHORS docs/CHANGES docs/THANKS docs/info/*.info docs/txt/*.txt docs/man/get_camera_matrix.3 addons/allegrogl/changelog ++ dirname docs/txt/mistakes.txt + dirname=docs/txt ++ basename docs/txt/mistakes.txt + basename=mistakes.txt + tmppath=docs/txt/mistakes.txt.tmp + iconv -f iso-8859-1 -t utf-8 docs/txt/mistakes.txt + mv docs/txt/mistakes.txt.tmp docs/txt/mistakes.txt + for f in docs/AUTHORS docs/CHANGES docs/THANKS docs/info/*.info docs/txt/*.txt docs/man/get_camera_matrix.3 addons/allegrogl/changelog ++ dirname docs/txt/packfile.txt + dirname=docs/txt ++ basename docs/txt/packfile.txt + basename=packfile.txt + tmppath=docs/txt/packfile.txt.tmp + iconv -f iso-8859-1 -t utf-8 docs/txt/packfile.txt + mv docs/txt/packfile.txt.tmp docs/txt/packfile.txt + for f in docs/AUTHORS docs/CHANGES docs/THANKS docs/info/*.info docs/txt/*.txt docs/man/get_camera_matrix.3 addons/allegrogl/changelog ++ dirname docs/txt/readme.txt + dirname=docs/txt ++ basename docs/txt/readme.txt + basename=readme.txt + tmppath=docs/txt/readme.txt.tmp + iconv -f iso-8859-1 -t utf-8 docs/txt/readme.txt + mv docs/txt/readme.txt.tmp docs/txt/readme.txt + for f in docs/AUTHORS docs/CHANGES docs/THANKS docs/info/*.info docs/txt/*.txt docs/man/get_camera_matrix.3 addons/allegrogl/changelog ++ dirname docs/txt/thanks.txt + dirname=docs/txt ++ basename docs/txt/thanks.txt + basename=thanks.txt + tmppath=docs/txt/thanks.txt.tmp + iconv -f iso-8859-1 -t utf-8 docs/txt/thanks.txt + mv docs/txt/thanks.txt.tmp docs/txt/thanks.txt + for f in docs/AUTHORS docs/CHANGES docs/THANKS docs/info/*.info docs/txt/*.txt docs/man/get_camera_matrix.3 addons/allegrogl/changelog ++ dirname docs/man/get_camera_matrix.3 + dirname=docs/man ++ basename docs/man/get_camera_matrix.3 + basename=get_camera_matrix.3 + tmppath=docs/man/get_camera_matrix.3.tmp + iconv -f iso-8859-1 -t utf-8 docs/man/get_camera_matrix.3 + mv docs/man/get_camera_matrix.3.tmp docs/man/get_camera_matrix.3 + for f in docs/AUTHORS docs/CHANGES docs/THANKS docs/info/*.info docs/txt/*.txt docs/man/get_camera_matrix.3 addons/allegrogl/changelog ++ dirname addons/allegrogl/changelog + dirname=addons/allegrogl ++ basename addons/allegrogl/changelog + basename=changelog + tmppath=addons/allegrogl/changelog.tmp + iconv -f iso-8859-1 -t utf-8 addons/allegrogl/changelog + mv addons/allegrogl/changelog.tmp addons/allegrogl/changelog + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.3ZT7Li + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64 ++ dirname /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64 + cd allegro-4.4.2 + make install DESTDIR=/builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64 /usr/bin/cmake -H/builddir/build/BUILD/allegro-4.4.2 -B/builddir/build/BUILD/allegro-4.4.2 --check-build-system CMakeFiles/Makefile.cmake 0 /usr/bin/cmake -E cmake_progress_start /builddir/build/BUILD/allegro-4.4.2/CMakeFiles /builddir/build/BUILD/allegro-4.4.2/CMakeFiles/progress.marks make -f CMakeFiles/Makefile2 all make[1]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' make -f CMakeFiles/alleg-alsamidi.dir/build.make CMakeFiles/alleg-alsamidi.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/CMakeFiles/alleg-alsamidi.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f CMakeFiles/alleg-alsamidi.dir/build.make CMakeFiles/alleg-alsamidi.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' make[2]: Nothing to be done for 'CMakeFiles/alleg-alsamidi.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 0%] Built target alleg-alsamidi make -f CMakeFiles/alleg-jack.dir/build.make CMakeFiles/alleg-jack.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/CMakeFiles/alleg-jack.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f CMakeFiles/alleg-jack.dir/build.make CMakeFiles/alleg-jack.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' make[2]: Nothing to be done for 'CMakeFiles/alleg-jack.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 0%] Built target alleg-jack make -f CMakeFiles/alleg-dga2.dir/build.make CMakeFiles/alleg-dga2.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/CMakeFiles/alleg-dga2.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f CMakeFiles/alleg-dga2.dir/build.make CMakeFiles/alleg-dga2.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' make[2]: Nothing to be done for 'CMakeFiles/alleg-dga2.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 1%] Built target alleg-dga2 make -f CMakeFiles/allegro.dir/build.make CMakeFiles/allegro.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/CMakeFiles/allegro.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f CMakeFiles/allegro.dir/build.make CMakeFiles/allegro.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' make[2]: Nothing to be done for 'CMakeFiles/allegro.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 28%] Built target allegro make -f CMakeFiles/alleg-alsadigi.dir/build.make CMakeFiles/alleg-alsadigi.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/CMakeFiles/alleg-alsadigi.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f CMakeFiles/alleg-alsadigi.dir/build.make CMakeFiles/alleg-alsadigi.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' make[2]: Nothing to be done for 'CMakeFiles/alleg-alsadigi.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 29%] Built target alleg-alsadigi make -f addons/allegrogl/CMakeFiles/allegrogl.dir/build.make addons/allegrogl/CMakeFiles/allegrogl.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/addons/allegrogl /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/addons/allegrogl /builddir/build/BUILD/allegro-4.4.2/addons/allegrogl/CMakeFiles/allegrogl.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f addons/allegrogl/CMakeFiles/allegrogl.dir/build.make addons/allegrogl/CMakeFiles/allegrogl.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' make[2]: Nothing to be done for 'addons/allegrogl/CMakeFiles/allegrogl.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 32%] Built target allegrogl make -f addons/loadpng/CMakeFiles/loadpng.dir/build.make addons/loadpng/CMakeFiles/loadpng.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/addons/loadpng /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/addons/loadpng /builddir/build/BUILD/allegro-4.4.2/addons/loadpng/CMakeFiles/loadpng.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f addons/loadpng/CMakeFiles/loadpng.dir/build.make addons/loadpng/CMakeFiles/loadpng.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' make[2]: Nothing to be done for 'addons/loadpng/CMakeFiles/loadpng.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 33%] Built target loadpng make -f addons/logg/CMakeFiles/logg.dir/build.make addons/logg/CMakeFiles/logg.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/addons/logg /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/addons/logg /builddir/build/BUILD/allegro-4.4.2/addons/logg/CMakeFiles/logg.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f addons/logg/CMakeFiles/logg.dir/build.make addons/logg/CMakeFiles/logg.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' make[2]: Nothing to be done for 'addons/logg/CMakeFiles/logg.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 33%] Built target logg make -f addons/jpgalleg/CMakeFiles/jpgalleg.dir/build.make addons/jpgalleg/CMakeFiles/jpgalleg.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/addons/jpgalleg /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/addons/jpgalleg /builddir/build/BUILD/allegro-4.4.2/addons/jpgalleg/CMakeFiles/jpgalleg.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f addons/jpgalleg/CMakeFiles/jpgalleg.dir/build.make addons/jpgalleg/CMakeFiles/jpgalleg.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' make[2]: Nothing to be done for 'addons/jpgalleg/CMakeFiles/jpgalleg.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 34%] Built target jpgalleg make -f docs/CMakeFiles/makedoc.dir/build.make docs/CMakeFiles/makedoc.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/docs /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/docs /builddir/build/BUILD/allegro-4.4.2/docs/CMakeFiles/makedoc.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f docs/CMakeFiles/makedoc.dir/build.make docs/CMakeFiles/makedoc.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' make[2]: Nothing to be done for 'docs/CMakeFiles/makedoc.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 36%] Built target makedoc make -f docs/CMakeFiles/docs.dir/build.make docs/CMakeFiles/docs.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/docs /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/docs /builddir/build/BUILD/allegro-4.4.2/docs/CMakeFiles/docs.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f docs/CMakeFiles/docs.dir/build.make docs/CMakeFiles/docs.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' make[2]: Nothing to be done for 'docs/CMakeFiles/docs.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 48%] Built target docs make -f examples/CMakeFiles/exzbuf.dir/build.make examples/CMakeFiles/exzbuf.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2/examples/CMakeFiles/exzbuf.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f examples/CMakeFiles/exzbuf.dir/build.make examples/CMakeFiles/exzbuf.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' make[2]: Nothing to be done for 'examples/CMakeFiles/exzbuf.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 49%] Built target exzbuf make -f examples/CMakeFiles/exunicod.dir/build.make examples/CMakeFiles/exunicod.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2/examples/CMakeFiles/exunicod.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f examples/CMakeFiles/exunicod.dir/build.make examples/CMakeFiles/exunicod.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' make[2]: Nothing to be done for 'examples/CMakeFiles/exunicod.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 49%] Built target exunicod make -f examples/CMakeFiles/extimer.dir/build.make examples/CMakeFiles/extimer.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2/examples/CMakeFiles/extimer.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f examples/CMakeFiles/extimer.dir/build.make examples/CMakeFiles/extimer.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' make[2]: Nothing to be done for 'examples/CMakeFiles/extimer.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 50%] Built target extimer make -f examples/CMakeFiles/exswitch.dir/build.make examples/CMakeFiles/exswitch.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2/examples/CMakeFiles/exswitch.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f examples/CMakeFiles/exswitch.dir/build.make examples/CMakeFiles/exswitch.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' make[2]: Nothing to be done for 'examples/CMakeFiles/exswitch.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 50%] Built target exswitch make -f examples/CMakeFiles/exstream.dir/build.make examples/CMakeFiles/exstream.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2/examples/CMakeFiles/exstream.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f examples/CMakeFiles/exstream.dir/build.make examples/CMakeFiles/exstream.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' make[2]: Nothing to be done for 'examples/CMakeFiles/exstream.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 51%] Built target exstream make -f examples/CMakeFiles/extrans2.dir/build.make examples/CMakeFiles/extrans2.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2/examples/CMakeFiles/extrans2.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f examples/CMakeFiles/extrans2.dir/build.make examples/CMakeFiles/extrans2.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' make[2]: Nothing to be done for 'examples/CMakeFiles/extrans2.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 52%] Built target extrans2 make -f examples/CMakeFiles/exstars.dir/build.make examples/CMakeFiles/exstars.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2/examples/CMakeFiles/exstars.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f examples/CMakeFiles/exstars.dir/build.make examples/CMakeFiles/exstars.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' make[2]: Nothing to be done for 'examples/CMakeFiles/exstars.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 52%] Built target exstars make -f examples/CMakeFiles/exsprite.dir/build.make examples/CMakeFiles/exsprite.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2/examples/CMakeFiles/exsprite.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f examples/CMakeFiles/exsprite.dir/build.make examples/CMakeFiles/exsprite.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' make[2]: Nothing to be done for 'examples/CMakeFiles/exsprite.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 53%] Built target exsprite make -f examples/CMakeFiles/exshade.dir/build.make examples/CMakeFiles/exshade.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2/examples/CMakeFiles/exshade.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f examples/CMakeFiles/exshade.dir/build.make examples/CMakeFiles/exshade.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' make[2]: Nothing to be done for 'examples/CMakeFiles/exshade.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 54%] Built target exshade make -f examples/CMakeFiles/exscroll.dir/build.make examples/CMakeFiles/exscroll.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2/examples/CMakeFiles/exscroll.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f examples/CMakeFiles/exscroll.dir/build.make examples/CMakeFiles/exscroll.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' make[2]: Nothing to be done for 'examples/CMakeFiles/exscroll.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 54%] Built target exscroll make -f examples/CMakeFiles/extruec.dir/build.make examples/CMakeFiles/extruec.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2/examples/CMakeFiles/extruec.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f examples/CMakeFiles/extruec.dir/build.make examples/CMakeFiles/extruec.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' make[2]: Nothing to be done for 'examples/CMakeFiles/extruec.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 54%] Built target extruec make -f examples/CMakeFiles/exspline.dir/build.make examples/CMakeFiles/exspline.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2/examples/CMakeFiles/exspline.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f examples/CMakeFiles/exspline.dir/build.make examples/CMakeFiles/exspline.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' make[2]: Nothing to be done for 'examples/CMakeFiles/exspline.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 54%] Built target exspline make -f examples/CMakeFiles/exexedat.dir/build.make examples/CMakeFiles/exexedat.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2/examples/CMakeFiles/exexedat.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f examples/CMakeFiles/exexedat.dir/build.make examples/CMakeFiles/exexedat.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' make[2]: Nothing to be done for 'examples/CMakeFiles/exexedat.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 54%] Built target exexedat make -f examples/CMakeFiles/exdbuf.dir/build.make examples/CMakeFiles/exdbuf.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2/examples/CMakeFiles/exdbuf.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f examples/CMakeFiles/exdbuf.dir/build.make examples/CMakeFiles/exdbuf.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' make[2]: Nothing to be done for 'examples/CMakeFiles/exdbuf.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 55%] Built target exdbuf make -f examples/CMakeFiles/exdata.dir/build.make examples/CMakeFiles/exdata.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2/examples/CMakeFiles/exdata.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f examples/CMakeFiles/exdata.dir/build.make examples/CMakeFiles/exdata.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' make[2]: Nothing to be done for 'examples/CMakeFiles/exdata.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 55%] Built target exdata make -f examples/CMakeFiles/excustom.dir/build.make examples/CMakeFiles/excustom.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2/examples/CMakeFiles/excustom.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f examples/CMakeFiles/excustom.dir/build.make examples/CMakeFiles/excustom.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' make[2]: Nothing to be done for 'examples/CMakeFiles/excustom.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 56%] Built target excustom make -f examples/CMakeFiles/exrotscl.dir/build.make examples/CMakeFiles/exrotscl.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2/examples/CMakeFiles/exrotscl.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f examples/CMakeFiles/exrotscl.dir/build.make examples/CMakeFiles/exrotscl.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' make[2]: Nothing to be done for 'examples/CMakeFiles/exrotscl.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 57%] Built target exrotscl make -f examples/CMakeFiles/exgui.dir/build.make examples/CMakeFiles/exgui.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2/examples/CMakeFiles/exgui.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f examples/CMakeFiles/exgui.dir/build.make examples/CMakeFiles/exgui.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' make[2]: Nothing to be done for 'examples/CMakeFiles/exgui.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 57%] Built target exgui make -f examples/CMakeFiles/exrgbhsv.dir/build.make examples/CMakeFiles/exrgbhsv.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2/examples/CMakeFiles/exrgbhsv.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f examples/CMakeFiles/exrgbhsv.dir/build.make examples/CMakeFiles/exrgbhsv.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' make[2]: Nothing to be done for 'examples/CMakeFiles/exrgbhsv.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 57%] Built target exrgbhsv make -f examples/CMakeFiles/exblend.dir/build.make examples/CMakeFiles/exblend.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2/examples/CMakeFiles/exblend.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f examples/CMakeFiles/exblend.dir/build.make examples/CMakeFiles/exblend.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' make[2]: Nothing to be done for 'examples/CMakeFiles/exblend.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 57%] Built target exblend make -f examples/CMakeFiles/exxfade.dir/build.make examples/CMakeFiles/exxfade.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2/examples/CMakeFiles/exxfade.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f examples/CMakeFiles/exxfade.dir/build.make examples/CMakeFiles/exxfade.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' make[2]: Nothing to be done for 'examples/CMakeFiles/exxfade.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 57%] Built target exxfade make -f examples/CMakeFiles/ex3buf.dir/build.make examples/CMakeFiles/ex3buf.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2/examples/CMakeFiles/ex3buf.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f examples/CMakeFiles/ex3buf.dir/build.make examples/CMakeFiles/ex3buf.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' make[2]: Nothing to be done for 'examples/CMakeFiles/ex3buf.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 57%] Built target ex3buf make -f examples/CMakeFiles/ex12bit.dir/build.make examples/CMakeFiles/ex12bit.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2/examples/CMakeFiles/ex12bit.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f examples/CMakeFiles/ex12bit.dir/build.make examples/CMakeFiles/ex12bit.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' make[2]: Nothing to be done for 'examples/CMakeFiles/ex12bit.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 58%] Built target ex12bit make -f examples/CMakeFiles/exupdate.dir/build.make examples/CMakeFiles/exupdate.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2/examples/CMakeFiles/exupdate.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f examples/CMakeFiles/exupdate.dir/build.make examples/CMakeFiles/exupdate.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' make[2]: Nothing to be done for 'examples/CMakeFiles/exupdate.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 59%] Built target exupdate make -f examples/CMakeFiles/expat.dir/build.make examples/CMakeFiles/expat.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2/examples/CMakeFiles/expat.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f examples/CMakeFiles/expat.dir/build.make examples/CMakeFiles/expat.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' make[2]: Nothing to be done for 'examples/CMakeFiles/expat.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 60%] Built target expat make -f examples/CMakeFiles/ex3d.dir/build.make examples/CMakeFiles/ex3d.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2/examples/CMakeFiles/ex3d.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f examples/CMakeFiles/ex3d.dir/build.make examples/CMakeFiles/ex3d.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' make[2]: Nothing to be done for 'examples/CMakeFiles/ex3d.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 61%] Built target ex3d make -f examples/CMakeFiles/exfont.dir/build.make examples/CMakeFiles/exfont.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2/examples/CMakeFiles/exfont.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f examples/CMakeFiles/exfont.dir/build.make examples/CMakeFiles/exfont.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' make[2]: Nothing to be done for 'examples/CMakeFiles/exfont.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 61%] Built target exfont make -f examples/CMakeFiles/exquat.dir/build.make examples/CMakeFiles/exquat.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2/examples/CMakeFiles/exquat.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f examples/CMakeFiles/exquat.dir/build.make examples/CMakeFiles/exquat.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' make[2]: Nothing to be done for 'examples/CMakeFiles/exquat.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 61%] Built target exquat make -f examples/CMakeFiles/exaccel.dir/build.make examples/CMakeFiles/exaccel.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2/examples/CMakeFiles/exaccel.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f examples/CMakeFiles/exaccel.dir/build.make examples/CMakeFiles/exaccel.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' make[2]: Nothing to be done for 'examples/CMakeFiles/exaccel.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 61%] Built target exaccel make -f examples/CMakeFiles/exbitmap.dir/build.make examples/CMakeFiles/exbitmap.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2/examples/CMakeFiles/exbitmap.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f examples/CMakeFiles/exbitmap.dir/build.make examples/CMakeFiles/exbitmap.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' make[2]: Nothing to be done for 'examples/CMakeFiles/exbitmap.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 62%] Built target exbitmap make -f examples/CMakeFiles/exflip.dir/build.make examples/CMakeFiles/exflip.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2/examples/CMakeFiles/exflip.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f examples/CMakeFiles/exflip.dir/build.make examples/CMakeFiles/exflip.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' make[2]: Nothing to be done for 'examples/CMakeFiles/exflip.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 63%] Built target exflip make -f examples/CMakeFiles/exalpha.dir/build.make examples/CMakeFiles/exalpha.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2/examples/CMakeFiles/exalpha.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f examples/CMakeFiles/exalpha.dir/build.make examples/CMakeFiles/exalpha.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' make[2]: Nothing to be done for 'examples/CMakeFiles/exalpha.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 63%] Built target exalpha make -f examples/CMakeFiles/exhello.dir/build.make examples/CMakeFiles/exhello.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2/examples/CMakeFiles/exhello.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f examples/CMakeFiles/exhello.dir/build.make examples/CMakeFiles/exhello.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' make[2]: Nothing to be done for 'examples/CMakeFiles/exhello.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 64%] Built target exhello make -f examples/CMakeFiles/exjoy.dir/build.make examples/CMakeFiles/exjoy.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2/examples/CMakeFiles/exjoy.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f examples/CMakeFiles/exjoy.dir/build.make examples/CMakeFiles/exjoy.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' make[2]: Nothing to be done for 'examples/CMakeFiles/exjoy.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 64%] Built target exjoy make -f examples/CMakeFiles/exkeys.dir/build.make examples/CMakeFiles/exkeys.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2/examples/CMakeFiles/exkeys.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f examples/CMakeFiles/exkeys.dir/build.make examples/CMakeFiles/exkeys.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' make[2]: Nothing to be done for 'examples/CMakeFiles/exkeys.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 65%] Built target exkeys make -f examples/CMakeFiles/exflame.dir/build.make examples/CMakeFiles/exflame.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2/examples/CMakeFiles/exflame.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f examples/CMakeFiles/exflame.dir/build.make examples/CMakeFiles/exflame.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' make[2]: Nothing to be done for 'examples/CMakeFiles/exflame.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 65%] Built target exflame make -f examples/CMakeFiles/exmem.dir/build.make examples/CMakeFiles/exmem.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2/examples/CMakeFiles/exmem.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f examples/CMakeFiles/exmem.dir/build.make examples/CMakeFiles/exmem.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' make[2]: Nothing to be done for 'examples/CMakeFiles/exmem.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 66%] Built target exmem make -f examples/CMakeFiles/exlights.dir/build.make examples/CMakeFiles/exlights.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2/examples/CMakeFiles/exlights.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f examples/CMakeFiles/exlights.dir/build.make examples/CMakeFiles/exlights.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' make[2]: Nothing to be done for 'examples/CMakeFiles/exlights.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 66%] Built target exlights make -f examples/CMakeFiles/excamera.dir/build.make examples/CMakeFiles/excamera.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2/examples/CMakeFiles/excamera.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f examples/CMakeFiles/excamera.dir/build.make examples/CMakeFiles/excamera.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' make[2]: Nothing to be done for 'examples/CMakeFiles/excamera.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 67%] Built target excamera make -f examples/CMakeFiles/exmouse.dir/build.make examples/CMakeFiles/exmouse.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2/examples/CMakeFiles/exmouse.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f examples/CMakeFiles/exmouse.dir/build.make examples/CMakeFiles/exmouse.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' make[2]: Nothing to be done for 'examples/CMakeFiles/exmouse.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 67%] Built target exmouse make -f examples/CMakeFiles/exsample.dir/build.make examples/CMakeFiles/exsample.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2/examples/CMakeFiles/exsample.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f examples/CMakeFiles/exsample.dir/build.make examples/CMakeFiles/exsample.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' make[2]: Nothing to be done for 'examples/CMakeFiles/exsample.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 67%] Built target exsample make -f examples/CMakeFiles/expackf.dir/build.make examples/CMakeFiles/expackf.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2/examples/CMakeFiles/expackf.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f examples/CMakeFiles/expackf.dir/build.make examples/CMakeFiles/expackf.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' make[2]: Nothing to be done for 'examples/CMakeFiles/expackf.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 68%] Built target expackf make -f examples/CMakeFiles/exconfig.dir/build.make examples/CMakeFiles/exconfig.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2/examples/CMakeFiles/exconfig.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f examples/CMakeFiles/exconfig.dir/build.make examples/CMakeFiles/exconfig.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' make[2]: Nothing to be done for 'examples/CMakeFiles/exconfig.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 68%] Built target exconfig make -f examples/CMakeFiles/excolmap.dir/build.make examples/CMakeFiles/excolmap.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2/examples/CMakeFiles/excolmap.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f examples/CMakeFiles/excolmap.dir/build.make examples/CMakeFiles/excolmap.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' make[2]: Nothing to be done for 'examples/CMakeFiles/excolmap.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 68%] Built target excolmap make -f examples/CMakeFiles/expal.dir/build.make examples/CMakeFiles/expal.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2/examples/CMakeFiles/expal.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f examples/CMakeFiles/expal.dir/build.make examples/CMakeFiles/expal.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' make[2]: Nothing to be done for 'examples/CMakeFiles/expal.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 68%] Built target expal make -f examples/CMakeFiles/exsyscur.dir/build.make examples/CMakeFiles/exsyscur.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2/examples/CMakeFiles/exsyscur.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f examples/CMakeFiles/exsyscur.dir/build.make examples/CMakeFiles/exsyscur.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' make[2]: Nothing to be done for 'examples/CMakeFiles/exsyscur.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 68%] Built target exsyscur make -f examples/CMakeFiles/extrans.dir/build.make examples/CMakeFiles/extrans.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2/examples/CMakeFiles/extrans.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f examples/CMakeFiles/extrans.dir/build.make examples/CMakeFiles/extrans.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' make[2]: Nothing to be done for 'examples/CMakeFiles/extrans.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 68%] Built target extrans make -f examples/CMakeFiles/exscale.dir/build.make examples/CMakeFiles/exscale.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2/examples/CMakeFiles/exscale.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f examples/CMakeFiles/exscale.dir/build.make examples/CMakeFiles/exscale.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' make[2]: Nothing to be done for 'examples/CMakeFiles/exscale.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 69%] Built target exscale make -f examples/CMakeFiles/exfixed.dir/build.make examples/CMakeFiles/exfixed.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2/examples/CMakeFiles/exfixed.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f examples/CMakeFiles/exfixed.dir/build.make examples/CMakeFiles/exfixed.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' make[2]: Nothing to be done for 'examples/CMakeFiles/exfixed.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 70%] Built target exfixed make -f examples/CMakeFiles/exmidi.dir/build.make examples/CMakeFiles/exmidi.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2/examples/CMakeFiles/exmidi.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f examples/CMakeFiles/exmidi.dir/build.make examples/CMakeFiles/exmidi.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' make[2]: Nothing to be done for 'examples/CMakeFiles/exmidi.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 70%] Built target exmidi make -f examples/CMakeFiles/exscn3d.dir/build.make examples/CMakeFiles/exscn3d.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/examples /builddir/build/BUILD/allegro-4.4.2/examples/CMakeFiles/exscn3d.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f examples/CMakeFiles/exscn3d.dir/build.make examples/CMakeFiles/exscn3d.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' make[2]: Nothing to be done for 'examples/CMakeFiles/exscn3d.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 70%] Built target exscn3d make -f demos/shooter/CMakeFiles/shooter.dir/build.make demos/shooter/CMakeFiles/shooter.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/demos/shooter /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/demos/shooter /builddir/build/BUILD/allegro-4.4.2/demos/shooter/CMakeFiles/shooter.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f demos/shooter/CMakeFiles/shooter.dir/build.make demos/shooter/CMakeFiles/shooter.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' make[2]: Nothing to be done for 'demos/shooter/CMakeFiles/shooter.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 73%] Built target shooter make -f demos/skater/CMakeFiles/skater.dir/build.make demos/skater/CMakeFiles/skater.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/demos/skater /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/demos/skater /builddir/build/BUILD/allegro-4.4.2/demos/skater/CMakeFiles/skater.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f demos/skater/CMakeFiles/skater.dir/build.make demos/skater/CMakeFiles/skater.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' make[2]: Nothing to be done for 'demos/skater/CMakeFiles/skater.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 80%] Built target skater make -f demos/skater/CMakeFiles/skater_agl.dir/build.make demos/skater/CMakeFiles/skater_agl.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/demos/skater /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/demos/skater /builddir/build/BUILD/allegro-4.4.2/demos/skater/CMakeFiles/skater_agl.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f demos/skater/CMakeFiles/skater_agl.dir/build.make demos/skater/CMakeFiles/skater_agl.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' make[2]: Nothing to be done for 'demos/skater/CMakeFiles/skater_agl.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 87%] Built target skater_agl make -f tools/CMakeFiles/pack.dir/build.make tools/CMakeFiles/pack.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/tools /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/tools /builddir/build/BUILD/allegro-4.4.2/tools/CMakeFiles/pack.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f tools/CMakeFiles/pack.dir/build.make tools/CMakeFiles/pack.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' make[2]: Nothing to be done for 'tools/CMakeFiles/pack.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 87%] Built target pack make -f tools/CMakeFiles/rgbmap.dir/build.make tools/CMakeFiles/rgbmap.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/tools /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/tools /builddir/build/BUILD/allegro-4.4.2/tools/CMakeFiles/rgbmap.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f tools/CMakeFiles/rgbmap.dir/build.make tools/CMakeFiles/rgbmap.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' make[2]: Nothing to be done for 'tools/CMakeFiles/rgbmap.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 87%] Built target rgbmap make -f tools/CMakeFiles/aldat.dir/build.make tools/CMakeFiles/aldat.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/tools /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/tools /builddir/build/BUILD/allegro-4.4.2/tools/CMakeFiles/aldat.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f tools/CMakeFiles/aldat.dir/build.make tools/CMakeFiles/aldat.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' make[2]: Nothing to be done for 'tools/CMakeFiles/aldat.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 90%] Built target aldat make -f tools/CMakeFiles/dat.dir/build.make tools/CMakeFiles/dat.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/tools /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/tools /builddir/build/BUILD/allegro-4.4.2/tools/CMakeFiles/dat.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f tools/CMakeFiles/dat.dir/build.make tools/CMakeFiles/dat.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' make[2]: Nothing to be done for 'tools/CMakeFiles/dat.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 90%] Built target dat make -f tools/CMakeFiles/xf2pcx.dir/build.make tools/CMakeFiles/xf2pcx.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/tools /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/tools /builddir/build/BUILD/allegro-4.4.2/tools/CMakeFiles/xf2pcx.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f tools/CMakeFiles/xf2pcx.dir/build.make tools/CMakeFiles/xf2pcx.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' make[2]: Nothing to be done for 'tools/CMakeFiles/xf2pcx.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 90%] Built target xf2pcx make -f tools/CMakeFiles/grabber.dir/build.make tools/CMakeFiles/grabber.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/tools /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/tools /builddir/build/BUILD/allegro-4.4.2/tools/CMakeFiles/grabber.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f tools/CMakeFiles/grabber.dir/build.make tools/CMakeFiles/grabber.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' make[2]: Nothing to be done for 'tools/CMakeFiles/grabber.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 91%] Built target grabber make -f tools/CMakeFiles/xkeymap.dir/build.make tools/CMakeFiles/xkeymap.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/tools /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/tools /builddir/build/BUILD/allegro-4.4.2/tools/CMakeFiles/xkeymap.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f tools/CMakeFiles/xkeymap.dir/build.make tools/CMakeFiles/xkeymap.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' make[2]: Nothing to be done for 'tools/CMakeFiles/xkeymap.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 92%] Built target xkeymap make -f tools/CMakeFiles/textconv.dir/build.make tools/CMakeFiles/textconv.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/tools /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/tools /builddir/build/BUILD/allegro-4.4.2/tools/CMakeFiles/textconv.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f tools/CMakeFiles/textconv.dir/build.make tools/CMakeFiles/textconv.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' make[2]: Nothing to be done for 'tools/CMakeFiles/textconv.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 92%] Built target textconv make -f tools/CMakeFiles/exedat.dir/build.make tools/CMakeFiles/exedat.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/tools /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/tools /builddir/build/BUILD/allegro-4.4.2/tools/CMakeFiles/exedat.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f tools/CMakeFiles/exedat.dir/build.make tools/CMakeFiles/exedat.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' make[2]: Nothing to be done for 'tools/CMakeFiles/exedat.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 92%] Built target exedat make -f tools/CMakeFiles/colormap.dir/build.make tools/CMakeFiles/colormap.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/tools /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/tools /builddir/build/BUILD/allegro-4.4.2/tools/CMakeFiles/colormap.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f tools/CMakeFiles/colormap.dir/build.make tools/CMakeFiles/colormap.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' make[2]: Nothing to be done for 'tools/CMakeFiles/colormap.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 92%] Built target colormap make -f tools/CMakeFiles/dat2s.dir/build.make tools/CMakeFiles/dat2s.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/tools /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/tools /builddir/build/BUILD/allegro-4.4.2/tools/CMakeFiles/dat2s.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f tools/CMakeFiles/dat2s.dir/build.make tools/CMakeFiles/dat2s.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' make[2]: Nothing to be done for 'tools/CMakeFiles/dat2s.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 92%] Built target dat2s make -f tools/CMakeFiles/pat2dat.dir/build.make tools/CMakeFiles/pat2dat.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/tools /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/tools /builddir/build/BUILD/allegro-4.4.2/tools/CMakeFiles/pat2dat.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f tools/CMakeFiles/pat2dat.dir/build.make tools/CMakeFiles/pat2dat.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' make[2]: Nothing to be done for 'tools/CMakeFiles/pat2dat.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 93%] Built target pat2dat make -f tools/CMakeFiles/dat2c.dir/build.make tools/CMakeFiles/dat2c.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/tools /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/tools /builddir/build/BUILD/allegro-4.4.2/tools/CMakeFiles/dat2c.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f tools/CMakeFiles/dat2c.dir/build.make tools/CMakeFiles/dat2c.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' make[2]: Nothing to be done for 'tools/CMakeFiles/dat2c.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 94%] Built target dat2c make -f setup/CMakeFiles/keyconf.dir/build.make setup/CMakeFiles/keyconf.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/setup /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/setup /builddir/build/BUILD/allegro-4.4.2/setup/CMakeFiles/keyconf.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f setup/CMakeFiles/keyconf.dir/build.make setup/CMakeFiles/keyconf.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' make[2]: Nothing to be done for 'setup/CMakeFiles/keyconf.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 95%] Built target keyconf make -f setup/CMakeFiles/setup.dir/build.make setup/CMakeFiles/setup.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/setup /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/setup /builddir/build/BUILD/allegro-4.4.2/setup/CMakeFiles/setup.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f setup/CMakeFiles/setup.dir/build.make setup/CMakeFiles/setup.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' make[2]: Nothing to be done for 'setup/CMakeFiles/setup.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 95%] Built target setup make -f tests/CMakeFiles/mathtest.dir/build.make tests/CMakeFiles/mathtest.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/tests /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/tests /builddir/build/BUILD/allegro-4.4.2/tests/CMakeFiles/mathtest.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f tests/CMakeFiles/mathtest.dir/build.make tests/CMakeFiles/mathtest.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' make[2]: Nothing to be done for 'tests/CMakeFiles/mathtest.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 96%] Built target mathtest make -f tests/CMakeFiles/filetest.dir/build.make tests/CMakeFiles/filetest.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/tests /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/tests /builddir/build/BUILD/allegro-4.4.2/tests/CMakeFiles/filetest.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f tests/CMakeFiles/filetest.dir/build.make tests/CMakeFiles/filetest.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' make[2]: Nothing to be done for 'tests/CMakeFiles/filetest.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 96%] Built target filetest make -f tests/CMakeFiles/vesainfo.dir/build.make tests/CMakeFiles/vesainfo.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/tests /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/tests /builddir/build/BUILD/allegro-4.4.2/tests/CMakeFiles/vesainfo.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f tests/CMakeFiles/vesainfo.dir/build.make tests/CMakeFiles/vesainfo.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' make[2]: Nothing to be done for 'tests/CMakeFiles/vesainfo.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 97%] Built target vesainfo make -f tests/CMakeFiles/digitest.dir/build.make tests/CMakeFiles/digitest.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/tests /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/tests /builddir/build/BUILD/allegro-4.4.2/tests/CMakeFiles/digitest.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f tests/CMakeFiles/digitest.dir/build.make tests/CMakeFiles/digitest.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' make[2]: Nothing to be done for 'tests/CMakeFiles/digitest.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 98%] Built target digitest make -f tests/CMakeFiles/gfxinfo.dir/build.make tests/CMakeFiles/gfxinfo.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/tests /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/tests /builddir/build/BUILD/allegro-4.4.2/tests/CMakeFiles/gfxinfo.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f tests/CMakeFiles/gfxinfo.dir/build.make tests/CMakeFiles/gfxinfo.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' make[2]: Nothing to be done for 'tests/CMakeFiles/gfxinfo.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 98%] Built target gfxinfo make -f tests/CMakeFiles/afinfo.dir/build.make tests/CMakeFiles/afinfo.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/tests /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/tests /builddir/build/BUILD/allegro-4.4.2/tests/CMakeFiles/afinfo.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f tests/CMakeFiles/afinfo.dir/build.make tests/CMakeFiles/afinfo.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' make[2]: Nothing to be done for 'tests/CMakeFiles/afinfo.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 98%] Built target afinfo make -f tests/CMakeFiles/play.dir/build.make tests/CMakeFiles/play.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/tests /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/tests /builddir/build/BUILD/allegro-4.4.2/tests/CMakeFiles/play.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f tests/CMakeFiles/play.dir/build.make tests/CMakeFiles/play.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' make[2]: Nothing to be done for 'tests/CMakeFiles/play.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 98%] Built target play make -f tests/CMakeFiles/playfli.dir/build.make tests/CMakeFiles/playfli.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/tests /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/tests /builddir/build/BUILD/allegro-4.4.2/tests/CMakeFiles/playfli.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f tests/CMakeFiles/playfli.dir/build.make tests/CMakeFiles/playfli.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' make[2]: Nothing to be done for 'tests/CMakeFiles/playfli.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 99%] Built target playfli make -f tests/CMakeFiles/akaitest.dir/build.make tests/CMakeFiles/akaitest.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/tests /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/tests /builddir/build/BUILD/allegro-4.4.2/tests/CMakeFiles/akaitest.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f tests/CMakeFiles/akaitest.dir/build.make tests/CMakeFiles/akaitest.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' make[2]: Nothing to be done for 'tests/CMakeFiles/akaitest.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 99%] Built target akaitest make -f tests/CMakeFiles/miditest.dir/build.make tests/CMakeFiles/miditest.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/tests /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/tests /builddir/build/BUILD/allegro-4.4.2/tests/CMakeFiles/miditest.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f tests/CMakeFiles/miditest.dir/build.make tests/CMakeFiles/miditest.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' make[2]: Nothing to be done for 'tests/CMakeFiles/miditest.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [ 99%] Built target miditest make -f tests/CMakeFiles/test.dir/build.make tests/CMakeFiles/test.dir/depend make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' cd /builddir/build/BUILD/allegro-4.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/tests /builddir/build/BUILD/allegro-4.4.2 /builddir/build/BUILD/allegro-4.4.2/tests /builddir/build/BUILD/allegro-4.4.2/tests/CMakeFiles/test.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' make -f tests/CMakeFiles/test.dir/build.make tests/CMakeFiles/test.dir/build make[2]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' make[2]: Nothing to be done for 'tests/CMakeFiles/test.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' [100%] Built target test make[1]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' /usr/bin/cmake -E cmake_progress_start /builddir/build/BUILD/allegro-4.4.2/CMakeFiles 0 make -f CMakeFiles/Makefile2 preinstall make[1]: Entering directory '/builddir/build/BUILD/allegro-4.4.2' make[1]: Nothing to be done for 'preinstall'. make[1]: Leaving directory '/builddir/build/BUILD/allegro-4.4.2' Install the project... /usr/bin/cmake -P cmake_install.cmake -- Install configuration: "RelWithDebInfo" -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/lib64/allegro/4.4.2/modules.lst -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/lib64/allegro/4.4.2/alleg-alsadigi.so -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/lib64/allegro/4.4.2/alleg-alsamidi.so -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/lib64/allegro/4.4.2/alleg-jack.so -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/lib64/allegro/4.4.2/alleg-dga2.so -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/lib64/liballeg.so.4.4.2 -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/lib64/liballeg.so.4.4 -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/lib64/liballeg.so -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/include/allegro/platform/alplatf.h -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/include/allegro/platform/alunixac.h -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/include/allegro.h -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/include/allegro/3d.h -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/include/allegro/3dmaths.h -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/include/allegro/alcompat.h -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/include/allegro/alinline.h -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/include/allegro/base.h -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/include/allegro/color.h -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/include/allegro/compiled.h -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/include/allegro/config.h -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/include/allegro/datafile.h -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/include/allegro/debug.h -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/include/allegro/digi.h -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/include/allegro/draw.h -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/include/allegro/file.h -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/include/allegro/fix.h -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/include/allegro/fixed.h -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/include/allegro/fli.h -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/include/allegro/fmaths.h -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/include/allegro/font.h -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/include/allegro/gfx.h -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/include/allegro/graphics.h -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/include/allegro/gui.h -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/include/allegro/joystick.h -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/include/allegro/keyboard.h -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/include/allegro/lzss.h -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/include/allegro/matrix.h -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/include/allegro/midi.h -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/include/allegro/mouse.h -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/include/allegro/palette.h -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/include/allegro/quat.h -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/include/allegro/rle.h -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/include/allegro/sound.h -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/include/allegro/stream.h -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/include/allegro/system.h -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/include/allegro/text.h -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/include/allegro/timer.h -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/include/allegro/unicode.h -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/include/allegro/inline/3dmaths.inl -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/include/allegro/inline/asm.inl -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/include/allegro/inline/color.inl -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/include/allegro/inline/draw.inl -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/include/allegro/inline/fix.inl -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/include/allegro/inline/fmaths.inl -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/include/allegro/inline/gfx.inl -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/include/allegro/inline/matrix.inl -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/include/allegro/inline/rle.inl -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/include/allegro/inline/system.inl -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/include/allegro/internal/aintern.h -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/include/allegro/internal/aintvga.h -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/include/allegro/internal/alconfig.h -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/include/allegro/platform/aintbeos.h -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/include/allegro/platform/aintdos.h -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/include/allegro/platform/aintlnx.h -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/include/allegro/platform/aintmac.h -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/include/allegro/platform/aintosx.h -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/include/allegro/platform/aintpsp.h -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/include/allegro/platform/aintqnx.h -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/include/allegro/platform/aintunix.h -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/include/allegro/platform/aintwin.h -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/include/allegro/platform/al386gcc.h -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/include/allegro/platform/al386vc.h -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/include/allegro/platform/al386wat.h -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/include/allegro/platform/albcc32.h -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/include/allegro/platform/albecfg.h -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/include/allegro/platform/albeos.h -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/include/allegro/platform/aldjgpp.h -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/include/allegro/platform/aldmc.h -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/include/allegro/platform/aldos.h -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/include/allegro/platform/almac.h -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/include/allegro/platform/almaccfg.h -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/include/allegro/platform/almngw32.h -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/include/allegro/platform/almsvc.h -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/include/allegro/platform/alosx.h -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/include/allegro/platform/alosxcfg.h -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/include/allegro/platform/alpsp.h -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/include/allegro/platform/alpspcfg.h -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/include/allegro/platform/alqnx.h -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/include/allegro/platform/alqnxcfg.h -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/include/allegro/platform/alucfg.h -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/include/allegro/platform/alunix.h -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/include/allegro/platform/alwatcom.h -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/include/allegro/platform/alwin.h -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/include/allegro/platform/astdint.h -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/include/allegro/platform/macdef.h -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/include/xalleg.h -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/bin/allegro-config -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/lib64/pkgconfig/allegro.pc -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/lib64/pkgconfig/allegrogl.pc -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/lib64/pkgconfig/jpgalleg.pc -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/lib64/pkgconfig/loadpng.pc -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/lib64/pkgconfig/logg.pc -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/lib64/liballeggl.so.4.4.2 -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/lib64/liballeggl.so.4.4 -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/lib64/liballeggl.so -- Set runtime path of "/builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/lib64/liballeggl.so.4.4.2" to "" -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/include/alleggl.h -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/include/allegrogl/gl_ext.h -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/include/allegrogl/gl_header_detect.h -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/include/allegrogl/alleggl_config.h -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/include/allegrogl/GLext/glx_ext_alias.h -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/include/allegrogl/GLext/glx_ext_api.h -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/include/allegrogl/GLext/glx_ext_defs.h -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/include/allegrogl/GLext/glx_ext_list.h -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/include/allegrogl/GLext/gl_ext_alias.h -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/include/allegrogl/GLext/gl_ext_api.h -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/include/allegrogl/GLext/gl_ext_defs.h -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/include/allegrogl/GLext/gl_ext_list.h -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/include/allegrogl/GLext/wgl_ext_alias.h -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/include/allegrogl/GLext/wgl_ext_api.h -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/include/allegrogl/GLext/wgl_ext_defs.h -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/include/allegrogl/GLext/wgl_ext_list.h -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/lib64/libloadpng.so.4.4.2 -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/lib64/libloadpng.so.4.4 -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/lib64/libloadpng.so -- Set runtime path of "/builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/lib64/libloadpng.so.4.4.2" to "" -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/include/loadpng.h -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/lib64/liblogg.so.4.4.2 -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/lib64/liblogg.so.4.4 -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/lib64/liblogg.so -- Set runtime path of "/builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/lib64/liblogg.so.4.4.2" to "" -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/include/logg.h -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/lib64/libjpgalleg.so.4.4.2 -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/lib64/libjpgalleg.so.4.4 -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/lib64/libjpgalleg.so -- Set runtime path of "/builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/lib64/libjpgalleg.so.4.4.2" to "" -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/include/jpgalleg.h -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/share/doc/allegro/AUTHORS -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/share/doc/allegro/THANKS -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/share/doc/allegro/CHANGES -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/share/doc/allegro/readme.txt -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/share/doc/allegro/abi.txt -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/share/doc/allegro/addons.txt -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/share/doc/allegro/ahack.txt -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/share/doc/allegro/allegro.txt -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/share/doc/allegro/api.txt -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/share/doc/allegro/const.txt -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/share/doc/allegro/dat.txt -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/share/doc/allegro/dat2c.txt -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/share/doc/allegro/dat2s.txt -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/share/doc/allegro/datafile.txt -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/share/doc/allegro/faq.txt -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/share/doc/allegro/grabber.txt -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/share/doc/allegro/help.txt -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/share/doc/allegro/license.txt -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/share/doc/allegro/makedoc.txt -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/share/doc/allegro/mistakes.txt -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/share/doc/allegro/packfile.txt -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/share/info/allegro.info -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/bin/colormap -- Set runtime path of "/builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/bin/colormap" to "" -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/bin/dat2c -- Set runtime path of "/builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/bin/dat2c" to "" -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/bin/exedat -- Set runtime path of "/builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/bin/exedat" to "" -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/bin/pack -- Set runtime path of "/builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/bin/pack" to "" -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/bin/rgbmap -- Set runtime path of "/builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/bin/rgbmap" to "" -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/bin/textconv -- Set runtime path of "/builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/bin/textconv" to "" -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/bin/dat -- Set runtime path of "/builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/bin/dat" to "" -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/bin/dat2s -- Set runtime path of "/builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/bin/dat2s" to "" -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/bin/pat2dat -- Set runtime path of "/builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/bin/pat2dat" to "" -- Installing: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/bin/grabber -- Set runtime path of "/builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/bin/grabber" to "" + mkdir -p /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/share/man/man3 + mkdir -p /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/share/doc/allegro/html + install -p -m 644 docs/man/ALLEGRO_DATE.3 docs/man/ALLEGRO_DATE_STR.3 docs/man/ALLEGRO_SUB_VERSION.3 docs/man/ALLEGRO_VERSION.3 docs/man/ALLEGRO_VERSION_STR.3 docs/man/ALLEGRO_WIP_VERSION.3 docs/man/AL_ID.3 docs/man/ASSERT.3 docs/man/AUDIOSTREAM.3 docs/man/BITMAP.3 docs/man/COLOR_MAP.3 docs/man/COMPILED_SPRITE.3 docs/man/DATAFILE.3 docs/man/DAT_ID.3 docs/man/DIALOG.3 docs/man/DIALOG_PLAYER.3 docs/man/END_OF_FUNCTION.3 docs/man/END_OF_MAIN.3 docs/man/FONT.3 docs/man/GFX_MODE.3 docs/man/GFX_MODE_LIST.3 docs/man/JOYSTICK_AXIS_INFO.3 docs/man/JOYSTICK_BUTTON_INFO.3 docs/man/JOYSTICK_INFO.3 docs/man/JOYSTICK_STICK_INFO.3 docs/man/LOCK_FUNCTION.3 docs/man/LOCK_VARIABLE.3 docs/man/LZSS_PACK_DATA.3 docs/man/LZSS_UNPACK_DATA.3 docs/man/MAKE_VERSION.3 docs/man/MASK_COLOR_15.3 docs/man/MASK_COLOR_16.3 docs/man/MASK_COLOR_24.3 docs/man/MASK_COLOR_32.3 docs/man/MASK_COLOR_8.3 docs/man/MATRIX.3 docs/man/MATRIX_f.3 docs/man/MENU.3 docs/man/MENU_PLAYER.3 docs/man/MIDI.3 docs/man/PACKFILE.3 docs/man/PACKFILE_VTABLE.3 docs/man/PALETTE.3 docs/man/PAL_SIZE.3 docs/man/POLYTYPE_ATEX.3 docs/man/POLYTYPE_ATEX_LIT.3 docs/man/POLYTYPE_ATEX_MASK.3 docs/man/POLYTYPE_ATEX_MASK_LIT.3 docs/man/POLYTYPE_ATEX_MASK_TRANS.3 docs/man/POLYTYPE_ATEX_TRANS.3 docs/man/POLYTYPE_FLAT.3 docs/man/POLYTYPE_GCOL.3 docs/man/POLYTYPE_GRGB.3 docs/man/POLYTYPE_PTEX.3 docs/man/POLYTYPE_PTEX_LIT.3 docs/man/POLYTYPE_PTEX_MASK.3 docs/man/POLYTYPE_PTEX_MASK_LIT.3 docs/man/POLYTYPE_PTEX_MASK_TRANS.3 docs/man/POLYTYPE_PTEX_TRANS.3 docs/man/QUAT.3 docs/man/RGB.3 docs/man/RGB_MAP.3 docs/man/RLE_SPRITE.3 docs/man/SAMPLE.3 docs/man/SCREEN_H.3 docs/man/SCREEN_W.3 docs/man/TRACE.3 docs/man/V3D.3 docs/man/V3D_f.3 docs/man/VIRTUAL_H.3 docs/man/VIRTUAL_W.3 docs/man/ZBUFFER.3 docs/man/_getpixel.3 docs/man/_getpixel15.3 docs/man/_getpixel16.3 docs/man/_getpixel24.3 docs/man/_getpixel32.3 docs/man/_putpixel.3 docs/man/_putpixel15.3 docs/man/_putpixel16.3 docs/man/_putpixel24.3 docs/man/_putpixel32.3 docs/man/_set_color.3 docs/man/_ustrdup.3 docs/man/acquire_bitmap.3 docs/man/acquire_screen.3 docs/man/active_dialog.3 docs/man/active_menu.3 docs/man/add_clip_rect.3 docs/man/adjust_sample.3 docs/man/al_assert.3 docs/man/al_ffblk.3 docs/man/al_ffblk_get_size.3 docs/man/al_findclose.3 docs/man/al_findfirst.3 docs/man/al_findnext.3 docs/man/al_trace.3 docs/man/alert.3 docs/man/alert3.3 docs/man/allegro_404_char.3 docs/man/allegro_error.3 docs/man/allegro_exit.3 docs/man/allegro_icon.3 docs/man/allegro_id.3 docs/man/allegro_init.3 docs/man/allegro_message.3 docs/man/allocate_voice.3 docs/man/append_filename.3 docs/man/apply_matrix.3 docs/man/apply_matrix_f.3 docs/man/apply_quat.3 docs/man/arc.3 docs/man/bestfit_color.3 docs/man/bitmap_color_depth.3 docs/man/bitmap_mask_color.3 docs/man/black_palette.3 docs/man/blit.3 docs/man/bmp_read_line.3 docs/man/bmp_unwrite_line.3 docs/man/bmp_write_line.3 docs/man/broadcast_dialog_message.3 docs/man/calc_spline.3 docs/man/calibrate_joystick.3 docs/man/calibrate_joystick_name.3 docs/man/canonicalize_filename.3 docs/man/centre_dialog.3 docs/man/check_cpu.3 docs/man/circle.3 docs/man/circlefill.3 docs/man/clear_bitmap.3 docs/man/clear_keybuf.3 docs/man/clear_scene.3 docs/man/clear_to_color.3 docs/man/clear_zbuffer.3 docs/man/clip3d.3 docs/man/clip3d_f.3 docs/man/close_fli.3 docs/man/color_map.3 docs/man/config_is_hooked.3 docs/man/cpu_capabilities.3 docs/man/cpu_family.3 docs/man/cpu_model.3 docs/man/cpu_vendor.3 docs/man/create_bitmap.3 docs/man/create_bitmap_ex.3 docs/man/create_blender_table.3 docs/man/create_color_table.3 docs/man/create_datafile_index.3 docs/man/create_light_table.3 docs/man/create_lzss_pack_data.3 docs/man/create_lzss_unpack_data.3 docs/man/create_rgb_table.3 docs/man/create_sample.3 docs/man/create_scene.3 docs/man/create_sub_bitmap.3 docs/man/create_sub_zbuffer.3 docs/man/create_system_bitmap.3 docs/man/create_trans_table.3 docs/man/create_video_bitmap.3 docs/man/create_zbuffer.3 docs/man/cross_product.3 docs/man/cross_product_f.3 docs/man/d_bitmap_proc.3 docs/man/d_box_proc.3 docs/man/d_button_proc.3 docs/man/d_check_proc.3 docs/man/d_clear_proc.3 docs/man/d_ctext_proc.3 docs/man/d_edit_proc.3 docs/man/d_icon_proc.3 docs/man/d_keyboard_proc.3 docs/man/d_list_proc.3 docs/man/d_menu_proc.3 docs/man/d_radio_proc.3 docs/man/d_rtext_proc.3 docs/man/d_shadow_box_proc.3 docs/man/d_slider_proc.3 docs/man/d_text_list_proc.3 docs/man/d_text_proc.3 docs/man/d_textbox_proc.3 docs/man/d_yield_proc.3 docs/man/deallocate_voice.3 docs/man/default_palette.3 docs/man/delete_file.3 docs/man/desktop_color_depth.3 docs/man/desktop_palette.3 docs/man/destroy_bitmap.3 docs/man/destroy_compiled_sprite.3 docs/man/destroy_datafile_index.3 docs/man/destroy_font.3 docs/man/destroy_gfx_mode_list.3 docs/man/destroy_midi.3 docs/man/destroy_rle_sprite.3 docs/man/destroy_sample.3 docs/man/destroy_scene.3 docs/man/destroy_zbuffer.3 docs/man/detect_digi_driver.3 docs/man/detect_midi_driver.3 docs/man/dialog_message.3 docs/man/digi_recorder.3 docs/man/disable_hardware_cursor.3 docs/man/do_arc.3 docs/man/do_circle.3 docs/man/do_dialog.3 docs/man/do_ellipse.3 docs/man/do_line.3 docs/man/do_menu.3 docs/man/do_uconvert.3 docs/man/dot_product.3 docs/man/dot_product_f.3 docs/man/draw_character_ex.3 docs/man/draw_compiled_sprite.3 docs/man/draw_gouraud_sprite.3 docs/man/draw_lit_rle_sprite.3 docs/man/draw_lit_sprite.3 docs/man/draw_rle_sprite.3 docs/man/draw_sprite.3 docs/man/draw_sprite_ex.3 docs/man/draw_sprite_h_flip.3 docs/man/draw_sprite_v_flip.3 docs/man/draw_sprite_vh_flip.3 docs/man/draw_trans_rle_sprite.3 docs/man/draw_trans_sprite.3 docs/man/drawing_mode.3 docs/man/ellipse.3 docs/man/ellipsefill.3 docs/man/empty_string.3 docs/man/enable_hardware_cursor.3 docs/man/enable_triple_buffer.3 docs/man/ex12bit.3 docs/man/ex3buf.3 docs/man/ex3d.3 docs/man/exaccel.3 docs/man/exalpha.3 docs/man/exbitmap.3 docs/man/exblend.3 docs/man/excamera.3 docs/man/excolmap.3 docs/man/exconfig.3 docs/man/excustom.3 docs/man/exdata.3 docs/man/exdbuf.3 docs/man/exexedat.3 docs/man/exfixed.3 docs/man/exflame.3 docs/man/exflip.3 docs/man/exfont.3 docs/man/exgui.3 docs/man/exhello.3 docs/man/exists.3 docs/man/exjoy.3 docs/man/exkeys.3 docs/man/exlights.3 docs/man/exmem.3 docs/man/exmidi.3 docs/man/exmouse.3 docs/man/expackf.3 docs/man/expal.3 docs/man/expat.3 docs/man/exquat.3 docs/man/exrgbhsv.3 docs/man/exrotscl.3 docs/man/exsample.3 docs/man/exscale.3 docs/man/exscn3d.3 docs/man/exscroll.3 docs/man/exshade.3 docs/man/exspline.3 docs/man/exsprite.3 docs/man/exstars.3 docs/man/exstream.3 docs/man/exswitch.3 docs/man/exsyscur.3 docs/man/extimer.3 docs/man/extract_font_range.3 docs/man/extrans.3 docs/man/extrans2.3 docs/man/extruec.3 docs/man/exunicod.3 docs/man/exupdate.3 docs/man/exxfade.3 docs/man/exzbuf.3 docs/man/fade_from.3 docs/man/fade_from_range.3 docs/man/fade_in.3 docs/man/fade_in_range.3 docs/man/fade_interpolate.3 docs/man/fade_out.3 docs/man/fade_out_range.3 docs/man/fastline.3 docs/man/file_exists.3 docs/man/file_select_ex.3 docs/man/file_size_ex.3 docs/man/file_time.3 docs/man/find_allegro_resource.3 docs/man/find_datafile_object.3 docs/man/find_dialog_focus.3 docs/man/fix_filename_case.3 docs/man/fix_filename_slashes.3 docs/man/fixacos.3 docs/man/fixadd.3 docs/man/fixasin.3 docs/man/fixatan.3 docs/man/fixatan2.3 docs/man/fixceil.3 docs/man/fixcos.3 docs/man/fixdiv.3 docs/man/fixed.3 docs/man/fixfloor.3 docs/man/fixhypot.3 docs/man/fixmul.3 docs/man/fixsin.3 docs/man/fixsqrt.3 docs/man/fixsub.3 docs/man/fixtan.3 docs/man/fixtof.3 docs/man/fixtoi.3 docs/man/fixtorad_r.3 docs/man/fixup_datafile.3 docs/man/fli_bitmap.3 docs/man/fli_bmp_dirty_from.3 docs/man/fli_bmp_dirty_to.3 docs/man/fli_frame.3 docs/man/fli_pal_dirty_from.3 docs/man/fli_pal_dirty_to.3 docs/man/fli_palette.3 docs/man/fli_timer.3 docs/man/floodfill.3 docs/man/flush_config_file.3 docs/man/font.3 docs/man/font_has_alpha.3 docs/man/for_each_file_ex.3 docs/man/free_audio_stream_buffer.3 docs/man/free_config_entries.3 docs/man/free_lzss_pack_data.3 docs/man/free_lzss_unpack_data.3 docs/man/freeze_mouse_flag.3 docs/man/ftofix.3 docs/man/generate_332_palette.3 docs/man/generate_optimized_palette.3 docs/man/get_align_matrix.3 docs/man/get_align_matrix_f.3 docs/man/get_audio_stream_buffer.3 docs/man/get_camera_matrix.3 docs/man/get_camera_matrix_f.3 docs/man/get_clip_rect.3 docs/man/get_clip_state.3 docs/man/get_color.3 docs/man/get_color_conversion.3 docs/man/get_color_depth.3 docs/man/get_compiled_sprite.3 docs/man/get_config_argv.3 docs/man/get_config_float.3 docs/man/get_config_hex.3 docs/man/get_config_id.3 docs/man/get_config_int.3 docs/man/get_config_string.3 docs/man/get_config_text.3 docs/man/get_datafile_property.3 docs/man/get_desktop_resolution.3 docs/man/get_display_switch_mode.3 docs/man/get_executable_name.3 docs/man/get_extension.3 docs/man/get_filename.3 docs/man/get_filename_encoding.3 docs/man/get_font_range_begin.3 docs/man/get_font_range_end.3 docs/man/get_font_ranges.3 docs/man/get_gfx_mode.3 docs/man/get_gfx_mode_list.3 docs/man/get_gfx_mode_type.3 docs/man/get_hardware_volume.3 docs/man/get_midi_length.3 docs/man/get_mixer_bits.3 docs/man/get_mixer_buffer_length.3 docs/man/get_mixer_channels.3 docs/man/get_mixer_frequency.3 docs/man/get_mixer_quality.3 docs/man/get_mixer_voices.3 docs/man/get_mouse_mickeys.3 docs/man/get_palette.3 docs/man/get_palette_range.3 docs/man/get_refresh_rate.3 docs/man/get_rle_sprite.3 docs/man/get_rotation_matrix.3 docs/man/get_rotation_matrix_f.3 docs/man/get_rotation_quat.3 docs/man/get_scaling_matrix.3 docs/man/get_scaling_matrix_f.3 docs/man/get_sound_input_cap_bits.3 docs/man/get_sound_input_cap_parm.3 docs/man/get_sound_input_cap_rate.3 docs/man/get_sound_input_cap_stereo.3 docs/man/get_transformation_matrix.3 docs/man/get_transformation_matrix_f.3 docs/man/get_translation_matrix.3 docs/man/get_translation_matrix_f.3 docs/man/get_uformat.3 docs/man/get_vector_rotation_matrix.3 docs/man/get_vector_rotation_matrix_f.3 docs/man/get_vector_rotation_quat.3 docs/man/get_volume.3 docs/man/get_x_rotate_matrix.3 docs/man/get_x_rotate_matrix_f.3 docs/man/get_x_rotate_quat.3 docs/man/get_y_rotate_matrix.3 docs/man/get_y_rotate_matrix_f.3 docs/man/get_y_rotate_quat.3 docs/man/get_z_rotate_matrix.3 docs/man/get_z_rotate_matrix_f.3 docs/man/get_z_rotate_quat.3 docs/man/geta.3 docs/man/geta32.3 docs/man/geta_depth.3 docs/man/getb.3 docs/man/getb15.3 docs/man/getb16.3 docs/man/getb24.3 docs/man/getb32.3 docs/man/getb8.3 docs/man/getb_depth.3 docs/man/getg.3 docs/man/getg15.3 docs/man/getg16.3 docs/man/getg24.3 docs/man/getg32.3 docs/man/getg8.3 docs/man/getg_depth.3 docs/man/getpixel.3 docs/man/getr.3 docs/man/getr15.3 docs/man/getr16.3 docs/man/getr24.3 docs/man/getr32.3 docs/man/getr8.3 docs/man/getr_depth.3 docs/man/gfx_capabilities.3 docs/man/gfx_mode_select.3 docs/man/gfx_mode_select_ex.3 docs/man/gfx_mode_select_filter.3 docs/man/grab_font_from_bitmap.3 docs/man/gui_bg_color.3 docs/man/gui_button_proc.3 docs/man/gui_ctext_proc.3 docs/man/gui_edit_proc.3 docs/man/gui_fg_color.3 docs/man/gui_font_baseline.3 docs/man/gui_get_screen.3 docs/man/gui_list_proc.3 docs/man/gui_menu_draw_menu.3 docs/man/gui_menu_draw_menu_item.3 docs/man/gui_mg_color.3 docs/man/gui_mouse_b.3 docs/man/gui_mouse_focus.3 docs/man/gui_mouse_x.3 docs/man/gui_mouse_y.3 docs/man/gui_mouse_z.3 docs/man/gui_set_screen.3 docs/man/gui_shadow_box_proc.3 docs/man/gui_strlen.3 docs/man/gui_text_list_proc.3 docs/man/gui_textout_ex.3 docs/man/hline.3 docs/man/hook_config_section.3 docs/man/hsv_to_rgb.3 docs/man/identity_matrix.3 docs/man/identity_matrix_f.3 docs/man/identity_quat.3 docs/man/init_dialog.3 docs/man/init_menu.3 docs/man/initialise_joystick.3 docs/man/install_allegro.3 docs/man/install_int.3 docs/man/install_int_ex.3 docs/man/install_joystick.3 docs/man/install_keyboard.3 docs/man/install_keyboard_hooks.3 docs/man/install_mouse.3 docs/man/install_param_int.3 docs/man/install_param_int_ex.3 docs/man/install_sound.3 docs/man/install_sound_input.3 docs/man/install_timer.3 docs/man/is_color_font.3 docs/man/is_compatible_font.3 docs/man/is_inside_bitmap.3 docs/man/is_linear_bitmap.3 docs/man/is_memory_bitmap.3 docs/man/is_mono_font.3 docs/man/is_planar_bitmap.3 docs/man/is_relative_filename.3 docs/man/is_same_bitmap.3 docs/man/is_screen_bitmap.3 docs/man/is_sub_bitmap.3 docs/man/is_system_bitmap.3 docs/man/is_trans_font.3 docs/man/is_video_bitmap.3 docs/man/is_windowed_mode.3 docs/man/itofix.3 docs/man/joy.3 docs/man/key.3 docs/man/key_led_flag.3 docs/man/key_shifts.3 docs/man/keyboard_callback.3 docs/man/keyboard_lowlevel_callback.3 docs/man/keyboard_needs_poll.3 docs/man/keyboard_ucallback.3 docs/man/keypressed.3 docs/man/line.3 docs/man/list_config_entries.3 docs/man/list_config_sections.3 docs/man/load_bios_font.3 docs/man/load_bitmap.3 docs/man/load_bitmap_font.3 docs/man/load_bmp.3 docs/man/load_bmp_pf.3 docs/man/load_dat_font.3 docs/man/load_datafile.3 docs/man/load_datafile_callback.3 docs/man/load_datafile_object.3 docs/man/load_datafile_object_indexed.3 docs/man/load_font.3 docs/man/load_grx_font.3 docs/man/load_grx_or_bios_font.3 docs/man/load_ibk.3 docs/man/load_joystick_data.3 docs/man/load_lbm.3 docs/man/load_midi.3 docs/man/load_midi_patches.3 docs/man/load_pcx.3 docs/man/load_pcx_pf.3 docs/man/load_sample.3 docs/man/load_tga.3 docs/man/load_tga_pf.3 docs/man/load_txt_font.3 docs/man/load_voc.3 docs/man/load_voc_pf.3 docs/man/load_wav.3 docs/man/load_wav_pf.3 docs/man/lock_bitmap.3 docs/man/lock_midi.3 docs/man/lock_sample.3 docs/man/lzss_read.3 docs/man/lzss_write.3 docs/man/make_absolute_filename.3 docs/man/make_relative_filename.3 docs/man/make_trans_font.3 docs/man/makeacol.3 docs/man/makeacol32.3 docs/man/makeacol_depth.3 docs/man/makecol.3 docs/man/makecol15.3 docs/man/makecol15_dither.3 docs/man/makecol16.3 docs/man/makecol16_dither.3 docs/man/makecol24.3 docs/man/makecol32.3 docs/man/makecol8.3 docs/man/makecol_depth.3 docs/man/masked_blit.3 docs/man/masked_stretch_blit.3 docs/man/matrix_mul.3 docs/man/matrix_mul_f.3 docs/man/matrix_to_quat.3 docs/man/merge_fonts.3 docs/man/midi_loop_end.3 docs/man/midi_loop_start.3 docs/man/midi_meta_callback.3 docs/man/midi_msg_callback.3 docs/man/midi_out.3 docs/man/midi_pause.3 docs/man/midi_pos.3 docs/man/midi_recorder.3 docs/man/midi_resume.3 docs/man/midi_seek.3 docs/man/midi_sysex_callback.3 docs/man/midi_time.3 docs/man/mouse_b.3 docs/man/mouse_callback.3 docs/man/mouse_needs_poll.3 docs/man/mouse_on_screen.3 docs/man/mouse_pos.3 docs/man/mouse_sprite.3 docs/man/mouse_w.3 docs/man/mouse_x.3 docs/man/mouse_x_focus.3 docs/man/mouse_y.3 docs/man/mouse_y_focus.3 docs/man/mouse_z.3 docs/man/need_uconvert.3 docs/man/next_fli_frame.3 docs/man/normalize_vector.3 docs/man/normalize_vector_f.3 docs/man/num_joysticks.3 docs/man/object_message.3 docs/man/offer_focus.3 docs/man/open_fli.3 docs/man/open_memory_fli.3 docs/man/os_multitasking.3 docs/man/os_revision.3 docs/man/os_type.3 docs/man/os_version.3 docs/man/override_config_data.3 docs/man/override_config_file.3 docs/man/pack_fclose.3 docs/man/pack_fclose_chunk.3 docs/man/pack_feof.3 docs/man/pack_ferror.3 docs/man/pack_fgets.3 docs/man/pack_fopen.3 docs/man/pack_fopen_chunk.3 docs/man/pack_fopen_vtable.3 docs/man/pack_fputs.3 docs/man/pack_fread.3 docs/man/pack_fseek.3 docs/man/pack_fwrite.3 docs/man/pack_getc.3 docs/man/pack_igetl.3 docs/man/pack_igetw.3 docs/man/pack_iputl.3 docs/man/pack_iputw.3 docs/man/pack_mgetl.3 docs/man/pack_mgetw.3 docs/man/pack_mputl.3 docs/man/pack_mputw.3 docs/man/pack_putc.3 docs/man/pack_ungetc.3 docs/man/packfile_password.3 docs/man/palette_color.3 docs/man/persp_project.3 docs/man/persp_project_f.3 docs/man/pivot_scaled_sprite.3 docs/man/pivot_scaled_sprite_lit.3 docs/man/pivot_scaled_sprite_trans.3 docs/man/pivot_scaled_sprite_v_flip.3 docs/man/pivot_scaled_sprite_v_flip_lit.3 docs/man/pivot_scaled_sprite_v_flip_trans.3 docs/man/pivot_sprite.3 docs/man/pivot_sprite_lit.3 docs/man/pivot_sprite_trans.3 docs/man/pivot_sprite_v_flip.3 docs/man/pivot_sprite_v_flip_lit.3 docs/man/pivot_sprite_v_flip_trans.3 docs/man/play_audio_stream.3 docs/man/play_fli.3 docs/man/play_looped_midi.3 docs/man/play_memory_fli.3 docs/man/play_midi.3 docs/man/play_sample.3 docs/man/poll_joystick.3 docs/man/poll_keyboard.3 docs/man/poll_mouse.3 docs/man/poll_scroll.3 docs/man/polygon.3 docs/man/polygon3d.3 docs/man/polygon3d_f.3 docs/man/polygon_z_normal.3 docs/man/polygon_z_normal_f.3 docs/man/pop_config_state.3 docs/man/popup_dialog.3 docs/man/position_dialog.3 docs/man/position_mouse.3 docs/man/position_mouse_w.3 docs/man/position_mouse_z.3 docs/man/push_config_state.3 docs/man/put_backslash.3 docs/man/putpixel.3 docs/man/qnx_get_window.3 docs/man/qscale_matrix.3 docs/man/qscale_matrix_f.3 docs/man/qtranslate_matrix.3 docs/man/qtranslate_matrix_f.3 docs/man/quad3d.3 docs/man/quad3d_f.3 docs/man/quat_interpolate.3 docs/man/quat_mul.3 docs/man/quat_slerp.3 docs/man/quat_to_matrix.3 docs/man/radtofix_r.3 docs/man/read_sound_input.3 docs/man/readkey.3 docs/man/reallocate_voice.3 docs/man/rect.3 docs/man/rectfill.3 docs/man/register_assert_handler.3 docs/man/register_bitmap_file_type.3 docs/man/register_datafile_object.3 docs/man/register_font_file_type.3 docs/man/register_sample_file_type.3 docs/man/register_trace_handler.3 docs/man/register_uformat.3 docs/man/release_bitmap.3 docs/man/release_screen.3 docs/man/release_voice.3 docs/man/reload_config_texts.3 docs/man/remove_display_switch_callback.3 docs/man/remove_int.3 docs/man/remove_joystick.3 docs/man/remove_keyboard.3 docs/man/remove_mouse.3 docs/man/remove_param_int.3 docs/man/remove_sound.3 docs/man/remove_sound_input.3 docs/man/remove_timer.3 docs/man/render_scene.3 docs/man/replace_extension.3 docs/man/replace_filename.3 docs/man/request_refresh_rate.3 docs/man/request_scroll.3 docs/man/request_video_bitmap.3 docs/man/reserve_voices.3 docs/man/reset_fli_variables.3 docs/man/rest.3 docs/man/rest_callback.3 docs/man/retrace_count.3 docs/man/rgb_map.3 docs/man/rgb_to_hsv.3 docs/man/rotate_scaled_sprite.3 docs/man/rotate_scaled_sprite_lit.3 docs/man/rotate_scaled_sprite_trans.3 docs/man/rotate_scaled_sprite_v_flip.3 docs/man/rotate_scaled_sprite_v_flip_lit.3 docs/man/rotate_scaled_sprite_v_flip_trans.3 docs/man/rotate_sprite.3 docs/man/rotate_sprite_lit.3 docs/man/rotate_sprite_trans.3 docs/man/rotate_sprite_v_flip.3 docs/man/rotate_sprite_v_flip_lit.3 docs/man/rotate_sprite_v_flip_trans.3 docs/man/save_bitmap.3 docs/man/save_bmp.3 docs/man/save_bmp_pf.3 docs/man/save_joystick_data.3 docs/man/save_pcx.3 docs/man/save_pcx_pf.3 docs/man/save_sample.3 docs/man/save_tga.3 docs/man/save_tga_pf.3 docs/man/scancode_to_ascii.3 docs/man/scancode_to_name.3 docs/man/scare_mouse.3 docs/man/scare_mouse_area.3 docs/man/scene_gap.3 docs/man/scene_polygon3d.3 docs/man/scene_polygon3d_f.3 docs/man/screen.3 docs/man/scroll_screen.3 docs/man/select_mouse_cursor.3 docs/man/select_palette.3 docs/man/set_add_blender.3 docs/man/set_allegro_resource_path.3 docs/man/set_alpha_blender.3 docs/man/set_blender_mode.3 docs/man/set_blender_mode_ex.3 docs/man/set_burn_blender.3 docs/man/set_clip_rect.3 docs/man/set_clip_state.3 docs/man/set_close_button_callback.3 docs/man/set_color.3 docs/man/set_color_blender.3 docs/man/set_color_conversion.3 docs/man/set_color_depth.3 docs/man/set_config_data.3 docs/man/set_config_file.3 docs/man/set_config_float.3 docs/man/set_config_hex.3 docs/man/set_config_id.3 docs/man/set_config_int.3 docs/man/set_config_string.3 docs/man/set_dialog_color.3 docs/man/set_difference_blender.3 docs/man/set_display_switch_callback.3 docs/man/set_display_switch_mode.3 docs/man/set_dissolve_blender.3 docs/man/set_dodge_blender.3 docs/man/set_filename_encoding.3 docs/man/set_gfx_mode.3 docs/man/set_hardware_volume.3 docs/man/set_hue_blender.3 docs/man/set_invert_blender.3 docs/man/set_keyboard_rate.3 docs/man/set_leds.3 docs/man/set_luminance_blender.3 docs/man/set_mixer_quality.3 docs/man/set_mouse_cursor_bitmap.3 docs/man/set_mouse_range.3 docs/man/set_mouse_speed.3 docs/man/set_mouse_sprite.3 docs/man/set_mouse_sprite_focus.3 docs/man/set_multiply_blender.3 docs/man/set_palette.3 docs/man/set_palette_range.3 docs/man/set_projection_viewport.3 docs/man/set_saturation_blender.3 docs/man/set_screen_blender.3 docs/man/set_sound_input_source.3 docs/man/set_trans_blender.3 docs/man/set_ucodepage.3 docs/man/set_uformat.3 docs/man/set_volume.3 docs/man/set_volume_per_voice.3 docs/man/set_window_title.3 docs/man/set_write_alpha_blender.3 docs/man/set_zbuffer.3 docs/man/show_mouse.3 docs/man/show_os_cursor.3 docs/man/show_video_bitmap.3 docs/man/shutdown_dialog.3 docs/man/shutdown_menu.3 docs/man/simulate_keypress.3 docs/man/simulate_ukeypress.3 docs/man/solid_mode.3 docs/man/spline.3 docs/man/start_sound_input.3 docs/man/stop_audio_stream.3 docs/man/stop_midi.3 docs/man/stop_sample.3 docs/man/stop_sound_input.3 docs/man/stretch_blit.3 docs/man/stretch_sprite.3 docs/man/text_height.3 docs/man/text_length.3 docs/man/textout_centre_ex.3 docs/man/textout_ex.3 docs/man/textout_justify_ex.3 docs/man/textout_right_ex.3 docs/man/textprintf_centre_ex.3 docs/man/textprintf_ex.3 docs/man/textprintf_justify_ex.3 docs/man/textprintf_right_ex.3 docs/man/three_finger_flag.3 docs/man/transpose_font.3 docs/man/triangle.3 docs/man/triangle3d.3 docs/man/triangle3d_f.3 docs/man/uatof.3 docs/man/uconvert.3 docs/man/uconvert_ascii.3 docs/man/uconvert_size.3 docs/man/uconvert_toascii.3 docs/man/ucwidth.3 docs/man/ugetat.3 docs/man/ugetc.3 docs/man/ugetx.3 docs/man/ugetxc.3 docs/man/uinsert.3 docs/man/uisdigit.3 docs/man/uisok.3 docs/man/uisspace.3 docs/man/unload_datafile.3 docs/man/unload_datafile_object.3 docs/man/unscare_mouse.3 docs/man/unselect_palette.3 docs/man/uoffset.3 docs/man/update_dialog.3 docs/man/update_menu.3 docs/man/ureadkey.3 docs/man/uremove.3 docs/man/usetat.3 docs/man/usetc.3 docs/man/usprintf.3 docs/man/ustrcat.3 docs/man/ustrchr.3 docs/man/ustrcmp.3 docs/man/ustrcpy.3 docs/man/ustrdup.3 docs/man/ustrerror.3 docs/man/ustricmp.3 docs/man/ustrlen.3 docs/man/ustrlwr.3 docs/man/ustrncat.3 docs/man/ustrncmp.3 docs/man/ustrncpy.3 docs/man/ustrnicmp.3 docs/man/ustrpbrk.3 docs/man/ustrrchr.3 docs/man/ustrsize.3 docs/man/ustrsizez.3 docs/man/ustrstr.3 docs/man/ustrtod.3 docs/man/ustrtok.3 docs/man/ustrtok_r.3 docs/man/ustrtol.3 docs/man/ustrupr.3 docs/man/ustrzcat.3 docs/man/ustrzcpy.3 docs/man/ustrzncat.3 docs/man/ustrzncpy.3 docs/man/uszprintf.3 docs/man/utolower.3 docs/man/utoupper.3 docs/man/uvsprintf.3 docs/man/uvszprintf.3 docs/man/uwidth.3 docs/man/uwidth_max.3 docs/man/vector_length.3 docs/man/vector_length_f.3 docs/man/vline.3 docs/man/voice_check.3 docs/man/voice_get_frequency.3 docs/man/voice_get_pan.3 docs/man/voice_get_position.3 docs/man/voice_get_volume.3 docs/man/voice_ramp_volume.3 docs/man/voice_set_echo.3 docs/man/voice_set_frequency.3 docs/man/voice_set_pan.3 docs/man/voice_set_playmode.3 docs/man/voice_set_position.3 docs/man/voice_set_priority.3 docs/man/voice_set_tremolo.3 docs/man/voice_set_vibrato.3 docs/man/voice_set_volume.3 docs/man/voice_start.3 docs/man/voice_stop.3 docs/man/voice_stop_frequency_sweep.3 docs/man/voice_stop_pan_sweep.3 docs/man/voice_stop_volumeramp.3 docs/man/voice_sweep_frequency.3 docs/man/voice_sweep_pan.3 docs/man/vsync.3 docs/man/xor_mode.3 docs/man/xwin_set_window_name.3 /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/share/man/man3 + install -p -m 644 docs/html/abi.html docs/html/addons.html docs/html/ahack.html docs/html/alleg000.html docs/html/alleg001.html docs/html/alleg002.html docs/html/alleg003.html docs/html/alleg004.html docs/html/alleg005.html docs/html/alleg006.html docs/html/alleg007.html docs/html/alleg008.html docs/html/alleg009.html docs/html/alleg010.html docs/html/alleg011.html docs/html/alleg012.html docs/html/alleg013.html docs/html/alleg014.html docs/html/alleg015.html docs/html/alleg016.html docs/html/alleg017.html docs/html/alleg018.html docs/html/alleg019.html docs/html/alleg020.html docs/html/alleg021.html docs/html/alleg022.html docs/html/alleg023.html docs/html/alleg024.html docs/html/alleg025.html docs/html/alleg026.html docs/html/alleg027.html docs/html/alleg028.html docs/html/alleg029.html docs/html/alleg030.html docs/html/alleg031.html docs/html/alleg032.html docs/html/alleg033.html docs/html/alleg034.html docs/html/alleg035.html docs/html/alleg036.html docs/html/alleg037.html docs/html/alleg038.html docs/html/alleg039.html docs/html/alleg040.html docs/html/alleg041.html docs/html/alleg042.html docs/html/alleg043.html docs/html/alleg044.html docs/html/alleg045.html docs/html/alleg046.html docs/html/alleg047.html docs/html/alleg048.html docs/html/allegro.html docs/html/api.html docs/html/changes.html docs/html/const.html docs/html/dat.html docs/html/dat2c.html docs/html/dat2s.html docs/html/datafile.html docs/html/faq.html docs/html/grabber.html docs/html/help.html docs/html/index.html docs/html/license.html docs/html/makedoc.html docs/html/mistakes.html docs/html/packfile.html docs/html/readme.html docs/html/thanks.html docs/html/allegro.css /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/share/doc/allegro/html + install -Dpm 644 allegro.cfg /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/etc/allegrorc + install -pm 755 tools/x11/xfixicon.sh /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/bin + install -m 755 docs/makedoc /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/bin/allegro-makedoc + install -dm 755 /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/share/allegro + install -pm 644 keyboard.dat language.dat /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/share/allegro + install -Dpm 644 misc/allegro.m4 /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/share/aclocal/allegro.m4 + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/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 mangling shebang in ./usr/bin/xfixicon.sh from #! /bin/sh to #!/bin/sh Processing files: allegro-4.4.2-19.fc28.riscv64 warning: File listed twice: /usr/lib/.build-id/ea/4ea9fdab8f1fb0b3a55efcf8bd99bf02aaf688 Provides: allegro = 4.4.2-19.fc28 allegro(riscv-64) = 4.4.2-19.fc28 config(allegro) = 4.4.2-19.fc28 liballeg.so.4.4()(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) libXext.so.6()(64bit) libXpm.so.4()(64bit) libXxf86dga.so.1()(64bit) libXxf86vm.so.1()(64bit) libasound.so.2()(64bit) libasound.so.2(ALSA_0.9)(64bit) libasound.so.2(ALSA_0.9.0rc4)(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: allegro-devel-4.4.2-19.fc28.riscv64 Provides: allegro-devel = 4.4.2-19.fc28 allegro-devel(riscv-64) = 4.4.2-19.fc28 pkgconfig(allegro) = 4.4.2 Requires(interp): /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh /sbin/install-info Requires(preun): /bin/sh /sbin/install-info Requires: /bin/sh /usr/bin/pkg-config ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) liballeg.so.4.4()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) rtld(GNU_HASH) Processing files: allegro-tools-4.4.2-19.fc28.riscv64 Provides: allegro-tools = 4.4.2-19.fc28 allegro-tools(riscv-64) = 4.4.2-19.fc28 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /bin/sh 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) libXext.so.6()(64bit) libXpm.so.4()(64bit) libXxf86vm.so.1()(64bit) liballeg.so.4.4()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libdl.so.2()(64bit) libjpgalleg.so.4.4()(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: allegro-jack-plugin-4.4.2-19.fc28.riscv64 Provides: allegro-jack-plugin = 4.4.2-19.fc28 allegro-jack-plugin(riscv-64) = 4.4.2-19.fc28 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libjack.so.0()(64bit) rtld(GNU_HASH) Processing files: alleggl-4.4.2-19.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.OSfzP1 + umask 022 + cd /builddir/build/BUILD + cd allegro-4.4.2 + DOCDIR=/builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/share/doc/alleggl + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/share/doc/alleggl + cp -pr addons/allegrogl/changelog /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/share/doc/alleggl + cp -pr addons/allegrogl/faq.txt /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/share/doc/alleggl + cp -pr addons/allegrogl/gpl.txt /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/share/doc/alleggl + cp -pr addons/allegrogl/readme.txt /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/share/doc/alleggl + cp -pr addons/allegrogl/zlib.txt /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/share/doc/alleggl + exit 0 Provides: alleggl = 4.4.2-19.fc28 alleggl(riscv-64) = 4.4.2-19.fc28 liballeggl.so.4.4()(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) libGL.so.1()(64bit) libGLU.so.1()(64bit) libX11.so.6()(64bit) libXcursor.so.1()(64bit) libXext.so.6()(64bit) libXpm.so.4()(64bit) libXxf86vm.so.1()(64bit) liballeg.so.4.4()(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) librt.so.1()(64bit) rtld(GNU_HASH) Processing files: alleggl-devel-4.4.2-19.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.xotZS9 + umask 022 + cd /builddir/build/BUILD + cd allegro-4.4.2 + DOCDIR=/builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/share/doc/alleggl-devel + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/share/doc/alleggl-devel + cp -pr addons/allegrogl/bugs.txt /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/share/doc/alleggl-devel + cp -pr addons/allegrogl/extensions.txt /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/share/doc/alleggl-devel + cp -pr addons/allegrogl/howto.txt /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/share/doc/alleggl-devel + cp -pr addons/allegrogl/quickstart.txt /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/share/doc/alleggl-devel + cp -pr addons/allegrogl/todo.txt /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/share/doc/alleggl-devel + exit 0 Provides: alleggl-devel = 4.4.2-19.fc28 alleggl-devel(riscv-64) = 4.4.2-19.fc28 pkgconfig(allegrogl) = 4.4.2 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/pkg-config liballeggl.so.4.4()(64bit) pkgconfig(allegro) >= 4.4.2 Processing files: jpgalleg-4.4.2-19.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.8o1AZm + umask 022 + cd /builddir/build/BUILD + cd allegro-4.4.2 + DOCDIR=/builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/share/doc/jpgalleg + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/share/doc/jpgalleg + cp -pr addons/jpgalleg/license.txt /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/share/doc/jpgalleg + cp -pr addons/jpgalleg/readme.txt /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/share/doc/jpgalleg + exit 0 Provides: jpgalleg = 4.4.2-19.fc28 jpgalleg(riscv-64) = 4.4.2-19.fc28 libjpgalleg.so.4.4()(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) libXext.so.6()(64bit) libXpm.so.4()(64bit) libXxf86vm.so.1()(64bit) liballeg.so.4.4()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libdl.so.2()(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.27)(64bit) libpthread.so.0()(64bit) librt.so.1()(64bit) rtld(GNU_HASH) Processing files: jpgalleg-devel-4.4.2-19.fc28.riscv64 Provides: jpgalleg-devel = 4.4.2-19.fc28 jpgalleg-devel(riscv-64) = 4.4.2-19.fc28 pkgconfig(jpgalleg) = 4.4.2 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/pkg-config libjpgalleg.so.4.4()(64bit) pkgconfig(allegro) >= 4.4.2 Processing files: allegro-loadpng-4.4.2-19.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.XpJ4D7 + umask 022 + cd /builddir/build/BUILD + cd allegro-4.4.2 + DOCDIR=/builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/share/doc/allegro-loadpng + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/share/doc/allegro-loadpng + cp -pr addons/loadpng/CHANGES.txt /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/share/doc/allegro-loadpng + cp -pr addons/loadpng/README.txt /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/share/doc/allegro-loadpng + cp -pr addons/loadpng/THANKS.txt /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/share/doc/allegro-loadpng + exit 0 Provides: allegro-loadpng = 4.4.2-19.fc28 allegro-loadpng(riscv-64) = 4.4.2-19.fc28 libloadpng.so.4.4()(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) libXext.so.6()(64bit) libXpm.so.4()(64bit) libXxf86vm.so.1()(64bit) liballeg.so.4.4()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libdl.so.2()(64bit) libm.so.6()(64bit) libpng16.so.16()(64bit) libpng16.so.16(PNG16_0)(64bit) libpthread.so.0()(64bit) librt.so.1()(64bit) libz.so.1()(64bit) rtld(GNU_HASH) Processing files: allegro-loadpng-devel-4.4.2-19.fc28.riscv64 Provides: allegro-loadpng-devel = 4.4.2-19.fc28 allegro-loadpng-devel(riscv-64) = 4.4.2-19.fc28 pkgconfig(loadpng) = 4.4.2 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/pkg-config libloadpng.so.4.4()(64bit) pkgconfig(allegro) >= 4.4.2 Processing files: allegro-logg-4.4.2-19.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.BomLym + umask 022 + cd /builddir/build/BUILD + cd allegro-4.4.2 + DOCDIR=/builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/share/doc/allegro-logg + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/share/doc/allegro-logg + cp -pr addons/logg/LICENSE.txt /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64/usr/share/doc/allegro-logg + exit 0 Provides: allegro-logg = 4.4.2-19.fc28 allegro-logg(riscv-64) = 4.4.2-19.fc28 liblogg.so.4.4()(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) libXext.so.6()(64bit) libXpm.so.4()(64bit) libXxf86vm.so.1()(64bit) liballeg.so.4.4()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libdl.so.2()(64bit) libm.so.6()(64bit) libogg.so.0()(64bit) libpthread.so.0()(64bit) librt.so.1()(64bit) libvorbis.so.0()(64bit) libvorbisfile.so.3()(64bit) rtld(GNU_HASH) Processing files: allegro-logg-devel-4.4.2-19.fc28.riscv64 Provides: allegro-logg-devel = 4.4.2-19.fc28 allegro-logg-devel(riscv-64) = 4.4.2-19.fc28 pkgconfig(logg) = 4.4.2 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/pkg-config liblogg.so.4.4()(64bit) pkgconfig(allegro) >= 4.4.2 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64 Wrote: /builddir/build/SRPMS/allegro-4.4.2-19.fc28.src.rpm Wrote: /builddir/build/RPMS/riscv64/allegro-4.4.2-19.fc28.riscv64.rpm Wrote: /builddir/build/RPMS/riscv64/allegro-devel-4.4.2-19.fc28.riscv64.rpm Wrote: /builddir/build/RPMS/riscv64/allegro-tools-4.4.2-19.fc28.riscv64.rpm Wrote: /builddir/build/RPMS/riscv64/allegro-jack-plugin-4.4.2-19.fc28.riscv64.rpm Wrote: /builddir/build/RPMS/riscv64/alleggl-4.4.2-19.fc28.riscv64.rpm Wrote: /builddir/build/RPMS/riscv64/alleggl-devel-4.4.2-19.fc28.riscv64.rpm Wrote: /builddir/build/RPMS/riscv64/jpgalleg-4.4.2-19.fc28.riscv64.rpm Wrote: /builddir/build/RPMS/riscv64/jpgalleg-devel-4.4.2-19.fc28.riscv64.rpm Wrote: /builddir/build/RPMS/riscv64/allegro-loadpng-4.4.2-19.fc28.riscv64.rpm Wrote: /builddir/build/RPMS/riscv64/allegro-loadpng-devel-4.4.2-19.fc28.riscv64.rpm Wrote: /builddir/build/RPMS/riscv64/allegro-logg-4.4.2-19.fc28.riscv64.rpm Wrote: /builddir/build/RPMS/riscv64/allegro-logg-devel-4.4.2-19.fc28.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.Jfsuot + umask 022 + cd /builddir/build/BUILD + cd allegro-4.4.2 + /usr/bin/rm -rf /builddir/build/BUILDROOT/allegro-4.4.2-19.fc28.riscv64 + exit 0 + touch /buildok + cleanup + set +e + sync + sleep 5 + sync + poweroff Terminated ++ cleanup ++ set +e ++ sync ++ sleep 5 Terminated +++ cleanup +++ set +e +++ sync +++ sleep 5 +++ sync +++ poweroff