Bug 1792031

Summary: ocaml-re-devel should R ocaml-seq-devel
Product: [Fedora] Fedora Reporter: Jerry James <loganjerry>
Component: ocaml-reAssignee: Richard W.M. Jones <rjones>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: unspecified    
Version: rawhideCC: rjones, rosser.bjr
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: ocaml-re-1.9.0-8.fc32 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-01-17 08:42:52 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Jerry James 2020-01-16 21:57:46 UTC
Description of problem:
As I have been working on making some ocaml packages, I have repeatedly run into errors like this one:

Error: No implementations provided for the following modules:
         Seq referenced from /usr/lib64/ocaml/re/re.cmxa(Re__Core)

I believe this means that ocaml-re-devel should Requires: ocaml-seq-devel.  More evidence: %{_libdir}/ocaml/re/META has:

requires = "seq"

and %{_libdir}/ocaml/re/core.mli contains explicit references to Seq.

Version-Release number of selected component (if applicable):
ocaml-re-1.9.0-7.fc32

How reproducible:
Always.

Steps to Reproduce:
1. Try to build a module that consumes ocaml-re.
2.
3.

Actual results:
The error shown above.

Expected results:
ocaml-re-devel should pull in all of its dependencies

Additional info:

Comment 1 Richard W.M. Jones 2020-01-17 08:42:52 UTC
https://koji.fedoraproject.org/koji/taskinfo?taskID=40648946