D: [iurt_root_command] chroot warning: Patch number not specified: %patch -p2 Installing /home/pterjan/rpmbuild/SRPMS/xtux-20030306-25.mga9.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.uvVPCv + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD + rm -rf xtux + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/xtux-src-20030306.tar.bz2 + STATUS=0 + '[' 0 -ne 0 ']' + cd xtux + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (xtux-fix-format-strings.patch):' Patch #0 (xtux-fix-format-strings.patch): + /usr/bin/patch --no-backup-if-mismatch -f -p2 --fuzz=0 patching file src/server/sv_netmsg_send.c + perl -pi -e 's|./tux_serv|/usr/games/tux_serv|;' src/client/menu.c + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.y6Y6DU + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd xtux + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + make 'CC=gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' DATADIR=/usr/share/games/xtux X11LIB=-lX11 ************* Building COMMON lib ************* make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/xtux/src/common' Makefile:21: warning: ignoring prerequisites on suffix rule definition gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -g -Wall -O2 -DDATADIR=\"/usr/share/games/xtux\" -c common.c gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -g -Wall -O2 -DDATADIR=\"/usr/share/games/xtux\" -c timing.c gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -g -Wall -O2 -DDATADIR=\"/usr/share/games/xtux\" -c net.c net.c: In function 'net_rec_new_connection': net.c:149:45: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] 149 | printf("Wrote only %d bytes of %d.\n", size, sizeof(demo_header)); | ~^ ~~~~~~~~~~~~~~~~~~~ | | | | int long unsigned int | %ld net.c: In function 'net_fake_connection': net.c:185:32: warning: format '%d' expects argument of type 'int', but argument 2 has type 'ssize_t' {aka 'long int'} [-Wformat=] 185 | printf("Read only %d bytes of %d.\n", size, sizeof(demo_header)); | ~^ ~~~~ | | | | int ssize_t {aka long int} | %ld net.c:185:44: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] 185 | printf("Read only %d bytes of %d.\n", size, sizeof(demo_header)); | ~^ ~~~~~~~~~~~~~~~~~~~ | | | | int long unsigned int | %ld net.c: In function 'net_input_flush': net.c:246:9: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 246 | write( nc->record_fd, nc->input.buf + offset, recv_size ); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -g -Wall -O2 -DDATADIR=\"/usr/share/games/xtux\" -c entity_type.c entity_type.c: In function 'entity_type_init': entity_type.c:38:9: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 38 | fgets( line, MAXLINE, file ); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ entity_type.c:453:9: warning: '__builtin_strncpy' output may be truncated copying 16 bytes from a string of length 31 [-Wstringop-truncation] 453 | strncpy(ent->weapon_name, str1, 16); | ^ gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -g -Wall -O2 -DDATADIR=\"/usr/share/games/xtux\" -c weapon_type.c weapon_type.c: In function 'weapon_type_init': weapon_type.c:44:9: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 44 | fgets( line, MAXLINE, file ); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -g -Wall -O2 -DDATADIR=\"/usr/share/games/xtux\" -c map.c map.c: In function 'read_layer': map.c:270:36: warning: format '%d' expects argument of type 'int', but argument 2 has type 'size_t' {aka 'long unsigned int'} [-Wformat=] 270 | printf("line length = %d, expected %d\n", strlen(line),map->width); | ~^ ~~~~~~~~~~~~ | | | | int size_t {aka long unsigned int} | %ld map.c: In function 'read_header': map.c:128:9: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 128 | fgets(line, MAXLINE, file); /* Read in a line */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ map.c: In function 'read_header.constprop': map.c:147:13: warning: '__builtin_strncpy' output may be truncated copying 32 bytes from a string of length 1023 [-Wstringop-truncation] 147 | strncpy( map->author, line, 32 ); | ^ map.c:145:13: warning: '__builtin_strncpy' output may be truncated copying 32 bytes from a string of length 1023 [-Wstringop-truncation] 145 | strncpy( map->tileset, line, 32 ); | ^ map.c:137:13: warning: '__builtin_strncpy' output may be truncated copying 32 bytes from a string of length 1023 [-Wstringop-truncation] 137 | strncpy( map->name, line, 32 ); | ^ gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -g -Wall -O2 -DDATADIR=\"/usr/share/games/xtux\" -c maths.c gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -g -Wall -O2 -DDATADIR=\"/usr/share/games/xtux\" -c datafile.c ar r xtuxlib.a common.o timing.o net.o entity_type.o weapon_type.o map.o maths.o datafile.o ar: creating xtuxlib.a ranlib xtuxlib.a make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/xtux/src/common' ************* Building GGZ ************* make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/xtux/src/ggz' make all-recursive make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/xtux/src/ggz' Making all in easysock make[3]: Entering directory '/home/pterjan/rpmbuild/BUILD/xtux/src/ggz/easysock' gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -c easysock.c rm -f libeasysock.a ar cru libeasysock.a easysock.o ranlib libeasysock.a make[3]: Leaving directory '/home/pterjan/rpmbuild/BUILD/xtux/src/ggz/easysock' Making all in server make[3]: Entering directory '/home/pterjan/rpmbuild/BUILD/xtux/src/ggz/server' gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DHAVE_CONFIG_H -I. -I. -I.. -I../easysock -g -O2 -c ggz.c rm -f libggzd.a ar cru libggzd.a ggz.o ranlib libggzd.a make[3]: Leaving directory '/home/pterjan/rpmbuild/BUILD/xtux/src/ggz/server' Making all in client make[3]: Entering directory '/home/pterjan/rpmbuild/BUILD/xtux/src/ggz/client' gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -c ggz.c rm -f libggz.a ar cru libggz.a ggz.o ranlib libggz.a make[3]: Leaving directory '/home/pterjan/rpmbuild/BUILD/xtux/src/ggz/client' make[3]: Entering directory '/home/pterjan/rpmbuild/BUILD/xtux/src/ggz' make[3]: Leaving directory '/home/pterjan/rpmbuild/BUILD/xtux/src/ggz' make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/xtux/src/ggz' make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/xtux/src/ggz' ************* Building CLIENT ************* make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/xtux/src/client' Makefile:55: warning: ignoring prerequisites on suffix rule definition gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -g -Wall -O2 -DDATADIR=\"/usr/share/games/xtux\" -c main.c -I../../src/common -I/usr/X11R6/include -I../../src/ggz/client gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -g -Wall -O2 -DDATADIR=\"/usr/share/games/xtux\" -c win.c -I../../src/common -I/usr/X11R6/include -I../../src/ggz/client gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -g -Wall -O2 -DDATADIR=\"/usr/share/games/xtux\" -c draw.c -I../../src/common -I/usr/X11R6/include -I../../src/ggz/client gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -g -Wall -O2 -DDATADIR=\"/usr/share/games/xtux\" -c input.c -I../../src/common -I/usr/X11R6/include -I../../src/ggz/client gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -g -Wall -O2 -DDATADIR=\"/usr/share/games/xtux\" -c image.c -I../../src/common -I/usr/X11R6/include -I../../src/ggz/client gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -g -Wall -O2 -DDATADIR=\"/usr/share/games/xtux\" -c menu.c -I../../src/common -I/usr/X11R6/include -I../../src/ggz/client menu.c: In function 'menu_options': menu.c:1051:36: warning: comparison between 'enum ' and 'enum ' [-Wenum-compare] 1051 | if( client.status_type == NORMAL ) | ^~ menu.c: In function 'start_server': menu.c:729:9: warning: ignoring return value of 'system' declared with attribute 'warn_unused_result' [-Wunused-result] 729 | system("/usr/games/tux_serv -e"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ menu.c: In function 'menu_driver': menu.c:1138:9: warning: '__builtin_strncpy' specified bound 32 equals destination size [-Wstringop-truncation] 1138 | strncpy(client.map, maplist_current->string, 32); | ^ menu.c:610:9: warning: '__builtin_strncpy' specified bound 32 equals destination size [-Wstringop-truncation] 610 | strncpy( buf1, m_key_config_str[mouse_config[i]], 32 ); | ^ menu.c:477:26: warning: '%s' directive output may be truncated writing up to 31 bytes into a region of size 30 [-Wformat-truncation=] 477 | snprintf(buf, 32, "< %s >", str);//client.mousemode? "On" : "Off"); | ^~ ~~~ In file included from /usr/include/stdio.h:906, from menu.c:3: In function 'snprintf', inlined from 'draw_menu_options' at menu.c:477:5, inlined from 'menu_draw' at menu.c:312:2, inlined from 'menu_driver' at menu.c:147:3: /usr/include/bits/stdio2.h:54:10: note: '__builtin___snprintf_chk' output between 5 and 36 bytes into a destination of size 32 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ menu.c: In function 'menu_driver': menu.c:501:26: warning: '%s' directive output may be truncated writing up to 31 bytes into a region of size 30 [-Wformat-truncation=] 501 | snprintf(buf, 32, "< %s >", str); | ^~ ~~~ In function 'snprintf', inlined from 'draw_menu_options' at menu.c:501:5, inlined from 'menu_draw' at menu.c:312:2, inlined from 'menu_driver' at menu.c:147:3: /usr/include/bits/stdio2.h:54:10: note: '__builtin___snprintf_chk' output between 5 and 36 bytes into a destination of size 32 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ menu.c: In function 'menu_driver': menu.c:516:26: warning: '%s' directive output may be truncated writing up to 31 bytes into a region of size 30 [-Wformat-truncation=] 516 | snprintf(buf, 32, "< %s >", str); | ^~ ~~~ In function 'snprintf', inlined from 'draw_menu_options' at menu.c:516:5, inlined from 'menu_draw' at menu.c:312:2, inlined from 'menu_driver' at menu.c:147:3: /usr/include/bits/stdio2.h:54:10: note: '__builtin___snprintf_chk' output between 5 and 36 bytes into a destination of size 32 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -g -Wall -O2 -DDATADIR=\"/usr/share/games/xtux\" -c misc.c -I../../src/common -I/usr/X11R6/include -I../../src/ggz/client gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -g -Wall -O2 -DDATADIR=\"/usr/share/games/xtux\" -c cl_net.c -I../../src/common -I/usr/X11R6/include -I../../src/ggz/client gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -g -Wall -O2 -DDATADIR=\"/usr/share/games/xtux\" -c entity.c -I../../src/common -I/usr/X11R6/include -I../../src/ggz/client gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -g -Wall -O2 -DDATADIR=\"/usr/share/games/xtux\" -c intro.c -I../../src/common -I/usr/X11R6/include -I../../src/ggz/client intro.c: In function 'get_character_info.constprop': intro.c:77:17: warning: '__builtin_strncpy' output may be truncated copying 80 bytes from a string of length 1023 [-Wstringop-truncation] 77 | strncpy( &bio[i*BIO_LINE_LEN], line, BIO_LINE_LEN ); | ^ gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -g -Wall -O2 -DDATADIR=\"/usr/share/games/xtux\" -c cl_netmsg_recv.c -I../../src/common -I/usr/X11R6/include -I../../src/ggz/client cl_netmsg_recv.c: In function 'cl_netmsg_recv_textmessage': cl_netmsg_recv.c:39:66: warning: '__builtin___snprintf_chk' output may be truncated before the last format character [-Wformat-truncation=] 39 | snprintf(tmp, NETMSG_STRLEN + TEXTMESSAGE_STRLEN, "%s: %s", | ^ In file included from /usr/include/stdio.h:906, from cl_netmsg_recv.c:1: In function 'snprintf', inlined from 'cl_netmsg_recv_textmessage' at cl_netmsg_recv.c:39:2: /usr/include/bits/stdio2.h:54:10: note: '__builtin___snprintf_chk' output between 3 and 161 bytes into a destination of size 160 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ cl_netmsg_recv.c: In function 'cl_netmsg_recv_frags': cl_netmsg_recv.c:210:19: warning: '%32s' directive output may be truncated writing 32 bytes into a region of size between 31 and 33 [-Wformat-truncation=] 210 | "%4d:%32s", msg.frags.frags, msg.frags.name); | ^~~~ ~~~~~~~~~~~~~~ In function 'snprintf', inlined from 'cl_netmsg_recv_frags' at cl_netmsg_recv.c:209:5: /usr/include/bits/stdio2.h:54:10: note: '__builtin___snprintf_chk' output between 38 and 40 bytes into a destination of size 38 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -g -Wall -O2 -DDATADIR=\"/usr/share/games/xtux\" -c cl_netmsg_send.c -I../../src/common -I/usr/X11R6/include -I../../src/ggz/client cl_netmsg_send.c: In function 'cl_netmsg_send_textmessage': cl_netmsg_send.c:50:5: warning: '__builtin_strncpy' specified bound 128 equals destination size [-Wstringop-truncation] 50 | strncpy(msg.textmessage.string, str, TEXTMESSAGE_STRLEN); | ^ cl_netmsg_send.c: In function 'cl_netmsg_send_join': cl_netmsg_send.c:73:5: warning: '__builtin_strncpy' specified bound 32 equals destination size [-Wstringop-truncation] 73 | strncpy(msg.join.name, client.player_name, NETMSG_STRLEN); | ^ gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -g -Wall -O2 -DDATADIR=\"/usr/share/games/xtux\" -c particle.c -I../../src/common -I/usr/X11R6/include -I../../src/ggz/client particle.c: In function 'teleport_init': particle.c:599:19: warning: variable 'vel' set but not used [-Wunused-but-set-variable] 599 | float f, inc, vel, rad; | ^~~ gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -g -Wall -O2 -DDATADIR=\"/usr/share/games/xtux\" -c text_buffer.c -I../../src/common -I/usr/X11R6/include -I../../src/ggz/client gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -o ../../xtux -g -Wall -O2 -DDATADIR=\"/usr/share/games/xtux\" main.o win.o draw.o input.o image.o menu.o misc.o cl_net.o entity.o intro.o cl_netmsg_recv.o cl_netmsg_send.o particle.o text_buffer.o ../../src/common/xtuxlib.a -lm -lX11 -lXpm ../../src/ggz/client/libggz.a make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/xtux/src/client' ************* Building SERVER ************* make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/xtux/src/server' Makefile:48: warning: ignoring prerequisites on suffix rule definition gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -g -Wall -O2 -DDATADIR=\"/usr/share/games/xtux\" -c main.c -I../../src/common -I../../src/ggz/server -I../../src/ggz/easysock main.c: In function 'handle_cl_args': main.c:119:19: warning: '__builtin_strncpy' specified bound 32 equals destination size [-Wstringop-truncation] 119 | strncpy( game.map_name, argv[++i], 32); | ^ gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -g -Wall -O2 -DDATADIR=\"/usr/share/games/xtux\" -c sv_net.c -I../../src/common -I../../src/ggz/server -I../../src/ggz/easysock sv_net.c: In function 'sv_net_send_text_to_all': sv_net.c:223:5: warning: '__builtin_strncpy' specified bound 128 equals destination size [-Wstringop-truncation] 223 | strncpy( msg.textmessage.string, message, TEXTMESSAGE_STRLEN ); | ^ gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -g -Wall -O2 -DDATADIR=\"/usr/share/games/xtux\" -c sv_netmsg_recv.c -I../../src/common -I../../src/ggz/server -I../../src/ggz/easysock gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -g -Wall -O2 -DDATADIR=\"/usr/share/games/xtux\" -c sv_netmsg_send.c -I../../src/common -I../../src/ggz/server -I../../src/ggz/easysock sv_netmsg_send.c: In function 'sv_netmsg_send_rejection': sv_netmsg_send.c:33:5: warning: '__builtin_strncpy' specified bound 32 equals destination size [-Wstringop-truncation] 33 | strncpy( msg.rejection.reason, reason, 32 ); | ^ sv_netmsg_send.c: In function 'sv_netmsg_send_gamemessage': sv_netmsg_send.c:110:5: warning: '__builtin_strncpy' specified bound 128 equals destination size [-Wstringop-truncation] 110 | strncpy(msg.gamemessage.string, str, TEXTMESSAGE_STRLEN); | ^ sv_netmsg_send.c: In function 'sv_netmsg_send_objective': sv_netmsg_send.c:136:5: warning: '__builtin_strncpy' specified bound 128 equals destination size [-Wstringop-truncation] 136 | strncpy(msg.objective.string, str, TEXTMESSAGE_STRLEN); | ^ gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -g -Wall -O2 -DDATADIR=\"/usr/share/games/xtux\" -c world.c -I../../src/common -I../../src/ggz/server -I../../src/ggz/easysock gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -g -Wall -O2 -DDATADIR=\"/usr/share/games/xtux\" -c game.c -I../../src/common -I../../src/ggz/server -I../../src/ggz/easysock gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -g -Wall -O2 -DDATADIR=\"/usr/share/games/xtux\" -c entity.c -I../../src/common -I../../src/ggz/server -I../../src/ggz/easysock gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -g -Wall -O2 -DDATADIR=\"/usr/share/games/xtux\" -c weapon.c -I../../src/common -I../../src/ggz/server -I../../src/ggz/easysock weapon.c: In function 'weapon_init': weapon.c:47:20: warning: the comparison will always evaluate as 'true' for the address of 'weapon_name' will never be NULL [-Waddress] 47 | } else if( et->weapon_name ) { | ^~ In file included from ../../src/common/xtux.h:116, from weapon.c:6: ../../src/common/entity_type.h:97:10: note: 'weapon_name' declared here 97 | char weapon_name[16]; | ^~~~~~~~~~~ gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -g -Wall -O2 -DDATADIR=\"/usr/share/games/xtux\" -c misc.c -I../../src/common -I../../src/ggz/server -I../../src/ggz/easysock gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -g -Wall -O2 -DDATADIR=\"/usr/share/games/xtux\" -c sv_map.c -I../../src/common -I../../src/ggz/server -I../../src/ggz/easysock sv_map.c: In function 'sv_read_map': sv_map.c:127:5: warning: '__builtin_strncpy' specified bound 32 equals destination size [-Wstringop-truncation] 127 | strncpy(game.map_name, filename, NETMSG_STRLEN); | ^ sv_map.c:244:9: warning: '__builtin_strncpy' specified bound 32 equals destination size [-Wstringop-truncation] 244 | strncpy(game.next_map_name, args, NETMSG_STRLEN); | ^ sv_map.c:241:9: warning: '__builtin_strncpy' specified bound 128 equals destination size [-Wstringop-truncation] 241 | strncpy(game.success_msg, args, TEXTMESSAGE_STRLEN); | ^ sv_map.c: In function 'sv_map_changelevel': sv_map.c:48:5: warning: '__builtin_strncpy' specified bound 32 equals destination size [-Wstringop-truncation] 48 | strncpy(map_name, filename, NETMSG_STRLEN); /* overwritten in game_close */ | ^ gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -g -Wall -O2 -DDATADIR=\"/usr/share/games/xtux\" -c ai.c -I../../src/common -I../../src/ggz/server -I../../src/ggz/easysock gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -g -Wall -O2 -DDATADIR=\"/usr/share/games/xtux\" -c hitscan.c -I../../src/common -I../../src/ggz/server -I../../src/ggz/easysock gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -g -Wall -O2 -DDATADIR=\"/usr/share/games/xtux\" -c item.c -I../../src/common -I../../src/ggz/server -I../../src/ggz/easysock gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -g -Wall -O2 -DDATADIR=\"/usr/share/games/xtux\" -c event.c -I../../src/common -I../../src/ggz/server -I../../src/ggz/easysock event.c: In function 'read_event': event.c:757:27: warning: variable 'event_type' set but not used [-Wunused-but-set-variable] 757 | int i, len, ent_type, event_type, key; | ^~~~~~~~~~ event.c: In function 'event_new_set_objective': event.c:559:5: warning: '__builtin_strncpy' specified bound 128 equals destination size [-Wstringop-truncation] 559 | strncpy(event->data.set_objective.text, args, TEXTMESSAGE_STRLEN); | ^ event.c: In function 'event_new_lookat': event.c:603:9: warning: '__builtin_strncpy' specified bound 128 equals destination size [-Wstringop-truncation] 603 | strncpy(event->data.lookat.text, args + i, TEXTMESSAGE_STRLEN); | ^ event.c: In function 'event_new_trigger': event.c:552:5: warning: '__builtin_strncpy' specified bound 128 equals destination size [-Wstringop-truncation] 552 | strncpy(event->data.trigger.text, args + i, TEXTMESSAGE_STRLEN); | ^ event.c: In function 'event_new_message': event.c:464:9: warning: '__builtin_strncpy' specified bound 128 equals destination size [-Wstringop-truncation] 464 | strncpy(event->data.message.text, args, TEXTMESSAGE_STRLEN); | ^ event.c: In function 'event_new_endlevel': event.c:491:9: warning: '__builtin_strncpy' specified bound 32 equals destination size [-Wstringop-truncation] 491 | strncpy(event->data.endlevel.map, args, NETMSG_STRLEN); | ^ event.c: In function 'event_new_map_target': event.c:527:5: warning: '__builtin_strncpy' specified bound 128 equals destination size [-Wstringop-truncation] 527 | strncpy(event->data.map_target.text, args + i, TEXTMESSAGE_STRLEN); | ^ gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -g -Wall -O2 -DDATADIR=\"/usr/share/games/xtux\" -c xtuxggz.c -I../../src/common -I../../src/ggz/server -I../../src/ggz/easysock xtuxggz.c: In function 'xtuxggz_find_ggzname': xtuxggz.c:95:17: warning: the comparison will always evaluate as 'true' for the address of 'name' will never be NULL [-Waddress] 95 | if( ggz_seats[i].name ) { | ^~~~~~~~~ In file included from xtuxggz.c:17: ../../src/ggz/server/ggz_server.h:55:14: note: 'name' declared here 55 | char name[MAX_USER_NAME_LEN +1]; | ^~~~ gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -o ../../tux_serv main.o sv_net.o sv_netmsg_recv.o sv_netmsg_send.o world.o game.o entity.o weapon.o misc.o sv_map.o ai.o hitscan.o item.o event.o xtuxggz.o ../../src/common/xtuxlib.a -lm ../../src/ggz/server/libggzd.a ../../src/ggz/easysock/libeasysock.a make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/xtux/src/server' + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.JTZD9F + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILDROOT/xtux-20030306-25.mga9.x86_64 '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILDROOT/xtux-20030306-25.mga9.x86_64 ++ dirname /home/pterjan/rpmbuild/BUILDROOT/xtux-20030306-25.mga9.x86_64 + mkdir -p /home/pterjan/rpmbuild/BUILDROOT + mkdir /home/pterjan/rpmbuild/BUILDROOT/xtux-20030306-25.mga9.x86_64 + cd xtux + '[' 1 -eq 1 ']' + mkdir -p /home/pterjan/rpmbuild/BUILDROOT/xtux-20030306-25.mga9.x86_64/usr/games + install -m 755 xtux /home/pterjan/rpmbuild/BUILDROOT/xtux-20030306-25.mga9.x86_64/usr/games + mkdir -p /home/pterjan/rpmbuild/BUILDROOT/xtux-20030306-25.mga9.x86_64/usr/sbin + install -m 755 tux_serv /home/pterjan/rpmbuild/BUILDROOT/xtux-20030306-25.mga9.x86_64/usr/games + mkdir -p /home/pterjan/rpmbuild/BUILDROOT/xtux-20030306-25.mga9.x86_64/usr/share/games/xtux + cp -a data/ascii.txt data/bios data/default.table data/demos data/desktop.table data/entities data/generic.table data/images data/maps data/penguinland.table data/sewer.table data/slashdot.table data/street.table data/trashed.table data/weapons data/wwt.table /home/pterjan/rpmbuild/BUILDROOT/xtux-20030306-25.mga9.x86_64/usr/share/games/xtux + install -D -m 644 /home/pterjan/rpmbuild/SOURCES/xtux-16.png /home/pterjan/rpmbuild/BUILDROOT/xtux-20030306-25.mga9.x86_64/usr/share/icons/large/xtux.png + install -D -m 644 /home/pterjan/rpmbuild/SOURCES/xtux-32.png /home/pterjan/rpmbuild/BUILDROOT/xtux-20030306-25.mga9.x86_64/usr/share/icons/xtux.png + install -D -m 644 /home/pterjan/rpmbuild/SOURCES/xtux-48.png /home/pterjan/rpmbuild/BUILDROOT/xtux-20030306-25.mga9.x86_64/usr/share/icons/mini/xtux.png + mkdir -p /home/pterjan/rpmbuild/BUILDROOT/xtux-20030306-25.mga9.x86_64/usr/share/applications + cat + find /home/pterjan/rpmbuild/BUILDROOT/xtux-20030306-25.mga9.x86_64/usr/share/games/xtux/images -type d -name .xvpics + xargs -t rm -r rm -r /home/pterjan/rpmbuild/BUILDROOT/xtux-20030306-25.mga9.x86_64/usr/share/games/xtux/images/tiles/.xvpics /home/pterjan/rpmbuild/BUILDROOT/xtux-20030306-25.mga9.x86_64/usr/share/games/xtux/images/items/.xvpics + /usr/bin/find-debuginfo -j16 --strict-build-id -m -i --build-id-seed 20030306-25.mga9 --unique-debug-suffix -20030306-25.mga9.x86_64 --unique-debug-src-base xtux-20030306-25.mga9.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/pterjan/rpmbuild/BUILD/xtux extracting debug info from /home/pterjan/rpmbuild/BUILDROOT/xtux-20030306-25.mga9.x86_64/usr/games/tux_serv extracting debug info from /home/pterjan/rpmbuild/BUILDROOT/xtux-20030306-25.mga9.x86_64/usr/games/xtux original debug info size: 692kB, size after compression: 568kB /usr/bin/sepdebugcrcfix: Updated 2 CRC32s, 0 CRC32s did match. 722 blocks + /usr/lib/rpm/check-buildroot + '[' -n '' ']' + /usr/share/spec-helper/clean_files + '[' -n '' ']' + /usr/share/spec-helper/compress_files .xz + '[' -n '' ']' + /usr/share/spec-helper/relink_symlinks + '[' -n '' ']' + /usr/share/spec-helper/clean_perl + '[' -n '' ']' + /usr/share/spec-helper/lib_symlinks + '[' -n '' ']' + /usr/share/spec-helper/gprintify + '[' -n '' ']' + /usr/share/spec-helper/fix_mo + '[' -n '' ']' + /usr/share/spec-helper/fix_pamd + '[' -n '' ']' + /usr/share/spec-helper/remove_info_dir + '[' -n '' ']' + /usr/share/spec-helper/fix_eol + '[' -n '' ']' + /usr/share/spec-helper/check_desktop_files /home/pterjan/rpmbuild/BUILDROOT/xtux-20030306-25.mga9.x86_64/usr/share/applications/xtux.desktop: warning: value "X-Tux" for key "Comment" in group "Desktop Entry" looks the same as that of key "Name" + '[' -n '' ']' + /usr/share/spec-helper/check_elf_files + /usr/lib/rpm/check-rpaths + /usr/lib/rpm/brp-remove-la-files + /usr/lib/rpm/redhat/brp-mangle-shebangs *** WARNING: ./usr/src/debug/xtux-20030306-25.mga9.x86_64/src/common/net.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/xtux-20030306-25.mga9.x86_64/src/common/ammo.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/xtux-20030306-25.mga9.x86_64/src/common/map.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/xtux-20030306-25.mga9.x86_64/src/common/net_msg.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/xtux-20030306-25.mga9.x86_64/src/common/datafile.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/xtux-20030306-25.mga9.x86_64/src/common/timing.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/xtux-20030306-25.mga9.x86_64/src/common/weapon_type.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/xtux-20030306-25.mga9.x86_64/src/common/maths.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/xtux-20030306-25.mga9.x86_64/src/common/maths.c is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/xtux-20030306-25.mga9.x86_64/src/common/xtux.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/xtux-20030306-25.mga9.x86_64/src/common/net.c is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/xtux-20030306-25.mga9.x86_64/src/common/weapon_type.c is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/xtux-20030306-25.mga9.x86_64/src/common/entity_type.c is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/xtux-20030306-25.mga9.x86_64/src/common/map.c is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/xtux-20030306-25.mga9.x86_64/src/common/common.c is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/xtux-20030306-25.mga9.x86_64/src/common/entity_class_names.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/xtux-20030306-25.mga9.x86_64/src/common/common.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/xtux-20030306-25.mga9.x86_64/src/common/timing.c is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/xtux-20030306-25.mga9.x86_64/src/common/datafile.c is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/xtux-20030306-25.mga9.x86_64/src/common/colors.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/xtux-20030306-25.mga9.x86_64/src/common/entity_type.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/xtux-20030306-25.mga9.x86_64/src/server/server.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/xtux-20030306-25.mga9.x86_64/src/server/ai.c is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/xtux-20030306-25.mga9.x86_64/src/server/misc.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/xtux-20030306-25.mga9.x86_64/src/server/ai.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/xtux-20030306-25.mga9.x86_64/src/server/sv_netmsg_send.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/xtux-20030306-25.mga9.x86_64/src/server/game.c is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/xtux-20030306-25.mga9.x86_64/src/server/sv_netmsg_recv.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/xtux-20030306-25.mga9.x86_64/src/server/xtuxggz.c is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/xtux-20030306-25.mga9.x86_64/src/server/world.c is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/xtux-20030306-25.mga9.x86_64/src/server/misc.c is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/xtux-20030306-25.mga9.x86_64/src/server/sv_netmsg_recv.c is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/xtux-20030306-25.mga9.x86_64/src/server/sv_map.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/xtux-20030306-25.mga9.x86_64/src/server/item.c is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/xtux-20030306-25.mga9.x86_64/src/server/xtuxggz.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/xtux-20030306-25.mga9.x86_64/src/server/hitscan.c is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/xtux-20030306-25.mga9.x86_64/src/server/game.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/xtux-20030306-25.mga9.x86_64/src/server/world.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/xtux-20030306-25.mga9.x86_64/src/server/entity.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/xtux-20030306-25.mga9.x86_64/src/server/event.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/xtux-20030306-25.mga9.x86_64/src/server/sv_netmsg_send.c is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/xtux-20030306-25.mga9.x86_64/src/server/sv_map.c is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/xtux-20030306-25.mga9.x86_64/src/server/item.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/xtux-20030306-25.mga9.x86_64/src/server/entity.c is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/xtux-20030306-25.mga9.x86_64/src/server/event.c is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/xtux-20030306-25.mga9.x86_64/src/server/weapon.c is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/xtux-20030306-25.mga9.x86_64/src/server/sv_net.c is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/xtux-20030306-25.mga9.x86_64/src/server/hitscan.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/xtux-20030306-25.mga9.x86_64/src/server/main.c is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/xtux-20030306-25.mga9.x86_64/src/server/weapon.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/xtux-20030306-25.mga9.x86_64/src/server/sv_net.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/xtux-20030306-25.mga9.x86_64/src/server/clients.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/xtux-20030306-25.mga9.x86_64/src/client/image.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/xtux-20030306-25.mga9.x86_64/src/client/text_buffer.c is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/xtux-20030306-25.mga9.x86_64/src/client/misc.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/xtux-20030306-25.mga9.x86_64/src/client/input.c is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/xtux-20030306-25.mga9.x86_64/src/client/client.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/xtux-20030306-25.mga9.x86_64/src/client/win.c is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/xtux-20030306-25.mga9.x86_64/src/client/misc.c is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/xtux-20030306-25.mga9.x86_64/src/client/cl_netmsg_send.c is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/xtux-20030306-25.mga9.x86_64/src/client/cl_netmsg_recv.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/xtux-20030306-25.mga9.x86_64/src/client/entity.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/xtux-20030306-25.mga9.x86_64/src/client/draw.c is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/xtux-20030306-25.mga9.x86_64/src/client/image.c is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/xtux-20030306-25.mga9.x86_64/src/client/cl_net.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/xtux-20030306-25.mga9.x86_64/src/client/cl_netmsg_send.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/xtux-20030306-25.mga9.x86_64/src/client/text_buffer.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/xtux-20030306-25.mga9.x86_64/src/client/entity.c is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/xtux-20030306-25.mga9.x86_64/src/client/intro.c is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/xtux-20030306-25.mga9.x86_64/src/client/input.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/xtux-20030306-25.mga9.x86_64/src/client/menu.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/xtux-20030306-25.mga9.x86_64/src/client/intro.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/xtux-20030306-25.mga9.x86_64/src/client/particle.c is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/xtux-20030306-25.mga9.x86_64/src/client/draw.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/xtux-20030306-25.mga9.x86_64/src/client/menu.c is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/xtux-20030306-25.mga9.x86_64/src/client/particle.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/xtux-20030306-25.mga9.x86_64/src/client/main.c is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/xtux-20030306-25.mga9.x86_64/src/client/cl_netmsg_recv.c is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/xtux-20030306-25.mga9.x86_64/src/client/win.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/xtux-20030306-25.mga9.x86_64/src/client/cl_net.c is executable but has no shebang, removing executable bit + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 + /usr/lib/rpm/redhat/brp-python-hardlink Processing files: xtux-20030306-25.mga9.x86_64 Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.EuAs0r + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd xtux + DOCDIR=/home/pterjan/rpmbuild/BUILDROOT/xtux-20030306-25.mga9.x86_64/usr/share/doc/xtux + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILDROOT/xtux-20030306-25.mga9.x86_64/usr/share/doc/xtux + cp -pr AUTHORS /home/pterjan/rpmbuild/BUILDROOT/xtux-20030306-25.mga9.x86_64/usr/share/doc/xtux + cp -pr CHANGELOG /home/pterjan/rpmbuild/BUILDROOT/xtux-20030306-25.mga9.x86_64/usr/share/doc/xtux + cp -pr COPYING /home/pterjan/rpmbuild/BUILDROOT/xtux-20030306-25.mga9.x86_64/usr/share/doc/xtux + cp -pr README /home/pterjan/rpmbuild/BUILDROOT/xtux-20030306-25.mga9.x86_64/usr/share/doc/xtux + cp -pr README.GGZ /home/pterjan/rpmbuild/BUILDROOT/xtux-20030306-25.mga9.x86_64/usr/share/doc/xtux + cp -pr doc/entities doc/images doc/mapformat doc/weapons /home/pterjan/rpmbuild/BUILDROOT/xtux-20030306-25.mga9.x86_64/usr/share/doc/xtux + RPM_EC=0 ++ jobs -p + exit 0 Provides: application() application(xtux.desktop) xtux = 20030306-25.mga9 xtux(x86-64) = 20030306-25.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libX11.so.6()(64bit) libXpm.so.4()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.15)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.34)(64bit) libc.so.6(GLIBC_2.4)(64bit) libc.so.6(GLIBC_2.7)(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.2.5)(64bit) Processing files: xtux-debugsource-20030306-25.mga9.x86_64 Provides: xtux-debugsource = 20030306-25.mga9 xtux-debugsource(x86-64) = 20030306-25.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: xtux-debuginfo-20030306-25.mga9.x86_64 Provides: debuginfo(build-id) = 7f8b335336173d28a48671e654505e3fb152047e debuginfo(build-id) = 882b89ed8cf68f2cc7158c39528f6f00fd2d7e6a xtux-debuginfo = 20030306-25.mga9 xtux-debuginfo(x86-64) = 20030306-25.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: xtux-debugsource(x86-64) = 20030306-25.mga9 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILDROOT/xtux-20030306-25.mga9.x86_64 Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/xtux-debugsource-20030306-25.mga9.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/xtux-debuginfo-20030306-25.mga9.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/xtux-20030306-25.mga9.x86_64.rpm Executing(%clean): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.NrED2N + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd xtux + /usr/bin/rm -rf /home/pterjan/rpmbuild/BUILDROOT/xtux-20030306-25.mga9.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(rmbuild): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.ZmTm1I + umask 022 + cd /home/pterjan/rpmbuild/BUILD + rm -rf xtux xtux.gemspec + RPM_EC=0 ++ jobs -p + exit 0 RPM build warnings: Patch number not specified: %patch -p2 D: [iurt_root_command] Success!