Mock Version: 1.4.9 Mock Version: 1.4.9 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/SDL2_gfx.spec'], chrootPath='/var/lib/mock/f29-build-18698-10103/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=345600uid=998gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/SDL2_gfx.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 Wrote: /builddir/build/SRPMS/SDL2_gfx-1.0.3-3.fc29.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/SDL2_gfx.spec'], chrootPath='/var/lib/mock/f29-build-18698-10103/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=345600uid=998gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/SDL2_gfx.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.rDMQ0w + 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 */ Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.SnXb9d + exit 0 + 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 -specs=/usr/lib/rpm/redhat/redhat-annobin-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 -specs=/usr/lib/rpm/redhat/redhat-annobin-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 -specs=/usr/lib/rpm/redhat/redhat-annobin-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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -I/usr/lib64/gfortran/modules' + export FCFLAGS + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + export LDFLAGS + '[' 1 = 1 ']' BUILDSTDERR: +++ dirname ./configure BUILDSTDERR: ++ find . -name config.guess -o -name config.sub + for i in $(find $(dirname ./configure) -name config.guess -o -name config.sub) BUILDSTDERR: ++ basename ./config.sub + '[' -f /usr/lib/rpm/redhat/config.sub ']' + /usr/bin/rm -f ./config.sub BUILDSTDERR: ++ 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) BUILDSTDERR: ++ basename ./config.guess + '[' -f /usr/lib/rpm/redhat/config.guess ']' + /usr/bin/rm -f ./config.guess BUILDSTDERR: ++ 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) BUILDSTDERR: ++ basename ./test/config.sub + '[' -f /usr/lib/rpm/redhat/config.sub ']' + /usr/bin/rm -f ./test/config.sub BUILDSTDERR: ++ 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) BUILDSTDERR: ++ basename ./test/config.guess + '[' -f /usr/lib/rpm/redhat/config.guess ']' + /usr/bin/rm -f ./test/config.guess BUILDSTDERR: ++ 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-Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' ']' BUILDSTDERR: ++ find . -name ltmain.sh + for i in $(find . -name ltmain.sh) + /usr/bin/sed -i.backup -e 's~compiler_flags=$~compiler_flags="-Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld"~' ./ltmain.sh + ./configure --build=riscv64-koji-linux-gnu --host=riscv64-koji-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-koji-linux-gnu checking host system type... riscv64-koji-linux-gnu checking how to print strings... printf checking for riscv64-koji-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-koji-linux-gnu file names to riscv64-koji-linux-gnu format... func_convert_file_noop checking how to convert riscv64-koji-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-koji-linux-gnu-objdump... no checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for riscv64-koji-linux-gnu-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for riscv64-koji-linux-gnu-ar... no checking for ar... ar checking for archiver @FILE support... @ checking for riscv64-koji-linux-gnu-strip... no checking for strip... strip checking for riscv64-koji-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-koji-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-koji-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-koji-linux-gnu-gcc... no checking for riscv64-koji-linux-gnu-objcc... no checking for riscv64-koji-linux-gnu-objc... no checking for riscv64-koji-linux-gnu-cc... no checking for riscv64-koji-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-koji-linux-gnu-windres... no checking for linux-gnu-windres... no checking for riscv64-koji-linux-gnu-pkg-config... no checking for pkg-config... /usr/bin/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 BUILDSTDERR: /builddir/build/BUILD/SDL2_gfx-1.0.3/missing: line 52: autoconf: command not found BUILDSTDERR: WARNING: `autoconf' is missing on your system. You should only need it if BUILDSTDERR: you modified `configure.in'. You might want to install the BUILDSTDERR: `Autoconf' and `GNU m4' packages. Grab them from any GNU BUILDSTDERR: archive site. cd . && /bin/sh /builddir/build/BUILD/SDL2_gfx-1.0.3/missing --run automake-1.11 --foreign BUILDSTDERR: /builddir/build/BUILD/SDL2_gfx-1.0.3/missing: line 52: automake-1.11: command not found BUILDSTDERR: WARNING: `automake-1.11' is missing on your system. You should only need it if BUILDSTDERR: you modified `Makefile.am', `acinclude.m4' or `configure.in'. BUILDSTDERR: You might want to install the `Automake' and `Perl' packages. BUILDSTDERR: Grab them from any GNU archive site. /bin/sh ./config.status --recheck running CONFIG_SHELL=/bin/sh /bin/sh ./configure --build=riscv64-koji-linux-gnu --host=riscv64-koji-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-koji-linux-gnu host_alias=riscv64-koji-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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 LDFLAGS=-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld --no-create --no-recursion checking build system type... riscv64-koji-linux-gnu checking host system type... riscv64-koji-linux-gnu checking how to print strings... printf checking for riscv64-koji-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-koji-linux-gnu file names to riscv64-koji-linux-gnu format... func_convert_file_noop checking how to convert riscv64-koji-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-koji-linux-gnu-objdump... no checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for riscv64-koji-linux-gnu-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for riscv64-koji-linux-gnu-ar... no checking for ar... ar checking for archiver @FILE support... @ checking for riscv64-koji-linux-gnu-strip... no checking for strip... strip checking for riscv64-koji-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-koji-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-koji-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-koji-linux-gnu-gcc... no checking for riscv64-koji-linux-gnu-objcc... no checking for riscv64-koji-linux-gnu-objc... no checking for riscv64-koji-linux-gnu-cc... no checking for riscv64-koji-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-koji-linux-gnu-windres... no checking for linux-gnu-windres... no checking for riscv64-koji-linux-gnu-pkg-config... no checking for pkg-config... /usr/bin/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 -specs=/usr/lib/rpm/redhat/redhat-annobin-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 -specs=/usr/lib/rpm/redhat/redhat-annobin-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 -specs=/usr/lib/rpm/redhat/redhat-annobin-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 -specs=/usr/lib/rpm/redhat/redhat-annobin-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 -specs=/usr/lib/rpm/redhat/redhat-annobin-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 -specs=/usr/lib/rpm/redhat/redhat-annobin-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 -specs=/usr/lib/rpm/redhat/redhat-annobin-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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -I/usr/include/SDL2 -D_REENTRANT -c SDL2_gfxPrimitives.c -fPIC -DPIC -o .libs/SDL2_gfxPrimitives.o BUILDSTDERR: SDL2_gfxPrimitives.c: In function '_aalineRGBA': BUILDSTDERR: SDL2_gfxPrimitives.c:887:25: warning: variable 'wgtcompmask' set but not used [-Wunused-but-set-variable] BUILDSTDERR: Uint32 erracctmp, wgt, wgtcompmask; BUILDSTDERR: ^~~~~~~~~~~ BUILDSTDERR: SDL2_gfxPrimitives.c: In function 'polygonRGBA': BUILDSTDERR: SDL2_gfxPrimitives.c:2541:21: warning: variable 'y1' set but not used [-Wunused-but-set-variable] BUILDSTDERR: const Sint16 *x1, *y1, *x2, *y2; BUILDSTDERR: ^~ BUILDSTDERR: SDL2_gfxPrimitives.c:2541:16: warning: variable 'x1' set but not used [-Wunused-but-set-variable] BUILDSTDERR: const Sint16 *x1, *y1, *x2, *y2; BUILDSTDERR: ^~ /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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -I/usr/include/SDL2 -D_REENTRANT -no-undefined -release 1.0 -version-info 0:2:0 -Wl,-z,relro -Wl,-z,now -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 -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -fstack-protector-strong -Wl,-z -Wl,relro -Wl,-z -Wl,now -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 BUILDSTDERR: warning: Tag `SYMBOL_CACHE_SIZE' at line 346 of file `html.doxyfile' has become obsolete. BUILDSTDERR: To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" BUILDSTDERR: warning: Tag `SHOW_DIRECTORIES' at line 571 of file `html.doxyfile' has become obsolete. BUILDSTDERR: To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" BUILDSTDERR: warning: Tag `HTML_ALIGN_MEMBERS' at line 991 of file `html.doxyfile' has become obsolete. BUILDSTDERR: To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" BUILDSTDERR: warning: Tag `USE_INLINE_TREES' at line 1182 of file `html.doxyfile' has become obsolete. BUILDSTDERR: To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" BUILDSTDERR: warning: Tag `XML_SCHEMA' at line 1445 of file `html.doxyfile' has become obsolete. BUILDSTDERR: To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" BUILDSTDERR: warning: Tag `XML_DTD' at line 1451 of file `html.doxyfile' has become obsolete. BUILDSTDERR: To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" BUILDSTDERR: warning: doxygen no longer ships with the FreeSans font. BUILDSTDERR: You may want to clear or change DOT_FONTNAME. BUILDSTDERR: 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 255/65536 hits=3120 misses=256 finished... ~/build/BUILD/SDL2_gfx-1.0.3/test ~/build/BUILD/SDL2_gfx-1.0.3 + cd .. + pushd test + 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 -specs=/usr/lib/rpm/redhat/redhat-annobin-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 -specs=/usr/lib/rpm/redhat/redhat-annobin-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 -specs=/usr/lib/rpm/redhat/redhat-annobin-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 -specs=/usr/lib/rpm/redhat/redhat-annobin-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 -specs=/usr/lib/rpm/redhat/redhat-annobin-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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -I/usr/lib64/gfortran/modules' + export FCFLAGS + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + export LDFLAGS + '[' 1 = 1 ']' BUILDSTDERR: +++ dirname ./configure BUILDSTDERR: ++ find . -name config.guess -o -name config.sub + for i in $(find $(dirname ./configure) -name config.guess -o -name config.sub) BUILDSTDERR: ++ basename ./config.sub + '[' -f /usr/lib/rpm/redhat/config.sub ']' + /usr/bin/rm -f ./config.sub '/usr/lib/rpm/redhat/config.sub' -> './config.sub' BUILDSTDERR: ++ basename ./config.sub + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.sub ./config.sub + for i in $(find $(dirname ./configure) -name config.guess -o -name config.sub) BUILDSTDERR: ++ basename ./config.guess + '[' -f /usr/lib/rpm/redhat/config.guess ']' + /usr/bin/rm -f ./config.guess BUILDSTDERR: ++ 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-Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' ']' BUILDSTDERR: ++ find . -name ltmain.sh + ./configure --build=riscv64-koji-linux-gnu --host=riscv64-koji-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 BUILDSTDERR: configure: WARNING: unrecognized options: --disable-dependency-tracking checking build system type... riscv64-koji-linux-gnu checking host system type... riscv64-koji-linux-gnu checking for riscv64-koji-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-koji-linux-gnu-pkg-config... no checking for pkg-config... /usr/bin/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 BUILDSTDERR: 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 -specs=/usr/lib/rpm/redhat/redhat-annobin-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 -specs=/usr/lib/rpm/redhat/redhat-annobin-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 -specs=/usr/lib/rpm/redhat/redhat-annobin-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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -I.. -L../.libs -I/usr/include/SDL2 -D_REENTRANT -DHAVE_OPENGLES2 -DHAVE_OPENGL -g -lSDL2_test -lSDL2 -lSDL2_gfx -lm ~/build/BUILD/SDL2_gfx-1.0.3 + popd + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.XXzbYl + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/SDL2_gfx-1.0.3-3.fc29.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/SDL2_gfx-1.0.3-3.fc29.riscv64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/SDL2_gfx-1.0.3-3.fc29.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/SDL2_gfx-1.0.3-3.fc29.riscv64 + cd SDL2_gfx-1.0.3 + /usr/bin/make install DESTDIR=/builddir/build/BUILDROOT/SDL2_gfx-1.0.3-3.fc29.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-3.fc29.riscv64/usr/lib64' /bin/sh ./libtool --mode=install /usr/bin/install -p libSDL2_gfx.la '/builddir/build/BUILDROOT/SDL2_gfx-1.0.3-3.fc29.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-3.fc29.riscv64/usr/lib64/libSDL2_gfx-1.0.so.0.0.2 libtool: install: (cd /builddir/build/BUILDROOT/SDL2_gfx-1.0.3-3.fc29.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-3.fc29.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-3.fc29.riscv64/usr/lib64/libSDL2_gfx.la BUILDSTDERR: libtool: install: warning: remember to run `libtool --finish /usr/lib64' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/SDL2_gfx-1.0.3-3.fc29.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-3.fc29.riscv64/usr/include/SDL2' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/SDL2_gfx-1.0.3-3.fc29.riscv64/usr/lib64/pkgconfig' /usr/bin/install -p -m 644 SDL2_gfx.pc '/builddir/build/BUILDROOT/SDL2_gfx-1.0.3-3.fc29.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-3.fc29.riscv64/usr/include/SDL2/ + mkdir -p /builddir/build/BUILDROOT/SDL2_gfx-1.0.3-3.fc29.riscv64/usr/share/doc/SDL2_gfx + cp -a Docs/html /builddir/build/BUILDROOT/SDL2_gfx-1.0.3-3.fc29.riscv64/usr/share/doc/SDL2_gfx/ + install -d /builddir/build/BUILDROOT/SDL2_gfx-1.0.3-3.fc29.riscv64/usr/lib64/SDL2_gfx + install test/testgfx /builddir/build/BUILDROOT/SDL2_gfx-1.0.3-3.fc29.riscv64/usr/lib64/SDL2_gfx + install -Dpm0644 SDL2_gfx.pc /builddir/build/BUILDROOT/SDL2_gfx-1.0.3-3.fc29.riscv64/usr/lib64/pkgconfig/SDL2_gfx.pc + find /builddir/build/BUILDROOT/SDL2_gfx-1.0.3-3.fc29.riscv64 -type f -name '*.la' -delete + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 1.0.3-3.fc29 --unique-debug-suffix -1.0.3-3.fc29.riscv64 --unique-debug-src-base SDL2_gfx-1.0.3-3.fc29.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/SDL2_gfx-1.0.3 extracting debug info from /builddir/build/BUILDROOT/SDL2_gfx-1.0.3-3.fc29.riscv64/usr/lib64/SDL2_gfx/testgfx extracting debug info from /builddir/build/BUILDROOT/SDL2_gfx-1.0.3-3.fc29.riscv64/usr/lib64/libSDL2_gfx-1.0.so.0.0.2 /usr/lib/rpm/sepdebugcrcfix: Updated 2 CRC32s, 0 CRC32s did match. BUILDSTDERR: 1133 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig BUILDSTDERR: /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-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.3Kxlok + umask 022 + cd /builddir/build/BUILD + cd SDL2_gfx-1.0.3 + export SDL_VIDEODRIVER=dummy + SDL_VIDEODRIVER=dummy + export LD_LIBRARY_PATH=/builddir/build/BUILD/SDL2_gfx-1.0.3/.libs + LD_LIBRARY_PATH=/builddir/build/BUILD/SDL2_gfx-1.0.3/.libs + cd test + ./testimagefilter TestImageFilter Testing an array of 23 bytes - first 16 bytes should be processed by MMX or C code, the last 7 bytes only by C code. ------------------------------------------------------------------------ pos 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 src1 01 04 01 03 21 05 06 07 08 09 0a 0b 0c 0d 08 81 70 cd 28 1d 80 26 dd src2 01 03 03 02 2c 09 08 07 06 05 04 03 02 01 0a 81 70 cd 28 1d 80 26 dd MMX BitAnd dest 01 00 01 02 20 01 00 07 00 01 00 03 00 01 08 81 70 cd 28 1d 80 26 dd MMX 50x2048k: 1631ms pos 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 src1 01 04 01 03 21 05 06 07 08 09 0a 0b 0c 0d 08 81 70 cd 28 1d 80 26 dd src2 01 03 03 02 2c 09 08 07 06 05 04 03 02 01 0a 81 70 cd 28 1d 80 26 dd C BitAnd dest 01 00 01 02 20 01 00 07 00 01 00 03 00 01 08 81 70 cd 28 1d 80 26 dd C 50x2048k: 1630ms OK ------------------------------------------------------------------------ pos 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 src1 01 04 01 03 21 05 06 07 08 09 0a 0b 0c 0d 08 af b7 f8 86 e5 11 b1 8c src2 01 03 03 02 2c 09 08 07 06 05 04 03 02 01 0a af b7 f8 86 e5 11 b1 8c MMX BitOr dest 01 07 03 03 2d 0d 0e 07 0e 0d 0e 0b 0e 0d 0a af b7 f8 86 e5 11 b1 8c MMX 50x2048k: 1550ms pos 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 src1 01 04 01 03 21 05 06 07 08 09 0a 0b 0c 0d 08 af b7 f8 86 e5 11 b1 8c src2 01 03 03 02 2c 09 08 07 06 05 04 03 02 01 0a af b7 f8 86 e5 11 b1 8c C BitOr dest 01 07 03 03 2d 0d 0e 07 0e 0d 0e 0b 0e 0d 0a af b7 f8 86 e5 11 b1 8c C 50x2048k: 1540ms OK ------------------------------------------------------------------------ pos 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 src1 01 04 01 03 21 05 06 07 08 09 0a 0b 0c 0d 08 c3 06 2b a4 2b 1c ea 07 src2 01 03 03 02 2c 09 08 07 06 05 04 03 02 01 0a c3 06 2b a4 2b 1c ea 07 MMX Add dest 02 07 04 05 4d 0e 0e 0e 0e 0e 0e 0e 0e 0e 12 ff 0c 56 ff 56 38 ff 0e MMX 50x2048k: 2007ms pos 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 src1 01 04 01 03 21 05 06 07 08 09 0a 0b 0c 0d 08 c3 06 2b a4 2b 1c ea 07 src2 01 03 03 02 2c 09 08 07 06 05 04 03 02 01 0a c3 06 2b a4 2b 1c ea 07 C Add dest 02 07 04 05 4d 0e 0e 0e 0e 0e 0e 0e 0e 0e 12 ff 0c 56 ff 56 38 ff 0e C 50x2048k: 2008ms OK ------------------------------------------------------------------------ pos 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 src1 01 04 01 03 21 05 06 07 08 09 0a 0b 0c 0d 08 d8 c4 6f fe 6c 9d 57 ed src2 01 03 03 02 2c 09 08 07 06 05 04 03 02 01 0a d8 c4 6f fe 6c 9d 57 ed MMX AbsDiff dest 00 01 02 01 0b 04 02 00 02 04 06 08 0a 0c 02 00 00 00 00 00 00 00 00 MMX 50x2048k: 1844ms pos 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 src1 01 04 01 03 21 05 06 07 08 09 0a 0b 0c 0d 08 d8 c4 6f fe 6c 9d 57 ed src2 01 03 03 02 2c 09 08 07 06 05 04 03 02 01 0a d8 c4 6f fe 6c 9d 57 ed C AbsDiff dest 00 01 02 01 0b 04 02 00 02 04 06 08 0a 0c 02 00 00 00 00 00 00 00 00 C 50x2048k: 1844ms OK ------------------------------------------------------------------------ pos 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 src1 01 04 01 03 21 05 06 07 08 09 0a 0b 0c 0d 08 0e 25 15 2b a5 3c 08 54 src2 01 03 03 02 2c 09 08 07 06 05 04 03 02 01 0a 0e 25 15 2b a5 3c 08 54 MMX Mean dest 00 03 01 02 26 06 07 06 07 06 07 06 07 06 09 0e 24 14 2a a4 3c 08 54 MMX 50x2048k: 1761ms pos 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 src1 01 04 01 03 21 05 06 07 08 09 0a 0b 0c 0d 08 0e 25 15 2b a5 3c 08 54 src2 01 03 03 02 2c 09 08 07 06 05 04 03 02 01 0a 0e 25 15 2b a5 3c 08 54 C Mean dest 00 03 01 02 26 06 07 06 07 06 07 06 07 06 09 0e 24 14 2a a4 3c 08 54 C 50x2048k: 1757ms OK ------------------------------------------------------------------------ pos 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 src1 01 04 01 03 21 05 06 07 08 09 0a 0b 0c 0d 08 f3 00 db d8 11 8c 65 d4 src2 01 03 03 02 2c 09 08 07 06 05 04 03 02 01 0a f3 00 db d8 11 8c 65 d4 MMX Sub dest 00 01 00 01 00 00 00 00 02 04 06 08 0a 0c 00 00 00 00 00 00 00 00 00 MMX 50x2048k: 2083ms pos 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 src1 01 04 01 03 21 05 06 07 08 09 0a 0b 0c 0d 08 f3 00 db d8 11 8c 65 d4 src2 01 03 03 02 2c 09 08 07 06 05 04 03 02 01 0a f3 00 db d8 11 8c 65 d4 C Sub dest 00 01 00 01 00 00 00 00 02 04 06 08 0a 0c 00 00 00 00 00 00 00 00 00 C 50x2048k: 2083ms OK ------------------------------------------------------------------------ pos 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 src1 01 04 01 03 21 05 06 07 08 09 0a 0b 0c 0d 08 92 90 79 bd ac 63 c4 84 src2 01 03 03 02 2c 09 08 07 06 05 04 03 02 01 0a 92 90 79 bd ac 63 c4 84 MMX Mult dest 01 0c 03 06 ff 2d 30 31 30 2d 28 21 18 0d 50 ff ff ff ff ff ff ff ff MMX 50x2048k: 2183ms pos 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 src1 01 04 01 03 21 05 06 07 08 09 0a 0b 0c 0d 08 92 90 79 bd ac 63 c4 84 src2 01 03 03 02 2c 09 08 07 06 05 04 03 02 01 0a 92 90 79 bd ac 63 c4 84 C Mult dest 01 0c 03 06 ff 2d 30 31 30 2d 28 21 18 0d 50 ff ff ff ff ff ff ff ff C 50x2048k: 2183ms OK ------------------------------------------------------------------------ pos 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 src1 01 04 01 03 21 05 06 07 08 09 0a 0b 0c 0d 08 28 33 83 94 d1 da 82 df src2 01 03 03 02 2c 09 08 07 06 05 04 03 02 01 0a 28 33 83 94 d1 da 82 df MMX MultNor dest 01 0c 03 06 ac 2d 30 31 30 2d 28 21 18 0d 50 40 29 09 90 a1 a4 04 41 MMX 50x2048k: 1837ms pos 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 src1 01 04 01 03 21 05 06 07 08 09 0a 0b 0c 0d 08 28 33 83 94 d1 da 82 df src2 01 03 03 02 2c 09 08 07 06 05 04 03 02 01 0a 28 33 83 94 d1 da 82 df C MultNor dest 01 0c 03 06 ac 2d 30 31 30 2d 28 21 18 0d 50 40 29 09 90 a1 a4 04 41 C 50x2048k: 1833ms OK ------------------------------------------------------------------------ pos 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 src1 01 04 01 03 21 05 06 07 08 09 0a 0b 0c 0d 08 ff 97 0a a5 d3 12 f9 c7 src2 01 03 03 02 2c 09 08 07 06 05 04 03 02 01 0a ff 97 0a a5 d3 12 f9 c7 MMX MultDivby2 dest 00 06 00 02 ff 12 18 15 18 14 14 0f 0c 06 28 ff ff 32 ff ff a2 ff ff MMX 50x2048k: 2174ms pos 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 src1 01 04 01 03 21 05 06 07 08 09 0a 0b 0c 0d 08 ff 97 0a a5 d3 12 f9 c7 src2 01 03 03 02 2c 09 08 07 06 05 04 03 02 01 0a ff 97 0a a5 d3 12 f9 c7 C MultDivby2 dest 00 06 00 02 ff 12 18 15 18 14 14 0f 0c 06 28 ff ff 32 ff ff a2 ff ff C 50x2048k: 2165ms OK ------------------------------------------------------------------------ pos 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 src1 01 04 01 03 21 05 06 07 08 09 0a 0b 0c 0d 08 12 d4 9f 23 60 04 f8 f2 src2 01 03 03 02 2c 09 08 07 06 05 04 03 02 01 0a 12 d4 9f 23 60 04 f8 f2 MMX MultDivby4 dest 00 02 00 01 ff 08 0c 09 0c 08 0a 05 06 00 14 51 ff ff ff ff 04 ff ff MMX 50x2048k: 2315ms pos 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 src1 01 04 01 03 21 05 06 07 08 09 0a 0b 0c 0d 08 12 d4 9f 23 60 04 f8 f2 src2 01 03 03 02 2c 09 08 07 06 05 04 03 02 01 0a 12 d4 9f 23 60 04 f8 f2 C MultDivby4 dest 00 02 00 01 ff 08 0c 09 0c 08 0a 05 06 00 14 51 ff ff ff ff 04 ff ff C 50x2048k: 2317ms OK ------------------------------------------------------------------------ pos 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 src1 01 04 01 03 21 05 06 07 08 09 0a 0b 0c 0d 08 95 71 af 41 d4 74 c6 fc src2 01 03 03 02 2c 09 08 07 06 05 04 03 02 01 0a 95 71 af 41 d4 74 c6 fc MMX Div dest 01 01 00 01 00 00 00 01 01 01 02 03 06 0d 00 01 01 01 01 01 01 01 01 MMX 50x2048k: 2638ms pos 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 src1 01 04 01 03 21 05 06 07 08 09 0a 0b 0c 0d 08 95 71 af 41 d4 74 c6 fc src2 01 03 03 02 2c 09 08 07 06 05 04 03 02 01 0a 95 71 af 41 d4 74 c6 fc C Div dest 01 01 00 01 00 00 00 01 01 01 02 03 06 0d 00 01 01 01 01 01 01 01 01 C 50x2048k: 2636ms OK ------------------------------------------------------------------------ pos 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 src1 01 04 01 03 21 05 06 07 08 09 0a 0b 0c 0d 08 a7 49 91 78 23 13 57 23 MMX BitNegation dest fe fb fe fc de fa f9 f8 f7 f6 f5 f4 f3 f2 f7 58 b6 6e 87 dc ec a8 dc MMX 50x2048k: 1046ms pos 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 src1 01 04 01 03 21 05 06 07 08 09 0a 0b 0c 0d 08 a7 49 91 78 23 13 57 23 C BitNegation dest fe fb fe fc de fa f9 f8 f7 f6 f5 f4 f3 f2 f7 58 b6 6e 87 dc ec a8 dc C 50x2048k: 1046ms OK ------------------------------------------------------------------------ pos 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 src1 01 04 01 03 21 05 06 07 08 09 0a 0b 0c 0d 08 aa 61 c8 7e 73 c1 45 85 MMX AddByte(3) dest 04 07 04 06 24 08 09 0a 0b 0c 0d 0e 0f 10 0b ad 64 cb 81 76 c4 48 88 MMX 50x2048k: 1480ms pos 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 src1 01 04 01 03 21 05 06 07 08 09 0a 0b 0c 0d 08 aa 61 c8 7e 73 c1 45 85 C AddByte(3) dest 04 07 04 06 24 08 09 0a 0b 0c 0d 0e 0f 10 0b ad 64 cb 81 76 c4 48 88 C 50x2048k: 1492ms OK ------------------------------------------------------------------------ pos 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 src1 01 04 01 03 21 05 06 07 08 09 0a 0b 0c 0d 08 96 e4 a9 f6 e9 a1 e9 7e MMX AddByteToHalf(3) dest 03 05 03 04 13 05 06 06 07 07 08 08 09 09 07 4e 75 57 7e 77 53 77 42 MMX 50x2048k: 1589ms pos 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 src1 01 04 01 03 21 05 06 07 08 09 0a 0b 0c 0d 08 96 e4 a9 f6 e9 a1 e9 7e C AddByteToHalf(3) dest 03 05 03 04 13 05 06 06 07 07 08 08 09 09 07 4e 75 57 7e 77 53 77 42 C 50x2048k: 1577ms OK ------------------------------------------------------------------------ pos 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 src1 01 04 01 03 21 05 06 07 08 09 0a 0b 0c 0d 08 12 98 bf e6 0c 85 e3 b4 MMX SubByte(3) dest 00 01 00 00 1e 02 03 04 05 06 07 08 09 0a 05 0f 95 bc e3 09 82 e0 b1 MMX 50x2048k: 1468ms pos 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 src1 01 04 01 03 21 05 06 07 08 09 0a 0b 0c 0d 08 12 98 bf e6 0c 85 e3 b4 C SubByte(3) dest 00 01 00 00 1e 02 03 04 05 06 07 08 09 0a 05 0f 95 bc e3 09 82 e0 b1 C 50x2048k: 1468ms OK ------------------------------------------------------------------------ pos 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 src1 01 04 01 03 21 05 06 07 08 09 0a 0b 0c 0d 08 ce 74 2c f2 87 84 15 31 MMX ShiftRight(1) dest 00 02 00 01 10 02 03 03 04 04 05 05 06 06 04 67 3a 16 79 43 42 0a 18 MMX 50x2048k: 1058ms pos 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 src1 01 04 01 03 21 05 06 07 08 09 0a 0b 0c 0d 08 ce 74 2c f2 87 84 15 31 C ShiftRight(1) dest 00 02 00 01 10 02 03 03 04 04 05 05 06 06 04 67 3a 16 79 43 42 0a 18 C 50x2048k: 1057ms OK ------------------------------------------------------------------------ pos 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 src1 01 04 01 03 21 05 06 07 08 09 0a 0b 0c 0d 08 e5 dd af 59 9e f4 de 34 MMX ShiftRightUint(4) dest 40 10 30 00 52 60 70 00 90 a0 b0 00 d0 80 50 0e fd 9a e5 09 42 0a 18 MMX 50x2048k: 600ms pos 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 src1 01 04 01 03 21 05 06 07 08 09 0a 0b 0c 0d 08 e5 dd af 59 9e f4 de 34 C ShiftRightUint(4) dest 40 10 30 00 52 60 70 00 90 a0 b0 00 d0 80 50 0e fd 9a e5 09 42 0a 18 C 50x2048k: 601ms OK ------------------------------------------------------------------------ pos 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 src1 01 04 01 03 21 05 06 07 08 09 0a 0b 0c 0d 08 d9 87 2b c2 28 14 40 3a MMX MultByByte(3) dest 03 0c 03 09 63 0f 12 15 18 1b 1e 21 24 27 18 ff ff 81 ff 78 3c c0 ae MMX 50x2048k: 1902ms pos 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 src1 01 04 01 03 21 05 06 07 08 09 0a 0b 0c 0d 08 d9 87 2b c2 28 14 40 3a C MultByByte(3) dest 03 0c 03 09 63 0f 12 15 18 1b 1e 21 24 27 18 ff ff 81 ff 78 3c c0 ae C 50x2048k: 1904ms OK ------------------------------------------------------------------------ pos 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 src1 01 04 01 03 21 05 06 07 08 09 0a 0b 0c 0d 08 ac ff 21 b9 85 04 6d 53 MMX ShiftLeftByte(3) dest 08 20 08 18 08 28 30 38 40 48 50 58 60 68 40 60 f8 08 c8 28 20 68 98 MMX 50x2048k: 1046ms pos 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 src1 01 04 01 03 21 05 06 07 08 09 0a 0b 0c 0d 08 ac ff 21 b9 85 04 6d 53 C ShiftLeftByte(3) dest 08 20 08 18 08 28 30 38 40 48 50 58 60 68 40 60 f8 08 c8 28 20 68 98 C 50x2048k: 1045ms OK ------------------------------------------------------------------------ pos 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 src1 01 04 01 03 21 05 06 07 08 09 0a 0b 0c 0d 08 78 99 45 ff 1d 5a 30 03 MMX ShiftLeft(3) dest 08 20 08 18 ff 28 30 38 40 48 50 58 60 68 40 ff ff ff ff e8 ff ff 18 MMX 50x2048k: 1529ms pos 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 src1 01 04 01 03 21 05 06 07 08 09 0a 0b 0c 0d 08 78 99 45 ff 1d 5a 30 03 C ShiftLeft(3) dest 08 20 08 18 ff 28 30 38 40 48 50 58 60 68 40 ff ff ff ff e8 ff ff 18 C 50x2048k: 1548ms OK ------------------------------------------------------------------------ pos 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 src1 01 04 01 03 21 05 06 07 08 09 0a 0b 0c 0d 08 37 e0 5c d6 d4 3a 0a ad MMX ShiftLeftUint(4) dest 10 40 10 30 10 52 60 70 80 90 a0 b0 c0 d0 80 70 00 ce 65 4d ff ff 18 MMX 50x2048k: 611ms pos 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 src1 01 04 01 03 21 05 06 07 08 09 0a 0b 0c 0d 08 37 e0 5c d6 d4 3a 0a ad C ShiftLeftUint(4) dest 10 40 10 30 10 52 60 70 80 90 a0 b0 c0 d0 80 70 00 ce 65 4d ff ff 18 C 50x2048k: 612ms OK ------------------------------------------------------------------------ pos 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 src1 01 04 01 03 21 05 06 07 08 09 0a 0b 0c 0d 08 c2 35 6f ea 49 af 25 f6 MMX BinarizeUsingThreshold(9) dest 00 00 00 00 ff 00 00 00 00 ff ff ff ff ff 00 ff ff ff ff ff ff ff ff MMX 50x2048k: 1375ms pos 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 src1 01 04 01 03 21 05 06 07 08 09 0a 0b 0c 0d 08 c2 35 6f ea 49 af 25 f6 C BinarizeUsingThreshold(9) dest 00 00 00 00 ff 00 00 00 00 ff ff ff ff ff 00 ff ff ff ff ff ff ff ff C 50x2048k: 1384ms OK ------------------------------------------------------------------------ pos 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 src1 01 04 01 03 21 05 06 07 08 09 0a 0b 0c 0d 08 af 46 af 34 4a 1c 87 c2 MMX ShiftRightAndMultByByte(1,3) dest 00 06 00 03 30 06 09 09 0c 0c 0f 0f 12 12 0c ff 69 ff 4e 6f 2a c9 ff MMX 50x2048k: 2166ms pos 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 src1 01 04 01 03 21 05 06 07 08 09 0a 0b 0c 0d 08 af 46 af 34 4a 1c 87 c2 C ShiftRightAndMultByByte(1,3) dest 00 06 00 03 30 06 09 09 0c 0c 0f 0f 12 12 0c ff 69 ff 4e 6f 2a c9 ff C 50x2048k: 2166ms OK ------------------------------------------------------------------------ pos 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 src1 01 04 01 03 21 05 06 07 08 09 0a 0b 0c 0d 08 b5 cd c1 d3 27 f1 d6 5f MMX ClipToRange(3,8) dest 03 04 03 03 08 05 06 07 08 08 08 08 08 08 08 08 08 08 08 08 08 08 08 MMX 50x2048k: 1385ms pos 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 src1 01 04 01 03 21 05 06 07 08 09 0a 0b 0c 0d 08 b5 cd c1 d3 27 f1 d6 5f C ClipToRange(3,8) dest 03 04 03 03 08 05 06 07 08 08 08 08 08 08 08 08 08 08 08 08 08 08 08 C 50x2048k: 1385ms OK ------------------------------------------------------------------------ pos 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 src1 01 04 01 03 21 05 06 07 08 09 0a 0b 0c 0d 08 d1 32 35 a6 6c 3f 53 2e MMX NormalizeLinear(0,33,0,255) dest 07 1c 07 15 e7 23 2a 31 38 3f 46 4d 54 5b 38 ff ff ff ff ff ff ff ff MMX 50x2048k: 2131ms pos 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 src1 01 04 01 03 21 05 06 07 08 09 0a 0b 0c 0d 08 d1 32 35 a6 6c 3f 53 2e C NormalizeLinear(0,33,0,255) dest 07 1c 07 15 e7 23 2a 31 38 3f 46 4d 54 5b 38 ff ff ff ff ff ff ff ff C 50x2048k: 2131ms OK ------------------------------------------------------------------------ pos 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 src1 01 04 01 03 21 05 06 07 08 09 0a 0b 0c 0d 08 75 c3 19 be 72 3e b4 21 MMX AddUint(16909060) dest 05 07 03 04 25 08 08 08 0c 0c 0c 0c 10 10 0a 76 c7 1c c0 73 42 b7 23 MMX 50x2048k: 2108ms pos 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 src1 01 04 01 03 21 05 06 07 08 09 0a 0b 0c 0d 08 75 c3 19 be 72 3e b4 21 C AddUint(16909060) dest 05 07 03 04 25 08 08 08 0c 0c 0c 0c 10 10 0a 76 c7 1c c0 73 42 b7 23 C 50x2048k: 2104ms OK ------------------------------------------------------------------------ pos 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 src1 01 04 01 03 21 05 06 07 08 09 0a 0b 0c 0d 08 84 63 55 ce 7f dd 90 35 MMX SubUint(16909060) dest 00 01 00 02 1d 02 04 06 04 06 08 0a 08 0a 06 83 5f 52 cc 7e d9 8d 33 MMX 50x2048k: 2090ms pos 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 src1 01 04 01 03 21 05 06 07 08 09 0a 0b 0c 0d 08 84 63 55 ce 7f dd 90 35 C SubUint(16909060) dest 00 01 00 02 1d 02 04 06 04 06 08 0a 08 0a 06 83 5f 52 cc 7e d9 8d 33 C 50x2048k: 2095ms OK ------------------------------------------------------------------------ MMX was NOT detected Result: 27 of 27 passed OK. Processing files: SDL2_gfx-1.0.3-3.fc29.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.LbduL6 + exit 0 + umask 022 + cd /builddir/build/BUILD + cd SDL2_gfx-1.0.3 + DOCDIR=/builddir/build/BUILDROOT/SDL2_gfx-1.0.3-3.fc29.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-3.fc29.riscv64/usr/share/doc/SDL2_gfx + cp -pr NEWS /builddir/build/BUILDROOT/SDL2_gfx-1.0.3-3.fc29.riscv64/usr/share/doc/SDL2_gfx + cp -pr README /builddir/build/BUILDROOT/SDL2_gfx-1.0.3-3.fc29.riscv64/usr/share/doc/SDL2_gfx + cp -pr AUTHORS /builddir/build/BUILDROOT/SDL2_gfx-1.0.3-3.fc29.riscv64/usr/share/doc/SDL2_gfx + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.HTBXiS + umask 022 + cd /builddir/build/BUILD + cd SDL2_gfx-1.0.3 + LICENSEDIR=/builddir/build/BUILDROOT/SDL2_gfx-1.0.3-3.fc29.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-3.fc29.riscv64/usr/share/licenses/SDL2_gfx + cp -pr COPYING /builddir/build/BUILDROOT/SDL2_gfx-1.0.3-3.fc29.riscv64/usr/share/licenses/SDL2_gfx + exit 0 Provides: SDL2_gfx = 1.0.3-3.fc29 SDL2_gfx(riscv-64) = 1.0.3-3.fc29 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-3.fc29.riscv64 Provides: SDL2_gfx-devel = 1.0.3-3.fc29 SDL2_gfx-devel(riscv-64) = 1.0.3-3.fc29 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-3.fc29.noarch Provides: SDL2_gfx-docs = 1.0.3-3.fc29 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: SDL2_gfx-debugsource-1.0.3-3.fc29.riscv64 Provides: SDL2_gfx-debugsource = 1.0.3-3.fc29 SDL2_gfx-debugsource(riscv-64) = 1.0.3-3.fc29 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: SDL2_gfx-debuginfo-1.0.3-3.fc29.riscv64 Provides: SDL2_gfx-debuginfo = 1.0.3-3.fc29 SDL2_gfx-debuginfo(riscv-64) = 1.0.3-3.fc29 debuginfo(build-id) = b36164175a45a714770c8807ec2d548b7eaf4807 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: SDL2_gfx-debugsource(riscv-64) = 1.0.3-3.fc29 Processing files: SDL2_gfx-devel-debuginfo-1.0.3-3.fc29.riscv64 Provides: SDL2_gfx-devel-debuginfo = 1.0.3-3.fc29 SDL2_gfx-devel-debuginfo(riscv-64) = 1.0.3-3.fc29 debuginfo(build-id) = 99415ae085982a4a9ddb5d04ed8ed81476a5a387 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: SDL2_gfx-debugsource(riscv-64) = 1.0.3-3.fc29 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/SDL2_gfx-1.0.3-3.fc29.riscv64 Wrote: /builddir/build/RPMS/SDL2_gfx-1.0.3-3.fc29.riscv64.rpm Wrote: /builddir/build/RPMS/SDL2_gfx-devel-1.0.3-3.fc29.riscv64.rpm Wrote: /builddir/build/RPMS/SDL2_gfx-docs-1.0.3-3.fc29.noarch.rpm Wrote: /builddir/build/RPMS/SDL2_gfx-debugsource-1.0.3-3.fc29.riscv64.rpm Wrote: /builddir/build/RPMS/SDL2_gfx-debuginfo-1.0.3-3.fc29.riscv64.rpm Wrote: /builddir/build/RPMS/SDL2_gfx-devel-debuginfo-1.0.3-3.fc29.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.6VRJOS + umask 022 + cd /builddir/build/BUILD + cd SDL2_gfx-1.0.3 + /usr/bin/rm -rf /builddir/build/BUILDROOT/SDL2_gfx-1.0.3-3.fc29.riscv64 + exit 0 Child return code was: 0