Gentoo Archives: gentoo-user

From: "Arnau Bria Ramírez" <arnau@×××××××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] USE=mysql
Date: Tue, 28 Feb 2006 17:02:59
Message-Id: 20060228175553.2c9a7ec0@SrLobo.emergetux.net
In Reply to: Re: [gentoo-user] USE=mysql by Richard Fish
1 El Tue, 28 Feb 2006 08:25:47 -0700
2 Richard Fish dijo:
3
4 > On 2/28/06, Arnau Bria Ramírez <arnau@×××××××××.net> wrote:
5
6 >
7 > From the ebuild:
8 I've been looking for this in google and I did not go to the source of the
9 error?¿ I must stop my google dependency!
10
11 > pkg_setup() {
12 > webapp_pkg_setup
13 > built_with_use virtual/php mysql || \
14 > die "php cli sapi must be compiled with USE=mysql"
15 > built_with_use virtual/httpd-php mysql || \
16 > die "php apache/cgi sapi must be compiled with USE=mysql"
17 > }
18 >
19 > So whatever package is providing virtual/php on your system (most
20 > likely dev-lang/php) needs to have USE=mysql. So does
21 > virtual/httpd-php, but that should be the same package (dev-lang/php).
22
23 You're right:
24 * dev-lang/php
25 Latest version available: 5.0.5-r5
26 Latest version installed: 5.0.5-r5
27 Size of downloaded files: 4,853 kB
28 Homepage: http://www.php.net/
29 Description: The PHP language runtime engine
30
31 How may I know which package is serving each virtual service?
32
33
34
35 But, why if I set mysql to my make.conf and try to emerge with --newuse, php is
36 not a candidate of rebuild?
37
38 # cat /etc/portage/package.use
39 sys-libs/glibc userlocales
40 =dev-lang/php-5.0.5-r5 dba mysql
41
42 Calculating world dependencies ...done!
43 [ebuild R ] net-ftp/proftpd-1.2.10-r7
44 [ebuild R ] sys-devel/make-3.80-r3
45 [ebuild R ] net-misc/openssh-4.2_p1-r1
46 [ebuild R ] mail-filter/spamassassin-3.1.0
47 [ebuild R ] net-mail/fetchmail-6.2.5.2-r1
48 [ebuild R ] mail-mta/postfix-2.2.5
49 [ebuild R ] net-fs/samba-3.0.14a-r2
50 [ebuild R ] x11-libs/qt-3.3.4-r8
51 [ebuild R ] kde-base/kdelibs-3.4.3-r1
52 [ebuild R ] mail-client/sylpheed-claws-2.0.0
53 [ebuild R ] kde-base/kdemultimedia-kioslaves-3.4.3
54 [ebuild U ] media-sound/amarok-1.3.8 [1.3.6]
55 [ebuild U ] net-dns/bind-9.3.2 [9.2.5-r6]
56 [ebuild U ] net-dns/bind-tools-9.3.2 [9.2.5]
57
58 Many thanks!
59
60 >
61 > -Richard
62
63 --
64 Arnau Bria
65
66 La parte contratante de la primera parte será considerada como la parte
67 contratante de la primera parte.
68 --
69 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] USE=mysql Heiko Wundram <me+gentoo-user@×××××××××.org>