+ exec + rm -rf /rpmbuild + mkdir -p /rpmbuild + su -c 'rpmbuild -ba /builddir/build/SPECS/daa2iso.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.AWEdAp + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf daa2iso-0.1.7e + /usr/bin/mkdir -p daa2iso-0.1.7e + cd daa2iso-0.1.7e + /usr/bin/unzip -qq /builddir/build/SOURCES/daa2iso.zip + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + sed -i -e 's|\r||g' daa2iso.txt + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.OmRdJt + umask 022 + cd /builddir/build/BUILD + cd daa2iso-0.1.7e + cd src/ + 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 ' cc -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 -c LzmaDec.c cc -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 -c tinflate.c cc daa2iso.c -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 -o daa2iso LzmaDec.o tinflate.o In file included from daa2iso.c:57:0: daa_crypt.h: In function 'daa_crypt_key': daa_crypt.h:39:22: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] passlen = strlen(pass); ^~~~ In file included from daa2iso.c:30:0: /usr/include/string.h:384:15: note: expected 'const char *' but argument is of type 'u8 * {aka unsigned char *}' extern size_t strlen (const char *__s) ^~~~~~ daa2iso.c: In function 'main': daa2iso.c:221:11: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] filei = argv[1]; ^ daa2iso.c:222:11: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] fileo = argv[2]; ^ daa2iso.c:225:17: warning: pointer targets in passing argument 1 of 'fopen64' differ in signedness [-Wpointer-sign] fdi = fopen(filei, "rb"); ^~~~~ In file included from daa2iso.c:28:0: /usr/include/stdio.h:256:14: note: expected 'const char * restrict' but argument is of type 'u8 * {aka unsigned char *}' extern FILE *fopen64 (const char *__restrict __filename, ^~~~~~~ daa2iso.c:229:17: warning: pointer targets in passing argument 1 of 'fopen64' differ in signedness [-Wpointer-sign] fdo = fopen(fileo, "rb"); ^~~~~ In file included from daa2iso.c:28:0: /usr/include/stdio.h:256:14: note: expected 'const char * restrict' but argument is of type 'u8 * {aka unsigned char *}' extern FILE *fopen64 (const char *__restrict __filename, ^~~~~~~ daa2iso.c:236:17: warning: pointer targets in passing argument 1 of 'fopen64' differ in signedness [-Wpointer-sign] fdo = fopen(fileo, "wb"); ^~~~~ In file included from daa2iso.c:28:0: /usr/include/stdio.h:256:14: note: expected 'const char * restrict' but argument is of type 'u8 * {aka unsigned char *}' extern FILE *fopen64 (const char *__restrict __filename, ^~~~~~~ daa2iso.c:255:17: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness [-Wpointer-sign] if(!strncmp(daa.sign, "DAA", 16) || !strncmp(daa.sign, "\xb8\xbd\xb6", 16)) { ^~~ In file included from daa2iso.c:30:0: /usr/include/string.h:139:12: note: expected 'const char *' but argument is of type 'u8 * {aka unsigned char *}' extern int strncmp (const char *__s1, const char *__s2, size_t __n) ^~~~~~~ daa2iso.c:255:50: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness [-Wpointer-sign] if(!strncmp(daa.sign, "DAA", 16) || !strncmp(daa.sign, "\xb8\xbd\xb6", 16)) { ^~~ In file included from daa2iso.c:30:0: /usr/include/string.h:139:12: note: expected 'const char *' but argument is of type 'u8 * {aka unsigned char *}' extern int strncmp (const char *__s1, const char *__s2, size_t __n) ^~~~~~~ daa2iso.c:257:24: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness [-Wpointer-sign] } else if(!strncmp(daa.sign, "GBI", 16)) { ^~~ In file included from daa2iso.c:30:0: /usr/include/string.h:139:12: note: expected 'const char *' but argument is of type 'u8 * {aka unsigned char *}' extern int strncmp (const char *__s1, const char *__s2, size_t __n) ^~~~~~~ daa2iso.c:260:21: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness [-Wpointer-sign] if(!strncmp(daa.sign, "DAA VOL", 16) || !strncmp(daa.sign, "GBI VOL", 16)) { ^~~ In file included from daa2iso.c:30:0: /usr/include/string.h:139:12: note: expected 'const char *' but argument is of type 'u8 * {aka unsigned char *}' extern int strncmp (const char *__s1, const char *__s2, size_t __n) ^~~~~~~ daa2iso.c:260:58: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness [-Wpointer-sign] if(!strncmp(daa.sign, "DAA VOL", 16) || !strncmp(daa.sign, "GBI VOL", 16)) { ^~~ In file included from daa2iso.c:30:0: /usr/include/string.h:139:12: note: expected 'const char *' but argument is of type 'u8 * {aka unsigned char *}' extern int strncmp (const char *__s1, const char *__s2, size_t __n) ^~~~~~~ daa2iso.c:273:32: warning: pointer targets in passing argument 1 of 'strcasecmp' differ in signedness [-Wpointer-sign] } else if(!stricmp(ans, "daa")) { ^~~ In file included from /usr/include/string.h:431:0, from daa2iso.c:30: /usr/include/strings.h:116:12: note: expected 'const char *' but argument is of type 'u8 * {aka unsigned char *}' extern int strcasecmp (const char *__s1, const char *__s2) ^~~~~~~~~~ daa2iso.c:275:32: warning: pointer targets in passing argument 1 of 'strcasecmp' differ in signedness [-Wpointer-sign] } else if(!stricmp(ans, "gbi")) { ^~~ In file included from /usr/include/string.h:431:0, from daa2iso.c:30: /usr/include/strings.h:116:12: note: expected 'const char *' but argument is of type 'u8 * {aka unsigned char *}' extern int strcasecmp (const char *__s1, const char *__s2) ^~~~~~~~~~ daa2iso.c:438:33: warning: pointer targets in passing argument 2 of 'find_ext' differ in signedness [-Wpointer-sign] if((p = find_ext(filei, "001.daa"))) { ^~~~~~~~~ daa2iso.c:114:5: note: expected 'u8 * {aka unsigned char *}' but argument is of type 'char *' u8 *find_ext(u8 *fname, u8 *ext); ^~~~~~~~ daa2iso.c:441:40: warning: pointer targets in passing argument 2 of 'find_ext' differ in signedness [-Wpointer-sign] } else if((p = find_ext(filei, "01.daa"))) { ^~~~~~~~ daa2iso.c:114:5: note: expected 'u8 * {aka unsigned char *}' but argument is of type 'char *' u8 *find_ext(u8 *fname, u8 *ext); ^~~~~~~~ daa2iso.c:447:25: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness [-Wpointer-sign] p = strrchr(filei, '.'); ^~~~~ In file included from daa2iso.c:30:0: /usr/include/string.h:252:14: note: expected 'const char *' but argument is of type 'u8 * {aka unsigned char *}' extern char *strrchr (const char *__s, int __c) ^~~~~~~ daa2iso.c:447:15: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] p = strrchr(filei, '.'); ^ daa2iso.c:448:39: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] if(!p) p = filei + strlen(filei); ^~~~~ In file included from daa2iso.c:30:0: /usr/include/string.h:384:15: note: expected 'const char *' but argument is of type 'u8 * {aka unsigned char *}' extern size_t strlen (const char *__s) ^~~~~~ daa2iso.c: In function 'find_ext': daa2iso.c:732:21: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] len = strlen(fname); ^~~~~ In file included from daa2iso.c:30:0: /usr/include/string.h:384:15: note: expected 'const char *' but argument is of type 'u8 * {aka unsigned char *}' extern size_t strlen (const char *__s) ^~~~~~ daa2iso.c:733:21: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] extlen = strlen(ext); ^~~ In file included from daa2iso.c:30:0: /usr/include/string.h:384:15: note: expected 'const char *' but argument is of type 'u8 * {aka unsigned char *}' extern size_t strlen (const char *__s) ^~~~~~ daa2iso.c:735:36: warning: pointer targets in passing argument 1 of 'strcasecmp' differ in signedness [-Wpointer-sign] if((len >= extlen) && !stricmp(ret, ext)) { ^~~ In file included from /usr/include/string.h:431:0, from daa2iso.c:30: /usr/include/strings.h:116:12: note: expected 'const char *' but argument is of type 'u8 * {aka unsigned char *}' extern int strcasecmp (const char *__s1, const char *__s2) ^~~~~~~~~~ daa2iso.c:735:41: warning: pointer targets in passing argument 2 of 'strcasecmp' differ in signedness [-Wpointer-sign] if((len >= extlen) && !stricmp(ret, ext)) { ^~~ In file included from /usr/include/string.h:431:0, from daa2iso.c:30: /usr/include/strings.h:116:12: note: expected 'const char *' but argument is of type 'u8 * {aka unsigned char *}' extern int strcasecmp (const char *__s1, const char *__s2) ^~~~~~~~~~ daa2iso.c: In function 'daa_next': daa2iso.c:766:16: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness [-Wpointer-sign] if(strncmp(daa.sign, "DAA VOL", 16) && strncmp(daa.sign, "GBI VOL", 16)) { ^~~ In file included from daa2iso.c:30:0: /usr/include/string.h:139:12: note: expected 'const char *' but argument is of type 'u8 * {aka unsigned char *}' extern int strncmp (const char *__s1, const char *__s2, size_t __n) ^~~~~~~ daa2iso.c:766:52: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness [-Wpointer-sign] if(strncmp(daa.sign, "DAA VOL", 16) && strncmp(daa.sign, "GBI VOL", 16)) { ^~~ In file included from daa2iso.c:30:0: /usr/include/string.h:139:12: note: expected 'const char *' but argument is of type 'u8 * {aka unsigned char *}' extern int strncmp (const char *__s1, const char *__s2, size_t __n) ^~~~~~~ daa2iso.c: In function 'unzip': daa2iso.c:831:47: warning: pointer targets in passing argument 5 of 'tinf_uncompress' differ in signedness [-Wpointer-sign] if(tinf_uncompress(out, &outsz, in, insz, swapped_btype) != TINF_OK) { ^~~~~~~~~~~~~ In file included from daa2iso.c:33:0: tinf.h:35:12: note: expected 'const unsigned int *' but argument is of type 'int *' int TINFCC tinf_uncompress(void *dest, unsigned int *destLen, ^~~~~~~~~~~~~~~ daa2iso.c: In function 'fgetz': daa2iso.c:987:15: warning: pointer targets in passing argument 1 of 'fgets' differ in signedness [-Wpointer-sign] if(!fgets(data, size, fd)) { ^~~~ In file included from /usr/include/stdio.h:862:0, from daa2iso.c:28: /usr/include/bits/stdio2.h:252:1: note: expected 'char * restrict' but argument is of type 'u8 * {aka unsigned char *}' fgets (char *__restrict __s, int __n, FILE *__restrict __stream) ^~~~~ + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.2CLBOQ + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/daa2iso-0.1.7e-13.fc28.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/daa2iso-0.1.7e-13.fc28.riscv64 ++ dirname /builddir/build/BUILDROOT/daa2iso-0.1.7e-13.fc28.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/daa2iso-0.1.7e-13.fc28.riscv64 + cd daa2iso-0.1.7e + rm -rf /builddir/build/BUILDROOT/daa2iso-0.1.7e-13.fc28.riscv64 + mkdir -p /builddir/build/BUILDROOT/daa2iso-0.1.7e-13.fc28.riscv64/usr/bin + install -p src/daa2iso /builddir/build/BUILDROOT/daa2iso-0.1.7e-13.fc28.riscv64/usr/bin + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig /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 /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: daa2iso-0.1.7e-13.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.VlfDMb + umask 022 + cd /builddir/build/BUILD + cd daa2iso-0.1.7e + DOCDIR=/builddir/build/BUILDROOT/daa2iso-0.1.7e-13.fc28.riscv64/usr/share/doc/daa2iso + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/daa2iso-0.1.7e-13.fc28.riscv64/usr/share/doc/daa2iso + cp -pr daa2iso.txt /builddir/build/BUILDROOT/daa2iso-0.1.7e-13.fc28.riscv64/usr/share/doc/daa2iso + cp -pr COPYING /builddir/build/BUILDROOT/daa2iso-0.1.7e-13.fc28.riscv64/usr/share/doc/daa2iso + exit 0 Provides: daa2iso = 0.1.7e-13.fc28 daa2iso(riscv-64) = 0.1.7e-13.fc28 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) rtld(GNU_HASH) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/daa2iso-0.1.7e-13.fc28.riscv64 Wrote: /builddir/build/SRPMS/daa2iso-0.1.7e-13.fc28.src.rpm Wrote: /builddir/build/RPMS/riscv64/daa2iso-0.1.7e-13.fc28.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.3SzOtl + umask 022 + cd /builddir/build/BUILD + cd daa2iso-0.1.7e + rm -rf /builddir/build/BUILDROOT/daa2iso-0.1.7e-13.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