Mock Version: 1.4.21 Mock Version: 1.4.21 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/perl-Filesys-SmbClient.spec'], chrootPath='/var/lib/mock/f33-build-123558-38827/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=432000uid=987gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/perl-Filesys-SmbClient.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 sh: perl: command not found Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1580342400 Wrote: /builddir/build/SRPMS/perl-Filesys-SmbClient-3.2-21.fc33.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/perl-Filesys-SmbClient.spec'], chrootPath='/var/lib/mock/f33-build-123558-38827/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=432000uid=987gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/perl-Filesys-SmbClient.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 setting SOURCE_DATE_EPOCH=1580342400 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.si2omH + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf Filesys-SmbClient-3.2 + /usr/bin/gzip -dc /builddir/build/SOURCES/Filesys-SmbClient-3.2.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd Filesys-SmbClient-3.2 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (Filesys-SmbClient-3.2_Makefile.patch):' Patch #0 (Filesys-SmbClient-3.2_Makefile.patch): + /usr/bin/patch --no-backup-if-mismatch -p0 --fuzz=0 patching file Makefile.PL + chmod -x Changes + find . -name '*.pm' -exec chmod -c a-x '{}' + mode of './SmbClient.pm' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) + find . -name 'libauthSamba*' -exec chmod -c a-x '{}' + mode of './libauthSamba.h' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './libauthSamba.c' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) + find . -name SmbClient.xs -exec chmod -c a-x '{}' + mode of './SmbClient.xs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.zZ5zYH + umask 022 + cd /builddir/build/BUILD + cd Filesys-SmbClient-3.2 + export PERL_MM_USE_DEFAULT=1 + PERL_MM_USE_DEFAULT=1 + export HOSTTYPE + perl Makefile.PL INSTALLDIRS=vendor CCFLAGS=-DHAVE_CLOSEFN 'OPTIMIZE=-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' I search in: /include /usr/s/include /s/include /usr/local/s/include /usr/local/include /usr/local/samba3/include /usr/include /usr/local/samba/include /usr/include/samba-4.0 Where can I find libsmbclient.h ? [/usr/include/samba-4.0] /usr/include/samba-4.0 I search in: /lib /usr/s/lib /s/lib /usr/local/s/lib /usr/local/samba/lib /usr/lib /usr/local/samba3/lib /usr/local/lib /usr/include/samba-4.0 Where can I find libsmbclient.so ? [] Do you want make tests ?(you will be prompted for server / worgroup / share / user / password to make read write access. [no] no Compile module with trace to STDERR ? [no] no ************************************************************* ** WHAT !!!! ** I Can't find libsmbclient.so : No such file or directory. ************************************************************* If you don't have this file you can download last version of Samba on www.samba.org and do: $ tar zxvf samba-2.2.x.tar.gz $ cd samba-2.2.x/source $ ./configure $ make bin/libsmbclient.so Then you can find libsmbclient.h in source/include directory and libsmbclient.so in source/bin directory. You can then put them in /usr/include and /usr/lib (or /usr/local/include and /usr/local/lib) checking for gcc... gcc checking for C compiler default output... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... 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 ANSI C... none needed checking how to run the C preprocessor... gcc -E checking for egrep... grep -E checking for working alloca.h... yes checking for alloca... yes checking for smbc_mkdir in -lsmbclient... yes checking for smbc_open in -lsmbclient... yes checking for smbc_fstat in -lsmbclient... yes checking for smbc_init_context in -lsmbclient... yes You don't define SMBCTXX->flags. Samba older than 3.0.11. Filesys::SmbClient::set_flag will not work You use SMBCTXX->close (release < 3.0.20). configure: creating ./config.status config.status: creating config.h Warning: prerequisite Test::More 0 not found. Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Filesys::SmbClient + make -j4 Running Mkbootstrap for SmbClient () gcc -c -I/usr/include/samba-4.0 -DHAVE_CLOSEFN -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 -DVERSION=\"3.2\" -DXS_VERSION=\"3.2\" -fPIC "-I/usr/lib64/perl5/CORE" libauthSamba.c "/usr/bin/perl" "/usr/share/perl5/vendor_perl/ExtUtils/xsubpp" -typemap '/usr/share/perl5/ExtUtils/typemap' -typemap '/builddir/build/BUILD/Filesys-SmbClient-3.2/typemap' SmbClient.xs > SmbClient.xsc cp SmbClient.pm blib/lib/Filesys/SmbClient.pm AutoSplitting blib/lib/Filesys/SmbClient.pm (blib/lib/auto/Filesys/SmbClient) chmod 644 "SmbClient.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- SmbClient.bs blib/arch/auto/Filesys/SmbClient/SmbClient.bs 644 libauthSamba.c: In function 'ask_auth_fn': libauthSamba.c:80:3: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 80 | fgets(temp, sizeof(temp), stdin); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libauthSamba.c:88:3: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 88 | fgets(temp, sizeof(temp), stdin); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libauthSamba.c:96:3: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 96 | fgets(temp, sizeof(temp), stdin); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mv SmbClient.xsc SmbClient.c gcc -c -I/usr/include/samba-4.0 -DHAVE_CLOSEFN -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 -DVERSION=\"3.2\" -DXS_VERSION=\"3.2\" -fPIC "-I/usr/lib64/perl5/CORE" SmbClient.c SmbClient.c: In function 'XS_Filesys__SmbClient__set_flags': SmbClient.c:273:6: warning: unused variable 'flag' [-Wunused-variable] 273 | int flag = (int)SvIV(ST(1)) | ^~~~ SmbClient.c:272:12: warning: variable 'context' set but not used [-Wunused-but-set-variable] 272 | SMBCCTX * context; | ^~~~~~~ SmbClient.xs: In function 'XS_Filesys__SmbClient__mkdir': SmbClient.xs:104:1: warning: 'mkdir' is deprecated [-Wdeprecated-declarations] 104 | RETVAL = context->mkdir(context, fname, mode); | ^~~~~~ In file included from SmbClient.xs:20: /usr/include/samba-4.0/libsmbclient.h:3108:41: note: declared here 3108 | smbc_mkdir_fn mkdir DEPRECATED_SMBC_INTERFACE; | ^~~~~ SmbClient.xs: In function 'XS_Filesys__SmbClient__rmdir': SmbClient.xs:128:1: warning: 'rmdir' is deprecated [-Wdeprecated-declarations] 128 | RETVAL = context->rmdir(context, fname); | ^~~~~~ In file included from SmbClient.xs:20: /usr/include/samba-4.0/libsmbclient.h:3109:41: note: declared here 3109 | smbc_rmdir_fn rmdir DEPRECATED_SMBC_INTERFACE; | ^~~~~ SmbClient.xs: In function 'XS_Filesys__SmbClient__opendir': SmbClient.xs:150:3: warning: 'opendir' is deprecated [-Wdeprecated-declarations] 150 | RETVAL = context->opendir(context, fname); | ^~~~~~ In file included from SmbClient.xs:20: /usr/include/samba-4.0/libsmbclient.h:3103:41: note: declared here 3103 | smbc_opendir_fn opendir DEPRECATED_SMBC_INTERFACE; | ^~~~~~~ SmbClient.xs: In function 'XS_Filesys__SmbClient__closedir': SmbClient.xs:177:1: warning: 'closedir' is deprecated [-Wdeprecated-declarations] 177 | RETVAL = context->closedir(context, fd); | ^~~~~~ In file included from SmbClient.xs:20: /usr/include/samba-4.0/libsmbclient.h:3104:41: note: declared here 3104 | smbc_closedir_fn closedir DEPRECATED_SMBC_INTERFACE; | ^~~~~~~~ SmbClient.xs: In function 'XS_Filesys__SmbClient__readdir': SmbClient.xs:209:18: warning: 'readdir' is deprecated [-Wdeprecated-declarations] 209 | dirp = (struct smbc_dirent *)context->readdir(context, fd); | ^~~~~~~~~~~ In file included from SmbClient.xs:20: /usr/include/samba-4.0/libsmbclient.h:3105:41: note: declared here 3105 | smbc_readdir_fn readdir DEPRECATED_SMBC_INTERFACE; | ^~~~~~~ SmbClient.xs: In function 'XS_Filesys__SmbClient__stat': SmbClient.xs:237:3: warning: 'stat' is deprecated [-Wdeprecated-declarations] 237 | i = context->stat(context, fname, &buf); | ^ In file included from SmbClient.xs:20: /usr/include/samba-4.0/libsmbclient.h:3097:41: note: declared here 3097 | smbc_stat_fn stat DEPRECATED_SMBC_INTERFACE; | ^~~~ SmbClient.xs: In function 'XS_Filesys__SmbClient__fstat': SmbClient.xs:273:1: warning: 'fstat' is deprecated [-Wdeprecated-declarations] 273 | i = context->fstat(context, fd, &buf); | ^ In file included from SmbClient.xs:20: /usr/include/samba-4.0/libsmbclient.h:3098:41: note: declared here 3098 | smbc_fstat_fn fstat DEPRECATED_SMBC_INTERFACE; | ^~~~~ SmbClient.xs: In function 'XS_Filesys__SmbClient__rename': SmbClient.xs:305:1: warning: 'rename' is deprecated [-Wdeprecated-declarations] 305 | RETVAL = context->rename(context, oname, context, nname); | ^~~~~~ In file included from SmbClient.xs:20: /usr/include/samba-4.0/libsmbclient.h:3095:41: note: declared here 3095 | smbc_rename_fn rename DEPRECATED_SMBC_INTERFACE; | ^~~~~~ SmbClient.xs: In function 'XS_Filesys__SmbClient__open': SmbClient.xs:350:1: warning: 'open' is deprecated [-Wdeprecated-declarations] 350 | RETVAL = context->open(context, fname, flags, mode); | ^~~~~~ In file included from SmbClient.xs:20: /usr/include/samba-4.0/libsmbclient.h:3090:41: note: declared here 3090 | smbc_open_fn open DEPRECATED_SMBC_INTERFACE; | ^~~~ SmbClient.xs:361:1: warning: 'lseek' is deprecated [-Wdeprecated-declarations] 361 | } else if (seek_end) { context->lseek(context, RETVAL, 0, SEEK_END); } | ^ In file included from SmbClient.xs:20: /usr/include/samba-4.0/libsmbclient.h:3096:41: note: declared here 3096 | smbc_lseek_fn lseek DEPRECATED_SMBC_INTERFACE; | ^~~~~ SmbClient.xs: In function 'XS_Filesys__SmbClient__read': SmbClient.xs:380:3: warning: 'read' is deprecated [-Wdeprecated-declarations] 380 | returnValue = context->read(context, fd, buf, count); | ^~~~~~~~~~~ In file included from SmbClient.xs:20: /usr/include/samba-4.0/libsmbclient.h:3092:41: note: declared here 3092 | smbc_read_fn read DEPRECATED_SMBC_INTERFACE; | ^~~~ SmbClient.xs: In function 'XS_Filesys__SmbClient__write': SmbClient.xs:404:3: warning: 'write' is deprecated [-Wdeprecated-declarations] 404 | RETVAL=context->write(context, fd, buf, count); | ^~~~~~ In file included from SmbClient.xs:20: /usr/include/samba-4.0/libsmbclient.h:3093:41: note: declared here 3093 | smbc_write_fn write DEPRECATED_SMBC_INTERFACE; | ^~~~~ SmbClient.xs: In function 'XS_Filesys__SmbClient__lseek': SmbClient.xs:430:3: warning: 'lseek' is deprecated [-Wdeprecated-declarations] 430 | RETVAL=context->lseek(context, fd, offset, whence); | ^~~~~~ In file included from SmbClient.xs:20: /usr/include/samba-4.0/libsmbclient.h:3096:41: note: declared here 3096 | smbc_lseek_fn lseek DEPRECATED_SMBC_INTERFACE; | ^~~~~ SmbClient.xs: In function 'XS_Filesys__SmbClient__close': SmbClient.xs:458:3: warning: 'close_fn' is deprecated [-Wdeprecated-declarations] 458 | RETVAL=context->close_fn(context, fd); | ^~~~~~ In file included from SmbClient.xs:20: /usr/include/samba-4.0/libsmbclient.h:3102:41: note: declared here 3102 | smbc_close_fn close_fn DEPRECATED_SMBC_INTERFACE; | ^~~~~~~~ SmbClient.xs: In function 'XS_Filesys__SmbClient__unlink': SmbClient.xs:476:3: warning: 'unlink' is deprecated [-Wdeprecated-declarations] 476 | RETVAL = context->unlink(context, fname); | ^~~~~~ In file included from SmbClient.xs:20: /usr/include/samba-4.0/libsmbclient.h:3094:41: note: declared here 3094 | smbc_unlink_fn unlink DEPRECATED_SMBC_INTERFACE; | ^~~~~~ SmbClient.c: In function 'XS_Filesys__SmbClient__unlink_print_job': SmbClient.c:1082:12: warning: variable 'context' set but not used [-Wunused-but-set-variable] 1082 | SMBCCTX * context; | ^~~~~~~ SmbClient.c: In function 'XS_Filesys__SmbClient__print_file': SmbClient.c:1125:12: warning: variable 'context' set but not used [-Wunused-but-set-variable] 1125 | SMBCCTX * context; | ^~~~~~~ rm -f blib/arch/auto/Filesys/SmbClient/SmbClient.so gcc -lpthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -L/usr/local/lib -fstack-protector-strong libauthSamba.o SmbClient.o -o blib/arch/auto/Filesys/SmbClient/SmbClient.so \ -lsmbclient -lperl \ chmod 755 blib/arch/auto/Filesys/SmbClient/SmbClient.so Manifying 1 pod document + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.Z2JxRF + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/perl-Filesys-SmbClient-3.2-21.fc33.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/perl-Filesys-SmbClient-3.2-21.fc33.riscv64 ++ dirname /builddir/build/BUILDROOT/perl-Filesys-SmbClient-3.2-21.fc33.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/perl-Filesys-SmbClient-3.2-21.fc33.riscv64 + cd Filesys-SmbClient-3.2 + make pure_install DESTDIR=/builddir/build/BUILDROOT/perl-Filesys-SmbClient-3.2-21.fc33.riscv64 "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- SmbClient.bs blib/arch/auto/Filesys/SmbClient/SmbClient.bs 644 Manifying 1 pod document Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /builddir/build/BUILDROOT/perl-Filesys-SmbClient-3.2-21.fc33.riscv64/usr/lib64/perl5/vendor_perl/auto/Filesys/SmbClient/SmbClient.so Installing /builddir/build/BUILDROOT/perl-Filesys-SmbClient-3.2-21.fc33.riscv64/usr/lib64/perl5/vendor_perl/Filesys/SmbClient.pm Installing /builddir/build/BUILDROOT/perl-Filesys-SmbClient-3.2-21.fc33.riscv64/usr/lib64/perl5/vendor_perl/auto/Filesys/SmbClient/autosplit.ix Installing /builddir/build/BUILDROOT/perl-Filesys-SmbClient-3.2-21.fc33.riscv64/usr/share/man/man3/Filesys::SmbClient.3pm + find /builddir/build/BUILDROOT/perl-Filesys-SmbClient-3.2-21.fc33.riscv64 -type f -name .packlist -exec rm -f '{}' ';' + find /builddir/build/BUILDROOT/perl-Filesys-SmbClient-3.2-21.fc33.riscv64 -type f -name '*.bs' -size 0 -exec rm -f '{}' ';' + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /builddir/build/BUILDROOT/perl-Filesys-SmbClient-3.2-21.fc33.riscv64/usr + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 3.2-21.fc33 --unique-debug-suffix -3.2-21.fc33.riscv64 --unique-debug-src-base perl-Filesys-SmbClient-3.2-21.fc33.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/Filesys-SmbClient-3.2 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/perl-Filesys-SmbClient-3.2-21.fc33.riscv64/usr/lib64/perl5/vendor_perl/auto/Filesys/SmbClient/SmbClient.so extracting debug info from /builddir/build/BUILDROOT/perl-Filesys-SmbClient-3.2-21.fc33.riscv64/usr/lib64/perl5/vendor_perl/auto/Filesys/SmbClient/SmbClient.so original debug info size: 172kB, size after compression: 168kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 91 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-python-bytecompile /usr/bin/python 1 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: perl-Filesys-SmbClient-3.2-21.fc33.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.2uy5pG + umask 022 + cd /builddir/build/BUILD + cd Filesys-SmbClient-3.2 + DOCDIR=/builddir/build/BUILDROOT/perl-Filesys-SmbClient-3.2-21.fc33.riscv64/usr/share/doc/perl-Filesys-SmbClient + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/perl-Filesys-SmbClient-3.2-21.fc33.riscv64/usr/share/doc/perl-Filesys-SmbClient + cp -pr Changes /builddir/build/BUILDROOT/perl-Filesys-SmbClient-3.2-21.fc33.riscv64/usr/share/doc/perl-Filesys-SmbClient + cp -pr README /builddir/build/BUILDROOT/perl-Filesys-SmbClient-3.2-21.fc33.riscv64/usr/share/doc/perl-Filesys-SmbClient + cp -pr COPYING /builddir/build/BUILDROOT/perl-Filesys-SmbClient-3.2-21.fc33.riscv64/usr/share/doc/perl-Filesys-SmbClient + RPM_EC=0 ++ jobs -p + exit 0 Provides: perl(Filesys::SmbClient) = 3.2 perl-Filesys-SmbClient = 3.2-21.fc33 perl-Filesys-SmbClient(riscv-64) = 3.2-21.fc33 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) libperl.so.5.30()(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.27)(64bit) libsmbclient.so.0()(64bit) libsmbclient.so.0(SMBCLIENT_0.1.0)(64bit) perl(AutoLoader) perl(DynaLoader) perl(Exporter) perl(POSIX) perl(Tie::Handle) perl(constant) perl(strict) perl(vars) rtld(GNU_HASH) Processing files: perl-Filesys-SmbClient-debugsource-3.2-21.fc33.riscv64 Provides: perl-Filesys-SmbClient-debugsource = 3.2-21.fc33 perl-Filesys-SmbClient-debugsource(riscv-64) = 3.2-21.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: perl-Filesys-SmbClient-debuginfo-3.2-21.fc33.riscv64 Provides: debuginfo(build-id) = 3224aa145ab4f32b68d6f03a1636e73865fe99bd perl-Filesys-SmbClient-debuginfo = 3.2-21.fc33 perl-Filesys-SmbClient-debuginfo(riscv-64) = 3.2-21.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: perl-Filesys-SmbClient-debugsource(riscv-64) = 3.2-21.fc33 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/perl-Filesys-SmbClient-3.2-21.fc33.riscv64 Wrote: /builddir/build/RPMS/perl-Filesys-SmbClient-3.2-21.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/perl-Filesys-SmbClient-debugsource-3.2-21.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/perl-Filesys-SmbClient-debuginfo-3.2-21.fc33.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.MsGpYH + umask 022 + cd /builddir/build/BUILD + cd Filesys-SmbClient-3.2 + /usr/bin/rm -rf /builddir/build/BUILDROOT/perl-Filesys-SmbClient-3.2-21.fc33.riscv64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0