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:
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=480422
--- Comment #1 from Jens Petersen petersen@redhat.com 2009-01-18 17:58:00 EDT --- Thanks for the report: basically in rawhide we now stopped building the .o files at install time but rather at build time so when this gets backported to F10 which should be soon this should get fixed. But you're right there should strictly be Requires(pre): gtkglext-devel, but probably just changing the current requires from gtkglext to gtkglext-devel would be enough.
Will do that in the next builds for rawhide and then later F10.
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=480422
Jens Petersen petersen@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bos@serpentine.com |petersen@redhat.com
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=480422
Fedora Update System updates@fedoraproject.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ON_QA
--- Comment #2 from Fedora Update System updates@fedoraproject.org 2009-02-07 17:19:04 EDT --- ghc-6.10.1-7.fc10, ghc-paths-0.1.0.5-2.fc10, haddock-2.4.1-2.fc10, ghc-gtk2hs-0.9.13-8.20081108.fc10 has been pushed to the Fedora 10 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update ghc ghc-paths haddock ghc-gtk2hs'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F10/FEDORA-2009-1442
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=480422
Jens Petersen petersen@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |CLOSED Resolution| |CURRENTRELEASE
haskell-devel@lists.fedoraproject.org