Gentoo Archives: gentoo-user

From: Helmut Jarausch <jarausch@××××××××××××××××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] libdb no longer slotted?
Date: Tue, 04 May 2010 10:32:19
Message-Id: tkrat.615e5dd7e52e88b3@igpm.rwth-aachen.de
In Reply to: [gentoo-user] libdb no longer slotted? by Grant Edwards
1 On 4 May, Grant Edwards wrote:
2 > It seems that sys-libs/db used to be slotted (I previously had 3 or 4
3 > versions installed). But todays update is failing becuase Python wants
4 > libdb-4.7 and Perl wants libdb-4.3. They won't both install because of
5 > file collisions.
6 >
7 > Is libdb no longer slotted?
8 >
9 > How does one deal with applications that require different versions of
10 > libdb?
11 >
12
13 First, sys-libs/db is still slotted, of course
14 eix -n sys-libs/db
15 gives
16 [I] sys-libs/db
17 Available versions:
18 (1) 1.85-r3
19 (3) 3.2.9-r11 3.2.9_p2
20 (4.2) 4.2.52_p4-r2 (~)4.2.52_p5 4.2.52_p5-r1
21 (4.3) 4.3.29-r2 (~)4.3.29_p1 4.3.29_p1-r1
22 (4.4) (~)4.4.20_p4 (~)4.4.20_p4-r1
23 (4.5) 4.5.20_p2 4.5.20_p2-r1{tbz2}
24 (4.6) 4.6.21_p4{tbz2}
25 (4.7) (~)4.7.25_p3 4.7.25_p4{tbz2}
26 (4.8) (~)4.8.24 (~)4.8.26 (~)4.8.30{tbz2}
27 {doc elibc_FreeBSD examples java nocxx tcl test}
28 Installed versions: 1.85-r3(1)(12:35:43 PM 07/16/2008) 4.5.20_p2-r1(4.5){tbz2}(05:36:16 PM 04/01/2009)(tcl -doc -elibc_FreeBSD -java -nocxx -test) 4.6.21_p4(4.6){tbz2}(04:06:48 PM 03/23/2009)(tcl -doc -elibc_FreeBSD -java -nocxx -test) 4.7.25_p4(4.7){tbz2}(02:58:36 PM 06/22/2009)(tcl -doc -elibc_FreeBSD -java -nocxx -test) 4.8.30(4.8){tbz2}(09:52:24 AM 05/04/2010)(tcl -doc -elibc_FreeBSD -examples -java -nocxx -test)
29
30 Trying
31 for S in 1 4.5 4.6 4.7 4.8; do
32 emerge -vpc sys-libs/db:$S
33 done
34
35 shows that here python-2.6.5-r2 uses 4.7 while perl-5.10.1 uses 4.8
36 and my system is running quite happily (at least, I think so)
37
38 Helmut.
39
40 --
41 Helmut Jarausch
42
43 Lehrstuhl fuer Numerische Mathematik
44 RWTH - Aachen University
45 D 52056 Aachen, Germany

Replies

Subject Author
[gentoo-user] Re: libdb no longer slotted? Grant Edwards <grant.b.edwards@×××××.com>