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/yash.spec'], chrootPath='/var/lib/mock/f31-build-72738-30891/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/yash.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 BUILDSTDERR: warning: Macro expanded in comment on line 27: %{repoid}/%{name}-doc-%{docver}%{?minorver}-ja.tar.gz BUILDSTDERR: warning: Macro expanded in comment on line 61: %{name} >= %{version} Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1564185600 Wrote: /builddir/build/SRPMS/yash-2.48-1.fc31.2.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/yash.spec'], chrootPath='/var/lib/mock/f31-build-72738-30891/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/yash.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 BUILDSTDERR: warning: Macro expanded in comment on line 27: %{repoid}/%{name}-doc-%{docver}%{?minorver}-ja.tar.gz BUILDSTDERR: warning: Macro expanded in comment on line 61: %{name} >= %{version} Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1564185600 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.WZwtU4 + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf yash-2.48 + /usr/bin/xz -dc /builddir/build/SOURCES/yash-2.48.tar.xz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd yash-2.48 + /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.VwErk9 + umask 022 + cd /builddir/build/BUILD + cd yash-2.48 + 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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' ./configure --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --datarootdir=/usr/share --docdir=/usr/share/doc/yash-doc/ + make -k -j4 BUILDSTDERR: arith.c: In function 'do_long_calculation2': BUILDSTDERR: arith.c:420:1: warning: control reaches end of non-void function [-Wreturn-type] BUILDSTDERR: 420 | } BUILDSTDERR: | ^ BUILDSTDERR: arith.c: In function 'do_double_comparison': BUILDSTDERR: arith.c:461:1: warning: control reaches end of non-void function [-Wreturn-type] BUILDSTDERR: 461 | } BUILDSTDERR: | ^ BUILDSTDERR: arith.c: In function 'do_long_calculation1': BUILDSTDERR: arith.c:388:1: warning: control reaches end of non-void function [-Wreturn-type] BUILDSTDERR: 388 | } BUILDSTDERR: | ^ BUILDSTDERR: arith.c: In function 'do_double_calculation': BUILDSTDERR: arith.c:440:1: warning: control reaches end of non-void function [-Wreturn-type] BUILDSTDERR: 440 | } BUILDSTDERR: | ^ BUILDSTDERR: arith.c: In function 'value_to_string': BUILDSTDERR: arith.c:312:1: warning: control reaches end of non-void function [-Wreturn-type] BUILDSTDERR: 312 | } BUILDSTDERR: | ^ BUILDSTDERR: builtin.c: In function 'print_option_list': BUILDSTDERR: builtin.c:484:2: warning: 'optargmark' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 484 | sb_printf(buf, "--%ls%s", opt->longopt, optargmark); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from builtin.c:19: BUILDSTDERR: builtin.c:477:19: note: 'optargmark' was declared here BUILDSTDERR: 477 | const char *INIT(optargmark, NULL); BUILDSTDERR: | ^~~~~~~~~~ BUILDSTDERR: common.h:53:39: note: in definition of macro 'INIT' BUILDSTDERR: 53 | # define INIT(x, dummy_initial_value) x BUILDSTDERR: | ^ BUILDSTDERR: builtin.c:470:2: warning: 'optargmark' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 470 | sb_printf(buf, "-%lc%s", opt->shortopt, optargmark); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from builtin.c:19: BUILDSTDERR: builtin.c:463:19: note: 'optargmark' was declared here BUILDSTDERR: 463 | const char *INIT(optargmark, NULL); BUILDSTDERR: | ^~~~~~~~~~ BUILDSTDERR: common.h:53:39: note: in definition of macro 'INIT' BUILDSTDERR: 53 | # define INIT(x, dummy_initial_value) x BUILDSTDERR: | ^ BUILDSTDERR: exec.c: In function 'is_err_condition_for': BUILDSTDERR: exec.c:724:1: warning: control reaches end of non-void function [-Wreturn-type] BUILDSTDERR: 724 | } BUILDSTDERR: | ^ BUILDSTDERR: exec.c: In function 'exec_command_substitution': BUILDSTDERR: exec.c:1497:1: warning: control reaches end of non-void function [-Wreturn-type] BUILDSTDERR: 1497 | } BUILDSTDERR: | ^ BUILDSTDERR: builtin.c: In function 'generate_builtin_candidates': BUILDSTDERR: builtin.c:516:22: warning: 'type' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 516 | if (!(compopt->type & type)) BUILDSTDERR: | ~~~~~~~~~~~~~~~^~~~~~~ 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 strdup... yes checking for wcsnlen... yes checking for wcsdup... 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 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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c exec.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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c expand.c BUILDSTDERR: gcc -O2 -g -pipe -Wall -Werror=format-securityarith.c: In function 'parse_logical_and': BUILDSTDERR: arith.c:569:5: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 569 | if (value) switch (result->type) { BUILDSTDERR: | ^ BUILDSTDERR: arith.c: In function 'parse_assignment': BUILDSTDERR: arith.c:533:5: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 533 | if (!value) switch (result->type) { BUILDSTDERR: | ^ BUILDSTDERR: arith.c:519:7: note: 'value' was declared here BUILDSTDERR: 519 | bool value, valid = true; BUILDSTDERR: | ^~~~~ BUILDSTDERR: arith.c:503:35: warning: 'cond' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 503 | info->parseonly = saveparseonly2 || cond; BUILDSTDERR: | ~~~~~~~~~~~~~~~^~~~~~~ BUILDSTDERR: arith.c:479:7: note: 'cond' was declared here BUILDSTDERR: 479 | bool cond, valid = true; BUILDSTDERR: | ^~~~ BUILDSTDERR: job.c: In function 'calc_status_of_job': BUILDSTDERR: job.c:645:1: warning: control reaches end of non-void function [-Wreturn-type] BUILDSTDERR: 645 | } BUILDSTDERR: | ^ BUILDSTDERR: job.c: In function 'calc_status': BUILDSTDERR: job.c:612:1: warning: control reaches end of non-void function [-Wreturn-type] BUILDSTDERR: 612 | } BUILDSTDERR: | ^ BUILDSTDERR: job.c: In function 'get_job_status_string': BUILDSTDERR: job.c:732:1: warning: control reaches end of non-void function [-Wreturn-type] BUILDSTDERR: 732 | } BUILDSTDERR: | ^ BUILDSTDERR: job.c: In function 'get_process_status_string': BUILDSTDERR: job.c:709:1: warning: control reaches end of non-void function [-Wreturn-type] BUILDSTDERR: 709 | } BUILDSTDERR: | ^ BUILDSTDERR: expand.c: In function 'expand_four': BUILDSTDERR: expand.c:897:8: warning: 'concat' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 897 | if (concat && indq) BUILDSTDERR: | ^ BUILDSTDERR: expand.c:722:10: note: 'concat' was declared here BUILDSTDERR: 722 | bool concat; /* concatenate array elements? */ BUILDSTDERR: | ^~~~~~ BUILDSTDERR: expand.c:793:49: warning: 'values' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 793 | (((wchar_t *) values[0])[0] == L'\0' && values[1] == NULL)) BUILDSTDERR: | ~~~~~~^~~ BUILDSTDERR: expand.c:721:12: note: 'values' was declared here BUILDSTDERR: 721 | void **values; /* the result */ BUILDSTDERR: | ^~~~~~ BUILDSTDERR: job.c: In function 'continue_job': BUILDSTDERR: job.c:1240:12: warning: 'status' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 1240 | return status; BUILDSTDERR: | ^~~~~~ BUILDSTDERR: option.c: In function 'handle_search_result': BUILDSTDERR: option.c:628:10: warning: 'optarg' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 628 | return set_normal_option(opt, optarg, shell_invocation); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: parser.c: In function 'read_and_parse': BUILDSTDERR: parser.c:791:1: warning: control reaches end of non-void function [-Wreturn-type] BUILDSTDERR: 791 | } BUILDSTDERR: | ^ BUILDSTDERR: parser.c: In function 'parse_special_word_unit': BUILDSTDERR: parser.c:1282:1: warning: control reaches end of non-void function [-Wreturn-type] BUILDSTDERR: 1282 | } BUILDSTDERR: | ^ BUILDSTDERR: parser.c: In function 'get_errmsg_unexpected_tokentype': BUILDSTDERR: parser.c:904:1: warning: control reaches end of non-void function [-Wreturn-type] BUILDSTDERR: 904 | } BUILDSTDERR: | ^ BUILDSTDERR: redir.c: In function 'open_process_redirection': BUILDSTDERR: redir.c:890:1: warning: control reaches end of non-void function [-Wreturn-type] BUILDSTDERR: 890 | } BUILDSTDERR: | ^ BUILDSTDERR: parser.c: In function 'print_one_command': BUILDSTDERR: parser.c:3726:2: warning: 's' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 3726 | wb_wprintf(&pr->buffer, L"%d%ls", rd->rd_fd, s); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: parser.c:3707:17: note: 's' was declared here BUILDSTDERR: 3707 | const wchar_t *s; BUILDSTDERR: | ^ BUILDSTDERR: parser.c:3727:2: warning: 'type' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 3727 | switch (type) { BUILDSTDERR: | ^~~~~~ BUILDSTDERR: parser.c:3708:29: note: 'type' was declared here BUILDSTDERR: 3708 | enum { file, here, proc, } type; BUILDSTDERR: | ^~~~ BUILDSTDERR: redir.c: In function 'open_redirections': BUILDSTDERR: redir.c:429:6: warning: 'keepopen' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 429 | if (!keepopen) BUILDSTDERR: | ^ BUILDSTDERR: redir.c:427:7: warning: 'fd' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 427 | if (xdup2(fd, r->rd_fd) < 0) BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~ BUILDSTDERR: redir.c:382:3: warning: 'filename' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 382 | free(filename); BUILDSTDERR: | ^~~~~~~~~~~~~~ -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 -c hashtable.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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c job.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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c parser.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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c path.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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -o makesignum makesignum.c -lm -ltinfo 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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c strbuf.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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c util.c creating configm.h...done BUILDSTDERR: 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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-xgetopt.c: In function 'found_long_option': BUILDSTDERR: xgetopt.c:311:1: warning: control reaches end of non-void function [-Wreturn-type] BUILDSTDERR: 311 | } BUILDSTDERR: | ^ BUILDSTDERR: printf.c: In function 'printf_printf': BUILDSTDERR: printf.c:672:1: warning: control reaches end of non-void function [-Wreturn-type] BUILDSTDERR: 672 | } BUILDSTDERR: | ^ BUILDSTDERR: history.c: In function 'fc_edit_and_exec_entries': BUILDSTDERR: history.c:1598:1: warning: control reaches end of non-void function [-Wreturn-type] BUILDSTDERR: 1598 | } BUILDSTDERR: | ^ BUILDSTDERR: parser.c: In function 'parse_compound_command': BUILDSTDERR: parser.c:2433:2: warning: 'ends' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 2433 | print_errmsg_token_missing(ps, ends); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: parser.c:2406:29: note: 'ends' was declared here BUILDSTDERR: 2406 | const wchar_t *starts, *ends; BUILDSTDERR: | ^~~~ BUILDSTDERR: parser.c:2428:2: warning: 'starts' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 2428 | serror(ps, Ngt("commands are missing between `%ls' and `%ls'"), BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 2429 | starts, ends); BUILDSTDERR: | ~~~~~~~~~~~~~ BUILDSTDERR: parser.c:2406:20: note: 'starts' was declared here BUILDSTDERR: 2406 | const wchar_t *starts, *ends; BUILDSTDERR: | ^~~~~~ BUILDSTDERR: parser.c:2430:8: warning: 'endtt' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 2430 | if (ps->tokentype == endtt) BUILDSTDERR: | ^ BUILDSTDERR: parser.c:2405:17: note: 'endtt' was declared here BUILDSTDERR: 2405 | tokentype_T endtt; BUILDSTDERR: | ^~~~~ BUILDSTDERR: parser.c:2438:20: warning: 'type' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 2438 | result->c_type = type; BUILDSTDERR: | ~~~~~~~~~~~~~~~^~~~~~ BUILDSTDERR: parser.c:2404:19: note: 'type' was declared here BUILDSTDERR: 2404 | commandtype_T type; BUILDSTDERR: | ^~~~ BUILDSTDERR: test.c: In function 'test_file': BUILDSTDERR: test.c:251:1: warning: control reaches end of non-void function [-Wreturn-type] BUILDSTDERR: 251 | } BUILDSTDERR: | ^ BUILDSTDERR: parser.c: In function 'read_and_parse': BUILDSTDERR: parser.c:3151:2: warning: 'operator' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 3151 | serror(ps, Ngt("here-document content for %s%ls is missing"), BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 3152 | operator, r->rd_hereend); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: parser.c:3145:14: note: 'operator' was declared here BUILDSTDERR: 3145 | const char *operator; BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: test.c: In function 'eval_dbexp': BUILDSTDERR: test.c:776:31: warning: 'result' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 776 | return result ? Exit_TRUE : Exit_FALSE; BUILDSTDERR: | ^ BUILDSTDERR: complete.c: In function 'print_compopt_info': BUILDSTDERR: complete.c:535:2: warning: 's' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 535 | le_compdebug("pattern: \"%ls\" (%s)", p->pattern, s); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ protection -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c yash.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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c history.c make[1]: Entering directory '/builddir/build/BUILD/yash-2.48/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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c printf.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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c test.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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c ulimit.c make[1]: Entering directory '/builddir/build/BUILD/yash-2.48/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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c complete.c creating share/config...done make[1]: Entering directory '/builddir/build/BUILD/yash-2.48/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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -o checkfg checkfg.c -lm -ltinfo ar -rc builtins.a printf.o test.o ulimit.o make[1]: Leaving directory '/builddir/build/BUILD/yash-2.48/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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -o resetsig resetsig.c -lm -ltinfo 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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c compparse.c make[1]: Leaving directory '/builddir/build/BUILD/yash-2.48/tests' make[1]: Entering directory '/builddir/build/BUILD/yash-2.48/po' make[1]: 'stamp-po' is up to date. make[1]: Leaving directory '/builddir/build/BUILD/yash-2.48/po' make[1]: Entering directory '/builddir/build/BUILD/yash-2.48/doc' make[2]: Entering directory '/builddir/build/BUILD/yash-2.48/doc/ja' make[2]: Leaving directory '/builddir/build/BUILD/yash-2.48/doc/ja' make[1]: Leaving directory '/builddir/build/BUILD/yash-2.48/doc' BUILDSTDERR: complete.c: In function 'le_complete': BUILDSTDERR: complete.c:494:5: warning: 's' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 494 | le_compdebug("quote type: %s", s); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from complete.c:19: BUILDSTDERR: complete.c:487:22: note: 's' was declared here BUILDSTDERR: 487 | const char *INIT(s, NULL); BUILDSTDERR: | ^ BUILDSTDERR: ../common.h:53:39: note: in definition of macro 'INIT' BUILDSTDERR: 53 | # define INIT(x, dummy_initial_value) x BUILDSTDERR: | ^ BUILDSTDERR: variable.c: In function 'new_variable': BUILDSTDERR: variable.c:609:2: warning: 'var' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 609 | varvaluefree(var); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: variable.c: In function 'array_builtin': BUILDSTDERR: variable.c:2049:10: warning: 'max' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 2049 | if (!validate_operand_count(argc - xoptind, min, max)) BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: variable.c:2049:10: warning: 'min' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: lineedit.c: In function 'le_readline': BUILDSTDERR: lineedit.c:109:1: warning: control reaches end of non-void function [-Wreturn-type] BUILDSTDERR: 109 | } BUILDSTDERR: | ^ BUILDSTDERR: display.c: In function 'divide_candidates_pages': BUILDSTDERR: display.c:1103:10: warning: unused variable 'ok' [-Wunused-variable] BUILDSTDERR: 1103 | bool ok = arrange_candidates(cand_per_col, -1); BUILDSTDERR: | ^~ BUILDSTDERR: display.c: In function 'print_candidate': BUILDSTDERR: display.c:1316:9: warning: unused variable 'line' [-Wunused-variable] BUILDSTDERR: 1316 | int line = lebuf.pos.line; BUILDSTDERR: | ^~~~ BUILDSTDERR: In file included from editing.c:19: BUILDSTDERR: editing.c: In function 'exec_motion_command': BUILDSTDERR: editing.c:597:7: warning: statement with no effect [-Wunused-value] BUILDSTDERR: 597 | INIT(case_func, 0); BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: ../common.h:53:39: note: in definition of macro 'INIT' BUILDSTDERR: 53 | # define INIT(x, dummy_initial_value) x BUILDSTDERR: | ^ BUILDSTDERR: editing.c: In function 'need_update_last_search_value': BUILDSTDERR: editing.c:3646:1: warning: control reaches end of non-void function [-Wreturn-type] BUILDSTDERR: 3646 | } BUILDSTDERR: | ^ BUILDSTDERR: editing.c: In function 'perform_search': BUILDSTDERR: editing.c:3742:5: warning: 'xfnm' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 3742 | xfnm_free(xfnm); BUILDSTDERR: | ^~~~~~~~~~~~~~~ BUILDSTDERR: keymap.c: In function 'print_binding_main': BUILDSTDERR: keymap.c:551:5: warning: 'modechar' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 551 | xprintf(format, modechar, keyseqquote, commandname); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 ./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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c display.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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c sig.c 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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c lineedit.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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c terminfo.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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c keymap.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.48/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 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.lGyBI5 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64 + cd yash-2.48 + make install install-html DESTDIR=/builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64 'INSTALL=install -p' 'CPPROG=cp -p' make[1]: Entering directory '/builddir/build/BUILD/yash-2.48/builtins' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/builddir/build/BUILD/yash-2.48/builtins' make[1]: Entering directory '/builddir/build/BUILD/yash-2.48/lineedit' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/builddir/build/BUILD/yash-2.48/lineedit' install -p -d /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/bin install -p -c yash /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/bin/yash install -p -d /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash install -p -d /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/completion install -p -d /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/initialization install -p -d /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/man install -p -c -m 644 share/./initialization/default /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./initialization/default install -p -c -m 644 share/./initialization/sample /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./initialization/sample install -p -c -m 644 share/./initialization/common /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./initialization/common install -p -c -m 644 share/./completion/tail /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/tail install -p -c -m 644 share/./completion/typeset /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/typeset install -p -c -m 644 share/./completion/gvimdiff /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/gvimdiff install -p -c -m 644 share/./completion/ssh-agent /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/ssh-agent install -p -c -m 644 share/./completion/chown /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/chown install -p -c -m 644 share/./completion/nice /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/nice install -p -c -m 644 share/./completion/git-revert /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/git-revert install -p -c -m 644 share/./completion/ulimit /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/ulimit install -p -c -m 644 share/./completion/gitg /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/gitg install -p -c -m 644 share/./completion/git /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/git install -p -c -m 644 share/./completion/trap /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/trap install -p -c -m 644 share/./completion/configure /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/configure install -p -c -m 644 share/./completion/passwd /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/passwd install -p -c -m 644 share/./completion/git-apply /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/git-apply install -p -c -m 644 share/./completion/wc /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/wc install -p -c -m 644 share/./completion/dirs /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/dirs install -p -c -m 644 share/./completion/git-commit /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/git-commit install -p -c -m 644 share/./completion/hash /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/hash install -p -c -m 644 share/./completion/date /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/date install -p -c -m 644 share/./completion/scp /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/scp install -p -c -m 644 share/./completion/tr /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/tr install -p -c -m 644 share/./completion/fc /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/fc install -p -c -m 644 share/./completion/gnutar /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/gnutar install -p -c -m 644 share/./completion/suspend /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/suspend install -p -c -m 644 share/./completion/_backup /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/_backup install -p -c -m 644 share/./completion/who /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/who install -p -c -m 644 share/./completion/sudoedit /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/sudoedit install -p -c -m 644 share/./completion/head /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/head install -p -c -m 644 share/./completion/pwd /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/pwd install -p -c -m 644 share/./completion/git-log /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/git-log install -p -c -m 644 share/./completion/exec /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/exec install -p -c -m 644 share/./completion/fgrep /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/fgrep install -p -c -m 644 share/./completion/ed /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/ed install -p -c -m 644 share/./completion/git-init /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/git-init install -p -c -m 644 share/./completion/which /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/which install -p -c -m 644 share/./completion/patch /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/patch install -p -c -m 644 share/./completion/comm /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/comm install -p -c -m 644 share/./completion/gtar /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/gtar install -p -c -m 644 share/./completion/cp /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/cp install -p -c -m 644 share/./completion/command /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/command install -p -c -m 644 share/./completion/INIT /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/INIT install -p -c -m 644 share/./completion/history /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/history install -p -c -m 644 share/./completion/ln /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/ln install -p -c -m 644 share/./completion/help /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/help install -p -c -m 644 share/./completion/pr /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/pr install -p -c -m 644 share/./completion/nl /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/nl install -p -c -m 644 share/./completion/sftp /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/sftp install -p -c -m 644 share/./completion/read /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/read install -p -c -m 644 share/./completion/git-format-patch /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/git-format-patch install -p -c -m 644 share/./completion/git-request-pull /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/git-request-pull install -p -c -m 644 share/./completion/disown /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/disown install -p -c -m 644 share/./completion/umask /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/umask install -p -c -m 644 share/./completion/vi /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/vi install -p -c -m 644 share/./completion/git-svn /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/git-svn install -p -c -m 644 share/./completion/vim /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/vim install -p -c -m 644 share/./completion/csplit /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/csplit install -p -c -m 644 share/./completion/exit /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/exit install -p -c -m 644 share/./completion/cmp /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/cmp install -p -c -m 644 share/./completion/yash /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/yash install -p -c -m 644 share/./completion/gvim /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/gvim install -p -c -m 644 share/./completion/vimdiff /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/vimdiff install -p -c -m 644 share/./completion/ex /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/ex install -p -c -m 644 share/./completion/uname /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/uname install -p -c -m 644 share/./completion/gex /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/gex install -p -c -m 644 share/./completion/local /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/local install -p -c -m 644 share/./completion/egrep /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/egrep install -p -c -m 644 share/./completion/git-annotate /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/git-annotate install -p -c -m 644 share/./completion/return /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/return install -p -c -m 644 share/./completion/pathchk /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/pathchk install -p -c -m 644 share/./completion/git-cherry-pick /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/git-cherry-pick install -p -c -m 644 share/./completion/git-whatchanged /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/git-whatchanged install -p -c -m 644 share/./completion/basename /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/basename install -p -c -m 644 share/./completion/sort /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/sort install -p -c -m 644 share/./completion/git-submodule /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/git-submodule install -p -c -m 644 share/./completion/git-stash /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/git-stash install -p -c -m 644 share/./completion/eview /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/eview install -p -c -m 644 share/./completion/fg /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/fg install -p -c -m 644 share/./completion/readonly /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/readonly install -p -c -m 644 share/./completion/git-clone /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/git-clone install -p -c -m 644 share/./completion/uniq /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/uniq install -p -c -m 644 share/./completion/[ /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/[ install -p -c -m 644 share/./completion/git-reflog /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/git-reflog install -p -c -m 644 share/./completion/iconv /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/iconv install -p -c -m 644 share/./completion/git-am /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/git-am install -p -c -m 644 share/./completion/chgrp /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/chgrp install -p -c -m 644 share/./completion/continue /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/continue install -p -c -m 644 share/./completion/rvim /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/rvim install -p -c -m 644 share/./completion/pgawk /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/pgawk install -p -c -m 644 share/./completion/wait /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/wait install -p -c -m 644 share/./completion/git-pull /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/git-pull install -p -c -m 644 share/./completion/diff /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/diff install -p -c -m 644 share/./completion/more /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/more install -p -c -m 644 share/./completion/export /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/export install -p -c -m 644 share/./completion/man /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/man install -p -c -m 644 share/./completion/touch /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/touch install -p -c -m 644 share/./completion/alias /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/alias install -p -c -m 644 share/./completion/kill /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/kill install -p -c -m 644 share/./completion/rgvim /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/rgvim install -p -c -m 644 share/./completion/view /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/view install -p -c -m 644 share/./completion/git-config /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/git-config install -p -c -m 644 share/./completion/od /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/od install -p -c -m 644 share/./completion/bindkey /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/bindkey install -p -c -m 644 share/./completion/git-clean /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/git-clean install -p -c -m 644 share/./completion/git-blame /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/git-blame install -p -c -m 644 share/./completion/paste /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/paste install -p -c -m 644 share/./completion/jobs /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/jobs install -p -c -m 644 share/./completion/shift /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/shift install -p -c -m 644 share/./completion/git-rm /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/git-rm install -p -c -m 644 share/./completion/mv /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/mv install -p -c -m 644 share/./completion/ssh-add /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/ssh-add install -p -c -m 644 share/./completion/set /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/set install -p -c -m 644 share/./completion/pushd /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/pushd install -p -c -m 644 share/./completion/git-reset /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/git-reset install -p -c -m 644 share/./completion/git-grep /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/git-grep install -p -c -m 644 share/./completion/git-rev-parse /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/git-rev-parse install -p -c -m 644 share/./completion/complete /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/complete install -p -c -m 644 share/./completion/nawk /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/nawk install -p -c -m 644 share/./completion/mesg /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/mesg install -p -c -m 644 share/./completion/git-tag /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/git-tag install -p -c -m 644 share/./completion/ksh /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/ksh install -p -c -m 644 share/./completion/git-remote /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/git-remote install -p -c -m 644 share/./completion/git-notes /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/git-notes install -p -c -m 644 share/./completion/eval /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/eval install -p -c -m 644 share/./completion/valgrind /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/valgrind install -p -c -m 644 share/./completion/tee /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/tee install -p -c -m 644 share/./completion/bash /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/bash install -p -c -m 644 share/./completion/ping /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/ping install -p -c -m 644 share/./completion/cd /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/cd install -p -c -m 644 share/./completion/chsh /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/chsh install -p -c -m 644 share/./completion/xargs /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/xargs install -p -c -m 644 share/./completion/type /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/type install -p -c -m 644 share/./completion/cut /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/cut install -p -c -m 644 share/./completion/rmdir /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/rmdir install -p -c -m 644 share/./completion/ssh-keygen /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/ssh-keygen install -p -c -m 644 share/./completion/git-rev-list /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/git-rev-list install -p -c -m 644 share/./completion/fold /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/fold install -p -c -m 644 share/./completion/git-diff-tree /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/git-diff-tree install -p -c -m 644 share/./completion/bg /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/bg install -p -c -m 644 share/./completion/_bsd /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/_bsd install -p -c -m 644 share/./completion/evim /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/evim install -p -c -m 644 share/./completion/git-diff /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/git-diff install -p -c -m 644 share/./completion/svn /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/svn install -p -c -m 644 share/./completion/git-merge /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/git-merge install -p -c -m 644 share/./completion/awk /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/awk install -p -c -m 644 share/./completion/grep /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/grep install -p -c -m 644 share/./completion/gitk /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/gitk install -p -c -m 644 share/./completion/git-bisect /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/git-bisect install -p -c -m 644 share/./completion/popd /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/popd install -p -c -m 644 share/./completion/df /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/df install -p -c -m 644 share/./completion/rsync /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/rsync install -p -c -m 644 share/./completion/gitx /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/gitx install -p -c -m 644 share/./completion/env /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/env install -p -c -m 644 share/./completion/git-rebase /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/git-rebase install -p -c -m 644 share/./completion/find /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/find install -p -c -m 644 share/./completion/tar /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/tar install -p -c -m 644 share/./completion/cat /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/cat install -p -c -m 644 share/./completion/split /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/split install -p -c -m 644 share/./completion/getconf /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/getconf install -p -c -m 644 share/./completion/tree /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/tree install -p -c -m 644 share/./completion/git-add /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/git-add install -p -c -m 644 share/./completion/git-show /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/git-show install -p -c -m 644 share/./completion/git-branch /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/git-branch install -p -c -m 644 share/./completion/nohup /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/nohup install -p -c -m 644 share/./completion/rview /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/rview install -p -c -m 644 share/./completion/file /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/file install -p -c -m 644 share/./completion/git-worktree /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/git-worktree install -p -c -m 644 share/./completion/unset /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/unset install -p -c -m 644 share/./completion/git-ls-remote /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/git-ls-remote install -p -c -m 644 share/./completion/break /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/break install -p -c -m 644 share/./completion/rgview /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/rgview install -p -c -m 644 share/./completion/gawk /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/gawk install -p -c -m 644 share/./completion/git-fetch /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/git-fetch install -p -c -m 644 share/./completion/git-checkout /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/git-checkout install -p -c -m 644 share/./completion/echo /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/echo install -p -c -m 644 share/./completion/time /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/time install -p -c -m 644 share/./completion/rm /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/rm install -p -c -m 644 share/./completion/git-push /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/git-push install -p -c -m 644 share/./completion/newgrp /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/newgrp install -p -c -m 644 share/./completion/du /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/du install -p -c -m 644 share/./completion/join /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/join install -p -c -m 644 share/./completion/git-status /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/git-status install -p -c -m 644 share/./completion/su /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/su install -p -c -m 644 share/./completion/_dot /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/_dot install -p -c -m 644 share/./completion/mkdir /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/mkdir install -p -c -m 644 share/./completion/id /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/id install -p -c -m 644 share/./completion/less /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/less install -p -c -m 644 share/./completion/sh /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/sh install -p -c -m 644 share/./completion/expand /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/expand install -p -c -m 644 share/./completion/dnf /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/dnf install -p -c -m 644 share/./completion/mksh /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/mksh install -p -c -m 644 share/./completion/git-cherry /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/git-cherry install -p -c -m 644 share/./completion/renice /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/renice install -p -c -m 644 share/./completion/ssh /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/ssh install -p -c -m 644 share/./completion/stty /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/stty install -p -c -m 644 share/./completion/locale /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/locale install -p -c -m 644 share/./completion/bsdtar /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/bsdtar install -p -c -m 644 share/./completion/carthage /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/carthage install -p -c -m 644 share/./completion/gview /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/gview install -p -c -m 644 share/./completion/mkfifo /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/mkfifo install -p -c -m 644 share/./completion/chmod /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/chmod install -p -c -m 644 share/./completion/ps /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/ps install -p -c -m 644 share/./completion/getopts /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/getopts install -p -c -m 644 share/./completion/dash /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/dash install -p -c -m 644 share/./completion/crontab /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/crontab install -p -c -m 644 share/./completion/ls /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/ls install -p -c -m 644 share/./completion/tig /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/tig install -p -c -m 644 share/./completion/printf /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/printf install -p -c -m 644 share/./completion/slogin /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/slogin install -p -c -m 644 share/./completion/watch /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/watch install -p -c -m 644 share/./completion/useradd /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/useradd install -p -c -m 644 share/./completion/sed /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/sed install -p -c -m 644 share/./completion/git-name-rev /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/git-name-rev install -p -c -m 644 share/./completion/_blocksize /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/_blocksize install -p -c -m 644 share/./completion/array /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/array install -p -c -m 644 share/./completion/git-describe /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/git-describe install -p -c -m 644 share/./completion/test /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/test install -p -c -m 644 share/./completion/git-show-branch /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/git-show-branch install -p -c -m 644 share/./completion/make /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/make install -p -c -m 644 share/./completion/sudo /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/sudo install -p -c -m 644 share/./completion/unalias /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./completion/unalias install -p -c -m 644 share/./config /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/yash/./config make[1]: Entering directory '/builddir/build/BUILD/yash-2.48/po' install -p -d /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/locale/ja/LC_MESSAGES install -p -d /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/locale/en@quot/LC_MESSAGES install -p -d /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/locale/en@boldquot/LC_MESSAGES install -p -c -m 644 ja.mo /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/locale/ja/LC_MESSAGES/yash.mo install -p -c -m 644 en@quot.mo /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/locale/en@quot/LC_MESSAGES/yash.mo install -p -c -m 644 en@boldquot.mo /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/locale/en@boldquot/LC_MESSAGES/yash.mo make[1]: Leaving directory '/builddir/build/BUILD/yash-2.48/po' make[1]: Entering directory '/builddir/build/BUILD/yash-2.48/doc' install -p -d /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/man/man1 install -p -c -m 644 yash.1 /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/man/man1 make[2]: Entering directory '/builddir/build/BUILD/yash-2.48/doc/ja' install -p -d /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/man/ja/man1 install -p -c -m 644 yash.1 /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/man/ja/man1 make[2]: Leaving directory '/builddir/build/BUILD/yash-2.48/doc/ja' make[1]: Leaving directory '/builddir/build/BUILD/yash-2.48/doc' make[1]: Entering directory '/builddir/build/BUILD/yash-2.48/doc' install -p -d /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/doc/yash-doc/ BUILDSTDERR: 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 bu+ /usr/lib/rpm/find-lang.sh /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64 yash + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 2.48-1.fc31.2 --unique-debug-suffix -2.48-1.fc31.2.riscv64 --unique-debug-src-base yash-2.48-1.fc31.2.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/yash-2.48 BUILDSTDERR: 2510 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 iltin.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 _local.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.48-1.fc31.2.riscv64/usr/share/doc/yash-doc/ make[2]: Entering directory '/builddir/build/BUILD/yash-2.48/doc/ja' install -p -d /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.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 _local.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.48-1.fc31.2.riscv64/usr/share/doc/yash-doc//ja make[2]: Leaving directory '/builddir/build/BUILD/yash-2.48/doc/ja' make[1]: Leaving directory '/builddir/build/BUILD/yash-2.48/doc' explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/bin/yash extracting debug info from /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/bin/yash original debug info size: 1800kB, size after compression: 1656kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.t5ykU4 Processing files: yash-2.48-1.fc31.2.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.7jMsP6 + umask 022 + cd /builddir/build/BUILD + cd yash-2.48 + DOCDIR=/builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/doc/yash + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/doc/yash + cp -pr NEWS /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/doc/yash + cp -pr README /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/doc/yash + cp -pr NEWS.ja /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/doc/yash + cp -pr README.ja /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/doc/yash + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.ttDws8 + umask 022 + cd /builddir/build/BUILD + cd yash-2.48 + LICENSEDIR=/builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/licenses/yash + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/licenses/yash + cp -pr COPYING /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64/usr/share/licenses/yash + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Provides: /bin/yash yash = 2.48-1.fc31.2 yash(riscv-64) = 2.48-1.fc31.2 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.48-1.fc31.2.noarch Provides: yash-doc = 2.48-1.fc31.2 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: yash-debugsource-2.48-1.fc31.2.riscv64 Provides: yash-debugsource = 2.48-1.fc31.2 yash-debugsource(riscv-64) = 2.48-1.fc31.2 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: yash-debuginfo-2.48-1.fc31.2.riscv64 Provides: debuginfo(build-id) = 61ef3054c6f06a40c8f4c2b6de1bcd9fe3e94f4c yash-debuginfo = 2.48-1.fc31.2 yash-debuginfo(riscv-64) = 2.48-1.fc31.2 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: yash-debugsource(riscv-64) = 2.48-1.fc31.2 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64 Wrote: /builddir/build/RPMS/yash-2.48-1.fc31.2.riscv64.rpm Wrote: /builddir/build/RPMS/yash-debugsource-2.48-1.fc31.2.riscv64.rpm Wrote: /builddir/build/RPMS/yash-debuginfo-2.48-1.fc31.2.riscv64.rpm Wrote: /builddir/build/RPMS/yash-doc-2.48-1.fc31.2.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.kTIaO8 + umask 022 + cd /builddir/build/BUILD + cd yash-2.48 + /usr/bin/rm -rf /builddir/build/BUILDROOT/yash-2.48-1.fc31.2.riscv64 + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Child return code was: 0