Mock Version: 1.2.12
ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/ocaml-findlib.spec'], chrootPath='/var/lib/mock/epel-7-x86_64-mockbuilder-7995/root'shell=FalseprintOutput=Falseenv={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;<mock-chroot>\x07<mock-chroot>"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=0logger=<mockbuild.trace_decorator.getLog object at 0x7fcb2aa7b710>uid=1001)
Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/ocaml-findlib.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;<mock-chroot>\x07<mock-chroot>"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False
warning: bogus date in %changelog: Fri Nov 20 2008 Richard W.M. Jones <rjones@redhat.com> - 1.2.3-2
warning: Could not canonicalize hostname: copr-builder-593763102
Building target platforms: x86_64
Building for target x86_64
Wrote: /builddir/build/SRPMS/ocaml-findlib-1.5.5-1.el7.centos.src.rpm
Child return code was: 0
LEAVE do --> 

ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps  /builddir/build/SPECS/ocaml-findlib.spec '], chrootPath='/var/lib/mock/epel-7-x86_64-mockbuilder-7995/root'shell=FalseprintOutput=Falseenv={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;<mock-chroot>\x07<mock-chroot>"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=0logger=<mockbuild.trace_decorator.getLog object at 0x7fcb2aa7b710>uid=1001)
Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps  /builddir/build/SPECS/ocaml-findlib.spec '] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;<mock-chroot>\x07<mock-chroot>"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False
warning: bogus date in %changelog: Fri Nov 20 2008 Richard W.M. Jones <rjones@redhat.com> - 1.2.3-2
Building target platforms: x86_64
Building for target x86_64
Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.hVRuKL
+ umask 022
+ cd /builddir/build/BUILD
+ cd /builddir/build/BUILD
+ rm -rf findlib-1.5.5
+ /usr/bin/tar -xf -
+ /usr/bin/gzip -dc /builddir/build/SOURCES/findlib-1.5.5.tar.gz
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd findlib-1.5.5
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ exit 0
Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.UHLdHN
+ umask 022
+ cd /builddir/build/BUILD
+ cd findlib-1.5.5
+ ocamlc -version
4.01.1+dev2-2013-12-18+CLOSED
+ 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 messages";
  "-annot",
  false,
  " Save information in <filename>.annot";
  "-bin-annot",
  false,
  " Save typedtree in <filename>.cmt";
  "-c",
  false,
  " Compile only (do not link)";
  "-cc",
  true,
  "<command>  Use <command> as the C compiler and linker";
  "-cclib",
  true,
  "<opt>  Pass option <opt> to the C linker";
  "-ccopt",
  true,
  "<opt>  Pass option <opt> 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,
  "<lib>  Use the dynamically-loaded library <lib>";
  "-dllpath",
  true,
  "<dir>  Add <dir> to the run-time search path for shared libraries";
  "-dtypes",
  false,
  " (deprecated) same as -annot";
  "-for-pack",
  true,
  "<ident>  Ignored (for compatibility with ocamlopt)";
  "-g",
  false,
  " Save debugging information";
  "-i",
  false,
  " Print inferred interface";
  "-I",
  true,
  "<dir>  Add <dir> to the list of include directories";
  "-impl",
  true,
  "<file>  Compile <file> as a .ml file";
  "-intf",
  true,
  "<file>  Compile <file> as a .mli file";
  "-intf-suffix",
  true,
  "<string>  Suffix for interface files (default: .mli)";
  "-intf_suffix",
  true,
  "<string>  (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,
  "<file>  Set output file name to <file>";
  "-output-obj",
  false,
  " Output a C object file instead of an executable";
  "-pack",
  false,
  " Package the given .cmo files into one .cmo";
  "-pp",
  true,
  "<command>  Pipe sources through preprocessor <command>";
  "-ppx",
  true,
  "<command>  Pipe abstract syntax trees through preprocessor <command>";
  "-principal",
  false,
  " Check principality of type inference";
  "-rectypes",
  false,
  " Allow arbitrary recursive types";
  "-runtime-variant",
  true,
  "<str>  Use the <str> 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,
  "<file>  Generate bytecode for the given runtime system";
  "-use_runtime",
  true,
  "<file>  (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,
  "<list>  Enable or disable warnings according to <list>:\n        +<spec>   enable warnings in <spec>\n        -<spec>   disable warnings in <spec>\n        @<spec>   enable warnings in <spec> and treat them as errors\n     <spec> can be:\n        <num>             a single warning number\n        <num1>..<num2>    a range of consecutive warning numbers\n        <letter>          a predefined set\n     default setting is \"+a-4-6-7-9-27-29-32..39-41..42-44-45\"";
  "-warn-error",
  true,
  "<list>  Enable or disable error status for warnings according\n     to <list>.  See option -w for the syntax of <list>.\n     Default setting is \"-a\"";
  "-warn-help",
  false,
  " Show description of warning numbers";
  "-where",
  false,
  " Print location of standard library and exit";
  "-",
  true,
  "<file>  Treat <file> as a file name (even if it starts with `-')";
  "-nopervasives",
  false,
  " (undocumented)";
  "-use-prims",
  true,
  "<file>  (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 <filename>.annot";
  "-bin-annot",
  false,
  " Save typedtree in <filename>.cmt";
  "-c",
  false,
  " Compile only (do not link)";
  "-cc",
  true,
  "<command>  Use <command> as the C compiler and linker";
  "-cclib",
  true,
  "<opt>  Pass option <opt> to the C linker";
  "-ccopt",
  true,
  "<opt>  Pass option <opt> 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,
  "<lib>  Use the dynamically-loaded library <lib>";
  "-dllpath",
  true,
  "<dir>  Add <dir> to the run-time search path for shared libraries";
  "-dtypes",
  false,
  " (deprecated) same as -annot";
  "-for-pack",
  true,
  "<ident>  Ignored (for compatibility with ocamlopt)";
  "-g",
  false,
  " Save debugging information";
  "-i",
  false,
  " Print inferred interface";
  "-I",
  true,
  "<dir>  Add <dir> to the list of include directories";
  "-impl",
  true,
  "<file>  Compile <file> as a .ml file";
  "-intf",
  true,
  "<file>  Compile <file> as a .mli file";
  "-intf-suffix",
  true,
  "<string>  Suffix for interface files (default: .mli)";
  "-intf_suffix",
  true,
  "<string>  (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,
  "<file>  Set output file name to <file>";
  "-output-obj",
  false,
  " Output a C object file instead of an executable";
  "-pack",
  false,
  " Package the given .cmo files into one .cmo";
  "-pp",
  true,
  "<command>  Pipe sources through preprocessor <command>";
  "-ppx",
  true,
  "<command>  Pipe abstract syntax trees through preprocessor <command>";
  "-principal",
  false,
  " Check principality of type inference";
  "-rectypes",
  false,
  " Allow arbitrary recursive types";
  "-runtime-variant",
  true,
  "<str>  Use the <str> 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,
  "<file>  Generate bytecode for the given runtime system";
  "-use_runtime",
  true,
  "<file>  (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,
  "<list>  Enable or disable warnings according to <list>:\n        +<spec>   enable warnings in <spec>\n        -<spec>   disable warnings in <spec>\n        @<spec>   enable warnings in <spec> and treat them as errors\n     <spec> can be:\n        <num>             a single warning number\n        <num1>..<num2>    a range of consecutive warning numbers\n        <letter>          a predefined set\n     default setting is \"+a-4-6-7-9-27-29-32..39-41..42-44-45\"";
  "-warn-error",
  true,
  "<list>  Enable or disable error status for warnings according\n     to <list>.  See option -w for the syntax of <list>.\n     Default setting is \"-a\"";
  "-warn-help",
  false,
  " Show description of warning numbers";
  "-where",
  false,
  " Print location of standard library and exit";
  "-",
  true,
  "<file>  Treat <file> as a file name (even if it starts with `-')";
  "-nopervasives",
  false,
  " (undocumented)";
  "-use-prims",
  true,
  "<file>  (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 <filename>.annot";
  "-bin-annot",
  false,
  " Save typedtree in <filename>.cmt";
  "-c",
  false,
  " Compile only (do not link)";
  "-cc",
  true,
  "<command>  Use <command> as the C compiler and linker";
  "-cclib",
  true,
  "<opt>  Pass option <opt> to the C linker";
  "-ccopt",
  true,
  "<opt>  Pass option <opt> 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,
  "<lib>  Use the dynamically-loaded library <lib>";
  "-dllpath",
  true,
  "<dir>  Add <dir> to the run-time search path for shared libraries";
  "-dtypes",
  false,
  " (deprecated) same as -annot";
  "-for-pack",
  true,
  "<ident>  Ignored (for compatibility with ocamlopt)";
  "-g",
  false,
  " Save debugging information";
  "-i",
  false,
  " Print inferred interface";
  "-I",
  true,
  "<dir>  Add <dir> to the list of include directories";
  "-impl",
  true,
  "<file>  Compile <file> as a .ml file";
  "-intf",
  true,
  "<file>  Compile <file> as a .mli file";
  "-intf-suffix",
  true,
  "<string>  Suffix for interface files (default: .mli)";
  "-intf_suffix",
  true,
  "<string>  (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,
  "<file>  Set output file name to <file>";
  "-output-obj",
  false,
  " Output a C object file instead of an executable";
  "-pack",
  false,
  " Package the given .cmo files into one .cmo";
  "-pp",
  true,
  "<command>  Pipe sources through preprocessor <command>";
  "-ppx",
  true,
  "<command>  Pipe abstract syntax trees through preprocessor <command>";
  "-principal",
  false,
  " Check principality of type inference";
  "-rectypes",
  false,
  " Allow arbitrary recursive types";
  "-runtime-variant",
  true,
  "<str>  Use the <str> 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,
  "<file>  Generate bytecode for the given runtime system";
  "-use_runtime",
  true,
  "<file>  (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,
  "<list>  Enable or disable warnings according to <list>:\n        +<spec>   enable warnings in <spec>\n        -<spec>   disable warnings in <spec>\n        @<spec>   enable warnings in <spec> and treat them as errors\n     <spec> can be:\n        <num>             a single warning number\n        <num1>..<num2>    a range of consecutive warning numbers\n        <letter>          a predefined set\n     default setting is \"+a-4-6-7-9-27-29-32..39-41..42-44-45\"";
  "-warn-error",
  true,
  "<list>  Enable or disable error status for warnings according\n     to <list>.  See option -w for the syntax of <list>.\n     Default setting is \"-a\"";
  "-warn-help",
  false,
  " Show description of warning numbers";
  "-where",
  false,
  " Print location of standard library and exit";
  "-",
  true,
  "<file>  Treat <file> as a file name (even if it starts with `-')";
  "-nopervasives",
  false,
  " (undocumented)";
  "-use-prims",
  true,
  "<file>  (undocumented)";
  "-dsource",
  false,
  " (undocumented)";
  "-dparsetree",
  false,
  " (undocumented)";
  "-dtypedtree",
  false,
  " (undocumented)";
  "-drawlambda",
  false,
  " (undocumented)";
  "-dlambda",
  false,
  " (undocumented)";
  "-dinstr",
  false,
  " (undocumented)";
];;
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 messages";
  "-annot",
  false,
  " Save information in <filename>.annot";
  "-bin-annot",
  false,
  " Save typedtree in <filename>.cmt";
  "-c",
  false,
  " Compile only (do not link)";
  "-cc",
  true,
  "<command>  Use <command> as the C compiler and linker";
  "-cclib",
  true,
  "<opt>  Pass option <opt> to the C linker";
  "-ccopt",
  true,
  "<opt>  Pass option <opt> 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,
  "<ident>  Generate code that can later be `packed' with\n     ocamlopt -pack -o <ident>.cmx";
  "-g",
  false,
  " Record debugging information for exception backtrace";
  "-i",
  false,
  " Print inferred interface";
  "-I",
  true,
  "<dir>  Add <dir> to the list of include directories";
  "-impl",
  true,
  "<file>  Compile <file> as a .ml file";
  "-inline",
  true,
  "<n>  Set aggressiveness of inlining to <n>";
  "-intf",
  true,
  "<file>  Compile <file> as a .mli file";
  "-intf-suffix",
  true,
  "<string>  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,
  "<file>  Set output file name to <file>";
  "-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,
  "<command>  Pipe sources through preprocessor <command>";
  "-ppx",
  true,
  "<command>  Pipe abstract syntax trees through preprocessor <command>";
  "-principal",
  false,
  " Check principality of type inference";
  "-rectypes",
  false,
  " Allow arbitrary recursive types";
  "-runtime-variant",
  true,
  "<str>  Use the <str> 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,
  "<list>  Enable or disable warnings according to <list>:\n        +<spec>   enable warnings in <spec>\n        -<spec>   disable warnings in <spec>\n        @<spec>   enable warnings in <spec> and treat them as errors\n     <spec> can be:\n        <num>             a single warning number\n        <num1>..<num2>    a range of consecutive warning numbers\n        <letter>          a predefined set\n     default setting is \"+a-4-6-7-9-27-29-32..39-41..42-44-45\"";
  "-warn-error",
  true,
  "<list>  Enable or disable error status for warnings according\n     to <list>.  See option -w for the syntax of <list>.\n     Default setting is \"-a\"";
  "-warn-help",
  false,
  " Show description of warning numbers";
  "-where",
  false,
  " Print location of standard library and exit";
  "-",
  true,
  "<file>  Treat <file> 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,
  "<dir>  Add <dir> to the list of include directories";
  "-impl",
  true,
  "<f>  Process <f> as a .ml file";
  "-intf",
  true,
  "<f>  Process <f> as a .mli file";
  "-ml-synonym",
  true,
  "<e>  Consider <e> as a synonym of the .ml extension";
  "-mli-synonym",
  true,
  "<e>  Consider <e> 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,
  "<cmd>  Pipe sources through preprocessor <cmd>";
  "-ppx",
  true,
  "<cmd>  Pipe abstract syntax trees through preprocessor <cmd>";
  "-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,
  "<dir>\tAdd <dir> to the list of include directories";
  "-pp",
  true,
  "<command>\tPipe sources through preprocessor <command>";
  "-ppx",
  true,
  "<command>\n\t\tPipe abstract syntax tree through preprocessor <command>";
  "-impl",
  true,
  "<file>\tConsider <file> as a .ml file";
  "-intf",
  true,
  "<file>\tConsider <file> as a .mli file";
  "-text",
  true,
  "<file>\tConsider <file> 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,
  "<file>\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,
  "<dir>\tGenerate files in directory <dir>, 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,
  "<file>\tDump collected information into <file>";
  "-load",
  true,
  "<file>\tLoad information from <file> ; may be used several times\n";
  "-t",
  true,
  "<title>\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.5.5
