Mock Version: 1.2.17 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv7hl --nodeps /builddir/build/SPECS/SDL2_gfx.spec'], chrootPath='/var/lib/mock/epel-1-armhfp-4c8974d6603a26ef8ee3575d7976576bb12aed96/root'shell=FalseprintOutput=Falseenv={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=0logger=uid=995) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv7hl --nodeps /builddir/build/SPECS/SDL2_gfx.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False Building target platforms: armv7hl Building for target armv7hl Wrote: /builddir/build/SRPMS/SDL2_gfx-1.0.3-1.el7.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target armv7hl --nodeps /builddir/build/SPECS/SDL2_gfx.spec'], chrootPath='/var/lib/mock/epel-1-armhfp-4c8974d6603a26ef8ee3575d7976576bb12aed96/root'shell=Falseuid=995env={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=0private_network=Truelogger=printOutput=False) Executing command: ['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target armv7hl --nodeps /builddir/build/SPECS/SDL2_gfx.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False Building target platforms: armv7hl Building for target armv7hl Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.ZCFju8 + 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 -xf - + 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 + 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.JrNWQl '/usr/lib/rpm/redhat/config.sub' -> './test/config.sub' + exit 0 + umask 022 + cd /builddir/build/BUILD + cd SDL2_gfx-1.0.3 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -I/usr/lib/gfortran/modules' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -I/usr/lib/gfortran/modules' + export FCFLAGS + LDFLAGS='-Wl,-z,relro ' + export LDFLAGS + '[' 1 == 1 ']' + '[' arm == ppc64le ']' ++ find . -name config.guess -o -name config.sub + for i in '$(find . -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 + for i in '$(find . -name config.guess -o -name config.sub)' ++ basename ./test/config.guess '/usr/lib/rpm/redhat/config.guess' -> './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 + for i in '$(find . -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 . -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' + ./configure --build=armv7hl-redhat-linux-gnu --host=armv7hl-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/lib --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --disable-mmx --disable-static checking build system type... armv7hl-redhat-linux-gnu checking host system type... armv7hl-redhat-linux-gnu checking how to print strings... printf checking for armv7hl-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 armv7hl-redhat-linux-gnu file names to armv7hl-redhat-linux-gnu format... func_convert_file_noop checking how to convert armv7hl-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 armv7hl-redhat-linux-gnu-objdump... no checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for armv7hl-redhat-linux-gnu-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for armv7hl-redhat-linux-gnu-ar... no checking for ar... ar checking for archiver @FILE support... @ checking for armv7hl-redhat-linux-gnu-strip... no checking for strip... strip checking for armv7hl-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 armv7hl-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 armv7hl-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 armv7hl-redhat-linux-gnu-gcc... no checking for armv7hl-redhat-linux-gnu-objcc... no checking for armv7hl-redhat-linux-gnu-objc... no checking for armv7hl-redhat-linux-gnu-cc... no checking for armv7hl-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 armv7hl-redhat-linux-gnu-windres... no checking for linux-gnu-windres... no checking for armv7hl-redhat-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 -j4 CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /builddir/build/BUILD/SDL2_gfx-1.0.3/missing --run autoconf 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 /builddir/build/BUILD/SDL2_gfx-1.0.3/missing: line 52: autoconf: command not found WARNING: `automake-1.11' is missing on your system. You should only need it if 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. 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=armv7hl-redhat-linux-gnu --host=armv7hl-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/lib --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --disable-mmx --disable-static build_alias=armv7hl-redhat-linux-gnu host_alias=armv7hl-redhat-linux-gnu CFLAGS=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard LDFLAGS=-Wl,-z,relro --no-create --no-recursion checking build system type... armv7hl-redhat-linux-gnu checking host system type... armv7hl-redhat-linux-gnu checking how to print strings... printf checking for armv7hl-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 armv7hl-redhat-linux-gnu file names to armv7hl-redhat-linux-gnu format... func_convert_file_noop checking how to convert armv7hl-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 armv7hl-redhat-linux-gnu-objdump... no checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for armv7hl-redhat-linux-gnu-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for armv7hl-redhat-linux-gnu-ar... no checking for ar... ar checking for archiver @FILE support... @ checking for armv7hl-redhat-linux-gnu-strip... no checking for strip... strip checking for armv7hl-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 armv7hl-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 armv7hl-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 armv7hl-redhat-linux-gnu-gcc... no checking for armv7hl-redhat-linux-gnu-objcc... no checking for armv7hl-redhat-linux-gnu-objc... no checking for armv7hl-redhat-linux-gnu-cc... no checking for armv7hl-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 armv7hl-redhat-linux-gnu-windres... no checking for linux-gnu-windres... no checking for armv7hl-redhat-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 -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_REENTRANT -I/usr/include/SDL2 -c -o SDL2_framerate.lo SDL2_framerate.c /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 -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_REENTRANT -I/usr/include/SDL2 -c -o SDL2_gfxPrimitives.lo SDL2_gfxPrimitives.c /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 -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_REENTRANT -I/usr/include/SDL2 -c -o SDL2_imageFilter.lo SDL2_imageFilter.c /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 -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_REENTRANT -I/usr/include/SDL2 -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 -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_REENTRANT -I/usr/include/SDL2 -c SDL2_framerate.c -fPIC -DPIC -o .libs/SDL2_framerate.o 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 -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_REENTRANT -I/usr/include/SDL2 -c SDL2_gfxPrimitives.c -fPIC -DPIC -o .libs/SDL2_gfxPrimitives.o 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 -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_REENTRANT -I/usr/include/SDL2 -c SDL2_rotozoom.c -fPIC -DPIC -o .libs/SDL2_rotozoom.o 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 -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_REENTRANT -I/usr/include/SDL2 -c SDL2_imageFilter.c -fPIC -DPIC -o .libs/SDL2_imageFilter.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 -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_REENTRANT -I/usr/include/SDL2 -no-undefined -release 1.0 -version-info 0:2:0 -Wl,-z,relro -o libSDL2_gfx.la -rpath /usr/lib 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 -O2 -fstack-protector-strong -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -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: 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 files to exclude Searching for files to process... Searching for files in directory /builddir/build/BUILD/SDL2_gfx-1.0.3 Reading and parsing tag files Parsing files Preprocessing /builddir/build/BUILD/SDL2_gfx-1.0.3/README... Parsing file /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... Creating members for template instances... Computing class relations... Add enum values to enums... Searching for member function documentation... 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 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... lookup cache used 255/65536 hits=1991 misses=256 finished... ~/build/BUILD/SDL2_gfx-1.0.3/test ~/build/BUILD/SDL2_gfx-1.0.3 '/usr/lib/rpm/redhat/config.sub' -> './config.sub' + cd .. + pushd test + export 'CFLAGS=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -I.. -L../.libs' + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -I.. -L../.libs' + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -I.. -L../.libs' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -I/usr/lib/gfortran/modules' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -I/usr/lib/gfortran/modules' + export FCFLAGS + LDFLAGS='-Wl,-z,relro ' + export LDFLAGS + '[' 1 == 1 ']' + '[' arm == ppc64le ']' ++ find . -name config.guess -o -name config.sub + for i in '$(find . -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 + for i in '$(find . -name config.guess -o -name config.sub)' ++ basename ./config.guess '/usr/lib/rpm/redhat/config.guess' -> './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 + ./configure --build=armv7hl-redhat-linux-gnu --host=armv7hl-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/lib --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... armv7hl-redhat-linux-gnu checking host system type... armv7hl-redhat-linux-gnu checking for armv7hl-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 armv7hl-redhat-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 configure: WARNING: unrecognized options: --disable-dependency-tracking + /usr/bin/make -j4 gcc -o testgfx testgfx.c -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -I.. -L../.libs -D_REENTRANT -I/usr/include/SDL2 -DHAVE_OPENGLES2 -DHAVE_OPENGL -g -lSDL2_test -lSDL2 -lSDL2_gfx -lm gcc -o testrotozoom testrotozoom.c -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -I.. -L../.libs -D_REENTRANT -I/usr/include/SDL2 -DHAVE_OPENGLES2 -DHAVE_OPENGL -g -lSDL2_test -lSDL2 -lSDL2_gfx -lm gcc -o testimagefilter testimagefilter.c -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -I.. -L../.libs -D_REENTRANT -I/usr/include/SDL2 -DHAVE_OPENGLES2 -DHAVE_OPENGL -g -lSDL2_test -lSDL2 -lSDL2_gfx -lm gcc -o testframerate testframerate.c -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -I.. -L../.libs -D_REENTRANT -I/usr/include/SDL2 -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.RoDKzl + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/SDL2_gfx-1.0.3-1.el7.arm '!=' / ']' + rm -rf /builddir/build/BUILDROOT/SDL2_gfx-1.0.3-1.el7.arm ++ dirname /builddir/build/BUILDROOT/SDL2_gfx-1.0.3-1.el7.arm + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/SDL2_gfx-1.0.3-1.el7.arm + cd SDL2_gfx-1.0.3 + /usr/bin/make install DESTDIR=/builddir/build/BUILDROOT/SDL2_gfx-1.0.3-1.el7.arm 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.el7.arm/usr/lib' /bin/sh ./libtool --mode=install /usr/bin/install -c libSDL2_gfx.la '/builddir/build/BUILDROOT/SDL2_gfx-1.0.3-1.el7.arm/usr/lib' libtool: install: /usr/bin/install -c .libs/libSDL2_gfx-1.0.so.0.0.2 /builddir/build/BUILDROOT/SDL2_gfx-1.0.3-1.el7.arm/usr/lib/libSDL2_gfx-1.0.so.0.0.2 libtool: install: (cd /builddir/build/BUILDROOT/SDL2_gfx-1.0.3-1.el7.arm/usr/lib && { 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.el7.arm/usr/lib && { 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 -c .libs/libSDL2_gfx.lai /builddir/build/BUILDROOT/SDL2_gfx-1.0.3-1.el7.arm/usr/lib/libSDL2_gfx.la libtool: install: warning: remember to run `libtool --finish /usr/lib' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/SDL2_gfx-1.0.3-1.el7.arm/usr/include/SDL2' /usr/bin/install -c -m 644 SDL2_framerate.h SDL2_gfxPrimitives.h SDL2_imageFilter.h SDL2_rotozoom.h '/builddir/build/BUILDROOT/SDL2_gfx-1.0.3-1.el7.arm/usr/include/SDL2' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/SDL2_gfx-1.0.3-1.el7.arm/usr/lib/pkgconfig' /usr/bin/install -c -m 644 SDL2_gfx.pc '/builddir/build/BUILDROOT/SDL2_gfx-1.0.3-1.el7.arm/usr/lib/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.el7.arm/usr/include/SDL2/ + mkdir -p /builddir/build/BUILDROOT/SDL2_gfx-1.0.3-1.el7.arm/usr/share/doc/SDL2_gfx-1.0.3 + cp -a Docs/html /builddir/build/BUILDROOT/SDL2_gfx-1.0.3-1.el7.arm/usr/share/doc/SDL2_gfx-1.0.3/ + install -d /builddir/build/BUILDROOT/SDL2_gfx-1.0.3-1.el7.arm/usr/lib/SDL2_gfx + install test/testgfx /builddir/build/BUILDROOT/SDL2_gfx-1.0.3-1.el7.arm/usr/lib/SDL2_gfx + install -Dpm0644 SDL2_gfx.pc /builddir/build/BUILDROOT/SDL2_gfx-1.0.3-1.el7.arm/usr/lib/pkgconfig/SDL2_gfx.pc + find /builddir/build/BUILDROOT/SDL2_gfx-1.0.3-1.el7.arm -type f -name '*.la' -delete + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 /builddir/build/BUILD/SDL2_gfx-1.0.3 extracting debug info from /builddir/build/BUILDROOT/SDL2_gfx-1.0.3-1.el7.arm/usr/lib/libSDL2_gfx-1.0.so.0.0.2 extracting debug info from /builddir/build/BUILDROOT/SDL2_gfx-1.0.3-1.el7.arm/usr/lib/SDL2_gfx/testgfx /usr/lib/rpm/sepdebugcrcfix: Updated 2 CRC32s, 0 CRC32s did match. symlinked /usr/lib/debug/usr/lib/libSDL2_gfx-1.0.so.0.0.2.debug to /usr/lib/debug/usr/lib/libSDL2_gfx.so.debug symlinked /usr/lib/debug/usr/lib/libSDL2_gfx-1.0.so.0.0.2.debug to /usr/lib/debug/usr/lib/libSDL2_gfx-1.0.so.0.debug 1133 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.L6XSHF + 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 df 45 60 5e 12 21 b6 df src2 01 03 03 02 2c 09 08 07 06 05 04 03 02 01 0a df 45 60 5e 12 21 b6 df MMX BitAnd dest 01 00 01 02 20 01 00 07 00 01 00 03 00 01 08 df 45 60 5e 12 21 b6 df MMX 50x2048k: 734ms 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 df 45 60 5e 12 21 b6 df src2 01 03 03 02 2c 09 08 07 06 05 04 03 02 01 0a df 45 60 5e 12 21 b6 df C BitAnd dest 01 00 01 02 20 01 00 07 00 01 00 03 00 01 08 df 45 60 5e 12 21 b6 df C 50x2048k: 733ms 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 97 79 21 be 38 bb 7d e7 src2 01 03 03 02 2c 09 08 07 06 05 04 03 02 01 0a 97 79 21 be 38 bb 7d e7 MMX BitOr dest 01 07 03 03 2d 0d 0e 07 0e 0d 0e 0b 0e 0d 0a 97 79 21 be 38 bb 7d e7 MMX 50x2048k: 733ms 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 97 79 21 be 38 bb 7d e7 src2 01 03 03 02 2c 09 08 07 06 05 04 03 02 01 0a 97 79 21 be 38 bb 7d e7 C BitOr dest 01 07 03 03 2d 0d 0e 07 0e 0d 0e 0b 0e 0d 0a 97 79 21 be 38 bb 7d e7 C 50x2048k: 733ms 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 dc 65 c5 ce cd 7a 55 09 src2 01 03 03 02 2c 09 08 07 06 05 04 03 02 01 0a dc 65 c5 ce cd 7a 55 09 MMX Add dest 02 07 04 05 4d 0e 0e 0e 0e 0e 0e 0e 0e 0e 12 ff ca ff ff ff f4 aa 12 MMX 50x2048k: 1089ms 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 dc 65 c5 ce cd 7a 55 09 src2 01 03 03 02 2c 09 08 07 06 05 04 03 02 01 0a dc 65 c5 ce cd 7a 55 09 C Add dest 02 07 04 05 4d 0e 0e 0e 0e 0e 0e 0e 0e 0e 12 ff ca ff ff ff f4 aa 12 C 50x2048k: 1089ms 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 7f 1b 73 32 02 27 42 e1 src2 01 03 03 02 2c 09 08 07 06 05 04 03 02 01 0a 7f 1b 73 32 02 27 42 e1 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: 1086ms 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 7f 1b 73 32 02 27 42 e1 src2 01 03 03 02 2c 09 08 07 06 05 04 03 02 01 0a 7f 1b 73 32 02 27 42 e1 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: 1089ms 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 6d a3 3f 7f c4 f6 5f 5b src2 01 03 03 02 2c 09 08 07 06 05 04 03 02 01 0a 6d a3 3f 7f c4 f6 5f 5b MMX Mean dest 00 03 01 02 26 06 07 06 07 06 07 06 07 06 09 6c a2 3e 7e c4 f6 5e 5a MMX 50x2048k: 766ms 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 6d a3 3f 7f c4 f6 5f 5b src2 01 03 03 02 2c 09 08 07 06 05 04 03 02 01 0a 6d a3 3f 7f c4 f6 5f 5b C Mean dest 00 03 01 02 26 06 07 06 07 06 07 06 07 06 09 6c a2 3e 7e c4 f6 5e 5a C 50x2048k: 777ms 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 6f 80 19 a7 3b 96 8e 17 src2 01 03 03 02 2c 09 08 07 06 05 04 03 02 01 0a 6f 80 19 a7 3b 96 8e 17 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: 853ms 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 6f 80 19 a7 3b 96 8e 17 src2 01 03 03 02 2c 09 08 07 06 05 04 03 02 01 0a 6f 80 19 a7 3b 96 8e 17 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: 852ms 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 fc 54 e6 c9 ce 3b d3 4d src2 01 03 03 02 2c 09 08 07 06 05 04 03 02 01 0a fc 54 e6 c9 ce 3b d3 4d 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: 1285ms 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 fc 54 e6 c9 ce 3b d3 4d src2 01 03 03 02 2c 09 08 07 06 05 04 03 02 01 0a fc 54 e6 c9 ce 3b d3 4d 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: 1286ms 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 56 46 7f 58 6d c1 39 da src2 01 03 03 02 2c 09 08 07 06 05 04 03 02 01 0a 56 46 7f 58 6d c1 39 da MMX MultNor dest 01 0c 03 06 ac 2d 30 31 30 2d 28 21 18 0d 50 e4 24 01 40 69 81 b1 a4 MMX 50x2048k: 1044ms 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 56 46 7f 58 6d c1 39 da src2 01 03 03 02 2c 09 08 07 06 05 04 03 02 01 0a 56 46 7f 58 6d c1 39 da C MultNor dest 01 0c 03 06 ac 2d 30 31 30 2d 28 21 18 0d 50 e4 24 01 40 69 81 b1 a4 C 50x2048k: 1043ms 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 64 79 5a 28 6f b9 83 de src2 01 03 03 02 2c 09 08 07 06 05 04 03 02 01 0a 64 79 5a 28 6f b9 83 de MMX MultDivby2 dest 00 06 00 02 ff 12 18 15 18 14 14 0f 0c 06 28 ff ff ff ff ff ff ff ff MMX 50x2048k: 1324ms 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 64 79 5a 28 6f b9 83 de src2 01 03 03 02 2c 09 08 07 06 05 04 03 02 01 0a 64 79 5a 28 6f b9 83 de C MultDivby2 dest 00 06 00 02 ff 12 18 15 18 14 14 0f 0c 06 28 ff ff ff ff ff ff ff ff C 50x2048k: 1324ms 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 39 9d 86 74 33 14 8b 2f src2 01 03 03 02 2c 09 08 07 06 05 04 03 02 01 0a 39 9d 86 74 33 14 8b 2f MMX MultDivby4 dest 00 02 00 01 ff 08 0c 09 0c 08 0a 05 06 00 14 ff ff ff ff ff 64 ff ff MMX 50x2048k: 1372ms 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 39 9d 86 74 33 14 8b 2f src2 01 03 03 02 2c 09 08 07 06 05 04 03 02 01 0a 39 9d 86 74 33 14 8b 2f C MultDivby4 dest 00 02 00 01 ff 08 0c 09 0c 08 0a 05 06 00 14 ff ff ff ff ff 64 ff ff C 50x2048k: 1432ms 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 68 71 f9 36 ac cc 83 02 src2 01 03 03 02 2c 09 08 07 06 05 04 03 02 01 0a 68 71 f9 36 ac cc 83 02 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: 3535ms 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 68 71 f9 36 ac cc 83 02 src2 01 03 03 02 2c 09 08 07 06 05 04 03 02 01 0a 68 71 f9 36 ac cc 83 02 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: 3535ms 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 02 5a 7f c4 94 5a 28 MMX BitNegation dest fe fb fe fc de fa f9 f8 f7 f6 f5 f4 f3 f2 f7 ed fd a5 80 3b 6b a5 d7 MMX 50x2048k: 665ms 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 02 5a 7f c4 94 5a 28 C BitNegation dest fe fb fe fc de fa f9 f8 f7 f6 f5 f4 f3 f2 f7 ed fd a5 80 3b 6b a5 d7 C 50x2048k: 686ms 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 0d b4 51 7c 6d d4 5a a6 MMX AddByte(3) dest 04 07 04 06 24 08 09 0a 0b 0c 0d 0e 0f 10 0b 10 b7 54 7f 70 d7 5d a9 MMX 50x2048k: 832ms 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 0d b4 51 7c 6d d4 5a a6 C AddByte(3) dest 04 07 04 06 24 08 09 0a 0b 0c 0d 0e 0f 10 0b 10 b7 54 7f 70 d7 5d a9 C 50x2048k: 833ms 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 71 e0 1a a5 f5 a5 d4 5d MMX AddByteToHalf(3) dest 03 05 03 04 13 05 06 06 07 07 08 08 09 09 07 3b 73 10 55 7d 55 6d 31 MMX 50x2048k: 982ms 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 71 e0 1a a5 f5 a5 d4 5d C AddByteToHalf(3) dest 03 05 03 04 13 05 06 06 07 07 08 08 09 09 07 3b 73 10 55 7d 55 6d 31 C 50x2048k: 982ms 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 17 cd 94 c3 99 17 c6 ab MMX SubByte(3) dest 00 01 00 00 1e 02 03 04 05 06 07 08 09 0a 05 14 ca 91 c0 96 14 c3 a8 MMX 50x2048k: 776ms 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 17 cd 94 c3 99 17 c6 ab C SubByte(3) dest 00 01 00 00 1e 02 03 04 05 06 07 08 09 0a 05 14 ca 91 c0 96 14 c3 a8 C 50x2048k: 771ms 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 1a 20 2b de b4 85 06 c1 MMX ShiftRight(1) dest 00 02 00 01 10 02 03 03 04 04 05 05 06 06 04 0d 10 15 6f 5a 42 03 60 MMX 50x2048k: 737ms 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 1a 20 2b de b4 85 06 c1 C ShiftRight(1) dest 00 02 00 01 10 02 03 03 04 04 05 05 06 06 04 0d 10 15 6f 5a 42 03 60 C 50x2048k: 739ms 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 39 57 3d a6 2c 98 4c 9d MMX ShiftRightUint(4) dest 40 10 30 00 52 60 70 00 90 a0 b0 00 d0 80 90 03 d5 63 ca 02 42 03 60 MMX 50x2048k: 255ms 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 39 57 3d a6 2c 98 4c 9d C ShiftRightUint(4) dest 40 10 30 00 52 60 70 00 90 a0 b0 00 d0 80 90 03 d5 63 ca 02 42 03 60 C 50x2048k: 257ms 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 66 42 6d 0b 17 cb 22 MMX MultByByte(3) dest 03 0c 03 09 63 0f 12 15 18 1b 1e 21 24 27 18 ff ff c6 ff 21 45 ff 66 MMX 50x2048k: 1103ms 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 66 42 6d 0b 17 cb 22 C MultByByte(3) dest 03 0c 03 09 63 0f 12 15 18 1b 1e 21 24 27 18 ff ff c6 ff 21 45 ff 66 C 50x2048k: 1093ms 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 e4 5f e6 7e 76 ac 29 90 MMX ShiftLeftByte(3) dest 08 20 08 18 08 28 30 38 40 48 50 58 60 68 40 20 f8 30 f0 b0 60 48 80 MMX 50x2048k: 735ms 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 e4 5f e6 7e 76 ac 29 90 C ShiftLeftByte(3) dest 08 20 08 18 08 28 30 38 40 48 50 58 60 68 40 20 f8 30 f0 b0 60 48 80 C 50x2048k: 739ms 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 cc 54 6e 81 d9 75 42 12 MMX ShiftLeft(3) dest 08 20 08 18 ff 28 30 38 40 48 50 58 60 68 40 ff ff ff ff ff ff ff 90 MMX 50x2048k: 916ms 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 cc 54 6e 81 d9 75 42 12 C ShiftLeft(3) dest 08 20 08 18 ff 28 30 38 40 48 50 58 60 68 40 ff ff ff ff ff ff ff 90 C 50x2048k: 919ms 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 cc 80 b8 f8 18 04 96 90 MMX ShiftLeftUint(4) dest 10 40 10 30 10 52 60 70 80 90 a0 b0 c0 d0 80 c0 00 88 8b 8f ff ff 90 MMX 50x2048k: 255ms 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 cc 80 b8 f8 18 04 96 90 C ShiftLeftUint(4) dest 10 40 10 30 10 52 60 70 80 90 a0 b0 c0 d0 80 c0 00 88 8b 8f ff ff 90 C 50x2048k: 254ms 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 6a d8 fe 76 ef c9 98 d4 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: 684ms 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 6a d8 fe 76 ef c9 98 d4 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: 680ms 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 7e 52 9e 2a 7b 2f f7 MMX ShiftRightAndMultByByte(1,3) dest 00 06 00 03 30 06 09 09 0c 0c 0f 0f 12 12 0c 3c bd 7b ed 3f b7 45 ff MMX 50x2048k: 1197ms 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 7e 52 9e 2a 7b 2f f7 C ShiftRightAndMultByByte(1,3) dest 00 06 00 03 30 06 09 09 0c 0c 0f 0f 12 12 0c 3c bd 7b ed 3f b7 45 ff C 50x2048k: 1198ms 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 d0 9d 78 a9 12 ba bc df 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: 973ms 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 d0 9d 78 a9 12 ba bc df 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: 974ms 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 3a 74 d7 52 79 6d e3 e3 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: 1077ms 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 3a 74 d7 52 79 6d e3 e3 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: 1076ms 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 46 e1 59 35 aa f2 09 d2 MMX AddUint(16909060) dest 05 07 03 04 25 08 08 08 0c 0c 0c 0c 10 10 0a 47 e5 5c 37 ab f6 0c d4 MMX 50x2048k: 1202ms 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 46 e1 59 35 aa f2 09 d2 C AddUint(16909060) dest 05 07 03 04 25 08 08 08 0c 0c 0c 0c 10 10 0a 47 e5 5c 37 ab f6 0c d4 C 50x2048k: 1202ms 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 70 5b 70 9b d7 9f 92 a7 MMX SubUint(16909060) dest 00 01 00 02 1d 02 04 06 04 06 08 0a 08 0a 06 6f 57 6d 99 d6 9b 8f a5 MMX 50x2048k: 1003ms 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 70 5b 70 9b d7 9f 92 a7 C SubUint(16909060) dest 00 01 00 02 1d 02 04 06 04 06 08 0a 08 0a 06 6f 57 6d 99 d6 9b 8f a5 C 50x2048k: 1014ms OK ------------------------------------------------------------------------ MMX was NOT detected Result: 27 of 27 passed OK. + exit 0 Processing files: SDL2_gfx-1.0.3-1.el7.armv7hl Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.KIkB65 + umask 022 + cd /builddir/build/BUILD + cd SDL2_gfx-1.0.3 + DOCDIR=/builddir/build/BUILDROOT/SDL2_gfx-1.0.3-1.el7.arm/usr/share/doc/SDL2_gfx-1.0.3 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/SDL2_gfx-1.0.3-1.el7.arm/usr/share/doc/SDL2_gfx-1.0.3 + cp -pr NEWS /builddir/build/BUILDROOT/SDL2_gfx-1.0.3-1.el7.arm/usr/share/doc/SDL2_gfx-1.0.3 + cp -pr README /builddir/build/BUILDROOT/SDL2_gfx-1.0.3-1.el7.arm/usr/share/doc/SDL2_gfx-1.0.3 + cp -pr AUTHORS /builddir/build/BUILDROOT/SDL2_gfx-1.0.3-1.el7.arm/usr/share/doc/SDL2_gfx-1.0.3 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.Z84KeB + umask 022 + cd /builddir/build/BUILD + cd SDL2_gfx-1.0.3 + LICENSEDIR=/builddir/build/BUILDROOT/SDL2_gfx-1.0.3-1.el7.arm/usr/share/licenses/SDL2_gfx-1.0.3 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/SDL2_gfx-1.0.3-1.el7.arm/usr/share/licenses/SDL2_gfx-1.0.3 + cp -pr COPYING /builddir/build/BUILDROOT/SDL2_gfx-1.0.3-1.el7.arm/usr/share/licenses/SDL2_gfx-1.0.3 + exit 0 Provides: SDL2_gfx = 1.0.3-1.el7 SDL2_gfx(armv7hl-32) = 1.0.3-1.el7 libSDL2_gfx-1.0.so.0 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-armhf.so.3 ld-linux-armhf.so.3(GLIBC_2.4) libSDL2-2.0.so.0 libc.so.6 libc.so.6(GLIBC_2.4) libgcc_s.so.1 libgcc_s.so.1(GCC_3.5) rtld(GNU_HASH) Processing files: SDL2_gfx-devel-1.0.3-1.el7.armv7hl Provides: SDL2_gfx-devel = 1.0.3-1.el7 SDL2_gfx-devel(armv7hl-32) = 1.0.3-1.el7 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-armhf.so.3 ld-linux-armhf.so.3(GLIBC_2.4) libSDL2-2.0.so.0 libSDL2_gfx-1.0.so.0 libc.so.6 libc.so.6(GLIBC_2.4) libgcc_s.so.1 libgcc_s.so.1(GCC_3.5) libm.so.6 pkgconfig(sdl2) >= 2.0.0 rtld(GNU_HASH) Processing files: SDL2_gfx-docs-1.0.3-1.el7.noarch Provides: SDL2_gfx-docs = 1.0.3-1.el7 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-1.el7.armv7hl Provides: SDL2_gfx-debuginfo = 1.0.3-1.el7 SDL2_gfx-debuginfo(armv7hl-32) = 1.0.3-1.el7 Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/SDL2_gfx-1.0.3-1.el7.arm Wrote: /builddir/build/RPMS/SDL2_gfx-1.0.3-1.el7.armv7hl.rpm Wrote: /builddir/build/RPMS/SDL2_gfx-devel-1.0.3-1.el7.armv7hl.rpm Wrote: /builddir/build/RPMS/SDL2_gfx-docs-1.0.3-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/SDL2_gfx-debuginfo-1.0.3-1.el7.armv7hl.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.iy493W + 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.el7.arm + exit 0 Child return code was: 0