Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
Summary: GTK+ and libsvg-cairo support missing from 1.2.0
https://bugzilla.redhat.com/show_bug.cgi?id=555849
Summary: GTK+ and libsvg-cairo support missing from 1.2.0 Product: Fedora Version: rawhide Platform: All OS/Version: Linux Status: NEW Severity: medium Priority: low Component: ocaml-cairo AssignedTo: rjones@redhat.com ReportedBy: orion@cora.nwra.com QAContact: extras-qa@fedoraproject.org CC: rjones@redhat.com, fedora-ocaml-list@redhat.com Classification: Fedora
Description of problem:
[mockbuild@xenmock1 fedora]$ cat test_gtk.ml module G = Gtk module C = Cairo_lablgtk [mockbuild@xenmock1 fedora]$ ocamlfind c -package cairo.lablgtk2 -linkpkg test_gtk.ml -o test_gtk File "test_gtk.ml", line 2, characters 13-26: Error: Unbound module Cairo_lablgtk
Works fine on F12. It appears that ocaml-cairo no longer has:
%{_libdir}/ocaml/cairo/cairo_lablgtk.cmi
Appears to have gone away with the move to 1.2.0. Another reason I try to avoid using wildcards in the %files sections of spec files.
1.2.0 build log shows:
checking for OCaml module LABLGTKDIR... +lablgtk2 checking for LIBSVG_CAIRO... no GTK+ support: no libsvg-cairo support: no configure: creating ./config.status
Version-Release number of selected component (if applicable): ocaml-cairo-1.2.0-0.2.gita5c5ee9f.fc13.x86_64