D: [iurt_root_command] chroot Building target platforms: x86_64 Building for target x86_64 Installing /home/iurt/rpmbuild/SRPMS/@2171441:ocaml-findlib-1.9.8-1.mga10.src.rpm Executing(%mkbuilddir): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.qQXWD0 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.Y0GV1D + umask 022 + cd /home/iurt/rpmbuild/BUILD/ocaml-findlib-1.9.8-build + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD/ocaml-findlib-1.9.8-build + rm -rf findlib-1.9.8 + /usr/lib/rpm/rpmuncompress -x /home/iurt/rpmbuild/SOURCES/findlib-1.9.8.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd findlib-1.9.8 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.1Oyh30 + umask 022 + cd /home/iurt/rpmbuild/BUILD/ocaml-findlib-1.9.8-build + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn' + export RUSTFLAGS + LDFLAGS='-Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd findlib-1.9.8 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + ocamlc -version 5.3.0 + ocamlc -where /usr/lib64/ocaml + cd tools/extract_args + make ocamllex -o extract_args.ml extract_args.mll 17 states, 566 transitions, table size 2366 bytes 2076 additional bytes used for bindings ocamlc -o extract_args 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"; "-alert", true, " Enable or disable alerts according to :\n + enable alert \n - disable alert \n ++ treat as fatal error"; "--", true, " treat as non-fatal\n @ enable and treat it as fatal error\n can be 'all' to refer to all alert names"; "-absname", false, " Show absolute filenames in error messages"; "-no-absname", false, " Do not try to show absolute filenames in error messages (default)"; "-annot", false, " (deprecated) Save information in .annot"; "-bin-annot", false, " Save typedtree in .cmt"; "-bin-annot-occurrences", false, " Store every occurrence of a bound name in the .cmt file.\nThis information can be used by external tools to provide\nfeatures such as project-wide occurrences. This flag has\nno effect in the absence of '-bin-annot'."; "-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"; "-cmi-file", true, " Use the interface file to type-check"; "-color", true, "{auto|always|never} Enable or disable colors in compiler messages\n The following settings are supported:\n auto use heuristics to enable colors only if supported\n always enable colors\n never disable colors\n The default setting is 'auto', and the current heuristic\n checks that the TERM environment variable exists and is\n not empty or \"dumb\", and that isatty(stderr) holds.\n If the option is not specified, these setting can alternatively\n be set through the OCAML_COLOR environment variable."; "-error-style", true, "{contextual|short} Control the way error messages and warnings are printed\n The following settings are supported:\n short only print the error and its location\n contextual like \"short\", but also display the source code\n snippet corresponding to the location of the error\n The default setting is 'contextual'.\n If the option is not specified, these setting can alternatively\n be set through the OCAML_ERROR_STYLE environment variable."; "-compat-32", false, " Check that generated bytecode can run on 32-bit platforms"; "-config", false, " Print configuration values and exit"; "-config-var", false, " Print the value of a configuration variable, without a newline, and exit\n (print nothing and exit with error value if the variable does not exist)"; "-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"; "-no-g", false, " Do not record debugging information (default)"; "-stop-after", true, "{parsing|typing|lambda} Stop after the given compilation pass."; "-i", false, " Print inferred interface"; "-I", true, " Add to the list of include directories"; "-H", true, " Add to the list of \"hidden\" include directories\n (Like -I, but the program can not directly reference these dependencies)"; "-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"; "-no-keep-docs", false, " Do not keep documentation strings in .cmi files (default)"; "-keep-locs", false, " Keep locations in .cmi files (default)"; "-no-keep-locs", false, " Do not keep locations in .cmi files"; "-keywords", true, " set keywords following the spec:\n\n - if present specifies the base set of keywords\n\n (if absent the current set of keywords is used)\n - is a \"+\"-separated list of keywords to add to\n\n the base set of keywords.\n "; "-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"; "-alias-deps", false, " Do record dependencies for module aliases"; "-no-alias-deps", false, " Do not record dependencies for module aliases"; "-app-funct", false, " Activate applicative functors"; "-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"; "-nocwd", false, " Do not implicitly add the current directory to the load path"; "-nopervasives", false, " (undocumented)"; "-o", true, " Set output file name to "; "-opaque", false, " Does not generate cross-module optimization information\n (reduces necessary recompilation on module change)"; "-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"; "-output-complete-exe", false, " Output a self-contained executable, including runtime and C stubs"; "-pack", false, " Package the given .cmo files into one .cmo"; "-pp", true, " Pipe sources through preprocessor "; "-ppx", true, " Pipe abstract syntax trees through preprocessor "; "-plugin", true, " (no longer supported)"; "-principal", false, " Check principality of type inference"; "-no-principal", false, " Do not check principality of type inference (default)"; "-rectypes", false, " Allow arbitrary recursive types"; "-no-rectypes", false, " Do not allow arbitrary recursive types (default)"; "-runtime-variant", true, " Use the variant of the run-time system"; "-with-runtime", false, "Include the runtime system in the generated program (default)"; "-without-runtime", false, "Do not include the runtime system in the generated program."; "-safe-string", false, " (default unconditionally since 5.0)"; "-safer-matching", false, " Do not use type information to optimize pattern-matching"; "-short-paths", false, " Shorten paths in types"; "-strict-sequence", false, " Left-hand part of a sequence must have type unit"; "-no-strict-sequence", false, " Left-hand part of a sequence need not have type unit (default)"; "-strict-formats", false, " Reject invalid formats accepted by legacy implementations (default)\n (Warning: Invalid formats may behave differently from\n previous OCaml versions, and will become always-rejected\n in future OCaml versions. You should always use this flag\n to detect invalid formats so you can fix them.)"; "-no-strict-formats", false, " Accept 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 never use this flag\n and instead fix invalid formats.)"; "-thread", false, " (deprecated) same as -I +threads"; "-unboxed-types", false, " unannotated unboxable types will be unboxed"; "-no-unboxed-types", false, " unannotated unboxable types will not be unboxed (default)"; "-unsafe", false, " Do not compile bounds checking on array and string access"; "-unsafe-string", false, " (option not available)"; "-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"; "--version", false, " Print version and exit"; "-vmthread", false, " (no longer supported)"; "-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-7-9-27-29-30-32..42-44-45-48-50-60-66..70-74\""; "-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 `-')"; "-match-context-rows", true, " (advanced, see manual section 13.2.)"; "-use-prims", true, " (undocumented)"; "-dno-unique-ids", false, " (undocumented)"; "-dunique-ids", false, " (undocumented)"; "-dno-locations", false, " (undocumented)"; "-dlocations", false, " (undocumented)"; "-dsource", false, " (undocumented)"; "-dparsetree", false, " (undocumented)"; "-dtypedtree", false, " (undocumented)"; "-dshape", false, " (undocumented)"; "-drawlambda", false, " (undocumented)"; "-dlambda", false, " (undocumented)"; "-dinstr", false, " (undocumented)"; "-dcamlprimc", false, " (undocumented)"; "-dtimings", false, " Print timings information for each pass"; "-dprofile", false, " Print performance information for each pass\n The columns are: time alloc top-heap absolute-top-heap."; "-dump-into-file", false, " dump output like -dlambda into .dump"; "-dump-dir", true, " dump output like -dlambda into /.dump"; "-args", true, " Read additional newline-terminated command line arguments\n from "; "-args0", true, " Read additional null character terminated command line arguments\nfrom "; "-depend", true, " Compute dependencies (use 'ocamlc -depend -help' for details)"; ];; 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"; "-alert", true, " Enable or disable alerts according to :\n + enable alert \n - disable alert \n ++ treat as fatal error"; "--", true, " treat as non-fatal\n @ enable and treat it as fatal error\n can be 'all' to refer to all alert names"; "-absname", false, " Show absolute filenames in error messages"; "-no-absname", false, " Do not try to show absolute filenames in error messages (default)"; "-annot", false, " (deprecated) Save information in .annot"; "-bin-annot", false, " Save typedtree in .cmt"; "-bin-annot-occurrences", false, " Store every occurrence of a bound name in the .cmt file.\nThis information can be used by external tools to provide\nfeatures such as project-wide occurrences. This flag has\nno effect in the absence of '-bin-annot'."; "-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"; "-cmi-file", true, " Use the interface file to type-check"; "-color", true, "{auto|always|never} Enable or disable colors in compiler messages\n The following settings are supported:\n auto use heuristics to enable colors only if supported\n always enable colors\n never disable colors\n The default setting is 'auto', and the current heuristic\n checks that the TERM environment variable exists and is\n not empty or \"dumb\", and that isatty(stderr) holds.\n If the option is not specified, these setting can alternatively\n be set through the OCAML_COLOR environment variable."; "-error-style", true, "{contextual|short} Control the way error messages and warnings are printed\n The following settings are supported:\n short only print the error and its location\n contextual like \"short\", but also display the source code\n snippet corresponding to the location of the error\n The default setting is 'contextual'.\n If the option is not specified, these setting can alternatively\n be set through the OCAML_ERROR_STYLE environment variable."; "-compat-32", false, " Check that generated bytecode can run on 32-bit platforms"; "-config", false, " Print configuration values and exit"; "-config-var", false, " Print the value of a configuration variable, without a newline, and exit\n (print nothing and exit with error value if the variable does not exist)"; "-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"; "-no-g", false, " Do not record debugging information (default)"; "-stop-after", true, "{parsing|typing|lambda} Stop after the given compilation pass."; "-i", false, " Print inferred interface"; "-I", true, " Add to the list of include directories"; "-H", true, " Add to the list of \"hidden\" include directories\n (Like -I, but the program can not directly reference these dependencies)"; "-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"; "-no-keep-docs", false, " Do not keep documentation strings in .cmi files (default)"; "-keep-locs", false, " Keep locations in .cmi files (default)"; "-no-keep-locs", false, " Do not keep locations in .cmi files"; "-keywords", true, " set keywords following the spec:\n\n - if present specifies the base set of keywords\n\n (if absent the current set of keywords is used)\n - is a \"+\"-separated list of keywords to add to\n\n the base set of keywords.\n "; "-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"; "-alias-deps", false, " Do record dependencies for module aliases"; "-no-alias-deps", false, " Do not record dependencies for module aliases"; "-app-funct", false, " Activate applicative functors"; "-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"; "-nocwd", false, " Do not implicitly add the current directory to the load path"; "-nopervasives", false, " (undocumented)"; "-o", true, " Set output file name to "; "-opaque", false, " Does not generate cross-module optimization information\n (reduces necessary recompilation on module change)"; "-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"; "-output-complete-exe", false, " Output a self-contained executable, including runtime and C stubs"; "-pack", false, " Package the given .cmo files into one .cmo"; "-pp", true, " Pipe sources through preprocessor "; "-ppx", true, " Pipe abstract syntax trees through preprocessor "; "-plugin", true, " (no longer supported)"; "-principal", false, " Check principality of type inference"; "-no-principal", false, " Do not check principality of type inference (default)"; "-rectypes", false, " Allow arbitrary recursive types"; "-no-rectypes", false, " Do not allow arbitrary recursive types (default)"; "-runtime-variant", true, " Use the variant of the run-time system"; "-with-runtime", false, "Include the runtime system in the generated program (default)"; "-without-runtime", false, "Do not include the runtime system in the generated program."; "-safe-string", false, " (default unconditionally since 5.0)"; "-safer-matching", false, " Do not use type information to optimize pattern-matching"; "-short-paths", false, " Shorten paths in types"; "-strict-sequence", false, " Left-hand part of a sequence must have type unit"; "-no-strict-sequence", false, " Left-hand part of a sequence need not have type unit (default)"; "-strict-formats", false, " Reject invalid formats accepted by legacy implementations (default)\n (Warning: Invalid formats may behave differently from\n previous OCaml versions, and will become always-rejected\n in future OCaml versions. You should always use this flag\n to detect invalid formats so you can fix them.)"; "-no-strict-formats", false, " Accept 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 never use this flag\n and instead fix invalid formats.)"; "-thread", false, " (deprecated) same as -I +threads"; "-unboxed-types", false, " unannotated unboxable types will be unboxed"; "-no-unboxed-types", false, " unannotated unboxable types will not be unboxed (default)"; "-unsafe", false, " Do not compile bounds checking on array and string access"; "-unsafe-string", false, " (option not available)"; "-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"; "--version", false, " Print version and exit"; "-vmthread", false, " (no longer supported)"; "-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-7-9-27-29-30-32..42-44-45-48-50-60-66..70-74\""; "-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 `-')"; "-match-context-rows", true, " (advanced, see manual section 13.2.)"; "-use-prims", true, " (undocumented)"; "-dno-unique-ids", false, " (undocumented)"; "-dunique-ids", false, " (undocumented)"; "-dno-locations", false, " (undocumented)"; "-dlocations", false, " (undocumented)"; "-dsource", false, " (undocumented)"; "-dparsetree", false, " (undocumented)"; "-dtypedtree", false, " (undocumented)"; "-dshape", false, " (undocumented)"; "-drawlambda", false, " (undocumented)"; "-dlambda", false, " (undocumented)"; "-dinstr", false, " (undocumented)"; "-dcamlprimc", false, " (undocumented)"; "-dtimings", false, " Print timings information for each pass"; "-dprofile", false, " Print performance information for each pass\n The columns are: time alloc top-heap absolute-top-heap."; "-dump-into-file", false, " dump output like -dlambda into .dump"; "-dump-dir", true, " dump output like -dlambda into /.dump"; "-args", true, " Read additional newline-terminated command line arguments\n from "; "-args0", true, " Read additional null character terminated command line arguments\nfrom "; ];; let ocamlmktop_spec = Some [ "-a", false, " Build a library"; "-alert", true, " Enable or disable alerts according to :\n + enable alert \n - disable alert \n ++ treat as fatal error"; "--", true, " treat as non-fatal\n @ enable and treat it as fatal error\n can be 'all' to refer to all alert names"; "-absname", false, " Show absolute filenames in error messages"; "-no-absname", false, " Do not try to show absolute filenames in error messages (default)"; "-annot", false, " (deprecated) Save information in .annot"; "-bin-annot", false, " Save typedtree in .cmt"; "-bin-annot-occurrences", false, " Store every occurrence of a bound name in the .cmt file.\nThis information can be used by external tools to provide\nfeatures such as project-wide occurrences. This flag has\nno effect in the absence of '-bin-annot'."; "-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"; "-cmi-file", true, " Use the interface file to type-check"; "-color", true, "{auto|always|never} Enable or disable colors in compiler messages\n The following settings are supported:\n auto use heuristics to enable colors only if supported\n always enable colors\n never disable colors\n The default setting is 'auto', and the current heuristic\n checks that the TERM environment variable exists and is\n not empty or \"dumb\", and that isatty(stderr) holds.\n If the option is not specified, these setting can alternatively\n be set through the OCAML_COLOR environment variable."; "-error-style", true, "{contextual|short} Control the way error messages and warnings are printed\n The following settings are supported:\n short only print the error and its location\n contextual like \"short\", but also display the source code\n snippet corresponding to the location of the error\n The default setting is 'contextual'.\n If the option is not specified, these setting can alternatively\n be set through the OCAML_ERROR_STYLE environment variable."; "-compat-32", false, " Check that generated bytecode can run on 32-bit platforms"; "-config", false, " Print configuration values and exit"; "-config-var", false, " Print the value of a configuration variable, without a newline, and exit\n (print nothing and exit with error value if the variable does not exist)"; "-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"; "-no-g", false, " Do not record debugging information (default)"; "-stop-after", true, "{parsing|typing|lambda} Stop after the given compilation pass."; "-i", false, " Print inferred interface"; "-I", true, " Add to the list of include directories"; "-H", true, " Add to the list of \"hidden\" include directories\n (Like -I, but the program can not directly reference these dependencies)"; "-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"; "-no-keep-docs", false, " Do not keep documentation strings in .cmi files (default)"; "-keep-locs", false, " Keep locations in .cmi files (default)"; "-no-keep-locs", false, " Do not keep locations in .cmi files"; "-keywords", true, " set keywords following the spec:\n\n - if present specifies the base set of keywords\n\n (if absent the current set of keywords is used)\n - is a \"+\"-separated list of keywords to add to\n\n the base set of keywords.\n "; "-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"; "-alias-deps", false, " Do record dependencies for module aliases"; "-no-alias-deps", false, " Do not record dependencies for module aliases"; "-app-funct", false, " Activate applicative functors"; "-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"; "-nocwd", false, " Do not implicitly add the current directory to the load path"; "-nopervasives", false, " (undocumented)"; "-o", true, " Set output file name to "; "-opaque", false, " Does not generate cross-module optimization information\n (reduces necessary recompilation on module change)"; "-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"; "-output-complete-exe", false, " Output a self-contained executable, including runtime and C stubs"; "-pack", false, " Package the given .cmo files into one .cmo"; "-pp", true, " Pipe sources through preprocessor "; "-ppx", true, " Pipe abstract syntax trees through preprocessor "; "-plugin", true, " (no longer supported)"; "-principal", false, " Check principality of type inference"; "-no-principal", false, " Do not check principality of type inference (default)"; "-rectypes", false, " Allow arbitrary recursive types"; "-no-rectypes", false, " Do not allow arbitrary recursive types (default)"; "-runtime-variant", true, " Use the variant of the run-time system"; "-with-runtime", false, "Include the runtime system in the generated program (default)"; "-without-runtime", false, "Do not include the runtime system in the generated program."; "-safe-string", false, " (default unconditionally since 5.0)"; "-safer-matching", false, " Do not use type information to optimize pattern-matching"; "-short-paths", false, " Shorten paths in types"; "-strict-sequence", false, " Left-hand part of a sequence must have type unit"; "-no-strict-sequence", false, " Left-hand part of a sequence need not have type unit (default)"; "-strict-formats", false, " Reject invalid formats accepted by legacy implementations (default)\n (Warning: Invalid formats may behave differently from\n previous OCaml versions, and will become always-rejected\n in future OCaml versions. You should always use this flag\n to detect invalid formats so you can fix them.)"; "-no-strict-formats", false, " Accept 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 never use this flag\n and instead fix invalid formats.)"; "-thread", false, " (deprecated) same as -I +threads"; "-unboxed-types", false, " unannotated unboxable types will be unboxed"; "-no-unboxed-types", false, " unannotated unboxable types will not be unboxed (default)"; "-unsafe", false, " Do not compile bounds checking on array and string access"; "-unsafe-string", false, " (option not available)"; "-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"; "--version", false, " Print version and exit"; "-vmthread", false, " (no longer supported)"; "-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-7-9-27-29-30-32..42-44-45-48-50-60-66..70-74\""; "-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 `-')"; "-match-context-rows", true, " (advanced, see manual section 13.2.)"; "-use-prims", true, " (undocumented)"; "-dno-unique-ids", false, " (undocumented)"; "-dunique-ids", false, " (undocumented)"; "-dno-locations", false, " (undocumented)"; "-dlocations", false, " (undocumented)"; "-dsource", false, " (undocumented)"; "-dparsetree", false, " (undocumented)"; "-dtypedtree", false, " (undocumented)"; "-dshape", false, " (undocumented)"; "-drawlambda", false, " (undocumented)"; "-dlambda", false, " (undocumented)"; "-dinstr", false, " (undocumented)"; "-dcamlprimc", false, " (undocumented)"; "-dtimings", false, " Print timings information for each pass"; "-dprofile", false, " Print performance information for each pass\n The columns are: time alloc top-heap absolute-top-heap."; "-dump-into-file", false, " dump output like -dlambda into .dump"; "-dump-dir", true, " dump output like -dlambda into /.dump"; "-args", true, " Read additional newline-terminated command line arguments\n from "; "-args0", true, " Read additional null character terminated command line arguments\nfrom "; "-depend", true, " Compute dependencies (use 'ocamlc -depend -help' for details)"; ];; 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"; "-alert", true, " Enable or disable alerts according to :\n + enable alert \n - disable alert \n ++ treat as fatal error"; "--", true, " treat as non-fatal\n @ enable and treat it as fatal error\n can be 'all' to refer to all alert names"; "-absname", false, " Show absolute filenames in error messages"; "-no-absname", false, " Do not try to show absolute filenames in error messages (default)"; "-afl-instrument", false, "Enable instrumentation for afl-fuzz"; "-afl-inst-ratio", false, "Configure percentage of branches instrumented\n (advanced, see afl-fuzz docs for AFL_INST_RATIO)"; "-annot", false, " (deprecated) Save information in .annot"; "-bin-annot", false, " Save typedtree in .cmt"; "-bin-annot-occurrences", false, " Store every occurrence of a bound name in the .cmt file.\nThis information can be used by external tools to provide\nfeatures such as project-wide occurrences. This flag has\nno effect in the absence of '-bin-annot'."; "-inline-branch-factor", true, "|=[,...] Estimate the probability of a branch being cold as 1/(1+n) (used for inlining) (default 0.10)"; "-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"; "-cmi-file", true, " Use the interface file to type-check"; "-clambda-checks", false, " Instrument clambda code with closure and field access checks (for debugging the compiler)"; "-Oclassic", false, " Make inlining decisions at function definition time rather than at the call site (replicates previous behaviour of the compiler)"; "-color", true, "{auto|always|never} Enable or disable colors in compiler messages\n The following settings are supported:\n auto use heuristics to enable colors only if supported\n always enable colors\n never disable colors\n The default setting is 'auto', and the current heuristic\n checks that the TERM environment variable exists and is\n not empty or \"dumb\", and that isatty(stderr) holds.\n If the option is not specified, these setting can alternatively\n be set through the OCAML_COLOR environment variable."; "-error-style", true, "{contextual|short} Control the way error messages and warnings are printed\n The following settings are supported:\n short only print the error and its location\n contextual like \"short\", but also display the source code\n snippet corresponding to the location of the error\n The default setting is 'contextual'.\n If the option is not specified, these setting can alternatively\n be set through the OCAML_ERROR_STYLE environment variable."; "-compact", false, " Optimize code size rather than speed"; "-config", false, " Print configuration values and exit"; "-config-var", false, " Print the value of a configuration variable, without a newline, and exit\n (print nothing and exit with error value if the variable does not exist)"; "-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"; "-no-g", false, " Do not record debugging information (default)"; "-function-sections", false, " Generate each function in a separate section if target supports it"; "-stop-after", true, "{parsing|typing|lambda|scheduling|emit} Stop after the given compilation pass."; "-save-ir-after", true, "{scheduling} Save intermediate representation after the given compilation pass(may be specified more than once)."; "-i", false, " Print inferred interface"; "-I", true, " Add to the list of include directories"; "-H", true, " Add to the list of \"hidden\" include directories\n (Like -I, but the program can not directly reference these dependencies)"; "-impl", true, " Compile as a .ml file"; "-inline", true, "|=[,...] Aggressiveness of inlining (default 1.25, higher numbers mean more aggressive)"; "-inline-toplevel", true, "|=[,...] Aggressiveness of inlining at toplevel (higher numbers mean more aggressive)"; "-inline-alloc-cost", true, "|=[,...] The cost of not removing an allocation during inlining (default 7, higher numbers more costly)"; "-inline-branch-cost", true, "|=[,...] The cost of not removing a conditional during inlining (default 5, higher numbers more costly)"; "-inline-call-cost", true, "|=[,...] The cost of not removing a call during inlining (default 5, higher numbers more costly)"; "-inline-prim-cost", true, "|=[,...] The cost of not removing a primitive during inlining (default 3, higher numbers more costly)"; "-inline-indirect-cost", true, "|=[,...] The cost of not removing an indirect call during inlining (default 4, higher numbers more costly)"; "-inline-lifting-benefit", true, "|=[,...] The benefit of lifting definitions to toplevel during inlining (default 1300, higher numbers more beneficial)"; "-inlining-report", false, " Emit `..inlining' file(s) (one per round) showing the inliner's decisions"; "-insn-sched", false, " Run the instruction scheduling pass (default)"; "-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"; "-no-keep-docs", false, " Do not keep documentation strings in .cmi files (default)"; "-keep-locs", false, " Keep locations in .cmi files (default)"; "-no-keep-locs", false, " Do not keep locations in .cmi files"; "-keywords", true, " set keywords following the spec:\n\n - if present specifies the base set of keywords\n\n (if absent the current set of keywords is used)\n - is a \"+\"-separated list of keywords to add to\n\n the base set of keywords.\n "; "-labels", false, " Use commuting label mode"; "-linkall", false, " Link all modules, even unused ones"; "-inline-max-depth", true, "|=[,...] Maximum depth of search for inlining opportunities inside inlined functions (default 1)"; "-alias-deps", false, " Do record dependencies for module aliases"; "-no-alias-deps", false, " Do not record dependencies for module aliases"; "-linscan", false, " Use the linear scan register allocator"; "-app-funct", false, " Activate applicative functors"; "-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"; "-no-insn-sched", false, " Do not run the instruction scheduling pass"; "-nolabels", false, " Ignore non-optional labels in types"; "-nostdlib", false, " Do not add default directory to the list of include directories"; "-nocwd", false, " Do not implicitly add the current directory to the load path"; "-nopervasives", false, " (undocumented)"; "-no-unbox-free-vars-of-closures", false, " Do not unbox variables that will appear inside function closures"; "-no-unbox-specialised-args", false, " Do not unbox arguments to which functions have been specialised"; "-o", true, " Set output file name to "; "-O2", false, " Apply increased optimization for speed"; "-O3", false, " Apply aggressive optimization for speed (may significantly increase code size and compilation time)"; "-opaque", false, " Does not generate cross-module optimization information\n (reduces necessary recompilation on module change)"; "-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, " (no longer supported)"; "-pack", false, " Package the given .cmx files into one .cmx"; "-plugin", true, " (no longer supported)"; "-pp", true, " Pipe sources through preprocessor "; "-ppx", true, " Pipe abstract syntax trees through preprocessor "; "-principal", false, " Check principality of type inference"; "-no-principal", false, " Do not check principality of type inference (default)"; "-rectypes", false, " Allow arbitrary recursive types"; "-no-rectypes", false, " Do not allow arbitrary recursive types (default)"; "-remove-unused-arguments", false, " Remove unused function arguments"; "-rounds", true, " Repeat tree optimization and inlining phases this many times (default 1). Rounds are numbered starting from zero."; "-runtime-variant", true, " Use the variant of the run-time system"; "-with-runtime", false, "Include the runtime system in the generated program (default)"; "-without-runtime", false, "Do not include the runtime system in the generated program."; "-S", false, " Keep intermediate assembly file"; "-safe-string", false, " (default unconditionally since 5.0)"; "-safer-matching", false, " Do not use type information to optimize pattern-matching"; "-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"; "-no-strict-sequence", false, " Left-hand part of a sequence need not have type unit (default)"; "-strict-formats", false, " Reject invalid formats accepted by legacy implementations (default)\n (Warning: Invalid formats may behave differently from\n previous OCaml versions, and will become always-rejected\n in future OCaml versions. You should always use this flag\n to detect invalid formats so you can fix them.)"; "-no-strict-formats", false, " Accept 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 never use this flag\n and instead fix invalid formats.)"; "-thread", false, " (deprecated) same as -I +threads"; "-unbox-closures", false, " Pass free variables via specialised arguments rather than closures"; "-unbox-closures-factor", true, " 0> Scale the size threshold above which unbox-closures will slow down indirect calls rather than duplicating a function (default 10)"; "-inline-max-unroll", true, "|=[,...] Unroll recursive functions at most this many times (default 0)"; "-unboxed-types", false, " unannotated unboxable types will be unboxed"; "-no-unboxed-types", false, " unannotated unboxable types will not be unboxed (default)"; "-unsafe", false, " Do not compile bounds checking on array and string access"; "-unsafe-string", false, " (option not available)"; "-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"; "--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-7-9-27-29-30-32..42-44-45-48-50-60-66..70-74\""; "-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 `-')"; "-match-context-rows", true, " (advanced, see manual section 13.2.)"; "-dno-unique-ids", false, " (undocumented)"; "-dunique-ids", false, " (undocumented)"; "-dno-locations", false, " (undocumented)"; "-dlocations", false, " (undocumented)"; "-dsource", false, " (undocumented)"; "-dparsetree", false, " (undocumented)"; "-dtypedtree", false, " (undocumented)"; "-dshape", false, " (undocumented)"; "-drawlambda", false, " (undocumented)"; "-dlambda", false, " (undocumented)"; "-drawclambda", false, " (undocumented)"; "-dclambda", false, " (undocumented)"; "-dcmm-invariants", false, " Extra sanity checks on Cmm"; "-dflambda", false, " Print Flambda terms"; "-drawflambda", false, " Print Flambda terms after closure conversion"; "-dflambda-invariants", false, " Check Flambda invariants around each pass"; "-dflambda-no-invariants", false, " Do not Check Flambda invariants around each pass"; "-dflambda-let", true, " Print when the given Flambda [Let] is created"; "-dflambda-verbose", false, " Print Flambda terms including around each pass"; "-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)"; "-dinterval", false, " (undocumented)"; "-dstartup", false, " (undocumented)"; "-dtimings", false, " Print timings information for each pass"; "-dprofile", false, " Print performance information for each pass\n The columns are: time alloc top-heap absolute-top-heap."; "-dump-into-file", false, " dump output like -dlambda into .dump"; "-dump-dir", true, " dump output like -dlambda into /.dump"; "-dump-pass", false, " Record transformations performed by these passes:\n unbox-closures unbox-specialised-args unbox-free-vars-of-closures\n remove-free-vars-equal-to-args remove-unused-arguments unused-arguments"; "-args", true, " Read additional newline-terminated command line arguments\n from "; "-args0", true, " Read additional null character terminated command line arguments\nfrom "; "-depend", true, " Compute dependencies (use 'ocamlopt -depend -help' for details)"; ];; let ocamldep_spec = Some [ "-absname", false, " Show absolute filenames in error messages"; "-no-absname", false, " Do not try to show absolute filenames in error messages (default)"; "-all", false, " Generate dependencies on all files"; "-allow-approx", false, " Fallback to a lexer-based approximation on unparsable files"; "-as-map", false, " Omit delayed dependencies for module aliases (-no-alias-deps -w -49)"; "-debug-map", false, " Dump the delayed dependency map for each map file"; "-I", true, " Add to the list of include directories"; "-H", true, " Add to the list of include directories"; "-nocwd", false, " Do not add current working directory to the list of include directories"; "-impl", true, " Process as a .ml file"; "-intf", true, " Process as a .mli file"; "-map", true, " Read and propagate delayed dependencies to following files"; "-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)"; "-bytecode", false, " Generate dependencies for bytecode-code only (no .cmx files)"; "-one-line", false, " Output one line per file, regardless of the length"; "-open", true, " Opens the module before typing"; "-plugin", true, " (no longer supported)"; "-pp", true, " Pipe sources through preprocessor "; "-ppx", true, " Pipe abstract syntax trees through preprocessor "; "-shared", false, " Generate dependencies for native plugin files (.cmxs targets)"; "-slash", false, " (Windows) Use forward slash / instead of backslash \\ in file paths"; "-no-slash", false, " (Windows) Preserve any 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"; "-args", true, " Read additional newline separated command line arguments \n from "; "-args0", true, " Read additional NUL separated command line arguments from \n "; ];; let ocamldoc_spec = Some [ "-absname", false, " Show absolute filenames in error messages"; "-no-absname", false, " Do not try to show absolute filenames in error messages (default)"; "-alert", true, " Enable or disable alerts according to :\n + enable alert \n - disable alert \n ++ treat as fatal error"; "--", true, " treat as non-fatal\n @ enable and treat it as fatal error\n can be 'all' to refer to all alert names"; "-I", true, " Add to the list of include directories"; "-H", true, " Add to the list of \"hidden\" include directories\n (Like -I, but the program can not directly reference these dependencies)"; "-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"; "-keywords", true, " set keywords following the spec:\n\n - if present specifies the base set of keywords\n\n (if absent the current set of keywords is used)\n - is a \"+\"-separated list of keywords to add to\n\n the base set of keywords.\n "; "-labels", false, " Use commuting label mode"; "-modern", false, " (deprecated) same as -labels"; "-alias-deps", false, " Do record dependencies for module aliases"; "-no-alias-deps", false, " Do not record dependencies for module aliases"; "-app-funct", false, " Activate applicative functors"; "-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"; "-nocwd", false, " Do not implicitly add the current directory to the load path"; "-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"; "-no-principal", false, " Do not check principality of type inference (default)"; "-rectypes", false, " Allow arbitrary recursive types"; "-no-rectypes", false, " Do not allow arbitrary recursive types (default)"; "-safe-string", false, " (default unconditionally since 5.0)"; "-short-paths", false, " Shorten paths in types"; "-strict-sequence", false, " Left-hand part of a sequence must have type unit"; "-no-strict-sequence", false, " Left-hand part of a sequence need not have type unit (default)"; "-strict-formats", false, " Reject invalid formats accepted by legacy implementations (default)\n (Warning: Invalid formats may behave differently from\n previous OCaml versions, and will become always-rejected\n in future OCaml versions. You should always use this flag\n to detect invalid formats so you can fix them.)"; "-no-strict-formats", false, " Accept 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 never use this flag\n and instead fix invalid formats.)"; "-thread", false, " (deprecated) same as -I +threads"; "-unboxed-types", false, " unannotated unboxable types will be unboxed"; "-no-unboxed-types", false, " unannotated unboxable types will not be unboxed (default)"; "-unsafe-string", false, " (option not available)"; "-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"; "--version", false, " Print version and exit"; "-vmthread", false, " (no longer supported)"; "-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-7-9-27-29-30-32..42-44-45-48-50-60-66..70-74\""; "-", true, " Treat as a file name (even if it starts with `-')"; "-initially-opened-module", true, " Name of the module that is initially opened"; "-lib", true, " Name of the library namespace for a prefixed library.Note: very experimental."; "-text", true, " Consider as a .txt file"; "-warn-error", false, " Treat ocamldoc warnings as errors"; "-show-missed-crossref", false, " Show missed cross-reference opportunities"; "-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 UTF-8)"; "-nonavbar", false, " Do not include the navigation bar (HTML only)\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 sectioning style\n\t\t(e.g. 'section') in the latex output (LaTeX only)\n\t\tDefault sectioning is:\n\t\t 0 -> section\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)"; "-texinfotitle", false, "n,style Associate {n } to the given sectioning style\n\t\t(e.g. 'section') in the texInfo output (TeXinfo only)\n\t\tDefault sectioning is:\n\t\t 0 -> @chapter , @majorheading \n\t\t 1 -> @chapter , @majorheading \n\t\t 2 -> @section , @heading \n\t\t 3 -> @subsection , @subheading \n\t\t 4 -> @subsubsection , @subsubheading "; "-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"; ];; ++ ocamlc -where + ./configure -config /etc/findlib.conf -bindir /usr/bin -sitelib /usr/lib64/ocaml -mandir /usr/share/man -with-toolbox Welcome to findlib version 1.9.8 Configuring core... Checking for #remove_directory... Testing threading model... systhread_supported: true Testing DLLs... Testing whether ppxopt can be supported... Checking for ocamlc -opaque... Checking for ocamlopt -g... Configuring libraries... unix: package already present dynlink: package already present bigarray: not present (possible since 4.08) compiler-libs: package already present dbm: not present (normal since 4.00) graphics: not present (normal since 4.09) num: not present (normal since 4.06) ocamlbuild: not present (normal since 4.03) ocamldoc: package already present raw_spacetime: not present (normal since 4.12) threads: package already present str: package already present labltk: not present (normal since 4.02) native dynlink: found camlp4: not present (normal since OCaml-4.02) bytes: found, installing fake library Sorry, toolbox requires str and labltk - omitting toolbox. Configuration for bytes written to site-lib-src/bytes/META Detecting compiler arguments: (extractor built) ok About the OCAML core installation: Standard library: /usr/lib64/ocaml Binaries: /usr/bin Manual pages: /usr/local/man Multi-threading type: posix The directory of site-specific packages will be site-lib: /usr/lib64/ocaml The configuration file is written to: findlib config file: /etc/findlib.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: 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 '/home/iurt/rpmbuild/BUILD/ocaml-findlib-1.9.8-build/findlib-1.9.8/src/findlib' ocamllex fl_meta.mll 22 states, 392 transitions, table size 1700 bytes USE_CYGPATH="0"; \ export USE_CYGPATH; \ cat findlib_config.mlp | \ ../../tools/patch '@CONFIGFILE@' '/etc/findlib.conf' | \ ../../tools/patch '@STDLIB@' '/usr/lib64/ocaml' | \ ../../tools/patch '@RELATIVE_PATHS@' 'false' | \ sed -e 's;@AUTOLINK@;true;g' \ -e 's;@SYSTEM@;linux;g' \ >findlib_config.ml if [ "true" = "true" ]; then \ cp topfind.ml.in topfind.ml; \ else \ sed -e '/PPXOPT_BEGIN/,/PPXOPT_END/ d' topfind.ml.in \ > topfind.ml ; \ fi ocamldep *.ml *.mli >depend ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c fl_compat.ml ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c fl_split.ml ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c findlib_config.ml ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c fl_metatoken.ml ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c fl_meta.ml ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -c fl_metascanner.mli ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c fl_metascanner.ml ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -c fl_topo.mli ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c fl_topo.ml ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -c fl_package_base.mli ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c fl_package_base.ml ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -c findlib.mli ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c findlib.ml ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c fl_args.ml ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c fl_lint.ml ocamlc -I +compiler-libs -a -o findlib.cma fl_compat.cmo fl_split.cmo findlib_config.cmo fl_metatoken.cmo fl_meta.cmo fl_metascanner.cmo fl_topo.cmo fl_package_base.cmo findlib.cmo fl_args.cmo fl_lint.cmo ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c ocaml_args.ml ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c frontend.ml ocamlc -I +compiler-libs -custom -o ocamlfind -g findlib.cma unix.cma \ -I +unix -I +dynlink ocaml_args.cmo frontend.cmo ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -c topfind.mli ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c topfind.ml File "topfind.ml", line 128, characters 40-63: 128 | match Hashtbl.find Toploop.directive_table "ppx" with ^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: Toploop.directive_table File "topfind.ml", line 258, characters 4-27: 258 | Toploop.directive_table ^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: Toploop.directive_table File "topfind.ml", line 268, characters 4-27: 268 | Toploop.directive_table ^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: Toploop.directive_table File "topfind.ml", line 280, characters 4-27: 280 | Toploop.directive_table ^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: Toploop.directive_table File "topfind.ml", line 293, characters 4-27: 293 | Toploop.directive_table ^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: Toploop.directive_table File "topfind.ml", line 307, characters 4-27: 307 | Toploop.directive_table ^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: Toploop.directive_table File "topfind.ml", line 319, characters 4-27: 319 | Toploop.directive_table ^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: Toploop.directive_table ocamlc -I +compiler-libs -a -o findlib_top.cma topfind.cmo if [ "1" = "1" ]; then \ cp topfind.in topfind.compat.in; \ else \ sed -e '/REMOVE_DIRECTORY_BEGIN/,/REMOVE_DIRECTORY_END/ d' topfind.in \ > topfind.compat.in ; \ fi USE_CYGPATH="0"; \ export USE_CYGPATH; \ cat topfind.compat.in | \ ../../tools/patch '@SITELIB@' '/usr/lib64/ocaml' | \ ../../tools/patch '@RELATIVE_PATHS@' 'false' \ >topfind ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -c fl_dynload.mli ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c fl_dynload.ml ocamlc -I +compiler-libs -a -o findlib_dynload.cma fl_dynload.cmo make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/ocaml-findlib-1.9.8-build/findlib-1.9.8/src/findlib' make all-config make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/ocaml-findlib-1.9.8-build/findlib-1.9.8' if [ "false" = "true" ]; then \ make findlib-relative; \ else \ make findlib-absolute; \ fi make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/ocaml-findlib-1.9.8-build/findlib-1.9.8' USE_CYGPATH="0"; \ export USE_CYGPATH; \ cat findlib.conf.in | \ tools/patch '@SITELIB@' '/usr/lib64/ocaml' | \ tools/patch '@FINDLIB_PATH@' '/usr/lib64/ocaml' -p >findlib.conf if ./tools/cmd_from_same_dir ocamlc; then \ echo 'ocamlc="ocamlc.opt"' >>findlib.conf; \ fi if ./tools/cmd_from_same_dir ocamlopt; then \ echo 'ocamlopt="ocamlopt.opt"' >>findlib.conf; \ fi if ./tools/cmd_from_same_dir ocamldep; then \ echo 'ocamldep="ocamldep.opt"' >>findlib.conf; \ fi if ./tools/cmd_from_same_dir ocamldoc; then \ echo 'ocamldoc="ocamldoc.opt"' >>findlib.conf; \ fi make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/ocaml-findlib-1.9.8-build/findlib-1.9.8' make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/ocaml-findlib-1.9.8-build/findlib-1.9.8' + make opt for p in findlib; do ( cd src/$p; make opt ) || exit; done make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/ocaml-findlib-1.9.8-build/findlib-1.9.8/src/findlib' ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c fl_compat.ml ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c fl_split.ml ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c findlib_config.ml ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c fl_metatoken.ml ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c fl_meta.ml ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c fl_metascanner.ml ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c fl_topo.ml ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c fl_package_base.ml ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c findlib.ml ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c fl_args.ml ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c fl_lint.ml ocamlopt -I +compiler-libs -g -a -o findlib.cmxa fl_compat.cmx fl_split.cmx findlib_config.cmx fl_metatoken.cmx fl_meta.cmx fl_metascanner.cmx fl_topo.cmx fl_package_base.cmx findlib.cmx fl_args.cmx fl_lint.cmx if [ 1 -gt 0 ]; then \ ocamlopt -I +compiler-libs -g -shared -o findlib.cmxs fl_compat.cmx fl_split.cmx findlib_config.cmx fl_metatoken.cmx fl_meta.cmx fl_metascanner.cmx fl_topo.cmx fl_package_base.cmx findlib.cmx fl_args.cmx fl_lint.cmx; \ fi ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c ocaml_args.ml ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c frontend.ml ocamlopt -I +compiler-libs -g -o ocamlfind_opt findlib.cmxa unix.cmxa \ -I +unix -I +dynlink ocaml_args.cmx frontend.cmx ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c topfind.ml File "topfind.ml", line 128, characters 40-63: 128 | match Hashtbl.find Toploop.directive_table "ppx" with ^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: Toploop.directive_table File "topfind.ml", line 258, characters 4-27: 258 | Toploop.directive_table ^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: Toploop.directive_table File "topfind.ml", line 268, characters 4-27: 268 | Toploop.directive_table ^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: Toploop.directive_table File "topfind.ml", line 280, characters 4-27: 280 | Toploop.directive_table ^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: Toploop.directive_table File "topfind.ml", line 293, characters 4-27: 293 | Toploop.directive_table ^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: Toploop.directive_table File "topfind.ml", line 307, characters 4-27: 307 | Toploop.directive_table ^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: Toploop.directive_table File "topfind.ml", line 319, characters 4-27: 319 | Toploop.directive_table ^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: Toploop.directive_table ocamlopt -I +compiler-libs -g -a -o findlib_top.cmxa topfind.cmx if [ 1 -gt 0 ]; then \ ocamlopt -I +compiler-libs -g -shared -o findlib_top.cmxs topfind.cmx; \ fi ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c fl_dynload.ml ocamlopt -I +compiler-libs -g -a -o findlib_dynload.cmxa fl_dynload.cmx if [ 1 -gt 0 ]; then \ ocamlopt -I +compiler-libs -g -shared -o findlib_dynload.cmxs fl_dynload.cmx; \ fi make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/ocaml-findlib-1.9.8-build/findlib-1.9.8/src/findlib' + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.spKkVt + umask 022 + cd /home/iurt/rpmbuild/BUILD/ocaml-findlib-1.9.8-build + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILD/ocaml-findlib-1.9.8-build/BUILDROOT '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILD/ocaml-findlib-1.9.8-build/BUILDROOT ++ dirname /home/iurt/rpmbuild/BUILD/ocaml-findlib-1.9.8-build/BUILDROOT + mkdir -p /home/iurt/rpmbuild/BUILD/ocaml-findlib-1.9.8-build + mkdir /home/iurt/rpmbuild/BUILD/ocaml-findlib-1.9.8-build/BUILDROOT + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn' + export RUSTFLAGS + LDFLAGS='-Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd findlib-1.9.8 + '[' 1 -eq 1 ']' + make prefix=/home/iurt/rpmbuild/BUILD/ocaml-findlib-1.9.8-build/BUILDROOT PREFIX=/home/iurt/rpmbuild/BUILD/ocaml-findlib-1.9.8-build/BUILDROOT install if [ "0" -eq 1 ]; then \ for x in camlp4 dbm graphics labltk num ocamlbuild; do \ if [ -f "/home/iurt/rpmbuild/BUILD/ocaml-findlib-1.9.8-build/BUILDROOT/usr/lib64/ocaml/$x/META" ]; then \ if ! grep -Fq '[distributed with Ocaml]' "/home/iurt/rpmbuild/BUILD/ocaml-findlib-1.9.8-build/BUILDROOT//usr/lib64/ocaml/$x/META"; then \ rm -f site-lib-src/$x/META; \ fi; \ fi; \ done; \ test -f "site-lib-src/num/META" || rm -f "site-lib-src/num-top/META"; \ fi echo 'SITELIB_META =' > Makefile.packages.in for x in `ls site-lib-src`; do test ! -f "site-lib-src/$x/META" || echo $x >> Makefile.packages.in; done tr '\n' ' ' < Makefile.packages.in > Makefile.packages rm Makefile.packages.in install -d "/home/iurt/rpmbuild/BUILD/ocaml-findlib-1.9.8-build/BUILDROOT/usr/bin" install -d "/home/iurt/rpmbuild/BUILD/ocaml-findlib-1.9.8-build/BUILDROOT/usr/share/man" make install-config make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/ocaml-findlib-1.9.8-build/findlib-1.9.8' install -d "`dirname \"/home/iurt/rpmbuild/BUILD/ocaml-findlib-1.9.8-build/BUILDROOT/etc/findlib.conf\"`" test -f "/home/iurt/rpmbuild/BUILD/ocaml-findlib-1.9.8-build/BUILDROOT/etc/findlib.conf" || cp findlib.conf "/home/iurt/rpmbuild/BUILD/ocaml-findlib-1.9.8-build/BUILDROOT/etc/findlib.conf" make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/ocaml-findlib-1.9.8-build/findlib-1.9.8' for p in findlib; do ( cd src/$p; make install ); done make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/ocaml-findlib-1.9.8-build/findlib-1.9.8/src/findlib' install -d "/home/iurt/rpmbuild/BUILD/ocaml-findlib-1.9.8-build/BUILDROOT/usr/lib64/ocaml/findlib" install -d "/home/iurt/rpmbuild/BUILD/ocaml-findlib-1.9.8-build/BUILDROOT/usr/bin" test 1 -eq 0 || install -d "/home/iurt/rpmbuild/BUILD/ocaml-findlib-1.9.8-build/BUILDROOT/usr/lib64/ocaml" test 1 -eq 0 || cp topfind "/home/iurt/rpmbuild/BUILD/ocaml-findlib-1.9.8-build/BUILDROOT/usr/lib64/ocaml/" files=` ../../tools/collect_files ../../Makefile.config \ findlib.cmi findlib.mli findlib.cma findlib.cmxa findlib.a findlib.cmxs \ findlib_config.cmi findlib_config.ml topfind.cmi topfind.mli \ fl_args.cmi fl_lint.cmi fl_meta.cmi fl_split.cmi fl_topo.cmi ocaml_args.cmi \ fl_package_base.mli fl_package_base.cmi fl_metascanner.mli fl_metascanner.cmi \ fl_metatoken.cmi findlib_top.cma findlib_top.cmxa findlib_top.a findlib_top.cmxs \ findlib_dynload.cma findlib_dynload.cmxa findlib_dynload.a findlib_dynload.cmxs fl_dynload.mli fl_dynload.cmi \ META` && \ cp $files "/home/iurt/rpmbuild/BUILD/ocaml-findlib-1.9.8-build/BUILDROOT/usr/lib64/ocaml/findlib/" f="ocamlfind"; { test -f ocamlfind_opt && f="ocamlfind_opt"; }; \ install -c $f "/home/iurt/rpmbuild/BUILD/ocaml-findlib-1.9.8-build/BUILDROOT/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 "/home/iurt/rpmbuild/BUILD/ocaml-findlib-1.9.8-build/BUILDROOT/usr/lib64/ocaml/findlib/"; \ fi make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/ocaml-findlib-1.9.8-build/findlib-1.9.8/src/findlib' make install-meta make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/ocaml-findlib-1.9.8-build/findlib-1.9.8' for x in bytes ; do install -d "/home/iurt/rpmbuild/BUILD/ocaml-findlib-1.9.8-build/BUILDROOT/usr/lib64/ocaml/$x"; cp site-lib-src/$x/META "/home/iurt/rpmbuild/BUILD/ocaml-findlib-1.9.8-build/BUILDROOT/usr/lib64/ocaml/$x/META.tmp" && mv "/home/iurt/rpmbuild/BUILD/ocaml-findlib-1.9.8-build/BUILDROOT/usr/lib64/ocaml/$x/META.tmp" "/home/iurt/rpmbuild/BUILD/ocaml-findlib-1.9.8-build/BUILDROOT/usr/lib64/ocaml/$x/META"; done install -d "/home/iurt/rpmbuild/BUILD/ocaml-findlib-1.9.8-build/BUILDROOT/usr/lib64/ocaml/findlib"; cp Makefile.packages "/home/iurt/rpmbuild/BUILD/ocaml-findlib-1.9.8-build/BUILDROOT/usr/lib64/ocaml/findlib/Makefile.packages" make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/ocaml-findlib-1.9.8-build/findlib-1.9.8' test ! -f 'site-lib-src/num-top/META' || { cd src/findlib; make install-num-top; } test ! -f 'site-lib-src/camlp4/META' || install -c tools/safe_camlp4 "/home/iurt/rpmbuild/BUILD/ocaml-findlib-1.9.8-build/BUILDROOT/usr/bin" make install-doc make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/ocaml-findlib-1.9.8-build/findlib-1.9.8' install -d "/home/iurt/rpmbuild/BUILD/ocaml-findlib-1.9.8-build/BUILDROOT/usr/share/man/man1" "/home/iurt/rpmbuild/BUILD/ocaml-findlib-1.9.8-build/BUILDROOT/usr/share/man/man3" "/home/iurt/rpmbuild/BUILD/ocaml-findlib-1.9.8-build/BUILDROOT/usr/share/man/man5" cp doc/ref-man/ocamlfind.1 "/home/iurt/rpmbuild/BUILD/ocaml-findlib-1.9.8-build/BUILDROOT/usr/share/man/man1" cp doc/ref-man/META.5 doc/ref-man/site-lib.5 doc/ref-man/findlib.conf.5 "/home/iurt/rpmbuild/BUILD/ocaml-findlib-1.9.8-build/BUILDROOT/usr/share/man/man5" make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/ocaml-findlib-1.9.8-build/findlib-1.9.8' + rm -f /home/iurt/rpmbuild/BUILD/ocaml-findlib-1.9.8-build/BUILDROOT/usr/lib64/ocaml/bigarray/META + rm -f /home/iurt/rpmbuild/BUILD/ocaml-findlib-1.9.8-build/BUILDROOT/usr/lib64/ocaml/dbm/META + rm -f /home/iurt/rpmbuild/BUILD/ocaml-findlib-1.9.8-build/BUILDROOT/usr/lib64/ocaml/dynlink/META + rm -f /home/iurt/rpmbuild/BUILD/ocaml-findlib-1.9.8-build/BUILDROOT/usr/lib64/ocaml/graphics/META + rm -f /home/iurt/rpmbuild/BUILD/ocaml-findlib-1.9.8-build/BUILDROOT/usr/lib64/ocaml/num/META + rm -f /home/iurt/rpmbuild/BUILD/ocaml-findlib-1.9.8-build/BUILDROOT/usr/lib64/ocaml/num-top/META + rm -f /home/iurt/rpmbuild/BUILD/ocaml-findlib-1.9.8-build/BUILDROOT/usr/lib64/ocaml/stdlib/META + rm -f /home/iurt/rpmbuild/BUILD/ocaml-findlib-1.9.8-build/BUILDROOT/usr/lib64/ocaml/str/META + rm -f /home/iurt/rpmbuild/BUILD/ocaml-findlib-1.9.8-build/BUILDROOT/usr/lib64/ocaml/threads/META + rm -f /home/iurt/rpmbuild/BUILD/ocaml-findlib-1.9.8-build/BUILDROOT/usr/lib64/ocaml/unix/META + rm -f /home/iurt/rpmbuild/BUILD/ocaml-findlib-1.9.8-build/BUILDROOT/usr/lib64/ocaml/ocamlbuild/META + rm -f /home/iurt/rpmbuild/BUILD/ocaml-findlib-1.9.8-build/BUILDROOT/usr/lib64/ocaml/compiler-libs/META + rm -f /home/iurt/rpmbuild/BUILD/ocaml-findlib-1.9.8-build/BUILDROOT/usr/lib64/ocaml/bytes/META + rm -f /home/iurt/rpmbuild/BUILD/ocaml-findlib-1.9.8-build/BUILDROOT/usr/lib64/ocaml/ocamldoc/META + rm -f /home/iurt/rpmbuild/BUILD/ocaml-findlib-1.9.8-build/BUILDROOT/usr/lib64/ocaml/raw_spacetime/META + rm -f /home/iurt/rpmbuild/BUILD/ocaml-findlib-1.9.8-build/BUILDROOT/usr/lib64/ocaml/camlp4/META + rm -f /home/iurt/rpmbuild/BUILD/ocaml-findlib-1.9.8-build/BUILDROOT/usr/lib64/ocaml/labltk/META + /usr/bin/find-debuginfo -j12 --strict-build-id -m -i --build-id-seed 1.9.8-1.mga10 --unique-debug-suffix -1.9.8-1.mga10.x86_64 --unique-debug-src-base ocaml-findlib-1.9.8-1.mga10.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/ocaml-findlib-1.9.8-build/findlib-1.9.8 find-debuginfo: starting Extracting debug info from 4 files DWARF-compressing 4 files sepdebugcrcfix: Updated 4 CRC32s, 0 CRC32s did match. Creating .debug symlinks for symlinks to ELF files Copying sources found by 'debugedit -l' to /usr/src/debug/ocaml-findlib-1.9.8-1.mga10.x86_64 cpio: src/findlib/buffer.ml: Cannot stat: No such file or directory cpio: src/findlib/bytes.ml: Cannot stat: No such file or directory cpio: src/findlib/camlinternalLazy.ml: Cannot stat: No such file or directory cpio: src/findlib/filename.ml: Cannot stat: No such file or directory cpio: src/findlib/hashtbl.ml: Cannot stat: No such file or directory cpio: src/findlib/lexing.ml: Cannot stat: No such file or directory cpio: src/findlib/list.ml: Cannot stat: No such file or directory cpio: src/findlib/printf.ml: Cannot stat: No such file or directory cpio: src/findlib/queue.ml: Cannot stat: No such file or directory cpio: src/findlib/set.ml: Cannot stat: No such file or directory cpio: src/findlib/stdlib.ml: Cannot stat: No such file or directory cpio: src/findlib/string.ml: Cannot stat: No such file or directory cpio: src/findlib/toplevel/topdirs.ml: Cannot stat: No such file or directory cpio: src/findlib/unix.ml: Cannot stat: No such file or directory find-debuginfo: done + /usr/lib/rpm/check-buildroot + '[' -n '' ']' + /usr/share/spec-helper/clean_files + '[' -n '' ']' + /usr/share/spec-helper/compress_files .xz + '[' -n '' ']' + /usr/share/spec-helper/relink_symlinks + '[' -n '' ']' + /usr/share/spec-helper/clean_perl + '[' -n '' ']' + /usr/share/spec-helper/lib_symlinks + '[' -n '' ']' + /usr/share/spec-helper/gprintify + '[' -n '' ']' + /usr/share/spec-helper/fix_mo + '[' -n '' ']' + /usr/share/spec-helper/fix_pamd + '[' -n '' ']' + /usr/share/spec-helper/remove_info_dir + '[' -n '' ']' + /usr/share/spec-helper/fix_eol + '[' -n '' ']' + /usr/share/spec-helper/check_desktop_files + '[' -n '' ']' + /usr/share/spec-helper/check_elf_files + /usr/lib/rpm/check-rpaths + /usr/lib/rpm/brp-remove-la-files + /usr/lib/rpm/redhat/brp-mangle-shebangs + env -u SOURCE_DATE_EPOCH /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 -j12 + /usr/lib/rpm/redhat/brp-python-hardlink Reading /home/iurt/rpmbuild/BUILD/ocaml-findlib-1.9.8-build/SPECPARTS/rpm-debuginfo.specpart Processing files: ocaml-findlib-1.9.8-1.mga10.x86_64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.7GOxvD + umask 022 + cd /home/iurt/rpmbuild/BUILD/ocaml-findlib-1.9.8-build + cd findlib-1.9.8 + DOCDIR=/home/iurt/rpmbuild/BUILD/ocaml-findlib-1.9.8-build/BUILDROOT/usr/share/doc/ocaml-findlib + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILD/ocaml-findlib-1.9.8-build/BUILDROOT/usr/share/doc/ocaml-findlib + cp -pr /home/iurt/rpmbuild/BUILD/ocaml-findlib-1.9.8-build/findlib-1.9.8/LICENSE /home/iurt/rpmbuild/BUILD/ocaml-findlib-1.9.8-build/BUILDROOT/usr/share/doc/ocaml-findlib + RPM_EC=0 ++ jobs -p + exit 0 Provides: config(ocaml-findlib) = 1.9.8-1.mga10 ocaml(Findlib) = 779950132c996b22f5dabb442c2d2697 ocaml(Findlib_config) = ce4df62e34f2a237872cb062604bd7a0 ocaml(Fl_args) = 2d356f9d4b9c7366bed8a01420a7646c ocaml(Fl_compat) = a0f0c243a91b42b19fba04921be1d8a6 ocaml(Fl_dynload) = 704bffc9e413fdcd8c2b33ca309ab751 ocaml(Fl_lint) = 7ef398235605e21125c43680010ffd37 ocaml(Fl_meta) = 74323364c6b6439199e4a1b69ae44993 ocaml(Fl_metascanner) = 221658eff390f9f1cc0a7ae146a1b21b ocaml(Fl_metatoken) = 5d28caaf9557045bb47aa123fde24b3a ocaml(Fl_package_base) = b14e4dd56a32ed716c31ec0ae56f88a3 ocaml(Fl_split) = 941fddf6691fcd93c8dc5a4e8b375f61 ocaml(Fl_topo) = 1b1838785b4ee0d57b2476f3d428f423 ocaml(Ocaml_args) = 8d467ac12b38b70086378bfd76466784 ocaml(Topfind) = 66547f76d26ad45273de7b46ce2fc2a9 ocaml-findlib = 1.9.8-1.mga10 ocaml-findlib(x86-64) = 1.9.8-1.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-x86-64.so.2()(64bit) ld-linux-x86-64.so.2(GLIBC_2.3)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.10)(64bit) libc.so.6(GLIBC_2.11)(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.15)(64bit) libc.so.6(GLIBC_2.16)(64bit) libc.so.6(GLIBC_2.17)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.25)(64bit) libc.so.6(GLIBC_2.28)(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.3.2)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.32)(64bit) libc.so.6(GLIBC_2.33)(64bit) libc.so.6(GLIBC_2.34)(64bit) libc.so.6(GLIBC_2.38)(64bit) libc.so.6(GLIBC_2.4)(64bit) libc.so.6(GLIBC_2.6)(64bit) libc.so.6(GLIBC_2.7)(64bit) libc.so.6(GLIBC_2.9)(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.2.5)(64bit) libm.so.6(GLIBC_2.29)(64bit) libm.so.6(GLIBC_2.35)(64bit) libm.so.6(GLIBC_2.38)(64bit) ocaml(Asttypes) = ee5ea19ab996e4503ae182f530861d78 ocaml(Build_path_prefix_map) = 9a894c5ddec61ee9b5c415c0520a7367 ocaml(CamlinternalFormatBasics) = aa550bdab521d60e769a9ad43a677e65 ocaml(CamlinternalLazy) = e6f402abe3d0b60a19bf6c6c6c6f0848 ocaml(Cmi_format) = 7dd5ccd3388dae280362ceeaf05faa7d ocaml(Dynlink) = fecb619bede234b520106e08984c0058 ocaml(Env) = 88d47d47c93f5f2195d9ead33a85245c ocaml(Findlib) = 779950132c996b22f5dabb442c2d2697 ocaml(Findlib_config) = ce4df62e34f2a237872cb062604bd7a0 ocaml(Fl_compat) = a0f0c243a91b42b19fba04921be1d8a6 ocaml(Fl_meta) = 74323364c6b6439199e4a1b69ae44993 ocaml(Fl_metascanner) = 221658eff390f9f1cc0a7ae146a1b21b ocaml(Fl_metatoken) = 5d28caaf9557045bb47aa123fde24b3a ocaml(Fl_package_base) = b14e4dd56a32ed716c31ec0ae56f88a3 ocaml(Fl_split) = 941fddf6691fcd93c8dc5a4e8b375f61 ocaml(Fl_topo) = 1b1838785b4ee0d57b2476f3d428f423 ocaml(Format_doc) = 682b04da0a4bde85a14ff1b29e868f2c ocaml(Ident) = e6f67bd53b973b79d3a9064753332e5f ocaml(Identifiable) = b60b34f245694a37fc383f9cad5d1080 ocaml(Load_path) = e16f7783ef426d2a59927a09ca01e718 ocaml(Location) = 1415164723ab4315cfe92e93703f6951 ocaml(Longident) = 7a4c66b4b7e709bf48b56a59b5e5419f ocaml(Misc) = 58535dc61c7c19378ef828f1c8e6b433 ocaml(Oprint) = 601caeadf0f382086de2c51e9f300d88 ocaml(Outcometree) = 96368510dda82e8528ad4b3082343049 ocaml(Parsetree) = 165d0e6aab21e53c75235445422b44ad ocaml(Path) = d251296ef600129af862223ebfd13653 ocaml(Primitive) = 46892b6dc5c1ed948d4818c2153c335c ocaml(Shape) = a264079b71e3ddabef72cf9a10a6d8fd ocaml(Stdlib) = cfc6abca663b2d71db1750a2c051cf6e ocaml(Stdlib__Arg) = 42e5c744281ca6c68a1c77928ebe6b38 ocaml(Stdlib__Array) = 9d976b3b47c2c5800331b7449565b98c ocaml(Stdlib__Buffer) = bf6c18db9a96f4c2d97dddb7f07cdee4 ocaml(Stdlib__Digest) = 79b5d577ed7cbf094b2a76c06479bd89 ocaml(Stdlib__Domain) = 24d9be01b1377d92ed29d08905486a54 ocaml(Stdlib__Either) = c90604673db95a8e7dbd131a219e37c5 ocaml(Stdlib__Filename) = f74cc059dcb93d696ed0ec81c946c31f ocaml(Stdlib__Format) = 60af4e0c98f0be0b9d368a2a09700b3a ocaml(Stdlib__Hashtbl) = 62d90b388a282ba341dbe91a50a61569 ocaml(Stdlib__Int32) = c023c5ff3d236c9ddea65bf3e12846b5 ocaml(Stdlib__Lazy) = 1d6be45458ac0f04df24caf4c6b0825f ocaml(Stdlib__Lexing) = 3e6ab8b82b1880d4ad2ced0d57aca6f7 ocaml(Stdlib__List) = a30617a473d55bfeb31bc8cb1d8035c0 ocaml(Stdlib__Map) = c89b7925344cf894dcfa15de9855271e ocaml(Stdlib__Obj) = 95b257801d6620efb9f733a08b806029 ocaml(Stdlib__Printf) = 53d0458f8bd9e6a47c1910b76e8b6f06 ocaml(Stdlib__Result) = 6920dcf20eda193a914bab41ae83ca87 ocaml(Stdlib__Seq) = a98573564faae435d9a1e05d5d2938ff ocaml(Stdlib__Set) = 35df46d1279edd62fbcfbe1072794627 ocaml(Stdlib__String) = 11ee86c6d03e0b37a2ef80541f3e00be ocaml(Stdlib__Sys) = aa921c44c52af557dede0ef5720a3515 ocaml(Stdlib__Uchar) = cc650ed80ecb08760ed6479a6adeec7b ocaml(Subst) = fb87814233a33d4fe046e4335346bdf1 ocaml(Topdirs) = 89012e3668065abd3d37ba093fa9c3c2 ocaml(Toploop) = 5a4075a43d43c9249ea9d990897816fe ocaml(Type_immediacy) = dc7b80ccb5d6ca17a41521a9ab8bcaf2 ocaml(Types) = 9f587070481ecabde6452704dd03e48d ocaml(Unit_info) = c493604495f300140722d6c18c0abca6 ocaml(Warnings) = 5b27d0ddf84c26b2b72d50c6ff180c8e Obsoletes: findlib < 1.9.8 Processing files: ocaml-findlib-devel-1.9.8-1.mga10.x86_64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.Jngp87 + umask 022 + cd /home/iurt/rpmbuild/BUILD/ocaml-findlib-1.9.8-build + cd findlib-1.9.8 + DOCDIR=/home/iurt/rpmbuild/BUILD/ocaml-findlib-1.9.8-build/BUILDROOT/usr/share/doc/ocaml-findlib-devel + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILD/ocaml-findlib-1.9.8-build/BUILDROOT/usr/share/doc/ocaml-findlib-devel + cp -pr /home/iurt/rpmbuild/BUILD/ocaml-findlib-1.9.8-build/findlib-1.9.8/LICENSE /home/iurt/rpmbuild/BUILD/ocaml-findlib-1.9.8-build/BUILDROOT/usr/share/doc/ocaml-findlib-devel + cp -pr /home/iurt/rpmbuild/BUILD/ocaml-findlib-1.9.8-build/findlib-1.9.8/doc /home/iurt/rpmbuild/BUILD/ocaml-findlib-1.9.8-build/BUILDROOT/usr/share/doc/ocaml-findlib-devel + cp -pr /home/iurt/rpmbuild/BUILD/ocaml-findlib-1.9.8-build/findlib-1.9.8/doc/README /home/iurt/rpmbuild/BUILD/ocaml-findlib-1.9.8-build/BUILDROOT/usr/share/doc/ocaml-findlib-devel + cp -pr /home/iurt/rpmbuild/BUILD/ocaml-findlib-1.9.8-build/findlib-1.9.8/doc/guide-html /home/iurt/rpmbuild/BUILD/ocaml-findlib-1.9.8-build/BUILDROOT/usr/share/doc/ocaml-findlib-devel + RPM_EC=0 ++ jobs -p + exit 0 Provides: ocaml(Findlib) = 779950132c996b22f5dabb442c2d2697 ocaml(Findlib_config) = ce4df62e34f2a237872cb062604bd7a0 ocaml(Fl_args) = 2d356f9d4b9c7366bed8a01420a7646c ocaml(Fl_compat) = a0f0c243a91b42b19fba04921be1d8a6 ocaml(Fl_dynload) = 704bffc9e413fdcd8c2b33ca309ab751 ocaml(Fl_lint) = 7ef398235605e21125c43680010ffd37 ocaml(Fl_meta) = 74323364c6b6439199e4a1b69ae44993 ocaml(Fl_metascanner) = 221658eff390f9f1cc0a7ae146a1b21b ocaml(Fl_metatoken) = 5d28caaf9557045bb47aa123fde24b3a ocaml(Fl_package_base) = b14e4dd56a32ed716c31ec0ae56f88a3 ocaml(Fl_split) = 941fddf6691fcd93c8dc5a4e8b375f61 ocaml(Fl_topo) = 1b1838785b4ee0d57b2476f3d428f423 ocaml(Topfind) = 66547f76d26ad45273de7b46ce2fc2a9 ocaml-findlib-devel = 1.9.8-1.mga10 ocaml-findlib-devel(x86-64) = 1.9.8-1.mga10 ocamlx(Findlib) = 5e5ff0c3f1add78b9d175dc56d85fff4 ocamlx(Findlib_config) = a2c15008e00a5c6c2d5ab61f773b32eb ocamlx(Fl_args) = e4c8d0b8a21de40747d9dd87700df5b9 ocamlx(Fl_compat) = 97400a99f72dd5ca771ccfb8b9076b3c ocamlx(Fl_dynload) = a8a6f7da17c392aa4999e4dd9ceb7bbb ocamlx(Fl_lint) = 40358e8417627fa55584f6b33b8d3262 ocamlx(Fl_meta) = 5ddf444293fd536c0f1bb34fcc13b98e ocamlx(Fl_metascanner) = 789ff56fc147109227e4e63919c60581 ocamlx(Fl_metatoken) = 6f7e618fbea9e511db0203a11fe8e166 ocamlx(Fl_package_base) = d67afbf7a5ab47f1c19f74585aa7dad0 ocamlx(Fl_split) = 6de85444a42876e925ae8b7f3b7a1e01 ocamlx(Fl_topo) = b33fc1bee34d327bea498288006bb423 ocamlx(Topfind) = 24a36d1c0d7168256cd98400120e4a9d Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ocaml(Asttypes) = ee5ea19ab996e4503ae182f530861d78 ocaml(Build_path_prefix_map) = 9a894c5ddec61ee9b5c415c0520a7367 ocaml(CamlinternalFormatBasics) = aa550bdab521d60e769a9ad43a677e65 ocaml(CamlinternalLazy) = e6f402abe3d0b60a19bf6c6c6c6f0848 ocaml(Cmi_format) = 7dd5ccd3388dae280362ceeaf05faa7d ocaml(Dynlink) = fecb619bede234b520106e08984c0058 ocaml(Env) = 88d47d47c93f5f2195d9ead33a85245c ocaml(Findlib) = 779950132c996b22f5dabb442c2d2697 ocaml(Findlib_config) = ce4df62e34f2a237872cb062604bd7a0 ocaml(Fl_compat) = a0f0c243a91b42b19fba04921be1d8a6 ocaml(Fl_meta) = 74323364c6b6439199e4a1b69ae44993 ocaml(Fl_metascanner) = 221658eff390f9f1cc0a7ae146a1b21b ocaml(Fl_metatoken) = 5d28caaf9557045bb47aa123fde24b3a ocaml(Fl_package_base) = b14e4dd56a32ed716c31ec0ae56f88a3 ocaml(Fl_split) = 941fddf6691fcd93c8dc5a4e8b375f61 ocaml(Fl_topo) = 1b1838785b4ee0d57b2476f3d428f423 ocaml(Format_doc) = 682b04da0a4bde85a14ff1b29e868f2c ocaml(Ident) = e6f67bd53b973b79d3a9064753332e5f ocaml(Identifiable) = b60b34f245694a37fc383f9cad5d1080 ocaml(Load_path) = e16f7783ef426d2a59927a09ca01e718 ocaml(Location) = 1415164723ab4315cfe92e93703f6951 ocaml(Longident) = 7a4c66b4b7e709bf48b56a59b5e5419f ocaml(Misc) = 58535dc61c7c19378ef828f1c8e6b433 ocaml(Oprint) = 601caeadf0f382086de2c51e9f300d88 ocaml(Outcometree) = 96368510dda82e8528ad4b3082343049 ocaml(Parsetree) = 165d0e6aab21e53c75235445422b44ad ocaml(Path) = d251296ef600129af862223ebfd13653 ocaml(Primitive) = 46892b6dc5c1ed948d4818c2153c335c ocaml(Shape) = a264079b71e3ddabef72cf9a10a6d8fd ocaml(Stdlib) = cfc6abca663b2d71db1750a2c051cf6e ocaml(Stdlib__Arg) = 42e5c744281ca6c68a1c77928ebe6b38 ocaml(Stdlib__Array) = 9d976b3b47c2c5800331b7449565b98c ocaml(Stdlib__Buffer) = bf6c18db9a96f4c2d97dddb7f07cdee4 ocaml(Stdlib__Digest) = 79b5d577ed7cbf094b2a76c06479bd89 ocaml(Stdlib__Domain) = 24d9be01b1377d92ed29d08905486a54 ocaml(Stdlib__Either) = c90604673db95a8e7dbd131a219e37c5 ocaml(Stdlib__Filename) = f74cc059dcb93d696ed0ec81c946c31f ocaml(Stdlib__Format) = 60af4e0c98f0be0b9d368a2a09700b3a ocaml(Stdlib__Hashtbl) = 62d90b388a282ba341dbe91a50a61569 ocaml(Stdlib__Int32) = c023c5ff3d236c9ddea65bf3e12846b5 ocaml(Stdlib__Lazy) = 1d6be45458ac0f04df24caf4c6b0825f ocaml(Stdlib__Lexing) = 3e6ab8b82b1880d4ad2ced0d57aca6f7 ocaml(Stdlib__List) = a30617a473d55bfeb31bc8cb1d8035c0 ocaml(Stdlib__Map) = c89b7925344cf894dcfa15de9855271e ocaml(Stdlib__Obj) = 95b257801d6620efb9f733a08b806029 ocaml(Stdlib__Printf) = 53d0458f8bd9e6a47c1910b76e8b6f06 ocaml(Stdlib__Result) = 6920dcf20eda193a914bab41ae83ca87 ocaml(Stdlib__Seq) = a98573564faae435d9a1e05d5d2938ff ocaml(Stdlib__Set) = 35df46d1279edd62fbcfbe1072794627 ocaml(Stdlib__String) = 11ee86c6d03e0b37a2ef80541f3e00be ocaml(Stdlib__Sys) = aa921c44c52af557dede0ef5720a3515 ocaml(Stdlib__Uchar) = cc650ed80ecb08760ed6479a6adeec7b ocaml(Subst) = fb87814233a33d4fe046e4335346bdf1 ocaml(Topdirs) = 89012e3668065abd3d37ba093fa9c3c2 ocaml(Toploop) = 5a4075a43d43c9249ea9d990897816fe ocaml(Type_immediacy) = dc7b80ccb5d6ca17a41521a9ab8bcaf2 ocaml(Types) = 9f587070481ecabde6452704dd03e48d ocaml(Unit_info) = c493604495f300140722d6c18c0abca6 ocaml(Warnings) = 5b27d0ddf84c26b2b72d50c6ff180c8e ocamlx(CamlinternalLazy) = 8fa5efa863f9bc5a5c55714e835af459 ocamlx(Dynlink) = b5e62af7eed5fefdbd265b9fcfa0fdd4 ocamlx(Stdlib) = 9dc4e5eb1428b4b83037e136de64d07b ocamlx(Stdlib__Array) = def48d766be8b076d2a4fefcfbc64945 ocamlx(Stdlib__Buffer) = 019603e6c5a03da51c8ca38adff3c148 ocamlx(Stdlib__Filename) = bf3c8902f5a0bdbfcb879bef2df078c3 ocamlx(Stdlib__Format) = 9fd07a8bda3b6871f15d2dd899999381 ocamlx(Stdlib__Hashtbl) = 13921c1b993c3df360282ffc9e1fc820 ocamlx(Stdlib__Lexing) = a0a1b1cb8c436f14fa0076493b310581 ocamlx(Stdlib__List) = c3a511aa4a318695fc8c537a066b344c ocamlx(Stdlib__Map) = a456eae5d3ec76b4f7dca372677b3855 ocamlx(Stdlib__Printf) = 3355dd2861376d6f7797acdac699579a ocamlx(Stdlib__Set) = ca3329bd88b2209993548f45ede07372 ocamlx(Stdlib__String) = f97b634b8d02a0422b61f35a94a2cf6b ocamlx(Stdlib__Sys) = 2437f5a239783c66a7a6539f2924f9e6 ocamlx(Topdirs) = 0e9e4c9cc86952d88ce5fce21c884f94 ocamlx(Toploop) = 5fb584079a45aab2a05eef9838322ac5 Processing files: ocaml-findlib-debugsource-1.9.8-1.mga10.x86_64 Provides: ocaml-findlib-debugsource = 1.9.8-1.mga10 ocaml-findlib-debugsource(x86-64) = 1.9.8-1.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: ocaml-findlib-debuginfo-1.9.8-1.mga10.x86_64 Provides: debuginfo(build-id) = 43292eb2060e90920e894d81943aaa5b94bab988 debuginfo(build-id) = 445460da060731c9b8852fbca0cfb51e14fb622f debuginfo(build-id) = 67e7b57cdfc9038b8a1c30b1341ecc53aa41c0c7 debuginfo(build-id) = 86369698173acd877d695989129086b6c320132b ocaml-findlib-debuginfo = 1.9.8-1.mga10 ocaml-findlib-debuginfo(x86-64) = 1.9.8-1.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: ocaml-findlib-debugsource(x86-64) = 1.9.8-1.mga10 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILD/ocaml-findlib-1.9.8-build/BUILDROOT Wrote: /home/iurt/rpmbuild/RPMS/x86_64/ocaml-findlib-debugsource-1.9.8-1.mga10.x86_64.rpm Wrote: /home/iurt/rpmbuild/RPMS/x86_64/ocaml-findlib-devel-1.9.8-1.mga10.x86_64.rpm Wrote: /home/iurt/rpmbuild/RPMS/x86_64/ocaml-findlib-debuginfo-1.9.8-1.mga10.x86_64.rpm Wrote: /home/iurt/rpmbuild/RPMS/x86_64/ocaml-findlib-1.9.8-1.mga10.x86_64.rpm Executing(rmbuild): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.X2H8ZF + umask 022 + cd /home/iurt/rpmbuild/BUILD/ocaml-findlib-1.9.8-build + test -d /home/iurt/rpmbuild/BUILD/ocaml-findlib-1.9.8-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/iurt/rpmbuild/BUILD/ocaml-findlib-1.9.8-build + rm -rf /home/iurt/rpmbuild/BUILD/ocaml-findlib-1.9.8-build + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!