Gentoo Archives: gentoo-dev

From: "José Fonseca" <j_r_fonseca@××××××××.uk>
To: gentoo-dev@g.o
Subject: Re: [gentoo-dev] Problems emerging gnome-1.4.x apps after emerging gnome2
Date: Mon, 03 Jun 2002 13:22:34
Message-Id: 20020603182431.GA11957@localhost.localdomain
In Reply to: Re: [gentoo-dev] Problems emerging gnome-1.4.x apps after emerging gnome2 by Spider
1 Spider, Gabriele,
2
3 Thanks for your replies.
4
5 On Mon, Jun 03, 2002 at 07:35:39PM +0200, Spider wrote:
6 > This is a thorny situation indeed, and one we need to tackle soon.
7 >
8 > I think it is because a lot of the dependencies are wrongly made as >=
9 > instead of ~= or some other such thing.
10 >
11
12 Yes. It's necessary to limit the upper bound of the versions for gnome
13 1.4.x apps, the and gnome libs themselves.
14
15 > Try this for a test:
16 >
17 > emerge old control-center ( thats where capplet is from)
18 >
19
20 Unfortunately it depends on gnome-vfs so its a dead end until I manage
21 to compile it.
22
23 >
24 > The gnome-vfs error is another beast, thats gcc 3.1 include file
25 > reordering thats not working properly, and is a problem that has to be
26 > fixed on gcc 3.1 side of problems (I only have 2.95.3 for testing)
27 >
28
29 Although the compiler complains about reordering the includes, that's
30 not the cause for the compiler failure. If look at gcc command line
31 you'll notice that -I/usr/include/gtk-1.2 isn't even there, so the
32 problem comes from the configure scripts and/or makefiles.
33
34 >
35 >
36 > Could you please file this bug so somone who's in-the-know on gcc 3.1
37 > can fix it? I'll try and care for the gnome-vfs version error.
38
39 Do you want me to file this bug in bugs.gentoo.org or in gcc.gnu.org?
40
41 >
42 > //Spider
43 > - Herr holger....
44 >
45 >
46 > begin quote
47 > On Mon, 3 Jun 2002 17:04:05 +0100
48 > José Fonseca <j_r_fonseca@××××××××.uk> wrote:
49 >
50 > > ...
51 > >
52 > > But gnome-vfs-1.9.16-r1 is installed. I though that it required the
53 > > old version from gnome-1.4.x so I tried to emerge
54 > > gnome-vfs-1.0.5-r1.ebuild but it fails:
55 > >
56 > > gcc -DHAVE_CONFIG_H -I. -I. -I.. -DGNOME_VFS_CONFDIR=\"/etc\"
57 > > -DGNOME_VFS_DATADIR=\"/usr/share\" -DGNOME_VFS_PREFIX=\"/usr\"
58 > > -I..-I../intl -I.. -I../intl -I../libgnomevfs
59 > > -I/usr/include/glib-1.2-I/usr/lib/glib/include -D_REENTRANT
60 > > -I/usr/include/glib-1.2-I/usr/lib/glib/include
61 > > -I/usr/include/orbit-1.0 -I/usr/include-I/usr/include/glib-1.2
62 > > -I/usr/lib/glib/include
63 > > -I/usr/include/orbit-1.0-I/usr/include/gnome-xml -Wall -Wunused
64 > > -I/usr/include -D_GNU_SOURCE-D_REENTRANT
65 > > -D_POSIX_PTHREAD_SEMANTICS
66 > > -DLIBDIR=\"/usr/lib\"-DSYSCONFDIR=\"/etc\"
67 > > -DG_LOG_DOMAIN=\"GnomeVFS\"
68 > > -D_LARGEFILE64_SOURCE-D_FILE_OFFSET_BITS=64 -march=i686 -O3 -pipe
69 > > -c gnome-vfs-application-registry.c -fPIC -DPIC -o
70 > > .libs/gnome-vfs-application-registry.lo
71 > > cc1: warning: changing search order for system directory
72 > > "/usr/include" cc1: warning: as it has already been specified as
73 > > a non-system directory
74 > > In file included from gnome-vfs-mime-private.h:26,
75 > > from gnome-vfs-application-registry.c:32:
76 > > ../libgnomevfs/gnome-vfs-mime-monitor.h:28:27:
77 > > gtk/gtkobject.h: No such file or directory
78 > >
79 > > This is rather strange because gtk-1.2 is installed but
80 > > -I/usr/include/gtk-1.2 isn't passed to gcc.
81 > >
82 > > ...

Replies

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