On Wed, 2005-11-02 at 11:41 -0600, Dale wrote: > Rumen Yotov wrote: > > >Hi, > >An essential feature of portage is the ability to have two/three/more > >different (usually major) versions of the same package installed at the > >same time. > >Examples: GTK - 1&2 Glib 1&2 etc. etc. > >They are called SLOTS in gentoo terms. > >So the message means you don't have GTK-1.2.X. > >HTH.Rumen > > > > > I know Gentoo will let you have more than one version installed but it > appears that I or it needs to do something so it will use which ever one > it needs. I don't know how to do that, yet. Maybe Mike or you will > help me with that 'yet' part. Maybe I need to install something new. > > Thanks, > > Dale > :-) > > -- > To err is human, I'm most certainly human. Hi, Wrote too fast, now checking things first. First advice is to recompile GTK+, this usually fixes things. Then bonobo again. Now to get some info first: ... #dep -l bonobo gnome-base/bonobo-1.0.22: =gnome-base/orbit-0* gnome-base/orbit-0.5.17 nls? >=dev-util/intltool-0.11 dev-util/intltool-0.34.1 >=gnome-base/gnome-print-0.30 gnome-base/gnome-print-0.37 >=gnome-base/oaf-0.6.8 gnome-base/oaf-0.6.10 >=media-libs/gdk-pixbuf-0.6 media-libs/gdk-pixbuf-0.22.0-r3 dev-lang/perl dev-lang/perl-5.8.6-r6 nls? sys-devel/gettext sys-devel/gettext-0.14.4 sys-devel/gnuconfig sys-devel/gnuconfig-20050602 !bootstrap? sys-devel/patch sys-devel/patch-2.5.9 ... these are bonobo's dependencies. Now to check "gdk-pixbuf": ... #dep gdk-pixbuf media-libs/gdk-pixbuf-0.22.0-r3: !amd64? =gnome-base/gnome-libs-1.4.1.2-r1 gnome-base/gnome-libs-1.4.2 >=media-libs/libpng-1.2.1 media-libs/libpng-1.2.8 media-libs/jpeg media-libs/jpeg-6b-r5 media-libs/tiff media-libs/tiff-3.7.3 sys-devel/gnuconfig sys-devel/gnuconfig-20050602 !bootstrap? sys-devel/patch sys-devel/patch-2.5.9 !!! ebuild_dep_to_stdout x11-base/xorg-x11-7.0.0_rc1 /var/portage X? virtual/x11 x11-base/xorg-x11-6.8.2-r4 ... See here "gdk-pixbuf" depends on "=x11-libs/gtk+-1.2*". So it seems you must have GTK+-1.2.x. Use (the old deprecated) qpkg: "qpkg --dups -v" to check if you have both GTK+ installed (part of gentoolkit,but missing in latest versions). HTH.Rumen