Mock Version: 1.4.15 Mock Version: 1.4.15 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/ocaml-findlib.spec'], timeout=86400nspawn_args=[]shell=Falseuid=996chrootPath='/var/lib/mock/v8.0-base-983-397/root'gid=135user='mockbuild'env={'LANG': 'en_US.utf8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '}logger=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 {'LANG': 'en_US.utf8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '} and shell False Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/ocaml-findlib-1.8.0-1.xcpng8.0.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/ocaml-findlib.spec'], timeout=86400nspawn_args=[]shell=Falseuid=996chrootPath='/var/lib/mock/v8.0-base-983-397/root'gid=135user='mockbuild'env={'LANG': 'en_US.utf8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '}logger=unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/ocaml-findlib.spec'] with env {'LANG': 'en_US.utf8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '} and shell False Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.PNzIB4 + 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.oS6PZ7 + umask 022 + cd /builddir/build/BUILD + cd findlib-1.8.0 BUILDSTDERR: ++ 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' ocamllex fl_meta.mll BUILDSTDERR: Makefile:181: depend: No such file or directory 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 BUILDSTDERR: File "frontend.ml", line 1823, characters 16-29: BUILDSTDERR: Warning 3: deprecated: Stdlib.String.create BUILDSTDERR: 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 BUILDSTDERR: File "frontend.ml", line 1823, characters 16-29: BUILDSTDERR: Warning 3: deprecated: Stdlib.String.create BUILDSTDERR: 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 BUILDSTDERR: File "_none_", line 1: BUILDSTDERR: Warning 58: no cmx file was found in path for module Topdirs, and its interface was not compiled with -opaque BUILDSTDERR: File "_none_", line 1: BUILDSTDERR: 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.P2RaPf + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/ocaml-findlib-1.8.0-1.xcpng8.0.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/ocaml-findlib-1.8.0-1.xcpng8.0.x86_64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/ocaml-findlib-1.8.0-1.xcpng8.0.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/ocaml-findlib-1.8.0-1.xcpng8.0.x86_64 + '[' '!' -d /usr/lib/opamroot ']' + cd findlib-1.8.0 + mkdir -p /builddir/build/BUILDROOT/ocaml-findlib-1.8.0-1.xcpng8.0.x86_64/usr/bin + mkdir -p /builddir/build/BUILDROOT/ocaml-findlib-1.8.0-1.xcpng8.0.x86_64/usr/share/man/man1 /builddir/build/BUILDROOT/ocaml-findlib-1.8.0-1.xcpng8.0.x86_64/usr/share/man/man5 + make install prefix=/builddir/build/BUILDROOT/ocaml-findlib-1.8.0-1.xcpng8.0.x86_64 OCAMLFIND_BIN=/usr/bin OCAMLFIND_MAN=/usr/share/man mkdir -p "/builddir/build/BUILDROOT/ocaml-findlib-1.8.0-1.xcpng8.0.x86_64/usr/bin" mkdir -p "/builddir/build/BUILDROOT/ocaml-findlib-1.8.0-1.xcpng8.0.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-1.xcpng8.0.x86_64/etc/ocamlfind.conf\"`" test -f "/builddir/build/BUILDROOT/ocaml-findlib-1.8.0-1.xcpng8.0.x86_64/etc/ocamlfind.conf" || cp findlib.conf "/builddir/build/BUILDROOT/ocaml-findlib-1.8.0-1.xcpng8.0.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-1.xcpng8.0.x86_64/usr/lib64/ocaml/findlib" mkdir -p "/builddir/build/BUILDROOT/ocaml-findlib-1.8.0-1.xcpng8.0.x86_64/usr/bin" test 1 -eq 0 || cp topfind "/builddir/build/BUILDROOT/ocaml-findlib-1.8.0-1.xcpng8.0.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-1.xcpng8.0.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-1.xcpng8.0.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-1.xcpng8.0.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-1.xcpng8.0.x86_64/usr/lib64/ocaml/$x"; cp site-lib-src/$x/META "/builddir/build/BUILDROOT/ocaml-findlib-1.8.0-1.xcpng8.0.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-1.xcpng8.0.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-1.xcpng8.0.x86_64/usr/share/man/man1" "/builddir/build/BUILDROOT/ocaml-findlib-1.8.0-1.xcpng8.0.x86_64/usr/share/man/man3" "/builddir/build/BUILDROOT/ocaml-findlib-1.8.0-1.xcpng8.0.x86_64/usr/share/man/man5" cp doc/ref-man/ocamlfind.1 "/builddir/build/BUILDROOT/ocaml-findlib-1.8.0-1.xcpng8.0.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-1.xcpng8.0.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-1.xcpng8.0.x86_64/usr/bin/ocamlfind extracting debug info from /builddir/build/BUILDROOT/ocaml-findlib-1.8.0-1.xcpng8.0.x86_64/usr/lib64/ocaml/findlib/findlib.cmxs extracting debug info from /builddir/build/BUILDROOT/ocaml-findlib-1.8.0-1.xcpng8.0.x86_64/usr/lib64/ocaml/findlib/findlib_top.cmxs extracting debug info from /builddir/build/BUILDROOT/ocaml-findlib-1.8.0-1.xcpng8.0.x86_64/usr/lib64/ocaml/findlib/findlib_dynload.cmxs BUILDSTDERR: dwz: Error mmapping multi-file temporary files /usr/lib/rpm/sepdebugcrcfix: Updated 2 CRC32s, 2 CRC32s did match. BUILDSTDERR: cpio: findlib-1.8.0/src/findlib/buffer.ml: Cannot stat: No such file or directory BUILDSTDERR: cpio: findlib-1.8.0/src/findlib/bytes.ml: Cannot stat: No such file or directory BUILDSTDERR: cpio: findlib-1.8.0/src/findlib/filename.ml: Cannot stat: No such file or directory BUILDSTDERR: cpio: findlib-1.8.0/src/findlib/hashtbl.ml: Cannot stat: No such file or directory BUILDSTDERR: cpio: findlib-1.8.0/src/findlib/lexing.ml: Cannot stat: No such file or directory BUILDSTDERR: cpio: findlib-1.8.0/src/findlib/list.ml: Cannot stat: No such file or directory BUILDSTDERR: cpio: findlib-1.8.0/src/findlib/otherlibs/dynlink/natdynlink.ml: Cannot stat: No such file or directory BUILDSTDERR: cpio: findlib-1.8.0/src/findlib/printf.ml: Cannot stat: No such file or directory BUILDSTDERR: cpio: findlib-1.8.0/src/findlib/queue.ml: Cannot stat: No such file or directory BUILDSTDERR: cpio: findlib-1.8.0/src/findlib/set.ml: Cannot stat: No such file or directory BUILDSTDERR: cpio: findlib-1.8.0/src/findlib/stdlib.ml: Cannot stat: No such file or directory BUILDSTDERR: cpio: findlib-1.8.0/src/findlib/stream.ml: Cannot stat: No such file or directory BUILDSTDERR: cpio: findlib-1.8.0/src/findlib/string.ml: Cannot stat: No such file or directory BUILDSTDERR: cpio: ocaml-4.07.1/stdlib: Cannot stat: No such file or directory BUILDSTDERR: cpio: ocaml-4.07.1/stdlib/std_exit.ml: Cannot stat: No such file or directory BUILDSTDERR: cpio: ocaml-4.07.1/stdlib/stdlib.ml: Cannot stat: No such file or directory BUILDSTDERR: 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-1.xcpng8.0.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.wBAkCp BUILDSTDERR: warning: File not found: /builddir/build/BUILDROOT/ocaml-findlib-1.8.0-1.xcpng8.0.x86_64/usr/lib64/ocaml/findlib/make_wizard BUILDSTDERR: warning: File not found: /builddir/build/BUILDROOT/ocaml-findlib-1.8.0-1.xcpng8.0.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-1.xcpng8.0.x86_64/usr/share/doc/ocaml-findlib-1.8.0 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/ocaml-findlib-1.8.0-1.xcpng8.0.x86_64/usr/share/doc/ocaml-findlib-1.8.0 + cp -pr LICENSE /builddir/build/BUILDROOT/ocaml-findlib-1.8.0-1.xcpng8.0.x86_64/usr/share/doc/ocaml-findlib-1.8.0 + cp -pr doc/README /builddir/build/BUILDROOT/ocaml-findlib-1.8.0-1.xcpng8.0.x86_64/usr/share/doc/ocaml-findlib-1.8.0 + exit 0 BUILDSTDERR: warning: File listed twice: /usr/lib64/ocaml/findlib/META Provides: config(ocaml-findlib) = 1.8.0-1.xcpng8.0 ocaml(Findlib) = 6764d76369c8c777a5d64eebf27a5eb1 ocaml(Findlib_config) = 72605f38b84c49e061a33afffa322835 ocaml(Fl_args) = 3f229f57503acd7220bc48baf256746c ocaml(Fl_dynload) = 084a29f0dad8504dd24aa5c466f796aa ocaml(Fl_lint) = 1c99c48b4bca9c27100d4c4a2b1a168d ocaml(Fl_meta) = 7a8a9573c376ab280f577082a117de6f ocaml(Fl_metascanner) = 7ec7c72dcef39412830fe33ac14d3961 ocaml(Fl_metatoken) = a37641f9a6cca191f48b383e7dc403a0 ocaml(Fl_package_base) = fde3fa5caf3817ec657f002e1f24fe11 ocaml(Fl_split) = d6079c63980ba81aff7cb88c407390ac ocaml(Fl_topo) = ca28f0c3654e33ea0d7fa24191b7af1f ocaml(Topfind) = 21423ee521e94ea954b86a98a90e6bcd ocaml-findlib = 1.8.0-1.xcpng8.0 ocaml-findlib(x86-64) = 1.8.0-1.xcpng8.0 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.16)(64bit) libc.so.6(GLIBC_2.17)(64bit) libc.so.6(GLIBC_2.2.5)(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(CamlinternalFormatBasics) = e065a8b8027a7269fbe69420861f3140 ocaml(Cmi_format) = 61693ad595652eeab27d6f4009bf99aa ocaml(Consistbl) = 603256ec6a033e3dc18b702ad991c79a ocaml(Dynlink) = 0f0da39eb1b83bda4425abcdcdb69fcf ocaml(Env) = 7536933d4ead01992e1c9b0db7c3061c ocaml(Findlib) = 6764d76369c8c777a5d64eebf27a5eb1 ocaml(Fl_metascanner) = 7ec7c72dcef39412830fe33ac14d3961 ocaml(Fl_metatoken) = a37641f9a6cca191f48b383e7dc403a0 ocaml(Fl_package_base) = fde3fa5caf3817ec657f002e1f24fe11 ocaml(Fl_split) = d6079c63980ba81aff7cb88c407390ac ocaml(Ident) = 52b7b0c83dce37a85070e6841f04a73d ocaml(Identifiable) = b6c515976bc56c4860940879be149e75 ocaml(Location) = 80ade792a16bf66fd7f8719884699529 ocaml(Longident) = 11d435fa7cd336ba90eba6a0977bad5a ocaml(Misc) = 631c6e87d9a2db8916788396208315ef ocaml(Path) = 522766baa3e914b00f63033e31343b0e ocaml(Primitive) = 5a63f927a5796b43269ef9d53617f054 ocaml(Stdlib) = 785bc4357cd198defc8f1d3d8a46bf31 ocaml(Stdlib__arg) = f4a0f83922134c40f8eb972794d64103 ocaml(Stdlib__array) = f10b61e53267652b8823075c289eff0e ocaml(Stdlib__buffer) = 47741a304c36252fb0d02df4002cd45b ocaml(Stdlib__digest) = ff82b06eda0f49d89a14421cfd53067e ocaml(Stdlib__filename) = c1ab73cc861ed1e88e4d9649883de6ab ocaml(Stdlib__format) = ded827a86373f27e1e1668a07e19a5f0 ocaml(Stdlib__hashtbl) = 604c8339f788853d04a57b7015e3ab28 ocaml(Stdlib__int32) = 9face80aef14e72b91da5c1a7ef42376 ocaml(Stdlib__lazy) = d20dd5c9a3c7cfe4ff673ca9f4d1db5f ocaml(Stdlib__lexing) = 5dab01a8724e0e13df2d86054a5b4940 ocaml(Stdlib__list) = 6ac77ba2b0170f6297044c5028e5a32c ocaml(Stdlib__map) = 2b51a8a34feedf31a635a8ddcfde859d ocaml(Stdlib__obj) = dee2aaa1e4d02f8d2c44fe83f8df0aaf ocaml(Stdlib__printf) = 1e129649940609c444244e9f06f0be2e ocaml(Stdlib__seq) = 5714d5da4a2ed04debb615c21e61bad9 ocaml(Stdlib__set) = a52672326ca391bcc902a00841479c39 ocaml(Stdlib__stream) = 71de6905be7ecce2af6754cfc599fcef ocaml(Stdlib__string) = cf3a35a636b40f4dfa3c7f93ef2f2d33 ocaml(Stdlib__sys) = 083703b1bc3524a4912f1c97b4d508f4 ocaml(Stdlib__uchar) = 6d473d0370eac1a310ce126c25d7883a ocaml(Subst) = d33c59fce1e56f236bcebbed73c8f8ba ocaml(Topdirs) = 97fbe8486f92c72855e705bb0e3981fd ocaml(Toploop) = 3b043114c0d53866eb48726295438366 ocaml(Types) = a4fd0fe232630adef1f4e7ab5613e96a ocaml(Warnings) = 1e45d363c7ee7cf80e4ec27fb6ccc9fc ocaml(runtime) = 4.07.1 rtld(GNU_HASH) Processing files: ocaml-findlib-devel-1.8.0-1.xcpng8.0.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.tTpnCA + umask 022 + cd /builddir/build/BUILD + cd findlib-1.8.0 + DOCDIR=/builddir/build/BUILDROOT/ocaml-findlib-1.8.0-1.xcpng8.0.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-1.xcpng8.0.x86_64/usr/share/doc/ocaml-findlib-devel-1.8.0 + cp -pr LICENSE /builddir/build/BUILDROOT/ocaml-findlib-1.8.0-1.xcpng8.0.x86_64/usr/share/doc/ocaml-findlib-devel-1.8.0 + cp -pr doc/README /builddir/build/BUILDROOT/ocaml-findlib-1.8.0-1.xcpng8.0.x86_64/usr/share/doc/ocaml-findlib-devel-1.8.0 + cp -pr doc/guide-html /builddir/build/BUILDROOT/ocaml-findlib-1.8.0-1.xcpng8.0.x86_64/usr/share/doc/ocaml-findlib-devel-1.8.0 + exit 0 Provides: ocaml-findlib-devel = 1.8.0-1.xcpng8.0 ocaml-findlib-devel(x86-64) = 1.8.0-1.xcpng8.0 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-1.xcpng8.0.x86_64 Provides: ocaml-findlib-debuginfo = 1.8.0-1.xcpng8.0 ocaml-findlib-debuginfo(x86-64) = 1.8.0-1.xcpng8.0 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-1.xcpng8.0.x86_64 Wrote: /builddir/build/RPMS/ocaml-findlib-1.8.0-1.xcpng8.0.x86_64.rpm Wrote: /builddir/build/RPMS/ocaml-findlib-devel-1.8.0-1.xcpng8.0.x86_64.rpm Wrote: /builddir/build/RPMS/ocaml-findlib-debuginfo-1.8.0-1.xcpng8.0.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.W4Pq5m + umask 022 + cd /builddir/build/BUILD + cd findlib-1.8.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/ocaml-findlib-1.8.0-1.xcpng8.0.x86_64 + exit 0 Child return code was: 0