Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
Summary: ghc-gtk2hs-gtkglext %post Requires gtkglext-devel
https://bugzilla.redhat.com/show_bug.cgi?id=480422
Summary: ghc-gtk2hs-gtkglext %post Requires gtkglext-devel Product: Fedora Version: 10 Platform: All OS/Version: Linux Status: NEW Severity: medium Priority: low Component: gtk2hs AssignedTo: bos@serpentine.com ReportedBy: loganjerry@gmail.com QAContact: extras-qa@fedoraproject.org CC: petersen@redhat.com, bos@serpentine.com, fedora-haskell-list@redhat.com Classification: Fedora
Description of problem: I installed ghc-gtk2hs-gtkglext without gtkglext-devel installed. The %post script failed. Running it by hand produced this output:
# ghc-pkg-6.8.3 update --auto-ghci-libs /usr/lib64/ghc-6.8.3/gtk2hs-0.9.13/gtkglext.package.conf Reading package info from "/usr/lib64/ghc-6.8.3/gtk2hs-0.9.13/gtkglext.package.conf" ... done. WARNING: unversioned dependencies are deprecated, and will NOT be accepted by GHC 6.10: base ghc-pkg: /usr/include/gtkglext-1.0 doesn't exist or isn't a directory (use --force to override)
That directory doesn't exist unless gtkglext-devel is installed.
Version-Release number of selected component (if applicable): ghc-gtk2hs-gtkglext-0.9.13-3.fc10.x86_64
How reproducible: Always
Steps to Reproduce: 1. Make sure gtkglext-devel is not installed. 2. Install ghc-gtk2hs-gtkglext.
Actual results: The %post script fails.
Expected results: The %post script should succeed at building HSgtkglext.o.
Additional info: