D: [iurt_root_command] chroot
Building target platforms: x86_64
Building for target x86_64
Installing /home/pterjan/rpmbuild/SRPMS/digger-20160420-4.mga10.src.rpm
Executing(%mkbuilddir): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.fA2jy0
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/digger-20160420-build
+ test -d /home/pterjan/rpmbuild/BUILD/digger-20160420-build
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/digger-20160420-build
+ /usr/bin/rm -rf /home/pterjan/rpmbuild/BUILD/digger-20160420-build
+ /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/digger-20160420-build
+ /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/digger-20160420-build/SPECPARTS
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.2pbm6n
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/digger-20160420-build
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ cd /home/pterjan/rpmbuild/BUILD/digger-20160420-build
+ rm -rf digger-20160420
+ /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/digger-20160420.tar.xz
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd digger-20160420
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f
+ /usr/lib/rpm/rpmuncompress /home/pterjan/rpmbuild/SOURCES/digger-20160420-mga-flags.patch
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.CS1WwN
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/digger-20160420-build
+ cd digger-20160420
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full'
+ export CFLAGS
+ CXXFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full'
+ export CXXFLAGS
+ FFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full '
+ export FFLAGS
+ FCFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full '
+ export FCFLAGS
+ VALAFLAGS=-g
+ export VALAFLAGS
+ RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn'
+ export RUSTFLAGS
+ LDFLAGS='-Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld'
+ export LDFLAGS
+ LT_SYS_LIBRARY_PATH=/usr/lib64:
+ export LT_SYS_LIBRARY_PATH
+ CC=gcc
+ export CC
+ CXX=g++
+ export CXX
+ /usr/bin/make -O -j16 V=1 VERBOSE=1
gcc -c -D_SDL -std=c99 -Wall -DLINUX -I/usr/include/SDL2 -D_REENTRANT -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full sprite.c -o sprite.o
gcc -c -D_SDL -std=c99 -Wall -DLINUX -I/usr/include/SDL2 -D_REENTRANT -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full digger.c -o digger.o
gcc -c -D_SDL -std=c99 -Wall -DLINUX -I/usr/include/SDL2 -D_REENTRANT -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full scores.c -o scores.o
scores.c: In function 'loadscores':
scores.c:61:16: warning: '__builtin_strncpy' specified bound 1024 equals destination size [-Wstringop-truncation]
   61 | #define SFNAME strncat(strncpy(malloc(PATH_MAX),getenv("HOME"),PATH_MAX),"/.digger.sco",PATH_MAX)
      |                ^~~~~~~
