Mock Version: 1.4.13 Mock Version: 1.4.13 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/libdasm.spec'], chrootPath='/var/lib/mock/f30-build-37685-21695/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=995gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/libdasm.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 Building target platforms: riscv64 Building for target riscv64 Wrote: /builddir/build/SRPMS/libdasm-1.6-4.fc30.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/libdasm.spec'], chrootPath='/var/lib/mock/f30-build-37685-21695/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=995gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/libdasm.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 Building target platforms: riscv64 Building for target riscv64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.KSYRNZ + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf libdasm-1.6 + /usr/bin/gzip -dc /builddir/build/SOURCES/libdasm-1.6.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd libdasm-1.6 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /builddir/build/SOURCES/libdasm-01_readonly.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + sed -i -e 's|#!/usr/bin/env.*|#!/usr/bin/python2|;' pydasm/das.py + rm -rf bin + sed -i -e 's|python |python2 |g;' pydasm/Makefile + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.r669Go + umask 022 + cd /builddir/build/BUILD + cd libdasm-1.6 + make -j4 '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 -fPIC' PREFIX=/usr LIBDIR=/usr/lib64 BINDIR=/usr/bin 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 -fPIC -c -o libdasm.o libdasm.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 -fPIC -shared -fPIC -Wl,-soname,libdasm.so.1 -o libdasm.so libdasm.c ar rc libdasm.a libdasm.o && ranlib libdasm.a make -C examples BUILDSTDERR: make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. make[1]: Entering directory '/builddir/build/BUILD/libdasm-1.6/examples' 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 -fPIC -c -o das.o das.c BUILDSTDERR: In file included from das.c:38: BUILDSTDERR: ../libdasm.h:135: warning: "REG_SP" redefined BUILDSTDERR: #define REG_SP REG_ESP BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/signal.h:306, BUILDSTDERR: from das.c:36: BUILDSTDERR: /usr/include/sys/ucontext.h:36: note: this is the location of the previous definition BUILDSTDERR: # define REG_SP 2 BUILDSTDERR: BUILDSTDERR: das.c: In function 'read_file': BUILDSTDERR: das.c:185:16: warning: pointer targets in returning 'char *' from a function with return type 'unsigned char *' differ in signedness [-Wpointer-sign] BUILDSTDERR: return (buf); 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-protection -fPIC -o das das.o -l dasm -L ../ 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 -fPIC -c -o simple.o simple.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 -fPIC -o simple simple.o -l dasm -L ../ make[1]: Leaving directory '/builddir/build/BUILD/libdasm-1.6/examples' make -C pydasm BUILDSTDERR: make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. make[1]: Entering directory '/builddir/build/BUILD/libdasm-1.6/pydasm' python2 setup.py build running build running build_ext building 'pydasm' extension creating build creating build/temp.linux-riscv64-2.7 gcc -pthread -fno-strict-aliasing -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 -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -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 -D_GNU_SOURCE -fPIC -fwrapv -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 -fPIC -fPIC -I/usr/include/python2.7 -I/usr/include/python2.7 -c ../libdasm.c -o build/temp.linux-riscv64-2.7/../libdasm.o gcc -pthread -fno-strict-aliasing -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 -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -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 -D_GNU_SOURCE -fPIC -fwrapv -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 -fPIC -fPIC -I/usr/include/python2.7 -I/usr/include/python2.7 -c pydasm.c -o build/temp.linux-riscv64-2.7/pydasm.o creating build/lib.linux-riscv64-2.7 gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -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 -fPIC build/temp.linux-riscv64-2.7/../libdasm.o build/temp.linux-riscv64-2.7/pydasm.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-riscv64-2.7/pydasm.so make[1]: Leaving directory '/builddir/build/BUILD/libdasm-1.6/pydasm' + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.RNR9SZ + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/libdasm-1.6-4.fc30.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/libdasm-1.6-4.fc30.riscv64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/libdasm-1.6-4.fc30.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/libdasm-1.6-4.fc30.riscv64 + cd libdasm-1.6 + make install DESTDIR=/builddir/build/BUILDROOT/libdasm-1.6-4.fc30.riscv64 PREFIX=/usr LIBDIR=/usr/lib64 BINDIR=/usr/bin install -p -D libdasm.so /builddir/build/BUILDROOT/libdasm-1.6-4.fc30.riscv64/usr/lib64/libdasm.so.1.0 ln -s "libdasm.so.1.0" /builddir/build/BUILDROOT/libdasm-1.6-4.fc30.riscv64/usr/lib64/libdasm.so.1 ln -s "libdasm.so.1.0" /builddir/build/BUILDROOT/libdasm-1.6-4.fc30.riscv64/usr/lib64/libdasm.so install -d /builddir/build/BUILDROOT/libdasm-1.6-4.fc30.riscv64/usr/include install -m 644 -p libdasm.h /builddir/build/BUILDROOT/libdasm-1.6-4.fc30.riscv64/usr/include/libdasm.h install -m 644 -p -D libdasm.a /builddir/build/BUILDROOT/libdasm-1.6-4.fc30.riscv64/usr/lib64/libdasm.a make -C examples install DESTDIR=/builddir/build/BUILDROOT/libdasm-1.6-4.fc30.riscv64 make[1]: Entering directory '/builddir/build/BUILD/libdasm-1.6/examples' install -p -D das /builddir/build/BUILDROOT/libdasm-1.6-4.fc30.riscv64/usr/bin/das make[1]: Leaving directory '/builddir/build/BUILD/libdasm-1.6/examples' make -C pydasm install DESTDIR=/builddir/build/BUILDROOT/libdasm-1.6-4.fc30.riscv64 make[1]: Entering directory '/builddir/build/BUILD/libdasm-1.6/pydasm' python2 setup.py install --skip-build --root /builddir/build/BUILDROOT/libdasm-1.6-4.fc30.riscv64 running install running install_lib creating /builddir/build/BUILDROOT/libdasm-1.6-4.fc30.riscv64/usr/lib64/python2.7 creating /builddir/build/BUILDROOT/libdasm-1.6-4.fc30.riscv64/usr/lib64/python2.7/site-packages copying build/lib.linux-riscv64-2.7/pydasm.so -> /builddir/build/BUILDROOT/libdasm-1.6-4.fc30.riscv64/usr/lib64/python2.7/site-packages running install_egg_info running egg_info creating pydasm.egg-info writing pydasm.egg-info/PKG-INFO writing top-level names to pydasm.egg-info/top_level.txt writing dependency_links to pydasm.egg-info/dependency_links.txt writing manifest file 'pydasm.egg-info/SOURCES.txt' reading manifest file 'pydasm.egg-info/SOURCES.txt' writing manifest file 'pydasm.egg-info/SOURCES.txt' Copying pydasm.egg-info to /builddir/build/BUILDROOT/libdasm-1.6-4.fc30.riscv64/usr/lib64/python2.7/site-packages/pydasm-1.5-py2.7.egg-info running install_scripts install -m 755 -p -D das.py /builddir/build/BUILDROOT/libdasm-1.6-4.fc30.riscv64/usr/bin/das.py make[1]: Leaving directory '/builddir/build/BUILD/libdasm-1.6/pydasm' + find /builddir/build/BUILDROOT/libdasm-1.6-4.fc30.riscv64 -name '*.la' -exec rm -f '{}' ';' + find /builddir/build/BUILDROOT/libdasm-1.6-4.fc30.riscv64 -name '*.a' -exec rm -f '{}' ';' + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 1.6-4.fc30 --unique-debug-suffix -1.6-4.fc30.riscv64 --unique-debug-src-base libdasm-1.6-4.fc30.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/libdasm-1.6 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/libdasm-1.6-4.fc30.riscv64/usr/lib64/libdasm.so.1.0 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/libdasm-1.6-4.fc30.riscv64/usr/bin/das explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/libdasm-1.6-4.fc30.riscv64/usr/lib64/python2.7/site-packages/pydasm.so extracting debug info from /builddir/build/BUILDROOT/libdasm-1.6-4.fc30.riscv64/usr/bin/das extracting debug info from /builddir/build/BUILDROOT/libdasm-1.6-4.fc30.riscv64/usr/lib64/libdasm.so.1.0 extracting debug info from /builddir/build/BUILDROOT/libdasm-1.6-4.fc30.riscv64/usr/lib64/python2.7/site-packages/pydasm.so /usr/lib/rpm/sepdebugcrcfix: Updated 3 CRC32s, 0 CRC32s did match. BUILDSTDERR: 732 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig BUILDSTDERR: /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 0 Bytecompiling .py files below /builddir/build/BUILDROOT/libdasm-1.6-4.fc30.riscv64/usr/lib/debug/usr/lib64/python2.7 using /usr/bin/python2.7 Bytecompiling .py files below /builddir/build/BUILDROOT/libdasm-1.6-4.fc30.riscv64/usr/lib64/python2.7 using /usr/bin/python2.7 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: libdasm-1.6-4.fc30.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.kGqIln + umask 022 + cd /builddir/build/BUILD + cd libdasm-1.6 + DOCDIR=/builddir/build/BUILDROOT/libdasm-1.6-4.fc30.riscv64/usr/share/doc/libdasm + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/libdasm-1.6-4.fc30.riscv64/usr/share/doc/libdasm + cp -pr HISTORY.txt /builddir/build/BUILDROOT/libdasm-1.6-4.fc30.riscv64/usr/share/doc/libdasm + cp -pr LIB.txt /builddir/build/BUILDROOT/libdasm-1.6-4.fc30.riscv64/usr/share/doc/libdasm + cp -pr README.txt /builddir/build/BUILDROOT/libdasm-1.6-4.fc30.riscv64/usr/share/doc/libdasm + cp -pr TODO.txt /builddir/build/BUILDROOT/libdasm-1.6-4.fc30.riscv64/usr/share/doc/libdasm + exit 0 warning: Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/lib64/python2.7/site-packages/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " BUILDSTDERR: Deprecated external dependency generator is used! Finding Requires(interp): Finding Requires(rpmlib): Finding Requires(verify): Finding Requires(pre): Finding Requires(post): Finding Requires(preun): Finding Requires(postun): Finding Requires(pretrans): Finding Requires(posttrans): Finding Requires: /bin/sh -c " while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -R; done | /bin/sort -u " Finding Conflicts: Finding Obsoletes: Finding Recommends: Finding Suggests: Finding Supplements: Finding Enhances: Provides: libdasm = 1.6-4.fc30 libdasm(riscv-64) = 1.6-4.fc30 libdasm.so.1()(64bit) Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libdasm.so.1()(64bit) rtld(GNU_HASH) Processing files: libdasm-devel-1.6-4.fc30.riscv64 warning: Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/lib64/python2.7/site-packages/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " BUILDSTDERR: Deprecated external dependency generator is used! Finding Requires(interp): Finding Requires(rpmlib): Finding Requires(verify): Finding Requires(pre): Finding Requires(post): Finding Requires(preun): Finding Requires(postun): Finding Requires(pretrans): Finding Requires(posttrans): Finding Requires: /bin/sh -c " while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -R; done | /bin/sort -u " Finding Conflicts: Finding Obsoletes: Finding Recommends: Finding Suggests: Finding Supplements: Finding Enhances: Provides: libdasm-devel = 1.6-4.fc30 libdasm-devel(riscv-64) = 1.6-4.fc30 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libdasm.so.1()(64bit) Processing files: python2-pydasm-1.6-4.fc30.riscv64 warning: Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/lib64/python2.7/site-packages/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " BUILDSTDERR: Deprecated external dependency generator is used! Finding Requires(interp): Finding Requires(rpmlib): Finding Requires(verify): Finding Requires(pre): Finding Requires(post): Finding Requires(preun): Finding Requires(postun): Finding Requires(pretrans): Finding Requires(posttrans): Finding Requires: /bin/sh -c " while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -R; done | /bin/sort -u " Finding Conflicts: Finding Obsoletes: Finding Recommends: Finding Suggests: Finding Supplements: Finding Enhances: Provides: python-libdasm = 1.6-4.fc30 python-libdasm(riscv-64) = 1.6-4.fc30 python-pydasm = 1.6-4.fc30 python-pydasm(riscv-64) = 1.6-4.fc30 python2-pydasm = 1.6-4.fc30 python2-pydasm(riscv-64) = 1.6-4.fc30 python2.7dist(pydasm) = 1.5 python2dist(pydasm) = 1.5 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/python2 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) libpthread.so.0()(64bit) libpython2.7.so.1.0()(64bit) python(abi) = 2.7 rtld(GNU_HASH) Obsoletes: python-libdasm < 1.6-4.fc30 python-pydasm < 1.6-4.fc30 Processing files: libdasm-debugsource-1.6-4.fc30.riscv64 BUILDSTDERR: warning: Deprecated external dependency generator is used! Provides: libdasm-debugsource = 1.6-4.fc30 libdasm-debugsource(riscv-64) = 1.6-4.fc30 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: libdasm-debuginfo-1.6-4.fc30.riscv64 BUILDSTDERR: warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/lib64/python2.7/site-packages/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Provides: debuginfo(build-id) = 06e46606124f1c6789a50ef64879393dce4cc038 debuginfo(build-id) = b37c8b9e8d92fe95bd96baed5bbd16d77785ee0a libdasm-debuginfo = 1.6-4.fc30 libdasm-debuginfo(riscv-64) = 1.6-4.fc30 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: libdasm-debugsource(riscv-64) = 1.6-4.fc30 Processing files: python2-pydasm-debuginfo-1.6-4.fc30.riscv64 warning: Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/lib64/python2.7/site-packages/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " BUILDSTDERR: Deprecated external dependency generator is used! Provides: debuginfo(build-id) = fa0024d7b7eb2381db67b53e497f7a597e24aa1a python2-pydasm-debuginfo = 1.6-4.fc30 python2-pydasm-debuginfo(riscv-64) = 1.6-4.fc30 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: libdasm-debugsource(riscv-64) = 1.6-4.fc30 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/libdasm-1.6-4.fc30.riscv64 Wrote: /builddir/build/RPMS/libdasm-1.6-4.fc30.riscv64.rpm Wrote: /builddir/build/RPMS/libdasm-devel-1.6-4.fc30.riscv64.rpm Wrote: /builddir/build/RPMS/python2-pydasm-1.6-4.fc30.riscv64.rpm Wrote: /builddir/build/RPMS/libdasm-debugsource-1.6-4.fc30.riscv64.rpm Wrote: /builddir/build/RPMS/libdasm-debuginfo-1.6-4.fc30.riscv64.rpm Wrote: /builddir/build/RPMS/python2-pydasm-debuginfo-1.6-4.fc30.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.6oZqF8 + umask 022 + cd /builddir/build/BUILD + cd libdasm-1.6 + /usr/bin/rm -rf /builddir/build/BUILDROOT/libdasm-1.6-4.fc30.riscv64 + exit 0 Child return code was: 0