Configuring core...
++ ocamlc -where
+ ./configure -config /etc/ocamlfind.conf -bindir /usr/bin -sitelib /usr/lib64/ocaml -mandir /usr/share/man -with-toolbox
Checking for #remove_directory...
Testing threading model...
systhread_supported: true
Testing DLLs...
Testing whether ppxopt can be supported...
File "itest-aux/ppx.ml", line 1, characters 0-25:
Error: Unbound value Toploop.preprocess_phrase
Configuring libraries...
native dynlink: found
labltk: not present
Sorry, toolbox requires labltk - omitting toolbox.
ocamlbuild: found
camlp4: using camlp4, style 310
compiler-libs: found
dbm: not present (normal since OCaml-4.00)
bytes: not found, installing compat library
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 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
Topfind ppxopt support:    no
Toolbox:                   no
Link custom runtime:       yes
Need bytes compatibility:  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 bytes; do ( cd src/$p; make all ) || exit; done
make[1]: Entering directory `/builddir/build/BUILD/findlib-1.5.5/src/findlib'
Makefile:160: depend: No such file or directory
ocamllex fl_meta.mll
22 states, 392 transitions, table size 1700 bytes
ocamldep *.ml *.mli >depend
make[1]: Leaving directory `/builddir/build/BUILD/findlib-1.5.5/src/findlib'
make[1]: Entering directory `/builddir/build/BUILD/findlib-1.5.5/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
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
if [ "false" = "true" ]; then                 \
	cp topfind.ml.in topfind.ml;                             \
else                                                             \
	sed -e '/PPXOPT_BEGIN/,/PPXOPT_END/ d' topfind.ml.in     \
		> topfind.ml ;                                   \
fi
ocamlc -I +compiler-libs -c topfind.mli
ocamlc -I +compiler-libs -g -c topfind.ml
ocamlc -I +compiler-libs -a -o findlib_top.cma topfind.cmo
USE_CYGPATH="0"; \
export USE_CYGPATH; \
cat topfind_rd1.p | \
	../../tools/patch '@SITELIB@' '/usr/lib64/ocaml' \
    	    >topfind
ocamlc -I +compiler-libs -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.5.5/src/findlib'
make[1]: Entering directory `/builddir/build/BUILD/findlib-1.5.5/src/bytes'
ocamlbuild -classic-display -no-links bytes.cmi bytes.cma
/usr/bin/ocamldep.opt -modules bytes.ml > bytes.ml.depends
/usr/bin/ocamlc.opt -c -o bytes.cmo bytes.ml
/usr/bin/ocamlc.opt -a bytes.cmo -o bytes.cma
make[1]: Leaving directory `/builddir/build/BUILD/findlib-1.5.5/src/bytes'
make all-config
make[1]: Entering directory `/builddir/build/BUILD/findlib-1.5.5'
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
if ocamldoc.opt >/dev/null 2>&1; then \
	echo 'ocamldoc="ocamldoc.opt"' >>findlib.conf; \
