Gentoo Archives: gentoo-dev

From: Spider <spider@g.o>
To: gentoo-dev@g.o
Subject: Re: [gentoo-dev] Problems emerging gnome-1.4.x apps after emerging gnome2
Date: Mon, 03 Jun 2002 12:36:13
Message-Id: 20020603193539.62bd8936.spider@gentoo.org
In Reply to: [gentoo-dev] Problems emerging gnome-1.4.x apps after emerging gnome2 by "José Fonseca"
1 This is a thorny situation indeed, and one we need to tackle soon.
2
3 I think it is because a lot of the dependencies are wrongly made as >=
4 instead of ~= or some other such thing.
5
6 Try this for a test:
7
8 emerge old control-center ( thats where capplet is from)
9
10
11 The gnome-vfs error is another beast, thats gcc 3.1 include file
12 reordering thats not working properly, and is a problem that has to be
13 fixed on gcc 3.1 side of problems (I only have 2.95.3 for testing)
14
15
16
17 Could you please file this bug so somone who's in-the-know on gcc 3.1
18 can fix it? I'll try and care for the gnome-vfs version error.
19
20 //Spider
21 - Herr holger....
22
23
24 begin quote
25 On Mon, 3 Jun 2002 17:04:05 +0100
26 José Fonseca <j_r_fonseca@××××××××.uk> wrote:
27
28 > I don't know if I messed things up. I emerged gnome2 after a clean
29 > gentoo install with gcc-3.1, and everything went fine (except for
30 > balsa2 which is pretty much unstable), but I needed some apps from
31 > gnome 1.4, the most important is galeon.
32 >
33 > Trying emerging galeon it fails, saying that it can't find vfs:
34 >
35 > checking for GNOME - version >= 1.2.8... yes
36 > checking for additional GNOME modules... gdk_pixbuf*** vfs library
37 > is not installed configure: error:
38 > *** GNOME 1.2.8 or better is required.
39 > *** gdk-pixbuf 0.11.0 or better is required.
40 > *** gnome-vfs 1.0.1 or better is required.
41 > *** libglade 0.13 or better is required.
42 > *** libxml 1.8.14 or better is required.
43 > *** oaf 0.6.5 or better is required.
44 >
45 > But gnome-vfs-1.9.16-r1 is installed. I though that it required the
46 > old version from gnome-1.4.x so I tried to emerge
47 > gnome-vfs-1.0.5-r1.ebuild but it fails:
48 >
49 > gcc -DHAVE_CONFIG_H -I. -I. -I.. -DGNOME_VFS_CONFDIR=\"/etc\"
50 > -DGNOME_VFS_DATADIR=\"/usr/share\" -DGNOME_VFS_PREFIX=\"/usr\"
51 > -I..-I../intl -I.. -I../intl -I../libgnomevfs
52 > -I/usr/include/glib-1.2-I/usr/lib/glib/include -D_REENTRANT
53 > -I/usr/include/glib-1.2-I/usr/lib/glib/include
54 > -I/usr/include/orbit-1.0 -I/usr/include-I/usr/include/glib-1.2
55 > -I/usr/lib/glib/include
56 > -I/usr/include/orbit-1.0-I/usr/include/gnome-xml -Wall -Wunused
57 > -I/usr/include -D_GNU_SOURCE-D_REENTRANT
58 > -D_POSIX_PTHREAD_SEMANTICS
59 > -DLIBDIR=\"/usr/lib\"-DSYSCONFDIR=\"/etc\"
60 > -DG_LOG_DOMAIN=\"GnomeVFS\"
61 > -D_LARGEFILE64_SOURCE-D_FILE_OFFSET_BITS=64 -march=i686 -O3 -pipe
62 > -c gnome-vfs-application-registry.c -fPIC -DPIC -o
63 > .libs/gnome-vfs-application-registry.lo
64 > cc1: warning: changing search order for system directory
65 > "/usr/include" cc1: warning: as it has already been specified as
66 > a non-system directory
67 > In file included from gnome-vfs-mime-private.h:26,
68 > from gnome-vfs-application-registry.c:32:
69 > ../libgnomevfs/gnome-vfs-mime-monitor.h:28:27:
70 > gtk/gtkobject.h: No such file or directory
71 >
72 > This is rather strange because gtk-1.2 is installed but
73 > -I/usr/include/gtk-1.2 isn't passed to gcc.
74 >
75 > Trying to emerge gnome-core also doesn't work:
76 >
77 > checking for CApplet library... Unknown library `capplet'
78 > configure: error: Did not find CApplet library, you probably need to
79 > install control-center first
80 >
81 > And there are some apps that depend on this, such as xmms.
82 >
83 > I would like to know if it's possible to install gnome-1.4.x stuff
84 > after gnome2 is installed, and how to do it.
85 >
86 > Any help would be much appreciated, otherwise I'll have to unmerge all
87 > gnome2 stuff.
88 >
89 > José Fonseca
90 >
91 > _______________________________________________
92 > gentoo-dev mailing list
93 > gentoo-dev@g.o
94 > http://lists.gentoo.org/mailman/listinfo/gentoo-dev
95
96
97 --
98 begin .signature
99 This is a .signature virus! Please copy me into your .signature!
100 See Microsoft KB Article Q265230 for more information.
101 end

Replies

Subject Author
Re: [gentoo-dev] Problems emerging gnome-1.4.x apps after emerging gnome2 "José Fonseca" <j_r_fonseca@××××××××.uk>