Re: [gentoo-user] Multiple versions of packages installed ??

2003-10-27 Thread Hall Stevenson
On Sat, 2003-10-25 at 18:51, Renat Golubchyk wrote:
 On Saturday 25 October 2003 16:31, Hall Stevenson wrote:
 
 snip
 
  Any way to check for multiple versions of a package ?? I'll be off
  R'ing TFM in the meantime.
 
 From qpkg --help last lines:
 
 Examples:
   qpkg --dups   print duplicates oldest first
   qpkg --dups -v.. with versions

Okay, here's where I'm pausing at with 'qpkg --dups -v:


app-text/docbook-sgml-dtd-3.0-r1
app-text/docbook-sgml-dtd-3.1-r1
app-text/docbook-sgml-dtd-4.1-r1
app-text/docbook-sgml-dtd-4.0-r1
dev-libs/glib-1.2.10-r5
dev-libs/glib-2.2.3
gnome-base/control-center-1.4.0.5-r1
gnome-base/control-center-2.4.0
gnome-base/gconf-1.0.8-r5
gnome-base/gconf-2.4.0.1
gnome-base/gnome-panel-1.4.2-r2
gnome-base/gnome-panel-2.4.0-r1
gnome-base/gnome-vfs-1.0.5-r3
gnome-base/gnome-vfs-2.4.0
gnome-base/libglade-0.17-r6
gnome-base/libglade-2.0.1
gnome-extra/libgtkhtml-2.4.0
gnome-extra/libgtkhtml-3.0.9
media-libs/freetype-2.1.4
media-libs/freetype-1.3.1-r3
sys-libs/db-4.0.14-r2
sys-libs/db-1.85-r1
x11-libs/gtk+-1.2.10-r10
x11-libs/gtk+-2.2.4-r1


What's with all the docbook-sgml packages ?? I'm not touching either of
the two db packages as some app probably needs one version while another
app needs the other version. 

I'm guessing that gtk/gnome packages like gconf or glib aren't
compatible, i.e. a package needs glib-1.2-10 and glib-2.2.3 will NOT
work for it. 

I would get rid of gnome-panel-1, but I'm betting some app has a
panel-applet that requires it...

Regards
Hall


--
[EMAIL PROTECTED] mailing list



[gentoo-user] Multiple versions of packages installed ??

2003-10-25 Thread Hall Stevenson
I was just looking at what packages I had installed while helping 
someone and noticed I've got two versions of gkrellm installed, 
v2.1.20 and v1.2.13. Both have * after their names and I assume 
that means installed.

I just checked and the gkrellm that's running is the older one.

Why does emerge leave older packages installed ?? Why didn't the newer 
package run instead of the older ?? Is this an config option *I* need 
to change ??


Thanks in advance
Hall


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Multiple versions of packages installed ??

2003-10-25 Thread Peter Ruskin
On Saturday 25 Oct 2003 10:11, Hall Stevenson wrote:
 I was just looking at what packages I had installed while helping
 someone and noticed I've got two versions of gkrellm installed,
 v2.1.20 and v1.2.13. Both have * after their names and I assume
 that means installed.

 I just checked and the gkrellm that's running is the older one.

 Why does emerge leave older packages installed ?? Why didn't the
 newer package run instead of the older ?? Is this an config option
 *I* need to change ??


The command that starts the newer version is `gkrellm2`, not `gkrellm`.

Peter
-- 
==
Portage 2.0.49-r15 (default-x86-1.4, gcc-3.2.3, glibc-2.3.2-r1, 
2.4.23_pre7-gss)
i686 AMD Athlon(tm) XP 3200+
==


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Multiple versions of packages installed ??

2003-10-25 Thread Hall Stevenson
On Saturday 25 October 2003 13:16, Peter Ruskin wrote:
  Why does emerge leave older packages installed ?? Why didn't the
  newer package run instead of the older ?? Is this an config
  option *I* need to change ??

 The command that starts the newer version is `gkrellm2`, not
 `gkrellm`.

Doh !! Okay, but still, why does emerge not *replace* the older 
version vs just adding the new one alongside the old one ??

Hall


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Multiple versions of packages installed ??

2003-10-25 Thread Peter Ruskin
On Saturday 25 Oct 2003 10:54, Hall Stevenson wrote:
  The command that starts the newer version is `gkrellm2`, not
  `gkrellm`.

 Doh !! Okay, but still, why does emerge not *replace* the older
 version vs just adding the new one alongside the old one ??

You may want to run both, according to what plugins work with each 
version.  I eventually got rid of the old version but others may use 
it.

Peter
-- 
==
Portage 2.0.49-r15 (default-x86-1.4, gcc-3.2.3, glibc-2.3.2-r1, 
2.4.23_pre7-gss)
i686 AMD Athlon(tm) XP 3200+
==


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Multiple versions of packages installed ??

2003-10-25 Thread Hall Stevenson
On Saturday 25 October 2003 14:02, Peter Ruskin wrote:
 You may want to run both, according to what plugins work with each
 version.  I eventually got rid of the old version but others may
 use

I've got the newer one running now. It looks a bit cleaner. It also 
appeared to read my existing configuration file for the older 
gkrellm, which is nice. Have a problem with the labels for lm-sensors 
which I'll start a new thread on.

Hall


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Multiple versions of packages installed ??

2003-10-25 Thread Brett I. Holcomb
Because they are slotted.  Version 1 goes in one slot, 2 in another slot.  
This is a feature of portage that allows different versions to coexist on the 
same machine.  For example, qt, gtk have different versions.  Some programs 
need version 1.x, others 2.x.  With Gentoo they can coexist.

On Saturday 25 October 2003 05:54, you wrote:
 On Saturday 25 October 2003 13:16, Peter Ruskin wrote:
   Why does emerge leave older packages installed ?? Why didn't the
   newer package run instead of the older ?? Is this an config
   option *I* need to change ??
 
  The command that starts the newer version is `gkrellm2`, not
  `gkrellm`.

 Doh !! Okay, but still, why does emerge not *replace* the older
 version vs just adding the new one alongside the old one ??

 Hall

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Multiple versions of packages installed ??

2003-10-25 Thread Hall Stevenson
On Saturday 25 October 2003 16:53, Brett I. Holcomb wrote:

 On Saturday 25 October 2003 05:54, you wrote:
  On Saturday 25 October 2003 13:16, Peter Ruskin wrote:
Why does emerge leave older packages installed ?? Why didn't
the newer package run instead of the older ?? Is this an
config option *I* need to change ??
  
   The command that starts the newer version is `gkrellm2`, not
   `gkrellm`.
 
  Doh !! Okay, but still, why does emerge not *replace* the older
  version vs just adding the new one alongside the old one ??

 Because they are slotted.  Version 1 goes in one slot, 2 in another
 slot. This is a feature of portage that allows different versions
 to coexist on the same machine.  For example, qt, gtk have
 different versions.  Some programs need version 1.x, others 2.x. 
 With Gentoo they can coexist.

Damn, I guess I'd better start using the -u flag when I emerge 
things ! :) I wonder how many other packages I have different 
versions of

Any way to check for multiple versions of a package ?? I'll be off 
R'ing TFM in the meantime.


Hall


--
[EMAIL PROTECTED] mailing list