scores.c:82:19: note: in expansion of macro 'SFNAME'
   82 |     if ((in=fopen(SFNAME,"rb"))!=NULL) {
      |                   ^~~~~~
scores.c: In function 'endofgame':
scores.c:61:16: warning: '__builtin_strncpy' specified bound 1024 equals destination size [-Wstringop-truncation]
   61 | #define SFNAME strncat(strncpy(malloc(PATH_MAX),getenv("HOME"),PATH_MAX),"/.digger.sco",PATH_MAX)
      |                ^~~~~~~
scores.c:104:20: note: in expansion of macro 'SFNAME'
  104 |     if ((out=fopen(SFNAME,"wb"))!=NULL) {
      |                    ^~~~~~
gcc -c -D_SDL -std=c99 -Wall -DLINUX -I/usr/include/SDL2 -D_REENTRANT -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full drawing.c -o drawing.o
gcc -c -D_SDL -std=c99 -Wall -DLINUX -I/usr/include/SDL2 -D_REENTRANT -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full record.c -o record.o
gcc -c -D_SDL -std=c99 -Wall -DLINUX -I/usr/include/SDL2 -D_REENTRANT -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full main.c -o main.o
main.c: In function 'inir':
main.c:930:5: warning: '__builtin_strncpy' specified bound 1024 equals destination size [-Wstringop-truncation]
  930 |     GetINIString(INI_KEY_SETTINGS,kbuf,vbuf,vbuf,80,ININAME);
      |     ^
main.c:942:14: warning: '__builtin_strncpy' specified bound 1024 equals destination size [-Wstringop-truncation]
  942 |   gtime=(int)GetINIInt(INI_GAME_SETTINGS,"GauntletTime",120,ININAME);
      |              ^
main.c:944:13: warning: '__builtin_strncpy' specified bound 1024 equals destination size [-Wstringop-truncation]
  944 |       ftime=GetINIInt(INI_GAME_SETTINGS,"Speed",80000l,ININAME);
      |             ^
main.c:946:12: warning: '__builtin_strncpy' specified bound 1024 equals destination size [-Wstringop-truncation]
  946 |   gauntlet=GetINIBool(INI_GAME_SETTINGS,"GauntletMode",false,ININAME);
      |            ^
main.c:947:3: warning: '__builtin_strncpy' specified bound 1024 equals destination size [-Wstringop-truncation]
  947 |   GetINIString(INI_GAME_SETTINGS,"Players","1",vbuf,80,ININAME);
      |   ^
main.c:959:13: warning: '__builtin_strncpy' specified bound 1024 equals destination size [-Wstringop-truncation]
  959 |   soundflag=GetINIBool(INI_SOUND_SETTINGS,"SoundOn",true,ININAME);
      |             ^
main.c:960:13: warning: '__builtin_strncpy' specified bound 1024 equals destination size [-Wstringop-truncation]
  960 |   musicflag=GetINIBool(INI_SOUND_SETTINGS,"MusicOn",true,ININAME);
      |             ^
main.c:961:21: warning: '__builtin_strncpy' specified bound 1024 equals destination size [-Wstringop-truncation]
  961 |   sound_device=(int)GetINIInt(INI_SOUND_SETTINGS,"Device",DEF_SND_DEV,ININAME);
      |                     ^
main.c:962:19: warning: '__builtin_strncpy' specified bound 1024 equals destination size [-Wstringop-truncation]
  962 |   sound_port=(int)GetINIInt(INI_SOUND_SETTINGS,"Port",544,ININAME);
      |                   ^
main.c:963:18: warning: '__builtin_strncpy' specified bound 1024 equals destination size [-Wstringop-truncation]
  963 |   sound_irq=(int)GetINIInt(INI_SOUND_SETTINGS,"Irq",5,ININAME);
      |                  ^
main.c:964:18: warning: '__builtin_strncpy' specified bound 1024 equals destination size [-Wstringop-truncation]
  964 |   sound_dma=(int)GetINIInt(INI_SOUND_SETTINGS,"DMA",1,ININAME);
      |                  ^
main.c:965:19: warning: '__builtin_strncpy' specified bound 1024 equals destination size [-Wstringop-truncation]
  965 |   sound_rate=(int)GetINIInt(INI_SOUND_SETTINGS,"Rate",22050,ININAME);
      |                   ^
main.c:966:21: warning: '__builtin_strncpy' specified bound 1024 equals destination size [-Wstringop-truncation]
  966 |   sound_length=(int)GetINIInt(INI_SOUND_SETTINGS,"BufferSize",DEFAULT_BUFFER,
      |                     ^
main.c:988:24: warning: '__builtin_strncpy' specified bound 1024 equals destination size [-Wstringop-truncation]
  988 |   dx_sound_volume=(int)GetINIInt(INI_SOUND_SETTINGS,"SoundVolume",0,ININAME);
      |                        ^
main.c:990:26: warning: '__builtin_strncpy' specified bound 1024 equals destination size [-Wstringop-truncation]
  990 |   use_640x480_fullscreen=GetINIBool(INI_GRAPHICS_SETTINGS,"640x480",false,
      |                          ^
main.c:992:28: warning: '__builtin_strncpy' specified bound 1024 equals destination size [-Wstringop-truncation]
  992 |   use_async_screen_updates=GetINIBool(INI_GRAPHICS_SETTINGS,"Async",true,
      |                            ^
main.c:994:12: warning: '__builtin_strncpy' specified bound 1024 equals destination size [-Wstringop-truncation]
  994 |   synchvid=GetINIBool(INI_GRAPHICS_SETTINGS,"Synch",false,ININAME);
      |            ^
main.c:995:11: warning: '__builtin_strncpy' specified bound 1024 equals destination size [-Wstringop-truncation]
  995 |   cgaflag=GetINIBool(INI_GRAPHICS_SETTINGS,"CGA",false,ININAME);
      |           ^
main.c:996:12: warning: '__builtin_strncpy' specified bound 1024 equals destination size [-Wstringop-truncation]
  996 |   biosflag=GetINIBool(INI_GRAPHICS_SETTINGS,"BIOSPalette",false,ININAME);
      |            ^
main.c:1011:14: warning: '__builtin_strncpy' specified bound 1024 equals destination size [-Wstringop-truncation]
 1011 |   unlimlives=GetINIBool(INI_GAME_SETTINGS,"UnlimitedLives",false,ININAME);
      |              ^
main.c:1012:17: warning: '__builtin_strncpy' specified bound 1024 equals destination size [-Wstringop-truncation]
 1012 |   startlev=(int)GetINIInt(INI_GAME_SETTINGS,"StartLevel",1,ININAME);
      |                 ^
main.c: In function 'redefkeyb':
main.c:1119:7: warning: '__builtin_strncpy' specified bound 1024 equals destination size [-Wstringop-truncation]
 1119 |       WriteINIString(INI_KEY_SETTINGS,kbuf,vbuf,ININAME);
      |       ^
gcc -c -D_SDL -std=c99 -Wall -DLINUX -I/usr/include/SDL2 -D_REENTRANT -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full newsnd.c -o newsnd.o
gcc -c -D_SDL -std=c99 -Wall -DLINUX -I/usr/include/SDL2 -D_REENTRANT -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ini.c -o ini.o
gcc -c -D_SDL -std=c99 -Wall -DLINUX -I/usr/include/SDL2 -D_REENTRANT -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full monster.c -o monster.o
gcc -c -D_SDL -std=c99 -Wall -DLINUX -I/usr/include/SDL2 -D_REENTRANT -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full alpha.c -o alpha.o
alpha.c:1614:15: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier]
 1614 | const uint8_t const *ascii2cga[0x5f]={
      |               ^~~~~
alpha.c:1626:15: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier]
 1626 | const uint8_t const *ascii2vga[0x5f]={
      |               ^~~~~
gcc -c -D_SDL -std=c99 -Wall -DLINUX -I/usr/include/SDL2 -D_REENTRANT -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full bags.c -o bags.o
gcc -c -D_SDL -std=c99 -Wall -DLINUX -I/usr/include/SDL2 -D_REENTRANT -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full title_gz.c -o title_gz.o
gcc -c -D_SDL -std=c99 -Wall -DLINUX -I/usr/include/SDL2 -D_REENTRANT -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full vgagrafx.c -o vgagrafx.o
vgagrafx.c:5192:22: warning: 'vgaelife' defined but not used [-Wunused-const-variable=]
 5192 | static const uint8_t vgaelife[]={
      |                      ^~~~~~~~
vgagrafx.c:1536:22: warning: 'vgabonusmask' defined but not used [-Wunused-const-variable=]
 1536 | static const uint8_t vgabonusmask[]={
      |                      ^~~~~~~~~~~~
gcc -c -D_SDL -std=c99 -Wall -DLINUX -I/usr/include/SDL2 -D_REENTRANT -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full input.c -o input.o
gcc -c -D_SDL -std=c99 -Wall -DLINUX -I/usr/include/SDL2 -D_REENTRANT -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full sound.c -o sound.o
gcc -c -D_SDL -std=c99 -Wall -DLINUX -I/usr/include/SDL2 -D_REENTRANT -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full icon.c -o icon.o
gcc -c -D_SDL -std=c99 -Wall -DLINUX -I/usr/include/SDL2 -D_REENTRANT -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full sdl_kbd.c -o sdl_kbd.o
In file included from /usr/include/string.h:548,
                 from /usr/include/SDL2/SDL_stdinc.h:60,
                 from /usr/include/SDL2/SDL_main.h:25,
                 from /usr/include/SDL2/SDL.h:32,
                 from sdl_kbd.c:13:
In function 'memcpy',
    inlined from 'Handler' at sdl_kbd.c:54:4:
/usr/include/bits/string_fortified.h:29:10: warning: '__builtin_memcpy' accessing 116 bytes at offsets 0 and 4 overlaps 112 bytes at offset 4 [-Wrestrict]
   29 |   return __builtin___memcpy_chk (__dest, __src, __len,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   30 |                                  __glibc_objsize0 (__dest));
      |                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -c -D_SDL -std=c99 -Wall -DLINUX -I/usr/include/SDL2 -D_REENTRANT -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full digger_math.c -o digger_math.o
gcc -c -D_SDL -std=c99 -Wall -DLINUX -I/usr/include/SDL2 -D_REENTRANT -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full cgagrafx.c -o cgagrafx.o
cgagrafx.c:2651:16: warning: 'cgaelife' defined but not used [-Wunused-variable]
 2651 | static uint8_t cgaelife[]={
      |                ^~~~~~~~
cgagrafx.c:708:16: warning: 'cgabonusmask' defined but not used [-Wunused-variable]
  708 | static uint8_t cgabonusmask[]={
      |                ^~~~~~~~~~~~
gcc -c -D_SDL -std=c99 -Wall -DLINUX -I/usr/include/SDL2 -D_REENTRANT -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full digger_obj.c -o digger_obj.o
gcc -c -D_SDL -std=c99 -Wall -DLINUX -I/usr/include/SDL2 -D_REENTRANT -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full bullet_obj.c -o bullet_obj.o
gcc -c -D_SDL -std=c99 -Wall -DLINUX -I/usr/include/SDL2 -D_REENTRANT -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full fbsd_sup.c -o fbsd_sup.o
gcc -c -D_SDL -std=c99 -Wall -DLINUX -I/usr/include/SDL2 -D_REENTRANT -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full monster_obj.c -o monster_obj.o
gcc -c -D_SDL -std=c99 -Wall -DLINUX -I/usr/include/SDL2 -D_REENTRANT -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full sdl_vid.c -o sdl_vid.o
sdl_vid.c:28:22: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier]
   28 | extern const uint8_t const *ascii2vga[];
      |                      ^~~~~
sdl_vid.c:111:1: warning: 'x11_set_parent' defined but not used [-Wunused-function]
  111 | x11_set_parent(Window parent)
      | ^~~~~~~~~~~~~~
gcc -c -D_SDL -std=c99 -Wall -DLINUX -I/usr/include/SDL2 -D_REENTRANT -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full sdl_timer.c -o sdl_timer.o
gcc -c -D_SDL -std=c99 -Wall -DLINUX -I/usr/include/SDL2 -D_REENTRANT -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full sdl_snd.c -o sdl_snd.o
gcc -o digger main.o digger.o drawing.o sprite.o scores.o record.o sound.o newsnd.o ini.o input.o monster.o bags.o alpha.o vgagrafx.o title_gz.o icon.o sdl_kbd.o sdl_vid.o sdl_timer.o sdl_snd.o digger_math.o monster_obj.o digger_obj.o bullet_obj.o cgagrafx.o fbsd_sup.o	 -L/usr/lib64 -lSDL2 -lz -lm -lX11 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.54MYuM
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/digger-20160420-build
+ '[' 1 -eq 1 ']'
+ '[' /home/pterjan/rpmbuild/BUILD/digger-20160420-build/BUILDROOT '!=' / ']'
+ rm -rf /home/pterjan/rpmbuild/BUILD/digger-20160420-build/BUILDROOT
++ dirname /home/pterjan/rpmbuild/BUILD/digger-20160420-build/BUILDROOT
+ mkdir -p /home/pterjan/rpmbuild/BUILD/digger-20160420-build
+ mkdir /home/pterjan/rpmbuild/BUILD/digger-20160420-build/BUILDROOT
+ cd digger-20160420
+ '[' 1 -eq 1 ']'
+ install -D -m755 digger /home/pterjan/rpmbuild/BUILD/digger-20160420-build/BUILDROOT/usr/games/digger
+ install -d /home/pterjan/rpmbuild/BUILD/digger-20160420-build/BUILDROOT/usr/share/applications
+ cat
+ install -m644 /home/pterjan/rpmbuild/SOURCES/digger-16x16.png -D /home/pterjan/rpmbuild/BUILD/digger-20160420-build/BUILDROOT/usr/share/icons/mini/digger.png
+ install -m644 /home/pterjan/rpmbuild/SOURCES/digger-32x32.png -D /home/pterjan/rpmbuild/BUILD/digger-20160420-build/BUILDROOT/usr/share/icons/digger.png
+ install -m644 /home/pterjan/rpmbuild/SOURCES/digger-48x48.png -D /home/pterjan/rpmbuild/BUILD/digger-20160420-build/BUILDROOT/usr/share/icons/large/digger.png
+ /usr/bin/find-debuginfo -j16 --strict-build-id -m -i --build-id-seed 20160420-4.mga10 --unique-debug-suffix -20160420-4.mga10.x86_64 --unique-debug-src-base digger-20160420-4.mga10.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/pterjan/rpmbuild/BUILD/digger-20160420-build/digger-20160420
find-debuginfo: starting

Extracting debug info from 1 files
DWARF-compressing 1 files
sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match.
Creating .debug symlinks for symlinks to ELF files
Copying sources found by 'debugedit -l' to /usr/src/debug/digger-20160420-4.mga10.x86_64
find-debuginfo: done
+ /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
+ '[' -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
+ env -u SOURCE_DATE_EPOCH /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 -j16
+ /usr/lib/rpm/redhat/brp-python-hardlink
Reading /home/pterjan/rpmbuild/BUILD/digger-20160420-build/SPECPARTS/rpm-debuginfo.specpart
Processing files: digger-20160420-4.mga10.x86_64
Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.SASim6
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/digger-20160420-build
+ cd digger-20160420
+ DOCDIR=/home/pterjan/rpmbuild/BUILD/digger-20160420-build/BUILDROOT/usr/share/doc/digger
+ export LC_ALL=C
+ LC_ALL=C
+ export DOCDIR
+ /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/digger-20160420-build/BUILDROOT/usr/share/doc/digger
+ cp -pr /home/pterjan/rpmbuild/BUILD/digger-20160420-build/digger-20160420/digger.txt /home/pterjan/rpmbuild/BUILD/digger-20160420-build/BUILDROOT/usr/share/doc/digger
+ RPM_EC=0
++ jobs -p
+ exit 0
Provides: application() application(digger.desktop) digger = 20160420-4.mga10 digger(x86-64) = 20160420-4.mga10
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Requires: libSDL2-2.0.so.0()(64bit) libX11.so.6()(64bit) libc.so.6()(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) libm.so.6(GLIBC_2.29)(64bit) libz.so.1()(64bit)
Processing files: digger-debugsource-20160420-4.mga10.x86_64
Provides: digger-debugsource = 20160420-4.mga10 digger-debugsource(x86-64) = 20160420-4.mga10
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Processing files: digger-debuginfo-20160420-4.mga10.x86_64
Provides: debuginfo(build-id) = 8e4a22532f5d21dea0153b49845f150a565c0485 digger-debuginfo = 20160420-4.mga10 digger-debuginfo(x86-64) = 20160420-4.mga10
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Recommends: digger-debugsource(x86-64) = 20160420-4.mga10
Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILD/digger-20160420-build/BUILDROOT
Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/digger-20160420-4.mga10.x86_64.rpm
Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/digger-debuginfo-20160420-4.mga10.x86_64.rpm
Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/digger-debugsource-20160420-4.mga10.x86_64.rpm
Executing(rmbuild): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.3D4Qod
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/digger-20160420-build
+ test -d /home/pterjan/rpmbuild/BUILD/digger-20160420-build
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/digger-20160420-build
+ rm -rf /home/pterjan/rpmbuild/BUILD/digger-20160420-build
+ RPM_EC=0
++ jobs -p
+ exit 0
D: [iurt_root_command] Success!