Bug 1375841
Summary: | seed must not depend on webkitgtk3 | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Michael Catanzaro <mcatanzaro+wrong-account-do-not-cc> |
Component: | seed | Assignee: | Michel Lind <michel> |
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 26 | CC: | michel, tomas.popela, tpopela |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2017-07-11 04:45:01 UTC | Type: | Bug |
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: | |||
Bug Blocks: | 1375784 |
Description
Michael Catanzaro
2016-09-14 05:17:09 UTC
(In reply to Michael Catanzaro from comment #0) > Note: For seed, you can just flip the configure flag to use webkit2gtk-4.0.pc Actually it is not that easy as the seed needs to be updated to the newest version from git. Maybe we could convince the upstream (I will try to talk with them) to make the 4.0 release or we have to package the git snapshot. That's one option. Alternatively we could let it die. Nothing needs it and if there's no release in years, that indicates the project is very unhealthy, regardless of activity in git. We probably don't want any applications using it anyway. (In reply to Michael Catanzaro from comment #2) > That's one option. Alternatively we could let it die. Nothing needs it and > if there's no release in years, that indicates the project is very > unhealthy, regardless of activity in git. We probably don't want any > applications using it anyway. Yes, it the end I'm fine with dropping it. Initially I thought that something from the GNOME stack is using it, but I was wrong. This bug appears to have been reported against 'rawhide' during the Fedora 26 development cycle. Changing version to '26'. latest Git does not compile cleanly against webkitgtk4 (it does not even include the right pkgconfig file, which makes me think it's not even a tested configuration). There are compilation errors even after fixing that, and since there are no dependents, I'm retiring it in Rawhide. Wow you're right... I see https://git.gnome.org/browse/seed/commit/configure.ac?id=6d512b5c4d774a9853b51dae464a10cea7e3423a indeed got the pkg-config filename wrong. And seems to have attempted to build against GTK+ 4, which could never have worked. I guess that must never have been tested. Ah, I noticed that Debian has a package and was curious how. Turns out it's not being passed to pkg-config at all, it uses AC_CHECK_LIB. So I presume it should be possible to get it working. Still, if no applications depend on it, it's not really any loss. |