Gentoo Archives: gentoo-user

From: Dale <rdalek1967@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] MySql versus sqlite. Don't want sqlite anymore.
Date: Tue, 17 Nov 2009 22:22:38
Message-Id: 4B032210.5020308@gmail.com
In Reply to: Re: [gentoo-user] MySql versus sqlite. Don't want sqlite anymore. by Alan McKinnon
1 Alan McKinnon wrote:
2 > On Tuesday 17 November 2009 23:53:01 Dale wrote:
3 >
4 >> Hi,
5 >>
6 >> KDE 4 was having "issues" with sqlite not working correctly. After
7 >> reading about and people telling me that mySql works better, I installed
8 >> mySql. Its big and all but at least it works. Anyway, I changed the
9 >> USE flags and have -sqlite in my USE flag line. I want to get rid of
10 >> sqlite on here. I see no need for me to have two of these installed at
11 >> the same time. Here is what depends on sqlite:
12 >>
13 >> root@smoker / # equery depends sqlite
14 >> [ Searching for packages depending on sqlite... ]
15 >> app-pda/libopensync-0.22 (>=dev-db/sqlite-3)
16 >> app-portage/eix-0.17.0 (sqlite? >=dev-db/sqlite-3)
17 >> dev-lang/python-2.6.2-r1 (!build & sqlite? >=dev-db/sqlite-3)
18 >> dev-lang/python-3.1.1-r1 (!build & sqlite? >=dev-db/sqlite-3)
19 >> dev-libs/apr-util-1.3.9 (sqlite? dev-db/sqlite:0)
20 >> (sqlite3? dev-db/sqlite:3)
21 >> dev-libs/cyrus-sasl-2.1.23-r1 (sqlite? dev-db/sqlite)
22 >> dev-libs/nspr-4.8 (>=dev-db/sqlite-3.5)
23 >> dev-libs/nss-3.12.3-r1 (>=dev-db/sqlite-3.5)
24 >> dev-libs/redland-1.0.9-r1 (sqlite? =dev-db/sqlite-3*)
25 >> dev-util/subversion-1.6.5 (>=dev-db/sqlite-3.4[threadsafe])
26 >> kde-base/kget-4.3.3 (sqlite? dev-db/sqlite:3)
27 >> kde-base/kopete-4.3.3 (statistics? dev-db/sqlite:3)
28 >> media-libs/libsndfile-1.0.20 (sqlite? >=dev-db/sqlite-3.2)
29 >> net-im/pidgin-2.6.3 (prediction? =dev-db/sqlite-3*)
30 >> net-libs/webkit-gtk-1.1.10 (>=dev-db/sqlite-3)
31 >> net-libs/xulrunner-1.9.1.4 (sqlite? >=dev-db/sqlite-3.6.16)
32 >> www-client/mozilla-firefox-3.5.4 (sqlite? >=dev-db/sqlite-3.6.10)
33 >> x11-libs/qt-sql-4.5.3 (sqlite? dev-db/sqlite:3)
34 >> root@smoker / #
35 >>
36 >> Those appear to be in the ebuild and MySql is not a option for
37 >> replacement. Is there a way? I have already emerged these with the
38 >> -sqlite and +mysql USE flag. I notice something about sqlite3 in one of
39 >> the ebuilds. What is that?
40 >>
41 >
42 > Look at it:
43 >
44 > # equery size sqlite
45 > * dev-db/sqlite-2.8.16-r4
46 > Total files : 48
47 > Total size : 2.50 MiB
48 > * dev-db/sqlite-3.6.20-r1
49 > Total files : 518
50 > Total size : 7.49 MiB
51 >
52 > 10M. Why are you worried? Pretend it's not there.
53 >
54 > sqlite is SLOTted 0 and 3 (usual reasons for SLOTs)
55 >
56 > There is no package called sqlite3, there are bindings in other languages with
57 > that string in the name. sqlite-3 in ebuilds is not a package, it's a version
58 > atom, like
59 >
60 >
61 >> =dev-db/sqlite-3
62 >>
63 >
64 > Some stuff uses sqlite for storage. If it works, leave it alone. Just because
65 > some parts of KDE <koff><koff> amarok <koff><koff> have issues with it doesn;t
66 > mean all of KDE has issues with it
67 >
68 >
69 >
70
71 So basically I have to have it anyway? It's just one more thing to
72 update is why I want to gt rid of it.
73
74 I also noticed the sqlite3 USE flag. Changing that next.
75
76 Dale
77
78 :-) :-)

Replies

Subject Author
Re: [gentoo-user] MySql versus sqlite. Don't want sqlite anymore. Alan McKinnon <alan.mckinnon@×××××.com>