+ exec + rm -rf /rpmbuild + mkdir -p /rpmbuild + su -c 'rpmbuild -ba /builddir/build/SPECS/frotz.spec --define "debug_package %{nil}" --undefine _annotated_build --define "_missing_doc_files_terminate_build %{nil}" --define "_emacs_sitestartdir /usr/share/emacs/site-lisp/site-start.d" --define "_emacs_sitelispdir /usr/share/emacs/site-lisp" --nocheck ' mockbuild Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.Mzsf6V + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf frotz-2.43 + /usr/bin/gzip -dc /builddir/build/SOURCES/frotz-2.43.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd frotz-2.43 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #1 (frotz-2.43-Makefile.patch):' Patch #1 (frotz-2.43-Makefile.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 patching file Makefile + echo 'Patch #2 (frotz-2.43-conf.patch):' Patch #2 (frotz-2.43-conf.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 patching file doc/frotz.conf-big + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.B4ENgZ + umask 022 + cd /builddir/build/BUILD + cd frotz-2.43 + sed -i -e 's|@@OPTS@@|-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 |' Makefile + make -j4 gcc -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 -DCONFIG_DIR="\"/etc\"" -DUSE_NCURSES_H -DVERSION="\"2.43\"" -DSOUND_DEV="\"\"" -DCOLOR_SUPPORT -o src/common/buffer.o -c src/common/buffer.c gcc -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 -DCONFIG_DIR="\"/etc\"" -DUSE_NCURSES_H -DVERSION="\"2.43\"" -DSOUND_DEV="\"\"" -DCOLOR_SUPPORT -o src/common/err.o -c src/common/err.c gcc -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 -DCONFIG_DIR="\"/etc\"" -DUSE_NCURSES_H -DVERSION="\"2.43\"" -DSOUND_DEV="\"\"" -DCOLOR_SUPPORT -o src/common/fastmem.o -c src/common/fastmem.c checking for soundcard.h I see we have /usr/include/sys/soundcard.h... gcc -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 -DCONFIG_DIR="\"/etc\"" -DUSE_NCURSES_H -DVERSION="\"2.43\"" -DSOUND_DEV="\"\"" -DCOLOR_SUPPORT -o src/common/files.o -c src/common/files.c src/common/buffer.c: In function 'init_buffer': src/common/buffer.c:148:5: warning: implicit declaration of function 'memset' [-Wimplicit-function-declaration] memset(buffer, 0, sizeof (zchar) * TEXT_BUFFER_SIZE); ^~~~~~ src/common/buffer.c:148:5: warning: incompatible implicit declaration of built-in function 'memset' src/common/buffer.c:148:5: note: include '' or provide a declaration of 'memset' gcc -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 -DCONFIG_DIR="\"/etc\"" -DUSE_NCURSES_H -DVERSION="\"2.43\"" -DSOUND_DEV="\"\"" -DCOLOR_SUPPORT -o src/common/hotkey.o -c src/common/hotkey.c gcc -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 -DCONFIG_DIR="\"/etc\"" -DUSE_NCURSES_H -DVERSION="\"2.43\"" -DSOUND_DEV="\"\"" -DCOLOR_SUPPORT -o src/common/input.o -c src/common/input.c src/common/input.c: In function 'z_read_mouse': src/common/input.c:314:11: warning: implicit declaration of function 'os_read_mouse'; did you mean 'z_read_mouse'? [-Wimplicit-function-declaration] btn = os_read_mouse (); ^~~~~~~~~~~~~ z_read_mouse gcc -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 -DCONFIG_DIR="\"/etc\"" -DUSE_NCURSES_H -DVERSION="\"2.43\"" -DSOUND_DEV="\"\"" -DCOLOR_SUPPORT -o src/common/main.o -c src/common/main.c gcc -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 -DCONFIG_DIR="\"/etc\"" -DUSE_NCURSES_H -DVERSION="\"2.43\"" -DSOUND_DEV="\"\"" -DCOLOR_SUPPORT -o src/common/math.o -c src/common/math.c gcc -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 -DCONFIG_DIR="\"/etc\"" -DUSE_NCURSES_H -DVERSION="\"2.43\"" -DSOUND_DEV="\"\"" -DCOLOR_SUPPORT -o src/common/object.o -c src/common/object.c src/common/main.c: In function 'main': src/common/main.c:173:5: warning: implicit declaration of function 'init_buffer'; did you mean 'setbuffer'? [-Wimplicit-function-declaration] init_buffer (); ^~~~~~~~~~~ setbuffer src/common/main.c:179:5: warning: implicit declaration of function 'init_process'; did you mean 'init_err'? [-Wimplicit-function-declaration] init_process (); ^~~~~~~~~~~~ init_err src/common/main.c:181:5: warning: implicit declaration of function 'init_sound'; did you mean 'init_undo'? [-Wimplicit-function-declaration] init_sound (); ^~~~~~~~~~ init_undo gcc -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 -DCONFIG_DIR="\"/etc\"" -DUSE_NCURSES_H -DVERSION="\"2.43\"" -DSOUND_DEV="\"\"" -DCOLOR_SUPPORT -o src/common/process.o -c src/common/process.c gcc -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 -DCONFIG_DIR="\"/etc\"" -DUSE_NCURSES_H -DVERSION="\"2.43\"" -DSOUND_DEV="\"\"" -DCOLOR_SUPPORT -o src/common/quetzal.o -c src/common/quetzal.c gcc -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 -DCONFIG_DIR="\"/etc\"" -DUSE_NCURSES_H -DVERSION="\"2.43\"" -DSOUND_DEV="\"\"" -DCOLOR_SUPPORT -o src/common/random.o -c src/common/random.c gcc -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 -DCONFIG_DIR="\"/etc\"" -DUSE_NCURSES_H -DVERSION="\"2.43\"" -DSOUND_DEV="\"\"" -DCOLOR_SUPPORT -o src/common/redirect.o -c src/common/redirect.c gcc -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 -DCONFIG_DIR="\"/etc\"" -DUSE_NCURSES_H -DVERSION="\"2.43\"" -DSOUND_DEV="\"\"" -DCOLOR_SUPPORT -o src/common/screen.o -c src/common/screen.c gcc -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 -DCONFIG_DIR="\"/etc\"" -DUSE_NCURSES_H -DVERSION="\"2.43\"" -DSOUND_DEV="\"\"" -DCOLOR_SUPPORT -o src/common/sound.o -c src/common/sound.c gcc -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 -DCONFIG_DIR="\"/etc\"" -DUSE_NCURSES_H -DVERSION="\"2.43\"" -DSOUND_DEV="\"\"" -DCOLOR_SUPPORT -o src/common/stream.o -c src/common/stream.c gcc -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 -DCONFIG_DIR="\"/etc\"" -DUSE_NCURSES_H -DVERSION="\"2.43\"" -DSOUND_DEV="\"\"" -DCOLOR_SUPPORT -o src/common/table.o -c src/common/table.c gcc -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 -DCONFIG_DIR="\"/etc\"" -DUSE_NCURSES_H -DVERSION="\"2.43\"" -DSOUND_DEV="\"\"" -DCOLOR_SUPPORT -o src/common/text.o -c src/common/text.c gcc -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 -DCONFIG_DIR="\"/etc\"" -DUSE_NCURSES_H -DVERSION="\"2.43\"" -DSOUND_DEV="\"\"" -DCOLOR_SUPPORT -o src/common/variable.o -c src/common/variable.c gcc -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 -DCONFIG_DIR="\"/etc\"" -DUSE_NCURSES_H -DVERSION="\"2.43\"" -DSOUND_DEV="\"\"" -DCOLOR_SUPPORT -o src/curses/ux_init.o -c src/curses/ux_init.c gcc -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 -DCONFIG_DIR="\"/etc\"" -DUSE_NCURSES_H -DVERSION="\"2.43\"" -DSOUND_DEV="\"\"" -DCOLOR_SUPPORT -o src/curses/ux_input.o -c src/curses/ux_input.c src/curses/ux_input.c: In function 'unix_read_char': src/curses/ux_input.c:248:7: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if ((c >= ZC_HKEY_MIN) && (c <= ZC_HKEY_MAX)) ^~ src/curses/ux_input.c:254:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (extkeys) return c; ^~ src/curses/ux_input.c: In function 'os_read_mouse': src/curses/ux_input.c:646:1: warning: control reaches end of non-void function [-Wreturn-type] } /* os_read_mouse */ ^ gcc -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 -DCONFIG_DIR="\"/etc\"" -DUSE_NCURSES_H -DVERSION="\"2.43\"" -DSOUND_DEV="\"\"" -DCOLOR_SUPPORT -o src/curses/ux_pic.o -c src/curses/ux_pic.c gcc -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 -DCONFIG_DIR="\"/etc\"" -DUSE_NCURSES_H -DVERSION="\"2.43\"" -DSOUND_DEV="\"\"" -DCOLOR_SUPPORT -o src/curses/ux_screen.o -c src/curses/ux_screen.c src/curses/ux_pic.c: In function 'round_div': src/curses/ux_pic.c:75:42: warning: suggest parentheses around '&&' within '||' [-Wparentheses] if ((dblremain > y) || (dblremain == y) && (quotient & 1)) ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ src/curses/ux_pic.c: In function 'unix_init_pictures': src/curses/ux_pic.c:99:24: warning: field precision specifier '.*' expects argument of type 'int', but argument 3 has type 'long int' [-Wformat=] sprintf(filename, "%.*sgraphics/%.*s.mg1", ~~^~ basename - story_name, story_name, namelen, basename); ~~~~~~~~~~~~~~~~~~~~~ src/curses/ux_pic.c:129:19: warning: unused variable 'width' [-Wunused-variable] int height, width; ^~~~~ src/curses/ux_pic.c:129:11: warning: unused variable 'height' [-Wunused-variable] int height, width; ^~~~~~ src/curses/ux_pic.c: At top level: src/curses/ux_pic.c:44:13: warning: 'save_scrnset' declared 'static' but never defined [-Wunused-function] static void save_scrnset(int, int, int, int); ^~~~~~~~~~~~ gcc -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 -DCONFIG_DIR="\"/etc\"" -DUSE_NCURSES_H -DVERSION="\"2.43\"" -DSOUND_DEV="\"\"" -DCOLOR_SUPPORT -o src/curses/ux_text.o -c src/curses/ux_text.c gcc -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 -DCONFIG_DIR="\"/etc\"" -DUSE_NCURSES_H -DVERSION="\"2.43\"" -DSOUND_DEV="\"\"" -DCOLOR_SUPPORT -o src/curses/ux_audio_none.o -c src/curses/ux_audio_none.c gcc -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 -DCONFIG_DIR="\"/etc\"" -DUSE_NCURSES_H -DVERSION="\"2.43\"" -DSOUND_DEV="\"\"" -DCOLOR_SUPPORT -o src/curses/ux_audio_oss.o -c src/curses/ux_audio_oss.c Archiving common code... ar rc src/frotz_common.a src/common/buffer.o src/common/err.o src/common/fastmem.o src/common/files.o src/common/hotkey.o src/common/input.o src/common/main.o src/common/math.o src/common/object.o src/common/process.o src/common/quetzal.o src/common/random.o src/common/redirect.o src/common/screen.o src/common/sound.o src/common/stream.o src/common/table.o src/common/text.o src/common/variable.o src/curses/ux_audio_none.c: In function 'os_finish_with_sample': src/curses/ux_audio_none.c:102:6: warning: type of 'number' defaults to 'int' [-Wimplicit-int] void os_finish_with_sample (number) ^~~~~~~~~~~~~~~~~~~~~ src/curses/ux_text.c: In function 'os_char_width': src/curses/ux_text.c:290:9: warning: self-comparison always evaluates to true [-Wtautological-compare] if (c1 == c1) /* let's avoid confusing the compiler (and me) */ ^~ ranlib src/frotz_common.a Archiving curses interface code... ar rc src/frotz_curses.a src/curses/ux_init.o src/curses/ux_input.o src/curses/ux_pic.o src/curses/ux_screen.o src/curses/ux_text.o src/curses/ux_audio_none.o src/curses/ux_audio_oss.o ranlib src/frotz_curses.a gcc -o frotz src/frotz_common.a src/frotz_curses.a -lncurses \ + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.tjoJjf + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/frotz-2.43-22.fc28.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/frotz-2.43-22.fc28.riscv64 ++ dirname /builddir/build/BUILDROOT/frotz-2.43-22.fc28.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/frotz-2.43-22.fc28.riscv64 + cd frotz-2.43 + install -d -m0755 /builddir/build/BUILDROOT/frotz-2.43-22.fc28.riscv64//usr/bin + install -d -m0755 /builddir/build/BUILDROOT/frotz-2.43-22.fc28.riscv64//etc + install -d -m0755 /builddir/build/BUILDROOT/frotz-2.43-22.fc28.riscv64//usr/share/man/man6 + install -m0755 frotz /builddir/build/BUILDROOT/frotz-2.43-22.fc28.riscv64//usr/bin + install -m0644 doc/frotz.6 /builddir/build/BUILDROOT/frotz-2.43-22.fc28.riscv64//usr/share/man/man6 + install -m0644 doc/frotz.conf-big /builddir/build/BUILDROOT/frotz-2.43-22.fc28.riscv64//etc/frotz.conf + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /builddir/build/BUILDROOT/frotz-2.43-22.fc28.riscv64/etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: frotz-2.43-22.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.1oX4BI + umask 022 + cd /builddir/build/BUILD + cd frotz-2.43 + DOCDIR=/builddir/build/BUILDROOT/frotz-2.43-22.fc28.riscv64/usr/share/doc/frotz + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/frotz-2.43-22.fc28.riscv64/usr/share/doc/frotz + cp -pr AUTHORS /builddir/build/BUILDROOT/frotz-2.43-22.fc28.riscv64/usr/share/doc/frotz + cp -pr BUGS /builddir/build/BUILDROOT/frotz-2.43-22.fc28.riscv64/usr/share/doc/frotz + cp -pr ChangeLog /builddir/build/BUILDROOT/frotz-2.43-22.fc28.riscv64/usr/share/doc/frotz + cp -pr COPYING /builddir/build/BUILDROOT/frotz-2.43-22.fc28.riscv64/usr/share/doc/frotz + cp -pr DUMB /builddir/build/BUILDROOT/frotz-2.43-22.fc28.riscv64/usr/share/doc/frotz + cp -pr HOW_TO_PLAY /builddir/build/BUILDROOT/frotz-2.43-22.fc28.riscv64/usr/share/doc/frotz + cp -pr README /builddir/build/BUILDROOT/frotz-2.43-22.fc28.riscv64/usr/share/doc/frotz + cp -pr SPEECH /builddir/build/BUILDROOT/frotz-2.43-22.fc28.riscv64/usr/share/doc/frotz + cp -pr TODO /builddir/build/BUILDROOT/frotz-2.43-22.fc28.riscv64/usr/share/doc/frotz + cp -pr doc/frotz.conf-big doc/frotz.conf-small /builddir/build/BUILDROOT/frotz-2.43-22.fc28.riscv64/usr/share/doc/frotz + exit 0 Provides: config(frotz) = 2.43-22.fc28 frotz = 2.43-22.fc28 frotz(riscv-64) = 2.43-22.fc28 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) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libncurses.so.6()(64bit) libtinfo.so.6()(64bit) rtld(GNU_HASH) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/frotz-2.43-22.fc28.riscv64 Wrote: /builddir/build/SRPMS/frotz-2.43-22.fc28.src.rpm Wrote: /builddir/build/RPMS/riscv64/frotz-2.43-22.fc28.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.WfzfwC + umask 022 + cd /builddir/build/BUILD + cd frotz-2.43 + /usr/bin/rm -rf /builddir/build/BUILDROOT/frotz-2.43-22.fc28.riscv64 + exit 0 + touch /buildok + cleanup + set +e + sync + sleep 5 + sync + poweroff Terminated ++ cleanup ++ set +e ++ sync Terminated +++ cleanup +++ set +e +++ sync +++ sleep 5 +++ sync +++ poweroff