| Summary: | [gnome-overlay]dev-util/devhelp-2.28.0 fails to build | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Priit Laes (IRC: plaes) <plaes> |
| Component: | [OLD] GNOME | Assignee: | Gentoo Linux Gnome Desktop Team <gnome> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | build.log | ||
A full build.log and the output of emerge --info are always nice :) Created attachment 205570 [details]
build.log
Since #gentoo-desktop talks about an upstream problem: 2.28.0.1 does not fix this. We need to either remove the GTK_DISABLE_SINGLE_INCLUDES passing from devhelp, or force a newer libunique that works with single includes forced until upstream fixes this. I talked with fredp who rolled the releases as part of releng, and he told he fixed it now (or will fix it) and perhaps release a 2.28.0.2 later this week, or if not 2.28.1 will have it fixed and we can reduce the libunique dep again. libunique dependency bumped in overlay. |
Seems like the failure is coming from dev-libs/libunique-1.0.8 [snip] CC devhelp-dh-main.o CCLD libdevhelp-1.la In file included from /usr/include/unique-1.0/unique/uniqueapp.h:27, from /usr/include/unique-1.0/unique/unique.h:24, from dh-main.c:26: /usr/include/gtk-2.0/gtk/gtkwindow.h:28:2: error: #error "Only <gtk/gtk.h> can be included directly." In file included from /usr/include/unique-1.0/unique/uniquebackend.h:26, from /usr/include/unique-1.0/unique/unique.h:25, from dh-main.c:26: /usr/include/gtk-2.0/gdk/gdkscreen.h:25:2: error: #error "Only <gdk/gdk.h> can be included directly." make[3]: *** [devhelp-dh-main.o] Error 1 make[3]: *** Waiting for unfinished jobs.... make[3]: Leaving directory `/var/tmp/portage/dev-util/devhelp-2.28.0/work/devhelp-2.28.0/src' make[2]: *** [all] Error 2 make[2]: Leaving directory `/var/tmp/portage/dev-util/devhelp-2.28.0/work/devhelp-2.28.0/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/var/tmp/portage/dev-util/devhelp-2.28.0/work/devhelp-2.28.0' make: *** [all] Error 2 [/snip]