[Bug 712635] New: curl.cma built with ocamlc -custom rather than ocamlmklib

bugzilla at redhat.com bugzilla at redhat.com
Sun Jun 12 00:40:38 UTC 2011


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 at redhat.com
        ReportedBy: michael at elehack.net
         QAContact: extras-qa at fedoraproject.org
                CC: rjones at redhat.com, lxtnow at gmail.com,
                    michael at elehack.net, fedora-ocaml-list at 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:

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the ocaml-devel mailing list