Gentoo Archives: gentoo-alt

From: Marshall McMullen <marshall.mcmullen@×××××.com>
To: gentoo-alt@l.g.o
Subject: Re: [gentoo-alt] [AIX] x11-libs/gtk+ fails to compile
Date: Mon, 19 Nov 2007 16:19:30
Message-Id: 10061143.12171195489141165.JavaMail.root@ghostwheel.zentire.com
In Reply to: Re: [gentoo-alt] [AIX] x11-libs/gtk+ fails to compile by Fabian Groffen
1 Yes, there is a lot in gtkbuiltincache.h, here are the first 30 lines:
2
3 $ head -30 gtkbuiltincache.h
4 #ifdef __SUNPRO_C
5 #pragma align 4 (builtin_icons)
6 #endif
7 #ifdef __GNUC__
8 static const guint8 builtin_icons[] __attribute__ ((__aligned__ (4))) =
9 #else
10 static const guint8 builtin_icons[] =
11 #endif
12 {
13 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0c, 0x00, 0x06, 0x03, 0xbc,
14 0x00, 0x00, 0x00, 0x49, 0x00, 0x00, 0x01, 0x34, 0x00, 0x00, 0x29, 0xb4,
15 0x00, 0x00, 0x37, 0x3c, 0x00, 0x00, 0x52, 0x3c, 0x00, 0x00, 0x91, 0x90,
16 0x00, 0x00, 0xac, 0x90, 0x00, 0x00, 0xc7, 0x8c, 0xff, 0xff, 0xff, 0xff,
17 0x00, 0x00, 0xd5, 0x0c, 0x00, 0x00, 0xfd, 0x98, 0x00, 0x01, 0x0b, 0x14,
18 0x00, 0x01, 0x41, 0x08, 0x00, 0x01, 0x4e, 0x84, 0x00, 0x01, 0x84, 0x80,
19 0xff, 0xff, 0xff, 0xff, 0x00, 0x01, 0x92, 0x00, 0xff, 0xff, 0xff, 0xff,
20 0x00, 0x01, 0xba, 0x94, 0x00, 0x01, 0xce, 0xa0, 0xff, 0xff, 0xff, 0xff,
21 0x00, 0x02, 0x00, 0x74, 0x00, 0x02, 0x1b, 0x74, 0x00, 0x02, 0x51, 0x74,
22 0xff, 0xff, 0xff, 0xff, 0x00, 0x02, 0x87, 0x74, 0xff, 0xff, 0xff, 0xff,
23 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x00, 0x02, 0x94, 0xfc,
24 0x00, 0x02, 0xbd, 0x84, 0x00, 0x02, 0xf3, 0x94, 0xff, 0xff, 0xff, 0xff,
25 0x00, 0x03, 0x37, 0x24, 0x00, 0x03, 0x55, 0x04, 0x00, 0x03, 0x62, 0x80,
26 0x00, 0x03, 0x6f, 0xfc, 0x00, 0x03, 0xa1, 0xd4, 0x00, 0x03, 0xbc, 0xd8,
27 0x00, 0x03, 0xd7, 0xd8, 0x00, 0x03, 0xe5, 0x94, 0x00, 0x03, 0xf9, 0x9c,
28 0x00, 0x04, 0x07, 0x1c, 0x00, 0x04, 0x46, 0x70, 0x00, 0x04, 0x53, 0xf0,
29 0x00, 0x04, 0x61, 0x6c, 0x00, 0x04, 0x67, 0xf4, 0x00, 0x04, 0x83, 0x30,
30 0x00, 0x04, 0x97, 0x9c, 0x00, 0x04, 0xb2, 0xa8, 0x00, 0x04, 0xb2, 0xf0,
31 0x00, 0x04, 0xc0, 0x70, 0x00, 0x04, 0xf2, 0x4c, 0x00, 0x04, 0xff, 0xd0,
32 0x00, 0x05, 0x13, 0xdc, 0x00, 0x05, 0x14, 0x20, 0x00, 0x05, 0x21, 0xa8,
33 0x00, 0x05, 0x21, 0xf0, 0x00, 0x05, 0x2f, 0x6c, 0xff, 0xff, 0xff, 0xff,
34
35 ...
36
37 Any other ideas ?
38
39 ----- Original Message -----
40 From: "Fabian Groffen" <grobian@g.o>
41 To: gentoo-alt@l.g.o
42 Sent: Monday, November 19, 2007 4:05:59 AM (GMT-0600) America/Chicago
43 Subject: Re: [gentoo-alt] [AIX] x11-libs/gtk+ fails to compile
44
45 On 19-11-2007 05:31:05 +0000, Marshall McMullen wrote:
46 > I've been trying to get gtk+ emerged on AIX 5.3, but it fails during compilation with:
47 >
48 > creating gtk-update-icon-cache
49 > make[3]: Leaving directory `/gsa/ausgsa-p5/15/gnu/var/tmp/portage/x11-libs/gtk+-2.12.1-r1/work/gtk+-2.12.1/gtk'
50 > GDK_PIXBUF_MODULE_FILE=../gdk-pixbuf/gdk-pixbuf.loaders ./gtk-update-icon-cache --force --ignore-theme-index \
51 > --source builtin_icons stock-icons > gtkbuiltincache.h.tmp && \
52 > mv gtkbuiltincache.h.tmp gtkbuiltincache.h
53 > The generated cache was invalid.
54 > make[2]: *** [gtkbuiltincache.h] Error 1
55 > make[2]: Leaving directory `/gsa/ausgsa-p5/15/gnu/var/tmp/portage/x11-libs/gtk+-2.12.1-r1/work/gtk+-2.12.1/gtk'
56 > make[1]: *** [all-recursive] Error 1
57 > make[1]: Leaving directory `/gsa/ausgsa-p5/15/gnu/var/tmp/portage/x11-libs/gtk+-2.12.1-r1/work/gtk+-2.12.1'
58 > make: *** [all] Error 2
59 >
60 > Has anyone else seen this problem or found a way around it ?
61
62 No, but is there something in the file gtkbuiltincache.h?
63
64
65 --
66 Fabian Groffen
67 Gentoo on a different level
68 --
69 gentoo-alt@g.o mailing list
70
71
72 --
73 gentoo-alt@g.o mailing list

Replies

Subject Author
Re: [gentoo-alt] [AIX] x11-libs/gtk+ fails to compile Marshall McMullen <marshall.mcmullen@×××××.com>