+ exec + rm -rf /rpmbuild + mkdir -p /rpmbuild + su -c 'rpmbuild -ba /builddir/build/SPECS/SDL2_gfx.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.8KuWLQ + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf SDL2_gfx-1.0.3 + /usr/bin/gzip -dc /builddir/build/SOURCES/SDL2_gfx-1.0.3.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd SDL2_gfx-1.0.3 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /builddir/build/SOURCES/0002-test-format-security.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + find -name '*.[ch]' + xargs chmod -x + sed 's/\r//' README /*! \mainpage SDL2_gfx - Graphics primitives and surface functions for SDL2 \section contact_sec Contact and License Email aschiffler at ferzkopp dot net to contact the author or better check author's homepage at http://www.ferzkopp.net for the most up-to-date contact information. This library is licenced under the zlib License, see the file LICENSE for details. \section intro_sec Introduction The SDL2_gfx library provides the basic drawing functions such as lines, circles or polygons provided by SDL_gfx on SDL2 against renderers of SDL2. The current components of the SDL2_gfx library are: - Graphic Primitives (SDL2_gfxPrimitives.h, SDL2_gfxPrimitives.c) - Surface Rotozoomer (SDL2_rotozoom.h, SDL2_rotozoom.c) - Framerate control (SDL2_framerate.h, SDL2_framerate.c) - MMX image filters (SDL2_imageFilter.h, SDL2_imageFilter.c) - Build-in 8x8 Font (SDL2_gfxPrimitives_font.h) Note that SDL2_gfx is compatible with SDL version 2.0 (not SDL 1.2). \section install_sec Installation \subsection unix Unix/Linux Use the standard autoconf/automake sequence to compile and install the library. \verbatim ./autogen.sh # (optional, recommended) ./configure make make install \endverbatim \\subsubsection nommx Linker Configuration The default location for the installation is /usr/local/lib and /usr/local/include. This libary path may need to be added to the file the linker configuration file: \verbatim vi /etc/ld.so.conf ldconfig \endverbatim \\subsubsection nommx Non-MMX Platforms To build without MMX code enabled (i.e. ARM, PPC, AMD64 architectures): \verbatim ./configure --disable-mmx make make install \endverbatim \subsection visualstudio Windows (VS2015) Open the SDL2_gfx.sln solution file, right click on the solution and choose 'Rebuild'. The SDL2-2.0.5 folder must be placed in a directory alongside SDL2_gfx (or sdl2gfx-code) and build in the same configuration, i.e. Debug or Release, beforehand so the referenced SDL2.lib file can be found. \subsection platformosx Mac OSX The usual autotools build chain should be used. MacPorts or fink may be required. Xcode is supported via templates. See Xcode.zip - this template only supports SDL2_gfx and not the tests. For this template, the Deployment Target (the lowest version to run on) is set to 10.11 and expects the SDL2.framework preinstalled in the default location: /Library/Frameworks. \section test_sec Test Programs Change to the ./test directory and run \verbatim ./autogen.sh ./configure make \endverbatim to create several test programs for the libraries functions. This requires the SDL2_gfx library to be previously compiled and installed. See the source in the test/*.c files for some sample code and implementation hints. \section documentation_sec Documentation Please refer to the Doxygen-generated API documentation found in the Docs/html folder as well as the test programs in the test folder. \section changelog_sec Change Log \verbinclude ChangeLog */ + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.KgnJNS + umask 022 + cd /builddir/build/BUILD + cd SDL2_gfx-1.0.3 + 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 + '[' 1 = 1 ']' +++ dirname ./configure ++ find . -name config.guess -o -name config.sub + for i in $(find $(dirname ./configure) -name config.guess -o -name config.sub) ++ basename ./config.sub + '[' -f /usr/lib/rpm/redhat/config.sub ']' + /usr/bin/rm -f ./config.sub ++ basename ./config.sub + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.sub ./config.sub '/usr/lib/rpm/redhat/config.sub' -> './config.sub' + for i in $(find $(dirname ./configure) -name config.guess -o -name config.sub) ++ basename ./config.guess + '[' -f /usr/lib/rpm/redhat/config.guess ']' + /usr/bin/rm -f ./config.guess ++ basename ./config.guess + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.guess ./config.guess '/usr/lib/rpm/redhat/config.guess' -> './config.guess' + for i in $(find $(dirname ./configure) -name config.guess -o -name config.sub) ++ basename ./test/config.sub + '[' -f /usr/lib/rpm/redhat/config.sub ']' + /usr/bin/rm -f ./test/config.sub ++ basename ./test/config.sub + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.sub ./test/config.sub '/usr/lib/rpm/redhat/config.sub' -> './test/config.sub' + for i in $(find $(dirname ./configure) -name config.guess -o -name config.sub) ++ basename ./test/config.guess + '[' -f /usr/lib/rpm/redhat/config.guess ']' + /usr/bin/rm -f ./test/config.guess ++ basename ./test/config.guess + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.guess ./test/config.guess '/usr/lib/rpm/redhat/config.guess' -> './test/config.guess' + '[' 1 = 1 ']' + '[' x '!=' x-specs=/usr/lib/rpm/redhat/redhat-hardened-ld ']' ++ find . -name ltmain.sh + for i in $(find . -name ltmain.sh) + /usr/bin/sed -i.backup -e 's~compiler_flags=$~compiler_flags="-specs=/usr/lib/rpm/redhat/redhat-hardened-ld"~' ./ltmain.sh + ./configure --build=riscv64-redhat-linux-gnu --host=riscv64-redhat-linux-gnu --program-prefix= --disable-dependency-tracking --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --disable-mmx --disable-static checking build system type... riscv64-redhat-linux-gnu checking host system type... riscv64-redhat-linux-gnu checking how to print strings... printf checking for riscv64-redhat-linux-gnu-gcc... no checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking how to convert riscv64-redhat-linux-gnu file names to riscv64-redhat-linux-gnu format... func_convert_file_noop checking how to convert riscv64-redhat-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for riscv64-redhat-linux-gnu-objdump... no checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for riscv64-redhat-linux-gnu-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for riscv64-redhat-linux-gnu-ar... no checking for ar... ar checking for archiver @FILE support... @ checking for riscv64-redhat-linux-gnu-strip... no checking for strip... strip checking for riscv64-redhat-linux-gnu-ranlib... no checking for ranlib... ranlib checking for gawk... gawk checking command to parse /usr/bin/nm -B output from gcc object... ok checking for sysroot... no checking for riscv64-redhat-linux-gnu-mt... no checking for mt... no checking if : is a manifest tool... no checking how to run the C preprocessor... gcc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... no checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking whether make sets $(MAKE)... yes checking for style of include used by make... GNU checking dependency style of gcc... none checking for riscv64-redhat-linux-gnu-gcc... gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking for riscv64-redhat-linux-gnu-gcc... no checking for riscv64-redhat-linux-gnu-objcc... no checking for riscv64-redhat-linux-gnu-objc... no checking for riscv64-redhat-linux-gnu-cc... no checking for riscv64-redhat-linux-gnu-CC... no checking for gcc... gcc checking whether we are using the GNU Objective C compiler... no checking whether gcc accepts -g... no checking dependency style of gcc... none checking for inline... inline checking whether make sets $(MAKE)... (cached) yes checking for windres... no checking for riscv64-redhat-linux-gnu-windres... no checking for linux-gnu-windres... no checking for riscv64-redhat-linux-gnu-pkg-config... /usr/bin/riscv64-redhat-linux-gnu-pkg-config checking pkg-config is at least version 0.9.0... yes checking for SDL... yes configure: creating ./config.status config.status: creating Makefile config.status: creating SDL2_gfx.pc config.status: executing libtool commands config.status: executing depfiles commands Options summary: * --enable-mmx: no + /usr/bin/make -O -j4 CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /builddir/build/BUILD/SDL2_gfx-1.0.3/missing --run autoconf /builddir/build/BUILD/SDL2_gfx-1.0.3/missing: line 52: autoconf: command not found WARNING: `autoconf' is missing on your system. You should only need it if you modified `configure.in'. You might want to install the `Autoconf' and `GNU m4' packages. Grab them from any GNU archive site. cd . && /bin/sh /builddir/build/BUILD/SDL2_gfx-1.0.3/missing --run automake-1.11 --foreign /builddir/build/BUILD/SDL2_gfx-1.0.3/missing: line 52: automake-1.11: command not found WARNING: `automake-1.11' is missing on your system. You should only need it if you modified `Makefile.am', `acinclude.m4' or `configure.in'. You might want to install the `Automake' and `Perl' packages. Grab them from any GNU archive site. /bin/sh ./config.status --recheck running CONFIG_SHELL=/bin/sh /bin/sh ./configure --build=riscv64-redhat-linux-gnu --host=riscv64-redhat-linux-gnu --program-prefix= --disable-dependency-tracking --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --disable-mmx --disable-static build_alias=riscv64-redhat-linux-gnu host_alias=riscv64-redhat-linux-gnu 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 LDFLAGS=-Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld --no-create --no-recursion checking build system type... riscv64-redhat-linux-gnu checking host system type... riscv64-redhat-linux-gnu checking how to print strings... printf checking for riscv64-redhat-linux-gnu-gcc... no checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking how to convert riscv64-redhat-linux-gnu file names to riscv64-redhat-linux-gnu format... func_convert_file_noop checking how to convert riscv64-redhat-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for riscv64-redhat-linux-gnu-objdump... no checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for riscv64-redhat-linux-gnu-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for riscv64-redhat-linux-gnu-ar... no checking for ar... ar checking for archiver @FILE support... @ checking for riscv64-redhat-linux-gnu-strip... no checking for strip... strip checking for riscv64-redhat-linux-gnu-ranlib... no checking for ranlib... ranlib checking for gawk... gawk checking command to parse /usr/bin/nm -B output from gcc object... ok checking for sysroot... no checking for riscv64-redhat-linux-gnu-mt... no checking for mt... no checking if : is a manifest tool... no checking how to run the C preprocessor... gcc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... no checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking whether make sets $(MAKE)... yes checking for style of include used by make... GNU checking dependency style of gcc... none checking for riscv64-redhat-linux-gnu-gcc... gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking for riscv64-redhat-linux-gnu-gcc... no checking for riscv64-redhat-linux-gnu-objcc... no checking for riscv64-redhat-linux-gnu-objc... no checking for riscv64-redhat-linux-gnu-cc... no checking for riscv64-redhat-linux-gnu-CC... no checking for gcc... gcc checking whether we are using the GNU Objective C compiler... no checking whether gcc accepts -g... no checking dependency style of gcc... none checking for inline... inline checking whether make sets $(MAKE)... (cached) yes checking for windres... no checking for riscv64-redhat-linux-gnu-windres... no checking for linux-gnu-windres... no checking for riscv64-redhat-linux-gnu-pkg-config... /usr/bin/riscv64-redhat-linux-gnu-pkg-config checking pkg-config is at least version 0.9.0... yes checking for SDL... yes configure: creating ./config.status Options summary: * --enable-mmx: no /bin/sh ./config.status config.status: creating Makefile config.status: creating SDL2_gfx.pc config.status: executing libtool commands config.status: executing depfiles commands /bin/sh ./libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL2_gfx\" -DVERSION=\"1.0.2\" -I. -O2 -g -pipe -Wall -Werror=format-security -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/include/SDL2 -D_REENTRANT -c -o SDL2_framerate.lo SDL2_framerate.c libtool: compile: gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL2_gfx\" -DVERSION=\"1.0.2\" -I. -O2 -g -pipe -Wall -Werror=format-security -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/include/SDL2 -D_REENTRANT -c SDL2_framerate.c -fPIC -DPIC -o .libs/SDL2_framerate.o /bin/sh ./libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL2_gfx\" -DVERSION=\"1.0.2\" -I. -O2 -g -pipe -Wall -Werror=format-security -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/include/SDL2 -D_REENTRANT -c -o SDL2_rotozoom.lo SDL2_rotozoom.c libtool: compile: gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL2_gfx\" -DVERSION=\"1.0.2\" -I. -O2 -g -pipe -Wall -Werror=format-security -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/include/SDL2 -D_REENTRANT -c SDL2_rotozoom.c -fPIC -DPIC -o .libs/SDL2_rotozoom.o /bin/sh ./libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL2_gfx\" -DVERSION=\"1.0.2\" -I. -O2 -g -pipe -Wall -Werror=format-security -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/include/SDL2 -D_REENTRANT -c -o SDL2_imageFilter.lo SDL2_imageFilter.c libtool: compile: gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL2_gfx\" -DVERSION=\"1.0.2\" -I. -O2 -g -pipe -Wall -Werror=format-security -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/include/SDL2 -D_REENTRANT -c SDL2_imageFilter.c -fPIC -DPIC -o .libs/SDL2_imageFilter.o /bin/sh ./libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL2_gfx\" -DVERSION=\"1.0.2\" -I. -O2 -g -pipe -Wall -Werror=format-security -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/include/SDL2 -D_REENTRANT -c -o SDL2_gfxPrimitives.lo SDL2_gfxPrimitives.c libtool: compile: gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL2_gfx\" -DVERSION=\"1.0.2\" -I. -O2 -g -pipe -Wall -Werror=format-security -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/include/SDL2 -D_REENTRANT -c SDL2_gfxPrimitives.c -fPIC -DPIC -o .libs/SDL2_gfxPrimitives.o SDL2_gfxPrimitives.c: In function '_aalineRGBA': SDL2_gfxPrimitives.c:887:25: warning: variable 'wgtcompmask' set but not used [-Wunused-but-set-variable] Uint32 erracctmp, wgt, wgtcompmask; ^~~~~~~~~~~ SDL2_gfxPrimitives.c: In function 'polygonRGBA': SDL2_gfxPrimitives.c:2541:21: warning: variable 'y1' set but not used [-Wunused-but-set-variable] const Sint16 *x1, *y1, *x2, *y2; ^~ SDL2_gfxPrimitives.c:2541:16: warning: variable 'x1' set but not used [-Wunused-but-set-variable] const Sint16 *x1, *y1, *x2, *y2; ^~ /bin/sh ./libtool --tag=CC --mode=link gcc -O2 -g -pipe -Wall -Werror=format-security -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/include/SDL2 -D_REENTRANT -no-undefined -release 1.0 -version-info 0:2:0 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libSDL2_gfx.la -rpath /usr/lib64 SDL2_framerate.lo SDL2_gfxPrimitives.lo SDL2_imageFilter.lo SDL2_rotozoom.lo -lSDL2 libtool: link: gcc -shared -fPIC -DPIC .libs/SDL2_framerate.o .libs/SDL2_gfxPrimitives.o .libs/SDL2_imageFilter.o .libs/SDL2_rotozoom.o -lSDL2 -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -fstack-protector-strong -Wl,-z -Wl,relro -Wl,-soname -Wl,libSDL2_gfx-1.0.so.0 -o .libs/libSDL2_gfx-1.0.so.0.0.2 libtool: link: (cd ".libs" && rm -f "libSDL2_gfx-1.0.so.0" && ln -s "libSDL2_gfx-1.0.so.0.0.2" "libSDL2_gfx-1.0.so.0") libtool: link: (cd ".libs" && rm -f "libSDL2_gfx.so" && ln -s "libSDL2_gfx-1.0.so.0.0.2" "libSDL2_gfx.so") libtool: link: ( cd ".libs" && rm -f "libSDL2_gfx.la" && ln -s "../libSDL2_gfx.la" "libSDL2_gfx.la" ) + cd Docs + rm -rf html + doxygen html.doxyfile warning: Tag `SYMBOL_CACHE_SIZE' at line 346 of file `html.doxyfile' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag `SHOW_DIRECTORIES' at line 571 of file `html.doxyfile' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag `HTML_ALIGN_MEMBERS' at line 991 of file `html.doxyfile' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag `USE_INLINE_TREES' at line 1182 of file `html.doxyfile' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag `XML_SCHEMA' at line 1445 of file `html.doxyfile' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag `XML_DTD' at line 1451 of file `html.doxyfile' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: doxygen no longer ships with the FreeSans font. You may want to clear or change DOT_FONTNAME. Otherwise you run the risk that the wrong font is being used for dot generated graphs. Searching for include files... Searching for example files... Searching for files in directory /builddir/build/BUILD/SDL2_gfx-1.0.3 Searching for images... Searching for dot files... Searching for msc files... Searching for dia files... Searching for files to exclude Searching INPUT for files to process... Searching for files in directory /builddir/build/BUILD/SDL2_gfx-1.0.3 Reading and parsing tag files Parsing files Reading /builddir/build/BUILD/SDL2_gfx-1.0.3/README... Preprocessing /builddir/build/BUILD/SDL2_gfx-1.0.3/SDL2_framerate.c... Parsing file /builddir/build/BUILD/SDL2_gfx-1.0.3/SDL2_framerate.c... Preprocessing /builddir/build/BUILD/SDL2_gfx-1.0.3/SDL2_framerate.h... Parsing file /builddir/build/BUILD/SDL2_gfx-1.0.3/SDL2_framerate.h... Preprocessing /builddir/build/BUILD/SDL2_gfx-1.0.3/SDL2_gfxPrimitives.c... Parsing file /builddir/build/BUILD/SDL2_gfx-1.0.3/SDL2_gfxPrimitives.c... Preprocessing /builddir/build/BUILD/SDL2_gfx-1.0.3/SDL2_gfxPrimitives.h... Parsing file /builddir/build/BUILD/SDL2_gfx-1.0.3/SDL2_gfxPrimitives.h... Preprocessing /builddir/build/BUILD/SDL2_gfx-1.0.3/SDL2_gfxPrimitives_font.h... Parsing file /builddir/build/BUILD/SDL2_gfx-1.0.3/SDL2_gfxPrimitives_font.h... Preprocessing /builddir/build/BUILD/SDL2_gfx-1.0.3/SDL2_imageFilter.c... Parsing file /builddir/build/BUILD/SDL2_gfx-1.0.3/SDL2_imageFilter.c... Preprocessing /builddir/build/BUILD/SDL2_gfx-1.0.3/SDL2_imageFilter.h... Parsing file /builddir/build/BUILD/SDL2_gfx-1.0.3/SDL2_imageFilter.h... Preprocessing /builddir/build/BUILD/SDL2_gfx-1.0.3/SDL2_rotozoom.c... Parsing file /builddir/build/BUILD/SDL2_gfx-1.0.3/SDL2_rotozoom.c... Preprocessing /builddir/build/BUILD/SDL2_gfx-1.0.3/SDL2_rotozoom.h... Parsing file /builddir/build/BUILD/SDL2_gfx-1.0.3/SDL2_rotozoom.h... Building group list... Building directory list... Building namespace list... Building file list... Building class list... Associating documentation with classes... Computing nesting relations for classes... Building example list... Searching for enumerations... Searching for documented typedefs... Searching for members imported via using declarations... Searching for included using directives... Searching for documented variables... Building interface member list... Building member list... Searching for friends... Searching for documented defines... Computing class inheritance relations... Computing class usage relations... Flushing cached template relations that have become invalid... Computing class relations... Add enum values to enums... Searching for member function documentation... Creating members for template instances... Building page list... Search for main page... Computing page relations... Determining the scope of groups... Sorting lists... Freeing entry tree Determining which enums are documented Computing member relations... Building full member lists recursively... Adding members to member groups. Computing member references... Inheriting documentation... Generating disk names... Adding source references... Adding xrefitems... Sorting member lists... Computing dependencies between directories... Generating citations page... Counting data structures... Resolving user defined references... Finding anchors and sections in the documentation... Transferring function references... Combining using relations... Adding members to index pages... Generating style sheet... Generating search indices... Generating example documentation... Generating file sources... Generating code for file /builddir/build/BUILD/SDL2_gfx-1.0.3/README... Generating code for file /builddir/build/BUILD/SDL2_gfx-1.0.3/SDL2_framerate.c... Generating code for file /builddir/build/BUILD/SDL2_gfx-1.0.3/SDL2_framerate.h... Generating code for file /builddir/build/BUILD/SDL2_gfx-1.0.3/SDL2_gfxPrimitives.c... Generating code for file /builddir/build/BUILD/SDL2_gfx-1.0.3/SDL2_gfxPrimitives.h... Generating code for file /builddir/build/BUILD/SDL2_gfx-1.0.3/SDL2_gfxPrimitives_font.h... Generating code for file /builddir/build/BUILD/SDL2_gfx-1.0.3/SDL2_imageFilter.c... Generating code for file /builddir/build/BUILD/SDL2_gfx-1.0.3/SDL2_imageFilter.h... Generating code for file /builddir/build/BUILD/SDL2_gfx-1.0.3/SDL2_rotozoom.c... Generating code for file /builddir/build/BUILD/SDL2_gfx-1.0.3/SDL2_rotozoom.h... Generating file documentation... Generating docs for file /builddir/build/BUILD/SDL2_gfx-1.0.3/README... Generating docs for file /builddir/build/BUILD/SDL2_gfx-1.0.3/SDL2_framerate.c... Generating docs for file /builddir/build/BUILD/SDL2_gfx-1.0.3/SDL2_framerate.h... Generating docs for file /builddir/build/BUILD/SDL2_gfx-1.0.3/SDL2_gfxPrimitives.c... Generating docs for file /builddir/build/BUILD/SDL2_gfx-1.0.3/SDL2_gfxPrimitives.h... Generating docs for file /builddir/build/BUILD/SDL2_gfx-1.0.3/SDL2_gfxPrimitives_font.h... Generating docs for file /builddir/build/BUILD/SDL2_gfx-1.0.3/SDL2_imageFilter.c... Generating docs for file /builddir/build/BUILD/SDL2_gfx-1.0.3/SDL2_imageFilter.h... Generating docs for file /builddir/build/BUILD/SDL2_gfx-1.0.3/SDL2_rotozoom.c... Generating docs for file /builddir/build/BUILD/SDL2_gfx-1.0.3/SDL2_rotozoom.h... Generating page documentation... Generating group documentation... Generating class documentation... Generating docs for compound FPSmanager... Generating docs for compound SDL2_gfxBresenhamIterator... Generating docs for compound SDL2_gfxMurphyIterator... Generating docs for compound tColorRGBA... Generating docs for compound tColorY... Generating namespace index... Generating graph info page... Generating directory documentation... Generating index page... Generating page index... Generating module index... Generating namespace index... Generating namespace member index... Generating annotated compound index... Generating alphabetical compound index... Generating hierarchical class index... Generating member index... Generating file index... Generating file member index... Generating example index... finalizing index lists... writing tag file... lookup cache used 261/65536 hits=2293 misses=262 finished... + cd .. + pushd test ~/build/BUILD/SDL2_gfx-1.0.3/test ~/build/BUILD/SDL2_gfx-1.0.3 + export '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 -I.. -L../.libs' + 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 -I.. -L../.libs' + 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 -I.. -L../.libs' + 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 + '[' 1 = 1 ']' +++ dirname ./configure ++ find . -name config.guess -o -name config.sub + for i in $(find $(dirname ./configure) -name config.guess -o -name config.sub) ++ basename ./config.sub + '[' -f /usr/lib/rpm/redhat/config.sub ']' + /usr/bin/rm -f ./config.sub ++ basename ./config.sub + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.sub ./config.sub '/usr/lib/rpm/redhat/config.sub' -> './config.sub' + for i in $(find $(dirname ./configure) -name config.guess -o -name config.sub) ++ basename ./config.guess + '[' -f /usr/lib/rpm/redhat/config.guess ']' + /usr/bin/rm -f ./config.guess ++ basename ./config.guess + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.guess ./config.guess '/usr/lib/rpm/redhat/config.guess' -> './config.guess' + '[' 1 = 1 ']' + '[' x '!=' x-specs=/usr/lib/rpm/redhat/redhat-hardened-ld ']' ++ find . -name ltmain.sh + ./configure --build=riscv64-redhat-linux-gnu --host=riscv64-redhat-linux-gnu --program-prefix= --disable-dependency-tracking --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info configure: WARNING: unrecognized options: --disable-dependency-tracking checking build system type... riscv64-redhat-linux-gnu checking host system type... riscv64-redhat-linux-gnu checking for riscv64-redhat-linux-gnu-gcc... no checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for an ANSI C-conforming const... yes checking for riscv64-redhat-linux-gnu-pkg-config... /usr/bin/riscv64-redhat-linux-gnu-pkg-config checking pkg-config is at least version 0.9.0... yes checking for SDL... yes checking how to run the C preprocessor... gcc -E checking for X... libraries , headers checking for OpenGL support... yes checking for OpenGL ES support... no checking for OpenGL ES2 support... yes checking for pixelColor in -lSDL2_gfx... yes configure: creating ./config.status config.status: creating Makefile configure: WARNING: unrecognized options: --disable-dependency-tracking + /usr/bin/make -O -j4 gcc -o testframerate testframerate.c -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I.. -L../.libs -I/usr/include/SDL2 -D_REENTRANT -DHAVE_OPENGLES2 -DHAVE_OPENGL -g -lSDL2_test -lSDL2 -lSDL2_gfx -lm gcc -o testimagefilter testimagefilter.c -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I.. -L../.libs -I/usr/include/SDL2 -D_REENTRANT -DHAVE_OPENGLES2 -DHAVE_OPENGL -g -lSDL2_test -lSDL2 -lSDL2_gfx -lm gcc -o testrotozoom testrotozoom.c -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I.. -L../.libs -I/usr/include/SDL2 -D_REENTRANT -DHAVE_OPENGLES2 -DHAVE_OPENGL -g -lSDL2_test -lSDL2 -lSDL2_gfx -lm gcc -o testgfx testgfx.c -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I.. -L../.libs -I/usr/include/SDL2 -D_REENTRANT -DHAVE_OPENGLES2 -DHAVE_OPENGL -g -lSDL2_test -lSDL2 -lSDL2_gfx -lm + popd ~/build/BUILD/SDL2_gfx-1.0.3 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.STjlqD + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/SDL2_gfx-1.0.3-1.fc28.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/SDL2_gfx-1.0.3-1.fc28.riscv64 ++ dirname /builddir/build/BUILDROOT/SDL2_gfx-1.0.3-1.fc28.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/SDL2_gfx-1.0.3-1.fc28.riscv64 + cd SDL2_gfx-1.0.3 + /usr/bin/make install DESTDIR=/builddir/build/BUILDROOT/SDL2_gfx-1.0.3-1.fc28.riscv64 'INSTALL=/usr/bin/install -p' make[1]: Entering directory '/builddir/build/BUILD/SDL2_gfx-1.0.3' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/SDL2_gfx-1.0.3-1.fc28.riscv64/usr/lib64' /bin/sh ./libtool --mode=install /usr/bin/install -p libSDL2_gfx.la '/builddir/build/BUILDROOT/SDL2_gfx-1.0.3-1.fc28.riscv64/usr/lib64' libtool: install: /usr/bin/install -p .libs/libSDL2_gfx-1.0.so.0.0.2 /builddir/build/BUILDROOT/SDL2_gfx-1.0.3-1.fc28.riscv64/usr/lib64/libSDL2_gfx-1.0.so.0.0.2 libtool: install: (cd /builddir/build/BUILDROOT/SDL2_gfx-1.0.3-1.fc28.riscv64/usr/lib64 && { ln -s -f libSDL2_gfx-1.0.so.0.0.2 libSDL2_gfx-1.0.so.0 || { rm -f libSDL2_gfx-1.0.so.0 && ln -s libSDL2_gfx-1.0.so.0.0.2 libSDL2_gfx-1.0.so.0; }; }) libtool: install: (cd /builddir/build/BUILDROOT/SDL2_gfx-1.0.3-1.fc28.riscv64/usr/lib64 && { ln -s -f libSDL2_gfx-1.0.so.0.0.2 libSDL2_gfx.so || { rm -f libSDL2_gfx.so && ln -s libSDL2_gfx-1.0.so.0.0.2 libSDL2_gfx.so; }; }) libtool: install: /usr/bin/install -p .libs/libSDL2_gfx.lai /builddir/build/BUILDROOT/SDL2_gfx-1.0.3-1.fc28.riscv64/usr/lib64/libSDL2_gfx.la libtool: install: warning: remember to run `libtool --finish /usr/lib64' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/SDL2_gfx-1.0.3-1.fc28.riscv64/usr/include/SDL2' /usr/bin/install -p -m 644 SDL2_framerate.h SDL2_gfxPrimitives.h SDL2_imageFilter.h SDL2_rotozoom.h '/builddir/build/BUILDROOT/SDL2_gfx-1.0.3-1.fc28.riscv64/usr/include/SDL2' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/SDL2_gfx-1.0.3-1.fc28.riscv64/usr/lib64/pkgconfig' /usr/bin/install -p -m 644 SDL2_gfx.pc '/builddir/build/BUILDROOT/SDL2_gfx-1.0.3-1.fc28.riscv64/usr/lib64/pkgconfig' make[1]: Leaving directory '/builddir/build/BUILD/SDL2_gfx-1.0.3' + install -pm644 SDL2_gfxPrimitives_font.h /builddir/build/BUILDROOT/SDL2_gfx-1.0.3-1.fc28.riscv64/usr/include/SDL2/ + mkdir -p /builddir/build/BUILDROOT/SDL2_gfx-1.0.3-1.fc28.riscv64/usr/share/doc/SDL2_gfx + cp -a Docs/html /builddir/build/BUILDROOT/SDL2_gfx-1.0.3-1.fc28.riscv64/usr/share/doc/SDL2_gfx/ + install -d /builddir/build/BUILDROOT/SDL2_gfx-1.0.3-1.fc28.riscv64/usr/lib64/SDL2_gfx + install test/testgfx /builddir/build/BUILDROOT/SDL2_gfx-1.0.3-1.fc28.riscv64/usr/lib64/SDL2_gfx + install -Dpm0644 SDL2_gfx.pc /builddir/build/BUILDROOT/SDL2_gfx-1.0.3-1.fc28.riscv64/usr/lib64/pkgconfig/SDL2_gfx.pc + find /builddir/build/BUILDROOT/SDL2_gfx-1.0.3-1.fc28.riscv64 -type f -name '*.la' -delete + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: SDL2_gfx-1.0.3-1.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.tClirp + umask 022 + cd /builddir/build/BUILD + cd SDL2_gfx-1.0.3 + DOCDIR=/builddir/build/BUILDROOT/SDL2_gfx-1.0.3-1.fc28.riscv64/usr/share/doc/SDL2_gfx + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/SDL2_gfx-1.0.3-1.fc28.riscv64/usr/share/doc/SDL2_gfx + cp -pr NEWS /builddir/build/BUILDROOT/SDL2_gfx-1.0.3-1.fc28.riscv64/usr/share/doc/SDL2_gfx + cp -pr README /builddir/build/BUILDROOT/SDL2_gfx-1.0.3-1.fc28.riscv64/usr/share/doc/SDL2_gfx + cp -pr AUTHORS /builddir/build/BUILDROOT/SDL2_gfx-1.0.3-1.fc28.riscv64/usr/share/doc/SDL2_gfx + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.rNrHFw + umask 022 + cd /builddir/build/BUILD + cd SDL2_gfx-1.0.3 + LICENSEDIR=/builddir/build/BUILDROOT/SDL2_gfx-1.0.3-1.fc28.riscv64/usr/share/licenses/SDL2_gfx + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/SDL2_gfx-1.0.3-1.fc28.riscv64/usr/share/licenses/SDL2_gfx + cp -pr COPYING /builddir/build/BUILDROOT/SDL2_gfx-1.0.3-1.fc28.riscv64/usr/share/licenses/SDL2_gfx + exit 0 Provides: SDL2_gfx = 1.0.3-1.fc28 SDL2_gfx(riscv-64) = 1.0.3-1.fc28 libSDL2_gfx-1.0.so.0()(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) libSDL2-2.0.so.0()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) rtld(GNU_HASH) Processing files: SDL2_gfx-devel-1.0.3-1.fc28.riscv64 Provides: SDL2_gfx-devel = 1.0.3-1.fc28 SDL2_gfx-devel(riscv-64) = 1.0.3-1.fc28 pkgconfig(SDL2_gfx) = 1.0.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 ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libSDL2-2.0.so.0()(64bit) libSDL2_gfx-1.0.so.0()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libm.so.6()(64bit) pkgconfig(sdl2) >= 2.0.0 rtld(GNU_HASH) Processing files: SDL2_gfx-docs-1.0.3-1.fc28.noarch Provides: SDL2_gfx-docs = 1.0.3-1.fc28 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/SDL2_gfx-1.0.3-1.fc28.riscv64 Wrote: /builddir/build/SRPMS/SDL2_gfx-1.0.3-1.fc28.src.rpm Wrote: /builddir/build/RPMS/riscv64/SDL2_gfx-1.0.3-1.fc28.riscv64.rpm Wrote: /builddir/build/RPMS/riscv64/SDL2_gfx-devel-1.0.3-1.fc28.riscv64.rpm Wrote: /builddir/build/RPMS/noarch/SDL2_gfx-docs-1.0.3-1.fc28.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.iq3PlP + umask 022 + cd /builddir/build/BUILD + cd SDL2_gfx-1.0.3 + /usr/bin/rm -rf /builddir/build/BUILDROOT/SDL2_gfx-1.0.3-1.fc28.riscv64 + exit 0 + touch /buildok + cleanup + set +e + sync + sleep 5 + sync + poweroff Terminated ++ cleanup ++ set +e ++ sync Terminated +++ cleanup +++ set +e +++ sync +++ sleep 5 +++ sync +++ poweroff