Bug 1806509
| Summary: | gtk4-devel misses gtk/gtkemojichooser.h | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Alexander Kurtakov <akurtako> |
| Component: | gtk4 | Assignee: | Kalev Lember <klember> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 32 | CC: | gnome-sig, hub+rhbz, klember, mclasen |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | gtk4-3.98.0-2.fc32 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2020-02-26 15:09:26 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: | |||
fixed upstream *** Bug 1811339 has been marked as a duplicate of this bug. *** FEDORA-2020-bb86fcc5e0 has been submitted as an update to Fedora 32. https://bodhi.fedoraproject.org/updates/FEDORA-2020-bb86fcc5e0 gtk4-3.98.0-2.fc32 has been pushed to the Fedora 32 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2020-bb86fcc5e0 gtk4-3.98.0-2.fc32 has been pushed to the Fedora 32 stable repository. If problems still persist, please make note of it in this bug report. |
/usr/include/gtk-4.0/gtk/gtk.h:98:10: fatal error: gtk/gtkemojichooser.h: No such file or directory 98 | #include <gtk/gtkemojichooser.h> | ^~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. make: *** [make_linux.mak:145: os.o] Error 1 After manual inspection of gtk.h it really includes gtkemojichooser.h but it's missing from gtk4-devel package. Aka no compile against gtk4 can succeed.