D: [iurt_root_command] chroot Installing /home/pterjan/rpmbuild/SRPMS/ocaml-sha-1.10-1.mga7.src.rpm Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.tJQiqP + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD + rm -rf ocaml-sha-1.10 + /usr/bin/gzip -dc /home/pterjan/rpmbuild/SOURCES/v1.10.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd ocaml-sha-1.10 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /home/pterjan/rpmbuild/SOURCES/ocaml-sha-1.7_sumrenamed.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + /usr/bin/cat /home/pterjan/rpmbuild/SOURCES/ocaml-sha-1.9-optflags.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + exit 0 Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.LhzYMx + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd ocaml-sha-1.10 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4' + export FFLAGS + LDFLAGS=' -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags' + export LDFLAGS + make ocamlc -c -o sha1.cmi sha1.mli ocamlc -ccopt "-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -Wall -O3 -funroll-loops -I/usr/include" -c -o sha1.o sha1.c mv sha1.o sha1.lib.o ocamlc -ccopt "-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -Wall -O3 -funroll-loops -I/usr/include" -c -o sha1_stubs.o sha1_stubs.c sha1_stubs.c: In function 'stub_sha1_file': sha1_stubs.c:110:20: warning: implicit declaration of function 'strcpy' [-Wimplicit-function-declaration] #define strdupa(s) strcpy(alloca(strlen(s)+1),s) ^ sha1_stubs.c:118:19: note: in expansion of macro 'strdupa' char *name_dup = strdupa(String_val(name)); ^~~~~~~ sha1_stubs.c:110:20: warning: incompatible implicit declaration of built-in function 'strcpy' #define strdupa(s) strcpy(alloca(strlen(s)+1),s) ^ sha1_stubs.c:118:19: note: in expansion of macro 'strdupa' char *name_dup = strdupa(String_val(name)); ^~~~~~~ sha1_stubs.c:110:20: note: include '' or provide a declaration of 'strcpy' #define strdupa(s) strcpy(alloca(strlen(s)+1),s) ^ sha1_stubs.c:118:19: note: in expansion of macro 'strdupa' char *name_dup = strdupa(String_val(name)); ^~~~~~~ In file included from /usr/include/stdlib.h:492:0, from /usr/lib64/ocaml/caml/misc.h:29, from /usr/lib64/ocaml/caml/mlvalues.h:23, from sha1_stubs.c:42: sha1_stubs.c:110:34: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] #define strdupa(s) strcpy(alloca(strlen(s)+1),s) ^ sha1_stubs.c:118:19: note: in expansion of macro 'strdupa' char *name_dup = strdupa(String_val(name)); ^~~~~~~ sha1_stubs.c:110:34: warning: incompatible implicit declaration of built-in function 'strlen' #define strdupa(s) strcpy(alloca(strlen(s)+1),s) ^ sha1_stubs.c:118:19: note: in expansion of macro 'strdupa' char *name_dup = strdupa(String_val(name)); ^~~~~~~ sha1_stubs.c:110:34: note: include '' or provide a declaration of 'strlen' #define strdupa(s) strcpy(alloca(strlen(s)+1),s) ^ sha1_stubs.c:118:19: note: in expansion of macro 'strdupa' char *name_dup = strdupa(String_val(name)); ^~~~~~~ sha1_stubs.c:128:2: warning: implicit declaration of function 'memcpy' [-Wimplicit-function-declaration] memcpy((sha1_digest *)result, &digest, sizeof(sha1_digest)); ^~~~~~ sha1_stubs.c:128:2: warning: incompatible implicit declaration of built-in function 'memcpy' sha1_stubs.c:128:2: note: include '' or provide a declaration of 'memcpy' ocamlc -c -o sha1.cmo sha1.ml ocamlmklib -o sha1 sha1.lib.o sha1_stubs.o sha1.cmo ocamlopt -c -o sha1.cmx sha1.ml ocamlmklib -o sha1 sha1.lib.o sha1_stubs.o sha1.cmx ocamlc -c -o sha256.cmi sha256.mli ocamlc -ccopt "-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -Wall -O3 -funroll-loops -I/usr/include" -c -o sha256.o sha256.c mv sha256.o sha256.lib.o ocamlc -ccopt "-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -Wall -O3 -funroll-loops -I/usr/include" -c -o sha256_stubs.o sha256_stubs.c sha256_stubs.c: In function 'stub_sha256_file': sha256_stubs.c:108:20: warning: implicit declaration of function 'strcpy' [-Wimplicit-function-declaration] #define strdupa(s) strcpy(alloca(strlen(s)+1),s) ^ sha256_stubs.c:116:19: note: in expansion of macro 'strdupa' char *name_dup = strdupa(String_val(name)); ^~~~~~~ sha256_stubs.c:108:20: warning: incompatible implicit declaration of built-in function 'strcpy' #define strdupa(s) strcpy(alloca(strlen(s)+1),s) ^ sha256_stubs.c:116:19: note: in expansion of macro 'strdupa' char *name_dup = strdupa(String_val(name)); ^~~~~~~ sha256_stubs.c:108:20: note: include '' or provide a declaration of 'strcpy' #define strdupa(s) strcpy(alloca(strlen(s)+1),s) ^ sha256_stubs.c:116:19: note: in expansion of macro 'strdupa' char *name_dup = strdupa(String_val(name)); ^~~~~~~ In file included from /usr/include/stdlib.h:492:0, from /usr/lib64/ocaml/caml/misc.h:29, from /usr/lib64/ocaml/caml/mlvalues.h:23, from sha256_stubs.c:42: sha256_stubs.c:108:34: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] #define strdupa(s) strcpy(alloca(strlen(s)+1),s) ^ sha256_stubs.c:116:19: note: in expansion of macro 'strdupa' char *name_dup = strdupa(String_val(name)); ^~~~~~~ sha256_stubs.c:108:34: warning: incompatible implicit declaration of built-in function 'strlen' #define strdupa(s) strcpy(alloca(strlen(s)+1),s) ^ sha256_stubs.c:116:19: note: in expansion of macro 'strdupa' char *name_dup = strdupa(String_val(name)); ^~~~~~~ sha256_stubs.c:108:34: note: include '' or provide a declaration of 'strlen' #define strdupa(s) strcpy(alloca(strlen(s)+1),s) ^ sha256_stubs.c:116:19: note: in expansion of macro 'strdupa' char *name_dup = strdupa(String_val(name)); ^~~~~~~ sha256_stubs.c:126:2: warning: implicit declaration of function 'memcpy' [-Wimplicit-function-declaration] memcpy((sha256_digest *)result, &digest, sizeof(sha256_digest)); ^~~~~~ sha256_stubs.c:126:2: warning: incompatible implicit declaration of built-in function 'memcpy' sha256_stubs.c:126:2: note: include '' or provide a declaration of 'memcpy' ocamlc -c -o sha256.cmo sha256.ml ocamlmklib -o sha256 sha256.lib.o sha256_stubs.o sha256.cmo ocamlopt -c -o sha256.cmx sha256.ml ocamlmklib -o sha256 sha256.lib.o sha256_stubs.o sha256.cmx ocamlc -c -o sha512.cmi sha512.mli ocamlc -ccopt "-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -Wall -O3 -funroll-loops -I/usr/include" -c -o sha512.o sha512.c mv sha512.o sha512.lib.o ocamlc -ccopt "-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -Wall -O3 -funroll-loops -I/usr/include" -c -o sha512_stubs.o sha512_stubs.c sha512_stubs.c: In function 'stub_sha512_file': sha512_stubs.c:108:20: warning: implicit declaration of function 'strcpy' [-Wimplicit-function-declaration] #define strdupa(s) strcpy(alloca(strlen(s)+1),s) ^ sha512_stubs.c:116:19: note: in expansion of macro 'strdupa' char *name_dup = strdupa(String_val(name)); ^~~~~~~ sha512_stubs.c:108:20: warning: incompatible implicit declaration of built-in function 'strcpy' #define strdupa(s) strcpy(alloca(strlen(s)+1),s) ^ sha512_stubs.c:116:19: note: in expansion of macro 'strdupa' char *name_dup = strdupa(String_val(name)); ^~~~~~~ sha512_stubs.c:108:20: note: include '' or provide a declaration of 'strcpy' #define strdupa(s) strcpy(alloca(strlen(s)+1),s) ^ sha512_stubs.c:116:19: note: in expansion of macro 'strdupa' char *name_dup = strdupa(String_val(name)); ^~~~~~~ In file included from /usr/include/stdlib.h:492:0, from /usr/lib64/ocaml/caml/misc.h:29, from /usr/lib64/ocaml/caml/mlvalues.h:23, from sha512_stubs.c:42: sha512_stubs.c:108:34: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] #define strdupa(s) strcpy(alloca(strlen(s)+1),s) ^ sha512_stubs.c:116:19: note: in expansion of macro 'strdupa' char *name_dup = strdupa(String_val(name)); ^~~~~~~ sha512_stubs.c:108:34: warning: incompatible implicit declaration of built-in function 'strlen' #define strdupa(s) strcpy(alloca(strlen(s)+1),s) ^ sha512_stubs.c:116:19: note: in expansion of macro 'strdupa' char *name_dup = strdupa(String_val(name)); ^~~~~~~ sha512_stubs.c:108:34: note: include '' or provide a declaration of 'strlen' #define strdupa(s) strcpy(alloca(strlen(s)+1),s) ^ sha512_stubs.c:116:19: note: in expansion of macro 'strdupa' char *name_dup = strdupa(String_val(name)); ^~~~~~~ sha512_stubs.c:126:2: warning: implicit declaration of function 'memcpy' [-Wimplicit-function-declaration] memcpy((sha512_digest *)result, &digest, sizeof(sha512_digest)); ^~~~~~ sha512_stubs.c:126:2: warning: incompatible implicit declaration of built-in function 'memcpy' sha512_stubs.c:126:2: note: include '' or provide a declaration of 'memcpy' ocamlc -c -o sha512.cmo sha512.ml ocamlmklib -o sha512 sha512.lib.o sha512_stubs.o sha512.cmo ocamlopt -c -o sha512.cmx sha512.ml ocamlmklib -o sha512 sha512.lib.o sha512_stubs.o sha512.cmx ocamlmklib -o sha sha1.lib.o sha1_stubs.o sha1.cmo sha256.lib.o sha256_stubs.o sha256.cmo sha512.lib.o sha512_stubs.o sha512.cmo ocamlmklib -o sha sha1.lib.o sha1_stubs.o sha1.cmx sha256.lib.o sha256_stubs.o sha256.cmx sha512.lib.o sha512_stubs.o sha512.cmx rm sha1.o sha256.o sha512.o + make bins ocamlopt -c -o shasum.cmx shasum.ml ocamlopt -o sha1sum -cclib -L. sha1.cmxa sha256.cmxa sha512.cmxa shasum.cmx cp sha1sum sha256sum cp sha1sum sha512sum + make doc [ -d html ] && rm -f html/* || mkdir html ocamldoc -html -d html *.mli + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.564Ohm + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILDROOT/ocaml-sha-1.10-1.mga7.x86_64 '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILDROOT/ocaml-sha-1.10-1.mga7.x86_64 ++ dirname /home/pterjan/rpmbuild/BUILDROOT/ocaml-sha-1.10-1.mga7.x86_64 + mkdir -p /home/pterjan/rpmbuild/BUILDROOT + mkdir /home/pterjan/rpmbuild/BUILDROOT/ocaml-sha-1.10-1.mga7.x86_64 + cd ocaml-sha-1.10 + '[' 1 -eq 1 ']' + export DESTDIR=/home/pterjan/rpmbuild/BUILDROOT/ocaml-sha-1.10-1.mga7.x86_64 + DESTDIR=/home/pterjan/rpmbuild/BUILDROOT/ocaml-sha-1.10-1.mga7.x86_64 + export OCAMLFIND_DESTDIR=/home/pterjan/rpmbuild/BUILDROOT/ocaml-sha-1.10-1.mga7.x86_64//usr/lib64/ocaml + OCAMLFIND_DESTDIR=/home/pterjan/rpmbuild/BUILDROOT/ocaml-sha-1.10-1.mga7.x86_64//usr/lib64/ocaml + export DLLDIR=/home/pterjan/rpmbuild/BUILDROOT/ocaml-sha-1.10-1.mga7.x86_64//usr/lib64/ocaml/stublibs + DLLDIR=/home/pterjan/rpmbuild/BUILDROOT/ocaml-sha-1.10-1.mga7.x86_64//usr/lib64/ocaml/stublibs + mkdir -p /home/pterjan/rpmbuild/BUILDROOT/ocaml-sha-1.10-1.mga7.x86_64//usr/lib64/ocaml/stublibs + mkdir -p /home/pterjan/rpmbuild/BUILDROOT/ocaml-sha-1.10-1.mga7.x86_64//usr/lib64/ocaml/sha + ocamlfind install sha META ./sha1.mli ./sha256.mli ./sha512.mli ./sha1.cmi ./sha256.cmi ./sha512.cmi ./shasum.cmi ./sha.cma ./sha1.cma ./sha256.cma ./sha512.cma ./libsha.a ./libsha1.a ./libsha256.a ./libsha512.a ./sha.a ./sha1.a ./sha256.a ./sha512.a ./sha1.cmo ./sha256.cmo ./sha512.cmo ./sha1.cmx ./sha256.cmx ./sha512.cmx ./shasum.cmx ./sha.cmxa ./sha1.cmxa ./sha256.cmxa ./sha512.cmxa ./dllsha.so ./dllsha1.so ./dllsha256.so ./dllsha512.so Installed /home/pterjan/rpmbuild/BUILDROOT/ocaml-sha-1.10-1.mga7.x86_64//usr/lib64/ocaml/sha/sha512.cmxa Installed /home/pterjan/rpmbuild/BUILDROOT/ocaml-sha-1.10-1.mga7.x86_64//usr/lib64/ocaml/sha/sha256.cmxa Installed /home/pterjan/rpmbuild/BUILDROOT/ocaml-sha-1.10-1.mga7.x86_64//usr/lib64/ocaml/sha/sha1.cmxa Installed /home/pterjan/rpmbuild/BUILDROOT/ocaml-sha-1.10-1.mga7.x86_64//usr/lib64/ocaml/sha/sha.cmxa Installed /home/pterjan/rpmbuild/BUILDROOT/ocaml-sha-1.10-1.mga7.x86_64//usr/lib64/ocaml/sha/shasum.cmx Installed /home/pterjan/rpmbuild/BUILDROOT/ocaml-sha-1.10-1.mga7.x86_64//usr/lib64/ocaml/sha/sha512.cmx Installed /home/pterjan/rpmbuild/BUILDROOT/ocaml-sha-1.10-1.mga7.x86_64//usr/lib64/ocaml/sha/sha256.cmx Installed /home/pterjan/rpmbuild/BUILDROOT/ocaml-sha-1.10-1.mga7.x86_64//usr/lib64/ocaml/sha/sha1.cmx Installed /home/pterjan/rpmbuild/BUILDROOT/ocaml-sha-1.10-1.mga7.x86_64//usr/lib64/ocaml/sha/sha512.cmo Installed /home/pterjan/rpmbuild/BUILDROOT/ocaml-sha-1.10-1.mga7.x86_64//usr/lib64/ocaml/sha/sha256.cmo Installed /home/pterjan/rpmbuild/BUILDROOT/ocaml-sha-1.10-1.mga7.x86_64//usr/lib64/ocaml/sha/sha1.cmo Installed /home/pterjan/rpmbuild/BUILDROOT/ocaml-sha-1.10-1.mga7.x86_64//usr/lib64/ocaml/sha/sha512.a Installed /home/pterjan/rpmbuild/BUILDROOT/ocaml-sha-1.10-1.mga7.x86_64//usr/lib64/ocaml/sha/sha256.a Installed /home/pterjan/rpmbuild/BUILDROOT/ocaml-sha-1.10-1.mga7.x86_64//usr/lib64/ocaml/sha/sha1.a Installed /home/pterjan/rpmbuild/BUILDROOT/ocaml-sha-1.10-1.mga7.x86_64//usr/lib64/ocaml/sha/sha.a Installed /home/pterjan/rpmbuild/BUILDROOT/ocaml-sha-1.10-1.mga7.x86_64//usr/lib64/ocaml/sha/libsha512.a Installed /home/pterjan/rpmbuild/BUILDROOT/ocaml-sha-1.10-1.mga7.x86_64//usr/lib64/ocaml/sha/libsha256.a Installed /home/pterjan/rpmbuild/BUILDROOT/ocaml-sha-1.10-1.mga7.x86_64//usr/lib64/ocaml/sha/libsha1.a Installed /home/pterjan/rpmbuild/BUILDROOT/ocaml-sha-1.10-1.mga7.x86_64//usr/lib64/ocaml/sha/libsha.a Installed /home/pterjan/rpmbuild/BUILDROOT/ocaml-sha-1.10-1.mga7.x86_64//usr/lib64/ocaml/sha/sha512.cma Installed /home/pterjan/rpmbuild/BUILDROOT/ocaml-sha-1.10-1.mga7.x86_64//usr/lib64/ocaml/sha/sha256.cma Installed /home/pterjan/rpmbuild/BUILDROOT/ocaml-sha-1.10-1.mga7.x86_64//usr/lib64/ocaml/sha/sha1.cma Installed /home/pterjan/rpmbuild/BUILDROOT/ocaml-sha-1.10-1.mga7.x86_64//usr/lib64/ocaml/sha/sha.cma Installed /home/pterjan/rpmbuild/BUILDROOT/ocaml-sha-1.10-1.mga7.x86_64//usr/lib64/ocaml/sha/shasum.cmi Installed /home/pterjan/rpmbuild/BUILDROOT/ocaml-sha-1.10-1.mga7.x86_64//usr/lib64/ocaml/sha/sha512.cmi Installed /home/pterjan/rpmbuild/BUILDROOT/ocaml-sha-1.10-1.mga7.x86_64//usr/lib64/ocaml/sha/sha256.cmi Installed /home/pterjan/rpmbuild/BUILDROOT/ocaml-sha-1.10-1.mga7.x86_64//usr/lib64/ocaml/sha/sha1.cmi Installed /home/pterjan/rpmbuild/BUILDROOT/ocaml-sha-1.10-1.mga7.x86_64//usr/lib64/ocaml/sha/sha512.mli Installed /home/pterjan/rpmbuild/BUILDROOT/ocaml-sha-1.10-1.mga7.x86_64//usr/lib64/ocaml/sha/sha256.mli Installed /home/pterjan/rpmbuild/BUILDROOT/ocaml-sha-1.10-1.mga7.x86_64//usr/lib64/ocaml/sha/sha1.mli Installed /home/pterjan/rpmbuild/BUILDROOT/ocaml-sha-1.10-1.mga7.x86_64//usr/lib64/ocaml/stublibs/dllsha512.so Installed /home/pterjan/rpmbuild/BUILDROOT/ocaml-sha-1.10-1.mga7.x86_64//usr/lib64/ocaml/stublibs/dllsha512.so.owner Installed /home/pterjan/rpmbuild/BUILDROOT/ocaml-sha-1.10-1.mga7.x86_64//usr/lib64/ocaml/stublibs/dllsha256.so Installed /home/pterjan/rpmbuild/BUILDROOT/ocaml-sha-1.10-1.mga7.x86_64//usr/lib64/ocaml/stublibs/dllsha256.so.owner Installed /home/pterjan/rpmbuild/BUILDROOT/ocaml-sha-1.10-1.mga7.x86_64//usr/lib64/ocaml/stublibs/dllsha1.so Installed /home/pterjan/rpmbuild/BUILDROOT/ocaml-sha-1.10-1.mga7.x86_64//usr/lib64/ocaml/stublibs/dllsha1.so.owner Installed /home/pterjan/rpmbuild/BUILDROOT/ocaml-sha-1.10-1.mga7.x86_64//usr/lib64/ocaml/stublibs/dllsha.so Installed /home/pterjan/rpmbuild/BUILDROOT/ocaml-sha-1.10-1.mga7.x86_64//usr/lib64/ocaml/stublibs/dllsha.so.owner ocamlfind: [WARNING] You have installed DLLs but the directory /home/pterjan/rpmbuild/BUILDROOT/ocaml-sha-1.10-1.mga7.x86_64/usr/lib64/ocaml/stublibs is not mentioned in ld.conf Installed /home/pterjan/rpmbuild/BUILDROOT/ocaml-sha-1.10-1.mga7.x86_64//usr/lib64/ocaml/sha/META + install -d -m 0755 /home/pterjan/rpmbuild/BUILDROOT/ocaml-sha-1.10-1.mga7.x86_64/usr/bin + for p in sha*sum + mv sha1sum mlsha1sum + for p in sha*sum + mv sha256sum mlsha256sum + for p in sha*sum + mv sha512sum mlsha512sum + install -m 0755 mlsha1sum mlsha256sum mlsha512sum /home/pterjan/rpmbuild/BUILDROOT/ocaml-sha-1.10-1.mga7.x86_64/usr/bin/ + mv sha.test.ml sha_test.ml + /usr/lib/rpm/find-debuginfo.sh -j8 -m -i --build-id-seed 1.10-1.mga7 --unique-debug-suffix -1.10-1.mga7.x86_64 --unique-debug-src-base ocaml-sha-1.10-1.mga7.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/pterjan/rpmbuild/BUILD/ocaml-sha-1.10 extracting debug info from /home/pterjan/rpmbuild/BUILDROOT/ocaml-sha-1.10-1.mga7.x86_64/usr/bin/mlsha1sum extracting debug info from /home/pterjan/rpmbuild/BUILDROOT/ocaml-sha-1.10-1.mga7.x86_64/usr/lib64/ocaml/stublibs/dllsha.so extracting debug info from /home/pterjan/rpmbuild/BUILDROOT/ocaml-sha-1.10-1.mga7.x86_64/usr/bin/mlsha256sum extracting debug info from /home/pterjan/rpmbuild/BUILDROOT/ocaml-sha-1.10-1.mga7.x86_64/usr/lib64/ocaml/stublibs/dllsha512.so extracting debug info from /home/pterjan/rpmbuild/BUILDROOT/ocaml-sha-1.10-1.mga7.x86_64/usr/lib64/ocaml/stublibs/dllsha1.so extracting debug info from /home/pterjan/rpmbuild/BUILDROOT/ocaml-sha-1.10-1.mga7.x86_64/usr/bin/mlsha512sum extracting debug info from /home/pterjan/rpmbuild/BUILDROOT/ocaml-sha-1.10-1.mga7.x86_64/usr/lib64/ocaml/stublibs/dllsha256.so /usr/lib/rpm/sepdebugcrcfix: Updated 7 CRC32s, 0 CRC32s did match. 72 blocks + '[' -n '' ']' + /usr/share/spec-helper/clean_files + '[' -n '' ']' + /usr/share/spec-helper/compress_files .xz + '[' -n '' ']' + /usr/share/spec-helper/relink_symlinks + '[' -n '' ']' + /usr/share/spec-helper/clean_perl + '[' -n '' ']' + /usr/share/spec-helper/lib_symlinks + '[' -n '' ']' + /usr/share/spec-helper/gprintify + '[' -n '' ']' + /usr/share/spec-helper/fix_mo + '[' -n '' ']' + /usr/share/spec-helper/translate_menu + '[' -n '' ']' + /usr/share/spec-helper/fix_pamd + '[' -n '' ']' + /usr/share/spec-helper/remove_info_dir + '[' -n '' ']' + /usr/share/spec-helper/fix_eol + '[' -n '' ']' + /usr/share/spec-helper/check_elf_files + '[' 1 -eq 1 ']' + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/brp-python-hardlink Processing files: ocaml-sha-1.10-1.mga7.x86_64 Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.hd8Gqg + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd ocaml-sha-1.10 + DOCDIR=/home/pterjan/rpmbuild/BUILDROOT/ocaml-sha-1.10-1.mga7.x86_64/usr/share/doc/ocaml-sha + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILDROOT/ocaml-sha-1.10-1.mga7.x86_64/usr/share/doc/ocaml-sha + cp -pr README /home/pterjan/rpmbuild/BUILDROOT/ocaml-sha-1.10-1.mga7.x86_64/usr/share/doc/ocaml-sha + exit 0 warning: Duplicate build-ids /home/pterjan/rpmbuild/BUILDROOT/ocaml-sha-1.10-1.mga7.x86_64/usr/bin/mlsha1sum and /home/pterjan/rpmbuild/BUILDROOT/ocaml-sha-1.10-1.mga7.x86_64/usr/bin/mlsha256sum warning: Duplicate build-ids /home/pterjan/rpmbuild/BUILDROOT/ocaml-sha-1.10-1.mga7.x86_64/usr/bin/mlsha1sum and /home/pterjan/rpmbuild/BUILDROOT/ocaml-sha-1.10-1.mga7.x86_64/usr/bin/mlsha512sum Provides: ocaml(Sha1) = 51e597884027fd914bff12032246b757 ocaml(Sha256) = 7adc4b3c7e5105cf0dd305ee0e5c397a ocaml(Sha512) = 6d7dac6563a53de435ca956893872486 ocaml(Shasum) = 6d6b50ea9632a59d465cc1ab8c075537 ocaml-sha = 1.10-1.mga7 ocaml-sha(x86-64) = 1.10-1.mga7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.17)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libc.so.6(GLIBC_2.7)(64bit) libdl.so.2()(64bit) libdl.so.2(GLIBC_2.2.5)(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.2.5)(64bit) ocaml(Array) = 0fba23558da789bd0ef7ad786bdc90e6 ocaml(Bigarray) = da090c7264bf7d65c07dca0e9ef669b5 ocaml(Buffer) = 9c9b3639d23d7746c571cdf04646eb29 ocaml(Bytes) = b0d8deb18827702df0887113ba3c0110 ocaml(CamlinternalBigarray) = 4ff98b0650eef9c38ee9c9930e0c3e9b ocaml(CamlinternalFormatBasics) = 79ae8c0eb753af6b441fe05456c7970b ocaml(Complex) = cd4856c93f21942683ce190142e88396 ocaml(Digest) = 9eea388efd5172256c8453659d37f2b5 ocaml(Filename) = 4c2454d1aec88f5851f077478f232f2f ocaml(List) = 7a6b1f92720df765cf38d67f920844fe ocaml(Pervasives) = 9b04ecdc97e5102c1d342892ef7ad9a2 ocaml(Printexc) = 1b461321ebcc8e419f24eb531c5ac7ac ocaml(Printf) = e5dfd0ca6436c8abad976fc9e914999a ocaml(Scanf) = e807880cfcd97dfe1c40fcbbb5573f71 ocaml(Sha1) = 51e597884027fd914bff12032246b757 ocaml(Sha256) = 7adc4b3c7e5105cf0dd305ee0e5c397a ocaml(Sha512) = 6d7dac6563a53de435ca956893872486 ocaml(String) = e6a69bfe22781c3a43e5dc04b6d1728a ocaml(Sys) = 3fe6d98e0634486be22d9de07aa0709a ocaml(Uchar) = 596c497318b5c3057b47b9d6747ef5d1 ocaml(Unix) = 053326e853ce10e1fadf8d891f08f891 ocaml(runtime) = 4.06.0 Processing files: ocaml-sha-devel-1.10-1.mga7.x86_64 Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.TNMuMe + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd ocaml-sha-1.10 + DOCDIR=/home/pterjan/rpmbuild/BUILDROOT/ocaml-sha-1.10-1.mga7.x86_64/usr/share/doc/ocaml-sha-devel + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILDROOT/ocaml-sha-1.10-1.mga7.x86_64/usr/share/doc/ocaml-sha-devel + cp -pr sha_test.ml /home/pterjan/rpmbuild/BUILDROOT/ocaml-sha-1.10-1.mga7.x86_64/usr/share/doc/ocaml-sha-devel + cp -pr html /home/pterjan/rpmbuild/BUILDROOT/ocaml-sha-1.10-1.mga7.x86_64/usr/share/doc/ocaml-sha-devel + exit 0 Provides: ocaml-sha-devel = 1.10-1.mga7 ocaml-sha-devel(x86-64) = 1.10-1.mga7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: ocaml-sha-debugsource-1.10-1.mga7.x86_64 Provides: ocaml-sha-debugsource = 1.10-1.mga7 ocaml-sha-debugsource(x86-64) = 1.10-1.mga7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: ocaml-sha-debuginfo-1.10-1.mga7.x86_64 warning: Duplicate build-ids /home/pterjan/rpmbuild/BUILDROOT/ocaml-sha-1.10-1.mga7.x86_64/usr/lib/debug/usr/bin/mlsha1sum-1.10-1.mga7.x86_64.debug and /home/pterjan/rpmbuild/BUILDROOT/ocaml-sha-1.10-1.mga7.x86_64/usr/lib/debug/usr/bin/mlsha256sum-1.10-1.mga7.x86_64.debug warning: Duplicate build-ids /home/pterjan/rpmbuild/BUILDROOT/ocaml-sha-1.10-1.mga7.x86_64/usr/lib/debug/usr/bin/mlsha1sum-1.10-1.mga7.x86_64.debug and /home/pterjan/rpmbuild/BUILDROOT/ocaml-sha-1.10-1.mga7.x86_64/usr/lib/debug/usr/bin/mlsha512sum-1.10-1.mga7.x86_64.debug Provides: debuginfo(build-id) = 03960a5ce18ef14436c39314a55519bb46c358e1 debuginfo(build-id) = 2cbe9594752efdb4d0b54a1d29677594d51da4b5 debuginfo(build-id) = 506a79104ed9e3aa9bb55c45fd41e9cd68a6ad16 debuginfo(build-id) = 8695b85ced613df02f73ee0095ffb1dd78e0eba0 debuginfo(build-id) = c69f2eb3a8dc2ec2451ee25c717ea62d2190893e ocaml-sha-debuginfo = 1.10-1.mga7 ocaml-sha-debuginfo(x86-64) = 1.10-1.mga7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: ocaml-sha-debugsource(x86-64) = 1.10-1.mga7 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILDROOT/ocaml-sha-1.10-1.mga7.x86_64 Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/ocaml-sha-1.10-1.mga7.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/ocaml-sha-devel-1.10-1.mga7.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/ocaml-sha-debugsource-1.10-1.mga7.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/ocaml-sha-debuginfo-1.10-1.mga7.x86_64.rpm Executing(%clean): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.JzTFNj + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd ocaml-sha-1.10 + /usr/bin/rm -rf /home/pterjan/rpmbuild/BUILDROOT/ocaml-sha-1.10-1.mga7.x86_64 + exit 0 Executing(--clean): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.d7rPQo + umask 022 + cd /home/pterjan/rpmbuild/BUILD + rm -rf ocaml-sha-1.10 + exit 0 D: [iurt_root_command] Success!