+ exec + rm -rf /rpmbuild + mkdir -p /rpmbuild + su -c 'rpmbuild -ba /builddir/build/SPECS/libtrash.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.I3OFMF + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf libtrash-3.3 + /usr/bin/gzip -dc /builddir/build/SOURCES/libtrash-3.3.tgz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd libtrash-3.3 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (libtrash-3.2-defaults.patch):' Patch #0 (libtrash-3.2-defaults.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 patching file libtrash.conf + echo 'Patch #1 (libtrash-3.2-makefile.patch):' Patch #1 (libtrash-3.2-makefile.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 patching file src/Makefile + echo 'Patch #2 (libtrash-3.3-license.patch):' Patch #2 (libtrash-3.3-license.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 patching file COPYING + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.DgGH0v + umask 022 + cd /builddir/build/BUILD + cd libtrash-3.3 + make '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 -D_REENTRANT' set -e; cd src; make all; make[1]: Entering directory '/builddir/build/BUILD/libtrash-3.3/src' echo CHECKING FOR A WORKING PROC FILESYSTEM... CHECKING FOR A WORKING PROC FILESYSTEM... ls -d /proc/self/fd /proc/self/fd echo GOOD, YOU SEEM TO HAVE A PROC FS GOOD, YOU SEEM TO HAVE A PROC FS 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 -D_REENTRANT -o linking-helper linking-helper.c linking-helper.c: In function 'main': linking-helper.c:10:4: warning: ignoring return value of 'fopen', declared with attribute warn_unused_result [-Wunused-result] fopen("", "r"); ^~~~~~~~~~~~~~ linking-helper.c:11:4: warning: ignoring return value of 'fopen64', declared with attribute warn_unused_result [-Wunused-result] fopen64("", "r"); ^~~~~~~~~~~~~~~~ linking-helper.c:12:4: warning: ignoring return value of 'freopen', declared with attribute warn_unused_result [-Wunused-result] freopen("", "r", NULL); ^~~~~~~~~~~~~~~~~~~~~~ linking-helper.c:13:4: warning: ignoring return value of 'freopen64', declared with attribute warn_unused_result [-Wunused-result] freopen64("", "r", NULL); ^~~~~~~~~~~~~~~~~~~~~~~~ perl -w ../scripts/trimheader.pl perl -w ../scripts/genheader.pl python ../scripts/get_symbol_versions.py DEPRECATION WARNING: python2 invoked with /usr/bin/python. Use /usr/bin/python3 or /usr/bin/python2 /usr/bin/python will be removed or switched to Python 3 in the future. If you cannot make the switch now, please follow instructions at https://fedoraproject.org/wiki/Changes/Avoid_usr_bin_python_in_RPM_Build#Quick_Opt-Out rm -f linking-helper perl -w ../scripts/genconf.pl 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 -D_REENTRANT main.c helpers.c unlink.c rename.c open-funs.c -nostartfiles -shared -fPIC -Wl,-soname,libtrash.so.3 \ -o libtrash.so.3.3 -ldl helpers.c: In function 'read_config_from_file': helpers.c:1054:21: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] conf_file_path = filepath; ^ helpers.c: In function 'make_absolute_path_from_dirfd_relpath': helpers.c:2130:9: warning: return discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] return arg_pathname; ^~~~~~~~~~~~ unlink.c:26:0: warning: "__USE_ATFILE" redefined #define __USE_ATFILE /* for access to AT_REMOVEDIR/AT_FDCWD macros inside fcntl.h */ In file included from /usr/include/bits/libc-header-start.h:33:0, from /usr/include/stdlib.h:25, from unlink.c:20: /usr/include/features.h:372:0: note: this is the location of the previous definition # define __USE_ATFILE 1 unlink.c: In function 'unlink': unlink.c:91:50: warning: nonnull argument 'pathname' compared to NULL [-Wnonnull-compare] if (cfg.libtrash_off || !cfg.intercept_unlink || pathname == NULL) ^ open-funs.c: In function 'do_fopen_or_freopen_or_open': open-funs.c:371:77: warning: pointer/integer type mismatch in conditional expression (function == FREOPEN64 ? (*real_freopen64) (path, mode_str, stream) :\ ^ open-funs.c:371:77: note: in definition of macro 'REAL_FUNCTION' (function == FREOPEN64 ? (*real_freopen64) (path, mode_str, stream) :\ ^~ (function == OPEN ? \ open-funs.c:601:2: note: in expansion of macro 'RETURN_REAL_FUNCTION' RETURN_REAL_FUNCTION(); /* we don't need to call libtrash_fini() here. */ ^~~~~~~~~~~~~~~~~~~~ open-funs.c:371:77: warning: pointer/integer type mismatch in conditional expression (function == FREOPEN64 ? (*real_freopen64) (path, mode_str, stream) :\ ^ open-funs.c:371:77: note: in definition of macro 'REAL_FUNCTION' (function == FREOPEN64 ? (*real_freopen64) (path, mode_str, stream) :\ ^~ (function == OPEN ? \ open-funs.c:601:2: note: in expansion of macro 'RETURN_REAL_FUNCTION' RETURN_REAL_FUNCTION(); /* we don't need to call libtrash_fini() here. */ ^~~~~~~~~~~~~~~~~~~~ open-funs.c:390:12: warning: assignment makes integer from pointer without a cast [-Wint-conversion] retval.fd = REAL_FUNCTION(); \ ^ open-funs.c:601:2: note: in expansion of macro 'RETURN_REAL_FUNCTION' RETURN_REAL_FUNCTION(); /* we don't need to call libtrash_fini() here. */ ^~~~~~~~~~~~~~~~~~~~ open-funs.c:371:77: warning: pointer/integer type mismatch in conditional expression (function == FREOPEN64 ? (*real_freopen64) (path, mode_str, stream) :\ ^ open-funs.c:371:77: note: in definition of macro 'REAL_FUNCTION' (function == FREOPEN64 ? (*real_freopen64) (path, mode_str, stream) :\ ^~ (function == OPEN ? \ open-funs.c:618:2: note: in expansion of macro 'RETURN_REAL_FUNCTION' RETURN_REAL_FUNCTION(); ^~~~~~~~~~~~~~~~~~~~ open-funs.c:371:77: warning: pointer/integer type mismatch in conditional expression (function == FREOPEN64 ? (*real_freopen64) (path, mode_str, stream) :\ ^ open-funs.c:371:77: note: in definition of macro 'REAL_FUNCTION' (function == FREOPEN64 ? (*real_freopen64) (path, mode_str, stream) :\ ^~ (function == OPEN ? \ open-funs.c:618:2: note: in expansion of macro 'RETURN_REAL_FUNCTION' RETURN_REAL_FUNCTION(); ^~~~~~~~~~~~~~~~~~~~ open-funs.c:390:12: warning: assignment makes integer from pointer without a cast [-Wint-conversion] retval.fd = REAL_FUNCTION(); \ ^ open-funs.c:618:2: note: in expansion of macro 'RETURN_REAL_FUNCTION' RETURN_REAL_FUNCTION(); ^~~~~~~~~~~~~~~~~~~~ open-funs.c:371:77: warning: pointer/integer type mismatch in conditional expression (function == FREOPEN64 ? (*real_freopen64) (path, mode_str, stream) :\ ^ open-funs.c:371:77: note: in definition of macro 'REAL_FUNCTION' (function == FREOPEN64 ? (*real_freopen64) (path, mode_str, stream) :\ ^~ (function == OPEN ? \ open-funs.c:413:2: note: in expansion of macro 'RETURN_REAL_FUNCTION' RETURN_REAL_FUNCTION() \ ^~~~~~~~~~~~~~~~~~~~ open-funs.c:629:2: note: in expansion of macro 'DO_HANDLE_ERROR' DO_HANDLE_ERROR(); ^~~~~~~~~~~~~~~ open-funs.c:371:77: warning: pointer/integer type mismatch in conditional expression (function == FREOPEN64 ? (*real_freopen64) (path, mode_str, stream) :\ ^ open-funs.c:371:77: note: in definition of macro 'REAL_FUNCTION' (function == FREOPEN64 ? (*real_freopen64) (path, mode_str, stream) :\ ^~ (function == OPEN ? \ open-funs.c:413:2: note: in expansion of macro 'RETURN_REAL_FUNCTION' RETURN_REAL_FUNCTION() \ ^~~~~~~~~~~~~~~~~~~~ open-funs.c:629:2: note: in expansion of macro 'DO_HANDLE_ERROR' DO_HANDLE_ERROR(); ^~~~~~~~~~~~~~~ open-funs.c:390:12: warning: assignment makes integer from pointer without a cast [-Wint-conversion] retval.fd = REAL_FUNCTION(); \ ^ open-funs.c:413:2: note: in expansion of macro 'RETURN_REAL_FUNCTION' RETURN_REAL_FUNCTION() \ ^~~~~~~~~~~~~~~~~~~~ open-funs.c:629:2: note: in expansion of macro 'DO_HANDLE_ERROR' DO_HANDLE_ERROR(); ^~~~~~~~~~~~~~~ open-funs.c:371:77: warning: pointer/integer type mismatch in conditional expression (function == FREOPEN64 ? (*real_freopen64) (path, mode_str, stream) :\ ^ open-funs.c:371:77: note: in definition of macro 'REAL_FUNCTION' (function == FREOPEN64 ? (*real_freopen64) (path, mode_str, stream) :\ ^~ (function == OPEN ? \ open-funs.c:456:5: note: in expansion of macro 'RETURN_REAL_FUNCTION' RETURN_REAL_FUNCTION(); \ ^~~~~~~~~~~~~~~~~~~~ open-funs.c:641:4: note: in expansion of macro 'TEST_FILE_EXISTENCE' TEST_FILE_EXISTENCE(); /* Invokes libtrash_fini() by itself if it decides to return. */ ^~~~~~~~~~~~~~~~~~~ open-funs.c:371:77: warning: pointer/integer type mismatch in conditional expression (function == FREOPEN64 ? (*real_freopen64) (path, mode_str, stream) :\ ^ open-funs.c:371:77: note: in definition of macro 'REAL_FUNCTION' (function == FREOPEN64 ? (*real_freopen64) (path, mode_str, stream) :\ ^~ (function == OPEN ? \ open-funs.c:456:5: note: in expansion of macro 'RETURN_REAL_FUNCTION' RETURN_REAL_FUNCTION(); \ ^~~~~~~~~~~~~~~~~~~~ open-funs.c:641:4: note: in expansion of macro 'TEST_FILE_EXISTENCE' TEST_FILE_EXISTENCE(); /* Invokes libtrash_fini() by itself if it decides to return. */ ^~~~~~~~~~~~~~~~~~~ open-funs.c:390:12: warning: assignment makes integer from pointer without a cast [-Wint-conversion] retval.fd = REAL_FUNCTION(); \ ^ open-funs.c:456:5: note: in expansion of macro 'RETURN_REAL_FUNCTION' RETURN_REAL_FUNCTION(); \ ^~~~~~~~~~~~~~~~~~~~ open-funs.c:641:4: note: in expansion of macro 'TEST_FILE_EXISTENCE' TEST_FILE_EXISTENCE(); /* Invokes libtrash_fini() by itself if it decides to return. */ ^~~~~~~~~~~~~~~~~~~ open-funs.c:371:77: warning: pointer/integer type mismatch in conditional expression (function == FREOPEN64 ? (*real_freopen64) (path, mode_str, stream) :\ ^ open-funs.c:371:77: note: in definition of macro 'REAL_FUNCTION' (function == FREOPEN64 ? (*real_freopen64) (path, mode_str, stream) :\ ^~ (function == OPEN ? \ open-funs.c:413:2: note: in expansion of macro 'RETURN_REAL_FUNCTION' RETURN_REAL_FUNCTION() \ ^~~~~~~~~~~~~~~~~~~~ open-funs.c:663:2: note: in expansion of macro 'DO_HANDLE_ERROR' DO_HANDLE_ERROR(); ^~~~~~~~~~~~~~~ open-funs.c:371:77: warning: pointer/integer type mismatch in conditional expression (function == FREOPEN64 ? (*real_freopen64) (path, mode_str, stream) :\ ^ open-funs.c:371:77: note: in definition of macro 'REAL_FUNCTION' (function == FREOPEN64 ? (*real_freopen64) (path, mode_str, stream) :\ ^~ (function == OPEN ? \ open-funs.c:413:2: note: in expansion of macro 'RETURN_REAL_FUNCTION' RETURN_REAL_FUNCTION() \ ^~~~~~~~~~~~~~~~~~~~ open-funs.c:663:2: note: in expansion of macro 'DO_HANDLE_ERROR' DO_HANDLE_ERROR(); ^~~~~~~~~~~~~~~ open-funs.c:390:12: warning: assignment makes integer from pointer without a cast [-Wint-conversion] retval.fd = REAL_FUNCTION(); \ ^ open-funs.c:413:2: note: in expansion of macro 'RETURN_REAL_FUNCTION' RETURN_REAL_FUNCTION() \ ^~~~~~~~~~~~~~~~~~~~ open-funs.c:663:2: note: in expansion of macro 'DO_HANDLE_ERROR' DO_HANDLE_ERROR(); ^~~~~~~~~~~~~~~ open-funs.c:371:77: warning: pointer/integer type mismatch in conditional expression (function == FREOPEN64 ? (*real_freopen64) (path, mode_str, stream) :\ ^ open-funs.c:371:77: note: in definition of macro 'REAL_FUNCTION' (function == FREOPEN64 ? (*real_freopen64) (path, mode_str, stream) :\ ^~ (function == OPEN ? \ open-funs.c:689:2: note: in expansion of macro 'RETURN_REAL_FUNCTION' RETURN_REAL_FUNCTION(); ^~~~~~~~~~~~~~~~~~~~ open-funs.c:371:77: warning: pointer/integer type mismatch in conditional expression (function == FREOPEN64 ? (*real_freopen64) (path, mode_str, stream) :\ ^ open-funs.c:371:77: note: in definition of macro 'REAL_FUNCTION' (function == FREOPEN64 ? (*real_freopen64) (path, mode_str, stream) :\ ^~ (function == OPEN ? \ open-funs.c:689:2: note: in expansion of macro 'RETURN_REAL_FUNCTION' RETURN_REAL_FUNCTION(); ^~~~~~~~~~~~~~~~~~~~ open-funs.c:390:12: warning: assignment makes integer from pointer without a cast [-Wint-conversion] retval.fd = REAL_FUNCTION(); \ ^ open-funs.c:689:2: note: in expansion of macro 'RETURN_REAL_FUNCTION' RETURN_REAL_FUNCTION(); ^~~~~~~~~~~~~~~~~~~~ open-funs.c:371:77: warning: pointer/integer type mismatch in conditional expression (function == FREOPEN64 ? (*real_freopen64) (path, mode_str, stream) :\ ^ open-funs.c:371:77: note: in definition of macro 'REAL_FUNCTION' (function == FREOPEN64 ? (*real_freopen64) (path, mode_str, stream) :\ ^~ (function == OPEN ? \ open-funs.c:413:2: note: in expansion of macro 'RETURN_REAL_FUNCTION' RETURN_REAL_FUNCTION() \ ^~~~~~~~~~~~~~~~~~~~ open-funs.c:731:7: note: in expansion of macro 'DO_HANDLE_ERROR' DO_HANDLE_ERROR(); ^~~~~~~~~~~~~~~ open-funs.c:371:77: warning: pointer/integer type mismatch in conditional expression (function == FREOPEN64 ? (*real_freopen64) (path, mode_str, stream) :\ ^ open-funs.c:371:77: note: in definition of macro 'REAL_FUNCTION' (function == FREOPEN64 ? (*real_freopen64) (path, mode_str, stream) :\ ^~ (function == OPEN ? \ open-funs.c:413:2: note: in expansion of macro 'RETURN_REAL_FUNCTION' RETURN_REAL_FUNCTION() \ ^~~~~~~~~~~~~~~~~~~~ open-funs.c:731:7: note: in expansion of macro 'DO_HANDLE_ERROR' DO_HANDLE_ERROR(); ^~~~~~~~~~~~~~~ open-funs.c:390:12: warning: assignment makes integer from pointer without a cast [-Wint-conversion] retval.fd = REAL_FUNCTION(); \ ^ open-funs.c:413:2: note: in expansion of macro 'RETURN_REAL_FUNCTION' RETURN_REAL_FUNCTION() \ ^~~~~~~~~~~~~~~~~~~~ open-funs.c:731:7: note: in expansion of macro 'DO_HANDLE_ERROR' DO_HANDLE_ERROR(); ^~~~~~~~~~~~~~~ open-funs.c:371:77: warning: pointer/integer type mismatch in conditional expression (function == FREOPEN64 ? (*real_freopen64) (path, mode_str, stream) :\ ^ open-funs.c:371:77: note: in definition of macro 'REAL_FUNCTION' (function == FREOPEN64 ? (*real_freopen64) (path, mode_str, stream) :\ ^~ (function == OPEN ? \ open-funs.c:744:7: note: in expansion of macro 'RETURN_REAL_FUNCTION' RETURN_REAL_FUNCTION(); ^~~~~~~~~~~~~~~~~~~~ open-funs.c:371:77: warning: pointer/integer type mismatch in conditional expression (function == FREOPEN64 ? (*real_freopen64) (path, mode_str, stream) :\ ^ open-funs.c:371:77: note: in definition of macro 'REAL_FUNCTION' (function == FREOPEN64 ? (*real_freopen64) (path, mode_str, stream) :\ ^~ (function == OPEN ? \ open-funs.c:744:7: note: in expansion of macro 'RETURN_REAL_FUNCTION' RETURN_REAL_FUNCTION(); ^~~~~~~~~~~~~~~~~~~~ open-funs.c:390:12: warning: assignment makes integer from pointer without a cast [-Wint-conversion] retval.fd = REAL_FUNCTION(); \ ^ open-funs.c:744:7: note: in expansion of macro 'RETURN_REAL_FUNCTION' RETURN_REAL_FUNCTION(); ^~~~~~~~~~~~~~~~~~~~ open-funs.c:751:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ open-funs.c:390:12: warning: 'mode' may be used uninitialized in this function [-Wmaybe-uninitialized] retval.fd = REAL_FUNCTION(); \ ^ open-funs.c:535:11: note: 'mode' was declared here mode_t mode; /* used only by open() */ ^~~~ make[1]: Leaving directory '/builddir/build/BUILD/libtrash-3.3/src' + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.vjjMq0 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/libtrash-3.3-8.fc28.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/libtrash-3.3-8.fc28.riscv64 ++ dirname /builddir/build/BUILDROOT/libtrash-3.3-8.fc28.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/libtrash-3.3-8.fc28.riscv64 + cd libtrash-3.3 + rm -rf /builddir/build/BUILDROOT/libtrash-3.3-8.fc28.riscv64 + install -d /builddir/build/BUILDROOT/libtrash-3.3-8.fc28.riscv64/usr/lib64 /builddir/build/BUILDROOT/libtrash-3.3-8.fc28.riscv64/etc + make install INSTLIBDIR=/builddir/build/BUILDROOT/libtrash-3.3-8.fc28.riscv64/usr/lib64 SYSCONFFILE=/builddir/build/BUILDROOT/libtrash-3.3-8.fc28.riscv64/etc/libtrash.conf set -e; cd src; make install; make[1]: Entering directory '/builddir/build/BUILD/libtrash-3.3/src' TRASH_OFF=YES install libtrash.so.3.3 /builddir/build/BUILDROOT/libtrash-3.3-8.fc28.riscv64/usr/lib64/libtrash.so.3.3 TRASH_OFF=YES ln -sf libtrash.so.3.3 /builddir/build/BUILDROOT/libtrash-3.3-8.fc28.riscv64/usr/lib64/libtrash.so TRASH_OFF=YES install libtrash.conf.sys --mode a=r /builddir/build/BUILDROOT/libtrash-3.3-8.fc28.riscv64/etc/libtrash.conf make[1]: Leaving directory '/builddir/build/BUILD/libtrash-3.3/src' + rm -f /builddir/build/BUILDROOT/libtrash-3.3-8.fc28.riscv64//usr/lib64/libattr.so.3 + ln -sf libtrash.so.3.3 /builddir/build/BUILDROOT/libtrash-3.3-8.fc28.riscv64//usr/lib64/libtrash.so.3 + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /builddir/build/BUILDROOT/libtrash-3.3-8.fc28.riscv64/etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: libtrash-3.3-8.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.YF4pkQ + umask 022 + cd /builddir/build/BUILD + cd libtrash-3.3 + DOCDIR=/builddir/build/BUILDROOT/libtrash-3.3-8.fc28.riscv64/usr/share/doc/libtrash + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/libtrash-3.3-8.fc28.riscv64/usr/share/doc/libtrash + cp -pr README /builddir/build/BUILDROOT/libtrash-3.3-8.fc28.riscv64/usr/share/doc/libtrash + cp -pr TODO /builddir/build/BUILDROOT/libtrash-3.3-8.fc28.riscv64/usr/share/doc/libtrash + cp -pr COPYING /builddir/build/BUILDROOT/libtrash-3.3-8.fc28.riscv64/usr/share/doc/libtrash + cp -pr CHANGE.LOG /builddir/build/BUILDROOT/libtrash-3.3-8.fc28.riscv64/usr/share/doc/libtrash + cp -pr config.txt /builddir/build/BUILDROOT/libtrash-3.3-8.fc28.riscv64/usr/share/doc/libtrash + exit 0 warning: File listed twice: /etc/libtrash.conf Provides: config(libtrash) = 3.3-8.fc28 libtrash = 3.3-8.fc28 libtrash(riscv-64) = 3.3-8.fc28 libtrash.so.3()(64bit) Requires(interp): /sbin/ldconfig /sbin/ldconfig Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig 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) libdl.so.2()(64bit) libdl.so.2(GLIBC_2.27)(64bit) rtld(GNU_HASH) Processing files: libtrash-devel-3.3-8.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.RdIm5X + umask 022 + cd /builddir/build/BUILD + cd libtrash-3.3 + DOCDIR=/builddir/build/BUILDROOT/libtrash-3.3-8.fc28.riscv64/usr/share/doc/libtrash-devel + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/libtrash-3.3-8.fc28.riscv64/usr/share/doc/libtrash-devel + cp -pr README /builddir/build/BUILDROOT/libtrash-3.3-8.fc28.riscv64/usr/share/doc/libtrash-devel + cp -pr TODO /builddir/build/BUILDROOT/libtrash-3.3-8.fc28.riscv64/usr/share/doc/libtrash-devel + cp -pr COPYING /builddir/build/BUILDROOT/libtrash-3.3-8.fc28.riscv64/usr/share/doc/libtrash-devel + cp -pr CHANGE.LOG /builddir/build/BUILDROOT/libtrash-3.3-8.fc28.riscv64/usr/share/doc/libtrash-devel + cp -pr config.txt /builddir/build/BUILDROOT/libtrash-3.3-8.fc28.riscv64/usr/share/doc/libtrash-devel + exit 0 Provides: libtrash-devel = 3.3-8.fc28 libtrash-devel(riscv-64) = 3.3-8.fc28 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libtrash.so.3()(64bit) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/libtrash-3.3-8.fc28.riscv64 Wrote: /builddir/build/SRPMS/libtrash-3.3-8.fc28.src.rpm Wrote: /builddir/build/RPMS/riscv64/libtrash-3.3-8.fc28.riscv64.rpm Wrote: /builddir/build/RPMS/riscv64/libtrash-devel-3.3-8.fc28.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.J8eysw + umask 022 + cd /builddir/build/BUILD + cd libtrash-3.3 + rm -rf /builddir/build/BUILDROOT/libtrash-3.3-8.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