Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
Summary: ocaml-mikmatch-devel does not work because the "tophide" dependency is missing
https://bugzilla.redhat.com/show_bug.cgi?id=603249
Summary: ocaml-mikmatch-devel does not work because the "tophide" dependency is missing Product: Fedora Version: 13 Platform: All OS/Version: Linux Status: NEW Severity: low Priority: low Component: ocaml-mikmatch AssignedTo: rjones@redhat.com ReportedBy: bugzilla@mugon.org QAContact: extras-qa@fedoraproject.org CC: rjones@redhat.com, fedora-ocaml-list@redhat.com Classification: Fedora
Description of problem:
Compilation of code that uses mikmatch fails because the tophide library (http://martin.jambon.free.fr/ocaml.html#tophide) is missing. Tophide does not currently seem to be packaged for Fedora, so the Fedora mikmatch package is unusable unless this dependency is installed from source code.
Version-Release number of selected component (if applicable):
1.0.2-2.fc13
Steps to Reproduce:
1. yum install ocaml-mikmatch-devel 2. touch empty.ml 3. ocamlfind ocamlopt -package mikmatch_pcre -linkpkg empty.ml
Actual results:
ocamlfind: Package `tophide' not found - Required by `mikmatch_pcre'
Expected results:
a.out created successfully