Mock Version: 2.3 Mock Version: 2.3 Mock Version: 2.3 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/ocaml-findlib.spec'], chrootPath='/var/lib/mock/v8.2-base-2198-1748/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=86400uid=996gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/ocaml-findlib.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/ocaml-findlib-1.8.0-2.xcpng8.2.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/ocaml-findlib.spec'], chrootPath='/var/lib/mock/v8.2-base-2198-1748/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=86400uid=996gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/ocaml-findlib.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.plhmFZ + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf findlib-1.8.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/findlib-1.8.0.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd findlib-1.8.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.NHV2JU + umask 022 + cd /builddir/build/BUILD + cd findlib-1.8.0 ++ ocamlc -where + ./configure -config /etc/ocamlfind.conf -bindir /usr/bin -sitelib /usr/lib64/ocaml -mandir /usr/share/man -with-toolbox Welcome to findlib version 1.8.0 Configuring core... Checking for #remove_directory... Testing threading model... systhread_supported: true Testing DLLs... Testing whether ppxopt can be supported... Checking for ocamlc -opaque... Configuring libraries... native dynlink: found labltk: not present Sorry, toolbox requires labltk - omitting toolbox. ocamlbuild: not present camlp4: not present (normal since OCaml-4.02) compiler-libs: found dbm: not present (normal since OCaml-4.00) num: not present (normal since OCaml-4.06) bytes: found, installing fake library spacetime: found graphics: not found Configuration for dynlink written to site-lib-src/dynlink/META Configuration for str written to site-lib-src/str/META Configuration for threads written to site-lib-src/threads/META Configuration for unix written to site-lib-src/unix/META Configuration for stdlib written to site-lib-src/stdlib/META Configuration for bigarray written to site-lib-src/bigarray/META Configuration for ocamldoc written to site-lib-src/ocamldoc/META Configuration for compiler-libs written to site-lib-src/compiler-libs/META Configuration for bytes written to site-lib-src/bytes/META Configuration for raw_spacetime written to site-lib-src/raw_spacetime/META Detecting compiler arguments: (extractor built) ok About the OCAML core installation: Standard library: /usr/lib64/ocaml Binaries: /usr/bin Manual pages: /usr/local/man Multi-threading type: posix The directory of site-specific packages will be site-lib: /usr/lib64/ocaml The configuration file is written to: findlib config file: /etc/ocamlfind.conf Software will be installed: Libraries: in /findlib Binaries: /usr/bin Manual pages: /usr/share/man topfind script: /usr/lib64/ocaml Topfind ppxopt support: yes Toolbox: no Link custom runtime: yes Need bytes compatibility: no Configuration has been written to Makefile.config You can now do 'make all', and optionally 'make opt', to build ocamlfind. + make all for p in findlib; do ( cd src/$p; make all ) || exit; done make[1]: Entering directory `/builddir/build/BUILD/findlib-1.8.0/src/findlib' Makefile:181: depend: No such file or directory ocamllex fl_meta.mll 22 states, 392 transitions, table size 1700 bytes USE_CYGPATH="0"; \ export USE_CYGPATH; \ cat findlib_config.mlp | \ ../../tools/patch '@CONFIGFILE@' '/etc/ocamlfind.conf' | \ ../../tools/patch '@STDLIB@' '/usr/lib64/ocaml' | \ sed -e 's;@AUTOLINK@;true;g' \ -e 's;@SYSTEM@;linux;g' \ >findlib_config.ml if [ "true" = "true" ]; then \ cp topfind.ml.in topfind.ml; \ else \ sed -e '/PPXOPT_BEGIN/,/PPXOPT_END/ d' topfind.ml.in \ > topfind.ml ; \ fi ocamldep *.ml *.mli >depend make[1]: Leaving directory `/builddir/build/BUILD/findlib-1.8.0/src/findlib' make[1]: Entering directory `/builddir/build/BUILD/findlib-1.8.0/src/findlib' ocamlc -I +compiler-libs -opaque -g -c findlib_config.ml ocamlc -I +compiler-libs -opaque -g -c fl_split.ml ocamlc -I +compiler-libs -opaque -g -c fl_metatoken.ml ocamlc -I +compiler-libs -opaque -g -c fl_meta.ml ocamlc -I +compiler-libs -opaque -c fl_metascanner.mli ocamlc -I +compiler-libs -opaque -g -c fl_metascanner.ml ocamlc -I +compiler-libs -opaque -c fl_topo.mli ocamlc -I +compiler-libs -opaque -g -c fl_topo.ml ocamlc -I +compiler-libs -opaque -c fl_package_base.mli ocamlc -I +compiler-libs -opaque -g -c fl_package_base.ml ocamlc -I +compiler-libs -opaque -c findlib.mli ocamlc -I +compiler-libs -opaque -g -c findlib.ml ocamlc -I +compiler-libs -opaque -g -c fl_args.ml ocamlc -I +compiler-libs -opaque -g -c fl_lint.ml ocamlc -I +compiler-libs -a -o findlib.cma findlib_config.cmo fl_split.cmo fl_metatoken.cmo fl_meta.cmo fl_metascanner.cmo fl_topo.cmo fl_package_base.cmo findlib.cmo fl_args.cmo fl_lint.cmo ocamlc -I +compiler-libs -opaque -g -c ocaml_args.ml ocamlc -I +compiler-libs -opaque -g -c frontend.ml File "frontend.ml", line 1823, characters 16-29: 1823 | let buf = String.create buflen in (* FIXME: Bytes.create *) ^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.create Use Bytes.create instead. ocamlc -I +compiler-libs -custom -o ocamlfind -g findlib.cma unix.cma \ ocaml_args.cmo frontend.cmo ocamlc -I +compiler-libs -opaque -c topfind.mli ocamlc -I +compiler-libs -opaque -g -c topfind.ml ocamlc -I +compiler-libs -a -o findlib_top.cma topfind.cmo USE_CYGPATH="0"; \ export USE_CYGPATH; \ cat topfind_rd1.p | \ ../../tools/patch '@SITELIB@' '/usr/lib64/ocaml' \ >topfind ocamlc -I +compiler-libs -opaque -c fl_dynload.mli ocamlc -I +compiler-libs -opaque -g -c fl_dynload.ml ocamlc -I +compiler-libs -a -o findlib_dynload.cma fl_dynload.cmo make[1]: Leaving directory `/builddir/build/BUILD/findlib-1.8.0/src/findlib' make all-config make[1]: Entering directory `/builddir/build/BUILD/findlib-1.8.0' USE_CYGPATH="0"; \ export USE_CYGPATH; \ cat findlib.conf.in | \ tools/patch '@SITELIB@' '/usr/lib64/ocaml' >findlib.conf if ./tools/cmd_from_same_dir ocamlc; then \ echo 'ocamlc="ocamlc.opt"' >>findlib.conf; \ fi if ./tools/cmd_from_same_dir ocamlopt; then \ echo 'ocamlopt="ocamlopt.opt"' >>findlib.conf; \ fi if ./tools/cmd_from_same_dir ocamldep; then \ echo 'ocamldep="ocamldep.opt"' >>findlib.conf; \ fi if ./tools/cmd_from_same_dir ocamldoc; then \ echo 'ocamldoc="ocamldoc.opt"' >>findlib.conf; \ fi make[1]: Leaving directory `/builddir/build/BUILD/findlib-1.8.0' + make opt for p in findlib; do ( cd src/$p; make opt ) || exit; done make[1]: Entering directory `/builddir/build/BUILD/findlib-1.8.0/src/findlib' ocamlopt -I +compiler-libs -g -opaque -c findlib_config.ml ocamlopt -I +compiler-libs -g -opaque -c fl_split.ml ocamlopt -I +compiler-libs -g -opaque -c fl_metatoken.ml ocamlopt -I +compiler-libs -g -opaque -c fl_meta.ml ocamlopt -I +compiler-libs -g -opaque -c fl_metascanner.ml ocamlopt -I +compiler-libs -g -opaque -c fl_topo.ml ocamlopt -I +compiler-libs -g -opaque -c fl_package_base.ml ocamlopt -I +compiler-libs -g -opaque -c findlib.ml ocamlopt -I +compiler-libs -g -opaque -c fl_args.ml ocamlopt -I +compiler-libs -g -opaque -c fl_lint.ml ocamlopt -I +compiler-libs -g -a -o findlib.cmxa findlib_config.cmx fl_split.cmx fl_metatoken.cmx fl_meta.cmx fl_metascanner.cmx fl_topo.cmx fl_package_base.cmx findlib.cmx fl_args.cmx fl_lint.cmx if [ 1 -gt 0 ]; then \ ocamlopt -I +compiler-libs -g -shared -o findlib.cmxs findlib_config.cmx fl_split.cmx fl_metatoken.cmx fl_meta.cmx fl_metascanner.cmx fl_topo.cmx fl_package_base.cmx findlib.cmx fl_args.cmx fl_lint.cmx; \ fi ocamlopt -I +compiler-libs -g -opaque -c ocaml_args.ml ocamlopt -I +compiler-libs -g -opaque -c frontend.ml File "frontend.ml", line 1823, characters 16-29: 1823 | let buf = String.create buflen in (* FIXME: Bytes.create *) ^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.create Use Bytes.create instead. ocamlopt -I +compiler-libs -g -o ocamlfind_opt findlib.cmxa unix.cmxa \ ocaml_args.cmx frontend.cmx ocamlopt -I +compiler-libs -g -opaque -c topfind.ml File "_none_", line 1: Warning 58: no cmx file was found in path for module Topdirs, and its interface was not compiled with -opaque File "_none_", line 1: Warning 58: no cmx file was found in path for module Toploop, and its interface was not compiled with -opaque ocamlopt -I +compiler-libs -g -a -o findlib_top.cmxa topfind.cmx if [ 1 -gt 0 ]; then \ ocamlopt -I +compiler-libs -g -shared -o findlib_top.cmxs topfind.cmx; \ fi ocamlopt -I +compiler-libs -g -opaque -c fl_dynload.ml ocamlopt -I +compiler-libs -g -a -o findlib_dynload.cmxa fl_dynload.cmx if [ 1 -gt 0 ]; then \ ocamlopt -I +compiler-libs -g -shared -o findlib_dynload.cmxs fl_dynload.cmx; \ fi make[1]: Leaving directory `/builddir/build/BUILD/findlib-1.8.0/src/findlib' + rm doc/guide-html/TIMESTAMP + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.9iInRU + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/ocaml-findlib-1.8.0-2.xcpng8.2.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/ocaml-findlib-1.8.0-2.xcpng8.2.x86_64 ++ dirname /builddir/build/BUILDROOT/ocaml-findlib-1.8.0-2.xcpng8.2.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/ocaml-findlib-1.8.0-2.xcpng8.2.x86_64 + '[' '!' -d /usr/lib/opamroot ']' + cd findlib-1.8.0 + mkdir -p /builddir/build/BUILDROOT/ocaml-findlib-1.8.0-2.xcpng8.2.x86_64/usr/bin + mkdir -p /builddir/build/BUILDROOT/ocaml-findlib-1.8.0-2.xcpng8.2.x86_64/usr/share/man/man1 /builddir/build/BUILDROOT/ocaml-findlib-1.8.0-2.xcpng8.2.x86_64/usr/share/man/man5 + make install prefix=/builddir/build/BUILDROOT/ocaml-findlib-1.8.0-2.xcpng8.2.x86_64 OCAMLFIND_BIN=/usr/bin OCAMLFIND_MAN=/usr/share/man mkdir -p "/builddir/build/BUILDROOT/ocaml-findlib-1.8.0-2.xcpng8.2.x86_64/usr/bin" mkdir -p "/builddir/build/BUILDROOT/ocaml-findlib-1.8.0-2.xcpng8.2.x86_64/usr/share/man" make install-config make[1]: Entering directory `/builddir/build/BUILD/findlib-1.8.0' mkdir -p "`dirname \"/builddir/build/BUILDROOT/ocaml-findlib-1.8.0-2.xcpng8.2.x86_64/etc/ocamlfind.conf\"`" test -f "/builddir/build/BUILDROOT/ocaml-findlib-1.8.0-2.xcpng8.2.x86_64/etc/ocamlfind.conf" || cp findlib.conf "/builddir/build/BUILDROOT/ocaml-findlib-1.8.0-2.xcpng8.2.x86_64/etc/ocamlfind.conf" make[1]: Leaving directory `/builddir/build/BUILD/findlib-1.8.0' for p in findlib; do ( cd src/$p; make install ); done make[1]: Entering directory `/builddir/build/BUILD/findlib-1.8.0/src/findlib' mkdir -p "/builddir/build/BUILDROOT/ocaml-findlib-1.8.0-2.xcpng8.2.x86_64/usr/lib64/ocaml/findlib" mkdir -p "/builddir/build/BUILDROOT/ocaml-findlib-1.8.0-2.xcpng8.2.x86_64/usr/bin" test 1 -eq 0 || cp topfind "/builddir/build/BUILDROOT/ocaml-findlib-1.8.0-2.xcpng8.2.x86_64/usr/lib64/ocaml" files=` ../../tools/collect_files ../../Makefile.config findlib.cmi findlib.mli findlib.cma findlib.cmxa findlib.a findlib.cmxs topfind.cmi topfind.mli fl_package_base.mli fl_package_base.cmi fl_metascanner.mli fl_metascanner.cmi fl_metatoken.cmi findlib_top.cma findlib_top.cmxa findlib_top.a findlib_top.cmxs findlib_dynload.cma findlib_dynload.cmxa findlib_dynload.a findlib_dynload.cmxs fl_dynload.mli fl_dynload.cmi META` && \ cp $files "/builddir/build/BUILDROOT/ocaml-findlib-1.8.0-2.xcpng8.2.x86_64/usr/lib64/ocaml/findlib" f="ocamlfind"; { test -f ocamlfind_opt && f="ocamlfind_opt"; }; \ cp $f "/builddir/build/BUILDROOT/ocaml-findlib-1.8.0-2.xcpng8.2.x86_64/usr/bin/ocamlfind" # the following "if" block is only needed for 4.00beta2 if [ 1 -eq 0 -a -f "/usr/lib64/ocaml/compiler-libs/topdirs.cmi" ]; then \ cd "/usr/lib64/ocaml/compiler-libs/"; \ cp topdirs.cmi toploop.cmi "/builddir/build/BUILDROOT/ocaml-findlib-1.8.0-2.xcpng8.2.x86_64/usr/lib64/ocaml/findlib/"; \ fi make[1]: Leaving directory `/builddir/build/BUILD/findlib-1.8.0/src/findlib' make install-meta make[1]: Entering directory `/builddir/build/BUILD/findlib-1.8.0' for x in `ls site-lib-src`; do if [ -f "site-lib-src/$x/META" ]; then mkdir -p "/builddir/build/BUILDROOT/ocaml-findlib-1.8.0-2.xcpng8.2.x86_64/usr/lib64/ocaml/$x"; cp site-lib-src/$x/META "/builddir/build/BUILDROOT/ocaml-findlib-1.8.0-2.xcpng8.2.x86_64/usr/lib64/ocaml/$x"; fi; done make[1]: Leaving directory `/builddir/build/BUILD/findlib-1.8.0' test -z "" || { cd src/findlib; make install-num-top; } if [ 0 -eq 1 ]; then \ cp tools/safe_camlp4 "/builddir/build/BUILDROOT/ocaml-findlib-1.8.0-2.xcpng8.2.x86_64/usr/bin"; \ fi make install-doc make[1]: Entering directory `/builddir/build/BUILD/findlib-1.8.0' mkdir -p "/builddir/build/BUILDROOT/ocaml-findlib-1.8.0-2.xcpng8.2.x86_64/usr/share/man/man1" "/builddir/build/BUILDROOT/ocaml-findlib-1.8.0-2.xcpng8.2.x86_64/usr/share/man/man3" "/builddir/build/BUILDROOT/ocaml-findlib-1.8.0-2.xcpng8.2.x86_64/usr/share/man/man5" cp doc/ref-man/ocamlfind.1 "/builddir/build/BUILDROOT/ocaml-findlib-1.8.0-2.xcpng8.2.x86_64/usr/share/man/man1" cp doc/ref-man/META.5 doc/ref-man/site-lib.5 doc/ref-man/findlib.conf.5 "/builddir/build/BUILDROOT/ocaml-findlib-1.8.0-2.xcpng8.2.x86_64/usr/share/man/man5" make[1]: Leaving directory `/builddir/build/BUILD/findlib-1.8.0' + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 /builddir/build/BUILD/findlib-1.8.0 extracting debug info from /builddir/build/BUILDROOT/ocaml-findlib-1.8.0-2.xcpng8.2.x86_64/usr/bin/ocamlfind extracting debug info from /builddir/build/BUILDROOT/ocaml-findlib-1.8.0-2.xcpng8.2.x86_64/usr/lib64/ocaml/findlib/findlib.cmxs extracting debug info from /builddir/build/BUILDROOT/ocaml-findlib-1.8.0-2.xcpng8.2.x86_64/usr/lib64/ocaml/findlib/findlib_top.cmxs extracting debug info from /builddir/build/BUILDROOT/ocaml-findlib-1.8.0-2.xcpng8.2.x86_64/usr/lib64/ocaml/findlib/findlib_dynload.cmxs dwz: Error mmapping multi-file temporary files /usr/lib/rpm/sepdebugcrcfix: Updated 2 CRC32s, 2 CRC32s did match. cpio: findlib-1.8.0/src/findlib/buffer.ml: Cannot stat: No such file or directory cpio: findlib-1.8.0/src/findlib/bytes.ml: Cannot stat: No such file or directory cpio: findlib-1.8.0/src/findlib/filename.ml: Cannot stat: No such file or directory cpio: findlib-1.8.0/src/findlib/hashtbl.ml: Cannot stat: No such file or directory cpio: findlib-1.8.0/src/findlib/lexing.ml: Cannot stat: No such file or directory cpio: findlib-1.8.0/src/findlib/list.ml: Cannot stat: No such file or directory cpio: findlib-1.8.0/src/findlib/otherlibs/dynlink/dynlink_common.ml: Cannot stat: No such file or directory cpio: findlib-1.8.0/src/findlib/printf.ml: Cannot stat: No such file or directory cpio: findlib-1.8.0/src/findlib/queue.ml: Cannot stat: No such file or directory cpio: findlib-1.8.0/src/findlib/set.ml: Cannot stat: No such file or directory cpio: findlib-1.8.0/src/findlib/stdlib.ml: Cannot stat: No such file or directory cpio: findlib-1.8.0/src/findlib/stream.ml: Cannot stat: No such file or directory cpio: findlib-1.8.0/src/findlib/string.ml: Cannot stat: No such file or directory cpio: ocaml-4.08.1/stdlib: Cannot stat: No such file or directory cpio: ocaml-4.08.1/stdlib/std_exit.ml: Cannot stat: No such file or directory cpio: ocaml-4.08.1/stdlib/stdlib.ml: Cannot stat: No such file or directory 342 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Processing files: ocaml-findlib-1.8.0-2.xcpng8.2.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.4kXsVW warning: File not found: /builddir/build/BUILDROOT/ocaml-findlib-1.8.0-2.xcpng8.2.x86_64/usr/lib64/ocaml/findlib/make_wizard warning: File not found: /builddir/build/BUILDROOT/ocaml-findlib-1.8.0-2.xcpng8.2.x86_64/usr/lib64/ocaml/findlib/make_wizard.pattern + umask 022 + cd /builddir/build/BUILD + cd findlib-1.8.0 + DOCDIR=/builddir/build/BUILDROOT/ocaml-findlib-1.8.0-2.xcpng8.2.x86_64/usr/share/doc/ocaml-findlib-1.8.0 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/ocaml-findlib-1.8.0-2.xcpng8.2.x86_64/usr/share/doc/ocaml-findlib-1.8.0 + cp -pr LICENSE /builddir/build/BUILDROOT/ocaml-findlib-1.8.0-2.xcpng8.2.x86_64/usr/share/doc/ocaml-findlib-1.8.0 + cp -pr doc/README /builddir/build/BUILDROOT/ocaml-findlib-1.8.0-2.xcpng8.2.x86_64/usr/share/doc/ocaml-findlib-1.8.0 + exit 0 warning: File listed twice: /usr/lib64/ocaml/findlib/META Provides: config(ocaml-findlib) = 1.8.0-2.xcpng8.2 ocaml(Findlib) = 783e93d203d2161fd4111569f7c73e7b ocaml(Findlib_config) = fa93399f4a6336831e6aa89fabe94a1c ocaml(Fl_args) = 74eddccfbbc68f63a67158b12632b3ac ocaml(Fl_dynload) = ea72c66d25f0d4a5cd015d80bdb24788 ocaml(Fl_lint) = 3bb050ddce58cfa1862559408acbbc06 ocaml(Fl_meta) = aeeec5648d47c711955c1972c53336f9 ocaml(Fl_metascanner) = a91118ede734d8759cf1c8293b1cb0a5 ocaml(Fl_metatoken) = f6c0b57f6b4239ca7b20bf2f04cb5168 ocaml(Fl_package_base) = d981a169ce919de132d2d70974027768 ocaml(Fl_split) = 0e45d9f1c30d15af973ae4ee0e9a4caf ocaml(Fl_topo) = 3bfcae24e3c53cfc3e8bd85695acf497 ocaml(Topfind) = f21d510cb3c97088489efad0f3703f1f ocaml-findlib = 1.8.0-2.xcpng8.2 ocaml-findlib(x86-64) = 1.8.0-2.xcpng8.2 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.10)(64bit) libc.so.6(GLIBC_2.11)(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.15)(64bit) libc.so.6(GLIBC_2.16)(64bit) libc.so.6(GLIBC_2.17)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libc.so.6(GLIBC_2.7)(64bit) libc.so.6(GLIBC_2.9)(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(Build_path_prefix_map) = d075c4e4e8c6a3cc5fdc6c17988c8f55 ocaml(CamlinternalFormatBasics) = a2b1a9d869fd05813beb35645bd9cd94 ocaml(CamlinternalLazy) = 32c2335718b9e6766271583b9840ffb3 ocaml(Cmi_format) = 25226eca041b1ae342b4fec467d1f1fb ocaml(Consistbl) = 636c9478d99d7894db9231bbc330d923 ocaml(Dynlink) = b4c6fa184c7bbe2227e512ad3c405b71 ocaml(Env) = a0cbe1f49bda7ce4012845f0e9f37d87 ocaml(Findlib) = 783e93d203d2161fd4111569f7c73e7b ocaml(Fl_metascanner) = a91118ede734d8759cf1c8293b1cb0a5 ocaml(Fl_metatoken) = f6c0b57f6b4239ca7b20bf2f04cb5168 ocaml(Fl_package_base) = d981a169ce919de132d2d70974027768 ocaml(Fl_split) = 0e45d9f1c30d15af973ae4ee0e9a4caf ocaml(Ident) = 9dcdccc83d2cb680e21f76fd351056d5 ocaml(Identifiable) = 11befb89e3b8bf74cb9b858e9d2b8bb3 ocaml(Load_path) = 1d130d572a7da2bed440342551b753dd ocaml(Location) = cb4adbdebc1d25d8597cacb1f204a4ef ocaml(Longident) = 761300c62e074c7e0d18c9b476480392 ocaml(Misc) = 05e4d13461fb7958d219b692bf0bdf77 ocaml(Path) = 9140b45004c0db748e37e56c96b69afd ocaml(Primitive) = 4035af15450841c36e7a9c989f081ab5 ocaml(Stdlib) = ad45f251bbf98d3a0bf3b883546ecfc8 ocaml(Stdlib__arg) = 5946cffdb65af107c239a1dd5b0b22b7 ocaml(Stdlib__array) = 8412db19ee2dd682a114d363bf147818 ocaml(Stdlib__buffer) = 35866fa9f82ad0886b2ccd0a86f2e1e6 ocaml(Stdlib__digest) = 2dc26e44fb2a3b3a7a88e249d70242a8 ocaml(Stdlib__filename) = 620b1f6f6d9c32af927183ef4ceedb7a ocaml(Stdlib__format) = b19f294d464555e99bcd77ca013195d9 ocaml(Stdlib__hashtbl) = 8a0f9b54a9d30b1aeff83f4bae88dfde ocaml(Stdlib__int32) = 9de27084a784cd13eb5e5552ddbd6b4e ocaml(Stdlib__lazy) = 31c662c7cda074a9799490137c4d7016 ocaml(Stdlib__lexing) = cf953e945260781e23991e3991f9d5b0 ocaml(Stdlib__list) = fa1a1736c894577d834b1d79f2682a7e ocaml(Stdlib__map) = 24753f5ffed358ea157f8ab4f298d015 ocaml(Stdlib__obj) = 9f725e74fc3209d50af4a35f74f18b53 ocaml(Stdlib__printf) = b72a44ed259e7034497028c0b31e9fa1 ocaml(Stdlib__seq) = 359c95515bb2842e5ad1497a5b684136 ocaml(Stdlib__set) = 579516330b5c99c94e9cea433159c1ef ocaml(Stdlib__stream) = deb625f011da89c7ad56e935ac3521b5 ocaml(Stdlib__string) = 89dc8c0e4f92ce704437ae3fafad684f ocaml(Stdlib__sys) = 13aa7b95294684724e198467fb7c3467 ocaml(Stdlib__uchar) = db24a5ebd1625809ae883920f16c2526 ocaml(Subst) = f2047bab18ef7bc83544e463ac261f49 ocaml(Topdirs) = 2651005b1aec94d4f986d10b9fc687ed ocaml(Toploop) = ff158c03f0eed9a0f828f64d953b04e8 ocaml(Types) = e9e81075aa214ba526b6ef48c0d9a101 ocaml(Warnings) = 0d7f6db3fac3b5436215543bff2d5218 ocaml(runtime) = 4.08.1 rtld(GNU_HASH) Processing files: ocaml-findlib-devel-1.8.0-2.xcpng8.2.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.sBK27Z + umask 022 + cd /builddir/build/BUILD + cd findlib-1.8.0 + DOCDIR=/builddir/build/BUILDROOT/ocaml-findlib-1.8.0-2.xcpng8.2.x86_64/usr/share/doc/ocaml-findlib-devel-1.8.0 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/ocaml-findlib-1.8.0-2.xcpng8.2.x86_64/usr/share/doc/ocaml-findlib-devel-1.8.0 + cp -pr LICENSE /builddir/build/BUILDROOT/ocaml-findlib-1.8.0-2.xcpng8.2.x86_64/usr/share/doc/ocaml-findlib-devel-1.8.0 + cp -pr doc/README /builddir/build/BUILDROOT/ocaml-findlib-1.8.0-2.xcpng8.2.x86_64/usr/share/doc/ocaml-findlib-devel-1.8.0 + cp -pr doc/guide-html /builddir/build/BUILDROOT/ocaml-findlib-1.8.0-2.xcpng8.2.x86_64/usr/share/doc/ocaml-findlib-devel-1.8.0 + exit 0 Provides: ocaml-findlib-devel = 1.8.0-2.xcpng8.2 ocaml-findlib-devel(x86-64) = 1.8.0-2.xcpng8.2 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: ocaml-findlib-debuginfo-1.8.0-2.xcpng8.2.x86_64 Provides: ocaml-findlib-debuginfo = 1.8.0-2.xcpng8.2 ocaml-findlib-debuginfo(x86-64) = 1.8.0-2.xcpng8.2 Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/ocaml-findlib-1.8.0-2.xcpng8.2.x86_64 Wrote: /builddir/build/RPMS/ocaml-findlib-1.8.0-2.xcpng8.2.x86_64.rpm Wrote: /builddir/build/RPMS/ocaml-findlib-devel-1.8.0-2.xcpng8.2.x86_64.rpm Wrote: /builddir/build/RPMS/ocaml-findlib-debuginfo-1.8.0-2.xcpng8.2.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.xJjvng + umask 022 + cd /builddir/build/BUILD + cd findlib-1.8.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/ocaml-findlib-1.8.0-2.xcpng8.2.x86_64 + exit 0 Child return code was: 0