Mock Version: 1.1.38 ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/ocaml-findlib.spec'], False, '/srv/build/7/F/mock-root/c7.00.03-x86_64/root/', None, 21600, True, False, 501, 135, None, False, {'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/ocaml-findlib.spec'] with env {'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/ocaml-findlib-1.3.3-5.el7.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/ocaml-findlib.spec'], False, '/srv/build/7/F/mock-root/c7.00.03-x86_64/root/', None, 21600, True, False, 501, 135, None, False, {'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/ocaml-findlib.spec'] with env {'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.Guc7G7 + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf findlib-1.3.3 + /usr/bin/gzip -dc /builddir/build/SOURCES/findlib-1.3.3.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd findlib-1.3.3 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.VhIPWr + umask 022 + cd /builddir/build/BUILD + cd findlib-1.3.3 + ocamlc -version 4.00.1 + ocamlc -where /usr/lib64/ocaml + cd tools/extract_args + make ocamlc -o extract_args str.cma extract_args.ml + tools/extract_args/extract_args -o src/findlib/ocaml_args.ml ocamlc ocamlcp ocamlmktop ocamlopt ocamldep ocamldoc + cat src/findlib/ocaml_args.ml let ocamlc_spec = Some [ "-a", false, " Build a library"; "-absname", false, " Show absolute filenames in error message"; "-annot", false, " Save information in .annot"; "-bin-annot", false, " Save typedtree in .cmt"; "-c", false, " Compile only (do not link)"; "-cc", true, " Use as the C compiler and linker"; "-cclib", true, " Pass option to the C linker"; "-ccopt", true, " Pass option to the C compiler and linker"; "-config", false, " Print configuration values and exit"; "-custom", false, " Link in custom mode"; "-dllib", true, " Use the dynamically-loaded library "; "-dllpath", true, " Add to the run-time search path for shared libraries"; "-dtypes", false, " (deprecated) same as -annot"; "-for-pack", true, " Ignored (for compatibility with ocamlopt)"; "-g", false, " Save debugging information"; "-i", false, " Print inferred interface"; "-I", true, " Add to the list of include directories"; "-impl", true, " Compile as a .ml file"; "-intf", true, " Compile as a .mli file"; "-intf-suffix", true, " Suffix for interface files (default: .mli)"; "-intf_suffix", true, " (deprecated) same as -intf-suffix"; "-labels", false, " Use commuting label mode"; "-linkall", false, " Link all modules, even unused ones"; "-make-runtime", false, " Build a runtime system with given C objects and libraries"; "-make_runtime", false, " (deprecated) same as -make-runtime"; "-modern", false, " (deprecated) same as -labels"; "-no-app-funct", false, " Deactivate applicative functors"; "-noassert", false, " Do not compile assertion checks"; "-noautolink", false, " Do not automatically link C libraries specified in .cma files"; "-nolabels", false, " Ignore non-optional labels in types"; "-nostdlib", false, " Do not add default directory to the list of include directories"; "-o", true, " Set output file name to "; "-output-obj", false, " Output a C object file instead of an executable"; "-pack", false, " Package the given .cmo files into one .cmo"; "-pp", true, " Pipe sources through preprocessor "; "-principal", false, " Check principality of type inference"; "-rectypes", false, " Allow arbitrary recursive types"; "-runtime-variant", true, " Use the variant of the run-time system"; "-strict-sequence", false, " Left-hand part of a sequence must have type unit"; "-thread", false, " Generate code that supports the system threads library"; "-unsafe", false, " Do not compile bounds checking on array and string access"; "-use-runtime", true, " Generate bytecode for the given runtime system"; "-use_runtime", true, " (deprecated) same as -use-runtime"; "-v", false, " Print compiler version and location of standard library and exit"; "-version", false, " Print version and exit"; "-vnum", false, " Print version number and exit"; "-verbose", false, " Print calls to external commands"; "-vmthread", false, " Generate code that supports the threads library with VM-level\n scheduling"; "-w", true, " Enable or disable warnings according to :\n + enable warnings in \n - disable warnings in \n @ enable warnings in and treat them as errors\n can be:\n a single warning number\n .. a range of consecutive warning numbers\n a predefined set\n default setting is \"+a-4-6-7-9-27-29-32..39\""; "-warn-error", true, " Enable or disable error status for warnings according\n to . See option -w for the syntax of .\n Default setting is \"-a\""; "-warn-help", false, " Show description of warning numbers"; "-where", false, " Print location of standard library and exit"; "-nopervasives", false, " (undocumented)"; "-use-prims", true, " (undocumented)"; "-dparsetree", false, " (undocumented)"; "-drawlambda", false, " (undocumented)"; "-dlambda", false, " (undocumented)"; "-dinstr", false, " (undocumented)"; "-", true, " Treat as a file name (even if it starts with `-')"; ];; let ocamlcp_spec = Some [ "-P", true, "[afilmt] Profile constructs specified by argument (default fm):\n a Everything\n f Function calls and method calls\n i if ... then ... else\n l while and for loops\n m match ... with\n t try ... with"; "-p", true, "[afilmt] Same as option -P"; "-a", false, " Build a library"; "-absname", false, " Show absolute filenames in error message"; "-annot", false, " Save information in .annot"; "-bin-annot", false, " Save typedtree in .cmt"; "-c", false, " Compile only (do not link)"; "-cc", true, " Use as the C compiler and linker"; "-cclib", true, " Pass option to the C linker"; "-ccopt", true, " Pass option to the C compiler and linker"; "-config", false, " Print configuration values and exit"; "-custom", false, " Link in custom mode"; "-dllib", true, " Use the dynamically-loaded library "; "-dllpath", true, " Add to the run-time search path for shared libraries"; "-dtypes", false, " (deprecated) same as -annot"; "-for-pack", true, " Ignored (for compatibility with ocamlopt)"; "-g", false, " Save debugging information"; "-i", false, " Print inferred interface"; "-I", true, " Add to the list of include directories"; "-impl", true, " Compile as a .ml file"; "-intf", true, " Compile as a .mli file"; "-intf-suffix", true, " Suffix for interface files (default: .mli)"; "-intf_suffix", true, " (deprecated) same as -intf-suffix"; "-labels", false, " Use commuting label mode"; "-linkall", false, " Link all modules, even unused ones"; "-make-runtime", false, " Build a runtime system with given C objects and libraries"; "-make_runtime", false, " (deprecated) same as -make-runtime"; "-modern", false, " (deprecated) same as -labels"; "-no-app-funct", false, " Deactivate applicative functors"; "-noassert", false, " Do not compile assertion checks"; "-noautolink", false, " Do not automatically link C libraries specified in .cma files"; "-nolabels", false, " Ignore non-optional labels in types"; "-nostdlib", false, " Do not add default directory to the list of include directories"; "-o", true, " Set output file name to "; "-output-obj", false, " Output a C object file instead of an executable"; "-pack", false, " Package the given .cmo files into one .cmo"; "-pp", true, " Pipe sources through preprocessor "; "-principal", false, " Check principality of type inference"; "-rectypes", false, " Allow arbitrary recursive types"; "-runtime-variant", true, " Use the variant of the run-time system"; "-strict-sequence", false, " Left-hand part of a sequence must have type unit"; "-thread", false, " Generate code that supports the system threads library"; "-unsafe", false, " Do not compile bounds checking on array and string access"; "-use-runtime", true, " Generate bytecode for the given runtime system"; "-use_runtime", true, " (deprecated) same as -use-runtime"; "-v", false, " Print compiler version and location of standard library and exit"; "-version", false, " Print version and exit"; "-vnum", false, " Print version number and exit"; "-verbose", false, " Print calls to external commands"; "-vmthread", false, " Generate code that supports the threads library with VM-level\n scheduling"; "-w", true, " Enable or disable warnings according to :\n + enable warnings in \n - disable warnings in \n @ enable warnings in and treat them as errors\n can be:\n a single warning number\n .. a range of consecutive warning numbers\n a predefined set\n default setting is \"+a-4-6-7-9-27-29-32..39\""; "-warn-error", true, " Enable or disable error status for warnings according\n to . See option -w for the syntax of .\n Default setting is \"-a\""; "-warn-help", false, " Show description of warning numbers"; "-where", false, " Print location of standard library and exit"; "-nopervasives", false, " (undocumented)"; "-use-prims", true, " (undocumented)"; "-dparsetree", false, " (undocumented)"; "-drawlambda", false, " (undocumented)"; "-dlambda", false, " (undocumented)"; "-dinstr", false, " (undocumented)"; "-", true, " Treat as a file name (even if it starts with `-')"; ];; let ocamlmktop_spec = Some [ "-a", false, " Build a library"; "-absname", false, " Show absolute filenames in error message"; "-annot", false, " Save information in .annot"; "-bin-annot", false, " Save typedtree in .cmt"; "-c", false, " Compile only (do not link)"; "-cc", true, " Use as the C compiler and linker"; "-cclib", true, " Pass option to the C linker"; "-ccopt", true, " Pass option to the C compiler and linker"; "-config", false, " Print configuration values and exit"; "-custom", false, " Link in custom mode"; "-dllib", true, " Use the dynamically-loaded library "; "-dllpath", true, " Add to the run-time search path for shared libraries"; "-dtypes", false, " (deprecated) same as -annot"; "-for-pack", true, " Ignored (for compatibility with ocamlopt)"; "-g", false, " Save debugging information"; "-i", false, " Print inferred interface"; "-I", true, " Add to the list of include directories"; "-impl", true, " Compile as a .ml file"; "-intf", true, " Compile as a .mli file"; "-intf-suffix", true, " Suffix for interface files (default: .mli)"; "-intf_suffix", true, " (deprecated) same as -intf-suffix"; "-labels", false, " Use commuting label mode"; "-linkall", false, " Link all modules, even unused ones"; "-make-runtime", false, " Build a runtime system with given C objects and libraries"; "-make_runtime", false, " (deprecated) same as -make-runtime"; "-modern", false, " (deprecated) same as -labels"; "-no-app-funct", false, " Deactivate applicative functors"; "-noassert", false, " Do not compile assertion checks"; "-noautolink", false, " Do not automatically link C libraries specified in .cma files"; "-nolabels", false, " Ignore non-optional labels in types"; "-nostdlib", false, " Do not add default directory to the list of include directories"; "-o", true, " Set output file name to "; "-output-obj", false, " Output a C object file instead of an executable"; "-pack", false, " Package the given .cmo files into one .cmo"; "-pp", true, " Pipe sources through preprocessor "; "-principal", false, " Check principality of type inference"; "-rectypes", false, " Allow arbitrary recursive types"; "-runtime-variant", true, " Use the variant of the run-time system"; "-strict-sequence", false, " Left-hand part of a sequence must have type unit"; "-thread", false, " Generate code that supports the system threads library"; "-unsafe", false, " Do not compile bounds checking on array and string access"; "-use-runtime", true, " Generate bytecode for the given runtime system"; "-use_runtime", true, " (deprecated) same as -use-runtime"; "-v", false, " Print compiler version and location of standard library and exit"; "-version", false, " Print version and exit"; "-vnum", false, " Print version number and exit"; "-verbose", false, " Print calls to external commands"; "-vmthread", false, " Generate code that supports the threads library with VM-level\n scheduling"; "-w", true, " Enable or disable warnings according to :\n + enable warnings in \n - disable warnings in \n @ enable warnings in and treat them as errors\n can be:\n a single warning number\n .. a range of consecutive warning numbers\n a predefined set\n default setting is \"+a-4-6-7-9-27-29-32..39\""; "-warn-error", true, " Enable or disable error status for warnings according\n to . See option -w for the syntax of .\n Default setting is \"-a\""; "-warn-help", false, " Show description of warning numbers"; "-where", false, " Print location of standard library and exit"; "-nopervasives", false, " (undocumented)"; "-use-prims", true, " (undocumented)"; "-dparsetree", false, " (undocumented)"; "-drawlambda", false, " (undocumented)"; "-dlambda", false, " (undocumented)"; "-dinstr", false, " (undocumented)"; "-", true, " Treat as a file name (even if it starts with `-')"; ];; let ocamlopt_spec = Some [ "-fPIC", false, " Generate position-independent machine code (default)"; "-fno-PIC", false, " Generate position-dependent machine code"; "-a", false, " Build a library"; "-absname", false, " Show absolute filenames in error message"; "-annot", false, " Save information in .annot"; "-bin-annot", false, " Save typedtree in .cmt"; "-c", false, " Compile only (do not link)"; "-cc", true, " Use as the C compiler and linker"; "-cclib", true, " Pass option to the C linker"; "-ccopt", true, " Pass option to the C compiler and linker"; "-compact", false, " Optimize code size rather than speed"; "-config", false, " Print configuration values and exit"; "-dtypes", false, " (deprecated) same as -annot"; "-for-pack", true, " Generate code that can later be `packed' with\n ocamlopt -pack -o .cmx"; "-g", false, " Record debugging information for exception backtrace"; "-i", false, " Print inferred interface"; "-I", true, " Add to the list of include directories"; "-impl", true, " Compile as a .ml file"; "-inline", true, " Set aggressiveness of inlining to "; "-intf", true, " Compile as a .mli file"; "-intf-suffix", true, " Suffix for interface files (default: .mli)"; "-labels", false, " Use commuting label mode"; "-linkall", false, " Link all modules, even unused ones"; "-no-app-funct", false, " Deactivate applicative functors"; "-noassert", false, " Do not compile assertion checks"; "-noautolink", false, " Do not automatically link C libraries specified in .cmxa files"; "-nodynlink", false, " Enable optimizations for code that will not be dynlinked"; "-nolabels", false, " Ignore non-optional labels in types"; "-nostdlib", false, " Do not add default directory to the list of include directories"; "-o", true, " Set output file name to "; "-output-obj", false, " Output a C object file instead of an executable"; "-p", false, " Compile and link with profiling support for \"gprof\"\n (not supported on all platforms)"; "-pack", false, " Package the given .cmx files into one .cmx"; "-pp", true, " Pipe sources through preprocessor "; "-principal", false, " Check principality of type inference"; "-rectypes", false, " Allow arbitrary recursive types"; "-runtime-variant", true, " Use the variant of the run-time system"; "-S", false, " Keep intermediate assembly file"; "-strict-sequence", false, " Left-hand part of a sequence must have type unit"; "-shared", false, " Produce a dynlinkable plugin"; "-thread", false, " Generate code that supports the system threads library"; "-unsafe", false, " Do not compile bounds checking on array and string access"; "-v", false, " Print compiler version and location of standard library and exit"; "-version", false, " Print version and exit"; "-vnum", false, " Print version number and exit"; "-verbose", false, " Print calls to external commands"; "-w", true, " Enable or disable warnings according to :\n + enable warnings in \n - disable warnings in \n @ enable warnings in and treat them as errors\n can be:\n a single warning number\n .. a range of consecutive warning numbers\n a predefined set\n default setting is \"+a-4-6-7-9-27-29-32..39\""; "-warn-error", true, " Enable or disable error status for warnings according\n to . See option -w for the syntax of .\n Default setting is \"-a\""; "-warn-help", false, " Show description of warning numbers"; "-where", false, " Print location of standard library and exit"; "-nopervasives", false, " (undocumented)"; "-dparsetree", false, " (undocumented)"; "-drawlambda", false, " (undocumented)"; "-dlambda", false, " (undocumented)"; "-dclambda", false, " (undocumented)"; "-dcmm", false, " (undocumented)"; "-dsel", false, " (undocumented)"; "-dcombine", false, " (undocumented)"; "-dlive", false, " (undocumented)"; "-dspill", false, " (undocumented)"; "-dsplit", false, " (undocumented)"; "-dinterf", false, " (undocumented)"; "-dprefer", false, " (undocumented)"; "-dalloc", false, " (undocumented)"; "-dreload", false, " (undocumented)"; "-dscheduling", false, " (undocumented)"; "-dlinear", false, " (undocumented)"; "-dstartup", false, " (undocumented)"; "-", true, " Treat as a file name (even if it starts with `-')"; ];; let ocamldep_spec = Some [ "-all", false, " Generate dependencies on all files"; "-I", true, " Add to the list of include directories"; "-impl", true, " Process as a .ml file"; "-intf", true, " Process as a .mli file"; "-ml-synonym", true, " Consider as a synonym of the .ml extension"; "-mli-synonym", true, " Consider as a synonym of the .mli extension"; "-modules", false, " Print module dependencies in raw form (not suitable for make)"; "-native", false, " Generate dependencies for native-code only (no .cmo files)"; "-one-line", false, " Output one line per file, regardless of the length"; "-pp", true, " Pipe sources through preprocessor "; "-slash", false, " (Windows) Use forward slash / instead of backslash \\ in file paths"; "-sort", false, " Sort files according to their dependencies"; "-version", false, " Print version and exit"; "-vnum", false, " Print version number and exit"; ];; let ocamldoc_spec = Some [ "-version", false, "\tPrint version and exit"; "-vnum", false, "\tPrint version and exit"; "-v", false, "\t\tverbose mode"; "-I", true, "\tAdd to the list of include directories"; "-pp", true, "\tPipe sources through preprocessor "; "-impl", true, "\tConsider as a .ml file"; "-intf", true, "\tConsider as a .mli file"; "-text", true, "\tConsider as a .txt file"; "-rectypes", false, "\tAllow arbitrary recursive types"; "-nolabels", false, "\tIgnore non-optional labels in types"; "-warn-error", false, "\tTreat ocamldoc warnings as errors"; "-hide-warnings", false, "\n\t\tdo not print ocamldoc warnings"; "-o", true, "\tSet the output file name, used by texi, latex and dot generators\n\t\t(default is ocamldoc.out)\n\t\tor the prefix of index files for the HTML generator\n\t\t(default is index)"; "-d", true, "\tGenerate files in directory , rather than in current\n\t\tdirectory (for man and HTML generators)"; "-sort", false, "\tSort the list of top modules before generating the documentation"; "-no-stop", false, "\tDo not stop at (**/**) comments"; "-no-custom-tags", false, "\n\t\tDo not allow custom @-tags"; "-stars", false, "\tRemove beginning blanks of comment lines, until the first '*'"; "-inv-merge-ml-mli", false, "\n\t\tInverse implementations and interfaces when merging"; "-no-module-constraint-filter", false, "\n\t\tDo not filter module elements using module type constraints"; "-keep-code", false, "\tAlways keep code when available\n"; "-dump", true, "\tDump collected information into "; "-load", true, "\tLoad information from ; may be used several times\n"; "-t", true, "\tUse <title> as title for the generated documentation"; "-intro", true, "<file>\tUse content of <file> as ocamldoc text to use as introduction\n\t\t(HTML, LaTeX and TeXinfo only)"; "-hide", true, "<M1,M2.M3,...>\n\t\tHide the given complete module names in generated doc"; "-m", true, "<options>\tspecify merge options between .mli and .ml\n\t\t<options> can be one or more of the following characters:\n\t\td merge description\n\t\ta merge @author\n\t\tv merge @version\n\t\tl merge @see\n\t\ts merge @since\n\t\tb merge @before\n\t\to merge @deprecated\n\t\tp merge @param\n\t\te merge @raise\n\t\tr merge @return\n\t\tc merge custom @-tags\n\t\tA merge all\n\n *** choosing a generator ***\n"; "-html", false, "\tGenerate HTML documentation"; "-latex", false, "\tGenerate LaTeX documentation"; "-texi", false, "\tGenerate TeXinfo documentation"; "-man", false, "\t\tGenerate man pages"; "-dot", false, "\t\tGenerate dot code of top modules dependencies"; "-customdir", false, "\tDisplay custom generators standard directory and exit"; "-i", true, "<dir>\tAdd the given directory to the search path for custom\n\t\tgenerators"; "-g", true, "<file.cm[o|a|xs]>\n\t\tLoad file defining a new documentation generator\n\n *** HTML options ***\n"; "-all-params", false, "\tDisplay the complete list of parameters for functions and\n\t\tmethods (HTML only)"; "-css-style", true, "<file>\n\t\tUse content of <file> as CSS style definition (HTML only)"; "-index-only", false, "\tGenerate index files only (HTML only)"; "-colorize-code", false, "\n\t\tColorize code even in documentation pages (HTML only)"; "-short-functors", false, "\n\t\tUse short form to display functor types (HTML only)"; "-charset", true, "<s>\n\t\tAdd information about character encoding being s\n\t\t(default is iso-8859-1)\n\n *** LaTeX options ***\n"; "-noheader", false, "\tSuppress header in generated documentation\n\t\t(LaTeX and TeXinfo only)"; "-notrailer", false, "\tSuppress trailer in generated documentation\n\t\t(LaTeX and TeXinfo only)"; "-sepfiles", false, "\tGenerate one file per toplevel module (LaTeX only)"; "-latextitle", false, "n,style\n\t\tAssociate {n } to the given sectionning style\n\t\t(e.g. 'section') in the latex output (LaTeX only)\n\t\tDefault sectionning is:\n\t\t 1 -> section\n\t\t 2 -> subsection\n\t\t 3 -> subsubsection\n\t\t 4 -> paragraph\n\t\t 5 -> subparagraph"; "-latex-value-prefix", true, "<string>\n\t\tUse <string> as prefix for the LaTeX labels of values.\n\t\t(default is \"val:\")"; "-latex-type-prefix", true, "<string>\n\t\tUse <string> as prefix for the LaTeX labels of types.\n\t\t(default is \"type:\")"; "-latex-exception-prefix", true, "<string>\n\t\tUse <string> as prefix for the LaTeX labels of exceptions.\n\t\t(default is \"exception:\")"; "-latex-attribute-prefix", true, "<string>\n\t\tUse <string> as prefix for the LaTeX labels of attributes.\n\t\t(default is \"val:\")"; "-latex-method-prefix", true, "<string>\n\t\tUse <string> as prefix for the LaTeX labels of methods.\n\t\t(default is \"method:\")"; "-latex-module-prefix", true, "<string>\n\t\tUse <string> as prefix for the LaTeX labels of modules.\n\t\t(default is \"module:\")"; "-latex-module-type-prefix", true, "<string>\n\t\tUse <string> as prefix for the LaTeX labels of module types.\n\t\t(default is \"moduletype:\")"; "-latex-class-prefix", true, "<string>\n\t\tUse <string> as prefix for the LaTeX labels of classes.\n\t\t(default is \"class:\")"; "-latex-class-type-prefix", true, "<string>\n\t\tUse <string> as prefix for the LaTeX labels of class types.\n\t\t(default is \"classtype:\")"; "-notoc", false, "\tDo not generate table of contents (LaTeX only)\n\n *** texinfo options ***\n"; "-noindex", false, "\tDo not build index for Info files (TeXinfo only)"; "-esc8", false, "\tEscape accentuated characters in Info files (TeXinfo only)"; "-info-section", false, "Specify section of Info directory (TeXinfo only)"; "-info-entry", false, "\tSpecify Info directory entry (TeXinfo only)\n\n *** dot options ***\n"; "-dot-colors", true, "<c1,c2,...,cn>\n\t\tUse colors c1,c1,...,cn in the dot output\n\t\t(default list is darkturquoise,darkgoldenrod2,cyan,green,\n\t\tmagenta,yellow,burlywood1,aquamarine,floralwhite,lightpink,\n\t\tlightblue,mediumturquoise,salmon,slategray3)"; "-dot-include-all", false, "\n\t\tInclude all modules in the dot output, not only the\n\t\tmodules given on the command line"; "-dot-types", false, "\tGenerate dependency graph for types instead of modules"; "-dot-reduce", false, "\tPerform a transitive reduction on the selected dependency graph\n\t\tbefore the dot output\n\n *** man pages options ***\n"; "-man-mini", false, "\tGenerate man pages only for modules, module types, classes\n\t\tand class types (man only)"; "-man-suffix", true, "<suffix>\n\t\tUse <suffix> for man page files (default is 3o) (man only)\n"; "-man-section", true, "<section>\n\t\tUse <section> in man page files (default is 3) (man only)\n"; ];; Welcome to findlib version 1.3.3 Configuring core... Checking for #remove_directory... Testing threading model... systhread_supported: true Testing DLLs... Configuring libraries... native dynlink: found labltk: found ocamlbuild: found ++ ocamlc -where + ./configure -config /etc/ocamlfind.conf -bindir /usr/bin -sitelib /usr/lib64/ocaml -mandir /usr/share/man -with-toolbox camlp4: using camlp4, style 310 compiler-libs: found Configuration for dbm written to site-lib-src/dbm/META Configuration for dynlink written to site-lib-src/dynlink/META Configuration for graphics written to site-lib-src/graphics/META Configuration for num written to site-lib-src/num/META Configuration for num-top written to site-lib-src/num-top/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 labltk written to site-lib-src/labltk/META Configuration for camlp4 written to site-lib-src/camlp4/META Configuration for ocamlbuild written to site-lib-src/ocamlbuild/META Configuration for compiler-libs written to site-lib-src/compiler-libs/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 <site-lib>/findlib Binaries: /usr/bin Manual pages: /usr/share/man topfind script: /usr/lib64/ocaml Toolbox: yes 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 findlib-toolbox; do ( cd src/$p; make all ); done make[1]: Entering directory `/builddir/build/BUILD/findlib-1.3.3/src/findlib' Makefile:142: depend: No such file or directory ocamllex fl_meta.mll 22 states, 392 transitions, table size 1700 bytes camlp4 pa_o.cmo pa_op.cmo pr_o.cmo -- -impl fl_metascanner.src -o fl_metascanner.ml ocamldep *.ml *.mli >depend make[1]: Leaving directory `/builddir/build/BUILD/findlib-1.3.3/src/findlib' make[1]: Entering directory `/builddir/build/BUILD/findlib-1.3.3/src/findlib' 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 ocamlc -I +compiler-libs -g -c findlib_config.ml ocamlc -I +compiler-libs -g -c fl_split.ml ocamlc -I +compiler-libs -g -c fl_metatoken.ml ocamlc -I +compiler-libs -g -c fl_meta.ml ocamlc -I +compiler-libs -c fl_metascanner.mli ocamlc -I +compiler-libs -g -c fl_metascanner.ml ocamlc -I +compiler-libs -c fl_topo.mli ocamlc -I +compiler-libs -g -c fl_topo.ml File "fl_topo.ml", line 283, characters 10-22: Warning 26: unused variable in_direction. ocamlc -I +compiler-libs -c fl_package_base.mli ocamlc -I +compiler-libs -g -c fl_package_base.ml ocamlc -I +compiler-libs -c findlib.mli ocamlc -I +compiler-libs -g -c findlib.ml ocamlc -I +compiler-libs -g -c fl_args.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 ocamlc -I +compiler-libs -g -c ocaml_args.ml ocamlc -I +compiler-libs -g -c frontend.ml ocamlc -I +compiler-libs -custom -o ocamlfind -g findlib.cma unix.cma \ ocaml_args.cmo frontend.cmo ocamlc -I +compiler-libs -c topfind.mli ocamlc -I +compiler-libs -g -c topfind.ml File "topfind.ml", line 53, characters 10-19: Warning 26: unused variable stdlibdir. File "topfind.ml", line 97, characters 11-12: Warning 26: unused variable d. 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 -c num_top_printers.mli ocamlc -I +compiler-libs -g -c num_top_printers.ml ocamlc -I +compiler-libs -c num_top.mli ocamlc -I +compiler-libs -g -c num_top.ml ocamlc -I +compiler-libs -a -o num_top.cma num_top_printers.cmo num_top.cmo make[1]: Leaving directory `/builddir/build/BUILD/findlib-1.3.3/src/findlib' make[1]: Entering directory `/builddir/build/BUILD/findlib-1.3.3/src/findlib-toolbox' ocamlc -o make_wizard -I +labltk -I ../findlib unix.cma str.cma labltk.cma \ findlib.cma make_wizard.ml File "make_wizard.ml", line 1288, characters 6-12: Warning 26: unused variable update. make[1]: Leaving directory `/builddir/build/BUILD/findlib-1.3.3/src/findlib-toolbox' make all-config make[1]: Entering directory `/builddir/build/BUILD/findlib-1.3.3' USE_CYGPATH="0"; \ export USE_CYGPATH; \ cat findlib.conf.in | \ tools/patch '@SITELIB@' '/usr/lib64/ocaml' >findlib.conf if ocamlc.opt >/dev/null 2>&1; then \ echo 'ocamlc="ocamlc.opt"' >>findlib.conf; \ fi if ocamlopt.opt >/dev/null 2>&1; then \ echo 'ocamlopt="ocamlopt.opt"' >>findlib.conf; \ fi if ocamldep.opt >/dev/null 2>&1; then \ echo 'ocamldep="ocamldep.opt"' >>findlib.conf; \ fi make[1]: Leaving directory `/builddir/build/BUILD/findlib-1.3.3' + make opt for p in findlib findlib-toolbox; do ( cd src/$p; make opt ); done make[1]: Entering directory `/builddir/build/BUILD/findlib-1.3.3/src/findlib' ocamldep *.ml *.mli >depend make[1]: Leaving directory `/builddir/build/BUILD/findlib-1.3.3/src/findlib' make[1]: Entering directory `/builddir/build/BUILD/findlib-1.3.3/src/findlib' ocamlopt -I +compiler-libs -c findlib_config.ml ocamlopt -I +compiler-libs -c fl_split.ml ocamlopt -I +compiler-libs -c fl_metatoken.ml ocamlopt -I +compiler-libs -c fl_meta.ml ocamlopt -I +compiler-libs -c fl_metascanner.ml ocamlopt -I +compiler-libs -c fl_topo.ml File "fl_topo.ml", line 283, characters 10-22: Warning 26: unused variable in_direction. ocamlopt -I +compiler-libs -c fl_package_base.ml ocamlopt -I +compiler-libs -c findlib.ml ocamlopt -I +compiler-libs -c fl_args.ml ocamlopt -I +compiler-libs -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 ocamlopt -I +compiler-libs -c ocaml_args.ml ocamlopt -I +compiler-libs -c frontend.ml ocamlopt -I +compiler-libs -o ocamlfind_opt findlib.cmxa unix.cmxa \ ocaml_args.cmx frontend.cmx make[1]: Leaving directory `/builddir/build/BUILD/findlib-1.3.3/src/findlib' make[1]: Entering directory `/builddir/build/BUILD/findlib-1.3.3/src/findlib-toolbox' true make[1]: Leaving directory `/builddir/build/BUILD/findlib-1.3.3/src/findlib-toolbox' + rm doc/guide-html/TIMESTAMP + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.76qCmW + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/ocaml-findlib-1.3.3-5.el7.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/ocaml-findlib-1.3.3-5.el7.x86_64 ++ dirname /builddir/build/BUILDROOT/ocaml-findlib-1.3.3-5.el7.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/ocaml-findlib-1.3.3-5.el7.x86_64 + cd findlib-1.3.3 + rm -rf /builddir/build/BUILDROOT/ocaml-findlib-1.3.3-5.el7.x86_64 + mkdir -p /builddir/build/BUILDROOT/ocaml-findlib-1.3.3-5.el7.x86_64/usr/bin + make install prefix=/builddir/build/BUILDROOT/ocaml-findlib-1.3.3-5.el7.x86_64 OCAMLFIND_BIN=/builddir/build/BUILDROOT/ocaml-findlib-1.3.3-5.el7.x86_64/usr/bin mkdir -p "/builddir/build/BUILDROOT/ocaml-findlib-1.3.3-5.el7.x86_64/builddir/build/BUILDROOT/ocaml-findlib-1.3.3-5.el7.x86_64/usr/bin" mkdir -p "/builddir/build/BUILDROOT/ocaml-findlib-1.3.3-5.el7.x86_64/usr/share/man" for p in findlib findlib-toolbox; do ( cd src/$p; make install ); done make[1]: Entering directory `/builddir/build/BUILD/findlib-1.3.3/src/findlib' mkdir -p "/builddir/build/BUILDROOT/ocaml-findlib-1.3.3-5.el7.x86_64/usr/lib64/ocaml/findlib" mkdir -p "/builddir/build/BUILDROOT/ocaml-findlib-1.3.3-5.el7.x86_64/builddir/build/BUILDROOT/ocaml-findlib-1.3.3-5.el7.x86_64/usr/bin" test 1 -eq 0 || cp topfind "/builddir/build/BUILDROOT/ocaml-findlib-1.3.3-5.el7.x86_64/usr/lib64/ocaml" files=`../../tools/collect_files ../../Makefile.config findlib.cmi findlib.mli findlib.cma 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.cmxa findlib.a META` && \ cp $files "/builddir/build/BUILDROOT/ocaml-findlib-1.3.3-5.el7.x86_64/usr/lib64/ocaml/findlib" f="ocamlfind"; { test -f ocamlfind_opt && f="ocamlfind_opt"; }; \ cp $f "/builddir/build/BUILDROOT/ocaml-findlib-1.3.3-5.el7.x86_64/builddir/build/BUILDROOT/ocaml-findlib-1.3.3-5.el7.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.3.3-5.el7.x86_64/usr/lib64/ocaml/findlib/"; \ fi make[1]: Leaving directory `/builddir/build/BUILD/findlib-1.3.3/src/findlib' make[1]: Entering directory `/builddir/build/BUILD/findlib-1.3.3/src/findlib-toolbox' cp make_wizard make_wizard.pattern /builddir/build/BUILDROOT/ocaml-findlib-1.3.3-5.el7.x86_64/usr/lib64/ocaml/findlib make[1]: Leaving directory `/builddir/build/BUILD/findlib-1.3.3/src/findlib-toolbox' make install-meta make[1]: Entering directory `/builddir/build/BUILD/findlib-1.3.3' for x in `ls site-lib-src`; do if [ "$x" != "CVS" -a -f "site-lib-src/$x/META" ]; then mkdir -p "/builddir/build/BUILDROOT/ocaml-findlib-1.3.3-5.el7.x86_64/usr/lib64/ocaml/$x"; cp site-lib-src/$x/META "/builddir/build/BUILDROOT/ocaml-findlib-1.3.3-5.el7.x86_64/usr/lib64/ocaml/$x"; fi; done make[1]: Leaving directory `/builddir/build/BUILD/findlib-1.3.3' cd src/findlib; make install-num-top make[1]: Entering directory `/builddir/build/BUILD/findlib-1.3.3/src/findlib' mkdir -p "/builddir/build/BUILDROOT/ocaml-findlib-1.3.3-5.el7.x86_64/usr/lib64/ocaml/num-top" cp num_top.cma num_top.cmi num_top_printers.cmi \ "/builddir/build/BUILDROOT/ocaml-findlib-1.3.3-5.el7.x86_64/usr/lib64/ocaml/num-top" make[1]: Leaving directory `/builddir/build/BUILD/findlib-1.3.3/src/findlib' make install-config make[1]: Entering directory `/builddir/build/BUILD/findlib-1.3.3' mkdir -p "`dirname \"/builddir/build/BUILDROOT/ocaml-findlib-1.3.3-5.el7.x86_64/etc/ocamlfind.conf\"`" test -f "/builddir/build/BUILDROOT/ocaml-findlib-1.3.3-5.el7.x86_64/etc/ocamlfind.conf" || cp findlib.conf "/builddir/build/BUILDROOT/ocaml-findlib-1.3.3-5.el7.x86_64/etc/ocamlfind.conf" make[1]: Leaving directory `/builddir/build/BUILD/findlib-1.3.3' cp tools/safe_camlp4 "/builddir/build/BUILDROOT/ocaml-findlib-1.3.3-5.el7.x86_64/builddir/build/BUILDROOT/ocaml-findlib-1.3.3-5.el7.x86_64/usr/bin" make install-doc make[1]: Entering directory `/builddir/build/BUILD/findlib-1.3.3' mkdir -p /builddir/build/BUILDROOT/ocaml-findlib-1.3.3-5.el7.x86_64/usr/share/man/man1 /builddir/build/BUILDROOT/ocaml-findlib-1.3.3-5.el7.x86_64/usr/share/man/man3 /builddir/build/BUILDROOT/ocaml-findlib-1.3.3-5.el7.x86_64/usr/share/man/man5 cp doc/ref-man/ocamlfind.1 /builddir/build/BUILDROOT/ocaml-findlib-1.3.3-5.el7.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.3.3-5.el7.x86_64/usr/share/man/man5 make[1]: Leaving directory `/builddir/build/BUILD/findlib-1.3.3' + mv /builddir/build/BUILDROOT/ocaml-findlib-1.3.3-5.el7.x86_64//builddir/build/BUILDROOT/ocaml-findlib-1.3.3-5.el7.x86_64/usr/bin/ocamlfind /builddir/build/BUILDROOT/ocaml-findlib-1.3.3-5.el7.x86_64//builddir/build/BUILDROOT/ocaml-findlib-1.3.3-5.el7.x86_64/usr/bin/safe_camlp4 /builddir/build/BUILDROOT/ocaml-findlib-1.3.3-5.el7.x86_64/usr/bin + strip /builddir/build/BUILDROOT/ocaml-findlib-1.3.3-5.el7.x86_64/usr/bin/ocamlfind + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip /usr/bin/strip + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /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.3.3-5.el7.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.sy9zor + umask 022 + cd /builddir/build/BUILD + cd findlib-1.3.3 + DOCDIR=/builddir/build/BUILDROOT/ocaml-findlib-1.3.3-5.el7.x86_64/usr/share/doc/ocaml-findlib-1.3.3 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/ocaml-findlib-1.3.3-5.el7.x86_64/usr/share/doc/ocaml-findlib-1.3.3 + cp -pr LICENSE /builddir/build/BUILDROOT/ocaml-findlib-1.3.3-5.el7.x86_64/usr/share/doc/ocaml-findlib-1.3.3 + cp -pr doc/README /builddir/build/BUILDROOT/ocaml-findlib-1.3.3-5.el7.x86_64/usr/share/doc/ocaml-findlib-1.3.3 + exit 0 warning: File listed twice: /usr/lib64/ocaml/findlib/META warning: File listed twice: /usr/lib64/ocaml/num-top/META Provides: config(ocaml-findlib) = 1.3.3-5.el7 ocaml(Findlib) = b25209f5dd5af6892e21a93e61376ae6 ocaml(Findlib_config) = 8045ade014cff8cdfae5b4e88d0e5cd0 ocaml(Fl_args) = adea5f9e4c09d6d887e0306d9ba51c70 ocaml(Fl_meta) = 917551c0f87ffecce1f665596ce96d54 ocaml(Fl_metascanner) = 71c9859df06be8f1fd9cf3a734a86a5c ocaml(Fl_metatoken) = 32d418ba05f179b8e7d4d64b252e0be3 ocaml(Fl_package_base) = 46b663d989580207ffd202079594259b ocaml(Fl_split) = b4570bf9c2b05b540c2c6dbd1cb0938e ocaml(Fl_topo) = cf7ba9fe9c6fbac0e0e2e563adaeac97 ocaml(Num_top) = a1085a32c201d2526ff8681943c805eb ocaml(Num_top_printers) = c3e516949c65163c0878374246844ef6 ocaml(Topfind) = a534a536003adcf6810a782b9f54f804 ocaml-findlib = 1.3.3-5.el7 ocaml-findlib(x86-64) = 1.3.3-5.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /bin/sh libc.so.6()(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.15)(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) 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(Arg) = 0912ae37a27d2d7d1889fb5c072b7f05 ocaml(Array) = 4d5efba91ec70acd7b184fd4b277708c ocaml(Big_int) = 6ea0f5d18abf2406597321a99befa362 ocaml(Buffer) = 3f6c994721573c9f8b5411e6824249f4 ocaml(Char) = 2693889a299a12395f3d4a288142de6d ocaml(Consistbl) = 97e49e97d992ea369e6ed519539473a2 ocaml(Digest) = fc1ddbe7729c06f1551c4154795b3b6c ocaml(Env) = 56a89d5b7ab7ad0fb81280deb137beb5 ocaml(Filename) = db19aeb2a8d7e9bd0f4c54d51c6a433e ocaml(Findlib) = b25209f5dd5af6892e21a93e61376ae6 ocaml(Fl_metascanner) = 71c9859df06be8f1fd9cf3a734a86a5c ocaml(Fl_metatoken) = 32d418ba05f179b8e7d4d64b252e0be3 ocaml(Fl_package_base) = 46b663d989580207ffd202079594259b ocaml(Fl_split) = b4570bf9c2b05b540c2c6dbd1cb0938e ocaml(Format) = 6e6b7b75c544ef4ca673a763aec805af ocaml(Hashtbl) = 718cd6ce8bc18371ce22483e362f78b4 ocaml(Ident) = c693e173b9daa04f10b5cc56b12aa069 ocaml(Int32) = 265928798c0b8a63fa48cf9ac202f0ce ocaml(Lexing) = 7e306603bdda9b5b4c50d1aac8def12a ocaml(List) = bd7c662c09e850306a62c12fed5ef5ce ocaml(Location) = bb8b0d496b93cb982f0eaaa799e0c00b ocaml(Longident) = 424c6c173dd904e231a9067d41c77d66 ocaml(Map) = 1be6bb7484ad2000575776b38d423f2f ocaml(Nat) = 08c67210c7d2a23c3baf31b40921b560 ocaml(Num) = dc3dc81a9bf6c00fd6ed8ea8b9243eb6 ocaml(Obj) = ad977b422bbde52cd6cd3b9d04d71db1 ocaml(Path) = 4d18573d91abd30eaa0e3f988fbb7a9c ocaml(Pervasives) = 4836c254f0eacad92fbf67abc525fdda ocaml(Primitive) = e95dc84334fcf47877d46f13a6a0d5c0 ocaml(Printf) = 10fca44c912c9342cf3d611984d42e34 ocaml(Ratio) = b8c317f84aa07072a3ecac75898ac831 ocaml(Set) = a7bdd82abd2a5609c0242e51ef43cacb ocaml(Sort) = 6ddcd88490193349c45bc9baee941ac4 ocaml(Stream) = 85d259e9a37648998b6c03b551d68e46 ocaml(String) = 54ba2685e6ed154753718e9c8becb28b ocaml(Subst) = 4455d01815f43663a9cc853d0f149c2f ocaml(Sys) = 45d17525db422614c1cc84b2d9f27926 ocaml(Topdirs) = 0d106c14f3dbac99b866638c9b5976f9 ocaml(Toploop) = 721574b59e1549287ebc4abc858fb7b9 ocaml(Types) = a6ceaaf6459b0d2d14d3a0a513fe610c ocaml(Warnings) = 22d684bef44f5d2d284a678b5c782cea ocaml(runtime) = 4.00.1 rtld(GNU_HASH) Processing files: ocaml-findlib-devel-1.3.3-5.el7.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.QN02QX + umask 022 + cd /builddir/build/BUILD + cd findlib-1.3.3 + DOCDIR=/builddir/build/BUILDROOT/ocaml-findlib-1.3.3-5.el7.x86_64/usr/share/doc/ocaml-findlib-devel-1.3.3 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/ocaml-findlib-1.3.3-5.el7.x86_64/usr/share/doc/ocaml-findlib-devel-1.3.3 + cp -pr LICENSE /builddir/build/BUILDROOT/ocaml-findlib-1.3.3-5.el7.x86_64/usr/share/doc/ocaml-findlib-devel-1.3.3 + cp -pr doc/README /builddir/build/BUILDROOT/ocaml-findlib-1.3.3-5.el7.x86_64/usr/share/doc/ocaml-findlib-devel-1.3.3 + cp -pr doc/guide-html /builddir/build/BUILDROOT/ocaml-findlib-1.3.3-5.el7.x86_64/usr/share/doc/ocaml-findlib-devel-1.3.3 + exit 0 Provides: ocaml-findlib-devel = 1.3.3-5.el7 ocaml-findlib-devel(x86-64) = 1.3.3-5.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/ocaml-findlib-1.3.3-5.el7.x86_64 Wrote: /builddir/build/RPMS/ocaml-findlib-1.3.3-5.el7.x86_64.rpm Wrote: /builddir/build/RPMS/ocaml-findlib-devel-1.3.3-5.el7.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.6Z6dnz + umask 022 + cd /builddir/build/BUILD + cd findlib-1.3.3 + rm -rf /builddir/build/BUILDROOT/ocaml-findlib-1.3.3-5.el7.x86_64 + exit 0 Child return code was: 0 LEAVE do -->