Mock Version: 1.2.14 ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv6hl --nodeps /builddir/build/SPECS/ocaml-findlib.spec'], logger=chrootPath='/var/lib/mock/fedora-23-armhfp-pidora-round2-root-15749/root'timeout=0shell=Falseuid=1000user='mockbuild'gid=135printOutput=Falseenv={'TERM': 'vt100', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'LANG': 'en_US.UTF-8', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOSTNAME': 'mock', 'CCACHE_DIR': '/tmp/ccache', 'SHELL': '/bin/bash', 'CCACHE_UMASK': '002', 'HOME': '/builddir'}) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv6hl --nodeps /builddir/build/SPECS/ocaml-findlib.spec'] with env {'TERM': 'vt100', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'LANG': 'en_US.UTF-8', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOSTNAME': 'mock', 'CCACHE_DIR': '/tmp/ccache', 'SHELL': '/bin/bash', 'CCACHE_UMASK': '002', 'HOME': '/builddir'} and shell False Building target platforms: armv6hl Building for target armv6hl Wrote: /builddir/build/SRPMS/ocaml-findlib-1.5.5-4bs02npfc23.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', "/usr/bin/rpmbuild -bb --target armv6hl --nodeps --define '__spec_check_template exit 0; ' /builddir/build/SPECS/ocaml-findlib.spec "], logger=chrootPath='/var/lib/mock/fedora-23-armhfp-pidora-round2-root-15749/root'timeout=0private_network=Trueuid=1000shell=Falseuser='mockbuild'gid=135printOutput=Falseenv={'TERM': 'vt100', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'LANG': 'en_US.UTF-8', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOSTNAME': 'mock', 'CCACHE_DIR': '/tmp/ccache', 'SHELL': '/bin/bash', 'CCACHE_UMASK': '002', 'HOME': '/builddir'}) Executing command: ['bash', '--login', '-c', "/usr/bin/rpmbuild -bb --target armv6hl --nodeps --define '__spec_check_template exit 0; ' /builddir/build/SPECS/ocaml-findlib.spec "] with env {'TERM': 'vt100', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'LANG': 'en_US.UTF-8', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOSTNAME': 'mock', 'CCACHE_DIR': '/tmp/ccache', 'SHELL': '/bin/bash', 'CCACHE_UMASK': '002', 'HOME': '/builddir'} and shell False Building target platforms: armv6hl Building for target armv6hl Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.Lha4IF + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf findlib-1.5.5 + /usr/bin/gzip -dc /builddir/build/SOURCES/findlib-1.5.5.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd findlib-1.5.5 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . Patch #1 (findlib-1.4-add-debug.patch): + echo 'Patch #1 (findlib-1.4-add-debug.patch):' + /usr/bin/cat /builddir/build/SOURCES/findlib-1.4-add-debug.patch + /usr/bin/patch -p2 --fuzz=0 patching file src/findlib/Makefile + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.GT8Bth + umask 022 + cd /builddir/build/BUILD + cd findlib-1.5.5 + ocamlc -version 4.02.2 + 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"; "-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, " Generate code that can later be `packed' with\n ocamlc -pack -o .cmo"; "-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"; "-keep-docs", false, " Keep documentation strings in .cmi files"; "-keep-locs", false, " Keep locations in .cmi files"; "-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-alias-deps", false, " Do not record dependencies for module aliases"; "-no-app-funct", false, " Deactivate applicative functors"; "-no-check-prims", false, " Do not check runtime for primitives"; "-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 "; "-open", true, " Opens the module before typing"; "-output-obj", false, " Output an object file instead of an executable"; "-output-complete-obj", false, " Output an object file, including runtime, 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"; "-safe-string", false, " Make strings immutable"; "-short-paths", false, " Shorten paths in types"; "-strict-sequence", false, " Left-hand part of a sequence must have type unit"; "-strict-formats", false, " Reject invalid formats accepted by legacy implementations\n (Warning: Invalid formats may behave differently from\n previous OCaml versions, and will become always-rejected\n in future OCaml versions. You should use this flag\n to detect and fix invalid formats.)"; "-thread", false, " Generate code that supports the system threads library"; "-unsafe", false, " Do not compile bounds checking on array and string access"; "-unsafe-string", false, " Make strings mutable (default)"; "-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-48-50\""; "-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"; "-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, " Generate code that can later be `packed' with\n ocamlc -pack -o .cmo"; "-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"; "-keep-docs", false, " Keep documentation strings in .cmi files"; "-keep-locs", false, " Keep locations in .cmi files"; "-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-alias-deps", false, " Do not record dependencies for module aliases"; "-no-app-funct", false, " Deactivate applicative functors"; "-no-check-prims", false, " Do not check runtime for primitives"; "-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 "; "-open", true, " Opens the module before typing"; "-output-obj", false, " Output an object file instead of an executable"; "-output-complete-obj", false, " Output an object file, including runtime, 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"; "-safe-string", false, " Make strings immutable"; "-short-paths", false, " Shorten paths in types"; "-strict-sequence", false, " Left-hand part of a sequence must have type unit"; "-strict-formats", false, " Reject invalid formats accepted by legacy implementations\n (Warning: Invalid formats may behave differently from\n previous OCaml versions, and will become always-rejected\n in future OCaml versions. You should use this flag\n to detect and fix invalid formats.)"; "-thread", false, " Generate code that supports the system threads library"; "-unsafe", false, " Do not compile bounds checking on array and string access"; "-unsafe-string", false, " Make strings mutable (default)"; "-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-48-50\""; "-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"; "-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, " Generate code that can later be `packed' with\n ocamlc -pack -o .cmo"; "-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"; "-keep-docs", false, " Keep documentation strings in .cmi files"; "-keep-locs", false, " Keep locations in .cmi files"; "-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-alias-deps", false, " Do not record dependencies for module aliases"; "-no-app-funct", false, " Deactivate applicative functors"; "-no-check-prims", false, " Do not check runtime for primitives"; "-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 "; "-open", true, " Opens the module before typing"; "-output-obj", false, " Output an object file instead of an executable"; "-output-complete-obj", false, " Output an object file, including runtime, 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"; "-safe-string", false, " Make strings immutable"; "-short-paths", false, " Shorten paths in types"; "-strict-sequence", false, " Left-hand part of a sequence must have type unit"; "-strict-formats", false, " Reject invalid formats accepted by legacy implementations\n (Warning: Invalid formats may behave differently from\n previous OCaml versions, and will become always-rejected\n in future OCaml versions. You should use this flag\n to detect and fix invalid formats.)"; "-thread", false, " Generate code that supports the system threads library"; "-unsafe", false, " Do not compile bounds checking on array and string access"; "-unsafe-string", false, " Make strings mutable (default)"; "-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-48-50\""; "-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)"; "-keep-docs", false, " Keep documentation strings in .cmi files"; "-keep-locs", false, " Keep locations in .cmi files"; "-labels", false, " Use commuting label mode"; "-linkall", false, " Link all modules, even unused ones"; "-no-alias-deps", false, " Do not record dependencies for module aliases"; "-no-app-funct", false, " Deactivate applicative functors"; "-no-float-const-prop", false, " Deactivate constant propagation for floating-point operations"; "-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 "; "-open", true, " Opens the module before typing"; "-output-obj", false, " Output an object file instead of an executable"; "-output-complete-obj", false, " Output an object file, including runtime, 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"; "-safe-string", false, " Make strings immutable"; "-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"; "-strict-formats", false, " Reject invalid formats accepted by legacy implementations\n (Warning: Invalid formats may behave differently from\n previous OCaml versions, and will become always-rejected\n in future OCaml versions. You should use this flag\n to detect and fix invalid formats.)"; "-thread", false, " Generate code that supports the system threads library"; "-unsafe", false, " Do not compile bounds checking on array and string access"; "-unsafe-string", false, " Make strings mutable (default)"; "-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-48-50\""; "-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)"; "-dcse", 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)"; "-opaque", false, " Does not generate cross-module optimization information\n (reduces necessary recompilation on module change)"; ];; 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"; "-open", true, " Opens the module before typing"; "-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 [ "-absname", false, " Show absolute filenames in error messages"; "-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"; "-modern", false, " (deprecated) same as -labels"; "-no-alias-deps", false, " Do not record dependencies for module aliases"; "-no-app-funct", false, " Deactivate applicative functors"; "-noassert", false, " Do not compile assertion checks"; "-nolabels", false, " Ignore non-optional labels in types"; "-nostdlib", false, " Do not add default directory to the list of include directories"; "-open", true, " Opens the module before typing"; "-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"; "-safe-string", false, " Make strings immutable"; "-short-paths", false, " Shorten paths in types"; "-strict-sequence", false, " Left-hand part of a sequence must have type unit"; "-strict-formats", false, " Reject invalid formats accepted by legacy implementations\n (Warning: Invalid formats may behave differently from\n previous OCaml versions, and will become always-rejected\n in future OCaml versions. You should use this flag\n to detect and fix invalid formats.)"; "-thread", false, " Generate code that supports the system threads library"; "-unsafe-string", false, " Make strings mutable (default)"; "-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-48-50\""; "-", true, " Treat as a file name (even if it starts with `-')"; "-text", true, " Consider as a .txt file"; "-warn-error", false, " Treat ocamldoc warnings as errors"; "-hide-warnings", false, " do not print ocamldoc warnings"; "-o", true, " Set 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, " Generate files in directory , rather than in current\n\t\tdirectory (for man and HTML generators)"; "-sort", false, " Sort the list of top modules before generating the documentation"; "-no-stop", false, " Do not stop at (**/**) comments"; "-no-custom-tags", false, " Do not allow custom @-tags"; "-stars", false, " Remove beginning blanks of comment lines, until the first '*'"; "-inv-merge-ml-mli", false, " Inverse implementations and interfaces when merging"; "-no-module-constraint-filter", false, "Do not filter module elements using module type constraints"; "-keep-code", false, " Always keep code when available\n"; "-dump", true, " Dump collected information into "; "-load", true, " Load information from ; may be used several times\n"; "-t", true, " Use <title> as title for the generated documentation"; "-intro", true, "<file> Use content of <file> as ocamldoc text to use as introduction\n\t\t(HTML, LaTeX and TeXinfo only)"; "-hide", true, "<M1,M2.M3,...> Hide the given complete module names in generated doc"; "-m", true, "<options> specify 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, " Generate HTML documentation"; "-latex", false, " Generate LaTeX documentation"; "-texi", false, " Generate TeXinfo documentation"; "-man", false, " Generate man pages"; "-dot", false, " Generate dot code of top modules dependencies"; "-customdir", false, "Display custom generators standard directory and exit"; "-i", true, "<dir> Add the given directory to the search path for custom\n\t\tgenerators"; "-g", true, "<file.cm[o|a|xs]> Load file defining a new documentation generator\n\n *** HTML options ***\n"; "-all-params", false, " Display the complete list of parameters for functions and\n\t\tmethods (HTML only)"; "-css-style", true, "<file> Use content of <file> as CSS style definition (HTML only)"; "-index-only", false, " Generate index files only (HTML only)"; "-colorize-code", false, " Colorize code even in documentation pages (HTML only)"; "-short-functors", false, " Use short form to display functor types (HTML only)"; "-charset", true, "<s> Add information about character encoding being s\n\t\t(default is iso-8859-1)\n\n *** LaTeX options ***\n"; "-noheader", false, " Suppress header in generated documentation\n\t\t(LaTeX and TeXinfo only)"; "-notrailer", false, " Suppress trailer in generated documentation\n\t\t(LaTeX and TeXinfo only)"; "-sepfiles", false, " Generate one file per toplevel module (LaTeX only)"; "-latextitle", false, "n,style Associate {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, " Do not generate table of contents (LaTeX only)\n\n *** texinfo options ***\n"; "-noindex", false, " Do not build index for Info files (TeXinfo only)"; "-esc8", false, " Escape accentuated characters in Info files (TeXinfo only)"; "-info-section", false, " Specify section of Info directory (TeXinfo only)"; "-info-entry", false, " Specify 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, " Include all modules in the dot output, not only the\n\t\tmodules given on the command line"; "-dot-types", false, " Generate dependency graph for types instead of modules"; "-dot-reduce", false, " Perform a transitive reduction on the selected dependency graph\n\t\tbefore the dot output\n\n *** man pages options ***\n"; "-man-mini", false, " Generate man pages only for modules, module types, classes\n\t\tand class types (man only)"; "-man-suffix", true, "<suffix> Use <suffix> for man page files (default is 3o) (man only)\n"; "-man-section", true, "<section> Use <section> in man page files (default is 3) (man only)\n"; ];; Welcome to findlib version 1.5.5 Configuring core... Checking for #remove_directory... Testing threading model... systhread_supported: true Testing DLLs... Testing whether ppxopt can be supported... ++ ocamlc -where + ./configure -config /etc/ocamlfind.conf -bindir /usr/bin -sitelib /usr/lib/ocaml -mandir /usr/share/man -with-toolbox 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: found, installing fake 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 Configuration for bytes written to site-lib-src/bytes/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 Topfind ppxopt support: yes Toolbox: no Link custom runtime: yes Need bytes compatibility: no Configuration has been written to Makefile.config You can now do 'make all', and optionally 'make opt', to build ocamlfind. + make all for p in findlib; do ( cd src/$p; make all ) || exit; done make[1]: Entering directory '/builddir/build/BUILD/findlib-1.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 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 File "fl_split.ml", line 114, characters 10-21: Warning 3: deprecated: String.copy File "fl_split.ml", line 118, characters 43-62: Warning 3: deprecated: String.set Use Bytes.set instead. File "fl_split.ml", line 119, characters 37-56: Warning 3: deprecated: String.set Use Bytes.set instead. File "fl_split.ml", line 123, characters 34-47: Warning 3: deprecated: String.set Use Bytes.set instead. File "fl_split.ml", line 124, characters 34-47: Warning 3: deprecated: String.set Use Bytes.set instead. File "fl_split.ml", line 126, characters 26-39: Warning 3: deprecated: String.set Use Bytes.set instead. File "fl_split.ml", line 127, characters 45-64: Warning 3: deprecated: String.set Use Bytes.set instead. File "fl_split.ml", line 128, characters 38-57: Warning 3: deprecated: String.set Use Bytes.set instead. File "fl_split.ml", line 136, characters 13-26: Warning 3: deprecated: String.create Use Bytes.create instead. File "fl_split.ml", line 140, characters 1-19: Warning 3: deprecated: String.set Use Bytes.set instead. ocamlc -I +compiler-libs -g -c fl_metatoken.ml ocamlc -I +compiler-libs -g -c fl_meta.ml File "fl_meta.mll", line 57, characters 13-26: Warning 3: deprecated: String.create Use Bytes.create instead. File "fl_meta.mll", line 61, characters 11-29: Warning 3: deprecated: String.set Use Bytes.set instead. File "fl_meta.mll", line 62, characters 11-22: Warning 3: deprecated: String.set Use Bytes.set instead. ocamlc -I +compiler-libs -c fl_metascanner.mli ocamlc -I +compiler-libs -g -c fl_metascanner.ml File "fl_metascanner.ml", line 111, characters 23-32: Warning 3: deprecated: Sort.list Use List.sort instead. File "fl_metascanner.ml", line 372, characters 20-29: Warning 3: deprecated: Sort.list Use List.sort instead. 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 File "frontend.ml", line 32, characters 9-20: Warning 3: deprecated: String.copy File "frontend.ml", line 34, characters 24-36: Warning 3: deprecated: String.set Use Bytes.set instead. File "frontend.ml", line 1769, characters 16-29: Warning 3: deprecated: String.create Use Bytes.create instead. ocamlc -I +compiler-libs -custom -o ocamlfind -g findlib.cma unix.cma \ ocaml_args.cmo frontend.cmo if [ "true" = "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/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.5.5/src/findlib' 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/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 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; 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 ocamlopt -I +compiler-libs -g -c findlib_config.ml ocamlopt -I +compiler-libs -g -c fl_split.ml File "fl_split.ml", line 114, characters 10-21: Warning 3: deprecated: String.copy File "fl_split.ml", line 118, characters 43-62: Warning 3: deprecated: String.set Use Bytes.set instead. File "fl_split.ml", line 119, characters 37-56: Warning 3: deprecated: String.set Use Bytes.set instead. File "fl_split.ml", line 123, characters 34-47: Warning 3: deprecated: String.set Use Bytes.set instead. File "fl_split.ml", line 124, characters 34-47: Warning 3: deprecated: String.set Use Bytes.set instead. File "fl_split.ml", line 126, characters 26-39: Warning 3: deprecated: String.set Use Bytes.set instead. File "fl_split.ml", line 127, characters 45-64: Warning 3: deprecated: String.set Use Bytes.set instead. File "fl_split.ml", line 128, characters 38-57: Warning 3: deprecated: String.set Use Bytes.set instead. File "fl_split.ml", line 136, characters 13-26: Warning 3: deprecated: String.create Use Bytes.create instead. File "fl_split.ml", line 140, characters 1-19: Warning 3: deprecated: String.set Use Bytes.set instead. ocamlopt -I +compiler-libs -g -c fl_metatoken.ml ocamlopt -I +compiler-libs -g -c fl_meta.ml File "fl_meta.mll", line 57, characters 13-26: Warning 3: deprecated: String.create Use Bytes.create instead. File "fl_meta.mll", line 61, characters 11-29: Warning 3: deprecated: String.set Use Bytes.set instead. File "fl_meta.mll", line 62, characters 11-22: Warning 3: deprecated: String.set Use Bytes.set instead. ocamlopt -I +compiler-libs -g -c fl_metascanner.ml File "fl_metascanner.ml", line 111, characters 23-32: Warning 3: deprecated: Sort.list Use List.sort instead. File "fl_metascanner.ml", line 372, characters 20-29: Warning 3: deprecated: Sort.list Use List.sort instead. ocamlopt -I +compiler-libs -g -c fl_topo.ml ocamlopt -I +compiler-libs -g -c fl_package_base.ml ocamlopt -I +compiler-libs -g -c findlib.ml ocamlopt -I +compiler-libs -g -c fl_args.ml ocamlopt -I +compiler-libs -g -a -o findlib.cmxa findlib_config.cmx fl_split.cmx fl_metatoken.cmx fl_meta.cmx fl_metascanner.cmx fl_topo.cmx fl_package_base.cmx findlib.cmx fl_args.cmx if [ 1 -gt 0 ]; then \ ocamlopt -I +compiler-libs -g -shared -o findlib.cmxs findlib_config.cmx fl_split.cmx fl_metatoken.cmx fl_meta.cmx fl_metascanner.cmx fl_topo.cmx fl_package_base.cmx findlib.cmx fl_args.cmx; \ fi ocamlopt -I +compiler-libs -g -c ocaml_args.ml ocamlopt -I +compiler-libs -g -c frontend.ml File "frontend.ml", line 32, characters 9-20: Warning 3: deprecated: String.copy File "frontend.ml", line 34, characters 24-36: Warning 3: deprecated: String.set Use Bytes.set instead. File "frontend.ml", line 1769, characters 16-29: Warning 3: deprecated: String.create Use Bytes.create instead. ocamlopt -I +compiler-libs -g -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' + rm doc/guide-html/TIMESTAMP Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.1957OT + exit 0 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/ocaml-findlib-1.5.5-4bs02npfc23.arm '!=' / ']' + rm -rf /builddir/build/BUILDROOT/ocaml-findlib-1.5.5-4bs02npfc23.arm ++ dirname /builddir/build/BUILDROOT/ocaml-findlib-1.5.5-4bs02npfc23.arm + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/ocaml-findlib-1.5.5-4bs02npfc23.arm + cd findlib-1.5.5 + mkdir -p /builddir/build/BUILDROOT/ocaml-findlib-1.5.5-4bs02npfc23.arm/usr/bin + make install prefix=/builddir/build/BUILDROOT/ocaml-findlib-1.5.5-4bs02npfc23.arm OCAMLFIND_BIN=/builddir/build/BUILDROOT/ocaml-findlib-1.5.5-4bs02npfc23.arm/usr/bin mkdir -p "/builddir/build/BUILDROOT/ocaml-findlib-1.5.5-4bs02npfc23.arm/builddir/build/BUILDROOT/ocaml-findlib-1.5.5-4bs02npfc23.arm/usr/bin" mkdir -p "/builddir/build/BUILDROOT/ocaml-findlib-1.5.5-4bs02npfc23.arm/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-4bs02npfc23.arm/etc/ocamlfind.conf\"`" test -f "/builddir/build/BUILDROOT/ocaml-findlib-1.5.5-4bs02npfc23.arm/etc/ocamlfind.conf" || cp findlib.conf "/builddir/build/BUILDROOT/ocaml-findlib-1.5.5-4bs02npfc23.arm/etc/ocamlfind.conf" make[1]: Leaving directory '/builddir/build/BUILD/findlib-1.5.5' for p in findlib; 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-4bs02npfc23.arm/usr/lib/ocaml/findlib" mkdir -p "/builddir/build/BUILDROOT/ocaml-findlib-1.5.5-4bs02npfc23.arm/builddir/build/BUILDROOT/ocaml-findlib-1.5.5-4bs02npfc23.arm/usr/bin" test 1 -eq 0 || cp topfind "/builddir/build/BUILDROOT/ocaml-findlib-1.5.5-4bs02npfc23.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 findlib.cmxs META` && \ cp $files "/builddir/build/BUILDROOT/ocaml-findlib-1.5.5-4bs02npfc23.arm/usr/lib/ocaml/findlib" f="ocamlfind"; { test -f ocamlfind_opt && f="ocamlfind_opt"; }; \ cp $f "/builddir/build/BUILDROOT/ocaml-findlib-1.5.5-4bs02npfc23.arm/builddir/build/BUILDROOT/ocaml-findlib-1.5.5-4bs02npfc23.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.5.5-4bs02npfc23.arm/usr/lib/ocaml/findlib/"; \ fi make[1]: Leaving directory '/builddir/build/BUILD/findlib-1.5.5/src/findlib' 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-4bs02npfc23.arm/usr/lib/ocaml/$x"; cp site-lib-src/$x/META "/builddir/build/BUILDROOT/ocaml-findlib-1.5.5-4bs02npfc23.arm/usr/lib/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-4bs02npfc23.arm/usr/lib/ocaml/num-top" cp num_top.cma num_top.cmi num_top_printers.cmi \ "/builddir/build/BUILDROOT/ocaml-findlib-1.5.5-4bs02npfc23.arm/usr/lib/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-4bs02npfc23.arm/builddir/build/BUILDROOT/ocaml-findlib-1.5.5-4bs02npfc23.arm/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-4bs02npfc23.arm/usr/share/man/man1 /builddir/build/BUILDROOT/ocaml-findlib-1.5.5-4bs02npfc23.arm/usr/share/man/man3 /builddir/build/BUILDROOT/ocaml-findlib-1.5.5-4bs02npfc23.arm/usr/share/man/man5 cp doc/ref-man/ocamlfind.1 /builddir/build/BUILDROOT/ocaml-findlib-1.5.5-4bs02npfc23.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.5.5-4bs02npfc23.arm/usr/share/man/man5 make[1]: Leaving directory '/builddir/build/BUILD/findlib-1.5.5' + mv /builddir/build/BUILDROOT/ocaml-findlib-1.5.5-4bs02npfc23.arm//builddir/build/BUILDROOT/ocaml-findlib-1.5.5-4bs02npfc23.arm/usr/bin/ocamlfind /builddir/build/BUILDROOT/ocaml-findlib-1.5.5-4bs02npfc23.arm//builddir/build/BUILDROOT/ocaml-findlib-1.5.5-4bs02npfc23.arm/usr/bin/safe_camlp4 /builddir/build/BUILDROOT/ocaml-findlib-1.5.5-4bs02npfc23.arm/usr/bin + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 /builddir/build/BUILD/findlib-1.5.5 extracting debug info from /builddir/build/BUILDROOT/ocaml-findlib-1.5.5-4bs02npfc23.arm/usr/lib/ocaml/findlib/findlib.cmxs extracting debug info from /builddir/build/BUILDROOT/ocaml-findlib-1.5.5-4bs02npfc23.arm/usr/bin/ocamlfind dwz: Error mmapping multi-file temporary files /usr/lib/rpm/sepdebugcrcfix: Updated 2 CRC32s, 0 CRC32s did match. cpio: findlib-1.5.5/src/findlib/arg.ml: Cannot stat: No such file or directory cpio: findlib-1.5.5/src/findlib/buffer.ml: Cannot stat: No such file or directory cpio: findlib-1.5.5/src/findlib/bytes.ml: Cannot stat: No such file or directory cpio: findlib-1.5.5/src/findlib/list.ml: Cannot stat: No such file or directory cpio: findlib-1.5.5/src/findlib/pervasives.ml: Cannot stat: No such file or directory cpio: findlib-1.5.5/src/findlib/string.ml: Cannot stat: No such file or directory cpio: ocaml-4.02.2/stdlib: Cannot stat: No such file or directory cpio: ocaml-4.02.2/stdlib/std_exit.ml: Cannot stat: No such file or directory 299 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Processing files: ocaml-findlib-1.5.5-4bs02npfc23.armv6hl Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.h2O1l1 warning: File not found: /builddir/build/BUILDROOT/ocaml-findlib-1.5.5-4bs02npfc23.arm/usr/lib/ocaml/findlib/make_wizard warning: File not found: /builddir/build/BUILDROOT/ocaml-findlib-1.5.5-4bs02npfc23.arm/usr/lib/ocaml/findlib/make_wizard.pattern + umask 022 + cd /builddir/build/BUILD + cd findlib-1.5.5 + DOCDIR=/builddir/build/BUILDROOT/ocaml-findlib-1.5.5-4bs02npfc23.arm/usr/share/doc/ocaml-findlib + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/ocaml-findlib-1.5.5-4bs02npfc23.arm/usr/share/doc/ocaml-findlib + cp -pr LICENSE /builddir/build/BUILDROOT/ocaml-findlib-1.5.5-4bs02npfc23.arm/usr/share/doc/ocaml-findlib + cp -pr doc/README /builddir/build/BUILDROOT/ocaml-findlib-1.5.5-4bs02npfc23.arm/usr/share/doc/ocaml-findlib + 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.5.5-4bs02npfc23 ocaml(Findlib) = 87532d97c4d42908605a366a3ad3269c ocaml(Findlib_config) = 017e7ed3b6ba070b279f731a1eeb7d02 ocaml(Fl_args) = 585cc363d324712b60c92ad11130a84e ocaml(Fl_meta) = fe465e0fa8f392bb8ea60980181d7e67 ocaml(Fl_metascanner) = d983d020158fafa2287a6b866c257ef6 ocaml(Fl_metatoken) = 44cb2ece027a2898a61e8d97fe68752c ocaml(Fl_package_base) = 379d93096e18e1a236086a0efa91bfc8 ocaml(Fl_split) = 427f554b0a8aa02f491df0f2d49938e6 ocaml(Fl_topo) = ece40264aa0f82514cd747dc3812fb27 ocaml(Num_top) = de911f43981592b8b31e88fdc48e7afa ocaml(Num_top_printers) = d96446cf70854e202b0657a1cbcc8f43 ocaml(Topfind) = fe0f868b2712cd1d3c3411362bdb67df ocaml-findlib = 1.5.5-4bs02npfc23 ocaml-findlib(armv6hl-32) = 1.5.5-4bs02npfc23 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) = 1a93c52516966fe6a58564a4c4d9e4fa ocaml(Array) = ae800d8cf9903f1d36856950940430e6 ocaml(Big_int) = 05cfd3c522fa6f81e61795896e13f82c ocaml(Buffer) = a579f4a57e300ec755f84af883c1e51b ocaml(CamlinternalFormatBasics) = 8b069fca1e4d9316b588e5554f38bb24 ocaml(Char) = 60fd98ba6ff303baf9287e7bfb886f12 ocaml(Consistbl) = c1969afc92f13e85a8cfb70c7adecf28 ocaml(Digest) = eab54f58b34b8a6fdc763db6966614a1 ocaml(Env) = 4721dd41a6898c78e58fba3d25656aaf ocaml(Filename) = 3817bec1dad20c6f594d3a85b13020b8 ocaml(Findlib) = 87532d97c4d42908605a366a3ad3269c ocaml(Fl_metascanner) = d983d020158fafa2287a6b866c257ef6 ocaml(Fl_metatoken) = 44cb2ece027a2898a61e8d97fe68752c ocaml(Fl_package_base) = 379d93096e18e1a236086a0efa91bfc8 ocaml(Fl_split) = 427f554b0a8aa02f491df0f2d49938e6 ocaml(Format) = 61d4350242b30078d3ad96c904c9f7a1 ocaml(Hashtbl) = bb8e269d690301a1c4ff14a08e96e83e ocaml(Ident) = 0e63cdedc04eeceaf13d25112bc4bf06 ocaml(Int32) = f43b8a2972804b40e28b661b6fdf157a ocaml(Lexing) = 1be6a5484fb3cfb69d2c981438a7be62 ocaml(List) = 8988208489274193e4e3f69dc6ec2f75 ocaml(Location) = 48151c5a89ff874e2a73745b600c618b ocaml(Longident) = 1abca0377f9b5ee27748e4348907b700 ocaml(Map) = 770e6123e5460eeb42d3050f13c5ad53 ocaml(Nat) = 686f2f8952dd9baa88dd4347c14ba219 ocaml(Num) = 13c240f21464d6d07eee82c0eb67e515 ocaml(Obj) = 8b014ec57a472d9f3922b63e5de9d1f2 ocaml(Path) = 2776b3c9035fd5e8a6109552807f881e ocaml(Pervasives) = 0d015a5a2136659b0de431be7f1545be ocaml(Primitive) = 9d85627c8f4c3b95d77a79a098aa41cc ocaml(Printf) = eb49a17645c5ea2dd298430a3c986186 ocaml(Ratio) = bec23091493c17e21a6e5e43114645b1 ocaml(Set) = 487197ccd2fea64d52f1cd917061caf2 ocaml(Sort) = 7f209dd54826e792b36c64d0a799f76b ocaml(Stream) = 55948988e71c3ee1749feb21ccec9fc9 ocaml(String) = 9cb286f2c4569fd32c379b1a05c7b590 ocaml(Subst) = 10e178e492b4ed0b29f6502e24ff6967 ocaml(Sys) = 0ce699458ce4430954d7e6a78874647c ocaml(Topdirs) = 6c8f3b55d2878fa7530233c180e9d7e0 ocaml(Toploop) = cf34310921192e41687887ec4057e7a5 ocaml(Types) = 755c525fc4c581dfb967ddcab4c513a2 ocaml(Warnings) = 644f347ec032c6c4524d44b97baeb72d ocaml(runtime) = 4.02.2 rtld(GNU_HASH) Processing files: ocaml-findlib-devel-1.5.5-4bs02npfc23.armv6hl Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.7Sa0F9 + umask 022 + cd /builddir/build/BUILD + cd findlib-1.5.5 + DOCDIR=/builddir/build/BUILDROOT/ocaml-findlib-1.5.5-4bs02npfc23.arm/usr/share/doc/ocaml-findlib-devel + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/ocaml-findlib-1.5.5-4bs02npfc23.arm/usr/share/doc/ocaml-findlib-devel + cp -pr LICENSE /builddir/build/BUILDROOT/ocaml-findlib-1.5.5-4bs02npfc23.arm/usr/share/doc/ocaml-findlib-devel + cp -pr doc/README /builddir/build/BUILDROOT/ocaml-findlib-1.5.5-4bs02npfc23.arm/usr/share/doc/ocaml-findlib-devel + cp -pr doc/guide-html /builddir/build/BUILDROOT/ocaml-findlib-1.5.5-4bs02npfc23.arm/usr/share/doc/ocaml-findlib-devel + exit 0 Provides: ocaml-findlib-devel = 1.5.5-4bs02npfc23 ocaml-findlib-devel(armv6hl-32) = 1.5.5-4bs02npfc23 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: ocaml-findlib-debuginfo-1.5.5-4bs02npfc23.armv6hl Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/ocaml-findlib-1.5.5-4bs02npfc23.arm Wrote: /builddir/build/RPMS/ocaml-findlib-1.5.5-4bs02npfc23.armv6hl.rpm Wrote: /builddir/build/RPMS/ocaml-findlib-devel-1.5.5-4bs02npfc23.armv6hl.rpm Wrote: /builddir/build/RPMS/ocaml-findlib-debuginfo-1.5.5-4bs02npfc23.armv6hl.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.wTaHlF + umask 022 + cd /builddir/build/BUILD + cd findlib-1.5.5 + /usr/bin/rm -rf /builddir/build/BUILDROOT/ocaml-findlib-1.5.5-4bs02npfc23.arm + exit 0 Child return code was: 0 LEAVE do -->