From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on finch.gentoo.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=DMARC_MISSING, MAILING_LIST_MULTI,NICE_REPLY_A,RDNS_NONE autolearn=unavailable autolearn_force=no version=4.0.0 Received: from wmpmta02-app.mail-store.com (unknown [194.73.242.4]) by chiba.3jane.net (Postfix) with ESMTP id 19668AC3F7 for ; Mon, 3 Jun 2002 12:27:40 -0500 (CDT) Received: from ggbox.gg.net ([213.255.79.101]) by wmpmta02-app.mail-store.com (InterMail vM.5.01.02.00 201-253-122-103-101-20001108) with ESMTP id <20020603172737.DEOF22225.wmpmta02-app.mail-store.com@ggbox.gg.net> for ; Mon, 3 Jun 2002 18:27:37 +0100 Subject: Re: [gentoo-dev] Problems emerging gnome-1.4.x apps after emerging gnome2 From: Gabriele Giorgetti To: gentoo-dev@gentoo.org In-Reply-To: <20020603160405.GA5979@localhost.localdomain> References: <20020603160405.GA5979@localhost.localdomain> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Mailer: Ximian Evolution 1.0.5 Date: 03 Jun 2002 19:36:33 +0200 Message-Id: <1023125794.8546.29.camel@ggbox.gg.net> Mime-Version: 1.0 Sender: gentoo-dev-admin@gentoo.org Errors-To: gentoo-dev-admin@gentoo.org X-BeenThere: gentoo-dev@gentoo.org X-Mailman-Version: 2.0.6 Precedence: bulk Reply-To: gentoo-dev@gentoo.org List-Help: List-Post: List-Subscribe: , List-Id: Gentoo Linux developer list List-Unsubscribe: , List-Archive: X-Archives-Salt: 34eed456-af20-4bed-82c0-1601cf9943ef X-Archives-Hash: cbeb776825698c2001b34c95430292b2 On Mon, 2002-06-03 at 18:04, Jos=E9 Fonseca wrote: =20 > Trying emerging galeon it fails, saying that it can't find vfs: > =20 > checking for GNOME - version >=3D 1.2.8... yes > checking for additional GNOME modules... gdk_pixbuf*** vfs library is = not installed > configure: error:=20 > *** GNOME 1.2.8 or better is required. > *** gdk-pixbuf 0.11.0 or better is required. > *** gnome-vfs 1.0.1 or better is required. > *** libglade 0.13 or better is required. > *** libxml 1.8.14 or better is required. > *** oaf 0.6.5 or better is required. Be sure to have the following stuffs emerged properly: (not in order) gconf-1.0.8-r3 gdk-pixbuf-0.17.0 control-center-1.4.0.5 gnome-libs-1.4.1.7 gnome-vfs-1.0.5-r1 libglade-0.17-r6 oaf-0.6.8-r1 ORBit-0.5.16 gtkhtml-1.0.2-r1 > But gnome-vfs-1.9.16-r1 is installed. I though that it required the old > version from gnome-1.4.x so I tried to emerge gnome-vfs-1.0.5-r1.ebuild > but it fails: gnome-vfs-1.9.16 works only for gnome2 stuffs, for gnome1 you have to emerge gnome-vfs-1.0.5 that's right >=20 > gcc -DHAVE_CONFIG_H -I. -I. -I.. -DGNOME_VFS_CONFDIR=3D\"/etc\" > -DGNOME_VFS_DATADIR=3D\"/usr/share\" -DGNOME_VFS_PREFIX=3D\"/usr\" -I= .. > -I../intl -I.. -I../intl -I../libgnomevfs -I/usr/include/glib-1.2 > -I/usr/lib/glib/include -D_REENTRANT -I/usr/include/glib-1.2 > -I/usr/lib/glib/include -I/usr/include/orbit-1.0 -I/usr/include > -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/include/orbit-= 1.0 > -I/usr/include/gnome-xml -Wall -Wunused -I/usr/include -D_GNU_SOURCE > -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DLIBDIR=3D\"/usr/lib\" > -DSYSCONFDIR=3D\"/etc\" -DG_LOG_DOMAIN=3D\"GnomeVFS\" -D_LARGEFILE64_= SOURCE > -D_FILE_OFFSET_BITS=3D64 -march=3Di686 -O3 -pipe -c > gnome-vfs-application-registry.c -fPIC -DPIC -o > .libs/gnome-vfs-application-registry.lo > cc1: warning: changing search order for system directory "/usr/includ= e" > cc1: warning: as it has already been specified as a non-system > directory > In file included from gnome-vfs-mime-private.h:26, > from gnome-vfs-application-registry.c:32: > ../libgnomevfs/gnome-vfs-mime-monitor.h:28:27: > gtk/gtkobject.h: No such file or directory >=20 > This is rather strange because gtk-1.2 is installed but > -I/usr/include/gtk-1.2 isn't passed to gcc. emerge the packages I've listed above. >=20 > Trying to emerge gnome-core also doesn't work: >=20 > checking for CApplet library... Unknown library `capplet' > configure: error: Did not find CApplet library, you probably need to > install control-center first You are missing control-center here, emerge it. ( control-center-1.4.0.5 ) see above as well. > And there are some apps that depend on this, such as xmms. >=20 > I would like to know if it's possible to install gnome-1.4.x stuff after > gnome2 is installed, and how to do it. >=20 > Any help would be much appreciated, otherwise I'll have to unmerge all > gnome2 stuff. >=20 > Jos=E9 Fonseca Yes it is possible, I'm currently writing this e-mail using Evolution (it requires gnome1) on a gnome2 desktop, using many other gnome1 apps as well. Hope this helps. =20 - Gabriele Giorgetti =20