Gentoo Archives: gentoo-user

From: "Steve [Gentoo]" <gentoo_steve@×××××××.uk>
To: gentoo-user@l.g.o
Subject: [gentoo-user] emerge tinyca fails...
Date: Tue, 26 Sep 2006 10:00:26
Message-Id: 4518F8EA.3030006@shic.co.uk
1 After getting into a real pickle with a kernel upgrade (causing me to
2 corrupt my /dev) I opted to re-install from the latest minimal install
3 CD rather than try to unpick the mess. My gentoo box is used almost
4 exclusively used remotely as a mail/web server - however I find tinyca a
5 very useful tool which I use occasionally (remotely over SSH/X11) -
6 tinyca is the only GUI application I need to install.
7
8 In the past I've run emerge tinyca and all the dependencies were sorted
9 out for me... However, with the latest portage, and only
10 apache/zope/postfix/dovecot/openssh installed from it, when I emerge
11 tinyca, gnome-base/gnome-libs-1.4.2 is identified as a dependency - and
12 this does not compile (error messages below.) As far as I am aware,
13 I've set no USE flags that should affect this package...
14
15 Any ideas?
16
17 --
18 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I/usr/include
19 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include
20 -DWITH_GTK -DDEBUG -DGNOME_LIB -I/usr/include/gtk-1.2
21 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -O2 -march=pentium2
22 -pipe -I/usr/include/db1 -Wall -Wunused -c readXPM.c -fPIC -DPIC -o
23 .libs/readXPM.lo
24 readXPM.c:138:21: error: X11/xpm.h: No such file or directory
25 readXPM.c:148: error: expected declaration specifiers or '...' before
26 'XpmImage'
27 readXPM.c:164: error: expected declaration specifiers or '...' before
28 'XpmImage'
29 readXPM.c: In function 'doXpm':
30 readXPM.c:189: error: 'xpm_image' undeclared (first use in this function)
31 readXPM.c:189: error: (Each undeclared identifier is reported only once
32 readXPM.c:189: error: for each function it appears in.)
33 readXPM.c:240: warning: implicit declaration of function 'my_x_query_colors'
34 readXPM.c:282: warning: implicit declaration of function 'XpmFreeXpmImage'
35 readXPM.c: In function '_XmHTMLReadXPM':
36 readXPM.c:299: error: 'XpmImage' undeclared (first use in this function)
37 readXPM.c:299: error: expected ';' before 'xpm_image'
38 readXPM.c:300: error: 'XpmInfo' undeclared (first use in this function)
39 readXPM.c:300: error: expected ';' before 'foo'
40 readXPM.c:303: error: 'xpm_image' undeclared (first use in this function)
41 readXPM.c:304: error: 'foo' undeclared (first use in this function)
42 readXPM.c:306: warning: implicit declaration of function
43 'XpmCreateXpmImageFromBuffer'
44 readXPM.c:307: error: 'XpmSuccess' undeclared (first use in this function)
45 readXPM.c:311: warning: implicit declaration of function 'XpmGetErrorString'
46 readXPM.c:314: warning: implicit declaration of function 'XpmFreeXpmInfo'
47 readXPM.c:322: error: too many arguments to function 'doXpm'
48 readXPM.c: In function '_XmHTMLCreateXpmFromData':
49 readXPM.c:338: error: 'XpmImage' undeclared (first use in this function)
50 readXPM.c:338: error: expected ';' before 'xpm_image'
51 readXPM.c:339: error: 'XpmInfo' undeclared (first use in this function)
52 readXPM.c:339: error: expected ';' before 'foo'
53 readXPM.c:342: error: 'xpm_image' undeclared (first use in this function)
54 readXPM.c:343: error: 'foo' undeclared (first use in this function)
55 readXPM.c:345: warning: implicit declaration of function
56 'XpmCreateXpmImageFromData'
57 readXPM.c:345: error: 'XpmSuccess' undeclared (first use in this function)
58 readXPM.c:360: error: too many arguments to function 'doXpm'
59 make[2]: *** [readXPM.lo] Error 1
60 make[2]: Leaving directory
61 `/var/tmp/portage/gnome-libs-1.4.2/work/gnome-libs-1.4.2/gtk-xmhtml'
62 make[1]: *** [all-recursive] Error 1
63 make[1]: Leaving directory
64 `/var/tmp/portage/gnome-libs-1.4.2/work/gnome-libs-1.4.2'
65 make: *** [all-recursive-am] Error 2
66
67 !!! ERROR: gnome-base/gnome-libs-1.4.2 failed.
68 Call stack:
69 ebuild.sh, line 1546: Called dyn_compile
70 ebuild.sh, line 937: Called src_compile
71 gnome-libs-1.4.2.ebuild, line 64: Called die
72
73 !!! (no error message)
74 !!! If you need support, post the topmost build error, and the call
75 stack if relevant.
76 --
77
78 --
79 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] emerge tinyca fails... "Bo Ørsted Andresen" <bo.andresen@××××.dk>