+ exec + rm -rf /rpmbuild + mkdir -p /rpmbuild + su -c 'rpmbuild -ba /builddir/build/SPECS/fish.spec --define "debug_package %{nil}" --undefine _annotated_build --define "_missing_doc_files_terminate_build %{nil}" --define "_emacs_sitestartdir /usr/share/emacs/site-lisp/site-start.d" --define "_emacs_sitelispdir /usr/share/emacs/site-lisp" --nocheck ' mockbuild Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.TMKPGv + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf fish-2.6.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/fish-2.6.0.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd fish-2.6.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + for i in share/tools/*.py share/tools/*/*.py + sed -i -e '1 s@^#!/usr/bin/env python$@#!/usr/bin/python3@g' share/tools/create_manpage_completions.py + for i in share/tools/*.py share/tools/*/*.py + sed -i -e '1 s@^#!/usr/bin/env python$@#!/usr/bin/python3@g' share/tools/deroff.py + for i in share/tools/*.py share/tools/*/*.py + sed -i -e '1 s@^#!/usr/bin/env python$@#!/usr/bin/python3@g' share/tools/web_config/webconfig.py + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.P8ydB9 + umask 022 + cd /builddir/build/BUILD + cd fish-2.6.0 + 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 ' + export CFLAGS + CXXFLAGS='-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 ' + export CXXFLAGS + FFLAGS='-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 -I/usr/lib64/gfortran/modules' + export FFLAGS + FCFLAGS='-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 -I/usr/lib64/gfortran/modules' + export FCFLAGS + LDFLAGS='-Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + export LDFLAGS + '[' 1 = 1 ']' +++ dirname ./configure ++ find . -name config.guess -o -name config.sub + for i in $(find $(dirname ./configure) -name config.guess -o -name config.sub) ++ basename ./pcre2-10.22/config.guess + '[' -f /usr/lib/rpm/redhat/config.guess ']' + /usr/bin/rm -f ./pcre2-10.22/config.guess ++ basename ./pcre2-10.22/config.guess + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.guess ./pcre2-10.22/config.guess '/usr/lib/rpm/redhat/config.guess' -> './pcre2-10.22/config.guess' + for i in $(find $(dirname ./configure) -name config.guess -o -name config.sub) ++ basename ./pcre2-10.22/config.sub + '[' -f /usr/lib/rpm/redhat/config.sub ']' + /usr/bin/rm -f ./pcre2-10.22/config.sub ++ basename ./pcre2-10.22/config.sub + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.sub ./pcre2-10.22/config.sub '/usr/lib/rpm/redhat/config.sub' -> './pcre2-10.22/config.sub' + for i in $(find $(dirname ./configure) -name config.guess -o -name config.sub) ++ basename ./config.guess + '[' -f /usr/lib/rpm/redhat/config.guess ']' + /usr/bin/rm -f ./config.guess ++ basename ./config.guess + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.guess ./config.guess '/usr/lib/rpm/redhat/config.guess' -> './config.guess' + for i in $(find $(dirname ./configure) -name config.guess -o -name config.sub) ++ basename ./config.sub + '[' -f /usr/lib/rpm/redhat/config.sub ']' + /usr/bin/rm -f ./config.sub ++ basename ./config.sub + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.sub ./config.sub '/usr/lib/rpm/redhat/config.sub' -> './config.sub' + '[' 1 = 1 ']' + '[' x '!=' x-specs=/usr/lib/rpm/redhat/redhat-hardened-ld ']' ++ find . -name ltmain.sh + for i in $(find . -name ltmain.sh) + /usr/bin/sed -i.backup -e 's~compiler_flags=$~compiler_flags="-specs=/usr/lib/rpm/redhat/redhat-hardened-ld"~' ./pcre2-10.22/ltmain.sh + ./configure --build=riscv64-redhat-linux-gnu --host=riscv64-redhat-linux-gnu --program-prefix= --disable-dependency-tracking --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --docdir=/usr/share/doc/fish --without-included-pcre2 checking if autoreconf needs to be run... no checking if autoheader needs to be run... no checking for riscv64-redhat-linux-gnu-gcc... no checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for gcc option to accept ISO C99... none needed checking for gcc option to accept ISO Standard C... (cached) none needed checking for riscv64-redhat-linux-gnu-g++... no checking for riscv64-redhat-linux-gnu-c++... no checking for riscv64-redhat-linux-gnu-gpp... no checking for riscv64-redhat-linux-gnu-aCC... no checking for riscv64-redhat-linux-gnu-CC... no checking for riscv64-redhat-linux-gnu-cxx... no checking for riscv64-redhat-linux-gnu-cc++... no checking for riscv64-redhat-linux-gnu-cl.exe... no checking for riscv64-redhat-linux-gnu-FCC... no checking for riscv64-redhat-linux-gnu-KCC... no checking for riscv64-redhat-linux-gnu-RCC... no checking for riscv64-redhat-linux-gnu-xlC_r... no checking for riscv64-redhat-linux-gnu-xlC... no checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking for a BSD-compatible install... /usr/bin/install -c checking whether ln -s works... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking for grep that handles long lines and -e... /usr/bin/grep checking for fgrep... /usr/bin/grep -F checking for a sed that does not truncate output... /usr/bin/sed checking how to run the C++ preprocessor... g++ -E checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking whether g++ supports C++11 features by default... yes checking build system type... riscv64-redhat-linux-gnu checking host system type... riscv64-redhat-linux-gnu checking for msgfmt... msgfmt checking for doxygen... doxygen checking the doxygen version... 1.8.12 checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for -rdynamic linker flag... yes checking for /proc/self/stat... yes checking for library containing nanosleep... none required checking for library containing shm_open... -lrt checking for library containing pthread_create... -lpthread checking for library containing setupterm... -lncurses checking for library containing dladdr... -ldl checking for library containing gettext... none required checking getopt.h usability... yes checking getopt.h presence... yes checking for getopt.h... yes checking termios.h usability... yes checking termios.h presence... yes checking for termios.h... yes checking sys/resource.h usability... yes checking sys/resource.h presence... yes checking for sys/resource.h... yes checking term.h usability... yes checking term.h presence... yes checking for term.h... yes checking ncurses/term.h usability... yes checking ncurses/term.h presence... yes checking for ncurses/term.h... yes checking ncurses.h usability... yes checking ncurses.h presence... yes checking for ncurses.h... yes checking ncurses/curses.h usability... yes checking ncurses/curses.h presence... yes checking for ncurses/curses.h... yes checking curses.h usability... yes checking curses.h presence... yes checking for curses.h... yes checking stropts.h usability... no checking stropts.h presence... no checking for stropts.h... no checking siginfo.h usability... no checking siginfo.h presence... no checking for siginfo.h... no checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking execinfo.h usability... yes checking execinfo.h presence... yes checking for execinfo.h... yes checking spawn.h usability... yes checking spawn.h presence... yes checking for spawn.h... yes checking sys/sysctl.h usability... yes checking sys/sysctl.h presence... yes checking for sys/sysctl.h... yes checking libintl.h usability... yes checking libintl.h presence... yes checking for libintl.h... yes checking size of wchar_t... 4 checking for struct stat.st_ctime_nsec... no checking for struct stat.st_mtimespec.tv_nsec... no checking for struct stat.st_mtim.tv_nsec... yes checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking for struct dirent.d_type... yes checking for wcsndup... no checking for futimes... yes checking for wcslcpy... no checking for lrand48_r... yes checking for killpg... yes checking for backtrace_symbols... yes checking for getifaddrs... yes checking for futimens... yes checking for clock_gettime... yes checking for getpwent... yes checking for flock... yes checking for dirfd... yes checking whether mkostemp is declared... yes checking for mkostemp... yes checking whether setupterm is declared... yes checking for wcsdup... yes checking for std::wcsdup... no checking for wcscasecmp... yes checking for std::wcscasecmp... no checking for wcsncasecmp... yes checking for std::wcsncasecmp... no checking for gettext... yes checking for gettext... (cached) yes checking if ctermid_r() available... no checking if struct winsize and TIOCGWINSZ exist... yes checking for _nl_msg_cat_cntr symbol... yes checking for sys_errlist array... yes checking for _sys_errs array... yes checking if we are using non varargs tparm.... no checking for threadsafe errno... yes checking for pcre2-config... pcre2-config checking for library containing pcre2_compile_32... none required configure: using system PCRE2 library configure: creating ./config.status config.status: creating Makefile config.status: creating config.h fish is now configured. + make -j4 all fish_tests FISH_BUILD_VERSION = ''(B FISH_BUILD_VERSION = '2.6.0'(B CXX = 'g++'(B CXXFLAGS = '-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 -fno-exceptions -Wextra -Wno-missing-field-initializers '(B MKDIR_P = '/usr/bin/mkdir -p'(B CPPFLAGS = '-DLOCALEDIR="/usr/share/locale" -DPREFIX=L"/usr" -DDATADIR=L"/usr/share" -DSYSCONFDIR=L"/etc" -DBINDIR=L"/usr/bin" -DDOCDIR=L"/usr/share/doc/fish" -iquote. -iquote./src/ -DFISH_BUILD_VERSION="2.6.0"'(B CAT AWK doc_src/commands.hdr(B SED = '/usr/bin/sed'(B AWK = 'gawk'(B FGREP = '/usr/bin/grep -F'(B msgfmt po/en.gmo(B msgfmt po/de.gmo(B msgfmt po/nb.gmo(B msgfmt po/pl.gmo(B msgfmt po/fr.gmo(B msgfmt po/pt_BR.gmo(B msgfmt po/nn.gmo(B msgfmt po/sv.gmo(B msgfmt po/zh_CN.gmo(B prefix = '/usr'(B sysconfdir = '/etc'(B docdir = '/usr/share/doc/fish'(B extra_completionsdir = '/usr/share/fish/vendor_completions.d'(B extra_functionsdir = '/usr/share/fish/vendor_functions.d'(B extra_confdir = '/usr/share/fish/vendor_conf.d'(B MKDIR_P obj(B SED share/__fish_build_paths.fish(B SED fish.pc(B CXX obj/fish.o(B CXX obj/autoload.o(B CXX obj/builtin.o(B CXX obj/builtin_commandline.o(B src/autoload.cpp: In member function 'autoload_function_t* autoload_t::get_autoloaded_function_with_creation(const wcstring&, bool)': src/autoload.cpp:141:14: warning: variable 'added' set but not used [-Wunused-but-set-variable] bool added; ^~~~~ CXX obj/builtin_complete.o(B CXX obj/builtin_jobs.o(B CXX obj/builtin_printf.o(B CXX obj/builtin_set.o(B CXX obj/builtin_set_color.o(B CXX obj/builtin_string.o(B CXX obj/builtin_test.o(B CXX obj/builtin_ulimit.o(B src/builtin_test.cpp: In member function 'virtual bool test_expressions::combining_expression::evaluate(wcstring_list_t&)': src/builtin_test.cpp:594:12: warning: enum constant in boolean context [-Wint-in-bool-context] return STATUS_INVALID_ARGS; ^~~~~~~~~~~~~~~~~~~ CXX obj/color.o(B CXX obj/common.o(B CXX obj/complete.o(B CXX obj/env.o(B CXX obj/env_universal_common.o(B CXX obj/event.o(B CXX obj/exec.o(B CXX obj/expand.o(B CXX obj/fallback.o(B CXX obj/fish_version.o(B CXX obj/function.o(B CXX obj/highlight.o(B src/fallback.cpp: In function 'int fish_mkstemp_cloexec(char*)': src/fallback.cpp:96:19: warning: the address of 'int mkostemp(char*, int)' will never be NULL [-Waddress] if (&mkostemp != nullptr) { ~~~~~~~~~~^~~~~~~~~~ CXX obj/history.o(B src/expand.cpp: In function 'expand_error_t expand_brackets(const wcstring&, expand_flags_t, std::vector*, parse_error_list_t*)': src/expand.cpp:958:17: warning: this statement may fall through [-Wimplicit-fallthrough=] if (bracket_count < 0) { ^~ src/expand.cpp:965:13: note: here case BRACKET_SEP: { ^~~~ CXX obj/input.o(B CXX obj/input_common.o(B CXX obj/intern.o(B CXX obj/io.o(B CXX obj/iothread.o(B CXX obj/kill.o(B CXX obj/output.o(B CXX obj/pager.o(B CXX obj/parse_execution.o(B CXX obj/parse_productions.o(B src/pager.cpp: In member function 'line_t pager_t::completion_print_item(const wcstring&, const pager_t::comp_t*, size_t, size_t, size_t, bool, bool, page_rendering_t*) const': src/pager.cpp:116:24: warning: variable 'desc_width' set but not used [-Wunused-but-set-variable] size_t comp_width, desc_width; ^~~~~~~~~~ CXX obj/parse_tree.o(B CXX obj/parse_util.o(B src/parse_util.cpp: In function 'void job_or_process_extent(const wchar_t*, size_t, const wchar_t**, const wchar_t**, int)': src/parse_util.cpp:311:17: warning: this statement may fall through [-Wimplicit-fallthrough=] if (!process) { ^~ src/parse_util.cpp:315:13: note: here case TOK_END: ^~~~ CXX obj/parser.o(B CXX obj/parser_keywords.o(B CXX obj/path.o(B CXX obj/postfork.o(B CXX obj/proc.o(B CXX obj/reader.o(B CXX obj/sanity.o(B src/proc.cpp: In function 'void handle_child_status(pid_t, int)': src/proc.cpp:303:20: warning: variable 'prev' set but not used [-Wunused-but-set-variable] process_t *prev = NULL; ^~~~ CXX obj/screen.o(B CXX obj/signal.o(B CXX obj/tokenizer.o(B CXX obj/utf8.o(B CXX obj/util.o(B CXX obj/wcstringutil.o(B CXX obj/wgetopt.o(B CXX obj/wildcard.o(B CXX obj/wutil.o(B CXX obj/fish_indent.o(B CXX obj/print_help.o(B src/wutil.cpp: In function 'bool wreaddir_resolving(DIR*, const wcstring&, wcstring&, bool*)': src/wutil.cpp:46:44: warning: 'int readdir_r(DIR*, dirent*, dirent**)' is deprecated [-Wdeprecated-declarations] int retval = readdir_r(dir, &d, &result); ^ In file included from src/wutil.cpp:5:0: /usr/include/dirent.h:183:12: note: declared here extern int readdir_r (DIR *__restrict __dirp, ^~~~~~~~~ src/wutil.cpp: In function 'bool wreaddir(DIR*, wcstring&)': src/wutil.cpp:99:48: warning: 'int readdir_r(DIR*, dirent*, dirent**)' is deprecated [-Wdeprecated-declarations] int retval = readdir_r(dir, &d_u.d, &result); ^ In file included from src/wutil.cpp:5:0: /usr/include/dirent.h:183:12: note: declared here extern int readdir_r (DIR *__restrict __dirp, ^~~~~~~~~ src/wutil.cpp: In function 'bool wreaddir_for_dirs(DIR*, wcstring*)': src/wutil.cpp:113:48: warning: 'int readdir_r(DIR*, dirent*, dirent**)' is deprecated [-Wdeprecated-declarations] int retval = readdir_r(dir, &d, &result); ^ In file included from src/wutil.cpp:5:0: /usr/include/dirent.h:183:12: note: declared here extern int readdir_r (DIR *__restrict __dirp, ^~~~~~~~~ CXX obj/fish_key_reader.o(B SED toc.txt(B SEDFGREP lexicon.txt(B CXX obj/fish_tests.o(B CXX LD fish(B AWK CAT doc_src/index.hdr(B SED lexicon_filter.tmp(B CXX LD fish_indent(B obj/wutil.o: In function `safe_strerror(int)': /builddir/build/BUILD/fish-2.6.0/src/wutil.cpp:299: warning: `sys_errlist' is deprecated; use `strerror' or `strerror_r' instead /builddir/build/BUILD/fish-2.6.0/src/wutil.cpp:299: warning: `sys_nerr' is deprecated; use `strerror' or `strerror_r' instead HDR_FILES doc.h(B doxygen share/man(B doxygen file: /builddir/build/BUILD/fish-2.6.0/Doxyfile.help input directory: /builddir/build/BUILD/fish-2.6.0/doc_src input filter: /builddir/build/BUILD/fish-2.6.0/lexicon_filter output directory: /builddir/build/BUILD/fish-2.6.0/share skipping: (Bobj/wutil.o: In function `safe_strerror(int)': /builddir/build/BUILD/fish-2.6.0/src/wutil.cpp:299: warning: `sys_errlist' is deprecated; use `strerror' or `strerror_r' instead /builddir/build/BUILD/fish-2.6.0/src/wutil.cpp:299: warning: `sys_nerr' is deprecated; use `strerror' or `strerror_r' instead doxygen user_doc(B CXX LD fish_key_reader(B /builddir/build/BUILD/fish-2.6.0/doc.h:4284: warning: multiple use of section label 'notes' while adding section, (first occurrence: /builddir/build/BUILD/fish-2.6.0/doc.h, line 3090) obj/wutil.o: In function `safe_strerror(int)': /builddir/build/BUILD/fish-2.6.0/src/wutil.cpp:299: warning: `sys_errlist' is deprecated; use `strerror' or `strerror_r' instead /builddir/build/BUILD/fish-2.6.0/src/wutil.cpp:299: warning: `sys_nerr' is deprecated; use `strerror' or `strerror_r' instead /tmp/fish_doc_build_S6ZaGG/emit.doxygen:26: warning: multiple use of section label 'notes' while adding section, (first occurrence: /tmp/fish_doc_build_S6ZaGG/block.doxygen, line 45) /tmp/fish_doc_build_S6ZaGG/function.doxygen:96: warning: multiple use of section label 'notes' while adding section, (first occurrence: /tmp/fish_doc_build_S6ZaGG/block.doxygen, line 45) src/fish_tests.cpp: In function 'void test_autosuggest_suggest_special()': src/fish_tests.cpp:2393:11: warning: ignoring return value of 'int system(const char*)', declared with attribute warn_unused_result [-Wunused-result] system("rmdir ~/test_autosuggest_suggest_special/"); ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Built manpages (B CXX LD fish_tests(B obj/wutil.o: In function `safe_strerror(int)': /builddir/build/BUILD/fish-2.6.0/src/wutil.cpp:299: warning: `sys_errlist' is deprecated; use `strerror' or `strerror_r' instead /builddir/build/BUILD/fish-2.6.0/src/wutil.cpp:299: warning: `sys_nerr' is deprecated; use `strerror' or `strerror_r' instead + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.CQkpMb + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/fish-2.6.0-1.fc28.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/fish-2.6.0-1.fc28.riscv64 ++ dirname /builddir/build/BUILDROOT/fish-2.6.0-1.fc28.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/fish-2.6.0-1.fc28.riscv64 + cd fish-2.6.0 + /usr/bin/make install DESTDIR=/builddir/build/BUILDROOT/fish-2.6.0-1.fc28.riscv64 'INSTALL=/usr/bin/install -p' FISH_BUILD_VERSION = '2.6.0'(B CXX = 'g++'(B CXXFLAGS = '-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 -fno-exceptions -Wextra -Wno-missing-field-initializers '(B MKDIR_P = '/usr/bin/mkdir -p'(B SED = '/usr/bin/sed'(B AWK = 'gawk'(B FGREP = '/usr/bin/grep -F'(B doxygen user_doc(B /builddir/build/BUILD/fish-2.6.0/doc.h:4284: warning: multiple use of section label 'notes' while adding section, (first occurrence: /builddir/build/BUILD/fish-2.6.0/doc.h, line 3090) prefix = '/usr'(B sysconfdir = '/etc'(B docdir = '/usr/share/doc/fish'(B extra_completionsdir = '/usr/share/fish/vendor_completions.d'(B extra_functionsdir = '/usr/share/fish/vendor_functions.d'(B extra_confdir = '/usr/share/fish/vendor_conf.d'(B fish has now been built.(B Run make install(B to install fish.(B HAVE_GETTEXT = '1'(B Installing translations... datadir = '/usr/share'(B mandir = '/usr/share/man'(B Installing fish(B Installing fish_indent(B Installing fish_key_reader(B Creating sysconfdir tree Creating datadir tree Creating placeholder vendor/'extra_' directories Installing pkgconfig file Installing the fish completion library(B... Installing fish functions(B Installing man pages(B Installing helper tools Installing online user documentation Installing more man pages Checking for legacy binaries... fish is now installed on your system.(B To run fish, type fish(B in your terminal. Even if you are already in fish, you should now start a new fish session.(B If you have SELinux enabled, you may need to manually update the security policy: * use the command 'chcon -t shell_exec_t /builddir/build/BUILDROOT/fish-2.6.0-1.fc28.riscv64/usr/bin/fish'. To set your colors, run fish_config(B To scan your man pages for completions, run fish_update_completions(B To accept autosuggestions (in grey(B) as you type, hit ctrl-F(B or right arrow key. Have fun! <><(B + gzip /builddir/build/BUILDROOT/fish-2.6.0-1.fc28.riscv64/usr/share/fish/man/man1/abbr.1 /builddir/build/BUILDROOT/fish-2.6.0-1.fc28.riscv64/usr/share/fish/man/man1/alias.1 /builddir/build/BUILDROOT/fish-2.6.0-1.fc28.riscv64/usr/share/fish/man/man1/and.1 /builddir/build/BUILDROOT/fish-2.6.0-1.fc28.riscv64/usr/share/fish/man/man1/begin.1 /builddir/build/BUILDROOT/fish-2.6.0-1.fc28.riscv64/usr/share/fish/man/man1/bg.1 /builddir/build/BUILDROOT/fish-2.6.0-1.fc28.riscv64/usr/share/fish/man/man1/bind.1 /builddir/build/BUILDROOT/fish-2.6.0-1.fc28.riscv64/usr/share/fish/man/man1/block.1 /builddir/build/BUILDROOT/fish-2.6.0-1.fc28.riscv64/usr/share/fish/man/man1/break.1 /builddir/build/BUILDROOT/fish-2.6.0-1.fc28.riscv64/usr/share/fish/man/man1/breakpoint.1 /builddir/build/BUILDROOT/fish-2.6.0-1.fc28.riscv64/usr/share/fish/man/man1/builtin.1 /builddir/build/BUILDROOT/fish-2.6.0-1.fc28.riscv64/usr/share/fish/man/man1/case.1 /builddir/build/BUILDROOT/fish-2.6.0-1.fc28.riscv64/usr/share/fish/man/man1/cd.1 /builddir/build/BUILDROOT/fish-2.6.0-1.fc28.riscv64/usr/share/fish/man/man1/command.1 /builddir/build/BUILDROOT/fish-2.6.0-1.fc28.riscv64/usr/share/fish/man/man1/commandline.1 /builddir/build/BUILDROOT/fish-2.6.0-1.fc28.riscv64/usr/share/fish/man/man1/complete.1 /builddir/build/BUILDROOT/fish-2.6.0-1.fc28.riscv64/usr/share/fish/man/man1/contains.1 /builddir/build/BUILDROOT/fish-2.6.0-1.fc28.riscv64/usr/share/fish/man/man1/continue.1 /builddir/build/BUILDROOT/fish-2.6.0-1.fc28.riscv64/usr/share/fish/man/man1/count.1 /builddir/build/BUILDROOT/fish-2.6.0-1.fc28.riscv64/usr/share/fish/man/man1/dirh.1 /builddir/build/BUILDROOT/fish-2.6.0-1.fc28.riscv64/usr/share/fish/man/man1/dirs.1 /builddir/build/BUILDROOT/fish-2.6.0-1.fc28.riscv64/usr/share/fish/man/man1/disown.1 /builddir/build/BUILDROOT/fish-2.6.0-1.fc28.riscv64/usr/share/fish/man/man1/echo.1 /builddir/build/BUILDROOT/fish-2.6.0-1.fc28.riscv64/usr/share/fish/man/man1/else.1 /builddir/build/BUILDROOT/fish-2.6.0-1.fc28.riscv64/usr/share/fish/man/man1/emit.1 /builddir/build/BUILDROOT/fish-2.6.0-1.fc28.riscv64/usr/share/fish/man/man1/end.1 /builddir/build/BUILDROOT/fish-2.6.0-1.fc28.riscv64/usr/share/fish/man/man1/eval.1 /builddir/build/BUILDROOT/fish-2.6.0-1.fc28.riscv64/usr/share/fish/man/man1/exec.1 /builddir/build/BUILDROOT/fish-2.6.0-1.fc28.riscv64/usr/share/fish/man/man1/exit.1 /builddir/build/BUILDROOT/fish-2.6.0-1.fc28.riscv64/usr/share/fish/man/man1/false.1 /builddir/build/BUILDROOT/fish-2.6.0-1.fc28.riscv64/usr/share/fish/man/man1/fg.1 /builddir/build/BUILDROOT/fish-2.6.0-1.fc28.riscv64/usr/share/fish/man/man1/fish.1 /builddir/build/BUILDROOT/fish-2.6.0-1.fc28.riscv64/usr/share/fish/man/man1/fish_config.1 /builddir/build/BUILDROOT/fish-2.6.0-1.fc28.riscv64/usr/share/fish/man/man1/fish_indent.1 /builddir/build/BUILDROOT/fish-2.6.0-1.fc28.riscv64/usr/share/fish/man/man1/fish_key_reader.1 /builddir/build/BUILDROOT/fish-2.6.0-1.fc28.riscv64/usr/share/fish/man/man1/fish_mode_prompt.1 /builddir/build/BUILDROOT/fish-2.6.0-1.fc28.riscv64/usr/share/fish/man/man1/fish_prompt.1 /builddir/build/BUILDROOT/fish-2.6.0-1.fc28.riscv64/usr/share/fish/man/man1/fish_right_prompt.1 /builddir/build/BUILDROOT/fish-2.6.0-1.fc28.riscv64/usr/share/fish/man/man1/fish_update_completions.1 /builddir/build/BUILDROOT/fish-2.6.0-1.fc28.riscv64/usr/share/fish/man/man1/fish_vi_mode.1 /builddir/build/BUILDROOT/fish-2.6.0-1.fc28.riscv64/usr/share/fish/man/man1/for.1 /builddir/build/BUILDROOT/fish-2.6.0-1.fc28.riscv64/usr/share/fish/man/man1/funced.1 /builddir/build/BUILDROOT/fish-2.6.0-1.fc28.riscv64/usr/share/fish/man/man1/funcsave.1 /builddir/build/BUILDROOT/fish-2.6.0-1.fc28.riscv64/usr/share/fish/man/man1/function.1 /builddir/build/BUILDROOT/fish-2.6.0-1.fc28.riscv64/usr/share/fish/man/man1/functions.1 /builddir/build/BUILDROOT/fish-2.6.0-1.fc28.riscv64/usr/share/fish/man/man1/help.1 /builddir/build/BUILDROOT/fish-2.6.0-1.fc28.riscv64/usr/share/fish/man/man1/history.1 /builddir/build/BUILDROOT/fish-2.6.0-1.fc28.riscv64/usr/share/fish/man/man1/if.1 /builddir/build/BUILDROOT/fish-2.6.0-1.fc28.riscv64/usr/share/fish/man/man1/isatty.1 /builddir/build/BUILDROOT/fish-2.6.0-1.fc28.riscv64/usr/share/fish/man/man1/jobs.1 /builddir/build/BUILDROOT/fish-2.6.0-1.fc28.riscv64/usr/share/fish/man/man1/math.1 /builddir/build/BUILDROOT/fish-2.6.0-1.fc28.riscv64/usr/share/fish/man/man1/nextd.1 /builddir/build/BUILDROOT/fish-2.6.0-1.fc28.riscv64/usr/share/fish/man/man1/not.1 /builddir/build/BUILDROOT/fish-2.6.0-1.fc28.riscv64/usr/share/fish/man/man1/open.1 /builddir/build/BUILDROOT/fish-2.6.0-1.fc28.riscv64/usr/share/fish/man/man1/or.1 /builddir/build/BUILDROOT/fish-2.6.0-1.fc28.riscv64/usr/share/fish/man/man1/popd.1 /builddir/build/BUILDROOT/fish-2.6.0-1.fc28.riscv64/usr/share/fish/man/man1/prevd.1 /builddir/build/BUILDROOT/fish-2.6.0-1.fc28.riscv64/usr/share/fish/man/man1/printf.1 /builddir/build/BUILDROOT/fish-2.6.0-1.fc28.riscv64/usr/share/fish/man/man1/prompt_pwd.1 /builddir/build/BUILDROOT/fish-2.6.0-1.fc28.riscv64/usr/share/fish/man/man1/psub.1 /builddir/build/BUILDROOT/fish-2.6.0-1.fc28.riscv64/usr/share/fish/man/man1/pushd.1 /builddir/build/BUILDROOT/fish-2.6.0-1.fc28.riscv64/usr/share/fish/man/man1/pwd.1 /builddir/build/BUILDROOT/fish-2.6.0-1.fc28.riscv64/usr/share/fish/man/man1/random.1 /builddir/build/BUILDROOT/fish-2.6.0-1.fc28.riscv64/usr/share/fish/man/man1/read.1 /builddir/build/BUILDROOT/fish-2.6.0-1.fc28.riscv64/usr/share/fish/man/man1/realpath.1 /builddir/build/BUILDROOT/fish-2.6.0-1.fc28.riscv64/usr/share/fish/man/man1/return.1 /builddir/build/BUILDROOT/fish-2.6.0-1.fc28.riscv64/usr/share/fish/man/man1/set.1 /builddir/build/BUILDROOT/fish-2.6.0-1.fc28.riscv64/usr/share/fish/man/man1/set_color.1 /builddir/build/BUILDROOT/fish-2.6.0-1.fc28.riscv64/usr/share/fish/man/man1/source.1 /builddir/build/BUILDROOT/fish-2.6.0-1.fc28.riscv64/usr/share/fish/man/man1/status.1 /builddir/build/BUILDROOT/fish-2.6.0-1.fc28.riscv64/usr/share/fish/man/man1/string.1 /builddir/build/BUILDROOT/fish-2.6.0-1.fc28.riscv64/usr/share/fish/man/man1/suspend.1 /builddir/build/BUILDROOT/fish-2.6.0-1.fc28.riscv64/usr/share/fish/man/man1/switch.1 /builddir/build/BUILDROOT/fish-2.6.0-1.fc28.riscv64/usr/share/fish/man/man1/test.1 /builddir/build/BUILDROOT/fish-2.6.0-1.fc28.riscv64/usr/share/fish/man/man1/trap.1 /builddir/build/BUILDROOT/fish-2.6.0-1.fc28.riscv64/usr/share/fish/man/man1/true.1 /builddir/build/BUILDROOT/fish-2.6.0-1.fc28.riscv64/usr/share/fish/man/man1/type.1 /builddir/build/BUILDROOT/fish-2.6.0-1.fc28.riscv64/usr/share/fish/man/man1/ulimit.1 /builddir/build/BUILDROOT/fish-2.6.0-1.fc28.riscv64/usr/share/fish/man/man1/umask.1 /builddir/build/BUILDROOT/fish-2.6.0-1.fc28.riscv64/usr/share/fish/man/man1/vared.1 /builddir/build/BUILDROOT/fish-2.6.0-1.fc28.riscv64/usr/share/fish/man/man1/while.1 + /usr/lib/rpm/find-lang.sh /builddir/build/BUILDROOT/fish-2.6.0-1.fc28.riscv64 fish + rm /builddir/build/BUILDROOT/fish-2.6.0-1.fc28.riscv64/usr/share/pkgconfig/fish.pc + cp README.md /builddir/build/BUILDROOT/fish-2.6.0-1.fc28.riscv64/usr/share/doc/fish + cp CONTRIBUTING.md /builddir/build/BUILDROOT/fish-2.6.0-1.fc28.riscv64/usr/share/doc/fish + rmdir /builddir/build/BUILDROOT/fish-2.6.0-1.fc28.riscv64/usr/share/fish/vendor_completions.d + rmdir /builddir/build/BUILDROOT/fish-2.6.0-1.fc28.riscv64/usr/share/fish/vendor_conf.d + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /builddir/build/BUILDROOT/fish-2.6.0-1.fc28.riscv64/etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python3 1 /builddir/build/BUILDROOT/fish-2.6.0-1.fc28.riscv64/usr/share/fish/tools/create_manpage_completions.py /builddir/build/BUILDROOT/fish-2.6.0-1.fc28.riscv64/usr/share/fish/tools/deroff.py /builddir/build/BUILDROOT/fish-2.6.0-1.fc28.riscv64/usr/share/fish/tools/web_config/webconfig.py + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: fish-2.6.0-1.fc28.riscv64 Provides: config(fish) = 2.6.0-1.fc28 fish = 2.6.0-1.fc28 fish(riscv-64) = 2.6.0-1.fc28 Requires(interp): /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh Requires(postun): /bin/sh Requires: /usr/bin/python3 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) libdl.so.2()(64bit) libdl.so.2(GLIBC_2.27)(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libgcc_s.so.1(GCC_3.4)(64bit) libgcc_s.so.1(GCC_4.3.0)(64bit) libm.so.6()(64bit) libncurses.so.6()(64bit) libpcre2-32.so.0()(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.27)(64bit) librt.so.1()(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) libstdc++.so.6(CXXABI_1.3.9)(64bit) libstdc++.so.6(GLIBCXX_3.4)(64bit) libstdc++.so.6(GLIBCXX_3.4.14)(64bit) libstdc++.so.6(GLIBCXX_3.4.15)(64bit) libstdc++.so.6(GLIBCXX_3.4.18)(64bit) libstdc++.so.6(GLIBCXX_3.4.20)(64bit) libstdc++.so.6(GLIBCXX_3.4.21)(64bit) libstdc++.so.6(GLIBCXX_3.4.9)(64bit) libtinfo.so.6()(64bit) rtld(GNU_HASH) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/fish-2.6.0-1.fc28.riscv64 Wrote: /builddir/build/SRPMS/fish-2.6.0-1.fc28.src.rpm Wrote: /builddir/build/RPMS/riscv64/fish-2.6.0-1.fc28.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.PGRADe + umask 022 + cd /builddir/build/BUILD + cd fish-2.6.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/fish-2.6.0-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