Bug 639058
| Summary: | cmake & gdk-pixbuf split | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Jean-Eudes ONFRAY <je> |
| Component: | cmake | Assignee: | Orion Poplawski <orion> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | rawhide | CC: | colin, jreznik, orion, pertusus, rdieter |
| Target Milestone: | --- | Keywords: | Patch, Triaged |
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | cmake-2.8.2-3.fc14 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2010-10-08 10:15:16 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: | |||
|
Description
Jean-Eudes ONFRAY
2010-09-30 17:38:03 UTC
How critical is this? Can we just wait for 2.8.3? There are a fair amount of changes to FindGTK2.cmake between 2.8.2 and 2.8.3. No problem for me, I can wait if 2.8.3 is pushed to F14.
Currently any source that require gtk/gtk.h fail to compile with the following error:
In file included from /usr/include/gtk-2.0/gdk/gdkcairo.h:28:0,
from /usr/include/gtk-2.0/gdk/gdk.h:33,
from /usr/include/gtk-2.0/gtk/gtk.h:32,
from /home/user/test.h:5,
from /home/user/test.cpp:5:
/usr/include/gtk-2.0/gdk/gdkpixbuf.h:37:35: fatal error: gdk-pixbuf/gdk-pixbuf.h: No such file or directory
So IMHO it can be considered critical as any gtk app will not compile at all with cmake.
The current workaround is to append /usr/include/gdk-pixbuf-2.0 to GTK2_GDK_INCLUDE_DIR in CMakeCache.txt
cmake-2.8.2-3.fc14 has been submitted as an update for Fedora 14. https://admin.fedoraproject.org/updates/cmake-2.8.2-3.fc14 New package tested: everything builds fine. Closing this bug now, dunno if I should choose RAWHIDE or NEXTRELEASE. Thanks a lot Orion for such responsiveness. PS: I could not add Karma to Bodhi, will try again later. cmake-2.8.2-3.fc14 has been pushed to the Fedora 14 stable repository. If problems still persist, please make note of it in this bug report. I have cmake-2.8.2-3.fc14.x86_64 installed, yet I am seeing this problem. (In reply to comment #6) > I have cmake-2.8.2-3.fc14.x86_64 installed, yet I am seeing this problem. You have gtk2-devel and gdk-pixbuf2-devel installed? Works for me. Will need more details otherwise. |