Gentoo Archives: gentoo-user

From: Benno Schulenberg <benno.schulenberg@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] EMERGE USE PHP additional options problem
Date: Wed, 05 Sep 2007 14:38:15
Message-Id: 200709051622.18539.benno.schulenberg@gmail.com
In Reply to: Re: [gentoo-user] EMERGE USE PHP additional options problem by Pablo Murillo
1 Pablo Murillo wrote:
2 > I update de portage,
3
4 You did what exactly? Did you run 'emerge --sync' or 'emerge -a portage'?
5
6 > [ebuild N ] virtual/mysql-5.0
7 > [ebuild U ] dev-lang/php-5.2.3-r3 [5.1.4]
8 > USE="-fastbuild* -filter% -ftp* -hash* -imap* -json% -ldap-sasl%
9 > -pic* -snmp* -sockets* -spell* -sqlite* -suhosin% -tokenizer*
10 > -xmlreader* -xmlrpc* -xmlwriter* -zip* -zip-external%"
11 > [blocks B ] mail-mta/ssmtp (is blocking mail-mta/qmail-1.03-r16)
12 > [blocks B ] mail-mta/qmail (is blocking mail-mta/ssmtp-2.61-r2)
13
14 Put the single line 'dev-lang/php fastbuild ftp hash imap pic snmp
15 sockets spell sqlite tokenizer xmlreader xmlrpc xmlwriter zip -mysql'
16 in your /etc/portage/package.use file. Create the file if it does not
17 exist, create the dir too if necessary. The relevant parts are the
18 "sqlite" USE flag and the "-mysql" one, which will prevent mysql from
19 being pulled in, which will prevent ssmtp from being pulled in.
20
21 You will probably want to add "-mysql" to the USE flag definitions in
22 your /etc/make.conf.
23
24 Benno
25
26
27 PS: please do not top-post. No matter what your mailer, please
28 organize your messages in a sensible order.
29 --
30 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] EMERGE USE PHP additional options problem Pablo Murillo <pm@×××××××××××.com>