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=DKIM_ADSP_CUSTOM_MED, DMARC_REJECT,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI autolearn=no autolearn_force=no version=4.0.0 Received: from mta06-svc.ntlworld.com (mta06-svc.ntlworld.com [62.253.162.46]) by chiba.3jane.net (Postfix) with ESMTP id 1E75CABD4F for ; Mon, 3 Jun 2002 11:02:00 -0500 (CDT) Received: from localhost.localdomain ([213.105.250.141]) by mta06-svc.ntlworld.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020603160159.GBLK4119.mta06-svc.ntlworld.com@localhost.localdomain> for ; Mon, 3 Jun 2002 17:01:59 +0100 Received: by localhost.localdomain (Postfix, from userid 500) id 43B6F8BB02; Mon, 3 Jun 2002 17:04:06 +0100 (BST) Date: Mon, 3 Jun 2002 17:04:05 +0100 From: =?iso-8859-1?Q?Jos=E9?= Fonseca To: gentoo-dev@gentoo.org Message-ID: <20020603160405.GA5979@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.4i Subject: [gentoo-dev] Problems emerging gnome-1.4.x apps after emerging gnome2 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: bfca0580-27cc-4a22-b2eb-a2debd8d08a3 X-Archives-Hash: a9beea4343041c0e8a430265311d063d I don't know if I messed things up. I emerged gnome2 after a clean gentoo install with gcc-3.1, and everything went fine (except for balsa2 which is pretty much unstable), but I needed some apps from gnome 1.4, the most important is galeon. Trying emerging galeon it fails, saying that it can't find vfs: checking for GNOME - version >= 1.2.8... yes checking for additional GNOME modules... gdk_pixbuf*** vfs library is not installed configure: error: *** 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. 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: gcc -DHAVE_CONFIG_H -I. -I. -I.. -DGNOME_VFS_CONFDIR=\"/etc\" -DGNOME_VFS_DATADIR=\"/usr/share\" -DGNOME_VFS_PREFIX=\"/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=\"/usr/lib\" -DSYSCONFDIR=\"/etc\" -DG_LOG_DOMAIN=\"GnomeVFS\" -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -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/include" 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 This is rather strange because gtk-1.2 is installed but -I/usr/include/gtk-1.2 isn't passed to gcc. Trying to emerge gnome-core also doesn't work: checking for CApplet library... Unknown library `capplet' configure: error: Did not find CApplet library, you probably need to install control-center first And there are some apps that depend on this, such as xmms. 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. Any help would be much appreciated, otherwise I'll have to unmerge all gnome2 stuff. José Fonseca