[Rpm-maint] [rpm-software-management/rpm] ocaml-find-requires.sh should also consider cmxs files (#913)

Olaf Hering notifications at github.com
Wed Oct 23 14:20:31 UTC 2019


I do not know much about OCaml *.cmxs files. According to `ocamlobjinfo /usr/lib64/ocaml/unix.cmxs` this file expects a certain hash of other functions provided by other OCaml libraries. I am sure if these functions change the `*.cmxs` library can not be used anymore, just like an ordinary ELF file with unsatisfied `NEEDED` dependencies.

For some reason commit 82e7dd702013d3679fda438333de30afdec17a4f considers only `*.cma`, `*.cmi` and `*.cmo` files. I think the wildcard should also cover `*.cmxs`. Perhaps dynload was not available at that that time?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/913
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20191023/cc40df03/attachment.html>


More information about the Rpm-maint mailing list