+ exec + rm -rf /rpmbuild + mkdir -p /rpmbuild + su -c 'rpmbuild -ba /builddir/build/SPECS/yash.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 warning: Macro expanded in comment on line 27: %{repoid}/%{name}-doc-%{docver}%{?minorver}-ja.tar.gz warning: Macro expanded in comment on line 61: %{name} >= %{version} Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.mONKK2 + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf yash-2.46 + /usr/bin/xz -dc /builddir/build/SOURCES/yash-2.46.tar.xz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd yash-2.46 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.MmJyDY + umask 022 + cd /builddir/build/BUILD + cd yash-2.46 + env CC=gcc '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 ' ./configure --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --datarootdir=/usr/share --docdir=/usr/share/doc/yash-doc/ checking operating system... linux checking POSIX conformance... 200809 checking SUS conformance... 700 checking whether the compiler works... yes checking whether make supports include statements... yes checking whether make sets $SHELL macro... yes checking for the pax command... no checking for the install command... yes checking what values _POSIX_C_SOURCE and _XOPEN_SOURCE should have... _POSIX_C_SOURCE=200809L, _XOPEN_SOURCE=700 checking whether _XOPEN_SOURCE_EXTENDED should be defined... yes checking if loader flag -lm can be omitted... no checking for socket library... yes checking for ngettext... yes checking for gettext library... yes checking for curses.h... yes checking for term.h... yes checking for terminfo library... with -ltinfo checking for /proc/self/exe... yes checking for strnlen... yes checking for wcsnlen... yes checking for wcscasecmp... yes checking for wcsnrtombs... yes checking for wcstold... yes checking for wcwidth... yes checking if defines S_ISVTX... yes checking if unsetenv returns int... yes checking for st_atim... yes checking for st_mtim... yes checking for WCONTINUED and WIFCONTINUED... yes checking for faccessat... yes checking for strsingal... yes checking for setpwent/getpwent/endpwent... yes checking for pw_gecos... yes checking for setgrent/getgrent/endgrent... yes checking for sethostent/gethostent/endhostent... yes checking for paths.h... yes checking if getcwd(NULL,0) returns malloc'ed string... yes checking if ioctl supports TIOCGWINSZ... yes checking if wide-oriented I/O is fully working... yes checking if fgetws is fully working... yes checking for getrlimit and setrlimit... yes checking for RLIM_SAVED_CUR... yes checking for RLIM_SAVED_MAX... yes checking for RLIMIT_AS... yes checking for RLIMIT_LOCKS... yes checking for RLIMIT_MEMLOCK... yes checking for RLIMIT_MSGQUEUE... yes checking for RLIMIT_NICE... yes checking for RLIMIT_NPROC... yes checking for RLIMIT_RSS... yes checking for RLIMIT_RTPRIO... yes checking for RLIMIT_SIGPENDING... yes checking if ctags accepts --recurse option... no checking if etags accepts --recurse option... no creating config.status... done creating config.h... done creating ./Makefile... done creating builtins/Makefile... done creating doc/Makefile... done creating doc/ja/Makefile... done creating lineedit/Makefile... done creating po/Makefile... done creating tests/Makefile... done + make -k -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 -c alias.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 -c arith.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 -c builtin.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 -c exec.c arith.c: In function 'do_long_calculation2': arith.c:420:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ arith.c: In function 'do_double_comparison': arith.c:461:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ arith.c: In function 'do_long_calculation1': arith.c:388:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ arith.c: In function 'do_double_calculation': arith.c:440:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ arith.c: In function 'value_to_string': arith.c:312:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ builtin.c: In function 'print_option_list': builtin.c:482:2: warning: 'optargmark' may be used uninitialized in this function [-Wmaybe-uninitialized] sb_printf(buf, "--%ls%s", opt->longopt, optargmark); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from builtin.c:19:0: builtin.c:475:19: note: 'optargmark' was declared here const char *INIT(optargmark, NULL); ^ common.h:53:39: note: in definition of macro 'INIT' # define INIT(x, dummy_initial_value) x ^ builtin.c:468:2: warning: 'optargmark' may be used uninitialized in this function [-Wmaybe-uninitialized] sb_printf(buf, "-%lc%s", opt->shortopt, optargmark); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from builtin.c:19:0: builtin.c:461:19: note: 'optargmark' was declared here const char *INIT(optargmark, NULL); ^ common.h:53:39: note: in definition of macro 'INIT' # define INIT(x, dummy_initial_value) x ^ exec.c: In function 'is_errexit_condition_for': exec.c:698:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ exec.c: In function 'exec_command_substitution': exec.c:1456:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ builtin.c: In function 'generate_builtin_candidates': builtin.c:514:22: warning: 'type' may be used uninitialized in this function [-Wmaybe-uninitialized] if (!(compopt->type & type)) ~~~~~~~~~~~~~~~^~~~~~~ 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 -c expand.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 -c hashtable.c arith.c: In function 'parse_logical_and': arith.c:569:5: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] if (value) switch (result->type) { ^ arith.c: In function 'parse_assignment': arith.c:533:5: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] if (!value) switch (result->type) { ^ arith.c:519:7: note: 'value' was declared here bool value, valid = true; ^~~~~ arith.c:503:35: warning: 'cond' may be used uninitialized in this function [-Wmaybe-uninitialized] info->parseonly = saveparseonly2 || cond; ~~~~~~~~~~~~~~~^~~~~~~ arith.c:479:7: note: 'cond' was declared here bool cond, valid = true; ^~~~ 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 -c input.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 -c job.c job.c: In function 'calc_status_of_job': job.c:645:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ job.c: In function 'calc_status': job.c:612:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ job.c: In function 'get_job_status_string': job.c:732:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ job.c: In function 'get_process_status_string': job.c:709:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ expand.c: In function 'expand_four': expand.c:897:8: warning: 'concat' may be used uninitialized in this function [-Wmaybe-uninitialized] if (concat && indq) ^ expand.c:722:10: note: 'concat' was declared here bool concat; /* concatenate array elements? */ ^~~~~~ expand.c:793:49: warning: 'values' may be used uninitialized in this function [-Wmaybe-uninitialized] (((wchar_t *) values[0])[0] == L'\0' && values[1] == NULL)) ~~~~~~^~~ expand.c:721:12: note: 'values' was declared here void **values; /* the result */ ^~~~~~ 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 -c mail.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 -c option.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 -c parser.c job.c: In function 'continue_job': job.c:1240:12: warning: 'status' may be used uninitialized in this function [-Wmaybe-uninitialized] return status; ^~~~~~ 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 -c path.c option.c: In function 'handle_search_result': option.c:621:10: warning: 'optarg' may be used uninitialized in this function [-Wmaybe-uninitialized] return set_normal_option(opt, optarg, shell_invocation); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ parser.c: In function 'read_and_parse': parser.c:605:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ parser.c: In function 'parse_special_word_unit': parser.c:1561:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ parser.c: In function 'get_errmsg_unexpected_token': parser.c:2759:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ 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 -c plist.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 -c redir.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 -o makesignum makesignum.c -lm -ltinfo redir.c: In function 'open_process_redirection': redir.c:860:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ parser.c: In function 'print_one_command': parser.c:3208:2: warning: 's' may be used uninitialized in this function [-Wmaybe-uninitialized] wb_wprintf(&pr->buffer, L"%d%ls", rd->rd_fd, s); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ parser.c:3189:17: note: 's' was declared here const wchar_t *s; ^ parser.c:3209:2: warning: 'type' may be used uninitialized in this function [-Wmaybe-uninitialized] switch (type) { ^~~~~~ parser.c:3190:29: note: 'type' was declared here enum { file, here, proc, } type; ^~~~ 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 -c strbuf.c redir.c: In function 'open_redirections': redir.c:429:6: warning: 'keepopen' may be used uninitialized in this function [-Wmaybe-uninitialized] if (!keepopen) ^ redir.c:427:7: warning: 'fd' may be used uninitialized in this function [-Wmaybe-uninitialized] if (xdup2(fd, r->rd_fd) < 0) ^~~~~~~~~~~~~~~~~~~ redir.c:673:2: warning: 'filename' may be used uninitialized in this function [-Wmaybe-uninitialized] xerror(errno, Ngt("redirection: %s"), num); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from redir.c:19:0: redir.c:337:13: note: 'filename' was declared here char *INIT(filename, ""); ^ common.h:53:39: note: in definition of macro 'INIT' # define INIT(x, dummy_initial_value) x ^ 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 -c util.c parser.c: In function 'parse_compound_command': parser.c:2038:29: warning: 'result' may be used uninitialized in this function [-Wmaybe-uninitialized] parse_redirect_list(ps, &result->c_redirs); ^~~~~~~~~~~~~~~~~ creating configm.h...done 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 -c xfnmatch.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 -c xgetopt.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 -c yash.c xgetopt.c: In function 'found_long_option': xgetopt.c:311:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ 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 -c history.c make[1]: Entering directory '/builddir/build/BUILD/yash-2.46/builtins' history.c: In function 'fc_edit_and_exec_entries': history.c:1598:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ 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 -c printf.c make[1]: Entering directory '/builddir/build/BUILD/yash-2.46/lineedit' 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 -c complete.c parser.c: In function 'read_and_parse': parser.c:2605:2: warning: 'operator' may be used uninitialized in this function [-Wmaybe-uninitialized] serror(ps, Ngt("here-document content for %s%ls is missing"), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ operator, r->rd_hereend); ~~~~~~~~~~~~~~~~~~~~~~~~ parser.c:2599:14: note: 'operator' was declared here const char *operator; ^~~~~~~~ printf.c: In function 'printf_printf': printf.c:672:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ creating share/config...history.c: In function 'fc_print_entries': history.c:1457:5: warning: 'r' may be used uninitialized in this function [-Wmaybe-uninitialized] if (r < 0) { ^ done 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 -c test.c test.c: In function 'test_file': test.c:234:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ complete.c: In function 'print_compopt_info': complete.c:535:2: warning: 's' may be used uninitialized in this function [-Wmaybe-uninitialized] le_compdebug("pattern: \"%ls\" (%s)", p->pattern, s); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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 -c ulimit.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 -c compparse.c ar -rc builtins.a printf.o test.o ulimit.o complete.c: In function 'le_complete': complete.c:494:5: warning: 's' may be used uninitialized in this function [-Wmaybe-uninitialized] le_compdebug("quote type: %s", s); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from complete.c:19:0: complete.c:487:22: note: 's' was declared here const char *INIT(s, NULL); ^ ../common.h:53:39: note: in definition of macro 'INIT' # define INIT(x, dummy_initial_value) x ^ make[1]: Leaving directory '/builddir/build/BUILD/yash-2.46/builtins' 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 -c display.c make[1]: Entering directory '/builddir/build/BUILD/yash-2.46/tests' 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 -o checkfg checkfg.c -lm -ltinfo display.c: In function 'divide_candidates_pages': display.c:1103:10: warning: unused variable 'ok' [-Wunused-variable] bool ok = arrange_candidates(cand_per_col, -1); ^~ display.c: In function 'print_candidate': display.c:1316:9: warning: unused variable 'line' [-Wunused-variable] int line = lebuf.pos.line; ^~~~ 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 -c editing.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 -o resetsig resetsig.c -lm -ltinfo make[1]: Leaving directory '/builddir/build/BUILD/yash-2.46/tests' In file included from editing.c:19:0: editing.c: In function 'exec_motion_command': editing.c:597:7: warning: statement with no effect [-Wunused-value] INIT(case_func, 0); ^ ../common.h:53:39: note: in definition of macro 'INIT' # define INIT(x, dummy_initial_value) x ^ make[1]: Entering directory '/builddir/build/BUILD/yash-2.46/po' make[1]: 'stamp-po' is up to date. make[1]: Leaving directory '/builddir/build/BUILD/yash-2.46/po' make[1]: Entering directory '/builddir/build/BUILD/yash-2.46/doc' make[2]: Entering directory '/builddir/build/BUILD/yash-2.46/doc/ja' make[2]: Leaving directory '/builddir/build/BUILD/yash-2.46/doc/ja' make[1]: Leaving directory '/builddir/build/BUILD/yash-2.46/doc' creating commands.in... 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 -c lineedit.c editing.c: In function 'need_update_last_search_value': editing.c:3642:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ lineedit.c: In function 'le_readline': lineedit.c:109:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ ./makesignum > signum.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 -c 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 -c terminfo.c editing.c: In function 'perform_search': editing.c:3738:5: warning: 'xfnm' may be used uninitialized in this function [-Wmaybe-uninitialized] xfnm_free(xfnm); ^~~~~~~~~~~~~~~ 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 -c trie.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 -c keymap.c keymap.c: In function 'print_binding_main': keymap.c:532:10: warning: 'modechar' may be used uninitialized in this function [-Wmaybe-uninitialized] char modechar; ^~~~~~~~ variable.c: In function 'new_variable': variable.c:610:2: warning: 'var' may be used uninitialized in this function [-Wmaybe-uninitialized] varvaluefree(var); ^~~~~~~~~~~~~~~~~ variable.c: In function 'array_builtin': variable.c:2011:10: warning: 'max' may be used uninitialized in this function [-Wmaybe-uninitialized] if (!validate_operand_count(argc - xoptind, min, max)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ variable.c:2011:10: warning: 'min' may be used uninitialized in this function [-Wmaybe-uninitialized] 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 -c sig.c ar -rc lineedit.a complete.o compparse.o display.o editing.o keymap.o lineedit.o terminfo.o trie.o make[1]: Leaving directory '/builddir/build/BUILD/yash-2.46/lineedit' gcc -o yash alias.o arith.o builtin.o exec.o expand.o hashtable.o input.o job.o mail.o option.o parser.o path.o plist.o redir.o sig.o strbuf.o util.o variable.o xfnmatch.o xgetopt.o yash.o history.o builtins/builtins.a lineedit/lineedit.a -lm -ltinfo + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.z6ZS75 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64 ++ dirname /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64 + cd yash-2.46 + make install install-html DESTDIR=/builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64 'INSTALL=install -p' 'CPPROG=cp -p' make[1]: Entering directory '/builddir/build/BUILD/yash-2.46/builtins' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/builddir/build/BUILD/yash-2.46/builtins' make[1]: Entering directory '/builddir/build/BUILD/yash-2.46/lineedit' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/builddir/build/BUILD/yash-2.46/lineedit' install -p -d /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/bin install -p -c yash /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/bin/yash install -p -d /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash install -p -d /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/completion install -p -d /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/initialization install -p -d /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/man install -p -c -m 644 share/./initialization/common /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./initialization/common install -p -c -m 644 share/./initialization/sample /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./initialization/sample install -p -c -m 644 share/./initialization/default /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./initialization/default install -p -c -m 644 share/./completion/command /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/command install -p -c -m 644 share/./completion/fg /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/fg install -p -c -m 644 share/./completion/dnf /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/dnf install -p -c -m 644 share/./completion/git /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/git install -p -c -m 644 share/./completion/vimdiff /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/vimdiff install -p -c -m 644 share/./completion/gtar /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/gtar install -p -c -m 644 share/./completion/view /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/view install -p -c -m 644 share/./completion/newgrp /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/newgrp install -p -c -m 644 share/./completion/sed /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/sed install -p -c -m 644 share/./completion/gvim /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/gvim install -p -c -m 644 share/./completion/chown /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/chown install -p -c -m 644 share/./completion/pr /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/pr install -p -c -m 644 share/./completion/rvim /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/rvim install -p -c -m 644 share/./completion/git-name-rev /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/git-name-rev install -p -c -m 644 share/./completion/getconf /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/getconf install -p -c -m 644 share/./completion/nice /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/nice install -p -c -m 644 share/./completion/continue /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/continue install -p -c -m 644 share/./completion/chmod /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/chmod install -p -c -m 644 share/./completion/typeset /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/typeset install -p -c -m 644 share/./completion/_blocksize /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/_blocksize install -p -c -m 644 share/./completion/date /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/date install -p -c -m 644 share/./completion/git-revert /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/git-revert install -p -c -m 644 share/./completion/fc /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/fc install -p -c -m 644 share/./completion/[ /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/[ install -p -c -m 644 share/./completion/id /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/id install -p -c -m 644 share/./completion/rmdir /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/rmdir install -p -c -m 644 share/./completion/git-remote /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/git-remote install -p -c -m 644 share/./completion/tar /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/tar install -p -c -m 644 share/./completion/git-rev-list /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/git-rev-list install -p -c -m 644 share/./completion/patch /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/patch install -p -c -m 644 share/./completion/who /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/who install -p -c -m 644 share/./completion/mv /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/mv install -p -c -m 644 share/./completion/git-whatchanged /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/git-whatchanged install -p -c -m 644 share/./completion/yash /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/yash install -p -c -m 644 share/./completion/ln /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/ln install -p -c -m 644 share/./completion/rm /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/rm install -p -c -m 644 share/./completion/svn /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/svn install -p -c -m 644 share/./completion/git-rm /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/git-rm install -p -c -m 644 share/./completion/git-clone /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/git-clone install -p -c -m 644 share/./completion/passwd /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/passwd install -p -c -m 644 share/./completion/uname /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/uname install -p -c -m 644 share/./completion/configure /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/configure install -p -c -m 644 share/./completion/nl /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/nl install -p -c -m 644 share/./completion/git-stash /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/git-stash install -p -c -m 644 share/./completion/git-clean /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/git-clean install -p -c -m 644 share/./completion/disown /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/disown install -p -c -m 644 share/./completion/printf /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/printf install -p -c -m 644 share/./completion/env /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/env install -p -c -m 644 share/./completion/read /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/read install -p -c -m 644 share/./completion/git-log /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/git-log install -p -c -m 644 share/./completion/head /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/head install -p -c -m 644 share/./completion/shift /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/shift install -p -c -m 644 share/./completion/git-bisect /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/git-bisect install -p -c -m 644 share/./completion/git-blame /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/git-blame install -p -c -m 644 share/./completion/git-rebase /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/git-rebase install -p -c -m 644 share/./completion/git-request-pull /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/git-request-pull install -p -c -m 644 share/./completion/git-pull /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/git-pull install -p -c -m 644 share/./completion/nawk /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/nawk install -p -c -m 644 share/./completion/_dot /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/_dot install -p -c -m 644 share/./completion/find /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/find install -p -c -m 644 share/./completion/git-reflog /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/git-reflog install -p -c -m 644 share/./completion/set /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/set install -p -c -m 644 share/./completion/file /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/file install -p -c -m 644 share/./completion/gitx /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/gitx install -p -c -m 644 share/./completion/return /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/return install -p -c -m 644 share/./completion/fgrep /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/fgrep install -p -c -m 644 share/./completion/su /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/su install -p -c -m 644 share/./completion/rgvim /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/rgvim install -p -c -m 644 share/./completion/sh /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/sh install -p -c -m 644 share/./completion/tig /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/tig install -p -c -m 644 share/./completion/xargs /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/xargs install -p -c -m 644 share/./completion/mkfifo /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/mkfifo install -p -c -m 644 share/./completion/egrep /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/egrep install -p -c -m 644 share/./completion/git-annotate /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/git-annotate install -p -c -m 644 share/./completion/eval /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/eval install -p -c -m 644 share/./completion/git-push /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/git-push install -p -c -m 644 share/./completion/git-show /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/git-show install -p -c -m 644 share/./completion/unalias /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/unalias install -p -c -m 644 share/./completion/pathchk /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/pathchk install -p -c -m 644 share/./completion/git-checkout /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/git-checkout install -p -c -m 644 share/./completion/umask /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/umask install -p -c -m 644 share/./completion/grep /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/grep install -p -c -m 644 share/./completion/unset /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/unset install -p -c -m 644 share/./completion/cmp /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/cmp install -p -c -m 644 share/./completion/tree /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/tree install -p -c -m 644 share/./completion/git-rev-parse /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/git-rev-parse install -p -c -m 644 share/./completion/mksh /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/mksh install -p -c -m 644 share/./completion/iconv /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/iconv install -p -c -m 644 share/./completion/pushd /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/pushd install -p -c -m 644 share/./completion/ksh /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/ksh install -p -c -m 644 share/./completion/git-commit /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/git-commit install -p -c -m 644 share/./completion/git-fetch /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/git-fetch install -p -c -m 644 share/./completion/gvimdiff /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/gvimdiff install -p -c -m 644 share/./completion/locale /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/locale install -p -c -m 644 share/./completion/nohup /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/nohup install -p -c -m 644 share/./completion/cut /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/cut install -p -c -m 644 share/./completion/tr /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/tr install -p -c -m 644 share/./completion/_bsd /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/_bsd install -p -c -m 644 share/./completion/valgrind /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/valgrind install -p -c -m 644 share/./completion/test /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/test install -p -c -m 644 share/./completion/jobs /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/jobs install -p -c -m 644 share/./completion/scp /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/scp install -p -c -m 644 share/./completion/du /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/du install -p -c -m 644 share/./completion/suspend /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/suspend install -p -c -m 644 share/./completion/renice /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/renice install -p -c -m 644 share/./completion/stty /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/stty install -p -c -m 644 share/./completion/git-cherry /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/git-cherry install -p -c -m 644 share/./completion/touch /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/touch install -p -c -m 644 share/./completion/ssh /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/ssh install -p -c -m 644 share/./completion/awk /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/awk install -p -c -m 644 share/./completion/gnutar /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/gnutar install -p -c -m 644 share/./completion/git-config /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/git-config install -p -c -m 644 share/./completion/fold /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/fold install -p -c -m 644 share/./completion/popd /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/popd install -p -c -m 644 share/./completion/ssh-agent /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/ssh-agent install -p -c -m 644 share/./completion/array /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/array install -p -c -m 644 share/./completion/rview /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/rview install -p -c -m 644 share/./completion/help /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/help install -p -c -m 644 share/./completion/ssh-keygen /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/ssh-keygen install -p -c -m 644 share/./completion/complete /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/complete install -p -c -m 644 share/./completion/pgawk /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/pgawk install -p -c -m 644 share/./completion/paste /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/paste install -p -c -m 644 share/./completion/git-show-branch /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/git-show-branch install -p -c -m 644 share/./completion/ps /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/ps install -p -c -m 644 share/./completion/rgview /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/rgview install -p -c -m 644 share/./completion/kill /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/kill install -p -c -m 644 share/./completion/comm /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/comm install -p -c -m 644 share/./completion/basename /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/basename install -p -c -m 644 share/./completion/sudoedit /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/sudoedit install -p -c -m 644 share/./completion/git-init /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/git-init install -p -c -m 644 share/./completion/make /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/make install -p -c -m 644 share/./completion/_backup /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/_backup install -p -c -m 644 share/./completion/sftp /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/sftp install -p -c -m 644 share/./completion/rsync /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/rsync install -p -c -m 644 share/./completion/vi /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/vi install -p -c -m 644 share/./completion/mesg /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/mesg install -p -c -m 644 share/./completion/bsdtar /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/bsdtar install -p -c -m 644 share/./completion/ulimit /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/ulimit install -p -c -m 644 share/./completion/hash /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/hash install -p -c -m 644 share/./completion/tail /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/tail install -p -c -m 644 share/./completion/type /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/type install -p -c -m 644 share/./completion/less /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/less install -p -c -m 644 share/./completion/csplit /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/csplit install -p -c -m 644 share/./completion/echo /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/echo install -p -c -m 644 share/./completion/export /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/export install -p -c -m 644 share/./completion/od /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/od install -p -c -m 644 share/./completion/readonly /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/readonly install -p -c -m 644 share/./completion/history /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/history install -p -c -m 644 share/./completion/split /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/split install -p -c -m 644 share/./completion/git-apply /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/git-apply install -p -c -m 644 share/./completion/mkdir /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/mkdir install -p -c -m 644 share/./completion/git-worktree /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/git-worktree install -p -c -m 644 share/./completion/wait /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/wait install -p -c -m 644 share/./completion/cd /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/cd install -p -c -m 644 share/./completion/ssh-add /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/ssh-add install -p -c -m 644 share/./completion/cat /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/cat install -p -c -m 644 share/./completion/git-grep /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/git-grep install -p -c -m 644 share/./completion/dash /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/dash install -p -c -m 644 share/./completion/eview /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/eview install -p -c -m 644 share/./completion/git-reset /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/git-reset install -p -c -m 644 share/./completion/wc /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/wc install -p -c -m 644 share/./completion/evim /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/evim install -p -c -m 644 share/./completion/dirs /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/dirs install -p -c -m 644 share/./completion/carthage /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/carthage install -p -c -m 644 share/./completion/time /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/time install -p -c -m 644 share/./completion/gex /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/gex install -p -c -m 644 share/./completion/which /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/which install -p -c -m 644 share/./completion/tee /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/tee install -p -c -m 644 share/./completion/bash /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/bash install -p -c -m 644 share/./completion/join /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/join install -p -c -m 644 share/./completion/gitk /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/gitk install -p -c -m 644 share/./completion/git-tag /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/git-tag install -p -c -m 644 share/./completion/ls /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/ls install -p -c -m 644 share/./completion/gview /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/gview install -p -c -m 644 share/./completion/git-am /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/git-am install -p -c -m 644 share/./completion/df /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/df install -p -c -m 644 share/./completion/git-ls-remote /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/git-ls-remote install -p -c -m 644 share/./completion/ed /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/ed install -p -c -m 644 share/./completion/watch /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/watch install -p -c -m 644 share/./completion/gitg /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/gitg install -p -c -m 644 share/./completion/ex /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/ex install -p -c -m 644 share/./completion/getopts /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/getopts install -p -c -m 644 share/./completion/INIT /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/INIT install -p -c -m 644 share/./completion/bg /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/bg install -p -c -m 644 share/./completion/exec /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/exec install -p -c -m 644 share/./completion/gawk /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/gawk install -p -c -m 644 share/./completion/cp /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/cp install -p -c -m 644 share/./completion/uniq /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/uniq install -p -c -m 644 share/./completion/git-submodule /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/git-submodule install -p -c -m 644 share/./completion/git-add /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/git-add install -p -c -m 644 share/./completion/git-notes /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/git-notes install -p -c -m 644 share/./completion/slogin /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/slogin install -p -c -m 644 share/./completion/alias /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/alias install -p -c -m 644 share/./completion/expand /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/expand install -p -c -m 644 share/./completion/trap /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/trap install -p -c -m 644 share/./completion/sudo /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/sudo install -p -c -m 644 share/./completion/git-status /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/git-status install -p -c -m 644 share/./completion/chsh /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/chsh install -p -c -m 644 share/./completion/pwd /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/pwd install -p -c -m 644 share/./completion/git-svn /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/git-svn install -p -c -m 644 share/./completion/useradd /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/useradd install -p -c -m 644 share/./completion/exit /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/exit install -p -c -m 644 share/./completion/man /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/man install -p -c -m 644 share/./completion/git-format-patch /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/git-format-patch install -p -c -m 644 share/./completion/bindkey /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/bindkey install -p -c -m 644 share/./completion/git-diff /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/git-diff install -p -c -m 644 share/./completion/git-cherry-pick /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/git-cherry-pick install -p -c -m 644 share/./completion/more /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/more install -p -c -m 644 share/./completion/git-diff-tree /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/git-diff-tree install -p -c -m 644 share/./completion/vim /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/vim install -p -c -m 644 share/./completion/git-describe /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/git-describe install -p -c -m 644 share/./completion/crontab /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/crontab install -p -c -m 644 share/./completion/git-branch /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/git-branch install -p -c -m 644 share/./completion/git-merge /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/git-merge install -p -c -m 644 share/./completion/chgrp /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/chgrp install -p -c -m 644 share/./completion/diff /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/diff install -p -c -m 644 share/./completion/sort /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/sort install -p -c -m 644 share/./completion/break /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./completion/break install -p -c -m 644 share/./config /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/yash/./config make[1]: Entering directory '/builddir/build/BUILD/yash-2.46/po' install -p -d /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/locale/ja/LC_MESSAGES install -p -d /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/locale/en@quot/LC_MESSAGES install -p -d /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/locale/en@boldquot/LC_MESSAGES install -p -c -m 644 ja.mo /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/locale/ja/LC_MESSAGES/yash.mo install -p -c -m 644 en@quot.mo /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/locale/en@quot/LC_MESSAGES/yash.mo install -p -c -m 644 en@boldquot.mo /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/locale/en@boldquot/LC_MESSAGES/yash.mo make[1]: Leaving directory '/builddir/build/BUILD/yash-2.46/po' make[1]: Entering directory '/builddir/build/BUILD/yash-2.46/doc' install -p -d /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/man/man1 install -p -c -m 644 yash.1 /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/man/man1 make[2]: Entering directory '/builddir/build/BUILD/yash-2.46/doc/ja' install -p -d /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/man/ja/man1 install -p -c -m 644 yash.1 /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/man/ja/man1 make[2]: Leaving directory '/builddir/build/BUILD/yash-2.46/doc/ja' make[1]: Leaving directory '/builddir/build/BUILD/yash-2.46/doc' make[1]: Entering directory '/builddir/build/BUILD/yash-2.46/doc' install -p -d /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/doc/yash-doc/ install -p -c -m 644 index.html intro.html invoke.html syntax.html params.html expand.html pattern.html redir.html exec.html interact.html job.html builtin.html lineedit.html posix.html faq.html fgrammar.html _alias.html _array.html _bg.html _bindkey.html _break.html _cd.html _colon.html _command.html _complete.html _continue.html _dirs.html _disown.html _dot.html _echo.html _eval.html _exec.html _exit.html _export.html _false.html _fc.html _fg.html _getopts.html _hash.html _help.html _history.html _jobs.html _kill.html _popd.html _printf.html _pushd.html _pwd.html _read.html _readonly.html _return.html _set.html _shift.html _suspend.html _test.html _times.html _trap.html _true.html _type.html _typeset.html _ulimit.html _umask.html _unalias.html _unset.html _wait.html asciidoc.css /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/doc/yash-doc/ make[2]: Entering directory '/builddir/build/BUILD/yash-2.46/doc/ja' install -p -d /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/doc/yash-doc//ja install -p -c -m 644 index.html intro.html invoke.html syntax.html params.html expand.html pattern.html redir.html exec.html interact.html job.html builtin.html lineedit.html posix.html faq.html fgrammar.html _alias.html _array.html _bg.html _bindkey.html _break.html _cd.html _colon.html _command.html _complete.html _continue.html _dirs.html _disown.html _dot.html _echo.html _eval.html _exec.html _exit.html _export.html _false.html _fc.html _fg.html _getopts.html _hash.html _help.html _history.html _jobs.html _kill.html _popd.html _printf.html _pushd.html _pwd.html _read.html _readonly.html _return.html _set.html _shift.html _suspend.html _test.html _times.html _trap.html _true.html _type.html _typeset.html _ulimit.html _umask.html _unalias.html _unset.html _wait.html asciidoc.css /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/doc/yash-doc//ja make[2]: Leaving directory '/builddir/build/BUILD/yash-2.46/doc/ja' make[1]: Leaving directory '/builddir/build/BUILD/yash-2.46/doc' + /usr/lib/rpm/find-lang.sh /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64 yash + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /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: yash-2.46-1.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.bE6fxQ + umask 022 + cd /builddir/build/BUILD + cd yash-2.46 + DOCDIR=/builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/doc/yash + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/doc/yash + cp -pr NEWS /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/doc/yash + cp -pr README /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/doc/yash + cp -pr NEWS.ja /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/doc/yash + cp -pr README.ja /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/doc/yash + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.4lad29 + umask 022 + cd /builddir/build/BUILD + cd yash-2.46 + LICENSEDIR=/builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/licenses/yash + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/licenses/yash + cp -pr COPYING /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64/usr/share/licenses/yash + exit 0 Provides: /bin/yash yash = 2.46-1.fc28 yash(riscv-64) = 2.46-1.fc28 Requires(interp): /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh coreutils grep Requires(postun): /bin/sh sed 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) libm.so.6()(64bit) libm.so.6(GLIBC_2.27)(64bit) libtinfo.so.6()(64bit) rtld(GNU_HASH) Processing files: yash-doc-2.46-1.fc28.noarch Provides: yash-doc = 2.46-1.fc28 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/yash-2.46-1.fc28.riscv64 Wrote: /builddir/build/SRPMS/yash-2.46-1.fc28.src.rpm Wrote: /builddir/build/RPMS/riscv64/yash-2.46-1.fc28.riscv64.rpm Wrote: /builddir/build/RPMS/noarch/yash-doc-2.46-1.fc28.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.hNJu1a + umask 022 + cd /builddir/build/BUILD + cd yash-2.46 + /usr/bin/rm -rf /builddir/build/BUILDROOT/yash-2.46-1.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