fi
make[1]: Leaving directory `/builddir/build/BUILD/findlib-1.5.5'
+ make opt
for p in findlib bytes; do ( cd src/$p; make opt ) || exit; done
make[1]: Entering directory `/builddir/build/BUILD/findlib-1.5.5/src/findlib'
ocamldep *.ml *.mli >depend
make[1]: Leaving directory `/builddir/build/BUILD/findlib-1.5.5/src/findlib'
make[1]: Entering directory `/builddir/build/BUILD/findlib-1.5.5/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
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
if [ 1 -gt 0 ]; then \
    ocamlopt -I +compiler-libs -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; \
fi
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.5.5/src/findlib'
make[1]: Entering directory `/builddir/build/BUILD/findlib-1.5.5/src/bytes'
files="bytes.cmx bytes.a bytes.cmxa"; \
if [ 1 = 1 ]; then \
    files="$files bytes.cmxs"; \
fi; \
ocamlbuild -classic-display -no-links $files
/usr/bin/ocamlopt.opt -c -o bytes.cmx bytes.ml
/usr/bin/ocamlopt.opt -a bytes.cmx -o bytes.cmxa
/usr/bin/ocamlopt.opt -shared bytes.cmx -o bytes.cmxs
make[1]: Leaving directory `/builddir/build/BUILD/findlib-1.5.5/src/bytes'
+ rm doc/guide-html/TIMESTAMP
+ exit 0
Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.D4XzyW
+ umask 022
+ cd /builddir/build/BUILD
+ '[' /builddir/build/BUILDROOT/ocaml-findlib-1.5.5-1.el7.centos.x86_64 '!=' / ']'
+ rm -rf /builddir/build/BUILDROOT/ocaml-findlib-1.5.5-1.el7.centos.x86_64
++ dirname /builddir/build/BUILDROOT/ocaml-findlib-1.5.5-1.el7.centos.x86_64
+ mkdir -p /builddir/build/BUILDROOT
+ mkdir /builddir/build/BUILDROOT/ocaml-findlib-1.5.5-1.el7.centos.x86_64
+ cd findlib-1.5.5
+ rm -rf /builddir/build/BUILDROOT/ocaml-findlib-1.5.5-1.el7.centos.x86_64
+ mkdir -p /builddir/build/BUILDROOT/ocaml-findlib-1.5.5-1.el7.centos.x86_64/usr/bin
+ make install prefix=/builddir/build/BUILDROOT/ocaml-findlib-1.5.5-1.el7.centos.x86_64 OCAMLFIND_BIN=/builddir/build/BUILDROOT/ocaml-findlib-1.5.5-1.el7.centos.x86_64/usr/bin
mkdir -p "/builddir/build/BUILDROOT/ocaml-findlib-1.5.5-1.el7.centos.x86_64/builddir/build/BUILDROOT/ocaml-findlib-1.5.5-1.el7.centos.x86_64/usr/bin"
mkdir -p "/builddir/build/BUILDROOT/ocaml-findlib-1.5.5-1.el7.centos.x86_64/usr/share/man"
make install-config
make[1]: Entering directory `/builddir/build/BUILD/findlib-1.5.5'
mkdir -p "`dirname \"/builddir/build/BUILDROOT/ocaml-findlib-1.5.5-1.el7.centos.x86_64/etc/ocamlfind.conf\"`"
test -f "/builddir/build/BUILDROOT/ocaml-findlib-1.5.5-1.el7.centos.x86_64/etc/ocamlfind.conf" || cp findlib.conf "/builddir/build/BUILDROOT/ocaml-findlib-1.5.5-1.el7.centos.x86_64/etc/ocamlfind.conf"
make[1]: Leaving directory `/builddir/build/BUILD/findlib-1.5.5'
for p in findlib bytes; do ( cd src/$p; make install ); done
make[1]: Entering directory `/builddir/build/BUILD/findlib-1.5.5/src/findlib'
mkdir -p "/builddir/build/BUILDROOT/ocaml-findlib-1.5.5-1.el7.centos.x86_64/usr/lib64/ocaml/findlib"
mkdir -p "/builddir/build/BUILDROOT/ocaml-findlib-1.5.5-1.el7.centos.x86_64/builddir/build/BUILDROOT/ocaml-findlib-1.5.5-1.el7.centos.x86_64/usr/bin"
test 1 -eq 0 || cp topfind "/builddir/build/BUILDROOT/ocaml-findlib-1.5.5-1.el7.centos.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 findlib.cmxs META` && \
cp $files "/builddir/build/BUILDROOT/ocaml-findlib-1.5.5-1.el7.centos.x86_64/usr/lib64/ocaml/findlib"
f="ocamlfind"; { test -f ocamlfind_opt && f="ocamlfind_opt"; }; \
cp $f "/builddir/build/BUILDROOT/ocaml-findlib-1.5.5-1.el7.centos.x86_64/builddir/build/BUILDROOT/ocaml-findlib-1.5.5-1.el7.centos.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.5.5-1.el7.centos.x86_64/usr/lib64/ocaml/findlib/"; \
fi
make[1]: Leaving directory `/builddir/build/BUILD/findlib-1.5.5/src/findlib'
make[1]: Entering directory `/builddir/build/BUILD/findlib-1.5.5/src/bytes'
ocamlbuild -classic-display -no-links bytes.cmi bytes.cma
mkdir -p "/builddir/build/BUILDROOT/ocaml-findlib-1.5.5-1.el7.centos.x86_64/usr/lib64/ocaml/bytes"
cd _build/ && cp ../META bytes.cmi bytes.cma "/builddir/build/BUILDROOT/ocaml-findlib-1.5.5-1.el7.centos.x86_64/usr/lib64/ocaml/bytes"
cd _build/ && for f in bytes.cmx bytes.a bytes.cmxa bytes.cmxs; do if [ -f "$f" ]; then cp $f "/builddir/build/BUILDROOT/ocaml-findlib-1.5.5-1.el7.centos.x86_64/usr/lib64/ocaml/bytes"; fi; done
make[1]: Leaving directory `/builddir/build/BUILD/findlib-1.5.5/src/bytes'
make install-meta
make[1]: Entering directory `/builddir/build/BUILD/findlib-1.5.5'
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.5.5-1.el7.centos.x86_64/usr/lib64/ocaml/$x"; cp site-lib-src/$x/META "/builddir/build/BUILDROOT/ocaml-findlib-1.5.5-1.el7.centos.x86_64/usr/lib64/ocaml/$x"; fi; done
make[1]: Leaving directory `/builddir/build/BUILD/findlib-1.5.5'
cd src/findlib; make install-num-top
make[1]: Entering directory `/builddir/build/BUILD/findlib-1.5.5/src/findlib'
mkdir -p "/builddir/build/BUILDROOT/ocaml-findlib-1.5.5-1.el7.centos.x86_64/usr/lib64/ocaml/num-top"
cp num_top.cma num_top.cmi num_top_printers.cmi \
	"/builddir/build/BUILDROOT/ocaml-findlib-1.5.5-1.el7.centos.x86_64/usr/lib64/ocaml/num-top"
