<86>Nov 11 05:26:54 userdel[1569511]: delete user 'rooter' <86>Nov 11 05:26:54 userdel[1569511]: removed group 'rooter' owned by 'rooter' <86>Nov 11 05:26:54 userdel[1569511]: removed shadow group 'rooter' owned by 'rooter' <86>Nov 11 05:26:54 groupadd[1569535]: group added to /etc/group: name=rooter, GID=1829 <86>Nov 11 05:26:54 groupadd[1569535]: group added to /etc/gshadow: name=rooter <86>Nov 11 05:26:54 groupadd[1569535]: new group: name=rooter, GID=1829 <86>Nov 11 05:26:54 useradd[1569560]: new user: name=rooter, UID=1829, GID=1829, home=/root, shell=/bin/bash, from=none <86>Nov 11 05:26:54 userdel[1569586]: delete user 'builder' <86>Nov 11 05:26:54 userdel[1569586]: removed group 'builder' owned by 'builder' <86>Nov 11 05:26:54 userdel[1569586]: removed shadow group 'builder' owned by 'builder' <86>Nov 11 05:26:54 groupadd[1569638]: group added to /etc/group: name=builder, GID=1830 <86>Nov 11 05:26:54 groupadd[1569638]: group added to /etc/gshadow: name=builder <86>Nov 11 05:26:54 groupadd[1569638]: new group: name=builder, GID=1830 <86>Nov 11 05:26:54 useradd[1569695]: new user: name=builder, UID=1830, GID=1830, home=/usr/src, shell=/bin/bash, from=none <13>Nov 11 05:26:57 rpmi: ocaml-runtime-4.13.1-alt1 sisyphus+288339.100.3.1 1636228564 installed <13>Nov 11 05:26:57 rpmi: rpm-build-ocaml-1.5.0-alt1 sisyphus+333888.200.2.2 1699476467 installed <13>Nov 11 05:27:05 rpmi: ocaml-4.13.1-alt1 sisyphus+288339.100.3.1 1636228564 installed <13>Nov 11 05:27:05 rpmi: ocaml-findlib-1.9.3-alt1 sisyphus+294399.100.3.1 1643757341 installed <13>Nov 11 05:27:05 rpmi: libexpat-2.5.0-alt1 sisyphus+309227.100.1.1 1667075766 installed <13>Nov 11 05:27:05 rpmi: libexpat-devel-2.5.0-alt1 sisyphus+309227.100.1.1 1667075766 installed <13>Nov 11 05:27:05 rpmi: ocaml-findlib-devel-1.9.3-alt1 sisyphus+294399.100.3.1 1643757341 installed <13>Nov 11 05:27:05 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.82622 + 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.82622 + 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:290:24: warning: return discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 290 | #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"); | ^ expat_stubs.c: In function 'expat_XML_ParseSub': /usr/lib/ocaml/caml/mlvalues.h:290:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 290 | #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:290:24: warning: passing argument 1 of 'memcpy' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 290 | #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:503, 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, | ^~~~~ expat_stubs.c: In function 'default_handler': /usr/lib/ocaml/caml/mlvalues.h:290:24: warning: passing argument 1 of 'memmove' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 290 | #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); | ^~~~~~~~~~ /usr/include/bits/string_fortified.h:34:1: note: expected 'void *' but argument is of type 'const char *' 34 | __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.9027 + 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 either the file containing the function 'caml_shared_startup__code_begin' or the file containing the function 'caml_curry4_1_app' 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 'caml_shared_startup__code_begin' or the file containing the function 'caml_curry4_1_app' is not compiled with -fpic/-fPIC the file containing the function 'camlExpat__fun_340' is not compiled with -fpic/-fPIC the file containing the function 'camlExpat__fun_342' is not compiled with -fpic/-fPIC the file containing the function 'camlExpat__fun_344' is not compiled with -fpic/-fPIC the file containing the function 'camlExpat__fun_346' is not compiled with -fpic/-fPIC the file containing the function 'camlExpat__fun_348' is not compiled with -fpic/-fPIC the file containing the function 'camlExpat__fun_350' is not compiled with -fpic/-fPIC the file containing the function 'camlExpat__fun_352' is not compiled with -fpic/-fPIC the file containing the function 'camlExpat__fun_354' is not compiled with -fpic/-fPIC the file containing the function 'camlExpat__fun_356' is not compiled with -fpic/-fPIC the file containing the function 'camlExpat__fun_358' is not compiled with -fpic/-fPIC the file containing the function 'camlExpat__fun_360' is not compiled with -fpic/-fPIC the file containing the function 'camlExpat__fun_362' is not compiled with -fpic/-fPIC the file containing the function 'camlExpat__fun_364' is not compiled with -fpic/-fPIC the file containing the function 'camlExpat__fun_366' is not compiled with -fpic/-fPIC the file containing the function 'camlExpat__fun_368' is not compiled with -fpic/-fPIC the file containing the function 'camlExpat__fun_370' is not compiled with -fpic/-fPIC the file containing the function 'camlExpat__fun_372' is not compiled with -fpic/-fPIC the file containing the function 'camlExpat__fun_374' is not compiled with -fpic/-fPIC the file containing the function 'camlExpat__fun_376' is not compiled with -fpic/-fPIC the file containing the function 'camlExpat__fun_378' is not compiled with -fpic/-fPIC the file containing the function 'camlExpat__fun_380' is not compiled with -fpic/-fPIC the file containing the function 'camlExpat__fun_382' is not compiled with -fpic/-fPIC the file containing the function 'camlExpat__fun_384' is not compiled with -fpic/-fPIC the file containing the function 'camlExpat__fun_386' is not compiled with -fpic/-fPIC the file containing the function 'camlExpat__fun_388' is not compiled with -fpic/-fPIC the file containing the function 'camlExpat__fun_390' is not compiled with -fpic/-fPIC the file containing the function 'camlExpat__fun_392' is not compiled with -fpic/-fPIC the file containing the function 'camlExpat__fun_394' is not compiled with -fpic/-fPIC the file containing the function 'camlExpat__fun_396' is not compiled with -fpic/-fPIC the file containing the function 'camlExpat__fun_398' is not compiled with -fpic/-fPIC the file containing the function 'camlExpat__fun_400' is not compiled with -fpic/-fPIC the file containing the function 'camlExpat__fun_402' is not compiled with -fpic/-fPIC the file containing the function 'camlExpat__fun_404' is not compiled with -fpic/-fPIC the file containing the function 'camlExpat__fun_406' is not compiled with -fpic/-fPIC the file containing the function 'camlExpat__fun_408' 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_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.9027 + 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.C62Fto 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.vZbCtu 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.13.1-C1190C8B, 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.13.1-C4B583A7, ocaml-cmi(Stdlib) = 4.13.1-2D082666, ocaml-cmi(Stdlib__Bytes) = 4.13.1-CBDE4789, ocaml-cmi(Stdlib__Callback) = 4.13.1-BE7617C4, ocaml-cmi(Stdlib__Seq) = 4.13.1-4A643801, ocaml-runtime = 4.13.1, 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.OhYdiz Creating ocaml-expat-debuginfo package Processing files: ocaml-expat-devel-1.1.0-alt5 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.98872 + 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.hRoOgn 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.rNvUQO 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.13.1-17439B92 Requires: ocaml-expat = 1.1.0-alt5, /usr/lib/ocaml/stublibs/dllmlexpat.so, libexpat, ocaml-cmi(CamlinternalFormatBasics) = 4.13.1-C4B583A7, ocaml-cmi(Expat) = 4.13.1-C1190C8B, ocaml-cmi(Stdlib) = 4.13.1-2D082666, ocaml-cmi(Stdlib__Bytes) = 4.13.1-CBDE4789, ocaml-cmi(Stdlib__Callback) = 4.13.1-BE7617C4, ocaml-cmi(Stdlib__Seq) = 4.13.1-4A643801, ocaml-cmx(Stdlib__Callback) = 4.13.1-F232F8D8 Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.MfngS1 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.2Kx0lk find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.BhMfpx 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) 0.71user 1.15system 0:08.97elapsed 20%CPU (0avgtext+0avgdata 28192maxresident)k 0inputs+0outputs (0major+268906minor)pagefaults 0swaps 3.16user 1.43system 0:23.68elapsed 19%CPU (0avgtext+0avgdata 125140maxresident)k 224inputs+0outputs (0major+212456minor)pagefaults 0swaps --- ocaml-expat-1.1.0-alt5.i586.rpm.repo 2021-11-06 20:42:27.000000000 +0000 +++ ocaml-expat-1.1.0-alt5.i586.rpm.hasher 2023-11-11 05:27:16.627386456 +0000 @@ -32,4 +32,4 @@ File: /usr/lib/ocaml/expat/expat.cmi 100644 root:root fe1c9ac22a4308e77443702ac95c176d -File: /usr/lib/ocaml/expat/expat.cmxs 100644 root:root 932f6a36c14344e58530c4030931f09e -File: /usr/lib/ocaml/stublibs/dllmlexpat.so 100644 root:root 7dbbed13a97a1cc00201219d0d068c1d +File: /usr/lib/ocaml/expat/expat.cmxs 100644 root:root 0cbaf641951367a78349578a7f43995f +File: /usr/lib/ocaml/stublibs/dllmlexpat.so 100644 root:root b73ad7b5186ce8ff660c05e0504104a8 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: f1537b2a348c6a3418ee2983fe8402a868844c8daab840b30b7fd3e5a6d620bb811a8304fb755323886bc93f11e238d5402cce0d21ec7f3ce66830a0a7e1b5d0 +RPMIdentity: 9f7a01f8c8b212592b2d982abae73ceee6b1575acad34aeb2192b4f0e122354e837a2e6f068b7feb91433f5ad5eab272e41d0ca6b97001d9a3625b352625e331 --- ocaml-expat-debuginfo-1.1.0-alt5.i586.rpm.repo 2021-11-06 20:42:27.000000000 +0000 +++ ocaml-expat-debuginfo-1.1.0-alt5.i586.rpm.hasher 2023-11-11 05:27:16.704388047 +0000 @@ -1,7 +1,7 @@ -/usr/lib/debug/.build-id/77 40755 root:root -/usr/lib/debug/.build-id/77/f4bbb49f08cac04057ae828778dbb4e73b3cbd 120777 root:root ../../../ocaml/stublibs/dllmlexpat.so -/usr/lib/debug/.build-id/77/f4bbb49f08cac04057ae828778dbb4e73b3cbd.debug 120777 root:root ../../usr/lib/ocaml/stublibs/dllmlexpat.so.debug -/usr/lib/debug/.build-id/8b 40755 root:root -/usr/lib/debug/.build-id/8b/4783f5898508cfa4edadbed9a624febad5e10c 120777 root:root ../../../ocaml/expat/expat.cmxs -/usr/lib/debug/.build-id/8b/4783f5898508cfa4edadbed9a624febad5e10c.debug 120777 root:root ../../usr/lib/ocaml/expat/expat.cmxs.debug +/usr/lib/debug/.build-id/47 40755 root:root +/usr/lib/debug/.build-id/47/e34870cf22d181f4ac03cf036464da2cf1a8ec 120777 root:root ../../../ocaml/stublibs/dllmlexpat.so +/usr/lib/debug/.build-id/47/e34870cf22d181f4ac03cf036464da2cf1a8ec.debug 120777 root:root ../../usr/lib/ocaml/stublibs/dllmlexpat.so.debug +/usr/lib/debug/.build-id/9b 40755 root:root +/usr/lib/debug/.build-id/9b/bd9a5a9264af8c055337541c5a80ba57e94a4f 120777 root:root ../../../ocaml/expat/expat.cmxs +/usr/lib/debug/.build-id/9b/bd9a5a9264af8c055337541c5a80ba57e94a4f.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+288339.3100.3.1 -File: /usr/lib/debug/.build-id/77 40755 root:root -File: /usr/lib/debug/.build-id/77/f4bbb49f08cac04057ae828778dbb4e73b3cbd 120777 root:root ../../../ocaml/stublibs/dllmlexpat.so -File: /usr/lib/debug/.build-id/77/f4bbb49f08cac04057ae828778dbb4e73b3cbd.debug 120777 root:root ../../usr/lib/ocaml/stublibs/dllmlexpat.so.debug -File: /usr/lib/debug/.build-id/8b 40755 root:root -File: /usr/lib/debug/.build-id/8b/4783f5898508cfa4edadbed9a624febad5e10c 120777 root:root ../../../ocaml/expat/expat.cmxs -File: /usr/lib/debug/.build-id/8b/4783f5898508cfa4edadbed9a624febad5e10c.debug 120777 root:root ../../usr/lib/ocaml/expat/expat.cmxs.debug +File: /usr/lib/debug/.build-id/47 40755 root:root +File: /usr/lib/debug/.build-id/47/e34870cf22d181f4ac03cf036464da2cf1a8ec 120777 root:root ../../../ocaml/stublibs/dllmlexpat.so +File: /usr/lib/debug/.build-id/47/e34870cf22d181f4ac03cf036464da2cf1a8ec.debug 120777 root:root ../../usr/lib/ocaml/stublibs/dllmlexpat.so.debug +File: /usr/lib/debug/.build-id/9b 40755 root:root +File: /usr/lib/debug/.build-id/9b/bd9a5a9264af8c055337541c5a80ba57e94a4f 120777 root:root ../../../ocaml/expat/expat.cmxs +File: /usr/lib/debug/.build-id/9b/bd9a5a9264af8c055337541c5a80ba57e94a4f.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 21d4b11be628bda292e8fe56067fd850 +File: /usr/lib/debug/usr/lib/ocaml/expat/expat.cmxs.debug 100644 root:root 4dd1465d70515bc079e8d817b61c3eef 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 b4ddac9b2e4299f4ad110b53bb05c2ad +File: /usr/lib/debug/usr/lib/ocaml/stublibs/dllmlexpat.so.debug 100644 root:root 2648c2a00b20cd43a0a0a0dfa368c30e 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: baf91267309b9f01b27ee54b38e8259fa6ca27a07fbbbd61059d67ac2f03255a2154e592b9981fb029318458196fc0d14ecd25374b1ef9bfb3c7fec474c9b8d4 +RPMIdentity: 71c0adbc6f9c84cf6e02c40a8046c77e65cd3955df546d8656b15ccad43520454e6dca624306929d2fcfb02f0003d2108fec8ed8bac93a781614d2043c16f5b6 --- ocaml-expat-devel-1.1.0-alt5.i586.rpm.repo 2021-11-06 20:42:27.000000000 +0000 +++ ocaml-expat-devel-1.1.0-alt5.i586.rpm.hasher 2023-11-11 05:27:16.783389679 +0000 @@ -13,6 +13,6 @@ Provides: ocaml-expat-devel = 1.1.0-alt5:sisyphus+288339.3100.3.1 -File: /usr/lib/ocaml/expat/expat.a 100644 root:root ed1661824d7c96ad5daedcd9f4b6c487 +File: /usr/lib/ocaml/expat/expat.a 100644 root:root 994858b05dab8d08521bab1439d839c2 File: /usr/lib/ocaml/expat/expat.cmxa 100644 root:root 667bcd36d552c6d3078558613ac16de7 File: /usr/lib/ocaml/expat/expat.mli 100644 root:root e932068d9c23964c97e18d47753b4477 -File: /usr/lib/ocaml/expat/libmlexpat.a 100644 root:root e0727bebb270f97c2f97e11788b66e46 +File: /usr/lib/ocaml/expat/libmlexpat.a 100644 root:root 9cbf823bce952a9fc0c112b510cdf993 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: aa9084ae19bd3fa80d44d5d2ddbc39e8c32e2633fda10998f636a6f63bd40dc445b8d46eac443bb141e67c3094575546e3baa77701f2bb4f1e0aeb51cecb8b50 +RPMIdentity: abe9e0f52c80d054158b2a565b47ab2c163e416be59acf21d4a153fc1707baa7c675f06ecc3c3e426d376401e8f872d1ad51b303ea71aa52e12e241ef032d2d9