Gentoo Archives: gentoo-user

From: Grant <emailgrant@×××××.com>
To: Gentoo mailing list <gentoo-user@l.g.o>
Subject: [gentoo-user] gtk+ emerge error
Date: Tue, 18 Jul 2006 17:13:35
Message-Id: 49bf44f10607181006v62ba6d2cydc49aa372ca5edff@mail.gmail.com
1 I'm getting a failed emerge when trying to upgrade to the latest
2 stable gtk+-2.8.19:
3
4 i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../..
5 -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I../.. -I../../gdk
6 -I../../gdk -DG_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED
7 -DGDK_DISABLE_DEPRECATED -DG_DISABLE_CAST_CHECKS -pthread
8 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
9 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/freetype2
10 -O2 -march=pentium4 -pipe -fomit-frame-pointer -Wall -MT
11 gdkwindow-x11.lo -MD -MP -MF .deps/gdkwindow-x11.Tpo -c
12 gdkwindow-x11.c -fPIC -DPIC -o .libs/gdkwindow-x11.o
13 gdkwindow-x11.c:54:34: X11/extensions/shape.h: No such file or directory
14 gdkwindow-x11.c: In function `gdk_window_have_shape_ext':
15 gdkwindow-x11.c:3645: warning: implicit declaration of function
16 `XShapeQueryExtension'
17 gdkwindow-x11.c: In function `IA__gdk_window_shape_combine_mask':
18 gdkwindow-x11.c:3723: warning: implicit declaration of function
19 `XShapeCombineMask'
20 gdkwindow-x11.c:3725: error: `ShapeBounding' undeclared (first use in
21 this function)
22 gdkwindow-x11.c:3725: error: (Each undeclared identifier is reported only once
23 gdkwindow-x11.c:3725: error: for each function it appears in.)
24 gdkwindow-x11.c:3728: error: `ShapeSet' undeclared (first use in this function)
25 gdkwindow-x11.c: In function `IA__gdk_window_shape_combine_region':
26 gdkwindow-x11.c:3798: warning: implicit declaration of function
27 `XShapeCombineRectangles'
28 gdkwindow-x11.c:3800: error: `ShapeBounding' undeclared (first use in
29 this function)
30 gdkwindow-x11.c:3803: error: `ShapeSet' undeclared (first use in this function)
31 gdkwindow-x11.c: In function `gdk_add_rectangles':
32 gdkwindow-x11.c:5049: warning: implicit declaration of function
33 `XShapeGetRectangles'
34 gdkwindow-x11.c:5049: error: `ShapeBounding' undeclared (first use in
35 this function)
36 gdkwindow-x11.c:5049: warning: assignment makes pointer from integer
37 without a cast
38 gdkwindow-x11.c: In function `gdk_propagate_shapes':
39 gdkwindow-x11.c:5186: error: `ShapeBounding' undeclared (first use in
40 this function)
41 gdkwindow-x11.c:5187: error: `ShapeSet' undeclared (first use in this function)
42 make[4]: *** [gdkwindow-x11.lo] Error 1
43 make[4]: Leaving directory
44 `/var/tmp/portage/gtk+-2.8.19/work/gtk+-2.8.19/gdk/x11'
45 make[3]: *** [all-recursive] Error 1
46 make[3]: Leaving directory `/var/tmp/portage/gtk+-2.8.19/work/gtk+-2.8.19/gdk'
47 make[2]: *** [all] Error 2
48 make[2]: Leaving directory `/var/tmp/portage/gtk+-2.8.19/work/gtk+-2.8.19/gdk'
49 make[1]: *** [all-recursive] Error 1
50 make[1]: Leaving directory `/var/tmp/portage/gtk+-2.8.19/work/gtk+-2.8.19'
51 make: *** [all] Error 2
52
53 !!! ERROR: x11-libs/gtk+-2.8.19 failed.
54 Call stack:
55 ebuild.sh, line 1539: Called dyn_compile
56 ebuild.sh, line 939: Called src_compile
57 gtk+-2.8.19.ebuild, line 116: Called die
58
59 I checked bugs.gentoo.org and I tried the latest ~x86 gtk+ as well.
60 Bug #139083 might be related but I tried emerging pango twice as it
61 suggested to no avail. Any suggestions?
62
63 - Grant
64 --
65 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] gtk+ emerge error Richard Fish <bigfish@××××××××××.org>