Mock Version: 1.4.14 Mock Version: 1.4.14 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/wordwarvi.spec'], chrootPath='/var/lib/mock/f31-build-60733-28758/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=345600uid=986gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/wordwarvi.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1549152000 Wrote: /builddir/build/SRPMS/wordwarvi-1.1-9.git6beed31.fc31.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/wordwarvi.spec'], chrootPath='/var/lib/mock/f31-build-60733-28758/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=345600uid=986gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/wordwarvi.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1549152000 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.tvxnkN + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf wordwarvi-6beed311c2ecb3f9662f35ecc06948bd89ed9455 + /usr/bin/gzip -dc /builddir/build/SOURCES/wordwarvi-1.1-6beed31.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd wordwarvi-6beed311c2ecb3f9662f35ecc06948bd89ed9455 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.b1jyyP + umask 022 + cd /builddir/build/BUILD + cd wordwarvi-6beed311c2ecb3f9662f35ecc06948bd89ed9455 + make -j4 PREFIX=/usr 'CFLAGS=-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' BUILDSTDERR: ogg_to_pcm.c: In function 'ogg_to_pcm': BUILDSTDERR: ogg_to_pcm.c:44:7: warning: unused parameter 'samplesize' [-Wunused-parameter] BUILDSTDERR: 44 | int *samplesize, int *sample_rate, int *nchannels, BUILDSTDERR: | ~~~~~^~~~~~~~~~ BUILDSTDERR: wwviaudio.c: In function 'wwviaudio_read_ogg_clip': BUILDSTDERR: wwviaudio.c:150:50: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 2 has type 'uint64_t' {aka 'long unsigned int'} [-Wformat=] BUILDSTDERR: 150 | printf("Can't get memory for sound data for %llu frames in %s\n", BUILDSTDERR: | ~~~^ BUILDSTDERR: | | BUILDSTDERR: | long long unsigned int BUILDSTDERR: | %lu BUILDSTDERR: 151 | nframes, filebuf); BUILDSTDERR: | ~~~~~~~ BUILDSTDERR: | | BUILDSTDERR: | uint64_t {aka long unsigned int} BUILDSTDERR: In file included from /usr/include/string.h:494, BUILDSTDERR: from wwviaudio.c:30: BUILDSTDERR: In function 'strncpy', BUILDSTDERR: inlined from 'wwviaudio_read_ogg_clip' at wwviaudio.c:127:3: BUILDSTDERR: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' specified bound 4096 equals destination size [-Wstringop-truncation] BUILDSTDERR: 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: wordwarvi.c: In function 'kgun_move': BUILDSTDERR: wordwarvi.c:2800:6: warning: variable 'x1' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 2800 | int x1, y1; BUILDSTDERR: | ^~ BUILDSTDERR: wordwarvi.c: In function 'octopus_move': BUILDSTDERR: wordwarvi.c:3613:13: warning: variable 'ydist' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 3613 | int xdist, ydist; BUILDSTDERR: | ^~~~~ BUILDSTDERR: wordwarvi.c: In function 'gdb_move': BUILDSTDERR: wordwarvi.c:4113:13: warning: variable 'ydist' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 4113 | int xdist, ydist; BUILDSTDERR: | ^~~~~ BUILDSTDERR: wordwarvi.c: In function 'laserbolt_draw': BUILDSTDERR: wordwarvi.c:6158:26: warning: variable 'dy' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 6158 | int x1, y1, x2, y2, dx, dy; BUILDSTDERR: | ^~ BUILDSTDERR: wordwarvi.c:6158:22: warning: variable 'dx' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 6158 | int x1, y1, x2, y2, dx, dy; BUILDSTDERR: | ^~ BUILDSTDERR: wordwarvi.c: In function 'harpoon_draw': BUILDSTDERR: wordwarvi.c:6205:18: warning: variable 'y2' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 6205 | int x1, y1, x2, y2; BUILDSTDERR: | ^~ BUILDSTDERR: wordwarvi.c:6205:14: warning: variable 'x2' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 6205 | int x1, y1, x2, y2; BUILDSTDERR: | ^~ BUILDSTDERR: wordwarvi.c: In function 'add_pilot': BUILDSTDERR: wordwarvi.c:8926:21: warning: variable 'pilot' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 8926 | struct game_obj_t *pilot; BUILDSTDERR: | ^~~~~ BUILDSTDERR: wordwarvi.c: In function 'init_intermission_star': BUILDSTDERR: wordwarvi.c:10194:6: warning: using integer absolute value function 'abs' when argument is of floating point type 'float' [-Wabsolute-value] BUILDSTDERR: 10194 | if (abs(star->x) < 0.00001) BUILDSTDERR: | ^~~ BUILDSTDERR: wordwarvi.c:10196:6: warning: using integer absolute value function 'abs' when argument is of floating point type 'float' [-Wabsolute-value] BUILDSTDERR: 10196 | if (abs(star->y) < 0.00001) BUILDSTDERR: | ^~~ BUILDSTDERR: wordwarvi.c:10201:6: warning: using integer absolute value function 'abs' when argument is of floating point type 'float' [-Wabsolute-value] BUILDSTDERR: 10201 | if (abs(dx) > abs(dy)) { BUILDSTDERR: | ^~~ BUILDSTDERR: wordwarvi.c:10201:16: warning: using integer absolute value function 'abs' when argument is of floating point type 'float' [-Wabsolute-value] BUILDSTDERR: 10201 | if (abs(dx) > abs(dy)) { BUILDSTDERR: | ^~~ BUILDSTDERR: wordwarvi.c:10202:17: warning: using integer absolute value function 'abs' when argument is of floating point type 'float' [-Wabsolute-value] BUILDSTDERR: 10202 | star->vx = dx/abs(dx); BUILDSTDERR: | ^~~ BUILDSTDERR: wordwarvi.c:10203:17: warning: using integer absolute value function 'abs' when argument is of floating point type 'float' [-Wabsolute-value] BUILDSTDERR: 10203 | star->vy = dy/abs(dx); BUILDSTDERR: | ^~~ BUILDSTDERR: wordwarvi.c:10205:17: warning: using integer absolute value function 'abs' when argument is of floating point type 'float' [-Wabsolute-value] BUILDSTDERR: 10205 | star->vx = dx/abs(dy); BUILDSTDERR: | ^~~ BUILDSTDERR: wordwarvi.c:10206:17: warning: using integer absolute value function 'abs' when argument is of floating point type 'float' [-Wabsolute-value] BUILDSTDERR: 10206 | star->vy = dy/abs(dy); BUILDSTDERR: | ^~~ BUILDSTDERR: wordwarvi.c: In function 'draw_radar': BUILDSTDERR: wordwarvi.c:10422:23: warning: variable 'width' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 10422 | int xoffset, height, width, yoffset; BUILDSTDERR: | ^~~~~ BUILDSTDERR: wordwarvi.c: In function 'advance_game': BUILDSTDERR: wordwarvi.c:11163:16: warning: variable 'nalive' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 11163 | int i, ndead, nalive; BUILDSTDERR: | ^~~~~~ BUILDSTDERR: wordwarvi.c:11163:9: warning: variable 'ndead' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 11163 | int i, ndead, nalive; BUILDSTDERR: | ^~~~~ BUILDSTDERR: wordwarvi.c: In function 'deal_with_joystick': BUILDSTDERR: wordwarvi.c:11616:6: warning: variable 'do_down' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 11616 | int do_down = 0; BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: wordwarvi.c:11615:6: warning: variable 'do_up' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 11615 | int do_up = 0; BUILDSTDERR: | ^~~~~ BUILDSTDERR: wordwarvi.c:11614:6: warning: variable 'do_left' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 11614 | int do_left = 0; BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: wordwarvi.c:11613:6: warning: variable 'do_right' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 11613 | int do_right = 0; BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: wordwarvi.c: In function 'main': BUILDSTDERR: wordwarvi.c:14155:2: warning: 'g_thread_init' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 14155 | g_thread_init(NULL); BUILDSTDERR: | ^~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/glib-2.0/glib.h:111, BUILDSTDERR: from /usr/include/glib-2.0/gobject/gbinding.h:28, BUILDSTDERR: from /usr/include/glib-2.0/glib-object.h:23, BUILDSTDERR: from /usr/include/glib-2.0/gio/gioenums.h:28, BUILDSTDERR: from /usr/include/glib-2.0/gio/giotypes.h:28, BUILDSTDERR: from /usr/include/glib-2.0/gio/gio.h:26, BUILDSTDERR: from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, BUILDSTDERR: from /usr/include/gtk-2.0/gdk/gdk.h:32, BUILDSTDERR: from /usr/include/gtk-2.0/gtk/gtk.h:32, BUILDSTDERR: from wordwarvi.c:31: BUILDSTDERR: /usr/include/glib-2.0/glib/deprecated/gthread.h:265:10: note: declared here BUILDSTDERR: 265 | void g_thread_init (gpointer vtable); BUILDSTDERR: | ^~~~~~~~~~~~~ BUILDSTDERR: wordwarvi.c: In function 'gravity_bomb_move': BUILDSTDERR: wordwarvi.c:5006:13: warning: this statement may fall through [-Wimplicit-fallthrough=] BUILDSTDERR: 5006 | t->move = bridge_move; BUILDSTDERR: | ~~~~~~~~^~~~~~~~~~~~~ BUILDSTDERR: wordwarvi.c:5007:4: note: here BUILDSTDERR: 5007 | case OBJ_TYPE_SPARK: BUILDSTDERR: | ^~~~ BUILDSTDERR: wordwarvi.c: In function 'deal_with_joystick': BUILDSTDERR: wordwarvi.c:11813:16: warning: this statement may fall through [-Wimplicit-fallthrough=] BUILDSTDERR: 11813 | do_suicide = 1; BUILDSTDERR: | ~~~~~~~~~~~^~~ BUILDSTDERR: wordwarvi.c:11814:4: note: here BUILDSTDERR: 11814 | case keydown: BUILDSTDERR: | ^~~~ BUILDSTDERR: wordwarvi.c: In function 'main': BUILDSTDERR: wordwarvi.c:13955:13: warning: this statement may fall through [-Wimplicit-fallthrough=] BUILDSTDERR: 13955 | case '?':usage(); /* exits. */ BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: wordwarvi.c:13956:4: note: here BUILDSTDERR: 13956 | default:printf("Unexpected return value %d from getopt_long_only()\n", rc); BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: wordwarvi.c: In function 'do_intermission': BUILDSTDERR: wordwarvi.c:10298:7: warning: this statement may fall through [-Wimplicit-fallthrough=] BUILDSTDERR: 10298 | if (they_used_the_source()) { BUILDSTDERR: | ^ BUILDSTDERR: wordwarvi.c:10307:3: note: here BUILDSTDERR: 10307 | case 10: BUILDSTDERR: | ^~~~ BUILDSTDERR: wordwarvi.c:10318:4: warning: this statement may fall through [-Wimplicit-fallthrough=] BUILDSTDERR: 10318 | gameprint(s); BUILDSTDERR: | ^~~~~~~~~~~~ BUILDSTDERR: wordwarvi.c:10319:3: note: here BUILDSTDERR: 10319 | case 9: BUILDSTDERR: | ^~~~ BUILDSTDERR: wordwarvi.c:10329:4: warning: this statement may fall through [-Wimplicit-fallthrough=] BUILDSTDERR: 10329 | gameprint(s); BUILDSTDERR: | ^~~~~~~~~~~~ BUILDSTDERR: wordwarvi.c:10330:3: note: here BUILDSTDERR: 10330 | case 8: BUILDSTDERR: | ^~~~ BUILDSTDERR: wordwarvi.c:10341:4: warning: this statement may fall through [-Wimplicit-fallthrough=] BUILDSTDERR: 10341 | gameprint(s); BUILDSTDERR: | ^~~~~~~~~~~~ BUILDSTDERR: wordwarvi.c:10342:3: note: here BUILDSTDERR: 10342 | case 7: BUILDSTDERR: | ^~~~ BUILDSTDERR: wordwarvi.c:10348:4: warning: this statement may fall through [-Wimplicit-fallthrough=] BUILDSTDERR: 10348 | gameprint(s); BUILDSTDERR: | ^~~~~~~~~~~~ BUILDSTDERR: wordwarvi.c:10349:3: note: here BUILDSTDERR: 10349 | case 6: BUILDSTDERR: | ^~~~ BUILDSTDERR: wordwarvi.c:10358:4: warning: this statement may fall through [-Wimplicit-fallthrough=] BUILDSTDERR: 10358 | gameprint(s); BUILDSTDERR: | ^~~~~~~~~~~~ BUILDSTDERR: wordwarvi.c:10359:3: note: here BUILDSTDERR: 10359 | case 5: BUILDSTDERR: | ^~~~ BUILDSTDERR: wordwarvi.c:10368:4: warning: this statement may fall through [-Wimplicit-fallthrough=] BUILDSTDERR: 10368 | gameprint(s); BUILDSTDERR: | ^~~~~~~~~~~~ BUILDSTDERR: wordwarvi.c:10369:3: note: here BUILDSTDERR: 10369 | case 4: BUILDSTDERR: | ^~~~ BUILDSTDERR: wordwarvi.c:10378:4: warning: this statement may fall through [-Wimplicit-fallthrough=] BUILDSTDERR: 10378 | gameprint(s); BUILDSTDERR: | ^~~~~~~~~~~~ BUILDSTDERR: wordwarvi.c:10379:3: note: here BUILDSTDERR: 10379 | case 3: BUILDSTDERR: | ^~~~ BUILDSTDERR: wordwarvi.c:10387:4: warning: this statement may fall through [-Wimplicit-fallthrough=] BUILDSTDERR: 10387 | gameprint(s); BUILDSTDERR: | ^~~~~~~~~~~~ BUILDSTDERR: wordwarvi.c:10388:3: note: here BUILDSTDERR: 10388 | case 2: BUILDSTDERR: | ^~~~ BUILDSTDERR: wordwarvi.c:10396:4: warning: this statement may fall through [-Wimplicit-fallthrough=] BUILDSTDERR: 10396 | gameprint(s); BUILDSTDERR: | ^~~~~~~~~~~~ BUILDSTDERR: wordwarvi.c:10397:3: note: here BUILDSTDERR: 10397 | case 1: BUILDSTDERR: | ^~~~ + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -pthread -pedantic -W -Wall -c joystick.c cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection `pkg-config --cflags vorbisfile` \ -pthread -pedantic -W -Wall -c rumble.c cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection `pkg-config --cflags vorbisfile` \ -pthread -pedantic -W -Wall -c ogg_to_pcm.c cc -pedantic -W -Wall -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection \ -DWITHAUDIOSUPPORT `pkg-config --cflags portaudio-2.0` -DDATADIR=\"/usr/share/wordwarvi/\" \ -pthread `pkg-config --cflags vorbisfile` \ -c wwviaudio.c cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -pthread -pedantic -W -Wall -c wwvi_font.c gcc -o stamp stamp.c gzip -c wordwarvi.6 > wordwarvi.6.gz ./stamp > stamp.h cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -pthread -pedantic -W -Wall -DWITHAUDIOSUPPORT `pkg-config --cflags portaudio-2.0` -DDATADIR=\"/usr/share/wordwarvi/\" \ joystick.o \ rumble.o \ wwvi_font.o \ ogg_to_pcm.o \ wwviaudio.o \ wordwarvi.c -o wordwarvi -lm `pkg-config --libs portaudio-2.0 vorbisfile` \ `pkg-config --cflags gtk+-2.0` `pkg-config --libs gtk+-2.0 gthread-2.0` /bin/rm stamp.h Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.Dse3RQ + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/wordwarvi-1.1-9.git6beed31.fc31.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/wordwarvi-1.1-9.git6beed31.fc31.riscv64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/wordwarvi-1.1-9.git6beed31.fc31.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/wordwarvi-1.1-9.git6beed31.fc31.riscv64 + cd wordwarvi-6beed311c2ecb3f9662f35ecc06948bd89ed9455 + make install PREFIX=/usr DESTDIR=/builddir/build/BUILDROOT/wordwarvi-1.1-9.git6beed31.fc31.riscv64 + mkdir -p /builddir/build/BUILDROOT/wordwarvi-1.1-9.git6beed31.fc31.riscv64/usr/share/applications + desktop-file-install --dir /builddir/build/BUILDROOT/wordwarvi-1.1-9.git6beed31.fc31.riscv64/usr/share/applications /builddir/build/SOURCES/wordwarvi.desktop + mkdir -p /builddir/build/BUILDROOT/wordwarvi-1.1-9.git6beed31.fc31.riscv64/usr/share/icons/hicolor/128x128/apps + install -p -m 644 /builddir/build/SOURCES/wordwarvi.png /builddir/build/BUILDROOT/wordwarvi-1.1-9.git6beed31.fc31.riscv64/usr/share/icons/hicolor/128x128/apps + mkdir -p /builddir/build/BUILDROOT/wordwarvi-1.1-9.git6beed31.fc31.riscv64/usr/share/appdata + install -p -m 644 /builddir/build/SOURCES/wordwarvi.appdata.xml /builddir/build/BUILDROOT/wordwarvi-1.1-9.git6beed31.fc31.riscv64/usr/share/appdata + appstream-util validate-relax --nonet /builddir/build/BUILDROOT/wordwarvi-1.1-9.git6beed31.fc31.riscv64/usr/share/appdata/wordwarvi.appdata.xml BUILDSTDERR: GLib-GIO-Message: 21:23:43.715: Using the 'memory' GSettings backend. Your settings will not be saved or shared with other applications. + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 1.1-9.git6beed31.fc31 --unique-debug-suffix -1.1-9.git6beed31.fc31.riscv64 --unique-debug-src-base wordwarvi-1.1-9.git6beed31.fc31.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/wordwarvi-6beed311c2ecb3f9662f35ecc06948bd89ed9455 BUILDSTDERR: cpio: stamp.h: Cannot stat: No such file or directory BUILDSTDERR: 910 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs mkdir -p /builddir/build/BUILDROOT/wordwarvi-1.1-9.git6beed31.fc31.riscv64/usr/bin mkdir -p /builddir/build/BUILDROOT/wordwarvi-1.1-9.git6beed31.fc31.riscv64/usr/share/wordwarvi/sounds mkdir -p /builddir/build/BUILDROOT/wordwarvi-1.1-9.git6beed31.fc31.riscv64/usr/share/man/man6 install -p -m 755 wordwarvi /builddir/build/BUILDROOT/wordwarvi-1.1-9.git6beed31.fc31.riscv64/usr/bin install -p -m 644 sounds/*.ogg /builddir/build/BUILDROOT/wordwarvi-1.1-9.git6beed31.fc31.riscv64/usr/share/wordwarvi/sounds install -p -m 644 wordwarvi.6.gz /builddir/build/BUILDROOT/wordwarvi-1.1-9.git6beed31.fc31.riscv64/usr/share/man/man6 /builddir/build/BUILDROOT/wordwarvi-1.1-9.git6beed31.fc31.riscv64/usr/share/appdata/wordwarvi.appdata.xml: OK explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/wordwarvi-1.1-9.git6beed31.fc31.riscv64/usr/bin/wordwarvi extracting debug info from /builddir/build/BUILDROOT/wordwarvi-1.1-9.git6beed31.fc31.riscv64/usr/bin/wordwarvi original debug info size: 704kB, size after compression: 684kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. Processing files: wordwarvi-1.1-9.git6beed31.fc31.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.XxFGQO + umask 022 + cd /builddir/build/BUILD + cd wordwarvi-6beed311c2ecb3f9662f35ecc06948bd89ed9455 + DOCDIR=/builddir/build/BUILDROOT/wordwarvi-1.1-9.git6beed31.fc31.riscv64/usr/share/doc/wordwarvi + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/wordwarvi-1.1-9.git6beed31.fc31.riscv64/usr/share/doc/wordwarvi + cp -pr AUTHORS /builddir/build/BUILDROOT/wordwarvi-1.1-9.git6beed31.fc31.riscv64/usr/share/doc/wordwarvi + cp -pr COPYING /builddir/build/BUILDROOT/wordwarvi-1.1-9.git6beed31.fc31.riscv64/usr/share/doc/wordwarvi + cp -pr README /builddir/build/BUILDROOT/wordwarvi-1.1-9.git6beed31.fc31.riscv64/usr/share/doc/wordwarvi + cp -pr changelog.txt /builddir/build/BUILDROOT/wordwarvi-1.1-9.git6beed31.fc31.riscv64/usr/share/doc/wordwarvi + cp -pr sounds/Attribution.txt /builddir/build/BUILDROOT/wordwarvi-1.1-9.git6beed31.fc31.riscv64/usr/share/doc/wordwarvi + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Provides: application() application(wordwarvi.desktop) metainfo() metainfo(wordwarvi.appdata.xml) wordwarvi = 1.1-9.git6beed31.fc31 wordwarvi(riscv-64) = 1.1-9.git6beed31.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libasound.so.2()(64bit) libatk-1.0.so.0()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libcairo.so.2()(64bit) libfontconfig.so.1()(64bit) libfreetype.so.6()(64bit) libgdk-x11-2.0.so.0()(64bit) libgdk_pixbuf-2.0.so.0()(64bit) libgio-2.0.so.0()(64bit) libglib-2.0.so.0()(64bit) libgobject-2.0.so.0()(64bit) libgthread-2.0.so.0()(64bit) libgtk-x11-2.0.so.0()(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.27)(64bit) libpango-1.0.so.0()(64bit) libpangocairo-1.0.so.0()(64bit) libpangoft2-1.0.so.0()(64bit) libportaudio.so.2()(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.27)(64bit) libvorbisfile.so.3()(64bit) rtld(GNU_HASH) Processing files: wordwarvi-debugsource-1.1-9.git6beed31.fc31.riscv64 Provides: wordwarvi-debugsource = 1.1-9.git6beed31.fc31 wordwarvi-debugsource(riscv-64) = 1.1-9.git6beed31.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: wordwarvi-debuginfo-1.1-9.git6beed31.fc31.riscv64 Provides: debuginfo(build-id) = 6f245f373877aab74abe8319535a1a30030bce4b wordwarvi-debuginfo = 1.1-9.git6beed31.fc31 wordwarvi-debuginfo(riscv-64) = 1.1-9.git6beed31.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: wordwarvi-debugsource(riscv-64) = 1.1-9.git6beed31.fc31 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/wordwarvi-1.1-9.git6beed31.fc31.riscv64 Wrote: /builddir/build/RPMS/wordwarvi-debugsource-1.1-9.git6beed31.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/wordwarvi-debuginfo-1.1-9.git6beed31.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/wordwarvi-1.1-9.git6beed31.fc31.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.w9vfvN + umask 022 + cd /builddir/build/BUILD + cd wordwarvi-6beed311c2ecb3f9662f35ecc06948bd89ed9455 + /usr/bin/rm -rf /builddir/build/BUILDROOT/wordwarvi-1.1-9.git6beed31.fc31.riscv64 + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Child return code was: 0