<86>Sep 14 10:37:19 userdel[116151]: delete user 'rooter' <86>Sep 14 10:37:19 userdel[116151]: removed group 'rooter' owned by 'rooter' <86>Sep 14 10:37:19 userdel[116151]: removed shadow group 'rooter' owned by 'rooter' <86>Sep 14 10:37:19 groupadd[116175]: group added to /etc/group: name=rooter, GID=642 <86>Sep 14 10:37:19 groupadd[116175]: group added to /etc/gshadow: name=rooter <86>Sep 14 10:37:19 groupadd[116175]: new group: name=rooter, GID=642 <86>Sep 14 10:37:19 useradd[116181]: new user: name=rooter, UID=642, GID=642, home=/root, shell=/bin/bash <86>Sep 14 10:37:19 userdel[116206]: delete user 'builder' <86>Sep 14 10:37:19 userdel[116206]: removed group 'builder' owned by 'builder' <86>Sep 14 10:37:19 userdel[116206]: removed shadow group 'builder' owned by 'builder' <86>Sep 14 10:37:19 groupadd[116228]: group added to /etc/group: name=builder, GID=643 <86>Sep 14 10:37:19 groupadd[116228]: group added to /etc/gshadow: name=builder <86>Sep 14 10:37:19 groupadd[116228]: new group: name=builder, GID=643 <86>Sep 14 10:37:19 useradd[116246]: new user: name=builder, UID=643, GID=643, home=/usr/src, shell=/bin/bash <13>Sep 14 10:37:24 rpmi: ocaml-runtime-4.12.0-alt1 sisyphus+279404.100.2.2 1626535407 installed <13>Sep 14 10:37:24 rpmi: rpm-build-ocaml-1.4.2-alt1 sisyphus+268936.100.1.1 1617543918 installed <13>Sep 14 10:37:46 rpmi: ocaml-4.12.0-alt1 sisyphus+279404.100.2.2 1626535407 installed <13>Sep 14 10:37:46 rpmi: ocaml-findlib-1.9.1-alt2 sisyphus+279404.500.2.2 1626535786 installed <13>Sep 14 10:37:46 rpmi: libexpat-2.2.10-alt1 sisyphus+276608.100.1.2 1625153360 installed <13>Sep 14 10:37:46 rpmi: libexpat-devel-2.2.10-alt1 sisyphus+276608.100.1.2 1625153360 installed <13>Sep 14 10:37:46 rpmi: ocaml-findlib-devel-1.9.1-alt2 sisyphus+279404.500.2.2 1626535786 installed <13>Sep 14 10:37:46 rpmi: chrpath-0.16-alt1 sisyphus+278100.500.1.1 1626056638 installed Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/ocaml-expat-1.1.0-alt5.nosrc.rpm (w1.gzdio) Installing ocaml-expat-1.1.0-alt5.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.3890 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf ocaml-expat-1.1.0 + echo 'Source #0 (ocaml-expat-1.1.0.tar):' Source #0 (ocaml-expat-1.1.0.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/ocaml-expat-1.1.0.tar + cd ocaml-expat-1.1.0 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.3890 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd ocaml-expat-1.1.0 + make depend make: Entering directory '/usr/src/RPM/BUILD/ocaml-expat-1.1.0' gcc -I /usr/lib/ocaml -MM *.c > depend ocamlfind ocamldep -package bytes *.mli *.ml >> depend make: 'depend' is up to date. make: Leaving directory '/usr/src/RPM/BUILD/ocaml-expat-1.1.0' + make all allopt 'OCAMLC=ocamlc.opt -g' 'OCAMLOPT=ocamlopt.opt -g' make: Entering directory '/usr/src/RPM/BUILD/ocaml-expat-1.1.0' ocamlc.opt -g -c -ccopt "-DFULL_UNROLL -O2 -I/usr/local/include" expat_stubs.c In file included from expat_stubs.c:23: expat_stubs.c: In function 'String_option_val': /usr/lib/ocaml/caml/mlvalues.h:282:24: warning: return discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 282 | #define String_val(x) ((const char *) Bp_val(x)) | ~^~~~~~~~~~~~~~~~~~~~~~~~~ expat_stubs.c:78:16: note: in expansion of macro 'String_val' 78 | return String_val(Field(string_option, 0)); | ^~~~~~~~~~ expat_stubs.c: In function 'expat_error': expat_stubs.c:350:25: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 350 | expat_error_exn = caml_named_value("expat_error"); | ^ In file included from expat_stubs.c:23: expat_stubs.c: In function 'expat_XML_ParseSub': /usr/lib/ocaml/caml/mlvalues.h:282:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 282 | #define String_val(x) ((const char *) Bp_val(x)) | ^ expat_stubs.c:387:20: note: in expansion of macro 'String_val' 387 | char *string = String_val(vstring); | ^~~~~~~~~~ expat_stubs.c: In function 'character_data_handler': /usr/lib/ocaml/caml/mlvalues.h:282:24: warning: passing argument 1 of 'memcpy' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 282 | #define String_val(x) ((const char *) Bp_val(x)) | ~^~~~~~~~~~~~~~~~~~~~~~~~~ expat_stubs.c:550:12: note: in expansion of macro 'String_val' 550 | memcpy(String_val(str), data, len); | ^~~~~~~~~~ In file included from /usr/include/features.h:465, from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdio.h:27, from expat_stubs.c:12: /usr/include/bits/string_fortified.h:26:1: note: expected 'void * restrict' but argument is of type 'const char *' 26 | __NTH (memcpy (void *__restrict __dest, const void *__restrict __src, | ^~~~~ In file included from expat_stubs.c:23: expat_stubs.c: In function 'default_handler': /usr/lib/ocaml/caml/mlvalues.h:282:24: warning: passing argument 1 of 'memmove' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 282 | #define String_val(x) ((const char *) Bp_val(x)) | ~^~~~~~~~~~~~~~~~~~~~~~~~~ expat_stubs.c:819:13: note: in expansion of macro 'String_val' 819 | memmove(String_val(d), data, len); | ^~~~~~~~~~ In file included from /usr/include/features.h:465, from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdio.h:27, from expat_stubs.c:12: /usr/include/bits/string_fortified.h:33:1: note: expected 'void *' but argument is of type 'const char *' 33 | __NTH (memmove (void *__dest, const void *__src, size_t __len)) | ^~~~~ ocamlfind ocamlmklib -package bytes -oc mlexpat expat_stubs.o \ -L/usr/local/lib -lexpat ocamlc.opt -g -c expat.mli ocamlc.opt -g -c expat.ml ocamlfind ocamlmklib -package bytes -o expat expat.cmo -oc mlexpat \ -L/usr/local/lib -lexpat ocamlopt.opt -g -c expat.ml ocamlfind ocamlmklib -package bytes -o expat expat.cmx -oc mlexpat \ -L/usr/local/lib -lexpat ocamlopt.opt -g -linkall -shared -o expat.cmxs expat.cmx libmlexpat.a \ -ccopt -L/usr/local/lib -cclib -lexpat ld: expat.o: warning: relocation in read-only section `.text' ld: warning: creating DT_TEXTREL in a shared object make: Leaving directory '/usr/src/RPM/BUILD/ocaml-expat-1.1.0' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.58798 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/ocaml-expat-buildroot + : + /bin/rm -rf -- /usr/src/tmp/ocaml-expat-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd ocaml-expat-1.1.0 + export DESTDIR=/usr/src/tmp/ocaml-expat-buildroot + DESTDIR=/usr/src/tmp/ocaml-expat-buildroot + export OCAMLFIND_DESTDIR=/usr/src/tmp/ocaml-expat-buildroot/usr/lib/ocaml + OCAMLFIND_DESTDIR=/usr/src/tmp/ocaml-expat-buildroot/usr/lib/ocaml + mkdir -p /usr/src/tmp/ocaml-expat-buildroot/usr/lib/ocaml /usr/src/tmp/ocaml-expat-buildroot/usr/lib/ocaml/stublibs + make install make: Entering directory '/usr/src/RPM/BUILD/ocaml-expat-1.1.0' { test ! -f expat.cmxa || extra="expat.cmxa expat.cmxs expat.a"; }; \ ocamlfind install expat META expat.cmi expat.mli expat.cma \ libmlexpat.a $extra \ -optional dllmlexpat.so Installed /usr/src/tmp/ocaml-expat-buildroot/usr/lib/ocaml/expat/expat.a Installed /usr/src/tmp/ocaml-expat-buildroot/usr/lib/ocaml/expat/expat.cmxs Installed /usr/src/tmp/ocaml-expat-buildroot/usr/lib/ocaml/expat/expat.cmxa Installed /usr/src/tmp/ocaml-expat-buildroot/usr/lib/ocaml/expat/libmlexpat.a Installed /usr/src/tmp/ocaml-expat-buildroot/usr/lib/ocaml/expat/expat.cma Installed /usr/src/tmp/ocaml-expat-buildroot/usr/lib/ocaml/expat/expat.mli Installed /usr/src/tmp/ocaml-expat-buildroot/usr/lib/ocaml/expat/expat.cmi Installed /usr/src/tmp/ocaml-expat-buildroot/usr/lib/ocaml/stublibs/dllmlexpat.so Installed /usr/src/tmp/ocaml-expat-buildroot/usr/lib/ocaml/stublibs/dllmlexpat.so.owner ocamlfind: [WARNING] You have installed DLLs but the directory /usr/src/tmp/ocaml-expat-buildroot/usr/lib/ocaml/stublibs is not mentioned in ld.conf Installed /usr/src/tmp/ocaml-expat-buildroot/usr/lib/ocaml/expat/META make: Leaving directory '/usr/src/RPM/BUILD/ocaml-expat-1.1.0' + chrpath --delete /usr/src/tmp/ocaml-expat-buildroot/usr/lib/ocaml/stublibs/dllmlexpat.so + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/ocaml-expat-buildroot (auto) mode of './usr/lib/ocaml/expat/expat.cmxs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './usr/lib/ocaml/stublibs/dllmlexpat.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) Verifying and fixing files in /usr/src/tmp/ocaml-expat-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/ocaml-expat-buildroot/ (default) Compressing files in /usr/src/tmp/ocaml-expat-buildroot (auto) Adjusting library links in /usr/src/tmp/ocaml-expat-buildroot ./usr/lib: (from :0) Verifying ELF objects in /usr/src/tmp/ocaml-expat-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=relaxed,unresolved=normal) the file containing the function 'camlExpat__entry' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry4' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry4_1' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry4_2' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry3' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry3_1' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry2' is not compiled with -fpic/-fPIC either the file containing the function 'camlExpat__code_begin' or the file containing the function 'camlExpat__fun_335' is not compiled with -fpic/-fPIC the file containing the function 'camlExpat__fun_335' is not compiled with -fpic/-fPIC the file containing the function 'camlExpat__fun_337' is not compiled with -fpic/-fPIC the file containing the function 'camlExpat__fun_339' is not compiled with -fpic/-fPIC the file containing the function 'camlExpat__fun_341' is not compiled with -fpic/-fPIC the file containing the function 'camlExpat__fun_343' is not compiled with -fpic/-fPIC the file containing the function 'camlExpat__fun_345' is not compiled with -fpic/-fPIC the file containing the function 'camlExpat__fun_347' is not compiled with -fpic/-fPIC the file containing the function 'camlExpat__fun_349' is not compiled with -fpic/-fPIC the file containing the function 'camlExpat__fun_351' is not compiled with -fpic/-fPIC the file containing the function 'camlExpat__fun_353' is not compiled with -fpic/-fPIC the file containing the function 'camlExpat__fun_355' is not compiled with -fpic/-fPIC the file containing the function 'camlExpat__fun_357' is not compiled with -fpic/-fPIC the file containing the function 'camlExpat__fun_359' is not compiled with -fpic/-fPIC the file containing the function 'camlExpat__fun_361' is not compiled with -fpic/-fPIC the file containing the function 'camlExpat__fun_363' is not compiled with -fpic/-fPIC the file containing the function 'camlExpat__fun_365' is not compiled with -fpic/-fPIC the file containing the function 'camlExpat__fun_367' is not compiled with -fpic/-fPIC the file containing the function 'camlExpat__fun_369' is not compiled with -fpic/-fPIC the file containing the function 'camlExpat__fun_371' is not compiled with -fpic/-fPIC the file containing the function 'camlExpat__fun_373' is not compiled with -fpic/-fPIC the file containing the function 'camlExpat__fun_375' is not compiled with -fpic/-fPIC the file containing the function 'camlExpat__fun_377' is not compiled with -fpic/-fPIC the file containing the function 'camlExpat__fun_379' is not compiled with -fpic/-fPIC the file containing the function 'camlExpat__fun_381' is not compiled with -fpic/-fPIC the file containing the function 'camlExpat__fun_383' is not compiled with -fpic/-fPIC the file containing the function 'camlExpat__fun_385' is not compiled with -fpic/-fPIC the file containing the function 'camlExpat__fun_387' is not compiled with -fpic/-fPIC the file containing the function 'camlExpat__fun_389' is not compiled with -fpic/-fPIC the file containing the function 'camlExpat__fun_391' is not compiled with -fpic/-fPIC the file containing the function 'camlExpat__fun_393' is not compiled with -fpic/-fPIC the file containing the function 'camlExpat__fun_395' is not compiled with -fpic/-fPIC the file containing the function 'camlExpat__fun_397' is not compiled with -fpic/-fPIC the file containing the function 'camlExpat__fun_399' is not compiled with -fpic/-fPIC the file containing the function 'camlExpat__fun_401' is not compiled with -fpic/-fPIC verify-elf: WARNING: ./usr/lib/ocaml/expat/expat.cmxs: TEXTREL entry found: 0x00000000 verify-elf: WARNING: ./usr/lib/ocaml/expat/expat.cmxs: undefined symbol: Caml_state verify-elf: WARNING: ./usr/lib/ocaml/expat/expat.cmxs: undefined symbol: Caml_state verify-elf: WARNING: ./usr/lib/ocaml/expat/expat.cmxs: undefined symbol: caml_call_gc verify-elf: WARNING: ./usr/lib/ocaml/expat/expat.cmxs: undefined symbol: caml_c_call verify-elf: WARNING: ./usr/lib/ocaml/expat/expat.cmxs: undefined symbol: caml_fresh_oo_id verify-elf: WARNING: ./usr/lib/ocaml/expat/expat.cmxs: undefined symbol: caml_allocN verify-elf: WARNING: ./usr/lib/ocaml/expat/expat.cmxs: undefined symbol: camlStdlib__callback__register_exception_166 verify-elf: WARNING: ./usr/lib/ocaml/expat/expat.cmxs: undefined symbol: caml_named_value verify-elf: WARNING: ./usr/lib/ocaml/expat/expat.cmxs: undefined symbol: caml_alloc_tuple verify-elf: WARNING: ./usr/lib/ocaml/expat/expat.cmxs: undefined symbol: caml_stat_free verify-elf: WARNING: ./usr/lib/ocaml/expat/expat.cmxs: undefined symbol: caml_string_length verify-elf: WARNING: ./usr/lib/ocaml/expat/expat.cmxs: undefined symbol: caml_register_global_root verify-elf: WARNING: ./usr/lib/ocaml/expat/expat.cmxs: undefined symbol: caml_callback2 verify-elf: WARNING: ./usr/lib/ocaml/expat/expat.cmxs: undefined symbol: caml_alloc verify-elf: WARNING: ./usr/lib/ocaml/expat/expat.cmxs: undefined symbol: caml_callbackN verify-elf: WARNING: ./usr/lib/ocaml/expat/expat.cmxs: undefined symbol: caml_invalid_argument verify-elf: WARNING: ./usr/lib/ocaml/expat/expat.cmxs: undefined symbol: caml_modify verify-elf: WARNING: ./usr/lib/ocaml/expat/expat.cmxs: undefined symbol: caml_copy_string verify-elf: WARNING: ./usr/lib/ocaml/expat/expat.cmxs: undefined symbol: caml_remove_global_root verify-elf: WARNING: ./usr/lib/ocaml/expat/expat.cmxs: undefined symbol: caml_alloc_string verify-elf: WARNING: ./usr/lib/ocaml/expat/expat.cmxs: undefined symbol: caml_stat_alloc verify-elf: WARNING: ./usr/lib/ocaml/expat/expat.cmxs: undefined symbol: caml_alloc_custom verify-elf: WARNING: ./usr/lib/ocaml/expat/expat.cmxs: undefined symbol: caml_raise_with_arg verify-elf: WARNING: ./usr/lib/ocaml/expat/expat.cmxs: undefined symbol: caml_callback verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllmlexpat.so: undefined symbol: Caml_state verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllmlexpat.so: undefined symbol: caml_named_value verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllmlexpat.so: undefined symbol: caml_alloc_tuple verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllmlexpat.so: undefined symbol: caml_stat_free verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllmlexpat.so: undefined symbol: caml_string_length verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllmlexpat.so: undefined symbol: caml_register_global_root verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllmlexpat.so: undefined symbol: caml_callback2 verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllmlexpat.so: undefined symbol: caml_alloc verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllmlexpat.so: undefined symbol: caml_callbackN verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllmlexpat.so: undefined symbol: caml_invalid_argument verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllmlexpat.so: undefined symbol: caml_modify verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllmlexpat.so: undefined symbol: caml_copy_string verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllmlexpat.so: undefined symbol: caml_remove_global_root verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllmlexpat.so: undefined symbol: caml_alloc_string verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllmlexpat.so: undefined symbol: caml_stat_alloc verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllmlexpat.so: undefined symbol: caml_alloc_custom verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllmlexpat.so: undefined symbol: caml_raise_with_arg verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllmlexpat.so: undefined symbol: caml_callback Processing files: ocaml-expat-1.1.0-alt5 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.14610 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd ocaml-expat-1.1.0 + DOCDIR=/usr/src/tmp/ocaml-expat-buildroot/usr/share/doc/ocaml-expat-1.1.0 + export DOCDIR + rm -rf /usr/src/tmp/ocaml-expat-buildroot/usr/share/doc/ocaml-expat-1.1.0 + /bin/mkdir -p /usr/src/tmp/ocaml-expat-buildroot/usr/share/doc/ocaml-expat-1.1.0 + cp -prL LICENCE README changelog /usr/src/tmp/ocaml-expat-buildroot/usr/share/doc/ocaml-expat-1.1.0 + chmod -R go-w /usr/src/tmp/ocaml-expat-buildroot/usr/share/doc/ocaml-expat-1.1.0 + chmod -R a+rX /usr/src/tmp/ocaml-expat-buildroot/usr/share/doc/ocaml-expat-1.1.0 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.bj07sw find-provides: running scripts (debuginfo,lib,ocaml,pam,perl,pkgconfig,python,python3,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.7q6rwA find-requires: running scripts (cpp,debuginfo,files,lib,ocaml,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Provides: ocaml-cmi(Expat) = 4.12.0-3E4579BD, ocaml-dll(mlexpat) Requires: libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.4), libexpat, libexpat.so.1 >= set:kfIZxo4EWLV0nlFs78IMFZ76oOgmUxI5Hsttx33DZ7ygj1hDvfkrIz18StUec, ocaml-cmi(CamlinternalFormatBasics) = 4.12.0-B6C66949, ocaml-cmi(Stdlib) = 4.12.0-4B04B4ED, ocaml-cmi(Stdlib__bytes) = 4.12.0-7EBE0A81, ocaml-cmi(Stdlib__callback) = 4.12.0-21C02ABB, ocaml-cmi(Stdlib__seq) = 4.12.0-185075AA, ocaml-runtime = 4.12.0, rtld(GNU_HASH) Requires(rpmlib): rpmlib(SetVersions) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.4gFely Creating ocaml-expat-debuginfo package Processing files: ocaml-expat-devel-1.1.0-alt5 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.93317 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd ocaml-expat-1.1.0 + DOCDIR=/usr/src/tmp/ocaml-expat-buildroot/usr/share/doc/ocaml-expat-devel-1.1.0 + export DOCDIR + rm -rf /usr/src/tmp/ocaml-expat-buildroot/usr/share/doc/ocaml-expat-devel-1.1.0 + /bin/mkdir -p /usr/src/tmp/ocaml-expat-buildroot/usr/share/doc/ocaml-expat-devel-1.1.0 + cp -prL LICENCE README changelog /usr/src/tmp/ocaml-expat-buildroot/usr/share/doc/ocaml-expat-devel-1.1.0 + chmod -R go-w /usr/src/tmp/ocaml-expat-buildroot/usr/share/doc/ocaml-expat-devel-1.1.0 + chmod -R a+rX /usr/src/tmp/ocaml-expat-buildroot/usr/share/doc/ocaml-expat-devel-1.1.0 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.yZuZyx find-provides: running scripts (debuginfo,lib,ocaml,pam,perl,pkgconfig,python,python3,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.aqS78v find-requires: running scripts (cpp,debuginfo,files,lib,ocaml,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Provides: ocaml-cmx(Expat) = 4.12.0-725C6E6C Requires: ocaml-expat = 1.1.0-alt5, /usr/lib/ocaml/stublibs/dllmlexpat.so, libexpat, ocaml-cmi(CamlinternalFormatBasics) = 4.12.0-B6C66949, ocaml-cmi(Expat) = 4.12.0-3E4579BD, ocaml-cmi(Stdlib) = 4.12.0-4B04B4ED, ocaml-cmi(Stdlib__bytes) = 4.12.0-7EBE0A81, ocaml-cmi(Stdlib__callback) = 4.12.0-21C02ABB, ocaml-cmi(Stdlib__seq) = 4.12.0-185075AA, ocaml-cmx(Stdlib__callback) = 4.12.0-0F0BC55C Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.47TjYx Processing files: ocaml-expat-debuginfo-1.1.0-alt5 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.LHO4By find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.E1LTly find-requires: running scripts (debuginfo) Requires: ocaml-expat = 1.1.0-alt5, debug(libc.so.6), debug(libexpat.so.1) Adding to ocaml-expat-devel a strict dependency on ocaml-expat Adding to ocaml-expat-debuginfo a strict dependency on ocaml-expat Removing 2 extra deps from ocaml-expat-devel due to dependency on ocaml-expat Removing 6 extra deps from ocaml-expat-devel due to repentancy on ocaml-expat Wrote: /usr/src/RPM/RPMS/i586/ocaml-expat-1.1.0-alt5.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/ocaml-expat-devel-1.1.0-alt5.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/ocaml-expat-debuginfo-1.1.0-alt5.i586.rpm (w2.lzdio) 3.46user 3.03system 0:12.04elapsed 53%CPU (0avgtext+0avgdata 23980maxresident)k 0inputs+0outputs (0major+257730minor)pagefaults 0swaps 33.77user 10.61system 0:48.97elapsed 90%CPU (0avgtext+0avgdata 101480maxresident)k 196408inputs+0outputs (0major+552432minor)pagefaults 0swaps --- ocaml-expat-1.1.0-alt5.i586.rpm.repo 2021-07-17 15:33:43.853272270 +0000 +++ ocaml-expat-1.1.0-alt5.i586.rpm.hasher 2021-09-14 10:38:03.390529234 +0000 @@ -32,4 +32,4 @@ File: /usr/lib/ocaml/expat/expat.cmi 100644 root:root 86fc51e84fbfabe14838fc924f41d43a -File: /usr/lib/ocaml/expat/expat.cmxs 100644 root:root 3ad241548b31e3beec94e8af0291eb56 -File: /usr/lib/ocaml/stublibs/dllmlexpat.so 100644 root:root 5b1d074c60309f5c96b16cf9827317e5 +File: /usr/lib/ocaml/expat/expat.cmxs 100644 root:root 03f846ff1cf18c76222a97db0447916f +File: /usr/lib/ocaml/stublibs/dllmlexpat.so 100644 root:root 4d4776412d6a848e333cf1396395c3de File: /usr/lib/ocaml/stublibs/dllmlexpat.so.owner 100644 root:root 2fe417564aff906a9b3b617dfed9de6a @@ -39,2 +39,2 @@ File: /usr/share/doc/ocaml-expat-1.1.0/changelog 100644 root:root 6bda7574b45a1e8d06683efd7d150330 -RPMIdentity: 251d32a5f45d7a0ad8c778d274e9a0145c96284698eed2f7224cd233a2235e6f2c94c617d6f731f2a4d704670f0864e88f1051ce7d05bb46fa75d7f19bbb7274 +RPMIdentity: 91e8cea67958387c3bdbe46a63867585e06fb5757e9a91fa13f36f1849cb558af07ae1c88a31b09e64b9111387b9021c5e6688e23995e2d3a0574e8ec62da463 --- ocaml-expat-debuginfo-1.1.0-alt5.i586.rpm.repo 2021-07-17 15:33:43.844272207 +0000 +++ ocaml-expat-debuginfo-1.1.0-alt5.i586.rpm.hasher 2021-09-14 10:38:03.502528472 +0000 @@ -1,7 +1,7 @@ -/usr/lib/debug/.build-id/15 40755 root:root -/usr/lib/debug/.build-id/15/df5bd967d6828ec71a307d3381a70287543712 120777 root:root ../../../ocaml/expat/expat.cmxs -/usr/lib/debug/.build-id/15/df5bd967d6828ec71a307d3381a70287543712.debug 120777 root:root ../../usr/lib/ocaml/expat/expat.cmxs.debug -/usr/lib/debug/.build-id/6c 40755 root:root -/usr/lib/debug/.build-id/6c/61fc112385f131e8418d3e61ecf4a1ac502206 120777 root:root ../../../ocaml/stublibs/dllmlexpat.so -/usr/lib/debug/.build-id/6c/61fc112385f131e8418d3e61ecf4a1ac502206.debug 120777 root:root ../../usr/lib/ocaml/stublibs/dllmlexpat.so.debug +/usr/lib/debug/.build-id/44 40755 root:root +/usr/lib/debug/.build-id/44/4032fe3191e7616eab391e3256fc711364db66 120777 root:root ../../../ocaml/stublibs/dllmlexpat.so +/usr/lib/debug/.build-id/44/4032fe3191e7616eab391e3256fc711364db66.debug 120777 root:root ../../usr/lib/ocaml/stublibs/dllmlexpat.so.debug +/usr/lib/debug/.build-id/97 40755 root:root +/usr/lib/debug/.build-id/97/55e5a026f841deb746b8526bf4f2719bc99fec 120777 root:root ../../../ocaml/expat/expat.cmxs +/usr/lib/debug/.build-id/97/55e5a026f841deb746b8526bf4f2719bc99fec.debug 120777 root:root ../../usr/lib/ocaml/expat/expat.cmxs.debug /usr/lib/debug/usr/lib/ocaml 40755 root:root @@ -19,13 +19,13 @@ Provides: ocaml-expat-debuginfo = 1.1.0-alt5:sisyphus+279404.1100.2.2 -File: /usr/lib/debug/.build-id/15 40755 root:root -File: /usr/lib/debug/.build-id/15/df5bd967d6828ec71a307d3381a70287543712 120777 root:root ../../../ocaml/expat/expat.cmxs -File: /usr/lib/debug/.build-id/15/df5bd967d6828ec71a307d3381a70287543712.debug 120777 root:root ../../usr/lib/ocaml/expat/expat.cmxs.debug -File: /usr/lib/debug/.build-id/6c 40755 root:root -File: /usr/lib/debug/.build-id/6c/61fc112385f131e8418d3e61ecf4a1ac502206 120777 root:root ../../../ocaml/stublibs/dllmlexpat.so -File: /usr/lib/debug/.build-id/6c/61fc112385f131e8418d3e61ecf4a1ac502206.debug 120777 root:root ../../usr/lib/ocaml/stublibs/dllmlexpat.so.debug +File: /usr/lib/debug/.build-id/44 40755 root:root +File: /usr/lib/debug/.build-id/44/4032fe3191e7616eab391e3256fc711364db66 120777 root:root ../../../ocaml/stublibs/dllmlexpat.so +File: /usr/lib/debug/.build-id/44/4032fe3191e7616eab391e3256fc711364db66.debug 120777 root:root ../../usr/lib/ocaml/stublibs/dllmlexpat.so.debug +File: /usr/lib/debug/.build-id/97 40755 root:root +File: /usr/lib/debug/.build-id/97/55e5a026f841deb746b8526bf4f2719bc99fec 120777 root:root ../../../ocaml/expat/expat.cmxs +File: /usr/lib/debug/.build-id/97/55e5a026f841deb746b8526bf4f2719bc99fec.debug 120777 root:root ../../usr/lib/ocaml/expat/expat.cmxs.debug File: /usr/lib/debug/usr/lib/ocaml 40755 root:root File: /usr/lib/debug/usr/lib/ocaml/expat 40755 root:root -File: /usr/lib/debug/usr/lib/ocaml/expat/expat.cmxs.debug 100644 root:root fac881c865118beec36b4bd2bdef4218 +File: /usr/lib/debug/usr/lib/ocaml/expat/expat.cmxs.debug 100644 root:root 8daa5cad0bc88b1a61108766be49dd2b File: /usr/lib/debug/usr/lib/ocaml/stublibs 40755 root:root -File: /usr/lib/debug/usr/lib/ocaml/stublibs/dllmlexpat.so.debug 100644 root:root c59a6cdad5fa9ddc3bb6088597f8dfe3 +File: /usr/lib/debug/usr/lib/ocaml/stublibs/dllmlexpat.so.debug 100644 root:root fe7074f53c5fc014aa874019aedef0af File: /usr/src/debug/ocaml-expat-1.1.0 40755 root:root @@ -33,2 +33,2 @@ File: /usr/src/debug/ocaml-expat-1.1.0/expat_stubs.c 100644 root:root 73da20c5cd25c976d7e54192630a376e -RPMIdentity: a9b7679dcafcf5173232354187a72c094b351f63b7ab75bb384cd01387e30b85d047869a33db440bc17de7d2b0dee6a6add17636c66f2e6f22cf2112d862f819 +RPMIdentity: 5a2832d29b2ebad68bb081dbdebdde53dd3db7d7dfd2c995a6128f35a75fc97e1dadc5f65cb325c33771a76d2805ba567eaf6740884d7b5e0ffd1ab60296d4bf --- ocaml-expat-devel-1.1.0-alt5.i586.rpm.repo 2021-07-17 15:33:43.866272360 +0000 +++ ocaml-expat-devel-1.1.0-alt5.i586.rpm.hasher 2021-09-14 10:38:03.621527663 +0000 @@ -13,6 +13,6 @@ Provides: ocaml-expat-devel = 1.1.0-alt5:sisyphus+279404.1100.2.2 -File: /usr/lib/ocaml/expat/expat.a 100644 root:root ef4b2388b457938673a697594e6d3828 +File: /usr/lib/ocaml/expat/expat.a 100644 root:root 2a4617adc606552cba59c78cf8dd249a File: /usr/lib/ocaml/expat/expat.cmxa 100644 root:root 0bf847ce475cdfeefd319b4d3ffcd7ad File: /usr/lib/ocaml/expat/expat.mli 100644 root:root e932068d9c23964c97e18d47753b4477 -File: /usr/lib/ocaml/expat/libmlexpat.a 100644 root:root b1ace72df11bbb47a6e4cebe8120c9e2 +File: /usr/lib/ocaml/expat/libmlexpat.a 100644 root:root 2232e747ecd1f45365af8177a89ef442 File: /usr/share/doc/ocaml-expat-devel-1.1.0 40755 root:root @@ -21,2 +21,2 @@ File: /usr/share/doc/ocaml-expat-devel-1.1.0/changelog 100644 root:root 6bda7574b45a1e8d06683efd7d150330 -RPMIdentity: f8d44e62f863b3a37371b844f2f2250d897743b80861b4c1cc142d97e1b9828a4c71894141ecc8ba75fe5dd6c938e8bc423369af46adf1651abd19a76638d931 +RPMIdentity: df0c817d7749506ec52e92a3bab86af27ec93a1ecb65c6a46c44db6ecccf037730229aca2609e114ca5376eae62f9c766623b6e475e59db737055a8507f1ea1f