Bug 1065447
Summary: | ocaml-ounit clash with ocaml 4.01.0 stdlib | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Jerry James <loganjerry> |
Component: | ocaml-ounit | Assignee: | Richard W.M. Jones <rjones> |
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | fedora-ocaml-list, michel, rjones |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2014-02-16 04:45:14 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
2014-02-14 16:44:56 UTC
I think this happens because I patched the Arg module in our OCaml with a not-quite-upstream patch: http://caml.inria.fr/mantis/view.php?id=5197 This may have changed the md5 hash of the module (although my intention was *not* to do that ...). And more to the point, why didn't the automatic dependency stuff pick that up? In any case, a simple rebuild of ocaml-ounit should fix it: http://koji.fedoraproject.org/koji/taskinfo?taskID=6531165 Works in Rawhide now, thanks! |