Mock Version: 1.4.13 Mock Version: 1.4.13 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/biniax.spec'], chrootPath='/var/lib/mock/f30-build-41255-23055/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=345600uid=995gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/biniax.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 Wrote: /builddir/build/SRPMS/biniax-1.2-24.fc30.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/biniax.spec'], chrootPath='/var/lib/mock/f30-build-41255-23055/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=345600uid=995gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/biniax.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.aLOJal + 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 . Patch #0 (biniax-1.2-gfx.patch): + echo '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):' + /usr/bin/patch --no-backup-if-mismatch -p0 -b --suffix .snd --fuzz=0 Patch #1 (biniax-1.2-snd.patch): patching file desktop/snd.c Patch #2 (biniax-1.2-save.patch): + echo 'Patch #2 (biniax-1.2-save.patch):' + /usr/bin/patch --no-backup-if-mismatch -p0 -b --suffix .save --fuzz=0 patching file biniax.c Patch #3 (biniax-1.2-optflags.patch): + echo 'Patch #3 (biniax-1.2-optflags.patch):' + /usr/bin/patch --no-backup-if-mismatch -p0 -b --suffix .optflags --fuzz=0 patching file makefile Patch #4 (biniax-1.2-close.patch): + echo '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.c439Hv + 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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection biniax.c desktop/gfx.c desktop/snd.c desktop/inp.c desktop/sys.c -I . -I desktop -o biniax -lSDL -lSDL_mixer BUILDSTDERR: biniax.c: In function 'gameSession': BUILDSTDERR: biniax.c:394:11: warning: variable 'sndType' set but not used [-Wunused-but-set-variable] BUILDSTDERR: BNX_INT8 sndType; BUILDSTDERR: ^~~~~~~ BUILDSTDERR: biniax.c: In function 'loadGame': BUILDSTDERR: biniax.c:575:2: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: fread( game, 1, sizeof( BNX_GAME ), file ); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: biniax.c: In function 'loadHiScore': BUILDSTDERR: biniax.c:619:2: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: fread( &game->best, 1, sizeof( game->best ), file ); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: biniax.c:620:2: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: fread( &test, 1, sizeof( game->best ), file ); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: desktop/gfx.c: In function 'gfxRenderGame': BUILDSTDERR: desktop/gfx.c:222:32: warning: array subscript has type 'char' [-Wchar-subscripts] BUILDSTDERR: SDL_BlitSurface( _Gfx.cursors[cursor], NULL, _Gfx.screen, &pos ); BUILDSTDERR: ^ BUILDSTDERR: desktop/gfx.c:226:33: warning: array subscript has type 'char' [-Wchar-subscripts] BUILDSTDERR: SDL_BlitSurface( _Gfx.elements[game->player.e], NULL, _Gfx.screen, &pos ); BUILDSTDERR: ^ BUILDSTDERR: desktop/inp.c: In function 'inpUpdate': BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_UNKNOWN' not handled in switch [-Wswitch] BUILDSTDERR: switch( event.key.keysym.sym ) BUILDSTDERR: ^~~~~~ BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_FIRST' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_BACKSPACE' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_TAB' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_CLEAR' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_PAUSE' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_EXCLAIM' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_QUOTEDBL' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_HASH' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_DOLLAR' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_AMPERSAND' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_QUOTE' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_LEFTPAREN' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_RIGHTPAREN' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_ASTERISK' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_PLUS' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_COMMA' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_MINUS' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_PERIOD' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_SLASH' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_0' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_1' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_2' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_3' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_4' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_5' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_6' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_7' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_8' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_9' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_COLON' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_SEMICOLON' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_LESS' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_EQUALS' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_GREATER' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_QUESTION' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_AT' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_LEFTBRACKET' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_BACKSLASH' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_RIGHTBRACKET' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_CARET' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_UNDERSCORE' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_BACKQUOTE' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_a' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_b' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_c' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_d' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_e' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_f' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_g' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_h' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_i' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_j' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_k' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_l' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_m' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_n' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_o' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_p' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_q' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_r' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_s' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_t' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_u' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_v' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_w' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_x' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_y' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_z' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_DELETE' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_0' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_1' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_2' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_3' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_4' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_5' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_6' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_7' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_8' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_9' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_10' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_11' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_12' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_13' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_14' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_15' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_16' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_17' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_18' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_19' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_20' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_21' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_22' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_23' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_24' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_25' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_26' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_27' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_28' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_29' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_30' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_31' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_32' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_33' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_34' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_35' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_36' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_37' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_38' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_39' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_40' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_41' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_42' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_43' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_44' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_45' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_46' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_47' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_48' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_49' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_50' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_51' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_52' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_53' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_54' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_55' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_56' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_57' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_58' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_59' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_60' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_61' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_62' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_63' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_64' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_65' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_66' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_67' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_68' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_69' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_70' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_71' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_72' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_73' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_74' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_75' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_76' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_77' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_78' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_79' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_80' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_81' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_82' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_83' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_84' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_85' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_86' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_87' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_88' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_89' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_90' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_91' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_92' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_93' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_94' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_WORLD_95' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_KP0' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_KP1' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_KP2' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_KP3' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_KP4' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_KP5' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_KP6' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_KP7' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_KP8' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_KP9' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_KP_PERIOD' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_KP_DIVIDE' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_KP_MULTIPLY' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_KP_MINUS' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_KP_PLUS' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_KP_ENTER' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_KP_EQUALS' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_INSERT' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_HOME' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_END' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_PAGEUP' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_PAGEDOWN' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_F1' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_F2' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_F3' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_F4' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_F5' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_F6' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_F7' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_F8' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_F9' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_F10' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_F11' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_F12' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_F13' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_F14' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_F15' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_NUMLOCK' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_CAPSLOCK' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_SCROLLOCK' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_RSHIFT' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_LSHIFT' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_RCTRL' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_LCTRL' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_RALT' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_LALT' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_RMETA' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_LMETA' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_LSUPER' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_RSUPER' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_MODE' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_COMPOSE' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_HELP' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_PRINT' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_SYSREQ' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_BREAK' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_MENU' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_POWER' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_EURO' not handled in switch [-Wswitch] BUILDSTDERR: desktop/inp.c:45:5: warning: enumeration value 'SDLK_UNDO' not handled in switch [-Wswitch] BUILDSTDERR: 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.xoSaT0 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/biniax-1.2-24.fc30.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/biniax-1.2-24.fc30.riscv64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/biniax-1.2-24.fc30.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/biniax-1.2-24.fc30.riscv64 + cd biniax + rm -rf /builddir/build/BUILDROOT/biniax-1.2-24.fc30.riscv64 + mkdir -p /builddir/build/BUILDROOT/biniax-1.2-24.fc30.riscv64/usr/bin + mkdir -p /builddir/build/BUILDROOT/biniax-1.2-24.fc30.riscv64/usr/share/biniax/data + install -p -m 755 biniax /builddir/build/BUILDROOT/biniax-1.2-24.fc30.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-24.fc30.riscv64/usr/share/biniax/data/ + desktop-file-install --dir=/builddir/build/BUILDROOT/biniax-1.2-24.fc30.riscv64/usr/share/applications /builddir/build/SOURCES/biniax.desktop + mkdir -p /builddir/build/BUILDROOT/biniax-1.2-24.fc30.riscv64/usr/share/icons/hicolor/32x32/apps + install -p -m 0644 /builddir/build/SOURCES/biniax.png /builddir/build/BUILDROOT/biniax-1.2-24.fc30.riscv64/usr/share/icons/hicolor/32x32/apps/biniax.png + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 1.2-24.fc30 --unique-debug-suffix -1.2-24.fc30.riscv64 --unique-debug-src-base biniax-1.2-24.fc30.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/biniax explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/biniax-1.2-24.fc30.riscv64/usr/bin/biniax extracting debug info from /builddir/build/BUILDROOT/biniax-1.2-24.fc30.riscv64/usr/bin/biniax /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. BUILDSTDERR: 74 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig BUILDSTDERR: /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: biniax-1.2-24.fc30.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.FDKgwp + umask 022 + cd /builddir/build/BUILD + cd biniax + DOCDIR=/builddir/build/BUILDROOT/biniax-1.2-24.fc30.riscv64/usr/share/doc/biniax + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/biniax-1.2-24.fc30.riscv64/usr/share/doc/biniax + cp -pr LICENSE.txt /builddir/build/BUILDROOT/biniax-1.2-24.fc30.riscv64/usr/share/doc/biniax + cp -pr Readme.txt /builddir/build/BUILDROOT/biniax-1.2-24.fc30.riscv64/usr/share/doc/biniax + exit 0 Provides: application() application(biniax.desktop) biniax = 1.2-24.fc30 biniax(riscv-64) = 1.2-24.fc30 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) 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) Processing files: biniax-debugsource-1.2-24.fc30.riscv64 Provides: biniax-debugsource = 1.2-24.fc30 biniax-debugsource(riscv-64) = 1.2-24.fc30 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: biniax-debuginfo-1.2-24.fc30.riscv64 Provides: biniax-debuginfo = 1.2-24.fc30 biniax-debuginfo(riscv-64) = 1.2-24.fc30 debuginfo(build-id) = 129f5e6209abf126747574aaf7c33258565db837 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: biniax-debugsource(riscv-64) = 1.2-24.fc30 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/biniax-1.2-24.fc30.riscv64 Wrote: /builddir/build/RPMS/biniax-1.2-24.fc30.riscv64.rpm Wrote: /builddir/build/RPMS/biniax-debugsource-1.2-24.fc30.riscv64.rpm Wrote: /builddir/build/RPMS/biniax-debuginfo-1.2-24.fc30.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.Z1GqYs + umask 022 + cd /builddir/build/BUILD + cd biniax + /usr/bin/rm -rf /builddir/build/BUILDROOT/biniax-1.2-24.fc30.riscv64 + exit 0 Child return code was: 0