make[1]: Leaving directory `/builddir/build/BUILD/findlib-1.5.5/src/findlib'
if [ 1 -eq 1 ]; then \
	cp tools/safe_camlp4 "/builddir/build/BUILDROOT/ocaml-findlib-1.5.5-1.el7.centos.x86_64/builddir/build/BUILDROOT/ocaml-findlib-1.5.5-1.el7.centos.x86_64/usr/bin"; \
fi
make install-doc
make[1]: Entering directory `/builddir/build/BUILD/findlib-1.5.5'
mkdir -p /builddir/build/BUILDROOT/ocaml-findlib-1.5.5-1.el7.centos.x86_64/usr/share/man/man1 /builddir/build/BUILDROOT/ocaml-findlib-1.5.5-1.el7.centos.x86_64/usr/share/man/man3 /builddir/build/BUILDROOT/ocaml-findlib-1.5.5-1.el7.centos.x86_64/usr/share/man/man5
cp doc/ref-man/ocamlfind.1 /builddir/build/BUILDROOT/ocaml-findlib-1.5.5-1.el7.centos.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.5.5-1.el7.centos.x86_64/usr/share/man/man5
make[1]: Leaving directory `/builddir/build/BUILD/findlib-1.5.5'
+ mv /builddir/build/BUILDROOT/ocaml-findlib-1.5.5-1.el7.centos.x86_64//builddir/build/BUILDROOT/ocaml-findlib-1.5.5-1.el7.centos.x86_64/usr/bin/ocamlfind /builddir/build/BUILDROOT/ocaml-findlib-1.5.5-1.el7.centos.x86_64//builddir/build/BUILDROOT/ocaml-findlib-1.5.5-1.el7.centos.x86_64/usr/bin/safe_camlp4 /builddir/build/BUILDROOT/ocaml-findlib-1.5.5-1.el7.centos.x86_64/usr/bin
+ strip /builddir/build/BUILDROOT/ocaml-findlib-1.5.5-1.el7.centos.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.5.5-1.el7.centos.x86_64
Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.ZcGTL5
+ umask 022
+ cd /builddir/build/BUILD
+ cd findlib-1.5.5
+ DOCDIR=/builddir/build/BUILDROOT/ocaml-findlib-1.5.5-1.el7.centos.x86_64/usr/share/doc/ocaml-findlib-1.5.5
+ export DOCDIR
+ /usr/bin/mkdir -p /builddir/build/BUILDROOT/ocaml-findlib-1.5.5-1.el7.centos.x86_64/usr/share/doc/ocaml-findlib-1.5.5
+ cp -pr LICENSE /builddir/build/BUILDROOT/ocaml-findlib-1.5.5-1.el7.centos.x86_64/usr/share/doc/ocaml-findlib-1.5.5
+ cp -pr doc/README /builddir/build/BUILDROOT/ocaml-findlib-1.5.5-1.el7.centos.x86_64/usr/share/doc/ocaml-findlib-1.5.5
+ 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.5.5-1.el7.centos ocaml(Bytes) = 64e46773d688b6834fc5825f81f77e0d ocaml(Findlib) = 43365998b90a87fd7334e8ca344fed91 ocaml(Findlib_config) = b25ca143656c558f99c2a5c70f8215b2 ocaml(Fl_args) = f137d7ed3623a1ecf8a3e1324e1818d7 ocaml(Fl_meta) = 6b4c87efcff666227d79e96808b8997a ocaml(Fl_metascanner) = 423d5d7fdf518224d47f9857c2b333ee ocaml(Fl_metatoken) = dd4dc9792572f2d136ba20f5bdc8fd2d ocaml(Fl_package_base) = 3fae48854885202b8b1c212e95c6d15e ocaml(Fl_split) = 7decd640aa8e48887fb7cfd3bba0ce18 ocaml(Fl_topo) = 06887d1255c386d9a49b58b1d9e0f31c ocaml(Num_top) = 5338aae6ff6822261df3de8968066baa ocaml(Num_top_printers) = 8427f1c6c44815461db2db527814b310 ocaml(Topfind) = 290ea9db7b741ed2f02d615f083e5a60 ocaml-findlib = 1.5.5-1.el7.centos ocaml-findlib(x86-64) = 1.5.5-1.el7.centos
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) = 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) = 43365998b90a87fd7334e8ca344fed91 ocaml(Fl_metascanner) = 423d5d7fdf518224d47f9857c2b333ee ocaml(Fl_metatoken) = dd4dc9792572f2d136ba20f5bdc8fd2d 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.5.5-1.el7.centos.x86_64
Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.RMO7yg
+ umask 022
+ cd /builddir/build/BUILD
+ cd findlib-1.5.5
+ DOCDIR=/builddir/build/BUILDROOT/ocaml-findlib-1.5.5-1.el7.centos.x86_64/usr/share/doc/ocaml-findlib-devel-1.5.5
+ export DOCDIR
+ /usr/bin/mkdir -p /builddir/build/BUILDROOT/ocaml-findlib-1.5.5-1.el7.centos.x86_64/usr/share/doc/ocaml-findlib-devel-1.5.5
+ cp -pr LICENSE /builddir/build/BUILDROOT/ocaml-findlib-1.5.5-1.el7.centos.x86_64/usr/share/doc/ocaml-findlib-devel-1.5.5
+ cp -pr doc/README /builddir/build/BUILDROOT/ocaml-findlib-1.5.5-1.el7.centos.x86_64/usr/share/doc/ocaml-findlib-devel-1.5.5
+ cp -pr doc/guide-html /builddir/build/BUILDROOT/ocaml-findlib-1.5.5-1.el7.centos.x86_64/usr/share/doc/ocaml-findlib-devel-1.5.5
+ exit 0
Provides: ocaml-findlib-devel = 1.5.5-1.el7.centos ocaml-findlib-devel(x86-64) = 1.5.5-1.el7.centos
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.5.5-1.el7.centos.x86_64
warning: Could not canonicalize hostname: copr-builder-593763102
Wrote: /builddir/build/RPMS/ocaml-findlib-1.5.5-1.el7.centos.x86_64.rpm
Wrote: /builddir/build/RPMS/ocaml-findlib-devel-1.5.5-1.el7.centos.x86_64.rpm
Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.YZKBjR
+ umask 022
+ cd /builddir/build/BUILD
+ cd findlib-1.5.5
+ rm -rf /builddir/build/BUILDROOT/ocaml-findlib-1.5.5-1.el7.centos.x86_64
+ exit 0
Child return code was: 0
LEAVE do -->