Mock Version: 0.9.14 Mock Version: 0.9.14 ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target i686 --nodeps builddir/build/SPECS/clonekeen.spec'], False, '/var/lib/mock/dist-f12-build-516609-79894/root/', None, 86400, True, 0, 103, 103, None, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target i686 --nodeps builddir/build/SPECS/clonekeen.spec'] warning: Could not canonicalize hostname: xenbuilder2.fedora.redhat.com Building target platforms: i686 Building for target i686 Wrote: /builddir/build/SRPMS/clonekeen-0.8.3-7.fc12.src.rpm Child returncode was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target i686 --nodeps builddir/build/SPECS/clonekeen.spec'], False, '/var/lib/mock/dist-f12-build-516609-79894/root/', None, 86400, True, 0, 103, 103, None, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bb --target i686 --nodeps builddir/build/SPECS/clonekeen.spec'] Building target platforms: i686 Building for target i686 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.xZS6ju + umask 022 + cd /builddir/build/BUILD + LANG=C + export LANG + unset DISPLAY + cd /builddir/build/BUILD + rm -rf keen + /usr/bin/unzip -qq /builddir/build/SOURCES/CKBeta83_Src.zip + STATUS=0 + '[' 0 -ne 0 ']' + cd keen + /usr/bin/gzip -dc /builddir/build/SOURCES/clonekeen-0.8.3-data.tar.gz + /bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + /bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (clonekeen-fixes.patch):' Patch #0 (clonekeen-fixes.patch): + /bin/cat /builddir/build/SOURCES/clonekeen-fixes.patch + /usr/bin/patch -s -p1 --fuzz=0 + echo 'Patch #1 (clonekeen-clonekeen2x-fixes.patch):' Patch #1 (clonekeen-clonekeen2x-fixes.patch): + /bin/cat /builddir/build/SOURCES/clonekeen-clonekeen2x-fixes.patch + /usr/bin/patch -s -p0 --fuzz=0 Patch #2 (clonekeen-options.patch): + echo 'Patch #2 (clonekeen-options.patch):' + /bin/cat /builddir/build/SOURCES/clonekeen-options.patch + /usr/bin/patch -s -p1 --fuzz=0 Patch #3 (clonekeen-missing-protos.patch): + echo 'Patch #3 (clonekeen-missing-protos.patch):' + /bin/cat /builddir/build/SOURCES/clonekeen-missing-protos.patch + /usr/bin/patch -s -p1 --fuzz=0 + cp -a /builddir/build/SOURCES/extract.c /builddir/build/SOURCES/clonekeen-extract-sounds.c . + rm src/scale2x/pixel.o src/scale2x/scale2x.o src/scale2x/scale3x.o src/scale2x/scalebit.o + sed -i 's/\r//g' readme.txt src/changelog.txt + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.OaLY56 + umask 022 + cd /builddir/build/BUILD + cd keen + LANG=C + export LANG + unset DISPLAY + make -j4 -C src -f Makefile.lnx 'CFLAGS=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables' make: Entering directory `/builddir/build/BUILD/keen/src' gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -c `sdl-config --cflags` main.c -DBUILD_SDL -DTARGET_LNX gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -c `sdl-config --cflags` fileio.c -DBUILD_SDL -DTARGET_LNX gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -c `sdl-config --cflags` game.c -DBUILD_SDL -DTARGET_LNX gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -c `sdl-config --cflags` gamedo.c -DBUILD_SDL -DTARGET_LNX main.c:78: warning: built-in function 'log' declared as non-function main.c: In function 'setoption': main.c:115: warning: array subscript has type 'char' main.c:117: warning: array subscript has type 'char' main.c: In function 'LoadConfig': main.c:140: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result game.c: In function 'gameloop': game.c:29: warning: unused variable 'mpskip' game.c:29: warning: unused variable 'mpskiptimer' game.c:28: warning: unused variable 'spacedownlasttime' game.c:27: warning: unused variable 'temp' game.c:26: warning: unused variable 'oldtimer' game.c:24: warning: unused variable 'c' game.c:24: warning: unused variable 'y' game.c:24: warning: unused variable 'x' game.c:24: warning: unused variable 'o' game.c: In function 'give_keycard': game.c:222: warning: unused variable 'i' game.c: In function 'take_keycard': main.c: In function 'main': main.c:305: warning: 'return' with no value, in function returning non-voidgame.c:243: warning: unused variable 'i' gamedo.c: In function 'gamedo_getInput': gamedo.c:30: warning: unused variable 'keysdirty' fileio.c: In function 'loadstrings': fileio.c:712: warning: pointer targets in passing argument 1 of 'loadstrings_AddAttr' differ in signedness fileio.c:585: note: expected 'char *' but argument is of type 'unsigned char *' fileio.c:721: warning: pointer targets in passing argument 1 of 'loadstrings_AddAttr' differ in signedness fileio.c:585: note: expected 'char *' but argument is of type 'unsigned char *' main.c:183: warning: unused variable 'fp' main.c:181: warning: unused variable 'msg' main.c:173: warning: unused variable 'c' fileio.c:799: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:397: note: expected 'const char *' but argument is of type 'unsigned char *' fileio.c:799: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:397: note: expected 'const char *' but argument is of type 'unsigned char *' fileio.c:808: warning: pointer targets in assignment differ in signedness fileio.c:809: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:397: note: expected 'const char *' but argument is of type 'unsigned char *' fileio.c:809: warning: pointer targets in assignment differ in signedness fileio.c:812: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:397: note: expected 'const char *' but argument is of type 'unsigned char *' fileio.c:813: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:397: note: expected 'const char *' but argument is of type 'unsigned char *' fileio.c: In function 'getstring': fileio.c:866: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:397: note: expected 'const char *' but argument is of type 'unsigned char *' fileio.c:866: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness fileio.c:866: note: expected 'const char *' but argument is of type 'unsigned char *' fileio.c:866: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness fileio.c:866: note: expected 'const char *' but argument is of type 'unsigned char *' fileio.c:866: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:397: note: expected 'const char *' but argument is of type 'unsigned char *' fileio.c:866: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness fileio.c:866: note: expected 'const char *' but argument is of type 'unsigned char *' fileio.c:866: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness fileio.c:866: note: expected 'const char *' but argument is of type 'unsigned char *' fileio.c:868: warning: pointer targets in return differ in signedness fileio.c: In function 'GetStringAttribute': fileio.c:881: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:397: note: expected 'const char *' but argument is of type 'unsigned char *' fileio.c:881: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness fileio.c:881: note: expected 'const char *' but argument is of type 'unsigned char *' fileio.c:881: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness fileio.c:881: note: expected 'const char *' but argument is of type 'unsigned char *' fileio.c:881: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:397: note: expected 'const char *' but argument is of type 'unsigned char *' fileio.c:881: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness fileio.c:881: note: expected 'const char *' but argument is of type 'unsigned char *' fileio.c:881: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness fileio.c:881: note: expected 'const char *' but argument is of type 'unsigned char *' fileio.c:886: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:397: note: expected 'const char *' but argument is of type 'unsigned char *' fileio.c:886: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness fileio.c:886: note: expected 'const char *' but argument is of type 'unsigned char *' fileio.c:886: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness fileio.c:886: note: expected 'const char *' but argument is of type 'unsigned char *' fileio.c:886: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:397: note: expected 'const char *' but argument is of type 'unsigned char *' fileio.c:886: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness fileio.c:886: note: expected 'const char *' but argument is of type 'unsigned char *' fileio.c:886: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness fileio.c:886: note: expected 'const char *' but argument is of type 'unsigned char *' gamedo.c: In function 'gamedo_render_drawdebug': gamedo.c:405: warning: format '%d' expects type 'int', but argument 3 has type 'long unsigned int' gamedo.c:406: warning: pointer targets in passing argument 1 of 'sb_font_draw' differ in signedness funcdefs.h:125: note: expected 'unsigned char *' but argument is of type 'char *' gamedo.c:407: warning: format '%d' expects type 'int', but argument 3 has type 'long unsigned int' gamedo.c:408: warning: pointer targets in passing argument 1 of 'sb_font_draw' differ in signedness funcdefs.h:125: note: expected 'unsigned char *' but argument is of type 'char *' gamedo.c:410: warning: pointer targets in passing argument 1 of 'sb_font_draw' differ in signedness funcdefs.h:125: note: expected 'unsigned char *' but argument is of type 'char *' gamedo.c:412: warning: pointer targets in passing argument 1 of 'sb_font_draw' differ in signedness funcdefs.h:125: note: expected 'unsigned char *' but argument is of type 'char *' gamedo.c:414: warning: pointer targets in passing argument 1 of 'sb_font_draw' differ in signedness funcdefs.h:125: note: expected 'unsigned char *' but argument is of type 'char *' gamedo.c:416: warning: pointer targets in passing argument 1 of 'sb_font_draw' differ in signedness funcdefs.h:125: note: expected 'unsigned char *' but argument is of type 'char *' gamedo.c:418: warning: pointer targets in passing argument 1 of 'sb_font_draw' differ in signedness funcdefs.h:125: note: expected 'unsigned char *' but argument is of type 'char *' gamedo.c:421: warning: pointer targets in passing argument 1 of 'sb_font_draw' differ in signedness funcdefs.h:125: note: expected 'unsigned char *' but argument is of type 'char *' gamedo.c:394: warning: unused variable 'h' game.c: In function 'keen_get_goodie': game.c:306: warning: unused variable 'i' game.c: In function 'PlayerTouchedExit': game.c:799: warning: unused variable 'i' game.c: In function 'SetGameOver': game.c:842: warning: unused variable 'bmnum' game.c:842: warning: unused variable 'y' game.c:842: warning: unused variable 'x' game.c: In function 'initsprites': game.c:1096: warning: unused variable 'fp' game.c: In function 'gameloop_initialize': game.c:1634: warning: unused variable 'tl' fileio.c: In function 'loadstrings': fileio.c:649: warning: 'attrIndex' may be used uninitialized in this function gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -c `sdl-config --cflags` gamepdo.c -DBUILD_SDL -DTARGET_LNX gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -c `sdl-config --cflags` gm_pdowm.c -DBUILD_SDL -DTARGET_LNX gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -c `sdl-config --cflags` map.c -DBUILD_SDL -DTARGET_LNX map.c: In function 'map_draw_vstripe': map.c:105: warning: unused variable 'xt' map.c: In function 'map_draw_hstripe': map.c:139: warning: unused variable 'xt' map.c: In function 'map_chgtile': map.c:209: warning: unused variable 'buf' gm_pdowm.c: In function 'AllowMountUnmountNessie': gm_pdowm.c:371: warning: suggest parentheses around '&&' within '||' gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -c `sdl-config --cflags` graphics.c -DBUILD_SDL -DTARGET_LNX gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -c `sdl-config --cflags` misc.c -DBUILD_SDL -DTARGET_LNX graphics.c: In function 'drawtile': graphics.c:86: warning: unused variable 'xa' graphics.c: In function 'font_draw': graphics.c:470: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:397: note: expected 'const char *' but argument is of type 'unsigned char *' graphics.c: In function 'sb_font_draw': graphics.c:493: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:397: note: expected 'const char *' but argument is of type 'unsigned char *' graphics.c: In function 'sb_font_draw_inverse': graphics.c:513: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:397: note: expected 'const char *' but argument is of type 'unsigned char *' misc.c: In function 'cleanup': misc.c:35: warning: unused variable 'c' misc.c:35: warning: unused variable 'i' misc.c: In function 'youseeinyourmind': misc.c:169: warning: pointer targets in passing argument 1 of 'font_draw' differ in signedness funcdefs.h:124: note: expected 'unsigned char *' but argument is of type 'char *' misc.c: In function 'VorticonElder': misc.c:236: warning: pointer targets in passing argument 1 of 'font_draw' differ in signedness funcdefs.h:124: note: expected 'unsigned char *' but argument is of type 'char *' misc.c: In function 'inventory_draw_ep1': misc.c:276: warning: pointer targets in passing argument 1 of 'font_draw' differ in signedness funcdefs.h:124: note: expected 'unsigned char *' but argument is of type 'char *' misc.c:305: warning: pointer targets in passing argument 1 of 'font_draw' differ in signedness funcdefs.h:124: note: expected 'unsigned char *' but argument is of type 'char *' misc.c:310: warning: pointer targets in passing argument 1 of 'font_draw' differ in signedness funcdefs.h:124: note: expected 'unsigned char *' but argument is of type 'char *' misc.c:314: warning: pointer targets in passing argument 1 of 'font_draw' differ in signedness funcdefs.h:124: note: expected 'unsigned char *' but argument is of type 'char *' misc.c:266: warning: unused variable 'y' misc.c: In function 'inventory_draw_ep2': misc.c:338: warning: pointer targets in passing argument 1 of 'font_draw' differ in signedness funcdefs.h:124: note: expected 'unsigned char *' but argument is of type 'char *' misc.c:346: warning: pointer targets in passing argument 1 of 'font_draw' differ in signedness funcdefs.h:124: note: expected 'unsigned char *' but argument is of type 'char *' misc.c:347: warning: pointer targets in passing argument 1 of 'font_draw' differ in signedness funcdefs.h:124: note: expected 'unsigned char *' but argument is of type 'char *' misc.c:348: warning: pointer targets in passing argument 1 of 'font_draw' differ in signedness funcdefs.h:124: note: expected 'unsigned char *' but argument is of type 'char *' misc.c:349: warning: pointer targets in passing argument 1 of 'font_draw' differ in signedness funcdefs.h:124: note: expected 'unsigned char *' but argument is of type 'char *' misc.c:350: warning: pointer targets in passing argument 1 of 'font_draw' differ in signedness funcdefs.h:124: note: expected 'unsigned char *' but argument is of type 'char *' misc.c:351: warning: pointer targets in passing argument 1 of 'font_draw' differ in signedness funcdefs.h:124: note: expected 'unsigned char *' but argument is of type 'char *' misc.c:352: warning: pointer targets in passing argument 1 of 'font_draw' differ in signedness funcdefs.h:124: note: expected 'unsigned char *' but argument is of type 'char *' misc.c:353: warning: pointer targets in passing argument 1 of 'font_draw' differ in signedness funcdefs.h:124: note: expected 'unsigned char *' but argument is of type 'char *' misc.c:362: warning: pointer targets in passing argument 1 of 'font_draw' differ in signedness funcdefs.h:124: note: expected 'unsigned char *' but argument is of type 'char *' misc.c:367: warning: pointer targets in passing argument 1 of 'font_draw' differ in signedness funcdefs.h:124: note: expected 'unsigned char *' but argument is of type 'char *' misc.c:371: warning: pointer targets in passing argument 1 of 'font_draw' differ in signedness funcdefs.h:124: note: expected 'unsigned char *' but argument is of type 'char *' misc.c:328: warning: unused variable 't' misc.c:328: warning: unused variable 'y' misc.c: In function 'inventory_draw_ep3': misc.c:397: warning: pointer targets in passing argument 1 of 'font_draw' differ in signedness funcdefs.h:124: note: expected 'unsigned char *' but argument is of type 'char *' misc.c:404: warning: pointer targets in passing argument 1 of 'font_draw' differ in signedness funcdefs.h:124: note: expected 'unsigned char *' but argument is of type 'char *' misc.c:413: warning: pointer targets in passing argument 1 of 'font_draw' differ in signedness funcdefs.h:124: note: expected 'unsigned char *' but argument is of type 'char *' misc.c:424: warning: pointer targets in passing argument 1 of 'font_draw' differ in signedness funcdefs.h:124: note: expected 'unsigned char *' but argument is of type 'char *' misc.c:428: warning: pointer targets in passing argument 1 of 'font_draw' differ in signedness funcdefs.h:124: note: expected 'unsigned char *' but argument is of type 'char *' misc.c:386: warning: unused variable 't' misc.c:386: warning: unused variable 'y' misc.c: In function 'showinventory': misc.c:443: warning: unused variable 'tempbuf' misc.c:442: warning: unused variable 'j' misc.c:442: warning: unused variable 'i' misc.c:442: warning: unused variable 't' misc.c:442: warning: unused variable 'y' misc.c:442: warning: unused variable 'x' misc.c: In function 'YourShipNeedsTheseParts': misc.c:525: warning: pointer targets in passing argument 1 of 'font_draw' differ in signedness funcdefs.h:124: note: expected 'unsigned char *' but argument is of type 'char *' misc.c: In function 'ShipEp3': misc.c:598: warning: pointer targets in passing argument 1 of 'font_draw' differ in signedness funcdefs.h:124: note: expected 'unsigned char *' but argument is of type 'char *' misc.c:579: warning: unused variable 't' misc.c: In function 'save_slot_box': misc.c:802: warning: pointer targets in passing argument 1 of 'sb_font_draw' differ in signedness funcdefs.h:125: note: expected 'unsigned char *' but argument is of type 'char *' misc.c:806: warning: pointer targets in passing argument 1 of 'sb_font_draw' differ in signedness funcdefs.h:125: note: expected 'unsigned char *' but argument is of type 'char *' misc.c:870: warning: pointer targets in passing argument 1 of 'sb_font_draw' differ in signedness funcdefs.h:125: note: expected 'unsigned char *' but argument is of type 'char *' misc.c:887: warning: pointer targets in passing argument 1 of 'sb_font_draw' differ in signedness funcdefs.h:125: note: expected 'unsigned char *' but argument is of type 'char *' misc.c: In function 'game_save_interface': misc.c:944: warning: pointer targets in passing argument 1 of 'sb_font_draw' differ in signedness funcdefs.h:125: note: expected 'unsigned char *' but argument is of type 'char *' misc.c: In function 'VerifyQuit': misc.c:980: warning: pointer targets in passing argument 1 of 'sb_font_draw' differ in signedness funcdefs.h:125: note: expected 'unsigned char *' but argument is of type 'char *' misc.c:958: warning: unused variable 'enter' misc.c: In function 'endsequence': misc.c:1017: warning: 'return' with no value, in function returning non-void misc.c:1018: warning: 'return' with no value, in function returning non-void misc.c:1023: warning: 'return' with no value, in function returning non-void misc.c:1024: warning: 'return' with no value, in function returning non-void misc.c:1025: warning: 'return' with no value, in function returning non-void misc.c:1029: warning: 'return' with no value, in function returning non-void misc.c:1013: warning: unused variable 'i' game.c: In function 'gameloop': game.c:25: warning: 'lastenterstate' may be used uninitialized in this function gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -c `sdl-config --cflags` menu.c -DBUILD_SDL -DTARGET_LNX gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -c `sdl-config --cflags` sgrle.c -DBUILD_SDL -DTARGET_LNX menu.c: In function 'mainmenu': menu.c:114: warning: pointer targets in passing argument 1 of 'sb_font_draw' differ in signedness funcdefs.h:125: note: expected 'unsigned char *' but argument is of type 'char *' menu.c:41: warning: unused variable 'y' menu.c: In function 'configmenu': menu.c:274: warning: pointer targets in passing argument 1 of 'sb_font_draw' differ in signedness funcdefs.h:125: note: expected 'unsigned char *' but argument is of type 'char *' menu.c:295: warning: pointer targets in passing argument 1 of 'sb_font_draw' differ in signedness funcdefs.h:125: note: expected 'unsigned char *' but argument is of type 'char *' menu.c:299: warning: pointer targets in passing argument 1 of 'sb_font_draw' differ in signedness funcdefs.h:125: note: expected 'unsigned char *' but argument is of type 'char *' menu.c:308: warning: pointer targets in passing argument 1 of 'sb_font_draw' differ in signedness funcdefs.h:125: note: expected 'unsigned char *' but argument is of type 'char *' menu.c:311: warning: pointer targets in passing argument 1 of 'sb_font_draw' differ in signedness funcdefs.h:125: note: expected 'unsigned char *' but argument is of type 'char *' menu.c:411: warning: 'return' with no value, in function returning non-void menu.c:238: warning: unused variable 'selopt' menu.c: In function 'intro': menu.c:531: warning: pointer targets in passing argument 1 of 'sb_font_draw_inverse' differ in signedness funcdefs.h:126: note: expected 'unsigned char *' but argument is of type 'char *' menu.c:535: warning: pointer targets in passing argument 1 of 'sb_font_draw_inverse' differ in signedness funcdefs.h:126: note: expected 'unsigned char *' but argument is of type 'char *' menu.c:549: warning: pointer targets in passing argument 1 of 'sb_font_draw_inverse' differ in signedness funcdefs.h:126: note: expected 'unsigned char *' but argument is of type 'char *' menu.c:563: warning: pointer targets in passing argument 1 of 'sb_font_draw_inverse' differ in signedness funcdefs.h:126: note: expected 'unsigned char *' but argument is of type 'char *' menu.c:594: warning: pointer targets in passing argument 1 of 'sb_font_draw_inverse' differ in signedness funcdefs.h:126: note: expected 'unsigned char *' but argument is of type 'char *' menu.c:631: warning: pointer targets in passing argument 1 of 'sb_font_draw_inverse' differ in signedness funcdefs.h:126: note: expected 'unsigned char *' but argument is of type 'char *' menu.c:632: warning: pointer targets in passing argument 1 of 'sb_font_draw_inverse' differ in signedness funcdefs.h:126: note: expected 'unsigned char *' but argument is of type 'char *' menu.c:633: warning: pointer targets in passing argument 1 of 'sb_font_draw_inverse' differ in signedness funcdefs.h:126: note: expected 'unsigned char *' but argument is of type 'char *' menu.c:634: warning: pointer targets in passing argument 1 of 'sb_font_draw_inverse' differ in signedness funcdefs.h:126: note: expected 'unsigned char *' but argument is of type 'char *' menu.c:824: warning: pointer targets in passing argument 1 of 'sb_font_draw_inverse' differ in signedness funcdefs.h:126: note: expected 'unsigned char *' but argument is of type 'char *' menu.c:825: warning: pointer targets in passing argument 1 of 'sb_font_draw_inverse' differ in signedness funcdefs.h:126: note: expected 'unsigned char *' but argument is of type 'char *' menu.c:826: warning: pointer targets in passing argument 1 of 'sb_font_draw_inverse' differ in signedness funcdefs.h:126: note: expected 'unsigned char *' but argument is of type 'char *' menu.c:418: warning: unused variable 'xb' menu.c: In function 'keensleft': menu.c:876: warning: pointer targets in passing argument 1 of 'font_draw' differ in signedness funcdefs.h:124: note: expected 'unsigned char *' but argument is of type 'char *' menu.c:877: warning: pointer targets in passing argument 1 of 'font_draw' differ in signedness funcdefs.h:124: note: expected 'unsigned char *' but argument is of type 'char *' menu.c:844: warning: 'lastenterstate' may be used uninitialized in this function misc.c: In function 'ShipEp3': misc.c:582: warning: 'lastenter' may be used uninitialized in this function gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -c `sdl-config --cflags` latch.c -DBUILD_SDL -DTARGET_LNX sgrle.c: In function 'sgrle_compress': sgrle.c:62: warning: unused variable 'lastbyt' sgrle.c:61: warning: unused variable 'RLErunlen' menu.c: In function 'intro': menu.c:421: warning: 'textVisible' may be used uninitialized in this function menu.c:432: warning: 'offtime' may be used uninitialized in this function menu.c:432: warning: 'textTimer' may be used uninitialized in this function menu.c:434: warning: 'lastpage' may be used uninitialized in this function menu.c:435: warning: 'SlowPrint' may be used uninitialized in this function menu.c:435: warning: 'SlowPrintTimer' may be used uninitialized in this function menu.c:435: warning: 'SlowPrintIndex' may be used uninitialized in this function menu.c:436: warning: 'SlowPrintSpeed' may be used uninitialized in this function menu.c:439: warning: 'SlowPrintPtr' may be used uninitialized in this function latch.c: In function 'latch_loadlatch': latch.c:230: warning: pointer targets in passing argument 2 of 'lz_decompress' differ in signedness funcdefs.h:271: note: expected 'unsigned char *' but argument is of type 'char *' latch.c:354: warning: pointer targets in assignment differ in signedness latch.c:202: warning: unused variable 'ch' latch.c:199: warning: unused variable 'i' latch.c:235: warning: ignoring return value of 'fread', declared with attribute warn_unused_result latch.c: In function 'latch_loadsprites': latch.c:416: warning: pointer targets in passing argument 2 of 'lz_decompress' differ in signedness funcdefs.h:271: note: expected 'unsigned char *' but argument is of type 'char *' latch.c:391: warning: unused variable 'ch' latch.c:390: warning: unused variable 'i' latch.c:421: warning: ignoring return value of 'fread', declared with attribute warn_unused_result gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -c `sdl-config --cflags` lz.c -DBUILD_SDL -DTARGET_LNX lz.c: In function 'lz_readbits': lz.c:32: warning: unused variable 'mult' lz.c:32: warning: unused variable 'posit' misc.c: In function 'VorticonElder': misc.c:207: warning: 'strName' may be used uninitialized in this function gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -c `sdl-config --cflags` eseq_ep1.c -DBUILD_SDL -DTARGET_LNX misc.c: In function 'save_slot_box': misc.c:767: warning: 'lastyes' may be used uninitialized in this function misc.c:767: warning: 'lastno' may be used uninitialized in this function eseq_ep1.c: In function 'eseq1_ShipFlys': eseq_ep1.c:152: warning: 'return' with no value, in function returning non-void eseq_ep1.c: In function 'eseq1_BackAtHome': eseq_ep1.c:333: warning: array subscript has type 'char' eseq_ep1.c:334: warning: array subscript has type 'char' eseq_ep1.c:335: warning: pointer targets in passing argument 1 of 'sb_font_draw' differ in signedness funcdefs.h:125: note: expected 'unsigned char *' but argument is of type 'char *' eseq_ep1.c:343: warning: array subscript has type 'char' eseq_ep1.c:354: warning: array subscript has type 'char' eseq_ep1.c:354: warning: array subscript has type 'char' eseq_ep1.c:354: warning: array subscript has type 'char' eseq_ep1.c:358: warning: array subscript has type 'char' eseq_ep1.c:278: warning: unused variable 'draw' gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -c `sdl-config --cflags` eseq_ep2.c -DBUILD_SDL -DTARGET_LNX gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -c `sdl-config --cflags` eseq_ep3.c -DBUILD_SDL -DTARGET_LNX eseq_ep1.c: In function 'eseq1_ShipFlys': eseq_ep1.c:99: warning: 'lastenterstate' may be used uninitialized in this function eseq_ep2.c: In function 'eseq2_TantalusRay': eseq_ep2.c:91: warning: 'return' with no value, in function returning non-void eseq_ep2.c: In function 'eseq2_vibrate': eseq_ep2.c:249: warning: unused variable 'lastenterstate' eseq_ep2.c:249: warning: unused variable 'enter' eseq_ep2.c:248: warning: unused variable 'waittimer' gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -c `sdl-config --cflags` finale.c -DBUILD_SDL -DTARGET_LNX eseq_ep2.c: In function 'eseq_showmsg': eseq_ep2.c:377: warning: pointer targets in passing argument 1 of 'sb_font_draw' differ in signedness funcdefs.h:125: note: expected 'unsigned char *' but argument is of type 'char *' eseq_ep2.c:351: warning: unused variable 'i' eseq_ep2.c:350: warning: unused variable 'draw' eseq_ep2.c: In function 'eseq2_LimpsHome': eseq_ep2.c:554: warning: unused variable 'y' eseq_ep2.c:554: warning: unused variable 'x' eseq_ep2.c: In function 'eseq2_SnowedOutside': eseq_ep2.c:664: warning: unused variable 'lastenterstate' eseq_ep2.c:664: warning: unused variable 'enter' eseq_ep2.c:700: warning: control reaches end of non-void function eseq_ep3.c: In function 'eseq3_AwardBigV': eseq_ep3.c:32: warning: unused variable 'enter' gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -c `sdl-config --cflags` ai/yorp.c -o ai/yorp.o -DBUILD_SDL -DTARGET_LNX eseq_ep2.c: In function 'eseq2_LimpsHome': eseq_ep2.c:556: warning: 'afterfadewaittimer' may be used uninitialized in this function gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -c `sdl-config --cflags` ai/garg.c -o ai/garg.o -DBUILD_SDL -DTARGET_LNX gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -c `sdl-config --cflags` ai/vort.c -o ai/vort.o -DBUILD_SDL -DTARGET_LNX eseq_ep2.c: In function 'eseq2_TantalusRay': eseq_ep2.c:51: warning: 'lastenterstate' may be used uninitialized in this function eseq_ep2.c:53: warning: 'tantalus_animtimer' may be used uninitialized in this function eseq_ep2.c:54: warning: 'spawnedcount' may be used uninitialized in this function gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -c `sdl-config --cflags` ai/butler.c -o ai/butler.o -DBUILD_SDL -DTARGET_LNX gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -c `sdl-config --cflags` ai/tank.c -o ai/tank.o -DBUILD_SDL -DTARGET_LNX gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -c `sdl-config --cflags` ai/door.c -o ai/door.o -DBUILD_SDL -DTARGET_LNX gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -c `sdl-config --cflags` ai/ray.c -o ai/ray.o -DBUILD_SDL -DTARGET_LNX gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -c `sdl-config --cflags` ai/icechunk.c -o ai/icechunk.o -DBUILD_SDL -DTARGET_LNX gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -c `sdl-config --cflags` ai/icebit.c -o ai/icebit.o -DBUILD_SDL -DTARGET_LNX gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -c `sdl-config --cflags` ai/teleport.c -o ai/teleport.o -DBUILD_SDL -DTARGET_LNX gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -c `sdl-config --cflags` ai/rope.c -o ai/rope.o -DBUILD_SDL -DTARGET_LNX gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -c `sdl-config --cflags` ai/walker.c -o ai/walker.o -DBUILD_SDL -DTARGET_LNX gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -c `sdl-config --cflags` ai/tankep2.c -o ai/tankep2.o -DBUILD_SDL -DTARGET_LNX gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -c `sdl-config --cflags` ai/platform.c -o ai/platform.o -DBUILD_SDL -DTARGET_LNX ai/walker.c: In function 'walker_ai': ai/walker.c:320: warning: label 'anim' defined but not used ai/walker.c:37: warning: unused variable 'til' ai/walker.c:35: warning: unused variable 'supportingsomebody' ai/walker.c:34: warning: 'i' may be used uninitialized in this function gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -c `sdl-config --cflags` ai/platvert.c -o ai/platvert.o -DBUILD_SDL -DTARGET_LNX gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -c `sdl-config --cflags` ai/bear.c -o ai/bear.o -DBUILD_SDL -DTARGET_LNX gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -c `sdl-config --cflags` ai/se.c -o ai/se.o -DBUILD_SDL -DTARGET_LNX ai/platvert.c: In function 'platvert_ai': ai/platvert.c:18: warning: unused variable 'needtokick' ai/se.c: In function 'se_extend_plat': ai/se.c:60: warning: unused variable 'buf' ai/se.c: In function 'se_mortimer_heart': ai/se.c:682: warning: unused variable 'y' gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -c `sdl-config --cflags` ai/baby.c -o ai/baby.o -DBUILD_SDL -DTARGET_LNX gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -c `sdl-config --cflags` ai/earth.c -o ai/earth.o -DBUILD_SDL -DTARGET_LNX gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -c `sdl-config --cflags` ai/foob.c -o ai/foob.o -DBUILD_SDL -DTARGET_LNX gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -c `sdl-config --cflags` ai/ninja.c -o ai/ninja.o -DBUILD_SDL -DTARGET_LNX gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -c `sdl-config --cflags` ai/meep.c -o ai/meep.o -DBUILD_SDL -DTARGET_LNX gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -c `sdl-config --cflags` ai/sndwave.c -o ai/sndwave.o -DBUILD_SDL -DTARGET_LNX ai/sndwave.c: In function 'sndwave_ai': ai/sndwave.c:17: warning: unused variable 'i' gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -c `sdl-config --cflags` ai/mother.c -o ai/mother.o -DBUILD_SDL -DTARGET_LNX gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -c `sdl-config --cflags` ai/fireball.c -o ai/fireball.o -DBUILD_SDL -DTARGET_LNX gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -c `sdl-config --cflags` ai/balljack.c -o ai/balljack.o -DBUILD_SDL -DTARGET_LNX gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -c `sdl-config --cflags` ai/nessie.c -o ai/nessie.o -DBUILD_SDL -DTARGET_LNX ai/nessie.c: In function 'nessie_ai': ai/nessie.c:30: warning: unused variable 'spd' gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -c `sdl-config --cflags` sdl/keydrv.c -o sdl/keydrv.o -DBUILD_SDL -DTARGET_LNX gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -c `sdl-config --cflags` sdl/snddrv.c -o sdl/snddrv.o -DBUILD_SDL -DTARGET_LNX gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -c `sdl-config --cflags` sdl/timedrv.c -o sdl/timedrv.o -DBUILD_SDL -DTARGET_LNX sdl/snddrv.c: In function 'SoundDrv_Start': sdl/snddrv.c:65: warning: unused variable 'chnl' sdl/keydrv.c: In function 'poll_events': sdl/keydrv.c:47: warning: enumeration value 'SDLK_UNKNOWN' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_FIRST' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_BACKSPACE' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_CLEAR' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_PAUSE' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_EXCLAIM' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_QUOTEDBL' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_HASH' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_DOLLAR' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_AMPERSAND' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_QUOTE' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_LEFTPAREN' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_RIGHTPAREN' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_ASTERISK' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_PLUS' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_COMMA' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_PERIOD' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_SLASH' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_0' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_COLON' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_SEMICOLON' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_LESS' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_GREATER' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_QUESTION' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_AT' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_LEFTBRACKET' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_BACKSLASH' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_RIGHTBRACKET' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_CARET' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_UNDERSCORE' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_BACKQUOTE' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_b' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_e' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_f' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_h' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_i' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_j' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_k' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_l' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_m' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_p' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_r' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_u' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_v' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_x' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_z' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_DELETE' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_WORLD_0' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_WORLD_1' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_WORLD_2' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_WORLD_3' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_WORLD_4' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_WORLD_5' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_WORLD_6' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_WORLD_7' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_WORLD_8' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_WORLD_9' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_WORLD_10' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_WORLD_11' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_WORLD_12' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_WORLD_13' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_WORLD_14' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_WORLD_15' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_WORLD_16' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_WORLD_17' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_WORLD_18' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_WORLD_19' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_WORLD_20' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_WORLD_21' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_WORLD_22' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_WORLD_23' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_WORLD_24' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_WORLD_25' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_WORLD_26' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_WORLD_27' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_WORLD_28' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_WORLD_29' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_WORLD_30' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_WORLD_31' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_WORLD_32' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_WORLD_33' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_WORLD_34' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_WORLD_35' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_WORLD_36' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_WORLD_37' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_WORLD_38' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_WORLD_39' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_WORLD_40' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_WORLD_41' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_WORLD_42' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_WORLD_43' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_WORLD_44' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_WORLD_45' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_WORLD_46' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_WORLD_47' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_WORLD_48' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_WORLD_49' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_WORLD_50' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_WORLD_51' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_WORLD_52' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_WORLD_53' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_WORLD_54' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_WORLD_55' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_WORLD_56' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_WORLD_57' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_WORLD_58' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_WORLD_59' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_WORLD_60' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_WORLD_61' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_WORLD_62' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_WORLD_63' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_WORLD_64' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_WORLD_65' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_WORLD_66' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_WORLD_67' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_WORLD_68' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_WORLD_69' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_WORLD_70' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_WORLD_71' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_WORLD_72' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_WORLD_73' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_WORLD_74' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_WORLD_75' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_WORLD_76' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_WORLD_77' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_WORLD_78' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_WORLD_79' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_WORLD_80' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_WORLD_81' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_WORLD_82' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_WORLD_83' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_WORLD_84' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_WORLD_85' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_WORLD_86' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_WORLD_87' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_WORLD_88' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_WORLD_89' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_WORLD_90' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_WORLD_91' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_WORLD_92' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_WORLD_93' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_WORLD_94' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_WORLD_95' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_KP0' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_KP1' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_KP2' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_KP3' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_KP4' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_KP5' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_KP6' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_KP7' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_KP8' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_KP9' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_KP_PERIOD' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_KP_DIVIDE' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_KP_MULTIPLY' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_KP_ENTER' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_KP_EQUALS' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_INSERT' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_HOME' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_END' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_PAGEUP' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_PAGEDOWN' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_F11' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_F12' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_F13' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_F14' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_F15' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_NUMLOCK' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_CAPSLOCK' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_SCROLLOCK' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_RSHIFT' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_LSHIFT' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_RMETA' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_LMETA' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_LSUPER' not handled in switch sdl/snddrv.c: In function 'sound_load':sdl/keydrv.c:47: warning: enumeration value 'SDLK_RSUPER' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_MODE' not handled in switchsdl/snddrv.c:222: warning: array subscript has type 'char' sdl/keydrv.c:47: warning: enumeration value 'SDLK_COMPOSE' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_HELP' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_PRINT' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_SYSREQ' not handled in switchsdl/snddrv.c:226: warning: array subscript has type 'char' sdl/keydrv.c:47: warning: enumeration value 'SDLK_BREAK' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_MENU' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_POWER' not handled in switch sdl/snddrv.c:230: warning: array subscript has type 'char' sdl/keydrv.c:47: warning: enumeration value 'SDLK_EURO' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_UNDO' not handled in switch sdl/keydrv.c:47: warning: enumeration value 'SDLK_LAST' not handled in switch sdl/snddrv.c: In function 'SoundDrv_GenWaveform': sdl/snddrv.c:341: warning: array subscript has type 'char' sdl/snddrv.c:310: warning: unused variable 'c' sdl/snddrv.c:310: warning: unused variable 'i' sdl/snddrv.c: In function 'SoundDrv_Callback': sdl/snddrv.c:407: warning: unused variable 'changerate' sdl/snddrv.c:406: warning: unused variable 'waveleft' sdl/snddrv.c:405: warning: unused variable 'waveptr' sdl/snddrv.c: In function 'sound_play': sdl/snddrv.c:460: warning: 'return' with no value, in function returning non-void sdl/snddrv.c:464: warning: 'return' with no value, in function returning non-void sdl/snddrv.c:476: warning: array subscript has type 'char' sdl/snddrv.c:478: warning: array subscript has type 'char' sdl/snddrv.c:478: warning: array subscript has type 'char' sdl/snddrv.c:480: warning: 'return' with no value, in function returning non-void sdl/snddrv.c:491: warning: array subscript has type 'char' sdl/snddrv.c:500: warning: array subscript has type 'char' sdl/snddrv.c:500: warning: array subscript has type 'char' sdl/snddrv.c:506: warning: 'return' with no value, in function returning non-void sdl/snddrv.c:526: warning: array subscript has type 'char' sdl/snddrv.c:527: warning: array subscript has type 'char' sdl/snddrv.c:528: warning: array subscript has type 'char' sdl/snddrv.c:529: warning: array subscript has type 'char' sdl/snddrv.c:530: warning: array subscript has type 'char' sdl/snddrv.c:531: warning: array subscript has type 'char' sdl/snddrv.c:532: warning: array subscript has type 'char' sdl/snddrv.c:534: warning: array subscript has type 'char' sdl/snddrv.c:453: warning: unused variable 'playsnd' gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -c `sdl-config --cflags` sdl/viddrv.c -o sdl/viddrv.o -DBUILD_SDL -DTARGET_LNX gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -c `sdl-config --cflags` scale2x/scalebit.c -o scale2x/scalebit.o gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -c `sdl-config --cflags` scale2x/scale2x.c -o scale2x/scale2x.o sdl/viddrv.c:32: warning: built-in function 'log' declared as non-function sdl/viddrv.c: In function 'DrawConsoleMessages': sdl/viddrv.c:67: warning: pointer targets in passing argument 1 of 'font_draw' differ in signedness sdl/../funcdefs.h:124: note: expected 'unsigned char *' but argument is of type 'char *' sdl/viddrv.c: In function 'sb_blit': sdl/viddrv.c:176: warning: pointer targets in passing argument 1 of 'font_draw' differ in signedness sdl/../funcdefs.h:124: note: expected 'unsigned char *' but argument is of type 'char *' sdl/viddrv.c: In function 'pal_set': sdl/viddrv.c:217: warning: array subscript has type 'char' sdl/viddrv.c:218: warning: array subscript has type 'char' sdl/viddrv.c:219: warning: array subscript has type 'char' sdl/viddrv.c: In function 'pal_apply': sdl/viddrv.c:225: warning: passing argument 2 of 'SDL_SetColors' from incompatible pointer type /usr/include/SDL/SDL_video.h:423: note: expected 'struct SDL_Color *' but argument is of type 'struct SDL_Color (*)[256]' sdl/viddrv.c:226: warning: passing argument 2 of 'SDL_SetColors' from incompatible pointer type /usr/include/SDL/SDL_video.h:423: note: expected 'struct SDL_Color *' but argument is of type 'struct SDL_Color (*)[256]' sdl/viddrv.c:229: warning: passing argument 2 of 'SDL_SetColors' from incompatible pointer type /usr/include/SDL/SDL_video.h:423: note: expected 'struct SDL_Color *' but argument is of type 'struct SDL_Color (*)[256]' gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -c `sdl-config --cflags` scale2x/scale3x.c -o scale2x/scale3x.o gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -c `sdl-config --cflags` scale2x/pixel.c -o scale2x/pixel.o gcc -g3 -o keen \ main.o fileio.o \ game.o gamedo.o gamepdo.o gm_pdowm.o \ map.o graphics.o \ misc.o menu.o sgrle.o \ latch.o lz.o \ eseq_ep1.o eseq_ep2.o eseq_ep3.o \ finale.o \ ai/yorp.o ai/garg.o ai/vort.o \ ai/butler.o ai/tank.o ai/door.o \ ai/ray.o ai/icechunk.o ai/icebit.o \ ai/teleport.o ai/rope.o ai/walker.o \ ai/tankep2.o ai/platform.o ai/platvert.o \ ai/bear.o ai/se.o ai/baby.o ai/earth.o \ ai/foob.o ai/ninja.o ai/meep.o ai/sndwave.o \ ai/mother.o ai/fireball.o ai/balljack.o ai/nessie.o \ sdl/keydrv.o sdl/snddrv.o sdl/timedrv.o sdl/viddrv.o \ scale2x/scalebit.o scale2x/scale2x.o scale2x/scale3x.o \ scale2x/pixel.o \ `sdl-config --libs` make: Leaving directory `/builddir/build/BUILD/keen/src' + gcc -o clonekeen-extract -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables extract.c -ldynamite + gcc -o clonekeen-extract-sounds -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables clonekeen-extract-sounds.c clonekeen-extract-sounds.c: In function 'main': clonekeen-extract-sounds.c:167: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:397: note: expected 'const char *' but argument is of type 'unsigned char *' clonekeen-extract-sounds.c:167: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness clonekeen-extract-sounds.c:167: note: expected 'const char *' but argument is of type 'unsigned char *' clonekeen-extract-sounds.c:167: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:397: note: expected 'const char *' but argument is of type 'unsigned char *' clonekeen-extract-sounds.c:167: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness clonekeen-extract-sounds.c:167: note: expected 'const char *' but argument is of type 'unsigned char *' clonekeen-extract-sounds.c:167: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness clonekeen-extract-sounds.c:167: note: expected 'const char *' but argument is of type 'unsigned char *' clonekeen-extract-sounds.c:167: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness clonekeen-extract-sounds.c:167: note: expected 'const char *' but argument is of type 'unsigned char *' clonekeen-extract-sounds.c:132: warning: ignoring return value of 'fread', declared with attribute warn_unused_result + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.votWxS + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/clonekeen-0.8.3-7.fc12.i386 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/clonekeen-0.8.3-7.fc12.i386 ++ dirname /builddir/build/BUILDROOT/clonekeen-0.8.3-7.fc12.i386 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/clonekeen-0.8.3-7.fc12.i386 + cd keen + LANG=C + export LANG + unset DISPLAY + rm -rf /builddir/build/BUILDROOT/clonekeen-0.8.3-7.fc12.i386 + mkdir -p /builddir/build/BUILDROOT/clonekeen-0.8.3-7.fc12.i386/usr/bin + mkdir -p /builddir/build/BUILDROOT/clonekeen-0.8.3-7.fc12.i386/usr/libexec + mkdir -p /builddir/build/BUILDROOT/clonekeen-0.8.3-7.fc12.i386/usr/share/clonekeen/data + install -m 755 src/keen /builddir/build/BUILDROOT/clonekeen-0.8.3-7.fc12.i386/usr/libexec/clonekeen + install -m 755 clonekeen-extract /builddir/build/BUILDROOT/clonekeen-0.8.3-7.fc12.i386/usr/libexec + install -m 755 clonekeen-extract-sounds /builddir/build/BUILDROOT/clonekeen-0.8.3-7.fc12.i386/usr/libexec + install -p -m 755 /builddir/build/SOURCES/clonekeen.sh /builddir/build/BUILDROOT/clonekeen-0.8.3-7.fc12.i386/usr/bin/clonekeen + install -p -m 644 /builddir/build/SOURCES/clonekeen.autodlrc /builddir/build/BUILDROOT/clonekeen-0.8.3-7.fc12.i386/usr/share/clonekeen + install -p -m 644 bin/demo.dat bin/ep1attr.dat bin/ep1demo1.dat bin/ep1demo2.dat bin/ep1demo3.dat bin/ep2attr.dat bin/ep2demo1.dat bin/ep2demo2.dat bin/ep2demo3.dat bin/ep3attr.dat bin/ep3demo1.dat bin/ep3demo2.dat bin/ep3demo3.dat bin/ep3demo4.dat bin/strings.dat /builddir/build/BUILDROOT/clonekeen-0.8.3-7.fc12.i386/usr/share/clonekeen + install -p -m 644 bin/data/level17.ck1 bin/data/level18.ck2 bin/data/level19.ck2 /builddir/build/BUILDROOT/clonekeen-0.8.3-7.fc12.i386/usr/share/clonekeen/data + mkdir -p /builddir/build/BUILDROOT/clonekeen-0.8.3-7.fc12.i386/usr/share/applications + desktop-file-install --vendor fedora --dir /builddir/build/BUILDROOT/clonekeen-0.8.3-7.fc12.i386/usr/share/applications /builddir/build/SOURCES/clonekeen.desktop + mkdir -p /builddir/build/BUILDROOT/clonekeen-0.8.3-7.fc12.i386/usr/share/icons/hicolor/24x24/apps + install -p -m 644 /builddir/build/SOURCES/clonekeen.png /builddir/build/BUILDROOT/clonekeen-0.8.3-7.fc12.i386/usr/share/icons/hicolor/24x24/apps + /usr/lib/rpm/find-debuginfo.sh --strict-build-id /builddir/build/BUILD/keen extracting debug info from /builddir/build/BUILDROOT/clonekeen-0.8.3-7.fc12.i386/usr/libexec/clonekeen-extract extracting debug info from /builddir/build/BUILDROOT/clonekeen-0.8.3-7.fc12.i386/usr/libexec/clonekeen-extract-sounds extracting debug info from /builddir/build/BUILDROOT/clonekeen-0.8.3-7.fc12.i386/usr/libexec/clonekeen 1375 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/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-python-bytecompile + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Processing files: clonekeen-0.8.3-7.fc12.i686 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.X1IVVI + umask 022 + cd /builddir/build/BUILD + cd keen + DOCDIR=/builddir/build/BUILDROOT/clonekeen-0.8.3-7.fc12.i386/usr/share/doc/clonekeen-0.8.3 + export DOCDIR + rm -rf /builddir/build/BUILDROOT/clonekeen-0.8.3-7.fc12.i386/usr/share/doc/clonekeen-0.8.3 + /bin/mkdir -p /builddir/build/BUILDROOT/clonekeen-0.8.3-7.fc12.i386/usr/share/doc/clonekeen-0.8.3 + cp -pr readme.txt src/changelog.txt /builddir/build/BUILDROOT/clonekeen-0.8.3-7.fc12.i386/usr/share/doc/clonekeen-0.8.3 + exit 0 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: /bin/bash libSDL-1.2.so.0 libc.so.6 libc.so.6(GLIBC_2.0) libc.so.6(GLIBC_2.1) libc.so.6(GLIBC_2.1.3) libc.so.6(GLIBC_2.3) libc.so.6(GLIBC_2.3.4) libc.so.6(GLIBC_2.4) libdynamite.so.0 libpthread.so.0 rtld(GNU_HASH) Processing files: clonekeen-debuginfo-0.8.3-7.fc12.i686 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/clonekeen-0.8.3-7.fc12.i386 warning: Could not canonicalize hostname: xenbuilder2.fedora.redhat.com Wrote: /builddir/build/RPMS/clonekeen-0.8.3-7.fc12.i686.rpm Wrote: /builddir/build/RPMS/clonekeen-debuginfo-0.8.3-7.fc12.i686.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.Wrz0Qk + umask 022 + cd /builddir/build/BUILD + cd keen + rm -rf /builddir/build/BUILDROOT/clonekeen-0.8.3-7.fc12.i386 + exit 0 Child returncode was: 0 LEAVE do -->