+ exec + rm -rf /rpmbuild + mkdir -p /rpmbuild + su -c 'rpmbuild -ba /builddir/build/SPECS/biniax.spec --define "debug_package %{nil}" --undefine _annotated_build --define "_missing_doc_files_terminate_build %{nil}" --define "_emacs_sitestartdir /usr/share/emacs/site-lisp/site-start.d" --define "_emacs_sitelispdir /usr/share/emacs/site-lisp" --nocheck ' mockbuild Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.UqEUVW + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf biniax + /usr/bin/mkdir -p biniax + cd biniax + /usr/bin/unzip -qq /builddir/build/SOURCES/biniax-src.zip + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (biniax-1.2-gfx.patch):' Patch #0 (biniax-1.2-gfx.patch): + /usr/bin/patch --no-backup-if-mismatch -p0 -b --suffix .gfx --fuzz=0 patching file desktop/gfx.c + echo 'Patch #1 (biniax-1.2-snd.patch):' Patch #1 (biniax-1.2-snd.patch): + /usr/bin/patch --no-backup-if-mismatch -p0 -b --suffix .snd --fuzz=0 patching file desktop/snd.c + echo 'Patch #2 (biniax-1.2-save.patch):' Patch #2 (biniax-1.2-save.patch): + /usr/bin/patch --no-backup-if-mismatch -p0 -b --suffix .save --fuzz=0 patching file biniax.c + echo 'Patch #3 (biniax-1.2-optflags.patch):' Patch #3 (biniax-1.2-optflags.patch): + /usr/bin/patch --no-backup-if-mismatch -p0 -b --suffix .optflags --fuzz=0 patching file makefile + echo 'Patch #4 (biniax-1.2-close.patch):' Patch #4 (biniax-1.2-close.patch): + /usr/bin/patch --no-backup-if-mismatch -p0 -b --suffix .close --fuzz=0 patching file desktop/inp.c + sed -i 's/\r//' Readme.txt LICENSE.txt + sed -i 's!@DATADIR@!/usr/share!' desktop/gfx.c + sed -i 's!@DATADIR@!/usr/share!' desktop/snd.c + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.3CFow7 + umask 022 + cd /builddir/build/BUILD + cd biniax + make -j4 gcc `sdl-config --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 biniax.c desktop/gfx.c desktop/snd.c desktop/inp.c desktop/sys.c -I . -I desktop -o biniax -lSDL -lSDL_mixer biniax.c: In function 'gameSession': biniax.c:394:11: warning: variable 'sndType' set but not used [-Wunused-but-set-variable] BNX_INT8 sndType; ^~~~~~~ biniax.c: In function 'loadGame': biniax.c:575:2: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread( game, 1, sizeof( BNX_GAME ), file ); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ biniax.c: In function 'loadHiScore': biniax.c:619:2: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread( &game->best, 1, sizeof( game->best ), file ); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ biniax.c:620:2: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread( &test, 1, sizeof( game->best ), file ); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ desktop/gfx.c: In function 'gfxRenderGame': desktop/gfx.c:222:32: warning: array subscript has type 'char' [-Wchar-subscripts] SDL_BlitSurface( _Gfx.cursors[cursor], NULL, _Gfx.screen, &pos ); ^ desktop/gfx.c:226:33: warning: array subscript has type 'char' [-Wchar-subscripts] SDL_BlitSurface( _Gfx.elements[game->player.e], NULL, _Gfx.screen, &pos ); ^ desktop/inp.c: In function 'inpUpdate': desktop/inp.c:45:5: warning: enumeration value 'SDLK_UNKNOWN' not handled in switch [-Wswitch] switch( event.key.keysym.sym ) ^~~~~~ desktop/inp.c:45:5: warning: enumeration value 'SDLK_FIRST' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_BACKSPACE' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_TAB' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_CLEAR' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_PAUSE' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_EXCLAIM' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_QUOTEDBL' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_HASH' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_DOLLAR' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_AMPERSAND' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_QUOTE' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_LEFTPAREN' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_RIGHTPAREN' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_ASTERISK' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_PLUS' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_COMMA' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_MINUS' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_PERIOD' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_SLASH' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_0' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_1' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_2' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_3' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_4' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_5' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_6' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_7' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_8' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_9' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_COLON' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_SEMICOLON' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_LESS' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_EQUALS' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_GREATER' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_QUESTION' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_AT' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_LEFTBRACKET' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_BACKSLASH' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_RIGHTBRACKET' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_CARET' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_UNDERSCORE' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_BACKQUOTE' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_a' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_b' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_c' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_d' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_e' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_f' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_g' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_h' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_i' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_j' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_k' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_l' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_m' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_n' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_o' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_p' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_q' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_r' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_s' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_t' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_u' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_v' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_w' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_x' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_y' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_z' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_DELETE' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_0' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_1' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_2' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_3' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_4' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_5' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_6' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_7' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_8' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_9' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_10' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_11' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_12' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_13' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_14' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_15' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_16' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_17' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_18' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_19' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_20' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_21' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_22' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_23' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_24' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_25' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_26' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_27' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_28' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_29' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_30' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_31' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_32' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_33' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_34' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_35' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_36' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_37' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_38' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_39' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_40' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_41' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_42' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_43' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_44' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_45' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_46' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_47' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_48' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_49' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_50' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_51' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_52' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_53' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_54' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_55' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_56' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_57' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_58' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_59' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_60' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_61' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_62' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_63' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_64' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_65' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_66' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_67' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_68' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_69' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_70' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_71' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_72' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_73' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_74' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_75' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_76' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_77' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_78' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_79' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_80' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_81' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_82' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_83' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_84' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_85' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_86' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_87' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_88' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_89' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_90' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_91' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_92' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_93' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_94' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_95' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_KP0' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_KP1' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_KP2' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_KP3' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_KP4' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_KP5' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_KP6' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_KP7' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_KP8' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_KP9' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_KP_PERIOD' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_KP_DIVIDE' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_KP_MULTIPLY' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_KP_MINUS' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_KP_PLUS' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_KP_ENTER' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_KP_EQUALS' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_INSERT' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_HOME' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_END' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_PAGEUP' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_PAGEDOWN' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_F1' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_F2' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_F3' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_F4' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_F5' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_F6' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_F7' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_F8' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_F9' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_F10' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_F11' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_F12' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_F13' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_F14' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_F15' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_NUMLOCK' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_CAPSLOCK' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_SCROLLOCK' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_RSHIFT' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_LSHIFT' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_RCTRL' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_LCTRL' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_RALT' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_LALT' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_RMETA' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_LMETA' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_LSUPER' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_RSUPER' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_MODE' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_COMPOSE' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_HELP' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_PRINT' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_SYSREQ' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_BREAK' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_MENU' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_POWER' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_EURO' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_UNDO' not handled in switch [-Wswitch] desktop/inp.c:45:5: warning: enumeration value 'SDLK_LAST' not handled in switch [-Wswitch] + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.yyQeHp + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/biniax-1.2-21.fc28.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/biniax-1.2-21.fc28.riscv64 ++ dirname /builddir/build/BUILDROOT/biniax-1.2-21.fc28.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/biniax-1.2-21.fc28.riscv64 + cd biniax + rm -rf /builddir/build/BUILDROOT/biniax-1.2-21.fc28.riscv64 + mkdir -p /builddir/build/BUILDROOT/biniax-1.2-21.fc28.riscv64/usr/bin + mkdir -p /builddir/build/BUILDROOT/biniax-1.2-21.fc28.riscv64/usr/share/biniax/data + install -p -m 755 biniax /builddir/build/BUILDROOT/biniax-1.2-21.fc28.riscv64/usr/bin/biniax + install -p -m 644 data/background.bmp data/cursor0.bmp data/cursor1.bmp data/element0.bmp data/element1.bmp data/element2.bmp data/element3.bmp data/font.bmp data/gameover.bmp data/option0.bmp data/option1.bmp data/option2.bmp data/sfx1.wav data/sfx2.wav data/sfx3.wav data/sfx4.wav data/shield.bmp data/splash.bmp /builddir/build/BUILDROOT/biniax-1.2-21.fc28.riscv64/usr/share/biniax/data/ + desktop-file-install --dir=/builddir/build/BUILDROOT/biniax-1.2-21.fc28.riscv64/usr/share/applications /builddir/build/SOURCES/biniax.desktop + mkdir -p /builddir/build/BUILDROOT/biniax-1.2-21.fc28.riscv64/usr/share/icons/hicolor/32x32/apps + install -p -m 0644 /builddir/build/SOURCES/biniax.png /builddir/build/BUILDROOT/biniax-1.2-21.fc28.riscv64/usr/share/icons/hicolor/32x32/apps/biniax.png + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: biniax-1.2-21.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.9EuSrr + umask 022 + cd /builddir/build/BUILD + cd biniax + DOCDIR=/builddir/build/BUILDROOT/biniax-1.2-21.fc28.riscv64/usr/share/doc/biniax + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/biniax-1.2-21.fc28.riscv64/usr/share/doc/biniax + cp -pr LICENSE.txt /builddir/build/BUILDROOT/biniax-1.2-21.fc28.riscv64/usr/share/doc/biniax + cp -pr Readme.txt /builddir/build/BUILDROOT/biniax-1.2-21.fc28.riscv64/usr/share/doc/biniax + exit 0 Provides: application() application(biniax.desktop) biniax = 1.2-21.fc28 biniax(riscv-64) = 1.2-21.fc28 Requires(interp): /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh Requires(postun): /bin/sh Requires: ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libSDL-1.2.so.0()(64bit) libSDL_mixer-1.2.so.0()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libpthread.so.0()(64bit) rtld(GNU_HASH) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/biniax-1.2-21.fc28.riscv64 Wrote: /builddir/build/SRPMS/biniax-1.2-21.fc28.src.rpm Wrote: /builddir/build/RPMS/riscv64/biniax-1.2-21.fc28.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.eqeJHE + umask 022 + cd /builddir/build/BUILD + cd biniax + rm -rf /builddir/build/BUILDROOT/biniax-1.2-21.fc28.riscv64 + exit 0 + touch /buildok + cleanup + set +e + sync + sleep 5 + sync + poweroff Terminated ++ cleanup ++ set +e ++ sync Terminated +++ cleanup +++ set +e +++ sync +++ sleep 5 +++ sync +++ poweroff