Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
Summary: curl.cma built with ocamlc -custom rather than ocamlmklib
https://bugzilla.redhat.com/show_bug.cgi?id=712635
Summary: curl.cma built with ocamlc -custom rather than ocamlmklib Product: Fedora Version: 15 Platform: All OS/Version: Linux Status: NEW Severity: low Priority: unspecified Component: ocaml-curl AssignedTo: rjones@redhat.com ReportedBy: michael@elehack.net QAContact: extras-qa@fedoraproject.org CC: rjones@redhat.com, lxtnow@gmail.com, michael@elehack.net, fedora-ocaml-list@redhat.com Classification: Fedora Story Points: ---
Description of problem: ocaml-curl uses ocamlc -custom rather than ocamlmklib to build its libraries, so the .cma file cannot be dynamically loaded.
Version-Release number of selected component (if applicable): ocaml-curl-0.5.3-2
How reproducible: Always
Steps to Reproduce: 1. ocaml 2. #load "/usr/lib/ocaml/curl/curl.cma";;
Actual results: # Error: The external function `helper_curl_version' is not available
Expected results: Load the library without error.
Additional info:
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
https://bugzilla.redhat.com/show_bug.cgi?id=712635
Michael Ekstrand michael@elehack.net changed:
What |Removed |Added ---------------------------------------------------------------------------- URL| |https://sourceforge.net/tra | |cker/?group_id=72276&atid=5 | |33976 Version|15 |rawhide AssignedTo|rjones@redhat.com |michael@elehack.net
--- Comment #1 from Michael Ekstrand michael@elehack.net 2011-06-11 20:41:58 EDT --- Tracked upstream at https://sourceforge.net/tracker/?group_id=72276&atid=533976
ocaml-devel@lists.fedoraproject.org