* [gentoo-user] Trailing colon and integer in output of emerge
@ 2012-11-12 12:28 Redcap
2012-11-12 12:46 ` Helmut Jarausch
0 siblings, 1 reply; 3+ messages in thread
From: Redcap @ 2012-11-12 12:28 UTC (permalink / raw
To: gentoo-user
Today I noticed that emerge adds a colon together with an integer to the
version of every package it wants to update, e.g. it says
[ebuild U ~] kde-base/kmail-4.9.3:4 [4.9.2:4] USE="handbook kontact (-
aqua) -debug {-test}" 0 kB
I never noticed the trailing ":4" before and I have no idea what it means. I
searched the gentoo website but haven't been able to find anything about it.
Does anyone what it is about?
Cheers :-)
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [gentoo-user] Trailing colon and integer in output of emerge
2012-11-12 12:28 [gentoo-user] Trailing colon and integer in output of emerge Redcap
@ 2012-11-12 12:46 ` Helmut Jarausch
2012-11-12 12:53 ` [gentoo-user] " Nikos Chantziaras
0 siblings, 1 reply; 3+ messages in thread
From: Helmut Jarausch @ 2012-11-12 12:46 UTC (permalink / raw
To: gentoo-user
On 11/12/2012 01:28:08 PM, Redcap wrote:
> Today I noticed that emerge adds a colon together with an integer to
> the
> version of every package it wants to update, e.g. it says
>
> [ebuild U ~] kde-base/kmail-4.9.3:4 [4.9.2:4] USE="handbook
> kontact (-
> aqua) -debug {-test}" 0 kB
>
> I never noticed the trailing ":4" before and I have no idea what it
> means. I
> searched the gentoo website but haven't been able to find anything
> about it.
> Does anyone what it is about?
It's the value of SLOT. There are package for which multiple versions
can be installed
at the same time, e.g. on my system
eix sys-devel/gcc shows
Available versions:
(2.95) (*)2.95.3-r9 (~*)2.95.3-r10^s
(3.1) (*)3.1.1-r2
(3.2) (**)3.2.2^s (*)3.2.3-r4
(3.3) (~)3.3.6-r1^s
(3.4) 3.4.6-r2^s
(4.0) (~*)4.0.4^s
(4.1) 4.1.2^s
(4.2) (~)4.2.4-r1^s
(4.3) (~)4.3.3-r2^s 4.3.4^s (~)4.3.5^s 4.3.6-r1^s
(4.4) (~)4.4.2^s (~)4.4.3-r3^s 4.4.4-r2^s 4.4.5^s 4.4.6-r1^s
4.4.7^s
(4.5) (~)4.5.1-r1^s (~)4.5.2^s 4.5.3-r2^s 4.5.4^s{tbz2}
(4.6) (~)4.6.0^s (~)4.6.1-r1^s (~)4.6.2^s (~)4.6.3^s{tbz2}
(4.7) {M}(~)4.7.0^s {M}(~)4.7.1^s{tbz2} {M}(~)4.7.2^s{tbz2}
=========^^^ SLOT value.
So, if you want to (re-)emerge the 4.6 version of gcc, you use
emerge -v1 sys-devel/gcc:4.6
(Just using emerge -v1 sys-devel/gcc would (re-)emerge the version with
the highest slot value,
4.7 in this case.)
Helmut.
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-user] Re: Trailing colon and integer in output of emerge
2012-11-12 12:46 ` Helmut Jarausch
@ 2012-11-12 12:53 ` Nikos Chantziaras
0 siblings, 0 replies; 3+ messages in thread
From: Nikos Chantziaras @ 2012-11-12 12:53 UTC (permalink / raw
To: gentoo-user
On 12/11/12 14:46, Helmut Jarausch wrote:
> On 11/12/2012 01:28:08 PM, Redcap wrote:
>> Today I noticed that emerge adds a colon together with an integer to the
>> version of every package it wants to update, e.g. it says
>>
>> [ebuild U ~] kde-base/kmail-4.9.3:4 [4.9.2:4] USE="handbook
>> kontact (-
>> aqua) -debug {-test}" 0 kB
>>
>> I never noticed the trailing ":4" before and I have no idea what it
>> means. I
>> searched the gentoo website but haven't been able to find anything
>> about it.
>> Does anyone what it is about?
>
> It's the value of SLOT. There are package for which multiple versions
> can be installed
> at the same time
Actually, slotted packages are not guaranteed to support that.
Sometimes slots are only used for grouping, but different slots can't be
installed in parallel. google-chrome is an example.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-11-12 12:55 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-12 12:28 [gentoo-user] Trailing colon and integer in output of emerge Redcap
2012-11-12 12:46 ` Helmut Jarausch
2012-11-12 12:53 ` [gentoo-user] " Nikos Chantziaras
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox