Mock Version: 2.17 Mock Version: 2.17 Mock Version: 2.17 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.3-incoming-5407-8231/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.9.6-2.xcpng8.3.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.3-incoming-5407-8231/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.oNLfMp + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf findlib-1.9.6 + /usr/bin/gzip -dc /builddir/build/SOURCES/findlib-1.9.6.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd findlib-1.9.6 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.y83EFx + umask 022 + cd /builddir/build/BUILD + cd findlib-1.9.6 ++ 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.9.6 Configuring core... Checking for #remove_directory... Testing threading model... systhread_supported: true Testing DLLs... Testing whether ppxopt can be supported... Checking for ocamlc -opaque... Checking for ocamlopt -g... Querying installation: META list not found make install will double-check installed META files Configuring libraries... unix: found dynlink: found bigarray: found compiler-libs: found dbm: not present (normal since 4.00) graphics: not present (normal since 4.09) num: not present (normal since 4.06) ocamlbuild: not present (normal since 4.03) ocamldoc: found (in +ocamldoc) raw_spacetime: not present (normal since 4.12) threads: found (in +threads) str: found labltk: not present (normal since 4.02) native dynlink: found camlp4: not present (normal since OCaml-4.02) bytes: found, installing fake library Sorry, toolbox requires str and labltk - omitting toolbox. Configuration for stdlib written to site-lib-src/stdlib/META Configuration for unix written to site-lib-src/unix/META Configuration for dynlink written to site-lib-src/dynlink/META Configuration for bigarray written to site-lib-src/bigarray/META Configuration for compiler-libs written to site-lib-src/compiler-libs/META Configuration for ocamldoc written to site-lib-src/ocamldoc/META Configuration for threads written to site-lib-src/threads/META Configuration for str written to site-lib-src/str/META Configuration for bytes written to site-lib-src/bytes/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.9.6/src/findlib' Makefile:192: 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.9.6/src/findlib' make[1]: Entering directory `/builddir/build/BUILD/findlib-1.9.6/src/findlib' ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c findlib_config.ml ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c fl_split.ml ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c fl_metatoken.ml ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c fl_meta.ml ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -c fl_metascanner.mli ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c fl_metascanner.ml ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -c fl_topo.mli ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c fl_topo.ml ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -c fl_package_base.mli ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c fl_package_base.ml File "fl_package_base.ml", line 304, characters 22-40: 304 | let pkg_ancestors = query_requirements predlist pkg in ^^^^^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: label preds was omitted in the application of this function. File "fl_package_base.ml", line 350, characters 18-36: 350 | let ancestors = query_requirements predlist package_name in ^^^^^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: label preds was omitted in the application of this function. File "fl_package_base.ml", line 375, characters 23-41: 375 | let pkg_ancestors = query_requirements predlist pkg in ^^^^^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: label preds was omitted in the application of this function. File "fl_package_base.ml", line 510, characters 16-35: 510 | ( let c = package_definitions search_path pkg.package_name in ^^^^^^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: label search_path was omitted in the application of this function. ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -c findlib.mli ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c findlib.ml File "findlib.ml", line 390, characters 2-26: 390 | Fl_package_base.requires predlist pkg ^^^^^^^^^^^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: label preds was omitted in the application of this function. File "findlib.ml", line 396, characters 2-33: 396 | Fl_package_base.requires_deeply predlist pkglist ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: label preds was omitted in the application of this function. ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c fl_args.ml ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -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 -I +unix -I +dynlink -g -c ocaml_args.ml ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c frontend.ml File "frontend.ml", line 859, characters 10-39: 859 | Fl_package_base.package_users predicates1 packages1 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: label preds was omitted in the application of this function. ocamlc -I +compiler-libs -custom -o ocamlfind -g findlib.cma unix.cma \ -I +unix -I +dynlink ocaml_args.cmo frontend.cmo ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -c topfind.mli ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c topfind.ml File "topfind.ml", line 128, characters 40-63: 128 | match Hashtbl.find Toploop.directive_table "ppx" with ^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: Toploop.directive_table File "topfind.ml", line 258, characters 4-27: 258 | Toploop.directive_table ^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: Toploop.directive_table File "topfind.ml", line 268, characters 4-27: 268 | Toploop.directive_table ^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: Toploop.directive_table File "topfind.ml", line 280, characters 4-27: 280 | Toploop.directive_table ^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: Toploop.directive_table File "topfind.ml", line 293, characters 4-27: 293 | Toploop.directive_table ^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: Toploop.directive_table File "topfind.ml", line 307, characters 4-27: 307 | Toploop.directive_table ^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: Toploop.directive_table File "topfind.ml", line 319, characters 4-27: 319 | Toploop.directive_table ^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: Toploop.directive_table 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 -I +unix -I +dynlink -c fl_dynload.mli ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -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.9.6/src/findlib' make all-config make[1]: Entering directory `/builddir/build/BUILD/findlib-1.9.6' USE_CYGPATH="0"; \ export USE_CYGPATH; \ cat findlib.conf.in | \ tools/patch '@SITELIB@' '/usr/lib64/ocaml' | \ tools/patch '@FINDLIB_PATH@' '/usr/lib64/ocaml' -p >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.9.6' + make opt for p in findlib; do ( cd src/$p; make opt ) || exit; done make[1]: Entering directory `/builddir/build/BUILD/findlib-1.9.6/src/findlib' ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c findlib_config.ml ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c fl_split.ml ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c fl_metatoken.ml ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c fl_meta.ml ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c fl_metascanner.ml ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c fl_topo.ml ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c fl_package_base.ml File "fl_package_base.ml", line 304, characters 22-40: 304 | let pkg_ancestors = query_requirements predlist pkg in ^^^^^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: label preds was omitted in the application of this function. File "fl_package_base.ml", line 350, characters 18-36: 350 | let ancestors = query_requirements predlist package_name in ^^^^^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: label preds was omitted in the application of this function. File "fl_package_base.ml", line 375, characters 23-41: 375 | let pkg_ancestors = query_requirements predlist pkg in ^^^^^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: label preds was omitted in the application of this function. File "fl_package_base.ml", line 510, characters 16-35: 510 | ( let c = package_definitions search_path pkg.package_name in ^^^^^^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: label search_path was omitted in the application of this function. ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c findlib.ml File "findlib.ml", line 390, characters 2-26: 390 | Fl_package_base.requires predlist pkg ^^^^^^^^^^^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: label preds was omitted in the application of this function. File "findlib.ml", line 396, characters 2-33: 396 | Fl_package_base.requires_deeply predlist pkglist ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: label preds was omitted in the application of this function. ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c fl_args.ml ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -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 -I +unix -I +dynlink -c ocaml_args.ml ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c frontend.ml File "frontend.ml", line 859, characters 10-39: 859 | Fl_package_base.package_users predicates1 packages1 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: label preds was omitted in the application of this function. ocamlopt -I +compiler-libs -g -o ocamlfind_opt findlib.cmxa unix.cmxa \ -I +unix -I +dynlink ocaml_args.cmx frontend.cmx ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c topfind.ml File "topfind.ml", line 128, characters 40-63: 128 | match Hashtbl.find Toploop.directive_table "ppx" with ^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: Toploop.directive_table File "topfind.ml", line 258, characters 4-27: 258 | Toploop.directive_table ^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: Toploop.directive_table File "topfind.ml", line 268, characters 4-27: 268 | Toploop.directive_table ^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: Toploop.directive_table File "topfind.ml", line 280, characters 4-27: 280 | Toploop.directive_table ^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: Toploop.directive_table File "topfind.ml", line 293, characters 4-27: 293 | Toploop.directive_table ^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: Toploop.directive_table File "topfind.ml", line 307, characters 4-27: 307 | Toploop.directive_table ^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: Toploop.directive_table File "topfind.ml", line 319, characters 4-27: 319 | Toploop.directive_table ^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: Toploop.directive_table 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 -I +unix -I +dynlink -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.9.6/src/findlib' + rm doc/guide-html/TIMESTAMP + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.okJeDN + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/ocaml-findlib-1.9.6-2.xcpng8.3.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/ocaml-findlib-1.9.6-2.xcpng8.3.x86_64 ++ dirname /builddir/build/BUILDROOT/ocaml-findlib-1.9.6-2.xcpng8.3.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/ocaml-findlib-1.9.6-2.xcpng8.3.x86_64 + '[' '!' -d /usr/lib/opamroot ']' + cd findlib-1.9.6 + mkdir -p /builddir/build/BUILDROOT/ocaml-findlib-1.9.6-2.xcpng8.3.x86_64/usr/bin + mkdir -p /builddir/build/BUILDROOT/ocaml-findlib-1.9.6-2.xcpng8.3.x86_64/usr/share/man/man1 /builddir/build/BUILDROOT/ocaml-findlib-1.9.6-2.xcpng8.3.x86_64/usr/share/man/man5 + make install prefix=/builddir/build/BUILDROOT/ocaml-findlib-1.9.6-2.xcpng8.3.x86_64 OCAMLFIND_BIN=/usr/bin OCAMLFIND_MAN=/usr/share/man if [ "1" -eq 1 ]; then \ for x in camlp4 dbm graphics labltk num ocamlbuild; do \ if [ -f "/builddir/build/BUILDROOT/ocaml-findlib-1.9.6-2.xcpng8.3.x86_64/usr/lib64/ocaml/$x/META" ]; then \ if ! grep -Fq '[distributed with Ocaml]' "/builddir/build/BUILDROOT/ocaml-findlib-1.9.6-2.xcpng8.3.x86_64//usr/lib64/ocaml/$x/META"; then \ rm -f site-lib-src/$x/META; \ fi; \ fi; \ done; \ test -f "site-lib-src/num/META" || rm -f "site-lib-src/num-top/META"; \ fi echo 'SITELIB_META =' > Makefile.packages.in for x in `ls site-lib-src`; do test ! -f "site-lib-src/$x/META" || echo $x >> Makefile.packages.in; done tr '\n' ' ' < Makefile.packages.in > Makefile.packages rm Makefile.packages.in install -d "/builddir/build/BUILDROOT/ocaml-findlib-1.9.6-2.xcpng8.3.x86_64/usr/bin" install -d "/builddir/build/BUILDROOT/ocaml-findlib-1.9.6-2.xcpng8.3.x86_64/usr/share/man" make install-config make[1]: Entering directory `/builddir/build/BUILD/findlib-1.9.6' install -d "`dirname \"/builddir/build/BUILDROOT/ocaml-findlib-1.9.6-2.xcpng8.3.x86_64/etc/ocamlfind.conf\"`" test -f "/builddir/build/BUILDROOT/ocaml-findlib-1.9.6-2.xcpng8.3.x86_64/etc/ocamlfind.conf" || install -c findlib.conf "/builddir/build/BUILDROOT/ocaml-findlib-1.9.6-2.xcpng8.3.x86_64/etc/ocamlfind.conf" make[1]: Leaving directory `/builddir/build/BUILD/findlib-1.9.6' for p in findlib; do ( cd src/$p; make install ); done make[1]: Entering directory `/builddir/build/BUILD/findlib-1.9.6/src/findlib' install -d "/builddir/build/BUILDROOT/ocaml-findlib-1.9.6-2.xcpng8.3.x86_64/usr/lib64/ocaml/findlib" install -d "/builddir/build/BUILDROOT/ocaml-findlib-1.9.6-2.xcpng8.3.x86_64/usr/bin" test 1 -eq 0 || install -d "/builddir/build/BUILDROOT/ocaml-findlib-1.9.6-2.xcpng8.3.x86_64/usr/lib64/ocaml" test 1 -eq 0 || install -c topfind "/builddir/build/BUILDROOT/ocaml-findlib-1.9.6-2.xcpng8.3.x86_64/usr/lib64/ocaml/" files=` ../../tools/collect_files ../../Makefile.config \ findlib.cmi findlib.mli findlib.cma findlib.cmxa findlib.a findlib.cmxs \ findlib_config.cmi findlib_config.ml topfind.cmi topfind.mli \ fl_args.cmi fl_lint.cmi fl_meta.cmi fl_split.cmi fl_topo.cmi ocaml_args.cmi \ 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` && \ install -c $files "/builddir/build/BUILDROOT/ocaml-findlib-1.9.6-2.xcpng8.3.x86_64/usr/lib64/ocaml/findlib/" f="ocamlfind"; { test -f ocamlfind_opt && f="ocamlfind_opt"; }; \ install -c $f "/builddir/build/BUILDROOT/ocaml-findlib-1.9.6-2.xcpng8.3.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/"; \ install -c topdirs.cmi toploop.cmi "/builddir/build/BUILDROOT/ocaml-findlib-1.9.6-2.xcpng8.3.x86_64/usr/lib64/ocaml/findlib/"; \ fi make[1]: Leaving directory `/builddir/build/BUILD/findlib-1.9.6/src/findlib' make install-meta make[1]: Entering directory `/builddir/build/BUILD/findlib-1.9.6' for x in bigarray bytes compiler-libs dynlink ocamldoc stdlib str threads unix ; do install -d "/builddir/build/BUILDROOT/ocaml-findlib-1.9.6-2.xcpng8.3.x86_64/usr/lib64/ocaml/$x"; install -c site-lib-src/$x/META "/builddir/build/BUILDROOT/ocaml-findlib-1.9.6-2.xcpng8.3.x86_64/usr/lib64/ocaml/$x/META.tmp" && mv "/builddir/build/BUILDROOT/ocaml-findlib-1.9.6-2.xcpng8.3.x86_64/usr/lib64/ocaml/$x/META.tmp" "/builddir/build/BUILDROOT/ocaml-findlib-1.9.6-2.xcpng8.3.x86_64/usr/lib64/ocaml/$x/META"; done install -d "/builddir/build/BUILDROOT/ocaml-findlib-1.9.6-2.xcpng8.3.x86_64/usr/lib64/ocaml/findlib"; install -c Makefile.packages "/builddir/build/BUILDROOT/ocaml-findlib-1.9.6-2.xcpng8.3.x86_64/usr/lib64/ocaml/findlib/Makefile.packages" make[1]: Leaving directory `/builddir/build/BUILD/findlib-1.9.6' test ! -f 'site-lib-src/num-top/META' || { cd src/findlib; make install-num-top; } test ! -f 'site-lib-src/camlp4/META' || install -c tools/safe_camlp4 "/builddir/build/BUILDROOT/ocaml-findlib-1.9.6-2.xcpng8.3.x86_64/usr/bin" make install-doc make[1]: Entering directory `/builddir/build/BUILD/findlib-1.9.6' install -d "/builddir/build/BUILDROOT/ocaml-findlib-1.9.6-2.xcpng8.3.x86_64/usr/share/man/man1" "/builddir/build/BUILDROOT/ocaml-findlib-1.9.6-2.xcpng8.3.x86_64/usr/share/man/man3" "/builddir/build/BUILDROOT/ocaml-findlib-1.9.6-2.xcpng8.3.x86_64/usr/share/man/man5" install -c doc/ref-man/ocamlfind.1 "/builddir/build/BUILDROOT/ocaml-findlib-1.9.6-2.xcpng8.3.x86_64/usr/share/man/man1" install -c doc/ref-man/META.5 doc/ref-man/site-lib.5 doc/ref-man/findlib.conf.5 "/builddir/build/BUILDROOT/ocaml-findlib-1.9.6-2.xcpng8.3.x86_64/usr/share/man/man5" make[1]: Leaving directory `/builddir/build/BUILD/findlib-1.9.6' + /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.9.6 extracting debug info from /builddir/build/BUILDROOT/ocaml-findlib-1.9.6-2.xcpng8.3.x86_64/usr/bin/ocamlfind extracting debug info from /builddir/build/BUILDROOT/ocaml-findlib-1.9.6-2.xcpng8.3.x86_64/usr/lib64/ocaml/findlib/findlib.cmxs extracting debug info from /builddir/build/BUILDROOT/ocaml-findlib-1.9.6-2.xcpng8.3.x86_64/usr/lib64/ocaml/findlib/findlib_top.cmxs extracting debug info from /builddir/build/BUILDROOT/ocaml-findlib-1.9.6-2.xcpng8.3.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.9.6/src/findlib/buffer.ml: Cannot stat: No such file or directory cpio: findlib-1.9.6/src/findlib/bytes.ml: Cannot stat: No such file or directory cpio: findlib-1.9.6/src/findlib/filename.ml: Cannot stat: No such file or directory cpio: findlib-1.9.6/src/findlib/hashtbl.ml: Cannot stat: No such file or directory cpio: findlib-1.9.6/src/findlib/lexing.ml: Cannot stat: No such file or directory cpio: findlib-1.9.6/src/findlib/list.ml: Cannot stat: No such file or directory cpio: findlib-1.9.6/src/findlib/otherlibs/dynlink/dynlink_common.ml: Cannot stat: No such file or directory cpio: findlib-1.9.6/src/findlib/printf.ml: Cannot stat: No such file or directory cpio: findlib-1.9.6/src/findlib/queue.ml: Cannot stat: No such file or directory cpio: findlib-1.9.6/src/findlib/set.ml: Cannot stat: No such file or directory cpio: findlib-1.9.6/src/findlib/stdlib.ml: Cannot stat: No such file or directory cpio: findlib-1.9.6/src/findlib/string.ml: Cannot stat: No such file or directory cpio: findlib-1.9.6/src/findlib/toplevel/topdirs.ml: Cannot stat: No such file or directory cpio: findlib-1.9.6/src/findlib/unix.ml: Cannot stat: No such file or directory cpio: ocaml-4.14.1/stdlib: Cannot stat: No such file or directory cpio: ocaml-4.14.1/stdlib/camlinternalAtomic.ml: Cannot stat: No such file or directory cpio: ocaml-4.14.1/stdlib/std_exit.ml: Cannot stat: No such file or directory cpio: ocaml-4.14.1/stdlib/stdlib.ml: Cannot stat: No such file or directory 325 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.9.6-2.xcpng8.3.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.8UA6D6 warning: File not found: /builddir/build/BUILDROOT/ocaml-findlib-1.9.6-2.xcpng8.3.x86_64/usr/lib64/ocaml/findlib/make_wizard warning: File not found: /builddir/build/BUILDROOT/ocaml-findlib-1.9.6-2.xcpng8.3.x86_64/usr/lib64/ocaml/findlib/make_wizard.pattern + umask 022 + cd /builddir/build/BUILD + cd findlib-1.9.6 + DOCDIR=/builddir/build/BUILDROOT/ocaml-findlib-1.9.6-2.xcpng8.3.x86_64/usr/share/doc/ocaml-findlib-1.9.6 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/ocaml-findlib-1.9.6-2.xcpng8.3.x86_64/usr/share/doc/ocaml-findlib-1.9.6 + cp -pr LICENSE /builddir/build/BUILDROOT/ocaml-findlib-1.9.6-2.xcpng8.3.x86_64/usr/share/doc/ocaml-findlib-1.9.6 + cp -pr doc/README /builddir/build/BUILDROOT/ocaml-findlib-1.9.6-2.xcpng8.3.x86_64/usr/share/doc/ocaml-findlib-1.9.6 + exit 0 warning: File listed twice: /usr/lib64/ocaml/findlib/META Provides: config(ocaml-findlib) = 1.9.6-2.xcpng8.3 ocaml(Findlib) = d44b73d9d87aa8a2a740a3e7f738599b ocaml(Findlib_config) = acbccfba0b8152c4114cacff07b92a08 ocaml(Fl_args) = a8cf4e3f4d72f3a17668f1df2c24b49e ocaml(Fl_dynload) = 6fe04213bb7f649801e5f72ab6026eb0 ocaml(Fl_lint) = e8c378ce849450eb50855fccbaa7a5b2 ocaml(Fl_meta) = f0ee9d9ef172a4ad1e92a16eda751451 ocaml(Fl_metascanner) = e1b1d3fe0eca562f5e9dc0e0f04eee51 ocaml(Fl_metatoken) = 2ee80556b58c28796e5020152710a0dc ocaml(Fl_package_base) = 04c54a48fe2e7875409d82f50323d9b9 ocaml(Fl_split) = e9b02223b553fd0a88d556395d3e8c7d ocaml(Fl_topo) = 72ecd8c32375c7e4476ffce152ecd390 ocaml(Ocaml_args) = 38b6792f22b24378bfdec157bb4bf185 ocaml(Topfind) = 18d8989d95f3d539e15bbad215356e42 ocaml-findlib = 1.9.6-2.xcpng8.3 ocaml-findlib(x86-64) = 1.9.6-2.xcpng8.3 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.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) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) ocaml(Build_path_prefix_map) = c087ed78089388f4d3a99676f2c10fc4 ocaml(CamlinternalFormatBasics) = 8f8f634558798ee408df3c50a5539b15 ocaml(CamlinternalLazy) = 5365fec4a58da3e2d8fa2186f77d9be4 ocaml(Cmi_format) = 77a1c8f1e0d22ce55ab6c81760c7b8d6 ocaml(Dynlink) = b542e5672ad42f5b838f58913ba15456 ocaml(Env) = 132a8f155a5ec71de7e5d3a85efe6e03 ocaml(Findlib) = d44b73d9d87aa8a2a740a3e7f738599b ocaml(Fl_metascanner) = e1b1d3fe0eca562f5e9dc0e0f04eee51 ocaml(Fl_metatoken) = 2ee80556b58c28796e5020152710a0dc ocaml(Fl_package_base) = 04c54a48fe2e7875409d82f50323d9b9 ocaml(Fl_split) = e9b02223b553fd0a88d556395d3e8c7d ocaml(Ident) = a68d3b48cf66f01c3af823a07d101708 ocaml(Identifiable) = 026dfc8fdbcf370a975e554be578d5a5 ocaml(Load_path) = 8e616f4485805b33a8219ec934a7859a ocaml(Location) = ad05a11c5350a8043d12b4819575b03b ocaml(Longident) = dddbcb2c78e865fd75e9911c4b82a7e2 ocaml(Misc) = fa2c1b0e885a335849c8603379ff2f89 ocaml(Path) = c74c2553734e7c86ab23c6946a08a019 ocaml(Primitive) = 8cd5b518055f39c57cb5bfdd62b072c1 ocaml(Shape) = a7485b44c054c48b77a4c0546f654051 ocaml(Stdlib) = 79b0e9d3b6f7fed07eb3cc2abb961b91 ocaml(Stdlib__Arg) = 04b768df3893b886dc494cea56b4aa5f ocaml(Stdlib__Array) = 622d88fad859d0d0f019e691fc4fa865 ocaml(Stdlib__Buffer) = 4b09c9a6d0622bbf5a3829234b481822 ocaml(Stdlib__Digest) = 61f6495d3274a42a78a63425ef892290 ocaml(Stdlib__Either) = 26845df28d19584687a38a1ab814c3f9 ocaml(Stdlib__Filename) = 3bcff250dd30a0e620fa7546882aaadf ocaml(Stdlib__Format) = b6edb97b685819e873481fe05723c8bc ocaml(Stdlib__Hashtbl) = 34c0fdd524bf2a75e4d5af64a6d34401 ocaml(Stdlib__Int32) = a71ea5238030770647165f659f80b1ab ocaml(Stdlib__Lazy) = 01430d340c028322c7247031a874e355 ocaml(Stdlib__Lexing) = c9318c276ac7e383fd682c2dd06be434 ocaml(Stdlib__List) = ee222542f6f8195441543b8b399b64b9 ocaml(Stdlib__Map) = 978f82916b5a172c11d2b72719d85680 ocaml(Stdlib__Obj) = 25794d29f7f4018768ea900e331a2bf3 ocaml(Stdlib__Printf) = bc8af6214197dc8f40eaa738a4cd6a28 ocaml(Stdlib__Seq) = b63511032211eae4b567ba313cd72962 ocaml(Stdlib__Set) = 871d2ee2167ac9e7977fa13994cf4658 ocaml(Stdlib__String) = 4933e1d855f54bfed0231b038f0dbb87 ocaml(Stdlib__Sys) = 7726a14ce36f5c6c3abb04975cec748b ocaml(Stdlib__Uchar) = c0dde02a556a6d79e363ad365d165d57 ocaml(Subst) = 428159e3773e2a53757d43066bcfca7f ocaml(Topdirs) = 895b140490a1769cb31ff36fb54760b8 ocaml(Toploop) = bd94fffe0b1d633d0635d312f2aef092 ocaml(Type_immediacy) = 64565e32358a6229bf90cc93d486536a ocaml(Types) = 6c92ac95b66d8794b63f94c688fe1688 ocaml(Warnings) = 1c10e6007aca64cda69b6b055565b124 ocaml(runtime) = 4.14.1 rtld(GNU_HASH) Processing files: ocaml-findlib-devel-1.9.6-2.xcpng8.3.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.waEFft + umask 022 + cd /builddir/build/BUILD + cd findlib-1.9.6 + DOCDIR=/builddir/build/BUILDROOT/ocaml-findlib-1.9.6-2.xcpng8.3.x86_64/usr/share/doc/ocaml-findlib-devel-1.9.6 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/ocaml-findlib-1.9.6-2.xcpng8.3.x86_64/usr/share/doc/ocaml-findlib-devel-1.9.6 + cp -pr LICENSE /builddir/build/BUILDROOT/ocaml-findlib-1.9.6-2.xcpng8.3.x86_64/usr/share/doc/ocaml-findlib-devel-1.9.6 + cp -pr doc/README /builddir/build/BUILDROOT/ocaml-findlib-1.9.6-2.xcpng8.3.x86_64/usr/share/doc/ocaml-findlib-devel-1.9.6 + cp -pr doc/guide-html /builddir/build/BUILDROOT/ocaml-findlib-1.9.6-2.xcpng8.3.x86_64/usr/share/doc/ocaml-findlib-devel-1.9.6 + exit 0 Provides: ocaml-findlib-devel = 1.9.6-2.xcpng8.3 ocaml-findlib-devel(x86-64) = 1.9.6-2.xcpng8.3 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.9.6-2.xcpng8.3.x86_64 Provides: ocaml-findlib-debuginfo = 1.9.6-2.xcpng8.3 ocaml-findlib-debuginfo(x86-64) = 1.9.6-2.xcpng8.3 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.9.6-2.xcpng8.3.x86_64 Wrote: /builddir/build/RPMS/ocaml-findlib-1.9.6-2.xcpng8.3.x86_64.rpm Wrote: /builddir/build/RPMS/ocaml-findlib-devel-1.9.6-2.xcpng8.3.x86_64.rpm Wrote: /builddir/build/RPMS/ocaml-findlib-debuginfo-1.9.6-2.xcpng8.3.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.cr1Lg0 + umask 022 + cd /builddir/build/BUILD + cd findlib-1.9.6 + /usr/bin/rm -rf /builddir/build/BUILDROOT/ocaml-findlib-1.9.6-2.xcpng8.3.x86_64 + exit 0 Child return code was: 0