Mock Version: 1.1.41 ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target armv7hl --nodeps builddir/build/SPECS/ocaml-findlib.spec'], False, '/var/lib/mock/c7-pass-1-armhfp-7bec8c2c8a05bed2f8edd7c5fb4d415c31c821e1/root/', None, 0, True, False, 993, 135, None, False, {'LANG': 'en_US.UTF-8', '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 armv7hl --nodeps builddir/build/SPECS/ocaml-findlib.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} Building target platforms: armv7hl Building for target armv7hl Wrote: /builddir/build/SRPMS/ocaml-findlib-1.3.3-6.el7.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target armv7hl --nodeps builddir/build/SPECS/ocaml-findlib.spec'], False, '/var/lib/mock/c7-pass-1-armhfp-7bec8c2c8a05bed2f8edd7c5fb4d415c31c821e1/root/', None, 0, True, False, 993, 135, None, False, {'LANG': 'en_US.UTF-8', '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 armv7hl --nodeps builddir/build/SPECS/ocaml-findlib.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} Building target platforms: armv7hl Building for target armv7hl Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.gK1ldb + 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.yyztCh + umask 022 + cd /builddir/build/BUILD + cd findlib-1.3.3 + ocamlc -version 4.01.1+dev2-2013-12-18+CLOSED + ocamlc -where /usr/lib/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 messages"; "-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"; "-compat-32", false, " Check that generated bytecode can run on 32-bit platforms"; "-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 "; "-ppx", true, " Pipe abstract syntax trees 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"; "-short-paths", false, " Shorten paths in types"; "-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"; "-verbose", false, " Print calls to external commands"; "-version", false, " Print version and exit"; "-vmthread", false, " Generate code that supports the threads library with VM-level\n scheduling"; "-vnum", false, " Print version number and exit"; "-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-41..42-44-45\""; "-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"; "-", true, " Treat as a file name (even if it starts with `-')"; "-nopervasives", false, " (undocumented)"; "-use-prims", true, " (undocumented)"; "-dsource", false, " (undocumented)"; "-dparsetree", false, " (undocumented)"; "-dtypedtree", false, " (undocumented)"; "-drawlambda", false, " (undocumented)"; "-dlambda", false, " (undocumented)"; "-dinstr", false, " (undocumented)"; ];; 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 messages"; "-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"; "-compat-32", false, " Check that generated bytecode can run on 32-bit platforms"; "-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 "; "-ppx", true, " Pipe abstract syntax trees 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"; "-short-paths", false, " Shorten paths in types"; "-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"; "-verbose", false, " Print calls to external commands"; "-version", false, " Print version and exit"; "-vmthread", false, " Generate code that supports the threads library with VM-level\n scheduling"; "-vnum", false, " Print version number and exit"; "-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-41..42-44-45\""; "-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"; "-", true, " Treat as a file name (even if it starts with `-')"; "-nopervasives", false, " (undocumented)"; "-use-prims", true, " (undocumented)"; "-dsource", false, " (undocumented)"; "-dparsetree", false, " (undocumented)"; "-dtypedtree", false, " (undocumented)"; "-drawlambda", false, " (undocumented)"; "-dlambda", false, " (undocumented)"; "-dinstr", false, " (undocumented)"; ];; let ocamlmktop_spec = Some [ "-a", false, " Build a library"; "-absname", false, " Show absolute filenames in error messages"; "-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"; "-compat-32", false, " Check that generated bytecode can run on 32-bit platforms"; "-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 "; "-ppx", true, " Pipe abstract syntax trees 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"; "-short-paths", false, " Shorten paths in types"; "-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"; "-verbose", false, " Print calls to external commands"; "-version", false, " Print version and exit"; "-vmthread", false, " Generate code that supports the threads library with VM-level\n scheduling"; "-vnum", false, " Print version number and exit"; "-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-41..42-44-45\""; "-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"; "-", true, " Treat as a file name (even if it starts with `-')"; "-nopervasives", false, " (undocumented)"; "-use-prims", true, " (undocumented)"; "-dsource", false, " (undocumented)"; "-dparsetree", false, " (undocumented)"; "-dtypedtree", false, " (undocumented)"; "-drawlambda", false, " (undocumented)"; "-dlambda", false, " (undocumented)"; "-dinstr", false, " (undocumented)"; ];; let ocamlopt_spec = Some [ "-farch", true, " Select the ARM target architecture (default: armv7)"; "-ffpu", true, " Select the floating-point hardware (default: vfpv3-d16)"; "-fPIC", false, " Generate position-independent machine code"; "-fno-PIC", false, " Generate position-dependent machine code"; "-fthumb", false, " Enable Thumb/Thumb-2 code generation (default)"; "-fno-thumb", false, " Disable Thumb/Thumb-2 code generation"; "-a", false, " Build a library"; "-absname", false, " Show absolute filenames in error messages"; "-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 "; "-ppx", true, " Pipe abstract syntax trees 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"; "-shared", false, " Produce a dynlinkable plugin"; "-short-paths", false, " Shorten paths in types"; "-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"; "-v", false, " Print compiler version and location of standard library and exit"; "-verbose", false, " Print calls to external commands"; "-version", false, " Print version and exit"; "-vnum", false, " Print version number and exit"; "-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-41..42-44-45\""; "-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"; "-", true, " Treat as a file name (even if it starts with `-')"; "-nopervasives", false, " (undocumented)"; "-dsource", false, " (undocumented)"; "-dparsetree", false, " (undocumented)"; "-dtypedtree", 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)"; ];; let ocamldep_spec = Some [ "-absname", false, " Show absolute filenames in error messages"; "-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 "; "-ppx", true, " Pipe abstract syntax trees 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 "; "-ppx", true, "\n\t\tPipe abstract syntax tree 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 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 ++ ocamlc -where + ./configure -config /etc/ocamlfind.conf -bindir /usr/bin -sitelib /usr/lib/ocaml -mandir /usr/share/man -with-toolbox 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/lib/ocaml Binaries: /usr/bin Manual pages: /usr/local/man Multi-threading type: posix The directory of site-specific packages will be site-lib: /usr/lib/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/lib/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/lib/ocaml' | \ sed -e 's;@AUTOLINK@;true;g' \ -e 's;@SYSTEM@;linux_eabihf;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. File "fl_topo.ml", line 219, characters 36-37: Warning 3: deprecated feature: operator (&); you should use (&&) instead 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/lib/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/lib/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. File "fl_topo.ml", line 219, characters 36-37: Warning 3: deprecated feature: operator (&); you should use (&&) instead 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 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.naDN80 + exit 0 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/ocaml-findlib-1.3.3-6.el7.arm '!=' / ']' + rm -rf /builddir/build/BUILDROOT/ocaml-findlib-1.3.3-6.el7.arm ++ dirname /builddir/build/BUILDROOT/ocaml-findlib-1.3.3-6.el7.arm + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/ocaml-findlib-1.3.3-6.el7.arm + cd findlib-1.3.3 + rm -rf /builddir/build/BUILDROOT/ocaml-findlib-1.3.3-6.el7.arm + mkdir -p /builddir/build/BUILDROOT/ocaml-findlib-1.3.3-6.el7.arm/usr/bin + make install prefix=/builddir/build/BUILDROOT/ocaml-findlib-1.3.3-6.el7.arm OCAMLFIND_BIN=/builddir/build/BUILDROOT/ocaml-findlib-1.3.3-6.el7.arm/usr/bin mkdir -p "/builddir/build/BUILDROOT/ocaml-findlib-1.3.3-6.el7.arm/builddir/build/BUILDROOT/ocaml-findlib-1.3.3-6.el7.arm/usr/bin" mkdir -p "/builddir/build/BUILDROOT/ocaml-findlib-1.3.3-6.el7.arm/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-6.el7.arm/usr/lib/ocaml/findlib" mkdir -p "/builddir/build/BUILDROOT/ocaml-findlib-1.3.3-6.el7.arm/builddir/build/BUILDROOT/ocaml-findlib-1.3.3-6.el7.arm/usr/bin" test 1 -eq 0 || cp topfind "/builddir/build/BUILDROOT/ocaml-findlib-1.3.3-6.el7.arm/usr/lib/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-6.el7.arm/usr/lib/ocaml/findlib" f="ocamlfind"; { test -f ocamlfind_opt && f="ocamlfind_opt"; }; \ cp $f "/builddir/build/BUILDROOT/ocaml-findlib-1.3.3-6.el7.arm/builddir/build/BUILDROOT/ocaml-findlib-1.3.3-6.el7.arm/usr/bin/ocamlfind" # the following "if" block is only needed for 4.00beta2 if [ 1 -eq 0 -a -f "/usr/lib/ocaml/compiler-libs/topdirs.cmi" ]; then \ cd "/usr/lib/ocaml/compiler-libs/"; \ cp topdirs.cmi toploop.cmi "/builddir/build/BUILDROOT/ocaml-findlib-1.3.3-6.el7.arm/usr/lib/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-6.el7.arm/usr/lib/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-6.el7.arm/usr/lib/ocaml/$x"; cp site-lib-src/$x/META "/builddir/build/BUILDROOT/ocaml-findlib-1.3.3-6.el7.arm/usr/lib/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-6.el7.arm/usr/lib/ocaml/num-top" cp num_top.cma num_top.cmi num_top_printers.cmi \ "/builddir/build/BUILDROOT/ocaml-findlib-1.3.3-6.el7.arm/usr/lib/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-6.el7.arm/etc/ocamlfind.conf\"`" test -f "/builddir/build/BUILDROOT/ocaml-findlib-1.3.3-6.el7.arm/etc/ocamlfind.conf" || cp findlib.conf "/builddir/build/BUILDROOT/ocaml-findlib-1.3.3-6.el7.arm/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-6.el7.arm/builddir/build/BUILDROOT/ocaml-findlib-1.3.3-6.el7.arm/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-6.el7.arm/usr/share/man/man1 /builddir/build/BUILDROOT/ocaml-findlib-1.3.3-6.el7.arm/usr/share/man/man3 /builddir/build/BUILDROOT/ocaml-findlib-1.3.3-6.el7.arm/usr/share/man/man5 cp doc/ref-man/ocamlfind.1 /builddir/build/BUILDROOT/ocaml-findlib-1.3.3-6.el7.arm/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-6.el7.arm/usr/share/man/man5 make[1]: Leaving directory `/builddir/build/BUILD/findlib-1.3.3' + mv /builddir/build/BUILDROOT/ocaml-findlib-1.3.3-6.el7.arm//builddir/build/BUILDROOT/ocaml-findlib-1.3.3-6.el7.arm/usr/bin/ocamlfind /builddir/build/BUILDROOT/ocaml-findlib-1.3.3-6.el7.arm//builddir/build/BUILDROOT/ocaml-findlib-1.3.3-6.el7.arm/usr/bin/safe_camlp4 /builddir/build/BUILDROOT/ocaml-findlib-1.3.3-6.el7.arm/usr/bin + strip /builddir/build/BUILDROOT/ocaml-findlib-1.3.3-6.el7.arm/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-6.el7.armv7hl Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.9xrlsL + umask 022 + cd /builddir/build/BUILD + cd findlib-1.3.3 + DOCDIR=/builddir/build/BUILDROOT/ocaml-findlib-1.3.3-6.el7.arm/usr/share/doc/ocaml-findlib-1.3.3 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/ocaml-findlib-1.3.3-6.el7.arm/usr/share/doc/ocaml-findlib-1.3.3 + cp -pr LICENSE /builddir/build/BUILDROOT/ocaml-findlib-1.3.3-6.el7.arm/usr/share/doc/ocaml-findlib-1.3.3 + cp -pr doc/README /builddir/build/BUILDROOT/ocaml-findlib-1.3.3-6.el7.arm/usr/share/doc/ocaml-findlib-1.3.3 + exit 0 warning: File listed twice: /usr/lib/ocaml/findlib/META warning: File listed twice: /usr/lib/ocaml/num-top/META Provides: config(ocaml-findlib) = 1.3.3-6.el7 ocaml(Findlib) = 3d89b5fb2edcc48c6d173303f580bd8e ocaml(Findlib_config) = b25ca143656c558f99c2a5c70f8215b2 ocaml(Fl_args) = c7df393a435cccfe65c118cdea1c1909 ocaml(Fl_meta) = 6b4c87efcff666227d79e96808b8997a ocaml(Fl_metascanner) = 81d5c84d8552ae008972c56cd9b19d6d ocaml(Fl_metatoken) = 8e27a29bbdd639792cae4bf81698e9d8 ocaml(Fl_package_base) = 3fae48854885202b8b1c212e95c6d15e ocaml(Fl_split) = 7decd640aa8e48887fb7cfd3bba0ce18 ocaml(Fl_topo) = 06887d1255c386d9a49b58b1d9e0f31c ocaml(Num_top) = 5338aae6ff6822261df3de8968066baa ocaml(Num_top_printers) = 8427f1c6c44815461db2db527814b310 ocaml(Topfind) = b8ea33a92d9c0ef5fdd713c9e9b5cf6e ocaml-findlib = 1.3.3-6.el7 ocaml-findlib(armv7hl-32) = 1.3.3-6.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /bin/sh ld-linux-armhf.so.3 ld-linux-armhf.so.3(GLIBC_2.4) libc.so.6 libc.so.6(GLIBC_2.15) libc.so.6(GLIBC_2.4) libc.so.6(GLIBC_2.7) libdl.so.2 libdl.so.2(GLIBC_2.4) libgcc_s.so.1 libgcc_s.so.1(GCC_3.5) libm.so.6 libm.so.6(GLIBC_2.4) ocaml(Arg) = a7ebc43608a0326f6aa67069897d89e7 ocaml(Array) = 8a6bb22925744456eb66180ea42e3344 ocaml(Big_int) = f8c6fb4af713157bb22632e572534639 ocaml(Buffer) = af3ef6fba94cdb4eba31e98b4e341dab ocaml(Char) = 9554e5449c177414a27e7d7ff5ed8013 ocaml(Consistbl) = bc28b09d168bd5f584e09af7f954abe4 ocaml(Digest) = 5972f410cf78f5813a94ff7b90804058 ocaml(Env) = b0711ba5d893519d4fb09eada8938263 ocaml(Filename) = 28728bb478e079cce0b0c694de7944d6 ocaml(Findlib) = 3d89b5fb2edcc48c6d173303f580bd8e ocaml(Fl_metascanner) = 81d5c84d8552ae008972c56cd9b19d6d ocaml(Fl_metatoken) = 8e27a29bbdd639792cae4bf81698e9d8 ocaml(Fl_package_base) = 3fae48854885202b8b1c212e95c6d15e ocaml(Fl_split) = 7decd640aa8e48887fb7cfd3bba0ce18 ocaml(Format) = e0d18776d4bacff3a198b5c23d0e9355 ocaml(Hashtbl) = 024edc3512403b725052aec8e41ed971 ocaml(Ident) = c2b52ae4c9e8a6b425141e6e60504fc0 ocaml(Int32) = ad06f04cfca6d404d1de76c3dc67324a ocaml(Lexing) = 50598ab7c92b4bdcc624e472342ac8a9 ocaml(List) = d757117653d9319fefb7ddc78a998f41 ocaml(Location) = b9d1154cc96c538cc6732c136cfa8430 ocaml(Longident) = 1802b7b3176997a3efbccb3f3d8a3571 ocaml(Map) = f11d7ddcffad09397202a49bd9bb4283 ocaml(Nat) = ac011c9fbe199b586b98e7c9887f9e24 ocaml(Num) = a55d7a4dde9dd12b458f9a55320c6e4d ocaml(Obj) = b0adfa4175f86e4394859886c1a374bb ocaml(Path) = d1199cad26cb31a59d22bb583b05f9e3 ocaml(Pervasives) = 36b5bc8227dc9914c6d9fd9bdcfadb45 ocaml(Primitive) = 143b5c1452fd31f19fad383345fe1679 ocaml(Printf) = d012329cc712e91d0f10a5eef2303d18 ocaml(Ratio) = 4a3c42327fa7e731ee4426f28df82974 ocaml(Set) = be044b48f40a48f0eb210225f11e0118 ocaml(Sort) = bbf3cb6d6b6965786380d6b6dd21c59d ocaml(Stream) = 932d0bd7bd881dd54cdaabdd1ca8062b ocaml(String) = db7f34081ef8fcaf499f19523d0736c6 ocaml(Subst) = c118fcbbb4bbb8e2aadcf74510211c66 ocaml(Sys) = 5acfec22153eb1403597926ecd15f4f5 ocaml(Topdirs) = a94f3f1835b64e3ca32a807c1f375f1e ocaml(Toploop) = fb1e0043aa9bf5d48d6c772dbc9148c6 ocaml(Types) = bcb988bff6647185e5b4d38fd614fa20 ocaml(Warnings) = 8742944ededcb453b8a11032d09543b4 ocaml(runtime) = 4.01.1 rtld(GNU_HASH) Processing files: ocaml-findlib-devel-1.3.3-6.el7.armv7hl Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.ITfcKt + umask 022 + cd /builddir/build/BUILD + cd findlib-1.3.3 + DOCDIR=/builddir/build/BUILDROOT/ocaml-findlib-1.3.3-6.el7.arm/usr/share/doc/ocaml-findlib-devel-1.3.3 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/ocaml-findlib-1.3.3-6.el7.arm/usr/share/doc/ocaml-findlib-devel-1.3.3 + cp -pr LICENSE /builddir/build/BUILDROOT/ocaml-findlib-1.3.3-6.el7.arm/usr/share/doc/ocaml-findlib-devel-1.3.3 + cp -pr doc/README /builddir/build/BUILDROOT/ocaml-findlib-1.3.3-6.el7.arm/usr/share/doc/ocaml-findlib-devel-1.3.3 + cp -pr doc/guide-html /builddir/build/BUILDROOT/ocaml-findlib-1.3.3-6.el7.arm/usr/share/doc/ocaml-findlib-devel-1.3.3 + exit 0 Provides: ocaml-findlib-devel = 1.3.3-6.el7 ocaml-findlib-devel(armv7hl-32) = 1.3.3-6.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-6.el7.arm Wrote: /builddir/build/RPMS/ocaml-findlib-1.3.3-6.el7.armv7hl.rpm Wrote: /builddir/build/RPMS/ocaml-findlib-devel-1.3.3-6.el7.armv7hl.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.CPPFyq + umask 022 + cd /builddir/build/BUILD + cd findlib-1.3.3 + rm -rf /builddir/build/BUILDROOT/ocaml-findlib-1.3.3-6.el7.arm + exit 0 Child return code was: 0 LEAVE do -->