Gentoo Archives: gentoo-dev

From: "José Fonseca" <j_r_fonseca@××××××××.uk>
To: gentoo-dev@g.o
Subject: [gentoo-dev] Problems emerging gnome-1.4.x apps after emerging gnome2
Date: Mon, 03 Jun 2002 11:02:00
Message-Id: 20020603160405.GA5979@localhost.localdomain
1 I don't know if I messed things up. I emerged gnome2 after a clean
2 gentoo install with gcc-3.1, and everything went fine (except for balsa2 which is
3 pretty much unstable), but I needed some apps from gnome 1.4, the most
4 important is galeon.
5
6 Trying emerging galeon it fails, saying that it can't find vfs:
7
8 checking for GNOME - version >= 1.2.8... yes
9 checking for additional GNOME modules... gdk_pixbuf*** vfs library is not installed
10 configure: error:
11 *** GNOME 1.2.8 or better is required.
12 *** gdk-pixbuf 0.11.0 or better is required.
13 *** gnome-vfs 1.0.1 or better is required.
14 *** libglade 0.13 or better is required.
15 *** libxml 1.8.14 or better is required.
16 *** oaf 0.6.5 or better is required.
17
18 But gnome-vfs-1.9.16-r1 is installed. I though that it required the old
19 version from gnome-1.4.x so I tried to emerge gnome-vfs-1.0.5-r1.ebuild
20 but it fails:
21
22 gcc -DHAVE_CONFIG_H -I. -I. -I.. -DGNOME_VFS_CONFDIR=\"/etc\"
23 -DGNOME_VFS_DATADIR=\"/usr/share\" -DGNOME_VFS_PREFIX=\"/usr\" -I..
24 -I../intl -I.. -I../intl -I../libgnomevfs -I/usr/include/glib-1.2
25 -I/usr/lib/glib/include -D_REENTRANT -I/usr/include/glib-1.2
26 -I/usr/lib/glib/include -I/usr/include/orbit-1.0 -I/usr/include
27 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/include/orbit-1.0
28 -I/usr/include/gnome-xml -Wall -Wunused -I/usr/include -D_GNU_SOURCE
29 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DLIBDIR=\"/usr/lib\"
30 -DSYSCONFDIR=\"/etc\" -DG_LOG_DOMAIN=\"GnomeVFS\" -D_LARGEFILE64_SOURCE
31 -D_FILE_OFFSET_BITS=64 -march=i686 -O3 -pipe -c
32 gnome-vfs-application-registry.c -fPIC -DPIC -o
33 .libs/gnome-vfs-application-registry.lo
34 cc1: warning: changing search order for system directory "/usr/include"
35 cc1: warning: as it has already been specified as a non-system
36 directory
37 In file included from gnome-vfs-mime-private.h:26,
38 from gnome-vfs-application-registry.c:32:
39 ../libgnomevfs/gnome-vfs-mime-monitor.h:28:27:
40 gtk/gtkobject.h: No such file or directory
41
42 This is rather strange because gtk-1.2 is installed but
43 -I/usr/include/gtk-1.2 isn't passed to gcc.
44
45 Trying to emerge gnome-core also doesn't work:
46
47 checking for CApplet library... Unknown library `capplet'
48 configure: error: Did not find CApplet library, you probably need to
49 install control-center first
50
51 And there are some apps that depend on this, such as xmms.
52
53 I would like to know if it's possible to install gnome-1.4.x stuff after
54 gnome2 is installed, and how to do it.
55
56 Any help would be much appreciated, otherwise I'll have to unmerge all
57 gnome2 stuff.
58
59 José Fonseca

Replies