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
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=555849
--- Comment #2 from Gerry Pregent gpp@cs.unh.edu 2010-08-16 15:41:49 EDT --- Created attachment 439008 --> https://bugzilla.redhat.com/attachment.cgi?id=439008 other files also missing
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=555849
--- Comment #3 from Bug Zapper triage@lists.fedoraproject.org 2011-06-02 12:52:21 EDT ---
This message is a reminder that Fedora 13 is nearing its end of life. Approximately 30 (thirty) days from now Fedora will stop maintaining and issuing updates for Fedora 13. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as WONTFIX if it remains open with a Fedora 'version' of '13'.
Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version prior to Fedora 13's end of life.
Bug Reporter: Thank you for reporting this issue and we are sorry that we may not be able to fix it before Fedora 13 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora please change the 'version' of this bug to the applicable version. If you are unable to change the version, please add a comment here and someone will do it for you.
Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete.
The process we are following is described here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping
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=555849
Orion Poplawski orion@cora.nwra.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|13 |15 Flag|needinfo?(orion@cora.nwra.c | |om) |
--- Comment #4 from Orion Poplawski orion@cora.nwra.com 2011-06-02 18:38:26 EDT --- Still present with ocaml-cairo-1.2.0-0.4.gita5c5ee9f.fc15.i686
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=555849
--- Comment #5 from Orion Poplawski orion@cora.nwra.com 2011-06-03 13:36:55 EDT --- It appears to be looking for libsvg-cairo, perhaps needs to be cairo-svg?
As for the gdk, it appears that you need to explicitly set LABLGTKDIR for some reason. With:
./configure --libdir=%{_libdir} LABLGTKDIR=%{_libdir}/ocaml/lablgtk2
It finds GTK+:
GTK+ support: yes
ocaml-devel@lists.fedoraproject.org