D: [iurt_root_command] chroot warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. Installing /home/iurt/rpmbuild/SRPMS/ocaml-findlib-1.9-1.mga9.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.4Jgp1j + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf findlib-1.9 + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/findlib-1.9.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd findlib-1.9 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + sed -i -e 's/\(test.*camlp4.*\) \\$/\1/' Makefile + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.R91fPC + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd findlib-1.9 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + ocamlc -version 4.12.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"; "-annot", false, " (deprecated) Save information in .annot"; "-bin-annot", false, " Save typedtree in .cmt"; "-c", false, " Compile only (do not link)"; "-cc", true, " Use as the C compiler and linker"; "-cclib", true, " Pass option to the C linker"; "-ccopt", true, " Pass option to the C compiler and linker"; "-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, 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"; "-stop-after", true, "{parsing|typing} Stop after the given compilation pass."; "-i", false, " Print inferred interface"; "-I", true, " Add to the list of include directories"; "-impl", true, " Compile as a .ml file"; "-intf", true, " Compile as a .mli file"; "-intf-suffix", true, " Suffix for interface files (default: .mli)"; "-intf_suffix", true, " (deprecated) same as -intf-suffix"; "-keep-docs", false, " Keep documentation strings in .cmi files"; "-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"; "-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"; "-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, " (was set when configuring the compiler)"; "-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\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 (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 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-6-7-9-27-29-30-32..42-44-45-48-50-60-66-67-68\""; "-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+31\""; "-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 9.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)"; "-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"; "-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"; "-annot", false, " (deprecated) Save information in .annot"; "-bin-annot", false, " Save typedtree in .cmt"; "-c", false, " Compile only (do not link)"; "-cc", true, " Use as the C compiler and linker"; "-cclib", true, " Pass option to the C linker"; "-ccopt", true, " Pass option to the C compiler and linker"; "-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, 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"; "-stop-after", true, "{parsing|typing} Stop after the given compilation pass."; "-i", false, " Print inferred interface"; "-I", true, " Add to the list of include directories"; "-impl", true, " Compile as a .ml file"; "-intf", true, " Compile as a .mli file"; "-intf-suffix", true, " Suffix for interface files (default: .mli)"; "-intf_suffix", true, " (deprecated) same as -intf-suffix"; "-keep-docs", false, " Keep documentation strings in .cmi files"; "-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"; "-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"; "-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, " (was set when configuring the compiler)"; "-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\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 (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 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-6-7-9-27-29-30-32..42-44-45-48-50-60-66-67-68\""; "-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+31\""; "-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 9.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)"; "-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"; "-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"; "-annot", false, " (deprecated) Save information in .annot"; "-bin-annot", false, " Save typedtree in .cmt"; "-c", false, " Compile only (do not link)"; "-cc", true, " Use as the C compiler and linker"; "-cclib", true, " Pass option to the C linker"; "-ccopt", true, " Pass option to the C compiler and linker"; "-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, 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"; "-stop-after", true, "{parsing|typing} Stop after the given compilation pass."; "-i", false, " Print inferred interface"; "-I", true, " Add to the list of include directories"; "-impl", true, " Compile as a .ml file"; "-intf", true, " Compile as a .mli file"; "-intf-suffix", true, " Suffix for interface files (default: .mli)"; "-intf_suffix", true, " (deprecated) same as -intf-suffix"; "-keep-docs", false, " Keep documentation strings in .cmi files"; "-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"; "-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"; "-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, " (was set when configuring the compiler)"; "-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\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 (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 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-6-7-9-27-29-30-32..42-44-45-48-50-60-66-67-68\""; "-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+31\""; "-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 9.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)"; "-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"; "-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 [ "-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"; "-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"; "-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"; "-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, 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"; "-function-sections", false, " Generate each function in a separate section if target supports it"; "-stop-after", true, "{parsing|typing|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"; "-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"; "-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"; "-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, " (was set when configuring the compiler)"; "-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\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 (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 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-6-7-9-27-29-30-32..42-44-45-48-50-60-66-67-68\""; "-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+31\""; "-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 9.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)"; "-drawlambda", false, " (undocumented)"; "-dlambda", false, " (undocumented)"; "-drawclambda", false, " (undocumented)"; "-dclambda", false, " (undocumented)"; "-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)"; "-davail", false, " Print register availability info when printing liveness"; "-drunavail", false, " Run register availability pass (for testing only; needs -g)"; "-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-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"; "-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"; "-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"; "-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"; "-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"; "-impl", true, " Compile as a .ml file"; "-intf", true, " Compile as a .mli file"; "-intf-suffix", true, " Suffix for interface files (default: .mli)"; "-intf_suffix", true, " (deprecated) same as -intf-suffix"; "-labels", false, " Use commuting label mode"; "-modern", false, " (deprecated) same as -labels"; "-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"; "-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, " (was set when configuring the compiler)"; "-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\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 (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 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-6-7-9-27-29-30-32..42-44-45-48-50-60-66-67-68\""; "-", 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 iso-8859-1)\n\n *** LaTeX options ***\n"; "-noheader", false, " Suppress header in generated documentation\n\t\t(LaTeX and TeXinfo only)"; "-notrailer", false, " Suppress trailer in generated documentation\n\t\t(LaTeX and TeXinfo only)"; "-sepfiles", false, " Generate one file per toplevel module (LaTeX only)"; "-latextitle", false, "n,style Associate {n } to the given 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 Configuring core... Checking for #remove_directory... Testing threading model... systhread_supported: true Testing DLLs... Testing whether ppxopt can be supported... Checking for ocamlc -opaque... Querying installation: META list not found make install will double-check installed META files Configuring libraries... unix: found bigarray: found compiler-libs: found 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: found raw_spacetime: not present (normal since 4.12) threads: found str: found 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 dynlink written to site-lib-src/dynlink/META Configuration for stdlib written to site-lib-src/stdlib/META Configuration for unix written to site-lib-src/unix/META Configuration for bigarray written to site-lib-src/bigarray/META Configuration for compiler-libs written to site-lib-src/compiler-libs/META Configuration for ocamldoc written to site-lib-src/ocamldoc/META Configuration for threads written to site-lib-src/threads/META Configuration for str written to site-lib-src/str/META Configuration for bytes written to site-lib-src/bytes/META Detecting compiler arguments: (extractor built) ok About the OCAML core installation: Standard library: /usr/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/findlib-1.9/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' | \ 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 -g -c findlib_config.ml ocamlc -I +compiler-libs -opaque -g -c fl_split.ml ocamlc -I +compiler-libs -opaque -g -c fl_metatoken.ml ocamlc -I +compiler-libs -opaque -g -c fl_meta.ml ocamlc -I +compiler-libs -opaque -c fl_metascanner.mli ocamlc -I +compiler-libs -opaque -g -c fl_metascanner.ml ocamlc -I +compiler-libs -opaque -c fl_topo.mli ocamlc -I +compiler-libs -opaque -g -c fl_topo.ml ocamlc -I +compiler-libs -opaque -c fl_package_base.mli ocamlc -I +compiler-libs -opaque -g -c fl_package_base.ml ocamlc -I +compiler-libs -opaque -c findlib.mli ocamlc -I +compiler-libs -opaque -g -c findlib.ml ocamlc -I +compiler-libs -opaque -g -c fl_args.ml ocamlc -I +compiler-libs -opaque -g -c fl_lint.ml ocamlc -I +compiler-libs -a -o findlib.cma findlib_config.cmo fl_split.cmo fl_metatoken.cmo fl_meta.cmo fl_metascanner.cmo fl_topo.cmo fl_package_base.cmo findlib.cmo fl_args.cmo fl_lint.cmo ocamlc -I +compiler-libs -opaque -g -c ocaml_args.ml ocamlc -I +compiler-libs -opaque -g -c frontend.ml File "frontend.ml", line 1826, characters 16-29: 1826 | let buf = String.create buflen in (* FIXME: Bytes.create *) ^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.create Use Bytes.create/BytesLabels.create instead. ocamlc -I +compiler-libs -custom -o ocamlfind -g findlib.cma unix.cma \ ocaml_args.cmo frontend.cmo ocamlc -I +compiler-libs -opaque -c topfind.mli ocamlc -I +compiler-libs -opaque -g -c topfind.ml ocamlc -I +compiler-libs -a -o findlib_top.cma topfind.cmo USE_CYGPATH="0"; \ export USE_CYGPATH; \ cat topfind_rd1.p | \ ../../tools/patch '@SITELIB@' '/usr/lib64/ocaml' \ >topfind ocamlc -I +compiler-libs -opaque -c fl_dynload.mli ocamlc -I +compiler-libs -opaque -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/findlib-1.9/src/findlib' make all-config make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/findlib-1.9' USE_CYGPATH="0"; \ export USE_CYGPATH; \ cat findlib.conf.in | \ tools/patch '@SITELIB@' '/usr/lib64/ocaml' >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[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/findlib-1.9' + make opt for p in findlib; do ( cd src/$p; make opt ) || exit; done make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/findlib-1.9/src/findlib' ocamlopt -I +compiler-libs -g -opaque -c findlib_config.ml ocamlopt -I +compiler-libs -g -opaque -c fl_split.ml ocamlopt -I +compiler-libs -g -opaque -c fl_metatoken.ml ocamlopt -I +compiler-libs -g -opaque -c fl_meta.ml ocamlopt -I +compiler-libs -g -opaque -c fl_metascanner.ml ocamlopt -I +compiler-libs -g -opaque -c fl_topo.ml ocamlopt -I +compiler-libs -g -opaque -c fl_package_base.ml ocamlopt -I +compiler-libs -g -opaque -c findlib.ml ocamlopt -I +compiler-libs -g -opaque -c fl_args.ml ocamlopt -I +compiler-libs -g -opaque -c fl_lint.ml ocamlopt -I +compiler-libs -g -a -o findlib.cmxa findlib_config.cmx fl_split.cmx fl_metatoken.cmx fl_meta.cmx fl_metascanner.cmx fl_topo.cmx fl_package_base.cmx findlib.cmx fl_args.cmx fl_lint.cmx if [ 1 -gt 0 ]; then \ ocamlopt -I +compiler-libs -g -shared -o findlib.cmxs findlib_config.cmx fl_split.cmx fl_metatoken.cmx fl_meta.cmx fl_metascanner.cmx fl_topo.cmx fl_package_base.cmx findlib.cmx fl_args.cmx fl_lint.cmx; \ fi ocamlopt -I +compiler-libs -g -opaque -c ocaml_args.ml ocamlopt -I +compiler-libs -g -opaque -c frontend.ml File "frontend.ml", line 1826, characters 16-29: 1826 | let buf = String.create buflen in (* FIXME: Bytes.create *) ^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.create Use Bytes.create/BytesLabels.create instead. ocamlopt -I +compiler-libs -g -o ocamlfind_opt findlib.cmxa unix.cmxa \ ocaml_args.cmx frontend.cmx ocamlopt -I +compiler-libs -g -opaque -c topfind.ml File "_none_", line 1: Warning 58 [no-cmx-file]: no cmx file was found in path for module Topdirs, and its interface was not compiled with -opaque File "_none_", line 1: Warning 58 [no-cmx-file]: no cmx file was found in path for module Toploop, and its interface was not compiled with -opaque 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 -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/findlib-1.9/src/findlib' + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.GbgXkp + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/ocaml-findlib-1.9-1.mga9.aarch64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/ocaml-findlib-1.9-1.mga9.aarch64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/ocaml-findlib-1.9-1.mga9.aarch64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/ocaml-findlib-1.9-1.mga9.aarch64 + cd findlib-1.9 + '[' 1 -eq 1 ']' + make prefix=/home/iurt/rpmbuild/BUILDROOT/ocaml-findlib-1.9-1.mga9.aarch64 PREFIX=/home/iurt/rpmbuild/BUILDROOT/ocaml-findlib-1.9-1.mga9.aarch64 install if [ "1" -eq 1 ]; then \ for x in camlp4 dbm graphics labltk num ocamlbuild; do \ if [ -f "/home/iurt/rpmbuild/BUILDROOT/ocaml-findlib-1.9-1.mga9.aarch64/usr/lib64/ocaml/$x/META" ]; then \ if ! grep -Fq '[distributed with Ocaml]' "/home/iurt/rpmbuild/BUILDROOT/ocaml-findlib-1.9-1.mga9.aarch64//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 mkdir -p "/home/iurt/rpmbuild/BUILDROOT/ocaml-findlib-1.9-1.mga9.aarch64/usr/bin" mkdir -p "/home/iurt/rpmbuild/BUILDROOT/ocaml-findlib-1.9-1.mga9.aarch64/usr/share/man" make install-config make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/findlib-1.9' mkdir -p "`dirname \"/home/iurt/rpmbuild/BUILDROOT/ocaml-findlib-1.9-1.mga9.aarch64/etc/findlib.conf\"`" test -f "/home/iurt/rpmbuild/BUILDROOT/ocaml-findlib-1.9-1.mga9.aarch64/etc/findlib.conf" || cp findlib.conf "/home/iurt/rpmbuild/BUILDROOT/ocaml-findlib-1.9-1.mga9.aarch64/etc/findlib.conf" make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/findlib-1.9' for p in findlib; do ( cd src/$p; make install ); done make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/findlib-1.9/src/findlib' mkdir -p "/home/iurt/rpmbuild/BUILDROOT/ocaml-findlib-1.9-1.mga9.aarch64/usr/lib64/ocaml/findlib" mkdir -p "/home/iurt/rpmbuild/BUILDROOT/ocaml-findlib-1.9-1.mga9.aarch64/usr/bin" test 1 -eq 0 || cp topfind "/home/iurt/rpmbuild/BUILDROOT/ocaml-findlib-1.9-1.mga9.aarch64/usr/lib64/ocaml" files=` ../../tools/collect_files ../../Makefile.config findlib.cmi findlib.mli findlib.cma findlib.cmxa findlib.a findlib.cmxs topfind.cmi topfind.mli fl_package_base.mli fl_package_base.cmi fl_metascanner.mli fl_metascanner.cmi fl_metatoken.cmi findlib_top.cma findlib_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/BUILDROOT/ocaml-findlib-1.9-1.mga9.aarch64/usr/lib64/ocaml/findlib" f="ocamlfind"; { test -f ocamlfind_opt && f="ocamlfind_opt"; }; \ cp $f "/home/iurt/rpmbuild/BUILDROOT/ocaml-findlib-1.9-1.mga9.aarch64/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/BUILDROOT/ocaml-findlib-1.9-1.mga9.aarch64/usr/lib64/ocaml/findlib/"; \ fi make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/findlib-1.9/src/findlib' make install-meta make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/findlib-1.9' for x in bigarray bytes compiler-libs dynlink ocamldoc stdlib str threads unix ; do mkdir -p "/home/iurt/rpmbuild/BUILDROOT/ocaml-findlib-1.9-1.mga9.aarch64/usr/lib64/ocaml/$x"; cp site-lib-src/$x/META "/home/iurt/rpmbuild/BUILDROOT/ocaml-findlib-1.9-1.mga9.aarch64/usr/lib64/ocaml/$x"; done mkdir -p "/home/iurt/rpmbuild/BUILDROOT/ocaml-findlib-1.9-1.mga9.aarch64/usr/lib64/ocaml/findlib"; cp Makefile.packages "/home/iurt/rpmbuild/BUILDROOT/ocaml-findlib-1.9-1.mga9.aarch64/usr/lib64/ocaml/findlib/Makefile.packages" make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/findlib-1.9' test ! -f 'site-lib-src/num-top/META' || { cd src/findlib; make install-num-top; } test ! -f 'site-lib-src/camlp4/META' || cp tools/safe_camlp4 "/home/iurt/rpmbuild/BUILDROOT/ocaml-findlib-1.9-1.mga9.aarch64/usr/bin" make install-doc make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/findlib-1.9' mkdir -p "/home/iurt/rpmbuild/BUILDROOT/ocaml-findlib-1.9-1.mga9.aarch64/usr/share/man/man1" "/home/iurt/rpmbuild/BUILDROOT/ocaml-findlib-1.9-1.mga9.aarch64/usr/share/man/man3" "/home/iurt/rpmbuild/BUILDROOT/ocaml-findlib-1.9-1.mga9.aarch64/usr/share/man/man5" cp doc/ref-man/ocamlfind.1 "/home/iurt/rpmbuild/BUILDROOT/ocaml-findlib-1.9-1.mga9.aarch64/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/BUILDROOT/ocaml-findlib-1.9-1.mga9.aarch64/usr/share/man/man5" make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/findlib-1.9' + rm -f /home/iurt/rpmbuild/BUILDROOT/ocaml-findlib-1.9-1.mga9.aarch64/usr/lib64/ocaml/bigarray/META + rm -f /home/iurt/rpmbuild/BUILDROOT/ocaml-findlib-1.9-1.mga9.aarch64/usr/lib64/ocaml/dbm/META + rm -f /home/iurt/rpmbuild/BUILDROOT/ocaml-findlib-1.9-1.mga9.aarch64/usr/lib64/ocaml/dynlink/META + rm -f /home/iurt/rpmbuild/BUILDROOT/ocaml-findlib-1.9-1.mga9.aarch64/usr/lib64/ocaml/graphics/META + rm -f /home/iurt/rpmbuild/BUILDROOT/ocaml-findlib-1.9-1.mga9.aarch64/usr/lib64/ocaml/num/META + rm -f /home/iurt/rpmbuild/BUILDROOT/ocaml-findlib-1.9-1.mga9.aarch64/usr/lib64/ocaml/num-top/META + rm -f /home/iurt/rpmbuild/BUILDROOT/ocaml-findlib-1.9-1.mga9.aarch64/usr/lib64/ocaml/stdlib/META + rm -f /home/iurt/rpmbuild/BUILDROOT/ocaml-findlib-1.9-1.mga9.aarch64/usr/lib64/ocaml/str/META + rm -f /home/iurt/rpmbuild/BUILDROOT/ocaml-findlib-1.9-1.mga9.aarch64/usr/lib64/ocaml/threads/META + rm -f /home/iurt/rpmbuild/BUILDROOT/ocaml-findlib-1.9-1.mga9.aarch64/usr/lib64/ocaml/unix/META + rm -f /home/iurt/rpmbuild/BUILDROOT/ocaml-findlib-1.9-1.mga9.aarch64/usr/lib64/ocaml/ocamlbuild/META + rm -f /home/iurt/rpmbuild/BUILDROOT/ocaml-findlib-1.9-1.mga9.aarch64/usr/lib64/ocaml/compiler-libs/META + rm -f /home/iurt/rpmbuild/BUILDROOT/ocaml-findlib-1.9-1.mga9.aarch64/usr/lib64/ocaml/bytes/META + rm -f /home/iurt/rpmbuild/BUILDROOT/ocaml-findlib-1.9-1.mga9.aarch64/usr/lib64/ocaml/ocamldoc/META + rm -f /home/iurt/rpmbuild/BUILDROOT/ocaml-findlib-1.9-1.mga9.aarch64/usr/lib64/ocaml/raw_spacetime/META + rm -f /home/iurt/rpmbuild/BUILDROOT/ocaml-findlib-1.9-1.mga9.aarch64/usr/lib64/ocaml/camlp4/META + rm -f /home/iurt/rpmbuild/BUILDROOT/ocaml-findlib-1.9-1.mga9.aarch64/usr/lib64/ocaml/labltk/META + /usr/bin/find-debuginfo -j8 --strict-build-id -m -i --build-id-seed 1.9-1.mga9 --unique-debug-suffix -1.9-1.mga9.aarch64 --unique-debug-src-base ocaml-findlib-1.9-1.mga9.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/findlib-1.9 extracting debug info from /home/iurt/rpmbuild/BUILDROOT/ocaml-findlib-1.9-1.mga9.aarch64/usr/bin/ocamlfind extracting debug info from /home/iurt/rpmbuild/BUILDROOT/ocaml-findlib-1.9-1.mga9.aarch64/usr/lib64/ocaml/findlib/findlib.cmxs extracting debug info from /home/iurt/rpmbuild/BUILDROOT/ocaml-findlib-1.9-1.mga9.aarch64/usr/lib64/ocaml/findlib/findlib_top.cmxs extracting debug info from /home/iurt/rpmbuild/BUILDROOT/ocaml-findlib-1.9-1.mga9.aarch64/usr/lib64/ocaml/findlib/findlib_dynload.cmxs original debug info size: 2132kB, size after compression: 1904kB /usr/bin/sepdebugcrcfix: Updated 2 CRC32s, 2 CRC32s did match. 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/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/otherlibs/dynlink/dynlink_common.ml: Cannot stat: No such file or directory cpio: src/findlib/printexc.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/stream.ml: Cannot stat: No such file or directory cpio: src/findlib/string.ml: Cannot stat: No such file or directory cpio: src/findlib/unix.ml: Cannot stat: No such file or directory 344 blocks + /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/brp-python-bytecompile /usr/bin/python3 1 0 + /usr/lib/rpm/check-rpaths + /usr/lib/rpm/brp-remove-la-files + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: ocaml-findlib-1.9-1.mga9.aarch64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.cnhgUo + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd findlib-1.9 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-findlib-1.9-1.mga9.aarch64/usr/share/doc/ocaml-findlib + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/ocaml-findlib-1.9-1.mga9.aarch64/usr/share/doc/ocaml-findlib + cp -pr LICENSE /home/iurt/rpmbuild/BUILDROOT/ocaml-findlib-1.9-1.mga9.aarch64/usr/share/doc/ocaml-findlib + RPM_EC=0 ++ jobs -p + exit 0 Provides: config(ocaml-findlib) = 1.9-1.mga9 ocaml(Findlib) = 52d9cab06838c4f70a08acf2ac33dfda ocaml(Findlib_config) = 0e78f5e1bc6d46812b242a4657dd8799 ocaml(Fl_args) = c37d9b2daedcf31232437c83ba1a43ee ocaml(Fl_dynload) = 418a62d309bddfddce77269c6808c1a9 ocaml(Fl_lint) = 6c10340b232015ffb7329d5736d2faa2 ocaml(Fl_meta) = df1c82652e9dc7c739f9d67769b7c3bb ocaml(Fl_metascanner) = 91e6a07928c6075b486358ea4b4f4e28 ocaml(Fl_metatoken) = 835c3500150ec17e84fc679edf4a67c0 ocaml(Fl_package_base) = a3c87f97dd5420d794ca9d3889585a98 ocaml(Fl_split) = f9637a39069d2c9853a16b0e3f19c9b7 ocaml(Fl_topo) = cfb9d6bd115bc3d971a25d1f26094ca0 ocaml(Topfind) = 76ffe9e08f50c754616a4f78f97416a4 ocaml-findlib = 1.9-1.mga9 ocaml-findlib(aarch-64) = 1.9-1.mga9 ocamlx(Findlib) = ad3228ca3c736a93a4c81a1339d5bfa2 ocamlx(Findlib_config) = cb50f37955e2233c8caf152fe5df156e ocamlx(Fl_args) = 4d94f0b6a3d27189c0b95eab2a706f8e ocamlx(Fl_dynload) = 69843aa2574fbdb44c2b1618a945900b ocamlx(Fl_lint) = 479088e6c9ff6742b6c4553938fd25e4 ocamlx(Fl_meta) = 3a665220d95dc8a4269b68319f39d581 ocamlx(Fl_metascanner) = 9191e1a4342cbc2a637bdd8ab588fb22 ocamlx(Fl_metatoken) = 1c1b4366db391c89b9f93997799ab309 ocamlx(Fl_package_base) = 96cfd621d3b34439415252895daa8d4c ocamlx(Fl_split) = 5c2947ac1aedff231bcc82bea242eb14 ocamlx(Fl_topo) = 629a6e39448723579ebd05d71cd3949f ocamlx(Topfind) = f3fa5902375f41aaf465e8369a8589be Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libc.so.6(GLIBC_2.28)(64bit) libdl.so.2()(64bit) libdl.so.2(GLIBC_2.17)(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.17)(64bit) libm.so.6(GLIBC_2.29)(64bit) ocaml(Asttypes) = baea8c9e359e5952e9a469e3736250bf ocaml(Build_path_prefix_map) = 656e8c2e61574f0408f16108c60367f0 ocaml(CamlinternalFormatBasics) = b6c6694955e10001aed267571104a961 ocaml(CamlinternalLazy) = 0ffdd4563ae8cab020b6247347c9def7 ocaml(Cmi_format) = ad11b8813db59bdebbf21670f529360f ocaml(Dynlink) = 1992f5776d7482876578d6260be0a779 ocaml(Env) = 8651f47cb9dc78afdc91ff4dc5697536 ocaml(Findlib) = 52d9cab06838c4f70a08acf2ac33dfda ocaml(Findlib_config) = 0e78f5e1bc6d46812b242a4657dd8799 ocaml(Fl_meta) = df1c82652e9dc7c739f9d67769b7c3bb ocaml(Fl_metascanner) = 91e6a07928c6075b486358ea4b4f4e28 ocaml(Fl_metatoken) = 835c3500150ec17e84fc679edf4a67c0 ocaml(Fl_package_base) = a3c87f97dd5420d794ca9d3889585a98 ocaml(Fl_split) = f9637a39069d2c9853a16b0e3f19c9b7 ocaml(Fl_topo) = cfb9d6bd115bc3d971a25d1f26094ca0 ocaml(Ident) = d0041fef70990bc1d325207cf24e375b ocaml(Identifiable) = a4d66fbcd33ffca1875ac854589e628c ocaml(Load_path) = cf04f5eaaf6a5d9d842035be1c066fc6 ocaml(Location) = c873f444edddd1142525804a7b1212cc ocaml(Longident) = 13b3eb270b04752adb0fbb8c29cf4c58 ocaml(Misc) = 30be4e8f87fe2899b438c2bfc21a5d66 ocaml(Outcometree) = 0e91eaf4f577f96b9021c4b2e6f51be9 ocaml(Parsetree) = 92c4e671d243ad0ccc4f8c13d9953f7d ocaml(Path) = b122d3d0700d3ef36c9d99c256e0cdb0 ocaml(Primitive) = 18b142b72feab26ac77fa634c50352a9 ocaml(Stdlib) = 4b04b4eda19aa722df365141895fb347 ocaml(Stdlib__arg) = cb7276f4b80d17f122d4ba1cbcfd70dd ocaml(Stdlib__array) = 4e32e71cf085ea7194f43622fdc89508 ocaml(Stdlib__buffer) = 9eaf2b1cd70e33601c152d1ce1bb8be9 ocaml(Stdlib__digest) = 58b6f86a69b21b761db8c98e4a6e5d5b ocaml(Stdlib__either) = 2555bf09b020b8887a4d8a645b0ed347 ocaml(Stdlib__filename) = 8c147c37b4043616a4f94de5d087796e ocaml(Stdlib__format) = e8696010fc66d4ce9a3bc3f311f6ea20 ocaml(Stdlib__hashtbl) = c3ec10b93bb358686d02fa9c5f4adb6b ocaml(Stdlib__int32) = 4c0749e51d8fce5752bcb00fe42a4ddc ocaml(Stdlib__lazy) = 5d62f857d0f7ae5149ebb6d1d7bf1f95 ocaml(Stdlib__lexing) = f7569937b419d08065107a2889d2cf28 ocaml(Stdlib__list) = 88609ef3a3066dcf16ad7456f53122d2 ocaml(Stdlib__map) = 717fe01a67af86872466d04c7663d16f ocaml(Stdlib__obj) = 2b540dc54438cf063883f6e85c4aa37a ocaml(Stdlib__printf) = 6b41a35d77938603dd2ed0f7d80764f6 ocaml(Stdlib__seq) = 185075aa99b059ad4cae15cb411fcc0c ocaml(Stdlib__set) = d47fad5d5151b45276616200bec25877 ocaml(Stdlib__stream) = cda772eb826fdc1bf6a75538ae8efa6e ocaml(Stdlib__string) = 9f0e42299fccc5fb76df62d28ba67759 ocaml(Stdlib__sys) = eb89f871835c4515431f0752466ac613 ocaml(Stdlib__uchar) = 82dadcd908dde621b8842c96ba644dc6 ocaml(Subst) = f5b88697bd877408d266a57fce2e6ef2 ocaml(Topdirs) = 0ce33d24dec7b0a348dcf3b00955deeb ocaml(Toploop) = 0495573e4ea22cb4203cdf4c7af97fb2 ocaml(Type_immediacy) = d5796c46b433b1c31c4386661672b4cc ocaml(Types) = 00d7663871b37d50f34bbc98f15c654a ocaml(Warnings) = b2d4200e106af1252d6a1052a7c96c9f ocamlx(Dynlink) = 32047a582ea44940ea74a5b406e1e6ad ocamlx(Stdlib) = 905355729c82ef4d2184c394a250f1a3 ocamlx(Stdlib__array) = bd748df8b673a5572a68c6ed97643075 ocamlx(Stdlib__buffer) = f2c7899840b35768dd26b48c02f5d47d ocamlx(Stdlib__filename) = fd27ed43c8cba6245eb4a8892d1492f6 ocamlx(Stdlib__format) = 41296ac99a85560c95c2f9d56ed27a7d ocamlx(Stdlib__hashtbl) = d6c11956a20f699b6d99ffbeaf7af8ce ocamlx(Stdlib__lexing) = ebc068c08b7e3910fd9a4618bdc64e1f ocamlx(Stdlib__list) = 53d7956dcffc648bb93ed4703fe49f2c ocamlx(Stdlib__map) = 9b04e1085316f512f6a7758100d936a3 ocamlx(Stdlib__printf) = 9c372b73f35fb3b53e15ee17339edabc ocamlx(Stdlib__set) = c27557b5a6100db8742e263f38fd23be ocamlx(Stdlib__stream) = c6ff2117753f6ef72f5c58b33f41bc0f ocamlx(Stdlib__string) = 0f51be4faacbfc99b4c9b3c427cf5bd8 ocamlx(Stdlib__sys) = 53713114014cf8545db403b325aa77cd Obsoletes: findlib < 1.9 Processing files: ocaml-findlib-devel-1.9-1.mga9.aarch64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.SvYJRV + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd findlib-1.9 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-findlib-1.9-1.mga9.aarch64/usr/share/doc/ocaml-findlib-devel + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/ocaml-findlib-1.9-1.mga9.aarch64/usr/share/doc/ocaml-findlib-devel + cp -pr LICENSE /home/iurt/rpmbuild/BUILDROOT/ocaml-findlib-1.9-1.mga9.aarch64/usr/share/doc/ocaml-findlib-devel + cp -pr doc /home/iurt/rpmbuild/BUILDROOT/ocaml-findlib-1.9-1.mga9.aarch64/usr/share/doc/ocaml-findlib-devel + cp -pr doc/README /home/iurt/rpmbuild/BUILDROOT/ocaml-findlib-1.9-1.mga9.aarch64/usr/share/doc/ocaml-findlib-devel + cp -pr doc/guide-html /home/iurt/rpmbuild/BUILDROOT/ocaml-findlib-1.9-1.mga9.aarch64/usr/share/doc/ocaml-findlib-devel + RPM_EC=0 ++ jobs -p + exit 0 Provides: ocaml(Findlib) = 52d9cab06838c4f70a08acf2ac33dfda ocaml(Findlib_config) = 0e78f5e1bc6d46812b242a4657dd8799 ocaml(Fl_args) = c37d9b2daedcf31232437c83ba1a43ee ocaml(Fl_dynload) = 418a62d309bddfddce77269c6808c1a9 ocaml(Fl_lint) = 6c10340b232015ffb7329d5736d2faa2 ocaml(Fl_meta) = df1c82652e9dc7c739f9d67769b7c3bb ocaml(Fl_metascanner) = 91e6a07928c6075b486358ea4b4f4e28 ocaml(Fl_metatoken) = 835c3500150ec17e84fc679edf4a67c0 ocaml(Fl_package_base) = a3c87f97dd5420d794ca9d3889585a98 ocaml(Fl_split) = f9637a39069d2c9853a16b0e3f19c9b7 ocaml(Fl_topo) = cfb9d6bd115bc3d971a25d1f26094ca0 ocaml(Topfind) = 76ffe9e08f50c754616a4f78f97416a4 ocaml-findlib-devel = 1.9-1.mga9 ocaml-findlib-devel(aarch-64) = 1.9-1.mga9 ocamlx(Findlib) = ad3228ca3c736a93a4c81a1339d5bfa2 ocamlx(Findlib_config) = cb50f37955e2233c8caf152fe5df156e ocamlx(Fl_args) = 4d94f0b6a3d27189c0b95eab2a706f8e ocamlx(Fl_dynload) = 69843aa2574fbdb44c2b1618a945900b ocamlx(Fl_lint) = 479088e6c9ff6742b6c4553938fd25e4 ocamlx(Fl_meta) = 3a665220d95dc8a4269b68319f39d581 ocamlx(Fl_metascanner) = 9191e1a4342cbc2a637bdd8ab588fb22 ocamlx(Fl_metatoken) = 1c1b4366db391c89b9f93997799ab309 ocamlx(Fl_package_base) = 96cfd621d3b34439415252895daa8d4c ocamlx(Fl_split) = 5c2947ac1aedff231bcc82bea242eb14 ocamlx(Fl_topo) = 629a6e39448723579ebd05d71cd3949f ocamlx(Topfind) = f3fa5902375f41aaf465e8369a8589be Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ocaml(Asttypes) = baea8c9e359e5952e9a469e3736250bf ocaml(Build_path_prefix_map) = 656e8c2e61574f0408f16108c60367f0 ocaml(CamlinternalFormatBasics) = b6c6694955e10001aed267571104a961 ocaml(CamlinternalLazy) = 0ffdd4563ae8cab020b6247347c9def7 ocaml(Cmi_format) = ad11b8813db59bdebbf21670f529360f ocaml(Dynlink) = 1992f5776d7482876578d6260be0a779 ocaml(Env) = 8651f47cb9dc78afdc91ff4dc5697536 ocaml(Findlib) = 52d9cab06838c4f70a08acf2ac33dfda ocaml(Findlib_config) = 0e78f5e1bc6d46812b242a4657dd8799 ocaml(Fl_meta) = df1c82652e9dc7c739f9d67769b7c3bb ocaml(Fl_metascanner) = 91e6a07928c6075b486358ea4b4f4e28 ocaml(Fl_metatoken) = 835c3500150ec17e84fc679edf4a67c0 ocaml(Fl_package_base) = a3c87f97dd5420d794ca9d3889585a98 ocaml(Fl_split) = f9637a39069d2c9853a16b0e3f19c9b7 ocaml(Fl_topo) = cfb9d6bd115bc3d971a25d1f26094ca0 ocaml(Ident) = d0041fef70990bc1d325207cf24e375b ocaml(Identifiable) = a4d66fbcd33ffca1875ac854589e628c ocaml(Load_path) = cf04f5eaaf6a5d9d842035be1c066fc6 ocaml(Location) = c873f444edddd1142525804a7b1212cc ocaml(Longident) = 13b3eb270b04752adb0fbb8c29cf4c58 ocaml(Misc) = 30be4e8f87fe2899b438c2bfc21a5d66 ocaml(Outcometree) = 0e91eaf4f577f96b9021c4b2e6f51be9 ocaml(Parsetree) = 92c4e671d243ad0ccc4f8c13d9953f7d ocaml(Path) = b122d3d0700d3ef36c9d99c256e0cdb0 ocaml(Primitive) = 18b142b72feab26ac77fa634c50352a9 ocaml(Stdlib) = 4b04b4eda19aa722df365141895fb347 ocaml(Stdlib__arg) = cb7276f4b80d17f122d4ba1cbcfd70dd ocaml(Stdlib__array) = 4e32e71cf085ea7194f43622fdc89508 ocaml(Stdlib__buffer) = 9eaf2b1cd70e33601c152d1ce1bb8be9 ocaml(Stdlib__digest) = 58b6f86a69b21b761db8c98e4a6e5d5b ocaml(Stdlib__either) = 2555bf09b020b8887a4d8a645b0ed347 ocaml(Stdlib__filename) = 8c147c37b4043616a4f94de5d087796e ocaml(Stdlib__format) = e8696010fc66d4ce9a3bc3f311f6ea20 ocaml(Stdlib__hashtbl) = c3ec10b93bb358686d02fa9c5f4adb6b ocaml(Stdlib__int32) = 4c0749e51d8fce5752bcb00fe42a4ddc ocaml(Stdlib__lazy) = 5d62f857d0f7ae5149ebb6d1d7bf1f95 ocaml(Stdlib__lexing) = f7569937b419d08065107a2889d2cf28 ocaml(Stdlib__list) = 88609ef3a3066dcf16ad7456f53122d2 ocaml(Stdlib__map) = 717fe01a67af86872466d04c7663d16f ocaml(Stdlib__obj) = 2b540dc54438cf063883f6e85c4aa37a ocaml(Stdlib__printf) = 6b41a35d77938603dd2ed0f7d80764f6 ocaml(Stdlib__seq) = 185075aa99b059ad4cae15cb411fcc0c ocaml(Stdlib__set) = d47fad5d5151b45276616200bec25877 ocaml(Stdlib__stream) = cda772eb826fdc1bf6a75538ae8efa6e ocaml(Stdlib__string) = 9f0e42299fccc5fb76df62d28ba67759 ocaml(Stdlib__sys) = eb89f871835c4515431f0752466ac613 ocaml(Stdlib__uchar) = 82dadcd908dde621b8842c96ba644dc6 ocaml(Subst) = f5b88697bd877408d266a57fce2e6ef2 ocaml(Topdirs) = 0ce33d24dec7b0a348dcf3b00955deeb ocaml(Toploop) = 0495573e4ea22cb4203cdf4c7af97fb2 ocaml(Type_immediacy) = d5796c46b433b1c31c4386661672b4cc ocaml(Types) = 00d7663871b37d50f34bbc98f15c654a ocaml(Warnings) = b2d4200e106af1252d6a1052a7c96c9f ocamlx(Dynlink) = 32047a582ea44940ea74a5b406e1e6ad ocamlx(Stdlib) = 905355729c82ef4d2184c394a250f1a3 ocamlx(Stdlib__array) = bd748df8b673a5572a68c6ed97643075 ocamlx(Stdlib__buffer) = f2c7899840b35768dd26b48c02f5d47d ocamlx(Stdlib__filename) = fd27ed43c8cba6245eb4a8892d1492f6 ocamlx(Stdlib__format) = 41296ac99a85560c95c2f9d56ed27a7d ocamlx(Stdlib__hashtbl) = d6c11956a20f699b6d99ffbeaf7af8ce ocamlx(Stdlib__lexing) = ebc068c08b7e3910fd9a4618bdc64e1f ocamlx(Stdlib__list) = 53d7956dcffc648bb93ed4703fe49f2c ocamlx(Stdlib__map) = 9b04e1085316f512f6a7758100d936a3 ocamlx(Stdlib__printf) = 9c372b73f35fb3b53e15ee17339edabc ocamlx(Stdlib__set) = c27557b5a6100db8742e263f38fd23be ocamlx(Stdlib__stream) = c6ff2117753f6ef72f5c58b33f41bc0f ocamlx(Stdlib__string) = 0f51be4faacbfc99b4c9b3c427cf5bd8 ocamlx(Stdlib__sys) = 53713114014cf8545db403b325aa77cd Processing files: ocaml-findlib-debugsource-1.9-1.mga9.aarch64 Provides: ocaml-findlib-debugsource = 1.9-1.mga9 ocaml-findlib-debugsource(aarch-64) = 1.9-1.mga9 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-1.mga9.aarch64 Provides: debuginfo(build-id) = 183dfb1c98bdc28f036f1049aa55f26da32067f3 debuginfo(build-id) = 560b2ebcf3d34532bacbc0feeaa39c87246aeb96 debuginfo(build-id) = 5dde9fdb387358fc0b155baebdae24b6fa4d484b debuginfo(build-id) = 72e039ced8ca0071bc8253921be5baa1de50ce5d ocaml-findlib-debuginfo = 1.9-1.mga9 ocaml-findlib-debuginfo(aarch-64) = 1.9-1.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: ocaml-findlib-debugsource(aarch-64) = 1.9-1.mga9 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/ocaml-findlib-1.9-1.mga9.aarch64 Wrote: /home/iurt/rpmbuild/RPMS/aarch64/ocaml-findlib-debugsource-1.9-1.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/ocaml-findlib-devel-1.9-1.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/ocaml-findlib-debuginfo-1.9-1.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/ocaml-findlib-1.9-1.mga9.aarch64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.HI1f0Y + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd findlib-1.9 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/ocaml-findlib-1.9-1.mga9.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.YQ5Ab2 + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf findlib-1.9 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!