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: rjo...@redhat.com
        ReportedBy: mich...@elehack.net
         QAContact: extras...@fedoraproject.org
                CC: rjo...@redhat.com, lxt...@gmail.com,
                    mich...@elehack.net, fedora-ocaml-l...@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.
_______________________________________________
ocaml-devel mailing list
ocaml-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/ocaml-devel

Reply via email to