Gentoo Archives: gentoo-dev

From: Gabriele Giorgetti <g.gabriele79@×××××.it>
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:27:40
Message-Id: 1023125794.8546.29.camel@ggbox.gg.net
In Reply to: [gentoo-dev] Problems emerging gnome-1.4.x apps after emerging gnome2 by "José Fonseca"
1 On Mon, 2002-06-03 at 18:04, José Fonseca wrote:
2
3 > Trying emerging galeon it fails, saying that it can't find vfs:
4 >
5 > checking for GNOME - version >= 1.2.8... yes
6 > checking for additional GNOME modules... gdk_pixbuf*** vfs library is not installed
7 > configure: error:
8 > *** GNOME 1.2.8 or better is required.
9 > *** gdk-pixbuf 0.11.0 or better is required.
10 > *** gnome-vfs 1.0.1 or better is required.
11 > *** libglade 0.13 or better is required.
12 > *** libxml 1.8.14 or better is required.
13 > *** oaf 0.6.5 or better is required.
14
15 Be sure to have the following stuffs emerged properly:
16
17 (not in order)
18
19 gconf-1.0.8-r3
20 gdk-pixbuf-0.17.0
21 control-center-1.4.0.5
22 gnome-libs-1.4.1.7
23 gnome-vfs-1.0.5-r1
24 libglade-0.17-r6
25 oaf-0.6.8-r1
26 ORBit-0.5.16
27 gtkhtml-1.0.2-r1
28
29
30 > But gnome-vfs-1.9.16-r1 is installed. I though that it required the old
31 > version from gnome-1.4.x so I tried to emerge gnome-vfs-1.0.5-r1.ebuild
32 > but it fails:
33
34 gnome-vfs-1.9.16 works only for gnome2 stuffs, for gnome1 you have to
35 emerge gnome-vfs-1.0.5 that's right
36
37
38 >
39 > gcc -DHAVE_CONFIG_H -I. -I. -I.. -DGNOME_VFS_CONFDIR=\"/etc\"
40 > -DGNOME_VFS_DATADIR=\"/usr/share\" -DGNOME_VFS_PREFIX=\"/usr\" -I..
41 > -I../intl -I.. -I../intl -I../libgnomevfs -I/usr/include/glib-1.2
42 > -I/usr/lib/glib/include -D_REENTRANT -I/usr/include/glib-1.2
43 > -I/usr/lib/glib/include -I/usr/include/orbit-1.0 -I/usr/include
44 > -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/include/orbit-1.0
45 > -I/usr/include/gnome-xml -Wall -Wunused -I/usr/include -D_GNU_SOURCE
46 > -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DLIBDIR=\"/usr/lib\"
47 > -DSYSCONFDIR=\"/etc\" -DG_LOG_DOMAIN=\"GnomeVFS\" -D_LARGEFILE64_SOURCE
48 > -D_FILE_OFFSET_BITS=64 -march=i686 -O3 -pipe -c
49 > gnome-vfs-application-registry.c -fPIC -DPIC -o
50 > .libs/gnome-vfs-application-registry.lo
51 > cc1: warning: changing search order for system directory "/usr/include"
52 > cc1: warning: as it has already been specified as a non-system
53 > directory
54 > In file included from gnome-vfs-mime-private.h:26,
55 > from gnome-vfs-application-registry.c:32:
56 > ../libgnomevfs/gnome-vfs-mime-monitor.h:28:27:
57 > gtk/gtkobject.h: No such file or directory
58 >
59 > This is rather strange because gtk-1.2 is installed but
60 > -I/usr/include/gtk-1.2 isn't passed to gcc.
61
62 emerge the packages I've listed above.
63
64 >
65 > Trying to emerge gnome-core also doesn't work:
66 >
67 > checking for CApplet library... Unknown library `capplet'
68 > configure: error: Did not find CApplet library, you probably need to
69 > install control-center first
70
71 You are missing control-center here, emerge it.
72 ( control-center-1.4.0.5 ) see above as well.
73
74 > And there are some apps that depend on this, such as xmms.
75 >
76 > I would like to know if it's possible to install gnome-1.4.x stuff after
77 > gnome2 is installed, and how to do it.
78 >
79 > Any help would be much appreciated, otherwise I'll have to unmerge all
80 > gnome2 stuff.
81 >
82 > José Fonseca
83
84 Yes it is possible, I'm currently writing this e-mail using Evolution
85 (it requires gnome1) on a gnome2 desktop, using many other gnome1 apps
86 as well.
87
88
89 Hope this helps.
90
91
92 - Gabriele Giorgetti <stroke@g.o>