Bug 223880
| Summary: | ghc66-gtk2hs-mozembed postinstall scriptlet error | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Jerry James <loganjerry> |
| Component: | gtk2hs | Assignee: | Jens Petersen <petersen> |
| Status: | CLOSED WONTFIX | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 6 | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2007-03-22 00:21:46 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | 202395 | ||
| Bug Blocks: | 213321 | ||
|
Description
Jerry James
2007-01-22 21:45:18 UTC
I really don't feel it makes sense to rebuild gtk2hs everytime there is a minor version update of firefox. Frankly I am tempted just to disable the mozembed subpackage for now. But if there is demand for it I suppose it could be done. May impression is that not many people use gtk2hs mozembed anyway. What do you use it for? I think you are right that few people use it. I teach a programming languages
course. One of the languages we cover is Haskell. This package just lends me a
small "Wow!" factor to help convince the students that Haskell is worth
studying. I could live without it.
Is there any chance that the firefox packages could be altered slightly? If
there were symlinks %{_libdir}/firefox-1.5 -> %{_libdir}/firefox-%{version} and
%{_includedir}/firefox-1.5 -> %{_includedir}/firefox-%{version} then this
problem would have a very easy fix (until firefox-1.6 comes out, of course).
According to the firefox package maintainer (see bug 202395) the ABI breaks sometimes even between minor releases. :-/ It is a hard call: update gtk2hs for every firefox version update, which is annoying for people who do not use gtk2hs mozembed since they will keep getting trivial yum updates, or drop it from the build, but that also seems like a shame. I am tempted to turn it off for now and see if other people scream. :) It is great you're using Fedora in your teaching. Do your students use the gtk2hs-mozembed package themselves or is it for a demo? There is a build switch for mozembed in the spec file so it is quite easy to turn building of the subpackage on or off. I've just used it for a demo so far. Most of my students use Windows (sigh), but I have managed to turn a few from the dark side to the light of Fedora. I could easily rebuild the package myself once a year to get the subpackage. I don't use it the rest of the year, and it's likely hardly anyone else does either. I have no problem with you just turning the thing off to avoid having to rebuild it all the time. Ok, thanks, then I'm afraid I'm turning off mozembed in builds for now in 0.9.11-1.fc7. Probably I will update the fc6 package soon too. I hear with firefox 3 moving to xulrunner (libxul) hopefully the ABI/version problem should get better. :) At that point we should certainly turn mozembed back on. If others have a problem with this "solution", feel free to re-open this bug and argue your case. :) |