Spec URL: https://jjames.fedorapeople.org/ocaml-monolith/ocaml-monolith.spec SRPM URL: https://jjames.fedorapeople.org/ocaml-monolith/ocaml-monolith-20250314-1.fc44.src.rpm Fedora Account System Username: jjames Description: Monolith offers facilities for testing an OCaml library (for instance, a data structure implementation) by comparing it against a reference implementation. It can be used to perform either random testing or fuzz testing. Fuzz testing relies on the external tool afl-fuzz. The user must describe what types and operations the library provides. Under the best circumstances, this requires 2-3 lines of code per type or operation. The user must also provide a reference implementation and a candidate implementation of the library. Then, like a monkey typing on a keyboard, Monolith attempts to exercise the library in every possible way, in the hope of discovering a sequence of operations that leads to an unexpected behavior (that is, a situation where the library either raises an unexpected exception or returns an incorrect result). If such a scenario is discovered, it is printed in the form of an OCaml program, so as to help the user reproduce the problem. Monolith assumes that the candidate implementation behaves in a deterministic way. (Without this assumption, one cannot hope to reliably produce a problematic scenario.) It does however allow nondeterministic specifications, that is, situations where the candidate implementation is allowed to behave in several possible ways.
Copr build: https://copr.fedorainfracloud.org/coprs/build/9492554 (succeeded) Review template: https://download.copr.fedorainfracloud.org/results/@fedora-review/fedora-review-2391039-ocaml-monolith/fedora-rawhide-x86_64/09492554-ocaml-monolith/fedora-review/review.txt Found issues: - No gcc, gcc-c++ or clang found in BuildRequires Read more: https://docs.fedoraproject.org/en-US/packaging-guidelines/C_and_C++/ Please know that there can be false-positives. --- This comment was created by the fedora-review-service https://github.com/FrostyX/fedora-review-service If you want to trigger a new Copr build, add a comment containing new Spec and SRPM URLs or [fedora-review-service-build] string.
I have updated this package to its latest upstream version. New URLs: Spec URL: https://jjames.fedorapeople.org/ocaml-monolith/ocaml-monolith.spec SRPM URL: https://jjames.fedorapeople.org/ocaml-monolith/ocaml-monolith-20250922-1.fc44.src.rpm
Created attachment 2108022 [details] The .spec file difference from Copr build 9492554 to 9629704
Copr build: https://copr.fedorainfracloud.org/coprs/build/9629704 (succeeded) Review template: https://download.copr.fedorainfracloud.org/results/@fedora-review/fedora-review-2391039-ocaml-monolith/fedora-rawhide-x86_64/09629704-ocaml-monolith/fedora-review/review.txt Found issues: - No gcc, gcc-c++ or clang found in BuildRequires Read more: https://docs.fedoraproject.org/en-US/packaging-guidelines/C_and_C++/ Please know that there can be false-positives. --- This comment was created by the fedora-review-service https://github.com/FrostyX/fedora-review-service If you want to trigger a new Copr build, add a comment containing new Spec and SRPM URLs or [fedora-review-service-build] string.
Package Review ============== Legend: [x] = Pass, [!] = Fail, [-] = Not applicable, [?] = Not evaluated [ ] = Manual review needed Issues: ======= - If your application is a C or C++ application you must list a BuildRequires against gcc, gcc-c++ or clang. Note: No gcc, gcc-c++ or clang found in BuildRequires See: https://docs.fedoraproject.org/en-US/packaging-guidelines/C_and_C++/ ===== MUST items ===== C/C++: [x]: Package does not contain kernel modules. [x]: Package does not contain any libtool archives (.la) [x]: Package contains no static executables. [x]: Rpath absent or only used for internal libs. Generic: [x]: Package is licensed with an open-source compatible license and meets other legal requirements as defined in the legal section of Packaging Guidelines. [x]: License field in the package spec file matches the actual license. Note: Checking patched sources after %prep for licenses. Licenses found: "Unknown or generated", "GNU Lesser General Public License v3.0 or later". 279 files have unknown license. Detailed output of licensecheck in /home/fedora-packaging/reviews/ocaml-monolith/2391039- ocaml-monolith/licensecheck.txt [x]: License file installed when any subpackage combination is installed. [x]: %build honors applicable compiler flags or justifies otherwise. [x]: Package contains no bundled libraries without FPC exception. [x]: Changelog in prescribed format. [x]: Sources contain only permissible code or content. [-]: Package contains desktop file if it is a GUI application. [x]: Development files must be in a -devel package [x]: Package uses nothing in %doc for runtime. [x]: Package consistently uses macros (instead of hard-coded directory names). [x]: Package is named according to the Package Naming Guidelines. [x]: Package does not generate any conflict. [x]: Package obeys FHS, except libexecdir and /usr/target. [-]: If the package is a rename of another package, proper Obsoletes and Provides are present. [x]: Requires correct, justified where necessary. [x]: Spec file is legible and written in American English. [-]: Package contains systemd file(s) if in need. [x]: Useful -debuginfo package or justification otherwise. [ ]: Package is not known to require an ExcludeArch tag. [-]: Large documentation must go in a -doc subpackage. Large could be size (~1MB) or number of files. Note: Documentation size is 16215 bytes in 3 files. [x]: Package complies to the Packaging Guidelines [x]: Package successfully compiles and builds into binary rpms on at least one supported primary architecture. [x]: Package installs properly. [x]: Rpmlint is run on all rpms the build produces. Note: There are rpmlint messages (see attachment). [x]: If (and only if) the source package includes the text of the license(s) in its own file, then that file, containing the text of the license(s) for the package is included in %license. [x]: The License field must be a valid SPDX expression. [x]: Package requires other packages for directories it uses. [x]: Package must own all directories that it creates. [x]: Package does not own files or directories owned by other packages. [x]: Package uses either %{buildroot} or $RPM_BUILD_ROOT [x]: Package does not run rm -rf %{buildroot} (or $RPM_BUILD_ROOT) at the beginning of %install. [x]: Macros in Summary, %description expandable at SRPM build time. [x]: Dist tag is present. [x]: Package does not contain duplicates in %files. [x]: Permissions on files are set properly. [x]: Package must not depend on deprecated() packages. [x]: Package use %makeinstall only when make install DESTDIR=... doesn't work. [x]: Package is named using only allowed ASCII characters. [x]: Package does not use a name that already exists. [x]: Package is not relocatable. [x]: Sources used to build the package match the upstream source, as provided in the spec URL. [x]: Spec file name must match the spec package %{name}, in the format %{name}.spec. [x]: File names are valid UTF-8. [x]: Packages must not store files under /srv, /opt or /usr/local Ocaml: [x]: This should never happen ===== SHOULD items ===== Generic: [-]: If the source package does not include license text(s) as a separate file from upstream, the packager SHOULD query upstream to include it. [x]: Final provides and requires are sane (see attachments). [ ]: Package functions as described. [x]: Latest version is packaged. [x]: Package does not include license text files separate from upstream. [-]: Sources are verified with gpgverify first in %prep if upstream publishes signatures. Note: gpgverify is not used. [ ]: %check is present and all tests pass. [x]: Packages should try to preserve timestamps of original installed files. [x]: Reviewer should test that the package builds in mock. [x]: Buildroot is not present [x]: Package has no %clean section with rm -rf %{buildroot} (or $RPM_BUILD_ROOT) [x]: No file requires outside of /etc, /bin, /sbin, /usr/bin, /usr/sbin. [x]: Fully versioned dependency in subpackages if applicable. [x]: Packager, Vendor, PreReq, Copyright tags should not be in spec file [x]: Sources can be downloaded from URI in Source: tag [x]: SourceX is a working URL. [x]: Package should compile and build into binary rpms on all supported architectures. [x]: Spec use %global instead of %define unless justified. ===== EXTRA items ===== Generic: [x]: Rpmlint is run on debuginfo package(s). Note: No rpmlint messages. [x]: Rpmlint is run on all installed packages. Note: There are rpmlint messages (see attachment). [x]: Large data in /usr/share should live in a noarch subpackage if package is arched. [x]: Spec file according to URL is the same as in SRPM. Rpmlint ------- Checking: ocaml-monolith-20250922-1.fc44.x86_64.rpm ocaml-monolith-devel-20250922-1.fc44.x86_64.rpm ocaml-monolith-20250922-1.fc44.src.rpm ============================ rpmlint session starts ============================ rpmlint: 2.7.0 configuration: /usr/lib/python3.13/site-packages/rpmlint/configdefaults.toml /etc/xdg/rpmlint/fedora-spdx-licenses.toml /etc/xdg/rpmlint/fedora.toml /etc/xdg/rpmlint/scoring.toml /etc/xdg/rpmlint/users-groups.toml /etc/xdg/rpmlint/warn-on-functions.toml rpmlintrc: [PosixPath('/tmp/tmp1_hw53se')] checks: 32, packages: 3 ocaml-monolith.src: E: spelling-error ('afl', '%description -l en_US afl -> fl, ail, aft') ocaml-monolith.x86_64: E: spelling-error ('afl', '%description -l en_US afl -> fl, ail, aft') ocaml-monolith-devel.x86_64: W: no-documentation ocaml-monolith.spec: W: no-%check-section 3 packages and 0 specfiles checked; 2 errors, 2 warnings, 11 filtered, 2 badness; has taken 0.7 s Rpmlint (debuginfo) ------------------- Checking: ocaml-monolith-debuginfo-20250922-1.fc44.x86_64.rpm ============================ rpmlint session starts ============================ rpmlint: 2.7.0 configuration: /usr/lib/python3.13/site-packages/rpmlint/configdefaults.toml /etc/xdg/rpmlint/fedora-spdx-licenses.toml /etc/xdg/rpmlint/fedora.toml /etc/xdg/rpmlint/scoring.toml /etc/xdg/rpmlint/users-groups.toml /etc/xdg/rpmlint/warn-on-functions.toml rpmlintrc: [PosixPath('/tmp/tmp9izjkiwg')] checks: 32, packages: 1 1 packages and 0 specfiles checked; 0 errors, 0 warnings, 5 filtered, 0 badness; has taken 0.1 s Rpmlint (installed packages) ---------------------------- ============================ rpmlint session starts ============================ rpmlint: 2.7.0 configuration: /usr/lib/python3.14/site-packages/rpmlint/configdefaults.toml /etc/xdg/rpmlint/fedora-spdx-licenses.toml /etc/xdg/rpmlint/fedora.toml /etc/xdg/rpmlint/scoring.toml /etc/xdg/rpmlint/users-groups.toml /etc/xdg/rpmlint/warn-on-functions.toml checks: 32, packages: 3 ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs caml_unix_getpid (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlPPrint__Pmakeblock_5082 (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlPPrintEngine__const_block_850 (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs caml_sys_argv (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlStdlib__Printf.anon_fn$5bprintf.ml$3a29$2c32$2d$2d38$5d_155_closure (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlStdlib.anon_fn$5bstdlib.ml$3a474$2c0$2d$2d67$5d_1615_closure (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs caml_equal (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs caml_ml_flush (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs caml_record_backtrace (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs caml_exn_Sys_error (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs caml_update_dummy (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlStdlib__Printf.anon_fn$5bprintf.ml$3a20$2c14$2d$2d48$5d_445_closure (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlStdlib__Filename__const_block_1920 (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs caml_array_make (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlStdlib.anon_fn$5bstdlib.ml$3a473$2c0$2d$2d62$5d_1609_closure (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlStdlib__Array.to_list_651_closure (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs caml_unix_kill (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlPPrint__Pmakeblock_5053 (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlPPrintEngine__const_block_854 (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlStdlib__List.of_seq_3353_closure (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlStdlib__const_block_964 (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlStdlib__List.to_seq_3329_closure (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlStdlib (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlStdlib__Printf.anon_fn$5bprintf.ml$3a41$2c27$2d$2d39$5d_252_closure (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlPPrint__Pmakeblock_2117 (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs caml_alloc_dummy (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlStdlib__Array.of_list_699_closure (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlPPrintEngine.utf8string_786_closure(/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlPPrint__Pmakeblock_5054 (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs caml_sys_system_command (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs caml_exn_Division_by_zero (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs caml_exn_End_of_file (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlPPrintEngine.substring_715_closure (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlPPrintEngine.fancystring_725_closure(/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlPPrintEngine.fancysubstring_700_closure (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlPPrintEngine.utf8format_797_closure(/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlPPrintEngine.blank_810_closure (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlPPrintEngine__const_block_853 (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlPPrintEngine.break_857_closure (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlPPrintEngine.$5e$5e_875_closure (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlPPrintEngine.group_927_closure (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlPPrintEngine.ifflat_822_closure (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlPPrintEngine.nest_897_closure (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlPPrintEngine.align_944_closure (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlPPrintEngine.range_958_closure (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlPPrintEngine.is_empty_998_closure (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlPPrintEngine__Pmakeblock_2403 (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlPPrintEngine__Pmakeblock_2407 (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlPPrintEngine__Pmakeblock_2411 (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlPPrintEngine.custom_969_closure (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlPPrintEngine.requirement_631_closure(/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlPPrintEngine.pretty_1271_closure (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlPPrintEngine.compact_1381_closure (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlPPrint__Pmakeblock_5055 (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlPPrint__Pmakeblock_5056 (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlPPrint__Pmakeblock_5057 (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlPPrint__Pmakeblock_5058 (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlPPrint__Pmakeblock_5059 (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlPPrint__Pmakeblock_5060 (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlPPrint__Pmakeblock_5061 (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlPPrint__Pmakeblock_5062 (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlPPrint__Pmakeblock_5063 (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlPPrint__Pmakeblock_5064 (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlPPrint__Pmakeblock_5065 (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlPPrint__Pmakeblock_5066 (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlPPrint__Pmakeblock_5067 (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlPPrint__Pmakeblock_5068 (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlPPrint__Pmakeblock_5069 (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlPPrint__Pmakeblock_5070 (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlPPrint__Pmakeblock_5071 (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlPPrint__Pmakeblock_5072 (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlPPrint__Pmakeblock_5073 (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlPPrint__Pmakeblock_5074 (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlPPrint__Pmakeblock_5075 (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlPPrint__Pmakeblock_5076 (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlPPrint__Pmakeblock_5077 (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlPPrint__Pmakeblock_5078 (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlPPrint__Pmakeblock_5079 (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlPPrint__Pmakeblock_5080 (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlPPrint__Pmakeblock_5081 (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlPPrint__Pmakeblock_5083 (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlPPrint__Pmakeblock_5084 (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlPPrint.precede_479_closure (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlPPrint.terminate_488_closure (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlPPrint.enclose_497_closure (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlPPrint.squotes_509_closure (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlPPrint.dquotes_518_closure (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlPPrint.bquotes_527_closure (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlPPrint.braces_536_closure (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlPPrint.angles_556_closure (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlPPrint.brackets_566_closure (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlPPrint.twice_442_closure (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlPPrint.repeat_450_closure (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlPPrint.concat_610_closure (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlPPrint.separate_622_closure (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlPPrint.concat_map_650_closure (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlPPrint.separate_map_675_closure (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlPPrint.separate2_708_closure (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlPPrint.optional_751_closure (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlPPrint.lines_788_closure (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlPPrint.arbitrary_string_841_closure(/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlPPrint.words_939_closure (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlPPrint.split_857_closure (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlPPrint.flow_1085_closure (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlPPrint.flow_map_1048_closure (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlPPrint.url_1100_closure (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlPPrint.hang_1130_closure (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlPPrint.prefix_1158_closure (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlPPrint.jump_1193_closure (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlPPrint.infix_1212_closure (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlPPrint.surround_1232_closure (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlPPrint.soft_surround_1261_closure (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlPPrint.surround_separate_1294_closure (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlPPrint.surround_separate_map_1313_closure (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlPPrintEngine.string_686_closure (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlPPrint.$5e$2f$5e_1142_closure (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlPPrint.$5e$2f$2f$5e_1180_closure (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlPPrint.flowing_list_1626_closure (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlPPrint.flowing_array_1680_closure (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs caml_exn_Assert_failure (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlStdlib__Seq.is_empty_416_closure (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlStdlib__Seq.uncons_430_closure (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlStdlib__Seq.length_469_closure (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlStdlib__Seq.iter_375_closure (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlStdlib__Seq.fold_left_355_closure (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlStdlib__Seq.iteri_504_closure (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlStdlib__Seq.fold_lefti_540_closure (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlStdlib__Seq.for_all_552_closure (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlStdlib__Seq.exists_573_closure (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlStdlib__Seq.find_594_closure (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlStdlib__Seq.find_index_615_closure (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlStdlib__Seq.find_map_651_closure (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlStdlib__Seq.find_mapi_673_closure (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlStdlib__Seq.iter2_710_closure (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlStdlib__Seq.fold_left2_742_closure (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlStdlib__Seq.for_all2_773_closure (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlStdlib__Seq.exists2_806_closure (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlStdlib__Seq.equal_839_closure (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlStdlib__Seq.compare_874_closure (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlStdlib__Seq.empty_179_closure (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlStdlib__Seq.return_186_closure (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlStdlib__Seq.cons_195_closure (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlStdlib__Seq.init_933_closure (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlStdlib__Seq.unfold_395_closure (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlStdlib__Seq.repeat_955_closure (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlStdlib__Seq.forever_964_closure (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlStdlib__Seq.cycle_989_closure (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlStdlib__Seq.iterate_1026_closure (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlStdlib__Seq.map_227_closure (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlStdlib__Seq.mapi_1066_closure (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlStdlib__Seq.filter_280_closure (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlStdlib__Seq.filter_map_250_closure (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlStdlib__Seq.scan_1101_closure (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlStdlib__Seq.take_1151_closure (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlStdlib__Seq.drop_1200_closure (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlStdlib__Seq.take_while_1232_closure(/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlStdlib__Seq.drop_while_1256_closure(/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlStdlib__Seq.group_1279_closure (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlStdlib__Seq.memoize_1404_closure (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlStdlib__Seq__Pmakeblock_2136 (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlStdlib__Seq.once_1434_closure (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlStdlib__Seq.transpose_1816_closure (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlStdlib__Seq.append_204_closure (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlStdlib__Seq.concat_306_closure (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlStdlib__Seq.flat_map_329_closure (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlStdlib__Seq.zip_1464_closure (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlStdlib__Seq.map2_1498_closure (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlStdlib__Seq.interleave_1533_closure(/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlStdlib__Seq.sorted_merge_1617_closure (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlStdlib__Seq.product_1947_closure (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlStdlib__Seq.map_product_1912_closure(/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlStdlib__Seq.unzip_1696_closure (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlStdlib__Seq.partition_map_1767_closure (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlStdlib__Seq.partition_1781_closure (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlStdlib__Seq.of_dispenser_1964_closure (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlStdlib__Seq.to_dispenser_1986_closure (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlStdlib__Seq.ints_2015_closure (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlStdlib__Filename.open_temp_file_inner_1839 (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlCamlinternalFormat.output_acc_6503 (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs caml_call_gc (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs caml_ml_array_bound_error (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlStdlib.output_string_838 (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlStdlib__Bytes.init_276 (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlStdlib__Char.chr_26 (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlPPrintEngine.length_aux_743 (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlStdlib__List.rev_append_366 (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlPPrintEngine.output_1459 (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlStdlib__Printf.fprintf_115 (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlPPrint.separate_622 (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlStdlib__List.map_520 (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlStdlib.print_newline_1276 (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlStdlib__Buffer.add_string_705 (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlPPrint.foldli_576 (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlStdlib__List.rev_381 (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlPPrintEngine.$2b$2b_113 (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlStdlib__Array.of_list_699 (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlPPrintEngine.group_927 (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlStdlib__Array.init_130 (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs caml_c_call (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlPPrintEngine.fancysubstring_700 (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs caml_initialize (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs caml_fresh_oo_id (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlStdlib__Printf.ksprintf_207 (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlStdlib__Printexc.get_backtrace_957 (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlPPrintEngine.requirement_631 (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs caml_alloc1 (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlCamlinternalFormat.make_printf_5097(/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs caml_reraise_exn (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlStdlib__Fun.protect_99 (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs caml_modify (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlStdlib__List.map_dps_521 (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlPPrintEngine.compact_1286 (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs caml_alloc3 (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlPPrintEngine.nest_897 (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlStdlib__Queue.add_104 (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlStdlib__Printexc.to_string_443 (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlPPrint.flow_1085 (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlStdlib.exit_1534 (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs caml_obj_tag (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlStdlib__Bytes.sub_332 (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlStdlib__Array.map_465 (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlPPrint.surround_1232 (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlPPrintEngine.string_686 (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlStdlib.$40_646 (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlStdlib__Queue.take_165 (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlStdlib.close_in_noerr_1202 (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs caml_call_realloc_stack (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlCamlinternalFormat.bufput_acc_6599 (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlCamlinternalLazy.force_lazy_block_111 (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlStdlib__Array.blit_365 (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs caml_allocN (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlStdlib__Buffer.create_122 (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs caml_raise_exn (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlPPrintEngine.pretty_2264 (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlStdlib__List.length_224 (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlCamlinternalFormat.make_iprintf_6252(/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlPPrintEngine.$5e$5e_875 (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs caml_unix_gettimeofday_unboxed (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlStdlib__Buffer.add_subbytes_643 (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlStdlib__Arg.align_inner_1735 (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlStdlib.$5e_459 (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlStdlib__List.iter_740 (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlStdlib.close_out_noerr_931 (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlStdlib.open_in_gen_944 (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlPPrint.flowing_list_1626 (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlAflPersistent.run_5 (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlStdlib__Queue.create_74 (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlPPrintEngine.align_944 (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlStdlib__Bytes.unsafe_escape_854 (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs caml_alloc2 (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlStdlib__Printf.bprintf_132 (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: W: undefined-non-weak-symbol /usr/lib64/ocaml/monolith/monolith.cmxs camlStdlib__Arg.parse_1286 (/usr/lib64/ocaml/monolith/monolith.cmxs) ocaml-monolith.x86_64: E: spelling-error ('afl', '%description -l en_US afl -> fl, ail, aft') ocaml-monolith-devel.x86_64: W: no-documentation 3 packages and 0 specfiles checked; 1 errors, 253 warnings, 13 filtered, 1 badness; has taken 0.8 s Source checksums ---------------- https://gitlab.inria.fr/fpottier/monolith/-/archive/20250922/monolith-20250922.tar.bz2 : CHECKSUM(SHA256) this package : 96b8019f118dea3db86bec120c710163509901c2ddd018dc6eabb5c8a32f05b1 CHECKSUM(SHA256) upstream package : 96b8019f118dea3db86bec120c710163509901c2ddd018dc6eabb5c8a32f05b1 Requires -------- ocaml-monolith (rpmlib, GLIBC filtered): ocaml(AflPersistent) ocaml(CamlinternalFormatBasics) ocaml(CamlinternalLazy) ocaml(Monolith__) ocaml(Monolith__BuiltinAbstract) ocaml(Monolith__BuiltinArray) ocaml(Monolith__BuiltinArrows) ocaml(Monolith__BuiltinBool) ocaml(Monolith__BuiltinComparison) ocaml(Monolith__BuiltinExn) ocaml(Monolith__BuiltinInt) ocaml(Monolith__BuiltinIteration) ocaml(Monolith__BuiltinRot) ocaml(Monolith__BuiltinSeq) ocaml(Monolith__BuiltinTuple) ocaml(Monolith__Clock) ocaml(Monolith__Code) ocaml(Monolith__Debug) ocaml(Monolith__DelayedOutput) ocaml(Monolith__Engine) ocaml(Monolith__Env) ocaml(Monolith__Eq) ocaml(Monolith__Error) ocaml(Monolith__Gen) ocaml(Monolith__GlobalState) ocaml(Monolith__Misc) ocaml(Monolith__Ops) ocaml(Monolith__Print) ocaml(Monolith__Spec) ocaml(Monolith__Support) ocaml(Monolith__Tag) ocaml(PPrint) ocaml(PPrintEngine) ocaml(Stdlib) ocaml(Stdlib__Arg) ocaml(Stdlib__Array) ocaml(Stdlib__Bigarray) ocaml(Stdlib__Buffer) ocaml(Stdlib__Char) ocaml(Stdlib__Complex) ocaml(Stdlib__Domain) ocaml(Stdlib__Either) ocaml(Stdlib__Filename) ocaml(Stdlib__Format) ocaml(Stdlib__Fun) ocaml(Stdlib__Int32) ocaml(Stdlib__Lazy) ocaml(Stdlib__List) ocaml(Stdlib__Obj) ocaml(Stdlib__Printexc) ocaml(Stdlib__Printf) ocaml(Stdlib__Queue) ocaml(Stdlib__Seq) ocaml(Stdlib__String) ocaml(Stdlib__Sys) ocaml(Stdlib__Uchar) ocaml(Unix) rtld(GNU_HASH) ocaml-monolith-devel (rpmlib, GLIBC filtered): ocaml(AflPersistent) ocaml(CamlinternalFormatBasics) ocaml(CamlinternalLazy) ocaml(Monolith__) ocaml(Monolith__BuiltinAbstract) ocaml(Monolith__BuiltinArray) ocaml(Monolith__BuiltinArrows) ocaml(Monolith__BuiltinBool) ocaml(Monolith__BuiltinComparison) ocaml(Monolith__BuiltinExn) ocaml(Monolith__BuiltinInt) ocaml(Monolith__BuiltinIteration) ocaml(Monolith__BuiltinRot) ocaml(Monolith__BuiltinSeq) ocaml(Monolith__BuiltinTuple) ocaml(Monolith__Clock) ocaml(Monolith__Code) ocaml(Monolith__Debug) ocaml(Monolith__DelayedOutput) ocaml(Monolith__Engine) ocaml(Monolith__Env) ocaml(Monolith__Eq) ocaml(Monolith__Error) ocaml(Monolith__Gen) ocaml(Monolith__GlobalState) ocaml(Monolith__Misc) ocaml(Monolith__Ops) ocaml(Monolith__Print) ocaml(Monolith__Spec) ocaml(Monolith__Support) ocaml(Monolith__Tag) ocaml(PPrint) ocaml(PPrintEngine) ocaml(Stdlib) ocaml(Stdlib__Arg) ocaml(Stdlib__Array) ocaml(Stdlib__Bigarray) ocaml(Stdlib__Buffer) ocaml(Stdlib__Char) ocaml(Stdlib__Complex) ocaml(Stdlib__Domain) ocaml(Stdlib__Either) ocaml(Stdlib__Filename) ocaml(Stdlib__Format) ocaml(Stdlib__Fun) ocaml(Stdlib__Int32) ocaml(Stdlib__Lazy) ocaml(Stdlib__List) ocaml(Stdlib__Obj) ocaml(Stdlib__Printexc) ocaml(Stdlib__Printf) ocaml(Stdlib__Queue) ocaml(Stdlib__Seq) ocaml(Stdlib__String) ocaml(Stdlib__Sys) ocaml(Stdlib__Uchar) ocaml(Unix) ocaml-afl-persistent-devel(x86-64) ocaml-monolith(x86-64) ocaml-pprint-devel(x86-64) ocamlx(AflPersistent) ocamlx(CamlinternalFormat) ocamlx(CamlinternalLazy) ocamlx(Monolith__BuiltinAbstract) ocamlx(Monolith__BuiltinArray) ocamlx(Monolith__BuiltinArrows) ocamlx(Monolith__BuiltinBool) ocamlx(Monolith__BuiltinComparison) ocamlx(Monolith__BuiltinExn) ocamlx(Monolith__BuiltinInt) ocamlx(Monolith__BuiltinIteration) ocamlx(Monolith__BuiltinRot) ocamlx(Monolith__BuiltinSeq) ocamlx(Monolith__BuiltinTuple) ocamlx(Monolith__Clock) ocamlx(Monolith__Code) ocamlx(Monolith__Debug) ocamlx(Monolith__DelayedOutput) ocamlx(Monolith__Engine) ocamlx(Monolith__Env) ocamlx(Monolith__Error) ocamlx(Monolith__Gen) ocamlx(Monolith__GlobalState) ocamlx(Monolith__Misc) ocamlx(Monolith__Ops) ocamlx(Monolith__Print) ocamlx(Monolith__Spec) ocamlx(Monolith__Support) ocamlx(Monolith__Tag) ocamlx(PPrint) ocamlx(PPrintEngine) ocamlx(Stdlib) ocamlx(Stdlib__Arg) ocamlx(Stdlib__Array) ocamlx(Stdlib__Buffer) ocamlx(Stdlib__Bytes) ocamlx(Stdlib__Char) ocamlx(Stdlib__Filename) ocamlx(Stdlib__Fun) ocamlx(Stdlib__List) ocamlx(Stdlib__Printexc) ocamlx(Stdlib__Printf) ocamlx(Stdlib__Queue) ocamlx(Stdlib__Seq) ocamlx(Stdlib__String) ocamlx(Stdlib__Sys) ocamlx(Unix) Provides -------- ocaml-monolith: ocaml(Monolith) ocaml(Monolith__) ocaml(Monolith__BuiltinAbstract) ocaml(Monolith__BuiltinArray) ocaml(Monolith__BuiltinArrows) ocaml(Monolith__BuiltinBool) ocaml(Monolith__BuiltinComparison) ocaml(Monolith__BuiltinExn) ocaml(Monolith__BuiltinInt) ocaml(Monolith__BuiltinIteration) ocaml(Monolith__BuiltinRot) ocaml(Monolith__BuiltinSeq) ocaml(Monolith__BuiltinTuple) ocaml(Monolith__Clock) ocaml(Monolith__Code) ocaml(Monolith__Debug) ocaml(Monolith__DelayedOutput) ocaml(Monolith__Engine) ocaml(Monolith__Env) ocaml(Monolith__Eq) ocaml(Monolith__Error) ocaml(Monolith__Gen) ocaml(Monolith__GlobalState) ocaml(Monolith__Misc) ocaml(Monolith__Ops) ocaml(Monolith__Print) ocaml(Monolith__Spec) ocaml(Monolith__Support) ocaml(Monolith__Tag) ocaml-monolith ocaml-monolith(x86-64) ocaml-monolith-devel: ocaml(Monolith) ocaml(Monolith__) ocaml(Monolith__BuiltinAbstract) ocaml(Monolith__BuiltinArray) ocaml(Monolith__BuiltinArrows) ocaml(Monolith__BuiltinBool) ocaml(Monolith__BuiltinComparison) ocaml(Monolith__BuiltinExn) ocaml(Monolith__BuiltinInt) ocaml(Monolith__BuiltinIteration) ocaml(Monolith__BuiltinRot) ocaml(Monolith__BuiltinSeq) ocaml(Monolith__BuiltinTuple) ocaml(Monolith__Clock) ocaml(Monolith__Code) ocaml(Monolith__Debug) ocaml(Monolith__DelayedOutput) ocaml(Monolith__Engine) ocaml(Monolith__Env) ocaml(Monolith__Eq) ocaml(Monolith__Error) ocaml(Monolith__Gen) ocaml(Monolith__GlobalState) ocaml(Monolith__Misc) ocaml(Monolith__Ops) ocaml(Monolith__Print) ocaml(Monolith__Spec) ocaml(Monolith__Support) ocaml(Monolith__Tag) ocaml-monolith-devel ocaml-monolith-devel(x86-64) ocamlx(Monolith) ocamlx(Monolith__) ocamlx(Monolith__BuiltinAbstract) ocamlx(Monolith__BuiltinArray) ocamlx(Monolith__BuiltinArrows) ocamlx(Monolith__BuiltinBool) ocamlx(Monolith__BuiltinComparison) ocamlx(Monolith__BuiltinExn) ocamlx(Monolith__BuiltinInt) ocamlx(Monolith__BuiltinIteration) ocamlx(Monolith__BuiltinRot) ocamlx(Monolith__BuiltinSeq) ocamlx(Monolith__BuiltinTuple) ocamlx(Monolith__Clock) ocamlx(Monolith__Code) ocamlx(Monolith__Debug) ocamlx(Monolith__DelayedOutput) ocamlx(Monolith__Engine) ocamlx(Monolith__Env) ocamlx(Monolith__Eq) ocamlx(Monolith__Error) ocamlx(Monolith__Gen) ocamlx(Monolith__GlobalState) ocamlx(Monolith__Misc) ocamlx(Monolith__Ops) ocamlx(Monolith__Print) ocamlx(Monolith__Spec) ocamlx(Monolith__Support) ocamlx(Monolith__Tag) Generated by fedora-review 0.10.0 (e79b66b) last change: 2023-07-24 Command line :/usr/bin/fedora-review -b 2391039 Buildroot used: fedora-rawhide-x86_64 Active plugins: Generic, C/C++, Ocaml, Shell-api Disabled plugins: Java, Haskell, SugarActivity, fonts, Perl, Python, R, PHP Disabled flags: EXARCH, EPEL6, EPEL7, DISTTAG, BATCH Comments: a) Seems ok, not blocking but wouldbe nice if documentation could be built. b) Not clear why there are so many "undefined non weak symbol" messages
Koji build: https://koji.fedoraproject.org/koji/taskinfo?taskID=137685960 Approved
(In reply to Benson Muite from comment #5) > a) Seems ok, not blocking but wouldbe nice if documentation could be > built. Sadly, we had to give up on building documentation for most of the OCaml stack. The documentation is built with a tool called odoc (https://github.com/ocaml/odoc). It creates cross-links between documentation trees when one project mentions another in its documentation. Attempting to do this resulted in a huge number of circular dependencies. Besides that, odoc itself kept adding more and more dependencies. We finally gave up on it, and odoc is no longer in the Fedora repositories. We point our users to online documentation instead. > b) Not clear why there are so many "undefined non weak symbol" messages Those symbols are defined in the ocaml-runtime package. They will be defined in the process already before it loads one of the affected objects. Thanks for the review!
The Pagure repository was created at https://src.fedoraproject.org/rpms/ocaml-monolith
FEDORA-2025-2fbc98dd2e (ocaml-monolith-20250922-1.fc43) has been submitted as an update to Fedora 43. https://bodhi.fedoraproject.org/updates/FEDORA-2025-2fbc98dd2e
FEDORA-2025-2fbc98dd2e has been pushed to the Fedora 43 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf install --enablerepo=updates-testing --refresh --advisory=FEDORA-2025-2fbc98dd2e \*` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2025-2fbc98dd2e See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2025-2fbc98dd2e (ocaml-monolith-20250922-1.fc43) has been pushed to the Fedora 43 stable repository. If problem still persists, please make note of it in this bug report.