Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
Summary: Missing dependency ocaml-curl-devel -> libcurl-devel
https://bugzilla.redhat.com/show_bug.cgi?id=711261
Summary: Missing dependency ocaml-curl-devel -> libcurl-devel Product: Fedora Version: 15 Platform: i686 OS/Version: Linux Status: NEW Severity: unspecified 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, fedora-ocaml-list@redhat.com Classification: Fedora Story Points: ---
Description of problem: ocaml-curl-devel should depend on libcurl-devel, but it does not.
Version-Release number of selected component (if applicable): ocaml-curl-devel-0.5.3-2.fc15.i686
How reproducible: Always.
Steps to Reproduce: With ocaml-curl-devel installed but not libcurl-devel: 1. touch foo.ml 2. ocamlfind ocamlc -o foo -package curl -linkpkg foo.ml
Actual results: /usr/bin/ld: cannot find -lcurl collect2: ld returned 1 exit status File "foo.ml", line 1, characters 0-1: Error: Error while building custom runtime system
Expected results: Generate a runnable program 'foo'.
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=711261
Michael Ekstrand michael@elehack.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ON_DEV AssignedTo|rjones@redhat.com |michael@elehack.net Flag| |needinfo?
--- Comment #1 from Michael Ekstrand michael@elehack.net 2011-06-11 20:44:02 EDT --- I have committed a change which adds curl-devel as a Requires: for both the ocaml-curl and ocaml-curl-devel packages. Since ocaml-curl uses -custom rather than ocamlmklib for building the cma file, the curl-devel package is required to use it in the toplevel (and ocamlmktop is required for toplevel use).
Therefore, I propose this hard-wired dependency as a temporary solution until upstream starts using ocamlmklib (bug 712635). If this is an acceptable solution, let me know & I can start a rawhide build and merge it to f15 as well.
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=711261
Richard W.M. Jones rjones@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Flag|needinfo? |
--- Comment #2 from Richard W.M. Jones rjones@redhat.com 2011-06-12 14:27:02 EDT --- Seems good to me ...
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=711261
Fedora Update System updates@fedoraproject.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|ON_DEV |MODIFIED
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=711261
--- Comment #3 from Fedora Update System updates@fedoraproject.org 2011-06-13 13:08:07 EDT --- ocaml-curl-0.5.3-3.fc15 has been submitted as an update for Fedora 15. https://admin.fedoraproject.org/updates/ocaml-curl-0.5.3-3.fc15
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=711261
Fedora Update System updates@fedoraproject.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|MODIFIED |ON_QA
--- Comment #4 from Fedora Update System updates@fedoraproject.org 2011-06-15 01:42:48 EDT --- Package ocaml-curl-0.5.3-3.fc15: * should fix your issue, * was pushed to the Fedora 15 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing ocaml-curl-0.5.3-3.fc15' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/ocaml-curl-0.5.3-3.fc15 then log in and leave karma (feedback).
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=711261
--- Comment #5 from Fedora Update System updates@fedoraproject.org 2011-06-23 23:28:31 EDT --- ocaml-curl-0.5.3-3.fc15 has been pushed to the Fedora 15 stable repository. If problems still persist, please make note of it in this bug report.
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=711261
Fedora Update System updates@fedoraproject.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |CLOSED Fixed In Version| |ocaml-curl-0.5.3-3.fc15 Resolution| |ERRATA Last Closed| |2011-06-23 23:28:36
ocaml-devel@lists.fedoraproject.org